*, *:before, *:after {
    box-sizing: border-box;
  }
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }
:focus {
    outline:none !imoprtant;}
   
  
  /* Responsive Grid */
  
  .row-fluid {
      width: 100%;
      *zoom: 1;
  }
  
  .row-fluid:before, .row-fluid:after {
      display: table;
      content: "";
  }
  
  .row-fluid:after {
      clear: both;
  }
  
  .row-fluid [class*="span"] {
      display: block;
      float: left;
      width: 100%;
      min-height: 0px;/* 28px*/
      margin-left: 2.127659574%;
      *margin-left: 2.0744680846382977%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
  }
  
  .row-fluid [class*="span"]:first-child {
      margin-left: 0;
  }
  
  .row-fluid .span12 {
      width: 99.99999998999999%;
      *width: 99.94680850063828%;
  }
  
  .row-fluid .span11 {
      width: 91.489361693%;
      *width: 91.4361702036383%;
  }
  
  .row-fluid .span10 {
      width: 82.97872339599999%;
      *width: 82.92553190663828%;
  }
  
  .row-fluid .span9 {
      width: 74.468085099%;
      *width: 74.4148936096383%;
  }
  
  .row-fluid .span8 {
      width: 65.95744680199999%;
      *width: 65.90425531263828%;
  }
  
  .row-fluid .span7 {
      width: 57.446808505%;
      *width: 57.3936170156383%;
  }
  
  .row-fluid .span6 {
      width: 48.93617020799999%;
      *width: 48.88297871863829%;
  }
  
  .row-fluid .span5 {
      width: 40.425531911%;
      *width: 40.3723404216383%;
  }
  
  .row-fluid .span4 {
      width: 31.914893614%;
      *width: 31.8617021246383%;
  }
  
  .row-fluid .span3 {
      width: 23.404255317%;
      *width: 23.3510638276383%;
  }
  
  .row-fluid .span2 {
      width: 14.89361702%;
      *width: 14.8404255306383%;
  }
  
  .row-fluid .span1 {
      width: 6.382978723%;
      *width: 6.329787233638298%;
  }
  
  .container-fluid {
      *zoom: 1;
  }
  
  .container-fluid:before, .container-fluid:after {
      display: table;
      content: "";
  }
  
  .container-fluid:after {
      clear: both;
  }
  
  @media (max-width: 767px) {
      .row-fluid {
          width: 100%;
      }
  
      .row-fluid [class*="span"] {
          display: block;
          float: none;
          width: auto;
          margin-left: 0;
      }
  }
  
  @media (min-width: 768px) and (max-width: 1139px) {
      .row-fluid {
          width: 100%;
          *zoom: 1;
      }
  
      .row-fluid:before, .row-fluid:after {
          display: table;
          content: "";
      }
  
      .row-fluid:after {
          clear: both;
      }
  
      .row-fluid [class*="span"] {
          display: block;
          float: left;
          width: 100%;
          min-height: 0px;/*28px*/
          margin-left: 2.762430939%;
          *margin-left: 2.709239449638298%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          box-sizing: border-box;
      }
  
      .row-fluid [class*="span"]:first-child {
          margin-left: 0;
      }
  
      .row-fluid .span12 {
          width: 99.999999993%;
          *width: 99.9468085036383%;
      }
  
      .row-fluid .span11 {
          width: 91.436464082%;
          *width: 91.38327259263829%;
      }
  
      .row-fluid .span10 {
          width: 82.87292817100001%;
          *width: 82.8197366816383%;
      }
  
      .row-fluid .span9 {
          width: 74.30939226%;
          *width: 74.25620077063829%;
      }
  
      .row-fluid .span8 {
          width: 65.74585634900001%;
          *width: 65.6926648596383%;
      }
  
      .row-fluid .span7 {
          width: 57.182320438000005%;
          *width: 57.129128948638304%;
      }
  
      .row-fluid .span6 {
          width: 48.618784527%;
          *width: 48.5655930376383%;
      }
  
      .row-fluid .span5 {
          width: 40.055248616%;
          *width: 40.0020571266383%;
      }
  
      .row-fluid .span4 {
          width: 31.491712705%;
          *width: 31.4385212156383%;
      }
  
      .row-fluid .span3 {
          width: 22.928176794%;
          *width: 22.874985304638297%;
      }
  
      .row-fluid .span2 {
          width: 14.364640883%;
          *width: 14.311449393638298%;
      }
  
      .row-fluid .span1 {
          width: 5.801104972%;
          *width: 5.747913482638298%;
      }
  }
  
  @media (min-width: 1280px) {
      .row-fluid {
          width: 100%;
          *zoom: 1;
      }
  
      .row-fluid:before, .row-fluid:after {
          display: table;
          content: "";
      }
  
      .row-fluid:after {
          clear: both;
      }
  
      .row-fluid [class*="span"] {
          display: block;
          float: left;
          width: 100%;
          min-height: 0px;/*28px*/
          margin-left: 2.564102564%;
          *margin-left: 2.510911074638298%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          box-sizing: border-box;
      }
  
      .row-fluid [class*="span"]:first-child {
          margin-left: 0;
      }
  
      .row-fluid .span12 {
          width: 100%;
          *width: 99.94680851063829%;
      }
  
      .row-fluid .span11 {
          width: 91.45299145300001%;
          *width: 91.3997999636383%;
      }
  
      .row-fluid .span10 {
          width: 82.905982906%;
          *width: 82.8527914166383%;
      }
  
      .row-fluid .span9 {
          width: 74.358974359%;
          *width: 74.30578286963829%;
      }
  
      .row-fluid .span8 {
          width: 65.81196581200001%;
          *width: 65.7587743226383%;
      }
  
      .row-fluid .span7 {
          width: 57.264957265%;
          *width: 57.2117657756383%;
      }
  
      .row-fluid .span6 {
          width: 48.717948718%;
          *width: 48.6647572286383%;
      }
  
      .row-fluid .span5 {
          width: 40.170940171000005%;
          *width: 40.117748681638304%;
      }
  
      .row-fluid .span4 {
          width: 31.623931624%;
          *width: 31.5707401346383%;
      }
  
      .row-fluid .span3 {
          width: 23.076923077%;
          *width: 23.0237315876383%;
      }
  
      .row-fluid .span2 {
          width: 14.529914530000001%;
          *width: 14.4767230406383%;
      }
  
      .row-fluid .span1 {
          width: 5.982905983%;
          *width: 5.929714493638298%;
      }
  }
  
  /* Clearfix */
  
  .clearfix {
      *zoom: 1;
  }
  
  .clearfix:before, .clearfix:after {
      display: table;
      content: "";
  }
  
  .clearfix:after {
      clear: both;
  }
  
  /* Visibilty Classes */
  
  .hide {
      display: none;
  }
  
  .show {
      display: block;
  }
  
  .invisible {
      visibility: hidden;
  }
  
  .hidden {
      display: none;
      visibility: hidden;
  }
  
  /* Responsive Visibilty Classes */
  
  .visible-phone {
      display: none;
  }
  
  .visible-tablet {
      display: none;
  }
  
  .hidden-desktop {
      display: none;
  }
  
  @media (max-width: 767px) {
      .visible-phone {
          display: inherit;
      }
  
      .hidden-phone {
          display: none;
      }
  
      .hidden-desktop {
          display: inherit;
      }
  
      .visible-desktop {
          display: none;
      }
  }
  
  @media (min-width: 768px) and (max-width: 1139px) {
      .visible-tablet {
          display: inherit;
      }
  
      .hidden-tablet {
          display: none;
      }
  
      .hidden-desktop {
          display: inherit;
      }
  
      .visible-desktop {
          display: none ;
      }
  }
  
  
  
  /* bootstrap css */
  
  
  .container {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
  }
  
  @media (min-width: 576px) {
      .container {
          max-width: 540px;
      }
  }
  
  @media (min-width: 768px) {
      .container {
          max-width: 720px;
      }
  }
  
  @media (min-width: 992px) {
      .container {
          max-width: 960px;
      }
  }
  
  @media (min-width: 1260px) {
      .container {
          max-width: 1200px;
      }
  }
  
  @media (min-width: 1360px) {
      .container-nav {
          max-width: 1300px;
      }
  }
  
  .container-fluid {
      width: 100%;
      margin-right: auto;
      margin-left: auto;
  }
  
  .row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px;
  }
  
  .no-gutters {
      margin-right: 0;
      margin-left: 0;
  }
  
  .no-gutters>.col,
  .no-gutters>[class*="col-"] {
      padding-right: 0;
      padding-left: 0;
  }
  .button-cta{padding-top:40px}
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-auto,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-sm-auto,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-md-auto,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-lg-auto,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xl-auto {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      min-height: 1px;
  }
  
  .col {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
  }
  
  .col-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
  }
  
  .col-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
  }
  
  .col-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
  }
  
  .col-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
  }
  
  .col-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
  }
  
  .col-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
  }
  
  .col-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
  
  .col-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
  }
  
  .col-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
  }
  
  .col-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
  }
  
  .col-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
  }
  
  .col-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
  }
  
  .col-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
  
  .order-first {
      -ms-flex-order: -1;
      order: -1;
  }
  
  .order-last {
      -ms-flex-order: 13;
      order: 13;
  }
  
  .order-0 {
      -ms-flex-order: 0;
      order: 0;
  }
  
  .order-1 {
      -ms-flex-order: 1;
      order: 1;
  }
  
  .order-2 {
      -ms-flex-order: 2;
      order: 2;
  }
  
  .order-3 {
      -ms-flex-order: 3;
      order: 3;
  }
  
  .order-4 {
      -ms-flex-order: 4;
      order: 4;
  }
  
  .order-5 {
      -ms-flex-order: 5;
      order: 5;
  }
  
  .order-6 {
      -ms-flex-order: 6;
      order: 6;
  }
  
  .order-7 {
      -ms-flex-order: 7;
      order: 7;
  }
  
  .order-8 {
      -ms-flex-order: 8;
      order: 8;
  }
  
  .order-9 {
      -ms-flex-order: 9;
      order: 9;
  }
  
  .order-10 {
      -ms-flex-order: 10;
      order: 10;
  }
  
  .order-11 {
      -ms-flex-order: 11;
      order: 11;
  }
  
  .order-12 {
      -ms-flex-order: 12;
      order: 12;
  }
  
  .offset-1 {
      margin-left: 8.333333%;
  }
  
  .offset-2 {
      margin-left: 16.666667%;
  }
  
  .offset-3 {
      margin-left: 25%;
  }
  
  .offset-4 {
      margin-left: 33.333333%;
  }
  
  .offset-5 {
      margin-left: 41.666667%;
  }
  
  .offset-6 {
      margin-left: 50%;
  }
  
  .offset-7 {
      margin-left: 58.333333%;
  }
  
  .offset-8 {
      margin-left: 66.666667%;
  }
  
  .offset-9 {
      margin-left: 75%;
  }
  
  .offset-10 {
      margin-left: 83.333333%;
  }
  
  .offset-11 {
      margin-left: 91.666667%;
  }
  
  @media (min-width: 576px) {
      .col-sm {
          -ms-flex-preferred-size: 0;
          flex-basis: 0;
          -ms-flex-positive: 1;
          flex-grow: 1;
          max-width: 100%;
      }
      .col-sm-auto {
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          width: auto;
          max-width: 100%;
      }
      .col-sm-1 {
          -ms-flex: 0 0 8.333333%;
          flex: 0 0 8.333333%;
          max-width: 8.333333%;
      }
      .col-sm-2 {
          -ms-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
          max-width: 16.666667%;
      }
      .col-sm-3 {
          -ms-flex: 0 0 25%;
          flex: 0 0 25%;
          max-width: 25%;
      }
      .col-sm-4 {
          -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
          max-width: 33.333333%;
      }
      .col-sm-5 {
          -ms-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
          max-width: 41.666667%;
      }
      .col-sm-6 {
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%;
      }
      .col-sm-7 {
          -ms-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
          max-width: 58.333333%;
      }
      .col-sm-8 {
          -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
          max-width: 66.666667%;
      }
      .col-sm-9 {
          -ms-flex: 0 0 75%;
          flex: 0 0 75%;
          max-width: 75%;
      }
      .col-sm-10 {
          -ms-flex: 0 0 83.333333%;
          flex: 0 0 83.333333%;
          max-width: 83.333333%;
      }
      .col-sm-11 {
          -ms-flex: 0 0 91.666667%;
          flex: 0 0 91.666667%;
          max-width: 91.666667%;
      }
      .col-sm-12 {
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
      }
      .order-sm-first {
          -ms-flex-order: -1;
          order: -1;
      }
      .order-sm-last {
          -ms-flex-order: 13;
          order: 13;
      }
      .order-sm-0 {
          -ms-flex-order: 0;
          order: 0;
      }
      .order-sm-1 {
          -ms-flex-order: 1;
          order: 1;
      }
      .order-sm-2 {
          -ms-flex-order: 2;
          order: 2;
      }
      .order-sm-3 {
          -ms-flex-order: 3;
          order: 3;
      }
      .order-sm-4 {
          -ms-flex-order: 4;
          order: 4;
      }
      .order-sm-5 {
          -ms-flex-order: 5;
          order: 5;
      }
      .order-sm-6 {
          -ms-flex-order: 6;
          order: 6;
      }
      .order-sm-7 {
          -ms-flex-order: 7;
          order: 7;
      }
      .order-sm-8 {
          -ms-flex-order: 8;
          order: 8;
      }
      .order-sm-9 {
          -ms-flex-order: 9;
          order: 9;
      }
      .order-sm-10 {
          -ms-flex-order: 10;
          order: 10;
      }
      .order-sm-11 {
          -ms-flex-order: 11;
          order: 11;
      }
      .order-sm-12 {
          -ms-flex-order: 12;
          order: 12;
      }
      .offset-sm-0 {
          margin-left: 0;
      }
      .offset-sm-1 {
          margin-left: 8.333333%;
      }
      .offset-sm-2 {
          margin-left: 16.666667%;
      }
      .offset-sm-3 {
          margin-left: 25%;
      }
      .offset-sm-4 {
          margin-left: 33.333333%;
      }
      .offset-sm-5 {
          margin-left: 41.666667%;
      }
      .offset-sm-6 {
          margin-left: 50%;
      }
      .offset-sm-7 {
          margin-left: 58.333333%;
      }
      .offset-sm-8 {
          margin-left: 66.666667%;
      }
      .offset-sm-9 {
          margin-left: 75%;
      }
      .offset-sm-10 {
          margin-left: 83.333333%;
      }
      .offset-sm-11 {
          margin-left: 91.666667%;
      }
  }
  
  @media (min-width: 768px) {
      .col-md {
          -ms-flex-preferred-size: 0;
          flex-basis: 0;
          -ms-flex-positive: 1;
          flex-grow: 1;
          max-width: 100%;
      }
      .col-md-auto {
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          width: auto;
          max-width: 100%;
      }
      .col-md-1 {
          -ms-flex: 0 0 8.333333%;
          flex: 0 0 8.333333%;
          max-width: 8.333333%;
      }
      .col-md-2 {
          -ms-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
          max-width: 16.666667%;
      }
      .col-md-3 {
          -ms-flex: 0 0 25%;
          flex: 0 0 25%;
          max-width: 25%;
      }
      .col-md-4 {
          -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
          max-width: 33.333333%;
      }
      .col-md-5 {
          -ms-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
          max-width: 41.666667%;
      }
      .col-md-6 {
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%;
      }
      .col-md-7 {
          -ms-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
          max-width: 58.333333%;
      }
      .col-md-8 {
          -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
          max-width: 66.666667%;
      }
      .col-md-9 {
          -ms-flex: 0 0 75%;
          flex: 0 0 75%;
          max-width: 75%;
      }
      .col-md-10 {
          -ms-flex: 0 0 83.333333%;
          flex: 0 0 83.333333%;
          max-width: 83.333333%;
      }
      .col-md-11 {
          -ms-flex: 0 0 91.666667%;
          flex: 0 0 91.666667%;
          max-width: 91.666667%;
      }
      .col-md-12 {
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
      }
      .order-md-first {
          -ms-flex-order: -1;
          order: -1;
      }
      .order-md-last {
          -ms-flex-order: 13;
          order: 13;
      }
      .order-md-0 {
          -ms-flex-order: 0;
          order: 0;
      }
      .order-md-1 {
          -ms-flex-order: 1;
          order: 1;
      }
      .order-md-2 {
          -ms-flex-order: 2;
          order: 2;
      }
      .order-md-3 {
          -ms-flex-order: 3;
          order: 3;
      }
      .order-md-4 {
          -ms-flex-order: 4;
          order: 4;
      }
      .order-md-5 {
          -ms-flex-order: 5;
          order: 5;
      }
      .order-md-6 {
          -ms-flex-order: 6;
          order: 6;
      }
      .order-md-7 {
          -ms-flex-order: 7;
          order: 7;
      }
      .order-md-8 {
          -ms-flex-order: 8;
          order: 8;
      }
      .order-md-9 {
          -ms-flex-order: 9;
          order: 9;
      }
      .order-md-10 {
          -ms-flex-order: 10;
          order: 10;
      }
      .order-md-11 {
          -ms-flex-order: 11;
          order: 11;
      }
      .order-md-12 {
          -ms-flex-order: 12;
          order: 12;
      }
      .offset-md-0 {
          margin-left: 0;
      }
      .offset-md-1 {
          margin-left: 8.333333%;
      }
      .offset-md-2 {
          margin-left: 16.666667%;
      }
      .offset-md-3 {
          margin-left: 25%;
      }
      .offset-md-4 {
          margin-left: 33.333333%;
      }
      .offset-md-5 {
          margin-left: 41.666667%;
      }
      .offset-md-6 {
          margin-left: 50%;
      }
      .offset-md-7 {
          margin-left: 58.333333%;
      }
      .offset-md-8 {
          margin-left: 66.666667%;
      }
      .offset-md-9 {
          margin-left: 75%;
      }
      .offset-md-10 {
          margin-left: 83.333333%;
      }
      .offset-md-11 {
          margin-left: 91.666667%;
      }
  }
  
  @media (min-width: 992px) {
      .col-lg {
          -ms-flex-preferred-size: 0;
          flex-basis: 0;
          -ms-flex-positive: 1;
          flex-grow: 1;
          max-width: 100%;
      }
      .col-lg-auto {
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          width: auto;
          max-width: 100%;
      }
      .col-lg-1 {
          -ms-flex: 0 0 8.333333%;
          flex: 0 0 8.333333%;
          max-width: 8.333333%;
      }
      .col-lg-2 {
          -ms-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
          max-width: 16.666667%;
      }
      .col-lg-3 {
          -ms-flex: 0 0 25%;
          flex: 0 0 25%;
          max-width: 25%;
      }
      .col-lg-4 {
          -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
          max-width: 33.333333%;
      }
      .col-lg-5 {
          -ms-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
          max-width: 41.666667%;
      }
      .col-lg-6 {
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%;
      }
      .col-lg-7 {
          -ms-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
          max-width: 58.333333%;
      }
      .col-lg-8 {
          -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
          max-width: 66.666667%;
      }
      .col-lg-9 {
          -ms-flex: 0 0 75%;
          flex: 0 0 75% max-width: 75%;
      }
      .col-lg-10 {
          -ms-flex: 0 0 83.333333%;
          flex: 0 0 83.333333%;
          max-width: 83.333333%;
      }
      .col-lg-11 {
          -ms-flex: 0 0 91.666667%;
          flex: 0 0 91.666667%;
          max-width: 91.666667%;
      }
      .col-lg-12 {
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
      }
      .order-lg-first {
          -ms-flex-order: -1;
          order: -1;
      }
      .order-lg-last {
          -ms-flex-order: 13;
          order: 13;
      }
      .order-lg-0 {
          -ms-flex-order: 0;
          order: 0;
      }
      .order-lg-1 {
          -ms-flex-order: 1;
          order: 1;
      }
      .order-lg-2 {
          -ms-flex-order: 2;
          order: 2;
      }
      .order-lg-3 {
          -ms-flex-order: 3;
          order: 3;
      }
      .order-lg-4 {
          -ms-flex-order: 4;
          order: 4;
      }
      .order-lg-5 {
          -ms-flex-order: 5;
          order: 5;
      }
      .order-lg-6 {
          -ms-flex-order: 6;
          order: 6;
      }
      .order-lg-7 {
          -ms-flex-order: 7;
          order: 7;
      }
      .order-lg-8 {
          -ms-flex-order: 8;
          order: 8;
      }
      .order-lg-9 {
          -ms-flex-order: 9;
          order: 9;
      }
      .order-lg-10 {
          -ms-flex-order: 10;
          order: 10;
      }
      .order-lg-11 {
          -ms-flex-order: 11;
          order: 11;
      }
      .order-lg-12 {
          -ms-flex-order: 12;
          order: 12;
      }
      .offset-lg-0 {
          margin-left: 0;
      }
      .offset-lg-1 {
          margin-left: 8.333333%;
      }
      .offset-lg-2 {
          margin-left: 16.666667%;
      }
      .offset-lg-3 {
          margin-left: 25%;
      }
      .offset-lg-4 {
          margin-left: 33.333333%;
      }
      .offset-lg-5 {
          margin-left: 41.666667%;
      }
      .offset-lg-6 {
          margin-left: 50%;
      }
      .offset-lg-7 {
          margin-left: 58.333333%;
      }
      .offset-lg-8 {
          margin-left: 66.666667%;
      }
      .offset-lg-9 {
          margin-left: 75%;
      }
      .offset-lg-10 {
          margin-left: 83.333333%;
      }
      .offset-lg-11 {
          margin-left: 91.666667%;
      }
  }
  
  @media (min-width: 1200px) {
      .col-xl {
          -ms-flex-preferred-size: 0;
          flex-basis: 0;
          -ms-flex-positive: 1;
          flex-grow: 1;
          max-width: 100%;
      }
      .col-xl-auto {
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          width: auto;
          max-width: 100%;
      }
      .col-xl-1 {
          -ms-flex: 0 0 8.333333%;
          flex: 0 0 8.333333%;
          max-width: 8.333333%;
      }
      .col-xl-2 {
          -ms-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
          max-width: 16.666667%;
      }
      .col-xl-3 {
          -ms-flex: 0 0 25%;
          flex: 0 0 25%;
          max-width: 25%;
      }
      .col-xl-4 {
          -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
          max-width: 33.333333%;
      }
      .col-xl-5 {
          -ms-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
          max-width: 41.666667%;
      }
      .col-xl-6 {
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%;
      }
      .col-xl-7 {
          -ms-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
          max-width: 58.333333%;
      }
      .col-xl-8 {
          -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
          max-width: 66.666667%;
      }
      .col-xl-9 {
          -ms-flex: 0 0 75%;
          flex: 0 0 75%;
          max-width: 75%;
      }
      .col-xl-10 {
          -ms-flex: 0 0 83.333333%;
          flex: 0 0 83.333333%;
          max-width: 83.333333%;
      }
      .col-xl-11 {
          -ms-flex: 0 0 91.666667%;
          flex: 0 0 91.666667%;
          max-width: 91.666667%;
      }
      .col-xl-12 {
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
      }
      .order-xl-first {
          -ms-flex-order: -1;
          order: -1;
      }
      .order-xl-last {
          -ms-flex-order: 13;
          order: 13;
      }
      .order-xl-0 {
          -ms-flex-order: 0;
          order: 0;
      }
      .order-xl-1 {
          -ms-flex-order: 1;
          order: 1;
      }
      .order-xl-2 {
          -ms-flex-order: 2;
          order: 2;
      }
      .order-xl-3 {
          -ms-flex-order: 3;
          order: 3;
      }
      .order-xl-4 {
          -ms-flex-order: 4;
          order: 4;
      }
      .order-xl-5 {
          -ms-flex-order: 5;
          order: 5;
      }
      .order-xl-6 {
          -ms-flex-order: 6;
          order: 6;
      }
      .order-xl-7 {
          -ms-flex-order: 7;
          order: 7;
      }
      .order-xl-8 {
          -ms-flex-order: 8;
          order: 8;
      }
      .order-xl-9 {
          -ms-flex-order: 9;
          order: 9;
      }
      .order-xl-10 {
          -ms-flex-order: 10;
          order: 10;
      }
      .order-xl-11 {
          -ms-flex-order: 11;
          order: 11;
      }
      .order-xl-12 {
          -ms-flex-order: 12;
          order: 12;
      }
      .offset-xl-0 {
          margin-left: 0;
      }
      .offset-xl-1 {
          margin-left: 8.333333%;
      }
      .offset-xl-2 {
          margin-left: 16.666667%;
      }
      .offset-xl-3 {
          margin-left: 25%;
      }
      .offset-xl-4 {
          margin-left: 33.333333%;
      }
      .offset-xl-5 {
          margin-left: 41.666667%;
      }
      .offset-xl-6 {
          margin-left: 50%;
      }
      .offset-xl-7 {
          margin-left: 58.333333%;
      }
      .offset-xl-8 {
          margin-left: 66.666667%;
      }
      .offset-xl-9 {
          margin-left: 75%;
      }
      .offset-xl-10 {
          margin-left: 83.333333%;
      }
      .offset-xl-11 {
          margin-left: 91.666667%;
      }
  }
  .banner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;}
  .heading .description{width:75%;margin:auto;}
  .heading {padding-bottom: 30px;text-align:center}
  li.hs-form-checkbox, .hs-form-radio{display:flex}
  @media(max-width:767px){
    .heading .description{width:100%;font-size:16px}
  }
  @media(max-width:767px){
    h1{font-size:35px}
    h2{font-size:25px} 
    h3{font-size:22px} 
  }
  
  @media(min-width:768px) and (max-width:991px){
  h1{font-size:40px}
    h2{font-size:30px} 
  }
  @media(max-width:767px){
    .heading .description{width:100%;font-size:16px}
  }
.dnd-section > .row-fluid,
.content-wrapper {
	max-width: 1240px;
}

.content-wrapper {
  margin: 0 auto;
  padding: 0 40px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  padding: 0 20px;
}

/* .dnd-section .dnd-module.widget-span {
  padding: 0 20px;
} */

.dnd-section[class*="force-full-width-section"] > .row-fluid,
.dnd-section[class*="force-full-width-section"] .dnd-module.widget-span {
  padding: 0;
}

@media (max-width: 767px) {
  .content-wrapper-lg,
	.content-wrapper {
    padding: 0 30px;
  }

  .dnd-section > .row-fluid,
  .dnd-section .dnd-module.widget-span {
    padding: 0 15px;
  }
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,500&display=swap');
html {
    font-size: 24px;

}

@media (max-width: 767px) {
    html {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    html {
        font-size: 16px;
    }
}

body {
    color: #494A52;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
    word-break: break-word;
}
body p{ line-height:1.6;}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
    line-break: strict;
    word-break: break-all;
}

/* Paragraphs */
a{text-decoration:none;}

p {
    font-size: 1rem;
    margin: 0 0 1.4rem;
    line-height:28px
}

strong {
    font-weight: 700;
}

/* Anchors */

a {
    color: #0270E0;
    cursor: pointer;
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #494A52;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin: 0 0 1.4rem;
}

h1 {
    font-size: 2.1rem;
}

h2 {
    font-size: 1.6rem;
}

h3 {
    font-size: 1.25rem;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.175rem;
    font-weight: normal;
}

h5 {
    font-size: 1rem;
}

h6 {
    font-size: 0.9rem;
}

/* Lists */

ul,
ol {
    margin: 0 0 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin: 0;
}

ul.no-list {
    list-style: none;
}

/* Code blocks */

code {
    vertical-align: bottom;
}

/* Blockquotes */

blockquote {
    border-left: 2px solid #A9A9A9;
    margin: 0 0 1.4rem;
    padding-left: 15px;
}

/* Horizontal rules */

hr {
    background-color: #CCC;
    border: none;
    color: #CCC;
    height: 1px;
}

/* Subscripts and superscripts */

sup,
sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}
@media(max-width:767px){
    h2{font-size:25px}
    h3{line-height:25px;}
}
@media(min-width:767px) and (max-width:991px){
    h2{font-size:35px}
    h3{line-height:30px;}
}
/* Focus styles */

:focus {
    outline: none;
}

.disable-focus-styles :focus {
    outline: none;
}

.separator {
    width: 150px;
    height: 5px;
    display: inline-block;
    margin: auto;
    transition: .3s;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 10px;
}
.heading:hover .separator {
    width: 200px;
    height: 5px;

}
.heading .description {

    padding-bottom: 40px;
}

.container-fluid{
    padding:0px;
}
button,
.button {
    background-color: #494A52;
    border: 1px solid #494A52;
    border-radius: 0px;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 0.92rem;
    font-weight: normal;
    height: auto;
    line-height: 1.1;
    margin: 0;
    padding: 17px 40px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    white-space: normal;
    width: auto;
    word-break: break-word;
    overflow:hidden;
}

button:disabled,
.button:disabled {
    background-color: #D0D0D0;
    border-color: #D0D0D0;
    color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
    background-color: #21222A;
    border-color: #21222A;
    color: #FFF;
    text-decoration: none;
}

button:active,
.button:active {
    background-color: #71727A;
    border-color: #71727A;
    color: #FFF;
    text-decoration: none;
}
/* Form */

form {
    font-family: Lato, sans-serif;
  }
  
  .hs-form-field {
    margin-bottom: 1.4rem;
  }
  
  /* Labels */
  
  form label {
    color: #ffffff;
    display: block;
    font-size: 0.875rem;
    padding-top: 0;
    margin-bottom: 0.35rem;
    text-align: left;
    width: auto;
  }
  
  /* Help text - legends */
  
  form legend {
    color: #33475B;
    font-size: 0.875rem;
  }
  
  /* Inputs */
  
  .input {
    position: relative;
  }
  
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=tel],
  input[type=number],
  input[type=file],
  select,
  textarea {
    background-color:#ffffff ;
    border: 2px solid  #f1f1f1;
    border-radius: 5px;
    color:  #949494 !important;
    display: inline-block;
    font-size: 0.875rem;
    padding: 1rem;
    width: 100%;
  }
  
  input[type=text]:focus,
  input[type=email]:focus,
  input[type=password]:focus,
  input[type=tel]:focus,
  input[type=number]:focus,
  input[type=file]:focus,
  select:focus,
  textarea:focus {
    outline-color: rgba(82, 168, 236, 0.8);
  }
  
  fieldset {
    max-width: 100% !important;
  }
  
  ::-webkit-input-placeholder {
    color: #BFBFBF;
  }
  
  ::-moz-placeholder {
    color: #BFBFBF;
  }
  
  :-ms-input-placeholder {
    color: #BFBFBF;
  }
  
  :-moz-placeholder {
    color: #BFBFBF;
  }
  
  ::placeholder {
    color: #BFBFBF;
  }
  
  /* Inputs - checkbox/radio */
  
  form .inputs-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .inputs-list > li {
    display: block;
    margin: 10px 0 0;
    padding: 0;
    width: 100%;
  }
  
  .inputs-list input,
  .inputs-list span {
    font-size: 0.875rem;
    vertical-align: middle;
  }
  
  .hs-input[type=checkbox],
  .hs-input[type=radio] {
    border: none;
    cursor: pointer;
    height: auto;
    line-height: normal;
    margin-right: 0.35rem;
    padding: 0;
    width: auto;
  }
  
  /* Inputs - datepicker */
  
  .hs-fieldtype-date .input .hs-dateinput:before {
    color: #33475B;
    content:'\01F4C5';
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .fn-date-picker .pika-table thead th {
    color: #FFF;
  }
  
  .fn-date-picker td.is-today .pika-button {
    color: #343A40;
  }
  
  .fn-date-picker td.is-selected .pika-button {
    background: #343A40;
    border-radius: 0;
    box-shadow: none;
  }
  
  .fn-date-picker td .pika-button:hover {
    background-color: #343A40 !important;
    border-radius: 0 !important;
    color: #FFF;
  }
  
  /* Inputs - file picker */
  
  input[type=file] {
    background-color: transparent;
    border: initial;
    box-shadow: none;
    line-height: initial;
    padding: initial;
  }
  
  /* Headings and text */
  
  form .hs-richtext,
  form .hs-richtext p {
    font-size: 0.875rem;
    margin: 0 0 1.4rem;
  }
  
  form .hs-richtext img {
    max-width: 100% !important;
  }
  
  form .header {
    background-color: transparent;
    border: none;
  }
  
  /* GDPR */
  
  .legal-consent-container .hs-form-booleancheckbox-display > span{
    font-size: 0.875rem;
    margin-left: 1rem !important;
  }
  
  /* Validation */
  
  .hs-form-required {
    color: red;
  }
  
  .hs-input.invalid.error {
    border-color: #EF6B51;
  }
  
  .hs-error-msg {
    color: #EF6B51;
    margin-top: 0.35rem;
  }
  
  /* Submit button */
  
  form input[type=submit],
  form .hs-button {
    background-color: #494A52;
    border: 1px solid #494A52;
    border-radius: 6px;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 0.92rem;
    font-weight: normal;
    height: auto;
    line-height: 1.1;
    margin: 0;
    padding: 15px 53px;
    position: relative;
    text-align: center;
  
    text-decoration: none;
    transition: all 0.15s linear;
    white-space: normal;
    width: auto;
    word-break: break-word;
  }
  
  form input[type=submit]:hover,
  form input[type=submit]:focus,
  form .hs-button:hover,
  form .hs-button:focus {
    background-color: #21222A;
    border-color: #21222A;
  
    color: #FFF;
  }
  
  form input[type=submit]:active,
  form .hs-button:active {
    background-color: #71727A;
    border-color: #71727A;
  
    color: #FFF;
  }
  
  /* Captcha */
  
  .grecaptcha-badge {
    margin: 0 auto;
  }
/* Table */

table {
    border: 1px solid #DEE2E6;
    margin-bottom: 1.4rem;
  }
  
  tbody + tbody {
    border-top: 2px solid #DEE2E6;
  }
  
  /* Table Cells */
  
  th,
  td {
    border: 1px solid #DEE2E6;
    padding: 0.75rem;
    vertical-align: top;
  }
  
  /* Table Header */
  
  thead th,
  thead td {
    background-color: #343A40;
    border-bottom: 2px solid #DEE2E6;
    color: #FFF;
    vertical-align: bottom;
  }
.hs-menu-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
  }
  
  .hs-menu-item a {
    color: rgba(0, 0, 0, 0.5);
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
  }
  
  .hs-menu-item:hover a,
  .hs-menu-item:focus a {
    color: rgba(0, 0, 0, 0.7);
    text-decoration: none;
  }
  
  .hs-menu-item.active a {
    color: rgba(0, 0, 0, 0.9);
  }
/*!
* mburger CSS v1.3.3
* mmenujs.com/mburger
*
* Copyright (c) Fred Heusschen
* www.frebsite.nl
*
* License: CC-BY-4.0
* http://creativecommons.org/licenses/by/4.0/
*/
:root {
    --mb-button-size: 50px;
    --mb-bar-width: 0.6;
    --mb-bar-height: 2px;
    --mb-bar-spacing: 8px;
    --mb-animate-timeout: 0.4s
  }
  .conversion-header-wrapper .dnd-section {
    padding: 0;
  }
  .mburger {
    background: 0 0;
    border: none;
    border-radius: 0;
    color: inherit;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    height: var(--mb-button-size);
    padding: 0 0 0 var(--mb-button-size);
    margin: 0;
    line-height: var(--mb-button-size);
    vertical-align: middle;
    appearance: none;
    outline: 0;
    cursor: pointer
  }
  
  .mburger b {
    display: block;
    position: absolute;
    left: calc(var(--mb-button-size) * ((1 - var(--mb-bar-width))/ 2));
    width: calc(var(--mb-button-size) * var(--mb-bar-width));
    height: var(--mb-bar-height);
    border-radius: calc(var(--mb-bar-height)/ 2);
    background: currentColor;
    color: inherit;
    opacity: 1
  }
  
  .mburger b:nth-of-type(1) {
    bottom: calc(50% + var(--mb-bar-spacing));
    transition: bottom .2s ease, transform .2s ease, width .2s ease
  }
  
  .mburger b:nth-of-type(2) {
    top: calc(50% - (var(--mb-bar-height)/ 2));
    transition: opacity .2s ease;
    left: 40%;
    width: 40%;
  }
  
  .mburger b:nth-of-type(3) {
    top: calc(50% + var(--mb-bar-spacing));
    transition: top .2s ease, transform .2s ease, width .2s ease
  }
  
  .mm-wrapper_opened .mburger b:nth-of-type(1) {
    bottom: calc(50% - (var(--mb-bar-height)/ 2));
    transform: rotate(45deg)
  }
  
  .mm-wrapper_opened .mburger b:nth-of-type(2) {
    opacity: 0
  }
  
  .mm-wrapper_opened .mburger b:nth-of-type(3) {
    top: calc(50% - (var(--mb-bar-height)/ 2));
    transform: rotate(-45deg)
  }
  
  .mburger--collapse b:nth-of-type(1) {
    transition: bottom .2s ease, margin .2s ease, transform .2s ease;
    transition-delay: .2s, 0s, 0s
  }
  
  .mburger--collapse b:nth-of-type(2) {
    transition: top .2s ease, opacity 0s ease;
    transition-delay: .3s, .3s
  }
  
  .mburger--collapse b:nth-of-type(3) {
    transition: top .2s ease, transform .2s ease
  }
  
  .mm-wrapper_opened .mburger--collapse b:nth-of-type(1) {
    bottom: calc(50% - var(--mb-bar-spacing) - var(--mb-bar-height));
    margin-bottom: calc(var(--mb-bar-spacing) + (var(--mb-bar-height)/ 2));
    transform: rotate(45deg);
    transition-delay: calc(var(--mb-animate-timeout) + .1s), calc(var(--mb-animate-timeout) + .3s), calc(var(--mb-animate-timeout) + .3s)
  }
  
  .mm-wrapper_opened .mburger--collapse b:nth-of-type(2) {
    top: calc(50% + var(--mb-bar-spacing));
    opacity: 0;
    transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + .2s)
  }
  
  .mm-wrapper_opened .mburger--collapse b:nth-of-type(3) {
    top: calc(50% - (var(--mb-bar-height)/ 2));
    transform: rotate(-45deg);
    transition-delay: calc(var(--mb-animate-timeout) + .3s), calc(var(--mb-animate-timeout) + .3s)
  }
  
  .mburger--spin b:nth-of-type(1) {
    transition-delay: .2s, 0s
  }
  
  .mburger--spin b:nth-of-type(2) {
    transition-duration: 0s;
    transition-delay: .2s
  }
  
  .mburger--spin b:nth-of-type(3) {
    transition-delay: .2s, 0s
  }
  
  .mm-wrapper_opened .mburger--spin b:nth-of-type(1) {
    transform: rotate(135deg);
    transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + .2s)
  }
  
  .mm-wrapper_opened .mburger--spin b:nth-of-type(2) {
    transition-delay: calc(var(--mb-animate-timeout) + 0s)
  }
  
  .mm-wrapper_opened .mburger--spin b:nth-of-type(3) {
    transform: rotate(225deg);
    transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + .2s)
  }
  
  .mburger--squeeze b:nth-of-type(1) {
    transition-delay: .1s, 0s
  }
  
  .mburger--squeeze b:nth-of-type(2) {
    transition-delay: .1s
  }
  
  .mburger--squeeze b:nth-of-type(3) {
    transition-delay: .1s, 0s
  }
  
  .mm-wrapper_opened .mburger--squeeze b:nth-of-type(1) {
    transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + .1s)
  }
  
  .mm-wrapper_opened .mburger--squeeze b:nth-of-type(2) {
    transition-delay: calc(var(--mb-animate-timeout) + 0s)
  }
  
  .mm-wrapper_opened .mburger--squeeze b:nth-of-type(3) {
    transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + .1s)
  }
  
  .mburger--tornado b:nth-of-type(1) {
    transition: bottom .2s ease, transform .2s ease;
    transition-delay: .2s
  }
  
  .mburger--tornado b:nth-of-type(2) {
    transition: opacity 0s ease, transform .2s ease;
    transition-delay: .1s, .1s
  }
  
  .mburger--tornado b:nth-of-type(3) {
    transition: top .2s ease, transform .2s ease;
    transition-delay: 0s
  }
  
  .mm-wrapper_opened .mburger--tornado b:nth-of-type(1) {
    transform: rotate(-135deg);
    transition-delay: calc(var(--mb-animate-timeout) + 0s)
  }
  
  .mm-wrapper_opened .mburger--tornado b:nth-of-type(2) {
    opacity: 0;
    transform: rotate(-135deg);
    transition-delay: calc(var(--mb-animate-timeout) + .4s), calc(var(--mb-animate-timeout) + .1s)
  }
  
  .mm-wrapper_opened .mburger--tornado b:nth-of-type(3) {
    transform: rotate(-225deg);
    transition-delay: calc(var(--mb-animate-timeout) + .2s)
  }
.conversion-scrolltop {
	display: flex;
	display: none;
	position: fixed;
	width: 40px;
	height: 40px;
	bottom: 2rem;
	right: 4rem;
	border-radius: 50%;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	transition: all 200ms ease;
	z-index: 9;
}
.conversion-scrolltop-svg-wrap{
	display: flex;
	margin: -2px -2px 0 0;
}
.conversion-scrolltop-svg-wrap svg{
	width: 18px;
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding-left: 0;
  }
  
  /* Horizontal menu */
  
  .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
    flex-direction: column;
  }
  
  @media (max-width: 767px) {
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
      flex-direction: column;
    }
  }
  
  /* Vertical menu */
  
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    flex-direction: column;
  }
  
  /* Flyouts */
  
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
    display: inline-flex;
  }
  
  @media (max-width: 767px) {
    .hs-menu-wrapper.hs-menu-flow-vertical ul {
      display: flex;
    }
  }
  
  .hs-menu-wrapper.flyouts .hs-item-has-children {
    position: relative;
  }
  
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
    left: -9999px;
    opacity: 0;
    position: absolute;
  }
  
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
    display: block;
    white-space: nowrap;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    top: 100%;
  }
  
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {
    left: 100%;
    opacity: 1;
    top: 0;
  }
  
  @media (max-width: 767px) {
  
    .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
    .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper,
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {
      left: 0;
      opacity: 1;
      position: relative;
      top: auto;
    }
  }
  
  /* CTA, logo, and rich text images */
  
  p img,
  .hs_cos_wrapper_type_cta img,
  .hs_cos_wrapper_type_logo img,
  .hs_cos_wrapper_type_rich_text img {
    height: auto;
    max-width: 100%;
  }
  
  /* Divider */
  .hs_cos_wrapper_widget > hr{
    opacity: 1;
    background: none;
    height: 0;
  }
  
  /* Rich Text */
  div[class*="header-bottom"] .hs_cos_wrapper_type_rich_text p:last-child,
  div[class*="header-top"] .hs_cos_wrapper_type_rich_text p:last-child {
    margin-bottom: 0;
  }
  
  /* Form */
  .form-title:empty{
    display: none;
  }
  
  /* Language Switcher */
  .conversion-theme .lang_list_class:after {
    top: inherit;
    border: inherit;
    border-bottom-color: inherit;
    margin-bottom: inherit;
  }
  
  .conversion-theme .lang_list_class:after,
  .conversion-theme .lang_list_class:before {
    content: inherit;
    display: inherit;
    position: inherit;
    left: inherit;
    width: inherit;
    height: inherit;
    margin-left: inherit;
  }
  
  .conversion-theme .lang_list_class:before {
    top: inherit;
    border: inherit;
    border-bottom-color: inherit;
  }
  
  .conversion-theme .lang_list_class {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    z-index: 100;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 150px;
    box-shadow: 0 1px 24px rgba(88, 88, 88, 0.12);
    border-radius: 5px;
    border: 1px solid #d7d7d7;
    background-color: #ffffff;
  }
  
  .conversion-theme .lang_list_class li:first-child {
    padding-top: 1rem;
    border-top: none;
  }
  
  .conversion-theme .lang_list_class li {
    position: relative;
    line-height: 1;
    font-size: 90%;
    padding: 0 1rem 0.75rem;
    background-color: transparent;
    border-left: none;
    border-right: none;
  }
  
  .conversion-theme .lang_list_class li:last-child {
    padding-bottom: 1rem;
    border-bottom: none;
  }
  
  .conversion-theme .lang_list_class li a:hover {
    text-decoration: underline;
  }
  
  
  /* Site Search Input */
  .conversion-theme .hs-search-field__input {
    width: calc(100% - 45px);
  }
  
  .conversion-theme .hs-search-field__bar button {
    padding: 0.5rem;
    border-radius: 5px;
  }
  
  .conversion-theme .hs-search-field__bar button svg {
    height: 16px;
  }
  
  .conversion-theme .hs-search-field__suggestions #results-for {
    font-style: italic;
  }
  
  .conversion-theme .hs-search-field--open .hs-search-field__suggestions {
    border: 1px solid #d7d7d7;
    box-shadow: 0 1px 24px rgba(88, 88, 88, 0.12);
    border-radius: 5px;
    padding: 0.5rem;
    margin-top: 0.5rem;
  }
  
  .conversion-theme .hs-search-field--open .hs-search-field__suggestions li a {
    padding: 0 0.25rem;
  }
  
  
  /* Default animation */
  
  @-webkit-keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
/* Blog header */

.blog-comments input,
.blog-comments input[type=text],
.blog-comments input[type=email],
.blog-comments input[type=password],
.blog-comments input[type=tel],
.blog-comments input[type=number],
.blog-comments input[type=file],
.blog-comments select,
.blog-comments textarea {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    border-color: rgba(221, 221, 228, 1);
    color: rgba(26, 26, 26, 1.0);
    background-color: rgba(247, 247, 247, 1.0);
    outline: 0;
    box-shadow: none !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.r-post {
    display: flex;
    margin-bottom: 25px;
    padding-left: 15px;
}

.r-post img {
    max-width: 150px;
    height: 100px;
    object-fit: cover;
    width: 100%;
}

.r-post h5 {
    padding-left: 15px;
    margin-bottom: 0
}

.r-post h5 a:hover {
    text-decoration: none
}

.r-post h5 span {
    font-size: 14px !important;
    color: #8c8c8c;
    font-weight: 500;
}

.r-post h5 a {
    color: #ffffff
}

.blog-more-posts__post {
    padding: 0
}

.blog-more-posts__post-content {
    padding: 0px
}

.blog-more-wrapper {
    width: 100%;
    margin: 10px 0;
}

.blog-more-posts__post h6 {
    margin-bottom: 0;
    font-weight: 600;
}

.blog-more-posts__post-image {
    padding-bottom: 56%
}

.blog-more-posts__post h6 a {
    color: #ffffff
}

.r-post {
    padding: 15px;
    border: .5px solid rgba(100, 146, 253, 0.2);
    box-shadow: 0px 11px 30px rgb(154 161 177 / 17%);
    border-radius: 9px;
}

.content-wrapper .social-sharing a {
    margin: 10px 8px 10px
}

.content-wrapper .social-sharing li {
    line-height: 0
}

.content-wrapper .social-sharing i {
    display: inline-flex
}

.blog-header {

    padding: 12px 0;

}

.body-container.body-container--blog-index {
    background: #000000;
}

.blog-header {
    height: 300px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    z-index: 0;
    /*   margin-bottom: 40px; */
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.blog-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-index {
    padding-top: 60px !important
}

/* Blog header */
.blog-header {
    background-color: #17171d;
    padding: 82px 0;
    /* Blog header - author listing */
}

.blog-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .blog-header__inner {
        display: block;
    }
}

.blog-header--author {
    background-color: #17171d;
}

.blog-header--author .blog-header__inner {
    justify-content: flex-start;
    flex-wrap: nowrap;
}

@media screen and (max-width: 768px) {
    .blog-header--author .blog-header__inner {
        display: block;
    }
}

.blog-header__title {
    margin: 0 0 32px;
    max-width: 700px;
    flex-basis: 700px;
    flex-shrink: 0;
}

@media screen and (max-width: 768px) {
    .blog-header__title {
        max-width: none;
    }
}

.blog-header__title span {
    color: {
            {
            theme.global_colors.primary_color.color
        }
    }

    ;
}

.blog-header__preheader {
    font-family: {
            {
            theme.typography.preheader.font
        }
    }

    ,
    sans-serif;

    font-size: {
            {
            theme.typography.preheader.size
        }
    }

        {
            {
            theme.typography.preheader.size_unit
        }
    }

    ;
    font-weight: bold;

    color: {
            {
            theme.typography.preheader.color
        }
    }

    ;
    display: block;
    margin: 0 0 .75rem;
}

.blog-header__image {
    margin-left: 32px;
}

@media screen and (max-width: 768px) {
    .blog-header__image {
        margin: 0 auto;
        max-width: 360px;
    }
}

.blog-header__image img {
    width: 100%;
}

.blog-header__author {
    flex-basis: 400px;
}

@media screen and (max-width: 768px) {
    .blog-header__author {
        margin: 32px 0 0;
    }
}

.blog-header__avatar {
    background-size: cover;
    background-position: center;
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 100%;
    background-repeat: no-repeat;
    float: left;
    margin-right: 15px;
    border: 3px solid #000;
}

@media screen and (max-width: 768px) {
    .blog-header__avatar {
        margin: 0 auto;
    }
}

@media screen and (max-width: 360px) {
    .blog-header__avatar {
        height: 300px;
    }
}

.blog-header__author-social-links {
    margin: 0 -8px;
}

.blog-header__author-social-links a {
    display: inline-block;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    margin: 0 8px;
    position: relative;
}

.blog-header__author-social-links svg {
    fill: #F4BC01;
    height: 100%;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.blog-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 32px 20px;
    max-width: 1170px;
    margin: auto;
}


.blog-tags {
    list-style: none;
    padding: 0;
    margin: -7px;
    max-width: 680px;
}

.blog-tags li {
    display: inline-block;
    margin: 7px;
}

.blog-tags__link {
    background-color: rgba({
            {
            theme.buttons.background_color.color|convert_rgb
        }
    }

    , {
        {
        theme.buttons.background_color.opacity !=null ? theme.buttons.background_color.opacity / 100 : 1
    }
});

border: {
        {
        theme.buttons.border_width
    }
}

px solid {
        {
        theme.buttons.border_color.color
    }
}

;

border-radius: {
        {
        theme.buttons.border_radius
    }
}

px;

color: {
        {
        theme.buttons.text_color.color
    }
}

;

padding: {
        {
        theme.buttons.vertical_padding
    }
}

px {
        {
        theme.buttons.horizontal_padding
    }
}

px;

font-family: {
        {
        theme.global_fonts.primary_font.font
    }
}

,
sans-serif;
font-size: 0.75rem;
font-weight: bold;
display: inline-block;
width: auto;
height: auto;
margin: 0;
cursor: pointer;
line-height: 1.1;
letter-spacing: 0.03em;
white-space: normal;
word-break: break-word;
text-align: center;
text-decoration: none;
position: relative;
transition: background-color 0.15s linear,
border-color 0.15s linear,
color 0.15s linear;
padding: 12px 18px;
border-radius: 3px;
text-transform: uppercase;
line-height: 1;
font-size: 0.75rem;
background-color: transparent;
color: #dadada;
border: 1px solid #dadada;
}

.blog-tags__link:hover,
.blog-tags__link:focus,
.blog-tags__link:active {
    background-color: #3b66c9;
    border-color: #3b66c9;
    color: #FFF;
    text-decoration: none;
}

.blog-tags__link:disabled {
    background-color: #D0D0D0;
    border-color: #D0D0D0;
    color: #E6E6E6;
}

.blog-tags__link--current {
    background-color: {
            {
            theme.global_colors.primary_color.color
        }
    }

    ;
    border: none;
    color: white;
}

.blog-search {
    flex-basis: 400px;
    width: 100%;
    margin: 0;
}

.blog-strip {
    background: #17171d
}

/* Blog listing */
.blog-index,
.blog-more-posts {
    display: flex;
    flex-wrap: wrap;
    padding: 32px 0;
    margin: -24px;
}

.blog-index:after,
.blog-more-posts:after {
    content: "";
    flex: auto;
}

.blog-index__post-wrapper,
.blog-more-posts__post-wrapper {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    padding: 24px;
}

@media screen and (min-width: 768px) {

    .blog-index__post-wrapper,
    .blog-more-posts__post-wrapper {
        flex-basis: calc(100% / 2);
    }
}

@media screen and (min-width: 1000px) {

    .blog-index__post-wrapper,
    .blog-more-posts__post-wrapper {
        flex-basis: calc(100% / 3);
    }
}

.blog-index__post,
.blog-more-posts__post {
    display: flex;
    flex-direction: column;
    border: 0.5px solid rgba(100, 146, 253, 0.2);
    box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.17);
    border-radius: 9px;
    height: 100%;
    overflow: hidden;
}

.blog-index__post img,
.blog-more-posts__post img {
    height: auto;
    max-width: 100%;
}

.blog-index__post-content,
.blog-more-posts__post-content {
    padding: 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-grow: 1;
}

.blog-more-posts__post-content {
    background: #ffffff;

}

.blog-more-posts__post-content h5 a {
    color: #000000;
    text-decoration: none;
}

.blog-more-posts__post-content h5 a:hover {
    text-decoration: none;
}

.blog-index__post-content h3,
.blog-more-posts__post-content h3 {
    margin: 0 0 1rem;
}

.blog-index__post-content h3 a,
.blog-more-posts__post-content h3 a {
    color: {
            {
            theme.global_colors.text_color.color
        }
    }

    ;
}

.blog-index__post-content h3 a:hover,
.blog-index__post-content h3 a:visited,
.blog-more-posts__post-content h3 a:hover,
.blog-more-posts__post-content h3 a:visited {
    color: {
            {
            theme.global_colors.text_color.color
        }
    }

    ;
}

.blog-index__post-preheader,
.blog-more-posts__post-preheader {
    font-size: 14px;
    font-weight: normal;
    padding: 5px;
    color: #a2a0a0;
    display: inline-block;
    margin: 0 0 .75rem;
}

.blog-index__post-content h5 a {
    color: #fff;
}

.blog-index__post-meta,
.blog-more-posts__post-meta {
    display: flex;
    margin: 32px 0 0;
    color: #929292;
    font-size: .75rem;
    text-transform: uppercase;
}

.blog-index__post-meta span,
.blog-more-posts__post-meta span {
    display: inline-block;
}

.blog-index__post-date,
.blog-more-posts__post-date {
    margin-left: 54px;
}

.blog-index__post-image,
.blog-more-posts__post-image {
    display: block;
    background-image: url('//23184863.fs1.hubspotusercontent-na1.net/hubfs/23184863/raw_assets/public/dellorto-Oct24/images/grayscale-mountain.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 63%;
}

.blog-index__author h2,
.blog-more-posts__author h2 {
    margin: 32px 0 1.5rem;
}

.blog-index__author hr,
.blog-more-posts__author hr {
    height: 2px;
    background-color: #DCDCDC;
}

/* Blog pagination */
.blog-pagination {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 3rem;
}

.blog-pagination__link {
    font-family: {
            {
            theme.global_fonts.secondary_font.font
        }
    }

    ,
    sans-serif;
    font-weight: bold;

    color: {
            {
            theme.global_colors.text_color.color
        }
    }

    ;
    font-size: 1rem;
    line-height: 1;
    margin: 0 16px;
    text-decoration: none;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
    color: {
            {
            theme.global_colors.primary_color.color
        }
    }

    ;
    text-decoration: none;
}

.blog-pagination__link--active {
    color: {
            {
            theme.global_colors.primary_color.color
        }
    }

    ;
}

.blog-pagination__ellipsis {
    color: {
            {
            theme.global_colors.text_color.color
        }
    }

    ;
    font-size: 1rem;
    line-height: 1;
}

/* Blog post */
.blog-header--post {
    min-height: 520px;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog-post {
    margin: 0 auto;
    padding: 4.5rem 0;
}

.blog-post__meta {
    display: flex;
    align-items: center;
}

.blog-post__meta a {
    color: #ffffff;
    transition: color .25s ease-in;
}

.blog-post__meta a:hover {
    color: #cc9400;
    text-decoration: none;
}

.blog-header__author {
    flex-basis: 400px;
}

.blog-post__timestamp {
    color: #ffffff;
}

.blog-post__divider {
    margin: 64px 0 52px;
}

.blog-post__avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin-right: 38px;
}

.blog-post__preheader {
    font-family: {
            {
            theme.typography.preheader.font
        }
    }

    ,
    sans-serif;

    font-size: {
            {
            theme.typography.preheader.size
        }
    }

        {
            {
            theme.typography.preheader.size_unit
        }
    }

    ;
    font-weight: bold;

    color: {
            {
            theme.typography.preheader.color
        }
    }

    ;
    display: block;
    margin: 0 0 1rem;
}

.blog-post__title {
    margin: 0 0 1rem;
    max-width: 780px;
}

.blog-post__summary {
    font-size: 1rem;
    font-weight: 500;
    margin: 0 0 2.5rem;
    max-width: 780px;
}

.blog-post__body-wrapper {
    margin: 0 auto;
}

.blog-post__body img {
    max-width: 100%;
}

.blog-post__tags {
    display: flex;
    flex-wrap: wrap;
}

.blog-post__tag-link {
    color: {
            {
            theme.global_colors.primary_color.color
        }
    }

    ;
    background-color:#08CDBF;
    border-radius: 3px;
    font-size: 0.75rem;
    padding: 5px 10px;
    margin: 0 8px 8px 0;
}

/* Blog related posts */
.blog-more {
    padding: 2rem 0;
}

.blog-more--centered h2 {
    text-align: center;
}

/* Blog comments */
.blog-comments {
    margin-bottom: 60px;
    max-width: 680px;
    background: #f7f7f7;
    padding: 50px;
}

.blog-comments form {
    max-width: 100%;
}

.blog-comments .hs-submit {
    text-align: center;
}

.blog-comments .comment-reply-to {
    border: 0 none;
    outline: none;
}

.blog-comments .comment-reply-to:hover {
    background-color: transparent;
    text-decoration: underline;

    color: {
            {
            theme.global_colors.text_color.color
        }
    }

    ;
}

.blog-index__post-image,
.blog-more-posts__post-image {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50%;
    background-image: url('//23184863.fs1.hubspotusercontent-na1.net/hubfs/23184863/raw_assets/public/dellorto-Oct24/images/grayscale-mountain.png');
}

.blog-index__post-content p,
.blog-more-posts__post-content p {
    font-size: 16px;
}
:focus {
    outline:none !imoprtant;}
   
  
  /* Error pages */
  .bg-color{background-color:#F3F3F3;}
  .error-page {
    padding: 10rem 0;
    position: relative;
    text-align: center;
    z-index:1;
  }
  
  .lightbox .lightbox-close{  text-decoration: none !important;}
  .systems-page ul.no-list{padding-left:0px}
  .error-page:before {
    color:#d90a2c0f;
    content: attr(data-error);
    font-family: Lato, sans-serif;
    font-size: 40vw;
    font-weight: bold;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: -1;
  }
  
  @media screen and (min-width: 1100px) {
    .error-page:before {
      font-size: 20rem;
    }
  }
  
  .error-page__heading {
    margin-bottom: 1rem;
  }
  
  /* System pages */
  
  .systems-page {
    margin: 0 auto;
    max-width: 700px;
    padding: 3rem 1.4rem;
  }
  
  .systems-page .success {
    background-color: #CDE3CC;
    border: 1.5px solid #4F7D24;
    border-radius: 6px;
    color: #4F7D24;
    display: inline-block;
    margin: 1.4rem 0;
    padding: 0.1rem 0.7rem;
    width: 100%;
  }
  
  .systems-page form input {
    max-width: 100%;
  }
  .systems-page form .hs-button{margin:10px 0px}
  #email-prefs-form .header {
    background-color: transparent;
  }
  
  /* Search pages */
  
  .hs-search-field__bar {
    position: relative;
  }
  
  .hs-search-field__suggestions {
    background-color: #FFF;
    max-width: 700px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    background:transparent;
  }
  
  .hs-search-results {
    margin-top: 1.4rem;
  }
  
  ul.hs-search-results__listing li {
    margin-bottom: 1.4rem;
  }
  
  .hs-search-results__title {
    color: #494A52;
    font-family: Merriweather, serif;
    font-size: 1.25rem;
    margin-bottom: 0.35rem;
    text-decoration: underline;
  }
  
  .hs-search-results__title:hover {
    text-decoration: none;
  }
  
  .hs-search-results__description {
    padding-top: 0.7rem;
  }
  
  .hs-search-highlight {
    font-weight: bold;
  }
  
  .hs-search-results__pagination a {
    color: #0270E0;
  }
  
  /* Password prompt */
  
  .password-prompt input[type=password] {
    display: block;
    height: auto !important;
    margin-bottom: 1.4rem;
  }
  
  /* Backup unsubscribe */
  
  .backup-unsubscribe #email-prefs-form div {
    padding-bottom: 0 !important;
  }
  
  .backup-unsubscribe input[type=email] {
    margin-bottom: 1.4rem;
    padding: 0.7rem !important;
  }
/* Missing Template at Path: \'dellorto-Oct24\/css\/other\/font-icons.css\' */
/* Missing Template at Path: \'dellorto-Oct24\/css\/other\/plugins.css\' */
/* ----------------------------------------------------
    Animation Custom Class
---------------------------------------------------- */
.ltn__effect-img {
    position: absolute;
}
.ltn__effect-img-top-left {
    top: 6%;
    left: 5%;
}
.ltn__effect-img-top-right {
    top: 5%;
    right: 5%;
}
.ltn__effect-img-center-left {
    top: 50%;
    transform: translateY(-50%);
    left: 3%;
}
.ltn__effect-img-center-center {
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
}
.ltn__effect-img-center-right {
    top: 50%;
    transform: translateY(-50%);
    right: 3%;
}
.ltn__effect-img-bottom-left {
    bottom: 5%;
    left: 0;
}
.ltn__effect-img-bottom-right {
    bottom: 5%;
    right: 5%;
}

.ltn__animation-pulse1 {
  a {
      -webkit-animation: pulse1 1s infinite;
      animation: pulse1 1s infinite;
  }
}
.ltn__animation-pulse2 {
  a {
      -webkit-animation: pulse2 1s infinite;
      animation: pulse2 1s infinite;
  }
}
@-webkit-keyframes pulse1 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.6); 
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(255,255,255, 0);
    box-shadow: 0 0 0 15px rgba(255,255,255, 0); 
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0); 
  } 
}

@keyframes pulse1 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.6); 
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(255,255,255, 0);
    box-shadow: 0 0 0 15px rgba(255,255,255, 0); 
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0); 
  } 
}
@-webkit-keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 90, 60, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 90, 60, 0.6); 
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 90, 60, 0);
    box-shadow: 0 0 0 15px rgba(255, 90, 60, 0); 
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 90, 60, 0);
    box-shadow: 0 0 0 0 rgba(255, 90, 60, 0); 
  } 
}

@keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 90, 60, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 90, 60, 0.6); 
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 90, 60, 0);
    box-shadow: 0 0 0 15px rgba(255, 90, 60, 0); 
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 90, 60, 0);
    box-shadow: 0 0 0 0 rgba(255, 90, 60, 0); 
  } 
}

/* ----------------------------------------------------
    Animation CSS
---------------------------------------------------- */
.ltn__parallax-effect-wrap,
.layer {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0; }

.ltn__parallax-effect-wrap {
  min-height: 600px;
  position: relative;
  overflow: hidden; }

.layer {
  position: absolute; }
  .layer div {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden; }

.background {
  background: url(../img/effect/1.png) no-repeat 50% 100%;
  bottom: 96px;
  background-size: cover;
  position: absolute;
  width: 110%;
  left: -5%;
  top: -5%; }

.lighthouse {
  -webkit-transform-origin: 50% 90%;
  -moz-transform-origin: 50% 90%;
  transform-origin: 50% 90%;
  -webkit-animation: lighthouse 4s 0.1s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: lighthouse 4s 0.1s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: lighthouse 4s 0.1s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  margin: 0px -64px;
  background-size: 128px 224px;
  height: 224px;
  width: 128px;
  background-image: url(../img/effect/2.png);
  background-repeat: no-repeat;
  bottom: 64px;
  position: absolute;
  right: 20%; }



  .wave.plain {
    background-image: url(../img/effect/3.png); }
  .wave.paint {
    background-image: url(../img/effect/4.png); }

.light {
  margin: -120px -120px;
  background-size: 240px 240px;
  height: 240px;
  width: 240px;
  background-repeat: no-repeat;
  bottom: 112px;
  position: absolute;
  left: 50%; }
  .light.orange {
    background-image: url(../img/effect/5.png); }
  .light.purple {
    background-image: url(../img/effect/6.png); }
  .light.a {
    bottom: 80px;
    left: 20%; }
  .light.b {
    bottom: 80px;
    left: 30%; }
  .light.c {
    bottom: 112px;
    left: 45%; }
  .light.d {
    bottom: 96px;
    left: 60%; }
  .light.e {
    bottom: 112px;
    left: 75%; }
  .light.f {
    bottom: 64px;
    left: 80%; }
  .light.phase-1 {
    -webkit-animation: phase 20s 0.1s infinite linear;
    -moz-animation: phase 20s 0.1s infinite linear;
    animation: phase 20s 0.1s infinite linear; }
  .light.phase-2 {
    -webkit-animation: phase 18s 0.1s infinite linear;
    -moz-animation: phase 18s 0.1s infinite linear;
    animation: phase 18s 0.1s infinite linear; }
  .light.phase-3 {
    -webkit-animation: phase 16s 0.1s infinite linear;
    -moz-animation: phase 16s 0.1s infinite linear;
    animation: phase 16s 0.1s infinite linear; }
  .light.phase-4 {
    -webkit-animation: phase 14s 0.1s infinite linear;
    -moz-animation: phase 14s 0.1s infinite linear;
    animation: phase 14s 0.1s infinite linear; }
  .light.phase-5 {
    -webkit-animation: phase 12s 0.1s infinite linear;
    -moz-animation: phase 12s 0.1s infinite linear;
    animation: phase 12s 0.1s infinite linear; }
  .light.phase-6 {
    -webkit-animation: phase 10s 0.1s infinite linear;
    -moz-animation: phase 10s 0.1s infinite linear;
    animation: phase 10s 0.1s infinite linear; }



.hanger {
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  position: absolute; }
  .hanger.position-1 {
    top: 28%; }
  .hanger.position-2 {
    top: 46%; }
  .hanger.position-3 {
    top: 59%; }
  .hanger.position-4 {
    top: 66.5%; }
  .hanger.position-5 {
    top: 69.5%; }
  .hanger.position-6 {
    top: 66.5%; }
  .hanger.position-7 {
    top: 59%; }
  .hanger.position-8 {
    top: 46%; }
  .hanger.position-9 {
    top: 28%; }
  .hanger.position-1 {
    left: 10%; }
  .hanger.position-2 {
    left: 20%; }
  .hanger.position-3 {
    left: 30%; }
  .hanger.position-4 {
    left: 40%; }
  .hanger.position-5 {
    left: 50%; }
  .hanger.position-6 {
    left: 60%; }
  .hanger.position-7 {
    left: 70%; }
  .hanger.position-8 {
    left: 80%; }
  .hanger.position-9 {
    left: 90%; }

.board {
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  margin: 0px -140px;
  background-size: 280px 280px;
  height: 280px;
  width: 280px;
  background-repeat: no-repeat;
  position: absolute;
  top: -4px;
  left: 0; }
  .board.birds {
    background-image: url(../img/effect/5.png); }
  .board.cloud-1 {
    background-image: url(../img/effect/1.png); }
  .board.cloud-2 {
    background-image: url(../img/effect/2.png); }
  .board.cloud-3 {
    background-image: url(../img/effect/3.png); }
  .board.cloud-4 {
    background-image: url(../img/effect/4.png); }

.swing-1 {
  -webkit-animation: swing 4s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: swing 4s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: swing 4s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.swing-2 {
  -webkit-animation: swing 3.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: swing 3.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: swing 3.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.swing-3 {
  -webkit-animation: swing 3s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: swing 3s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: swing 3s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.swing-4 {
  -webkit-animation: swing 2.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: swing 2.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: swing 2.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.swing-5 {
  -webkit-animation: swing 2s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: swing 2s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: swing 2s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955); }


/* --------------- */
.wave {
    background: transparent repeat-x;
    position: absolute;
    width: 100%;
    left: 0; 
    margin: 0px 0px;
    background-position: center bottom;
    background-size: auto 101%;
    height: 30%;
    -webkit-animation: wave 5.33333s 0.1s infinite linear;
    -moz-animation: wave 5.33333s 0.1s infinite linear;
    animation: wave 5.33333s 0.1s infinite linear;

}
.ltn__animation-wave-3s {
    -webkit-animation: wave 3s 0.1s infinite linear;
    -moz-animation: wave 3s 0.1s infinite linear;
    animation: wave 3s 0.1s infinite linear;
}
.ltn__animation-wave-4s {
    -webkit-animation: wave 4s 0.1s infinite linear;
    -moz-animation: wave 4s 0.1s infinite linear;
    animation: wave 4s 0.1s infinite linear;
}
.ltn__animation-wave-5s {
    -webkit-animation: wave 5.33333s 0.1s infinite linear;
    -moz-animation: wave 5.33333s 0.1s infinite linear;
    animation: wave 5.33333s 0.1s infinite linear;
}
.ltn__animation-wave-6s {
    -webkit-animation: wave 6.22222s 0.1s infinite linear;
    -moz-animation: wave 6.22222s 0.1s infinite linear;
    animation: wave 6.22222s 0.1s infinite linear;
}
.ltn__animation-wave-7s {
    -webkit-animation: wave 7.11111s 0.1s infinite linear;
    -moz-animation: wave 7.11111s 0.1s infinite linear;
    animation: wave 7.11111s 0.1s infinite linear;
}
.ltn__animation-wave-8s {
    -webkit-animation: wave 8s 0.1s infinite linear;
    -moz-animation: wave 8s 0.1s infinite linear;
    animation: wave 8s 0.1s infinite linear;
}

.cross, .x, .y {
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }


@-webkit-keyframes phase {
  0% {
    opacity: 1; }
  25% {
    opacity: 0.4; }
  50% {
    opacity: 0.8; }
  75% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }
@-moz-keyframes phase {
  0% {
    opacity: 1; }
  25% {
    opacity: 0.4; }
  50% {
    opacity: 0.8; }
  75% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }
@-ms-keyframes phase {
  0% {
    opacity: 1; }
  25% {
    opacity: 0.4; }
  50% {
    opacity: 0.8; }
  75% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }
@keyframes phase {
  0% {
    opacity: 1; }
  25% {
    opacity: 0.4; }
  50% {
    opacity: 0.8; }
  75% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }
@-webkit-keyframes tilt {
  0% {
    -webkit-transform: rotateX(-30deg);
    -moz-transform: rotateX(-30deg);
    transform: rotateX(-30deg); }
  25% {
    -webkit-transform: rotateX( 30deg);
    -moz-transform: rotateX( 30deg);
    transform: rotateX( 30deg); }
  50% {
    -webkit-transform: rotateY(-30deg);
    -moz-transform: rotateY(-30deg);
    transform: rotateY(-30deg); }
  75% {
    -webkit-transform: rotateY( 30deg);
    -moz-transform: rotateY( 30deg);
    transform: rotateY( 30deg); }
  100% {
    -webkit-transform: rotateZ( 20deg);
    -moz-transform: rotateZ( 20deg);
    transform: rotateZ( 20deg); } }
@-moz-keyframes tilt {
  0% {
    -webkit-transform: rotateX(-30deg);
    -moz-transform: rotateX(-30deg);
    transform: rotateX(-30deg); }
  25% {
    -webkit-transform: rotateX( 30deg);
    -moz-transform: rotateX( 30deg);
    transform: rotateX( 30deg); }
  50% {
    -webkit-transform: rotateY(-30deg);
    -moz-transform: rotateY(-30deg);
    transform: rotateY(-30deg); }
  75% {
    -webkit-transform: rotateY( 30deg);
    -moz-transform: rotateY( 30deg);
    transform: rotateY( 30deg); }
  100% {
    -webkit-transform: rotateZ( 20deg);
    -moz-transform: rotateZ( 20deg);
    transform: rotateZ( 20deg); } }
@-ms-keyframes tilt {
  0% {
    -webkit-transform: rotateX(-30deg);
    -moz-transform: rotateX(-30deg);
    transform: rotateX(-30deg); }
  25% {
    -webkit-transform: rotateX( 30deg);
    -moz-transform: rotateX( 30deg);
    transform: rotateX( 30deg); }
  50% {
    -webkit-transform: rotateY(-30deg);
    -moz-transform: rotateY(-30deg);
    transform: rotateY(-30deg); }
  75% {
    -webkit-transform: rotateY( 30deg);
    -moz-transform: rotateY( 30deg);
    transform: rotateY( 30deg); }
  100% {
    -webkit-transform: rotateZ( 20deg);
    -moz-transform: rotateZ( 20deg);
    transform: rotateZ( 20deg); } }
@keyframes tilt {
  0% {
    -webkit-transform: rotateX(-30deg);
    -moz-transform: rotateX(-30deg);
    transform: rotateX(-30deg); }
  25% {
    -webkit-transform: rotateX( 30deg);
    -moz-transform: rotateX( 30deg);
    transform: rotateX( 30deg); }
  50% {
    -webkit-transform: rotateY(-30deg);
    -moz-transform: rotateY(-30deg);
    transform: rotateY(-30deg); }
  75% {
    -webkit-transform: rotateY( 30deg);
    -moz-transform: rotateY( 30deg);
    transform: rotateY( 30deg); }
  100% {
    -webkit-transform: rotateZ( 20deg);
    -moz-transform: rotateZ( 20deg);
    transform: rotateZ( 20deg); } }
@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg); } }
@-moz-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg); } }
@-ms-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg); } }
@keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg); } }
@-webkit-keyframes lighthouse {
  0% {
    -webkit-transform: translate3d(15%,0,0) rotateZ(10deg);
    -moz-transform: translate3d(15%,0,0) rotateZ(10deg);
    transform: translate3d(15%,0,0) rotateZ(10deg); }
  100% {
    -webkit-transform: translate3d(-15%,0,0) rotateZ(-10deg);
    -moz-transform: translate3d(-15%,0,0) rotateZ(-10deg);
    transform: translate3d(-15%,0,0) rotateZ(-10deg); } }
@-moz-keyframes lighthouse {
  0% {
    -webkit-transform: translate3d(15%,0,0) rotateZ(10deg);
    -moz-transform: translate3d(15%,0,0) rotateZ(10deg);
    transform: translate3d(15%,0,0) rotateZ(10deg); }
  100% {
    -webkit-transform: translate3d(-15%,0,0) rotateZ(-10deg);
    -moz-transform: translate3d(-15%,0,0) rotateZ(-10deg);
    transform: translate3d(-15%,0,0) rotateZ(-10deg); } }
@-ms-keyframes lighthouse {
  0% {
    -webkit-transform: translate3d(15%,0,0) rotateZ(10deg);
    -moz-transform: translate3d(15%,0,0) rotateZ(10deg);
    transform: translate3d(15%,0,0) rotateZ(10deg); }
  100% {
    -webkit-transform: translate3d(-15%,0,0) rotateZ(-10deg);
    -moz-transform: translate3d(-15%,0,0) rotateZ(-10deg);
    transform: translate3d(-15%,0,0) rotateZ(-10deg); } }
@keyframes lighthouse {
  0% {
    -webkit-transform: translate3d(15%,0,0) rotateZ(10deg);
    -moz-transform: translate3d(15%,0,0) rotateZ(10deg);
    transform: translate3d(15%,0,0) rotateZ(10deg); }
  100% {
    -webkit-transform: translate3d(-15%,0,0) rotateZ(-10deg);
    -moz-transform: translate3d(-15%,0,0) rotateZ(-10deg);
    transform: translate3d(-15%,0,0) rotateZ(-10deg); } }
@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotateZ(10deg);
    -moz-transform: rotateZ(10deg);
    transform: rotateZ(10deg); }
  100% {
    -webkit-transform: rotateZ(-10deg);
    -moz-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg); } }
@-moz-keyframes swing {
  0% {
    -webkit-transform: rotateZ(10deg);
    -moz-transform: rotateZ(10deg);
    transform: rotateZ(10deg); }
  100% {
    -webkit-transform: rotateZ(-10deg);
    -moz-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg); } }
@-ms-keyframes swing {
  0% {
    -webkit-transform: rotateZ(10deg);
    -moz-transform: rotateZ(10deg);
    transform: rotateZ(10deg); }
  100% {
    -webkit-transform: rotateZ(-10deg);
    -moz-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg); } }
@keyframes swing {
  0% {
    -webkit-transform: rotateZ(10deg);
    -moz-transform: rotateZ(10deg);
    transform: rotateZ(10deg); }
  100% {
    -webkit-transform: rotateZ(-10deg);
    -moz-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg); } }

/* ----------------------------------------------------
    End Animation
---------------------------------------------------- */
/* Error pages */
.bg-color{background-color:#F3F3F3;}
.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
  z-index:1;
}
.systems-page ul.no-list{padding-left:0px}
.error-page:before {
  color:#d90a2c0f;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}
.systems-page form .hs-button{margin:10px 0px}
#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 700px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  background:transparent;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #0270E0;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}
html {
	scroll-behavior: smooth;
}

/* ============================================================ >>> TABLE OF CONTENTS: =============================================================== # Common CSS # Section title # Category Area # Feature Area # Countdown Area # Blog Area # Blog Details # Service Details # Pagination # Testimonial # Banner Area # Team Area # CounterUp Area # Contact Form Area # Cart Table Area # Cart plus minus # Product Details # Shoping Cart # Custom Content # Newsletter # Faq Area # 404 Area # Coming Soon Area # Screenshot Area # Pricing List Area # Checkbox # Body Sidebar Icons # About Us Area # Why Choose Us Area # Service Area # Call To Action # Elements Area # Service Form # Get A Quote Form # Car Dealer Form # Video Area # Brand Logo # Progress Bar # Our Journey Area # Google Map Locations Area # Team Details # Our History Area # Appointment Form Area # Checkout Page # Myaccount Page # Time Schedule Area ============================================================= */
/* ---------------------------------------------------- Common CSS ---------------------------------------------------- */
.ltn__social-media ul {
    margin: 0;
    padding: 0;
}
.ltn__social-media ul li {
    list-style: none;
    display: inline-block;
    margin: 0 15px 0 0;
}
.ltn__social-media ul li:last-child {
    margin: 0;
}
.header .header--no-navigation{ padding:20px 0px !important;}
.ltn__social-media-2 ul {
    margin: 0;
    padding: 0;
}
.ltn__social-media-2 ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
.ltn__social-media-2 ul li a {
    background-color: var(--section-bg-1);
    color: var(--ltn__paragraph-color);
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.ltn__social-media-2 ul li a i {
    color: inherit;
}
.ltn__social-media-2 ul li:last-child {
    margin-right: 0;
}
.ltn__social-media-2 ul li:hover a {
    background-color: var(--ltn__secondary-color);
    color: var(--white);
}.ltn__category-item-5:hover
.ltn__social-media-3 ul {
    margin: 0;
    padding: 0;
}
.ltn__social-media-3 ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
.ltn__social-media-3 ul li a {
    background-color: var(--white);
    color: var(--ltn__paragraph-color);
    border: 2px solid var(--border-color-11);
    display: block;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
}
.ltn__social-media-3 ul li a i {
    color: inherit;
}
.ltn__social-media-3 ul li:last-child {
    margin-right: 0;
}
.ltn__social-media-3 ul li:hover a {
    background-color: var(--ltn__secondary-color);
    border-color: var(--ltn__secondary-color);
    color: var(--white);
}
.bg-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.bg-image-top {
    background-size: auto;
    background-position: top center;
    background-repeat: no-repeat;
}
.bg-image-right-before {
    position: relative;
}

.bg-image-left-before {
    position: relative;
}
.bg-image-left-before::before {
    position: absolute;
    content: "";
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/bg/21.jpg);
    height: 100%;
    width: 48%;
    left: 0;
    right: auto;
    top: 0;
}
.nice-select .option {
    font-weight: 400;
}
/* Responsive Device under :991px. */
@media (max-width: 991px) {
    .bg-image-top {
        background-size: inherit;
   }
    .bg-image-right-before::before, .bg-image-left-before::before {
        display: none;
   }
}
.ltn__social-media-4 ul {
    margin: 0;
    padding: 0;
}
.ltn__social-media-4 ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
.ltn__social-media-4 ul li a {
    background-color: var(--ltn__primary-color-3);
    color: var(--white);
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
}
.ltn__social-media-4 ul li:last-child {
    margin-right: 0;
}
.ltn__social-media-4 ul li:hover a {
    background-color: var(--ltn__secondary-color);
    color: var(--white);
}
/* ---------------------------------------- Section title ---------------------------------------- */
.section-title-area {
    margin-bottom: 50px;
}
.section-title-area p {
    margin-bottom: 0;
    max-width: 500px;
}
.section-title-area p + p {
    margin-top: 15px;
}
.section-title-area.text-right p {
    margin-left: auto;
}
.section-title-area.text-center p {
    margin-left: auto;
    margin-right: auto;
}
.section-title {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.3;
}
.section-title span {
    color: var(--ltn__secondary-color);
}
.section-title p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--ltn__paragraph-color);
    margin-top: 20px;
}
.section-title.white .section-title {
    color: var(--white);
}
.section-title.white p {
    color: rgba(0, 1, 0, );
}
/* ltn__separate-line */
.ltn__separate-line {
    position: relative;
    display: inline-block;
    min-width: 200px;
    margin-bottom: 3px;
    text-align: center !important;
}
.ltn__separate-line::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(242, 139, 194, 1) 0%, rgba(216, 177, 242, 1) 50%);
}
.ltn__separate-line .separate-icon {
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding: 0 15px;
}
.ltn__separate-line i {
    transform: rotate(45deg);
    margin: 0 -4px;
    color: var(--ltn__secondary-color);
}
/* Section Title 2 */
.ltn__section-title-2 {
    margin-bottom: 40px;
}
.ltn__section-title-2 .section-subtitle {
    margin-top: 0;
}
.ltn__section-title-2 .section-title {
    font-size: 72px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
}
.ltn__section-title-2 p {
    padding: 0 0 0 30px;
    border-width: 0 0 0 2px;
    border-style: solid;
    border-color: var(--ltn__secondary-color);
    max-width: 450px;
}
.ltn__section-title-2.text-right p {
    padding: 0 30px 0 0;
    border-width: 0 2px 0 0;
    margin-left: auto;
}
.ltn__section-title-2.text-center p {
    padding: 0 0 0 30px;
    border-width: 0 0 0 2px;
    margin-left: auto;
    margin-right: auto;
    text-align: left !important;
}
/* Section Title 3 */
.section-title-style-3 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-title-style-3 .section-brief-in p {
    padding: 0 30px 0 0;
    border-width: 0 2px 0 0;
    margin-left: auto;
    margin-right: 30px;
    text-align: right;
}
/* title-2 */
.title-2 {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 600;
    border-left: 2px solid;

    padding-left: 10px;
}

.section-subtitle-2 {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 25px;
    position: relative;
}
.section-subtitle-2::before {
    position: absolute;
    content: "";

    width: 100%;
    height: 100%;
    top: 50%;
    right: 50%;
    transform: translateY(-50%) translateX(50%);
    border-radius: 25px;
    opacity: 0.1;
}
@media (max-width: 1599px) {
    .ltn__section-title-2 .section-title {
        font-size: 60px;
   }
}
@media (max-width: 1399px) {
    .ltn__section-title-2 .section-title {
        font-size: 56px;
   }
    .section-title-style-3 .section-title {
        min-width: 320px;
   }
}
@media (max-width: 1199px) {
    .section-title {
        font-size: 30px;
   }
    .ltn__section-title-2 .section-title {
        font-size: 50px;
   }
}
@media (max-width: 991px) {
    .section-title {
        font-size: 26px;
   }
    .ltn__section-title-2 .section-title {
        font-size: 40px;
   }
    .ltn__section-title-2 p {
        padding: 0 0 0 15px;
   }
}
@media (max-width: 767px) {
    .section-title {
        font-size: 30px;
   }
    .ltn__section-title-2 .section-title {
        font-size: 30px;
   }
    .ltn__section-title-2 p {
        padding: 0 0 0 15px;
   }
    .section-title-style-3 {
        display: block;
   }
    .section-title-style-3 .section-title {
        min-width: 100%;
   }
    .section-title-style-3 .section-brief-in p {
        padding: 0 0px 0 15px;
        border-width: 0 0px 0 2px;
        margin-left: 0;
        margin-right: 0;
        text-align: left;
        margin-bottom: 15px;
   }
    .title-2 {
        font-size: 22px;
   }
}
@media (max-width: 575px) {
    .section-title {
        font-size: 24px;
   }
    .ltn__section-title-2 .section-title {
        font-size: 24px;
   }
}
/* ---------------------------------------------------- Category Area ---------------------------------------------------- */
.ltn__category-item {
    margin-top: 2px;
/* 	 margin-bottom: 30px;
    transition: all 0.3s ease 0s;
    border: 1px solid var(--border-color-7);
    background-color: var(--white); */
}
.ltn__category-item-img {
    transition: all 0.3s ease 0s;
}
.ltn__category-item-name {
    padding: 15px 20px 5px;
}

/* ltn__category-item-2 */
.ltn__category-item-2 {
    padding: 20px 15px 15px;
}
.ltn__category-item-2 .ltn__category-item-img {
    float: left;
    width: 35%;
}
.ltn__category-item-2 .ltn__category-item-name {
    overflow: hidden;
}
.ltn__category-item-2 .ltn__category-item-name ul {
    padding: 0;
    margin: 0;
}
.ltn__category-item-2 .ltn__category-item-name ul li {
    list-style: circle;
    margin-top: 5px;
    font-size: 14px;
}
.ltn__category-item-2 .ltn__category-item-name ul li a {
    display: block;
}
.ltn__category-item-2 h4 {
    margin-bottom: 5px;
}
.ltn__category-item-2 .category-btn {
    float: right;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: underline;
}
/* ltn__category-item-3 */
.ltn__category-item-3 {
    padding: 50px 0 25px;
    position: relative;
    box-shadow: none;
}
.ltn__category-item-3::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0%;
    height: 4px;
    background-color: var(--ltn__secondary-color);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
    visibility: hidden;
}
.ltn__category-item-3:hover {
    box-shadow: none;
}
.ltn__category-item-3:hover::before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}
/*  .ltn__category-item-3:hover h5 {
    color: var(--ltn__secondary-color);
} */
.ltn__category-item-4 {
    padding: 40px 30px 30px;
    position: relative;
    border: none;
    box-shadow: var(--ltn__box-shadow-4);
    border-radius: 10px;
}
.ltn__category-item-4 .ltn__category-item-img {
    width: 100px;
    height: 100px;
    line-height: 115px;
    font-size: 45px;
    border-radius: 100%;
    background-color: var(--section-bg-5);
    color: var(--ltn__secondary-color);
    text-align: center;
    margin-right: 0;
    margin-left: auto;
}
.ltn__category-item-4 .ltn__category-item-name {
    padding: 25px 0px 15px;
}
.ltn__category-item-4 .ltn__category-item-name h4 {
    font-weight: 600;
}
.ltn__category-item-4 .ltn__category-item-name p {
    margin-bottom: 0;
}
.ltn__category-item-4 .ltn__category-item-btn {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -20px;
}
.ltn__category-item-4 .ltn__category-item-btn a {
    width: 45px;
    height: 45px;
    line-height: 50px;
    background-color: var(--white);
    display: block;
    border-radius: 100%;
    text-align: center;
    font-size: 18px;
    -webkit-box-shadow: var(--ltn__box-shadow-1);
    box-shadow: var(--ltn__box-shadow-2);
    border: 1px solid var(--border-color-8);
}
.ltn__category-item-4.text-center .ltn__category-item-img {
    margin-left: auto;
    margin-right: auto;
}
.ltn__category-item-4.text-center .ltn__category-item-btn a {
    margin-left: auto;
    margin-right: auto;
}
.ltn__category-item-4:hover {
    box-shadow: var(--ltn__box-shadow-4);
}
/*  .ltn__category-item-5 {
    border: none;
    box-shadow: var(--ltn__box-shadow-4);
    border-radius: 10px;
    margin-bottom: 50px;
} */
.ltn__category-item-5 a {
    padding: 40px 30px 35px;
    display: block;
    position: relative;
}
.ltn__category-item-5 a span {
    display: block;
}
.ltn__category-item-5 a .category-icon {
    width: 100px;
    height: 100px;
    line-height: 115px;
    font-size: 45px;
    border-radius: 100%;
    background-color: var(--section-bg-5);
    color: var(--ltn__secondary-color);
    text-align: center;
    margin-bottom: 20px;
}
.ltn__category-item-5 a .category-title {
    font-size: 22px;
    font-weight: 600;
    font-family: var(--ltn__heading-font);
    color: var(--ltn__heading-color);
    transition: all 0.3s ease 0s;
    margin-bottom: 10px;
}
.ltn__category-item-5 a .category-btn {
    width: 45px;
    height: 45px;
    line-height: 50px;
    background-color: var(--white);
    display: block;
    border-radius: 100%;
    text-align: center;
    font-size: 18px;
    -webkit-box-shadow: var(--ltn__box-shadow-1);
    box-shadow: var(--ltn__box-shadow-2);
    border: 1px solid var(--border-color-8);
    position: absolute;
    bottom: -20px;
    right: 50%;
    transform: translateX(50%);
}
.ltn__category-item-5.text-center .category-icon {
    margin-left: auto;
    margin-right: auto;
}
.ltn__category-item-5.text-center .category-btn {
    margin-left: auto;
    margin-right: auto;
}

/*  .ltn__category-item-5:hover .category-title {
    color: var(--white);
} */
.ltn__category-item-5-2 a .category-icon {
    margin-right: 0;
    margin-left: auto;
}
.ltn__category-item-5-2 a .category-number {
    transition: all 0.3s ease 0s;
    font-size: 20px;
    font-weight: 600;
/* 	 font-family: var(--ltn__body-font);
    color: var(--ltn__secondary-color); */
}
.ltn__category-item-5-2 a .category-brief {
    transition: all 0.3s ease 0s;
}
.ltn__category-item-5-2:hover {
    background-color: var(--ltn__secondary-color);
}
.ltn__category-item-5-2:hover .category-number, .ltn__category-item-5-2:hover .category-brief {
    color: var(--white);
}
@media (max-width: 1200px) {
    .ltn__category-item-5 a {
        padding: 40px 20px 35px;
   }
    .ltn__category-item-5 a .category-icon {
        width: 80px;
        height: 80px;
        line-height: 90px;
        font-size: 30px;
   }
    .ltn__category-item-5 a .category-title {
        font-size: 18px;
   }
}
@media (max-width: 767px) {
    .ltn__category-item-2 .ltn__category-item-img {
        display: none;
   }
    .ltn__category-item-3 {
        padding: 30px 0 5px;
   }
    .ltn__category-item-5 a {
        padding: 40px 15px 35px;
   }
    .ltn__category-item-5 a .category-icon {
        width: 60px;
        height: 60px;
        line-height: 70px;
        font-size: 25px;
   }
    .ltn__category-item-5 a .category-title {
        font-size: 13px;
   }
}
/* ---------------------------------------------------- Feature Area ---------------------------------------------------- */
.ltn__feature-item {
    padding: 40px 25px 10px;
    transition: all 0.3s ease 0s;
    position: relative;
}
.ltn__feature-icon {
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 1;
}
/* feature-item-2 */
.ltn__feature-item-2 {
    padding: 40px 25px 10px;
}
.ltn__feature-item-2 .ltn__feature-icon {
    margin-bottom: 20px;
}
.ltn__feature-item-2 .ltn__feature-icon span {
    background: transparent;
    height: 100px;
    width: 100px;
    line-height: 109px;
    border-radius: 100%;
    position: relative;
    transition: all 0.5s ease 0s;
    display: inline-block;
    text-align: center;
}
.ltn__feature-item-2 .ltn__feature-icon span::before, .ltn__feature-item-2 .ltn__feature-icon span::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 100%;
    transition: all 0.8s ease 0s;
}
.ltn__feature-item-2 .ltn__feature-icon span:before {
    height: 0%;
    width: 0%;
    background: transparent;
}
.ltn__feature-item-2 .ltn__feature-icon span:after {
    height: 100%;
    width: 100%;
    border: 1px solid;
    border-color: var(--ltn__heading-color);
}
.ltn__feature-item-2 .ltn__feature-icon i {
    font-size: 26px;
    color: var(--ltn__heading-color);
    line-height: 1;
    transition: all 0.5s ease 0s;
    z-index: 1;
    position: relative;
}
.ltn__feature-item-2.active-feature .ltn__feature-icon span, .ltn__feature-item-2:hover .ltn__feature-icon span {
    color: var(--white);
    border-color: transparent;
}
.ltn__feature-item-2.active-feature .ltn__feature-icon span:before, .ltn__feature-item-2:hover .ltn__feature-icon span:before {
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgba(238, 145, 203, 1) 0%, rgba(217, 176, 241, 1) 50%);
}
.ltn__feature-item-2.active-feature .ltn__feature-icon span:after, .ltn__feature-item-2:hover .ltn__feature-icon span:after {
    border-color: var(--white);
    height: 80%;
    width: 80%;
}
.ltn__feature-item-2.active-feature .ltn__feature-icon i, .ltn__feature-item-2:hover .ltn__feature-icon i {
    color: var(--white);
}
.ltn__feature-item-2.active-feature .ltn__feature-info h6, .ltn__feature-item-2:hover .ltn__feature-info h6 {
    color: var(--ltn__secondary-color);
}
/* feature-item-3 */
.ltn__feature-item-3 {
    padding: 25px 22px 1px;
    display: flex;
    transition: all 0.3s ease 0s;
    border: 2px solid;
    border-color: #f4faff;
    margin-bottom: 20px;
    position: relative;
}
.ltn__feature-item-3 h1, .ltn__feature-item-3 h2, .ltn__feature-item-3 h3, .ltn__feature-item-3 h4, .ltn__feature-item-3 h5, .ltn__feature-item-3 h6 {
    margin-bottom: 5px;
}
.ltn__feature-item-3 .ltn__feature-icon {
    margin: 0px 20px 0 0;
    font-size: 50px;
    color: var(--ltn__secondary-color);
    line-height: 1.5;
}
.ltn__feature-item-3::before {
    position: absolute;
    content: "";
    left: -2px;
    top: 50%;
    width: 4px;
    height: 0%;
    background-color: var(--ltn__secondary-color);
    transition: all 0.5s ease 0s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%);
}
.ltn__feature-item-3:hover {
    box-shadow: var(--ltn__box-shadow-1);
}
.ltn__feature-item-3:hover::before {
    height: 80%;
    opacity: 1;
    visibility: visible;
}
.ltn__feature-item-3.text-right {
    flex-flow: row-reverse;
}
.ltn__feature-item-3.text-right .ltn__feature-icon {
    margin: 0px 0 0 20px;
}
.ltn__feature-item-3.text-right::before {
    right: -2px;
    left: auto;
}
/* feature-item-4 */
.ltn__feature-item-4 {
    padding: 50px 20px 15px;
    background-color: var(--white);
    margin-bottom: 30px;
    transition: all 0.3s ease 0s;
    box-shadow: var(--ltn__box-shadow-2);
}
.ltn__feature-item-4:hover {
    box-shadow: var(--ltn__box-shadow-1);
}
/* feature-item-5 */
.ltn__feature-item-5 {
    padding: 70px 30px 25px;
    margin-bottom: 30px;
}
.ltn__feature-item-5 .ltn__feature-icon {
    margin-bottom: 25px;
    font-size: 80px;
    line-height: 1;
}
.ltn__feature-item-5 .ltn__feature-icon img {
    max-width: 200px;
}
.ltn__feature-item-5 .ltn__feature-icon span {
    position: relative;
}
.ltn__feature-item-5 .ltn__feature-icon span::before {
    position: absolute;
    content: "\e942";
    font-family: 'icomoon';
    right: -10px;
    top: -10px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    background-color: var(--ltn__primary-color);
    color: var(--white);
    font-size: 14px;
    border-radius: 100%;
}
.ltn__feature-item-5 .btn-wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
}
.ltn__feature-item-5 .btn-wrapper a {
    min-height: 60px;
}
.ltn__feature-item-5:hover {
    box-shadow: var(--ltn__box-shadow-1);
}
.ltn__feature-item-5:hover .btn-wrapper {
    bottom: -60px;
    opacity: 1;
    visibility: visible;
}
.ltn__feature-item-5.section-bg-2 .ltn__feature-icon {
    color: var(--ltn__secondary-color);
}
.ltn__feature-item-5.section-bg-2 .ltn__feature-icon i {
    color: var(--ltn__secondary-color);
}
.ltn__feature-item-5.section-bg-2 .ltn__feature-icon span::before {
    background-color: var(--white);
    color: var(--ltn__primary-color);
}
.ltn__feature-item-5.white-bg .ltn__feature-icon span::before {
    background-color: var(--ltn__secondary-color);
    color: var(--white);
}
.feature-btn a {
    display: block;
    padding: 15px 20px;
    background-color: #fff;
    text-align: center;
}
/* feature-item-6 */
.ltn__feature-item-6 {
    border: 1px solid var(--border-color-8);
    margin-bottom: 30px;
    padding: 40px 30px 35px;
}
.ltn__feature-item-6::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0%;
    height: 4px;
    background-color: var(--ltn__secondary-color);
    transition: all 0.5s ease 0s;
    opacity: 0;
    visibility: hidden;
}

.ltn__feature-item-6 .ltn__feature-icon i {
    transition: all 0.3s ease 0s;
}
.ltn__feature-item-6 .ltn__feature-info p {
    font-size: 14px;
    margin-bottom: 0;
}
.ltn__feature-item-6 .ltn__feature-info p + p {
    margin-top: 15px;
}
.ltn__feature-item-6 .ltn__feature-info .ltn__service-btn {
    transition: all 0.3s ease 0s;
    color: var(--ltn__color-1);
    font-weight: 700;
    font-size: 14px;
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.ltn__feature-item-6 .ltn__feature-info .ltn__service-btn i {
    display: flex;
    align-items: center;
}
.ltn__feature-item-6.active, .ltn__feature-item-6:hover {
    box-shadow: var(--ltn__box-shadow-1);
}
.ltn__feature-item-6.active::before, .ltn__feature-item-6:hover::before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}
.ltn__feature-item-6.active .ltn__feature-info .ltn__service-btn, .ltn__feature-item-6:hover .ltn__feature-info .ltn__service-btn, .ltn__feature-item-6.active .ltn__feature-icon, .ltn__feature-item-6:hover .ltn__feature-icon {
    color: var(--ltn__secondary-color);
}
/* feature-item-7 */
.ltn__feature-item-7 {
    background-color: var(--white);
    padding: 38px 30px 10px;
    box-shadow: var(--ltn__box-shadow-2);
    margin-bottom: 30px;
}
.ltn__feature-item-7 .ltn__feature-icon-title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.ltn__feature-item-7 .ltn__feature-icon {
    margin-bottom: 0;
    margin-right: 20px;
    color: var(--ltn__secondary-color);
}
.ltn__feature-item-7 h3 {
    margin-bottom: 0;
}
.ltn__feature-item-7-color-white {
    background-color: transparent;
    border: 1px solid #203336;
}
.ltn__feature-item-7-color-white h3, .ltn__feature-item-7-color-white p {
    color: var(--white);
}
/* feature-item-8 */
.ltn__feature-item-8 {
    padding: 40px 30px 15px;
    display: flex;
    align-items: center;
}
.ltn__feature-item-8 .ltn__feature-icon {
    margin-right: 20px;
    font-size: 40px;
    width: 50px;
}
.ltn__feature-item-8 .ltn__feature-info h4 {
    margin-bottom: 5px;
}
.ltn__feature-item-8 .ltn__feature-info p {
    font-size: 15px;
}
.ltn__feature-item-box-wrap {
    box-shadow: var(--ltn__box-shadow-1);
}
.ltn__feature-item-box-wrap-2 {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    box-shadow: none;
}
.ltn__feature-item-box-wrap-2 .ltn__feature-item-8 {
    min-width: 280px;
}
.ltn__border-between-column [class*='col']::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
    background-color: var(--border-color-1);
}
.ltn__border-between-column [class*='col']:first-child::before {
    display: none;
}
/* feature-item-9 */
.ltn__feature-item-9 {
    padding: 30px 25px 5px;
    border: 1px solid;
}
.ltn__feature-item-9 .ltn__feature-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    box-shadow: var(--ltn__box-shadow-1);
    border-radius: 100%;
    margin-bottom: 0;
    margin-right: 20px;
    text-align: center;
    float: left;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 36px;
}
.ltn__feature-item-9 .ltn__feature-icon span {
    line-height: 1;
}
.ltn__feature-item-9 .ltn__feature-info {
    overflow: hidden;
}
.ltn__feature-item-9 h2 {
    margin-bottom: 5px;
}
.ltn__feature-item-9:hover {
    background-color: var(--ltn__secondary-color);
}
/* small mobile :320px. */
@media (max-width: 767px) {
    .ltn__feature-item-5 + .btn-wrapper {
        margin-bottom: 30px;
   }
    .ltn__feature-item-7 {
        padding: 38px 20px 10px;
   }
}
/* ---------------------------------------------------- Countdown Area ---------------------------------------------------- */
.ltn__countdown {
    margin-top: 30px;
    display: inline-block;
    box-shadow: var(--ltn__box-shadow-3);
    padding: 25px 40px 5px;
}
.ltn__countdown .single {
    display: inline-block;
    margin-right: 30px;
}
.ltn__countdown .single:last-child {
    margin-right: 0;
}
.ltn__countdown-2 {
    margin-top: 0;
    padding: 20px 30px 1px;
}
.ltn__countdown-2 .single {
    margin-right: 20px;
}
.ltn__countdown-2 .single h1 {
    font-size: 22px;
    margin-bottom: 5px;
}
.ltn__countdown-2 .single p {
    font-size: 14px;
}
.ltn__countdown-3 {
    margin-top: 0;
    padding: 20px 30px 1px;
    box-shadow: none;
}
.ltn__countdown-3 .single {
    margin-right: 20px;
}
.ltn__countdown-3 .single h1 {
    font-size: 24px;
    margin-bottom: 5px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    background-color: var(--white);
    border-radius: 100%;
    color: var(--ltn__heading-color);
}
.ltn__countdown-3 .single p {
    font-size: 20px;
    text-transform: uppercase;
}
.ltn__countdown-3 .btn-wrapper {
    margin-top: 20px;
}
@media (max-width: 991px) {
    .ltn__countdown-3 .single h1 {
        font-size: 20px;
        height: 50px;
        width: 50px;
        line-height: 50px;
   }
    .ltn__countdown-3 .single p {
        font-size: 14px;
   }
}
@media (min-width: 767px) {
    .ltn__countdown-1 {
        min-width: 380px;
   }
}
/* ---------------------------------------------------- Blog Area ---------------------------------------------------- */
.ltn__blog-item {
    position: relative;
    margin-bottom: 30px;
}
.ltn__blog-img {
    position: relative;
}
.ltn__blog-img img {
    margin-bottom: 0;
}
.ltn__blog-likes {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.ltn__blog-likes ul {
    margin: 0;
    padding: 0;
}
.ltn__blog-likes li {
    list-style: none;
}
.ltn__blog-likes li a {
    height: 70px;
    width: 70px;
    font-size: 16px;
    border-radius: 100%;
    display: flex;
    background-color: var(--white);
    text-align: center;
    flex-flow: column;
    justify-content: center;
    box-shadow: var(--ltn__box-shadow-3);
    color: var(--ltn__heading-color);
}
.ltn__blog-likes li a i {
    font-size: 18px;
    margin-bottom: 5px;
}
.ltn__blog-likes li a span {
    display: inline-block;
    line-height: 1;
    font-size: 12px;
}
.ltn__blog-brief {
    padding: 30px 0 30px;
}
.ltn__blog-title {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
}
.ltn__blog-meta {
    margin-bottom: 20px;
}
.ltn__blog-meta ul {
    padding: 0;
    margin: 0;
}
.ltn__blog-meta li {
    font-weight: 600;
    display: inline-block;
    margin-right: 25px;
    position: relative;
    font-size: 14px;
    margin-top: 0;
}
.ltn__blog-meta li:last-child {
    margin-right: 0;
}
.ltn__blog-meta li i {
    color: var(--ltn__secondary-color);
    margin-right: 5px;
}
.ltn__blog-meta li img {
    margin-bottom: 0;
}
.ltn__blog-tags a {
    margin-right: 10px;
    position: relative;
    display: inline-block;
}
.ltn__blog-tags a::before {
    position: absolute;
    content: ",";
    right: -3px;
}
.ltn__blog-tags a:last-child::before {
    display: none;
}
.ltn__blog-author img {
    border-radius: 100%;
    margin-right: 10px;
    max-width: 30px;
    display: inline-block;
}
.ltn__blog-btn {
    color: var(--ltn__heading-color);
    transition: all 0.3s ease 0s;
}
.ltn__blog-category a {
    background-color: var(--ltn__secondary-color);
    color: var(--white);
    padding: 5px 15px 2px;
    margin-bottom: 5px;
    margin-right: 5px;
    display: inline-block;
    text-transform: uppercase;
}
.ltn__blog-category a:last-child {
    margin-right: 0;
}
.ltn__blog-category a:hover {
    background-color: var(--ltn__primary-color);
    color: var(--white);
}
.ltn__blog-meta-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ltn__blog-meta-btn .ltn__blog-meta {
    margin-bottom: 0;
}
/* ltn__blog-item-1 */
.ltn__blog-item-1 .ltn__blog-img img {
    border-radius: 0px 0px 0px 35px;
}
.ltn__blog-item-1 .ltn__blog-meta ul li {
    position: relative;
}
.ltn__blog-item-1 .ltn__blog-meta ul li::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 10px;
    top: 50%;
    background-color: var(--ltn__primary-color);
    right: -15px;
    transform: translateY(-50%);
    opacity: 0.2;
}
.ltn__blog-item-1 .ltn__blog-meta ul li:last-child::before {
    display: none;
}
/* ltn__blog-item-2 */
.ltn__blog-item-2 {
    transition: all 0.3s ease 0s;
}
.ltn__blog-item-2 .ltn__blog-brief {
    padding: 30px 20px 30px;
}
.ltn__blog-item-2 .ltn__blog-meta li:before {
    height: 15px;
    width: 2px;
    top: 50%;
}
.ltn__blog-item-2 .ltn__blog-meta li:before::before {
    position: absolute;
    content: "";
    right: -15px;
    height: 15px;
    width: 2px;
    background-color: var(--ltn__heading-color);
    top: 50%;
    bottom: 6px;
    transform: translateY(-50%);
    opacity: 0.6;
}
.ltn__blog-item-2 .ltn__blog-meta li:before:last-child::before {
    display: none;
}
.ltn__blog-item-2 .ltn__blog-btn {
    opacity: 0;
    visibility: hidden;
    margin-top: -20px;
}
.ltn__blog-item-2:hover {
    box-shadow: var(--ltn__box-shadow-1);
}
.ltn__blog-item-2:hover .ltn__blog-btn {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}
/* ltn__blog-item-3 */
/* ltn__blog-item-4 */
.ltn__blog-item-3 .ltn__blog-brief, .ltn__blog-item-4 .ltn__blog-brief {
    padding: 30px 30px 30px;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--white);
    position: relative;
}
.ltn__blog-item-3 .ltn__blog-meta, .ltn__blog-item-4 .ltn__blog-meta {
    margin-bottom: 15px;
}
.ltn__blog-item-3 .ltn__blog-meta-btn, .ltn__blog-item-4 .ltn__blog-meta-btn {
    border-top: 1px solid;
    border-color: var(--border-color-1);
    padding-top: 20px;
}
.ltn__blog-item-3 .ltn__blog-meta-btn .ltn__blog-meta, .ltn__blog-item-4 .ltn__blog-meta-btn .ltn__blog-meta {
    margin-bottom: 0;
}
.ltn__blog-item-3 .ltn__blog-btn, .ltn__blog-item-4 .ltn__blog-btn {
    font-size: 14px;
    font-weight: 600;
    color: var(--ltn__secondary-color);
    text-transform: uppercase;
}
/* ltn__blog-item-3 */
.ltn__blog-item-3 .ltn__blog-brief {
    width: calc(100% - 30px);
    box-shadow: var(--ltn__box-shadow-4);
}
.ltn__blog-item-3 .ltn__blog-img + .ltn__blog-brief {
    margin-top: -50px;
}
.ltn__blog-item-3-normal .ltn__blog-item-3 {
    margin-bottom: 50px;
}
.ltn__blog-item-3-normal .ltn__blog-item-3 .ltn__blog-brief {
    width: calc(100%);
}
.ltn__blog-item-3-normal .ltn__blog-item-3 .ltn__blog-img + .ltn__blog-brief {
    margin-top: 0px;
}
.ltn__blog-item-3 .ltn__blog-img {
    overflow: hidden;
}
.ltn__blog-item-3 .ltn__blog-img img {
    transition: all 0.5s ease 0s;
}
.ltn__blog-item-3:hover .ltn__blog-img img {
    transform: scale(1.1);
}
/* ltn__blog-item-4 */
.ltn__blog-item-4 {
    border: 2px solid var(--white-9);
    margin-top: 1px;
}
.ltn__blog-item-4 .ltn__blog-brief {
    margin-top: 0;
    transition: all 0.3s ease 0s;
}
.ltn__blog-item-4 p {
    transition: all 0.3s ease 0s;
}
.ltn__blog-item-4::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    background-color: var(--ltn__primary-color);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}
.ltn__blog-item-4:hover::before {
    width: 100%;
    height: 100%;
    opacity: 0.9;
    visibility: visible;
}
.ltn__blog-item-4:hover .ltn__blog-brief {
    background-color: transparent;
}
.ltn__blog-item-4:hover .ltn__blog-meta, .ltn__blog-item-4:hover .ltn__blog-title, .ltn__blog-item-4:hover p {
    color: var(--white);
}
/* ltn__blog-item-5 */
.ltn__blog-item-5 {
    border: 2px solid var(--border-color-11);
}
.ltn__blog-item-5 .ltn__blog-brief {
    padding: 40px 30px 40px 30px;
}
.ltn__blog-item-5 .ltn__blog-meta-btn {
    padding-top: 10px;
}
.ltn__blog-item-5 .ltn__blog-author {
    font-size: 16px;
}
.ltn__blog-item-5 .ltn__blog-author img {
    max-width: 40px;
}
/*  .ltn__blog-item-5 .ltn__blog-btn {
    font-size: 14px;
    font-weight: 700;
    font-family: var(--ltn__body-font);
} */
/* blog-item-audio */
.ltn__blog-item-audio iframe {
    width: 100%;
    min-height: 300px;
}
/* blog-item-quote */
.ltn__blog-item-quote {
    border: 0;
}
.ltn__blog-item-quote .ltn__blog-meta li {
    color: var(--white);
}
.ltn__blog-item-quote .ltn__blog-meta li i {
    color: var(--white);
}
.ltn__blog-item-quote .ltn__blog-meta li:hover a {
    color: var(--white-3);
}
.ltn__blog-item-quote blockquote {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    background-color: transparent;
    font-style: normal;
    border-left: 0;
    border-color: var(--ltn__heading-color);
    padding: 60px 0 0;
    margin: 0px 0 30px 0px;
    color: var(--white);
    text-align: left;
}
.ltn__blog-item-quote blockquote::before {
    position: absolute;
    content: "\e94d";
    font-family: 'icomoon';
    font-size: 30px;
    left: 0;
    right: 0;
    top: 0;
    transform: inherit;
    transition: all 0.3s ease 0s;
}
.ltn__blog-item-quote blockquote a:hover, .ltn__blog-item-quote blockquote:hover {
    color: var(--white-3);
}
/* blog-item-6 */
.ltn__blog-item-6 {
    box-shadow: var(--ltn__box-shadow-5);
    transition: all 0.3s ease 0s;
}
.ltn__blog-item-6:hover {
    box-shadow: var(--ltn__box-shadow-1);
}
.ltn__blog-item-6 .ltn__blog-brief {
    padding: 35px 30px 15px 35px;
}
.ltn__blog-item-6 .ltn__blog-title {
    font-size: 20px;
}
.ltn__blog-item-6 p {
    font-size: 14px;
}
/* blog-item-7 */
.ltn__blog-item-7 {
    box-shadow: var(--ltn__box-shadow-5);
    transition: all 0.3s ease 0s;
}
.ltn__blog-item-7:hover {
    box-shadow: var(--ltn__box-shadow-1);
}
.ltn__blog-item-7 .ltn__blog-meta li {
    color: var(--ltn__secondary-color);
}
.ltn__blog-item-7 .ltn__blog-brief {
    padding: 30px 30px 30px 35px;
}
.ltn__blog-item-7 .ltn__blog-title {
    font-size: 18px;
    text-transform: uppercase;
}
.ltn__blog-item-7 p {
    font-size: 18px;
    line-height: 28px;
}
.ltn__blog-item-7 .ltn__blog-btn {
    font-size: 15px;
}
/* blog-list-wrap */
.ltn__blog-list-wrap .ltn__blog-item {
    margin-bottom: 40px;
}
.ltn__blog-list-wrap .ltn__blog-title {
    font-size: 30px;
    line-height: 1.2;
}
.ltn__blog-list-wrap .ltn__blog-item-5 .ltn__blog-brief {
    padding: 50px 40px 50px 45px;
}
.ltn__blog-list-wrap .ltn__blog-item-quote .ltn__blog-meta {
    padding-left: 100px;
}
.ltn__blog-list-wrap .ltn__blog-item-quote blockquote {
    font-size: 35px;
    line-height: 1.2;
    padding: 0 0 0 100px;
}
.ltn__blog-list-wrap .ltn__blog-item-quote blockquote::before {
    font-size: 80px;
    left: 0;
}
.ltn__blog-list-wrap .ltn__blog-item-quote blockquote a:hover, .ltn__blog-list-wrap .ltn__blog-item-quote blockquote:hover {
    color: var(--white-3);
}
@media (min-width: 992px) and (max-width: 1199px) {
    .ltn__blog-list-wrap .ltn__blog-title {
        font-size: 26px;
   }
    .ltn__blog-list-wrap .ltn__blog-item-quote blockquote {
        font-size: 24px;
        padding: 0 0 0 80px;
   }
    .ltn__blog-list-wrap .ltn__blog-item-quote blockquote::before {
        font-size: 50px;
   }
    .ltn__blog-list-wrap .ltn__blog-item-quote .ltn__blog-meta {
        padding-left: 80px;
   }
    .ltn__blog-item-6 .ltn__blog-title {
        font-size: 20px;
   }
}
@media (max-width: 991px) {
    .ltn__blog-title {
        font-size: 20px;
   }
    .ltn__blog-item-3 .ltn__blog-brief {
        width: calc(100% - 30px);
   }
    .ltn__blog-list-wrap .ltn__blog-title {
        font-size: 26px;
   }
    .ltn__blog-list-wrap .ltn__blog-item-quote blockquote {
        font-size: 24px;
        padding: 0 0 0 0px;
   }
    .ltn__blog-list-wrap .ltn__blog-item-quote blockquote::before {
        font-size: 30px;
        display: block;
        position: relative;
        margin-bottom: 10px;
   }
    .ltn__blog-list-wrap .ltn__blog-item-quote .ltn__blog-meta {
        padding-left: 0;
   }
}
@media (max-width: 767px) {
    .ltn__blog-title {
        font-size: 16px;
   }
    .ltn__blog-meta li {
        margin-right: 10px;
        font-size: 12px;
   }
    .ltn__blog-list-wrap .ltn__blog-title {
        font-size: 22px;
   }
    .ltn__blog-list-wrap .ltn__blog-item-5 .ltn__blog-brief {
        padding: 40px 20px 35px 20px;
   }
    .ltn__blog-list-wrap .ltn__blog-item-quote blockquote {
        font-size: 20px;
        padding: 0 0 0 0px;
   }
    .ltn__blog-list-wrap .ltn__blog-item-quote blockquote::before {
        font-size: 30px;
        display: block;
        position: relative;
        margin-bottom: 10px;
   }
    .ltn__blog-list-wrap .ltn__blog-item-quote .ltn__blog-meta {
        padding-left: 0;
   }
    .ltn__blog-item-3 .ltn__blog-btn, .ltn__blog-item-4 .ltn__blog-btn {
        font-size: 12px;
   }
    .ltn__blog-item-6 .ltn__blog-title {
        font-size: 20px;
   }
    .ltn__blog-item-6 .ltn__blog-brief {
        padding: 35px 20px 15px 20px;
   }
}
/* ---------------------------------------------------- Blog Details ---------------------------------------------------- */
.ltn__page-details-inner h1, .ltn__page-details-inner h2, .ltn__page-details-inner h3, .ltn__page-details-inner h4, .ltn__page-details-inner h5, .ltn__page-details-inner h6 {
    margin-top: 30px;
}
.ltn__page-details-inner p {
    margin-top: 1.5em;
}
.ltn__page-details-inner .ltn__blog-title {
    margin-top: 0;
    font-size: 30px;
}
.ltn__page-details-inner .ltn__blog-img {
    margin-bottom: 40px;
}
.ltn__page-details-inner .img-radius img {
    border-radius: 0px 0px 0px 35px;
}
.ltn__page-details-inner label {
    font-size: 14px;
}
/* blog-details-wrap */
.ltn__blog-details-wrap {
    border: 2px solid var(--border-color-11);
    padding: 50px;
}
blockquote {
    font-size: 18px;
    font-family: var(--ltn__heading-font);
    line-height: 1.6;
    font-weight: 700;
    background-color: var(--section-bg-1);
    padding: 60px 50px 60px 60px;
    margin: 50px 0 50px 0px;
    font-style: normal;
    text-align: center;
    border-left: 0;
    position: relative;
    z-index: 1;
}
blockquote::before {
    position: absolute;
    content: "\e94d";
    font-family: 'icomoon';
    font-size: 150px;
    right: 45px;
    transition: all 0.3s ease 0s;
    top: 50%;
    transform: translateY(-50%);
    color: var(--white);
    z-index: -1;
}
.ltn__comment-item {
    position: relative;
}
.ltn__comment-item p {
    font-size: 14px;
}
.ltn__commenter-img {
    float: left;
    margin-right: 30px;
    max-width: 100px;
}
.ltn__commenter-img img {
    border-radius: 100%;
}
.ltn__commenter-comment {
    overflow: hidden;
}
.ltn__commenter-comment h6 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
}
.ltn__commenter-comment .comment-date {
    margin-bottom: 10px;
    display: block;
    font-size: 13px;
    font-weight: 700;
    font-family: var(--ltn__heading-font);
    color: var(--ltn__secondary-color);
}
.ltn__comment-inner ul {
    margin: 0;
    padding: 0;
}
.ltn__comment-inner li {
    list-style: none;
    border-top: 1px solid var(--border-color-12);
    padding-top: 30px;
    margin-top: 8px;
}
.ltn__comment-inner > ul > li:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}
.ltn__comment-inner ul ul {
    margin: 0 0 0 70px;
    padding: 0;
}

.ltn__comment-reply-btn i {
    margin-right: 5px;
}


/*  .ltn__comment-reply-area form input[type="text"], .ltn__comment-reply-area form input[type="email"], .ltn__comment-reply-area form input[type="password"], .ltn__comment-reply-area form input[type="submit"], .ltn__comment-reply-area form textarea {
    border-color: var(--white-5);
} */
.ltn__comment-inner .product-ratting ul {
    padding: 0;
    margin: 0;
}
.ltn__comment-inner .product-ratting ul li {
    padding: 0;
    border: 0;
}
.ltn__first-letter {
    font-size: 70px;
    font-weight: 700;
    float: left;
    background-color: var(--ltn__secondary-color);
    color: var(--white);
    margin-right: 30px;
    line-height: 1;
    text-transform: uppercase;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ltn__blog-tags-social-media .ltn__social-media ul li {
    color: var(--ltn__color-1);
}
.ltn__prev-next-btn {
    position: relative;
}
.ltn__prev-next-btn::before {
    position: absolute;
    content: "\e958";
    font-family: 'icomoon';
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 30px;

}

.ltn__prev-next-btn .ltn__blog-title {
    font-size: 24px;
    margin-bottom: 0;
}
.ltn-author-introducing {
    padding: 40px;
    border: 2px solid var(--border-color-11);
    margin-bottom: 50px;
}
.ltn-author-introducing .author-img {
    float: left;
    max-width: 180px;
    margin-right: 40px;
}
.ltn-author-introducing .author-info {
    overflow: hidden;
}
.ltn-author-introducing .author-info h6 {
    margin-bottom: 0;
    font-size: 14px;
    color: var(--ltn__secondary-color);
}
.ltn-author-introducing .author-info h1, .ltn-author-introducing .author-info h2, .ltn-author-introducing .author-info h3 {
    margin-bottom: 10px;
}
.ltn-author-introducing .author-info p {
    font-size: 14px;
    margin-bottom: 0;
}
.ltn-author-introducing .author-info p + p {
    margin-top: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .ltn-author-introducing .author-img {
        max-width: 120px;
        margin-right: 30px;
   }
}
@media (max-width: 991px) {
    .ltn__blog-tags-social-media .ltn__social-media {
        text-align: left !important;
        margin-top: 30px;
   }
}
@media (max-width: 767px) {
    .ltn__page-details-inner .ltn__blog-title {
        margin-top: 0;
        font-size: 24px;
   }
    .ltn__page-details-inner .ltn__blog-img {
        margin-bottom: 40px;
   }
    .ltn__blog-details-wrap {
        padding: 50px 20px;
   }
    blockquote {
        font-size: 16px;
        padding: 70px 20px 40px 20px;
   }
    blockquote::before {
        position: initial;
        font-size: 60px;
        display: block;
        line-height: 1;
   }
    .ltn__prev-next-btn .ltn__blog-title {
        font-size: 18px;
   }
    .blog-prev {
        margin-bottom: 40px;
   }
    .blog-next {
        margin-top: 40px;
        margin-bottom: 0;
   }
    .ltn-author-introducing {
        padding: 40px 20px;
   }
    .ltn-author-introducing .author-img {
        max-width: 100px;
        margin-right: 0px;
        margin-bottom: 30px;
   }
    .ltn-author-introducing .author-info {
        overflow: inherit;
   }
    .ltn__commenter-img {
        float: inherit;
        margin-right: 0;
        max-width: 80px;
        margin-bottom: 20px;
   }
    .ltn__commenter-comment h6 {
        font-size: 18px;
   }

    .ltn__comment-inner ul ul {
        margin: 0px;
   }
    .ltn__comment-inner li {
        margin-top: 30px;
   }
   
    .ltn__first-letter {
        font-size: 40px;
        margin-right: 20px;
        width: 60px;
        height: 60px;
   }
}
/* ---------------------------------------------------- Service Details ---------------------------------------------------- */
.ltn__service-list-menu ul {
    padding: 0;
}
.ltn__service-list-menu ul li {
    display: block;
    border-top: 2px solid #f6f6f6;
    padding: 18px 0;
    margin: 0;
    font-weight: 700;
    font-family: var(--ltn__heading-font);
}
.ltn__service-list-menu ul li:last-child {
    border-bottom: 2px solid #f6f6f6;
}
.ltn__service-list-menu ul li i {
    margin-right: 5px;
    color: var(--ltn__secondary-color);
}
.ltn__service-list-menu ul li .service-price {
    float: right;
    text-transform: capitalize;
/* 	 font-weight: 400;
    font-family: var(--ltn__body-font); */
}
@media (max-width: 767px) {
    .ltn__service-list-menu ul li .service-price {
        float: none;
        display: block;
   }
}
/* ---------------------------------------------------- Pagination ---------------------------------------------------- */
/* ltn__pagination-3 */
.ltn__pagination ul {
    margin: 0;
    padding: 0;
}
.ltn__pagination ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
.ltn__pagination ul li:last-child {
    margin-right: 0px;
}
.ltn__pagination ul li a {
    height: 50px;
    width: 50px;
    line-height: 46px;
    border: 2px solid var(--border-color-11);
    text-align: center;
    display: block;
    font-weight: 700;
    border-radius: 100%;
}
.ltn__pagination ul li:hover a, .ltn__pagination ul li.active a {
    background-color: var(--ltn__secondary-color);
    border-color: var(--ltn__secondary-color);
    color: var(--white);
}
@media (max-width: 767px) {
    .ltn__pagination ul li {
        margin-right: 5px;
        font-size: 14px;
   }
    .ltn__pagination ul li a {
        height: 40px;
        width: 40px;
        line-height: 36px;
   }
}
/* ---------------------------------------------------- Testimonial ( 1, 2, 3, 4, 5, 6 ) ---------------------------------------------------- */
.ltn__testimonial-item {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    margin-bottom: 50px;
}
.ltn__testimonial-item .ltn__testimoni-img img {
    border-radius: 100%;
}
.ltn__testimonial-item.text-center .ltn__testimoni-img {
    margin-left: auto;
    margin-right: auto;
}
.ltn__testimonial-item.text-right .ltn__testimoni-img {
    margin-left: auto;
    margin-right: 0;
}
.ltn__testimoni-img {
    max-width: 120px;
    margin-bottom: 30px;
}
.ltn__testimoni-img img {
    border-radius: 0;
}
.ltn__testimoni-img i {
    width: 50px;
    height: 50px;
    line-height: 48px;
    border: 1px solid;
    border-radius: 100%;
    font-size: 18px;
}
/* testimonial-item-2 */
.ltn__testimonial-item-2 {
    max-width: 60%;
}
.ltn__testimonial-item-2 .ltn__testimoni-img {
    max-width: 85px;
    outline: 8px solid;
    outline-color: var(--white);
    margin-top: 8px;
    position: relative;
}
.ltn__testimonial-item-2 .ltn__testimoni-img img {
    border-radius: 0;
    box-shadow: var(--ltn__box-shadow-4);
}
.ltn__testimonial-item-2 p {
    font-size: 24px;
}
.ltn__testimonial-item-2 .ltn__testimoni-info h4 {
    font-size: 30px;
    margin-bottom: 5px;
}
.ltn__testimonial-item-2 .ltn__testimoni-info h6 {
    color: var(--ltn__secondary-color);
}
/* testimonial-item-3 */
.ltn__testimonial-item-3 {
    max-width: 100%;
    margin-bottom: 20px;
}
.ltn__testimonial-item-3 .ltn__testimoni-info {
    box-shadow: var(--ltn__box-shadow-4);
    width: calc(100% - 40px);
    margin: -60px auto 0;
    background-color: var(--white);
    padding: 25px 30px 30px;
    position: relative;
    z-index: 9;
}
.ltn__testimonial-item-3 .ltn__testimoni-info p {
    margin-top: 0;
}
.ltn__testimonial-item-3 .ltn__testimoni-info h4 {
    margin-bottom: 5px;
    margin-top: 0;
}
.ltn__testimonial-item-3 .ltn__testimoni-info h6 {
    margin-bottom: 5px;
    margin-top: 0;
    color: var(--ltn__secondary-color);
}
.ltn__testimonial-item-3 .ltn__testimoni-info-inner {
    display: flex;
    align-items: center;
}
.ltn__testimonial-item-3 .ltn__testimoni-img {
    max-width: 60px;
    margin-bottom: 0;
    margin-right: 15px;
}
.ltn__testimonial-item-3 .ltn__testimoni-img img {
    border-radius: 0;
}
.ltn__testimoni-bg-icon {
    position: absolute;
    right: 15px;
    bottom: 5px;
    z-index: -1;
    opacity: 0.1;
}
.ltn__testimoni-bg-icon i {
    font-size: 110px;
    line-height: 1;
    color: var(--ltn__color-1);
}
/* testimonial-item-4 */
.ltn__testimonial-item-4 {
    max-width: 100%;
    position: relative;
    padding: 40px;
    background-color: var(--white);
    box-shadow: var(--ltn__box-shadow-2);
    z-index: 2;
}
.ltn__testimonial-item-4 .ltn__testimoni-img {
    max-width: 160px;
    float: left;
    margin-right: 40px;
}
.ltn__testimonial-item-4 .ltn__testimoni-img img {
    border-radius: 0;
}
.ltn__testimonial-item-4 .ltn__testimoni-info {
    overflow: hidden;
}
.ltn__testimonial-item-4 .ltn__testimoni-info p {
    margin-bottom: 15px;
}
.ltn__testimonial-item-4 .ltn__testimoni-info h4 {
    margin-bottom: 5px;
}
.ltn__testimonial-item-4 .ltn__testimoni-info h6 {
    margin-bottom: 5px;
    color: var(--ltn__secondary-color);
}
/* testimonial-item-5 */
.ltn__testimonial-slider-4 {
    max-width: 45%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.ltn__testimonial-item-5 .ltn__quote-icon {
    font-size: 240px;
    position: absolute;
    top: -15px;
    line-height: 1;
    color: var(--white-7);
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.ltn__testimonial-item-5 .ltn__testimonial-image {
    max-width: 85px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.ltn__testimonial-item-5 .ltn__testimonial-image img {
    outline: 8px solid #fff;
    box-shadow: var(--ltn__box-shadow-1);
}
.ltn__testimonial-item-5 .ltn__testimonial-info {
    margin-top: 30px;
}
.ltn__testimonial-item-5 .ltn__testimonial-info p {
    font-size: 24px;
}
.ltn__testimonial-item-5 .ltn__testimonial-info h4 {
    font-size: 30px;
    margin-bottom: 5px;
}
.ltn__testimonial-item-5 .ltn__testimonial-info h6 {
    color: var(--ltn__secondary-color);
}
.ltn__testimonial-quote-menu {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
.ltn__testimonial-quote-menu li {
    list-style: none;
}
.ltn__testimonial-quote-menu li img {
    position: absolute;
}
.ltn__testimonial-quote-menu li:nth-child(1) img {
    width: 105px;
    top: -15%;
    left: 0;
}
.ltn__testimonial-quote-menu li:nth-child(2) img {
    width: 65px;
    top: 0;
    left: auto;
    right: 3%;
}
.ltn__testimonial-quote-menu li:nth-child(3) img {
    width: 65px;
    top: 70%;
    left: 10%;
}
.ltn__testimonial-quote-menu li:nth-child(4) img {
    width: 125px;
    top: 60%;
    left: auto;
    right: 10%;
}
.ltn__testimonial-quote-menu li:nth-child(5) img {
    width: 75px;
    top: 40%;
    left: 3%;
}
.ltn__testimonial-quote-menu li:nth-child(6) img {
    width: 75px;
    top: 25%;
    left: auto;
    right: 15%;
}
.ltn__testimonial-quote-menu li:nth-child(7) img {
    width: 55px;
    top: 20%;
    left: 15%;
}
.ltn__testimonial-quote-menu li:nth-child(8) img {
    width: 55px;
    top: 40%;
    left: auto;
    right: 3%;
}
/* testimonial-item-6 */
.ltn__testimonial-item-6 {
    padding-top: 50px;
    margin-bottom: 0;
}
.ltn__testimonial-item-6 .ltn__testimoni-img i {
    border: 0;
    color: var(--ltn__secondary-color);
}
.ltn__testimonial-item-6 p {
    font-size: 28px;
}
/* testimonial-item-7 */
.ltn__testimonial-item-7 {
    background-color: var(--white);
    padding: 30px 35px 40px;
    max-width: 100%;
    border-radius: 10px;
    box-shadow: var(--ltn__box-shadow-4);
    border: 1px solid;
    border-color: var(--border-color-13);
    position: relative;
}
.ltn__testimonial-item-7 .ltn__testimonial-img {
    margin-bottom: 30px;
}
.ltn__testimonial-item-7 .ltn__testimoni-info p {
    font-size: 18px;
}
.ltn__testimonial-item-7 .ltn__testimoni-info p i {
    font-size: 30px;
    position: relative;
    top: 8px;
    margin-right: 2px;
    line-height: 1;
    transition: all 0.3s ease 0s;
}
.ltn__testimonial-item-7 .ltn__testimoni-info-inner {
    display: flex;
    align-items: center;
}
.ltn__testimonial-item-7 .ltn__testimoni-info-inner .ltn__testimoni-img {
    max-width: 60px;
    margin-right: 15px;
    margin-bottom: 0;
}
.ltn__testimonial-item-7 .ltn__testimoni-info-inner .ltn__testimoni-name-designation h5 {
    font-weight: 600;
    margin-bottom: 0;
}
.ltn__testimonial-item-7 .ltn__testimoni-info-inner .ltn__testimoni-name-designation label {
    font-size: 14px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.ltn__testimonial-item-7::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0%;
    height: 4px;
    background-color: var(--ltn__secondary-color);
    transition: all 0.5s ease 0s;
    opacity: 0;
    visibility: hidden;
}
.ltn__testimonial-item-7:hover::before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}
.ltn__testimonial-item-7:hover .ltn__testimoni-info p i {
    color: var(--ltn__secondary-color);
}
/* testimonial-item-8 */
.ltn__testimonial-item-8 {
    padding: 35px 35px 35px;
}
.ltn__testimonial-item-8 .ltn__testimoni-info p {
    margin-bottom: 0;
}
.ltn__testimonial-item-8 .ltn__testimoni-info p + p {
    margin-top: 15px;
}
.ltn__testimoni-author-ratting {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    .ltn__testimonial-item-2 {
        max-width: 70%;
   }
    .ltn__testimonial-item-2 p {
        font-size: 20px;
   }
    .ltn__testimonial-item-2 .ltn__testimoni-info h4 {
        font-size: 24px;
   }
    .ltn__testimonial-slider-4 {
        max-width: 70%;
   }
    .ltn__testimonial-item-5 .ltn__testimonial-info p {
        font-size: 20px;
   }
    .quote-animated-image {
        display: none !important;
   }
    .ltn__testimoni-author-ratting {
        flex-flow: column-reverse;
   }
    .ltn__testimonial-item-7 .ltn__testimoni-info p {
        font-size: 16px;
   }
}
@media (max-width: 767px) {
    .ltn__testimonial-item-2 {
        max-width: 95%;
   }
    .ltn__testimonial-item-2 p {
        font-size: 16px;
   }
    .ltn__testimonial-item-2 .ltn__testimoni-info h4 {
        font-size: 20px;
   }
    .ltn__testimonial-item-3 .ltn__testimoni-info {
        width: calc(100% - 20px);
        padding: 25px 20px 30px;
   }
    .ltn__testimonial-item-3 .ltn__testimoni-info-inner {
        flex-flow: row wrap;
   }
    .ltn__testimonial-item-3 .ltn__testimoni-img {
        margin-bottom: 10px;
   }
    .ltn__testimonial-item-4 .ltn__testimoni-img {
        float: none;
   }
    .ltn__testimonial-slider-4 {
        max-width: 95%;
   }
    .ltn__testimonial-item-5 .ltn__testimonial-info p {
        font-size: 16px;
   }
    .ltn__testimonial-item-7 .ltn__testimoni-info p {
        font-size: 14px;
   }
    .ltn__testimonial-item-7 .ltn__testimoni-info-inner {
        flex-flow: row wrap;
   }
    .ltn__testimonial-item-7 .ltn__testimoni-info-inner .ltn__testimoni-img {
        margin-bottom: 10px;
   }
}
/* ---------------------------------------------------- Banner Area ( style: 2, 3 ) ---------------------------------------------------- */
.ltn__banner-item {
    margin-bottom: 30px;
    position: relative;
}
.ltn__banner-img {
    overflow: hidden;
}
.ltn__banner-img img {
    transition: all 3.5s ease 0s;
}
.ltn__banner-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.ltn__banner-info h4 {
    margin-bottom: 10px;
}
.ltn__banner-style-2 .ltn__banner-info {
    padding: 20px 30px;
    border: 1px solid;
    border-color: var(--border-color-1);
}
.ltn__banner-style-3 .ltn__banner-info {
    position: absolute;
    left: 35px;
    top: 30px;
}
.ltn__banner-style-3 .banner-button {
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.ltn__banner-style-3 .banner-button a {
    color: var(--ltn__color-1);
    padding: 12px 25px;
    background-color: rgba(255, 255, 255, 0.1);
    display: inline-block;
}
.ltn__banner-style-3 .banner-button a:hover {
    color: var(--white);
}
.ltn__banner-style-4 {
    position: relative;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.ltn__banner-style-4 .ltn__banner-info {
    position: relative;
    padding: 30px 30px;
}
.ltn__banner-style-4 .ltn__banner-info h3 {
    margin-bottom: 10px;
}
.ltn__banner-style-4 .ltn__banner-info p {
    margin-bottom: 12px;
}
.ltn__banner-style-4 .ltn__banner-info mark {
    background-color: var(--ltn__secondary-color);
}
.ltn__banner-style-4::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: all 0.4s ease 0s;
    background-color: var(--ltn__primary-color);
    opacity: 0.3;
}
.ltn__banner-style-4:hover::before {
    opacity: 0.15;
}
/* ---------------------------------------------------- Team Area ---------------------------------------------------- */
.ltn__team-item {
    margin-bottom: 30px;
    border: 1px solid #f1f1f1;
    text-align: center;
    transition: 0.3s;
}
.ltn__team-item:hover {
    box-shadow: var(--ltn__box-shadow-1);
}
.team-info {
    padding: 25px 15px;
}
/* team-item-2 */
.ltn__team-item-2 {
    position: relative;
}
.ltn__team-item-2:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--gradient-color-1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}
.ltn__team-item-2 .team-info {
    position: absolute;
    width: 100%;
    top: 60%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}
.ltn__team-item-2:hover:before {
    opacity: 0.7;
    visibility: visible;
}
.ltn__team-item-2:hover .team-info {
    top: 50%;
    opacity: 1;
    visibility: visible;
}
/* team-item-3 */
.ltn__team-item-3 {
    padding: 45px 20px 25px;
    box-shadow: var(--ltn__box-shadow-1);
    border: 0;
    position: relative;
}
.ltn__team-item-3 .team-img {
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
}
.ltn__team-item-3 .team-img img {
    border-radius: 100%;
}
.ltn__team-item-3 h6 {
    text-transform: uppercase;
}
.ltn__team-item-3 .team-info {
    padding: 0;
    margin-top: 30px;
}
.ltn__team-item-3 .ltn__social-media {
    transition: 0.5s;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: currentColor;
    width: 100%;
    padding: 10px 20px 20px;
    opacity: 0;
    visibility: hidden;
    border-bottom: 3px solid transparent;
}
.ltn__team-item-3:hover {
    background-color: var(--ltn__primary-color);
}
.ltn__team-item-3:hover h6, .ltn__team-item-3:hover h4, .ltn__team-item-3:hover .ltn__social-media ul li {
    color: var(--white);
}
.ltn__team-item-3:hover .ltn__social-media {
    bottom: -25px;
    opacity: 1;
    visibility: visible;
    z-index: 999;
    border-bottom-color: var(--ltn__secondary-color);
}
@media (max-width: 767px) {
    .ltn__team-item-3 {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
   }
}
/* ---------------------------------------------------- CounterUp Area ---------------------------------------------------- */
.ltn__counterup-item {
    margin-bottom: 50px;
    text-align: center;
}
.ltn__counterup-item .counter-icon {
    margin-bottom: 25px;
}
.ltn__counterup-item .counter-icon i {
    font-size: 65px;
    line-height: 1;
    color: var(--ltn__secondary-color);
}
.ltn__counterup-item h1 {
    font-weight: 700;
    font-size: 42px;
}
/*  .ltn__counterup-item h6 {
    color: var(--ltn__color-5);
    font-family: var(--ltn__body-font); */
}
/* counterup-item-2 */
.ltn__counterup-item-2 {
    margin-bottom: 50px;
    display: flex;
}
.ltn__counterup-item-2 .counter-icon {
    margin-bottom: 0;
    margin-right: 30px;
    text-align: center;
}
.ltn__counterup-item-2 .counter-icon i {
    font-size: 35px;
    height: 65px;
    width: 65px;
    line-height: 65px;
    border: 1px solid;
    border-radius: 5px;
    color: var(--ltn__color-1);
}
.ltn__counterup-item-2 h1, .ltn__counterup-item-2 h6 {
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 10px;
}
.ltn__counterup-item-2 h6 {
    font-size: 20px;
}
/* counterup-item-3 */
.ltn__counterup-item-3 {
    margin-bottom: 50px;
}
.ltn__counterup-item-3 .counter-icon {
    color: var(--ltn__color-1);
}
.ltn__counterup-item-3 h1 {
    font-size: 72px;
    line-height: 1;
    margin-bottom: 5px;
}
.ltn__counterup-item-3 .counterUp-icon {
    font-size: 30px;
}
/*  .ltn__counterup-item-3 h6 {
    font-family: var(--ltn__body-font); */
}
@media (max-width: 1199px) {
    .ltn__counterup-item-3 h1 {
        font-size: 56px;
   }
}
@media (max-width: 991px) {
    .ltn__counterup-item h1 {
        font-size: 36px;
   }
}
@media (max-width: 767px) {
    .ltn__counterup-area .ltn__section-title-2 {
        text-align: center;
   }
    .ltn__counterup-item h1 {
        font-size: 30px;
   }
    .ltn__counterup-item-3 {
        text-align: center;
   }
    .ltn__counterup-item-3 h1 {
        font-size: 56px;
   }
}
/* ---------------------------------------------------- Contact Form Area ---------------------------------------------------- */
.ltn__contact-address-item {
    padding: 40px 30px 10px;
    text-align: center;
    box-shadow: var(--ltn__box-shadow-2);
    margin-bottom: 30px;
}
.ltn__contact-address-item i {
    background-color: transparent;
    color: var(--ltn__heading-color);
    height: 60px;
    width: 60px;
    line-height: 60px;
    box-shadow: var(--ltn__box-shadow-2);
    text-align: center;
    border-radius: 100%;
    margin-bottom: 30px;
    transition: all 0.3s ease 0s;
}
.ltn__contact-address-item:hover i {
    background-color: var(--ltn__primary-color);
    color: var(--white);
}
.ltn__contact-address-item-2 {
    padding: 30px 0 10px;
    margin-bottom: 0;
    box-shadow: none;
}
.ltn__contact-address-item-2 + .ltn__contact-address-item-2 {
    border-top: 1px solid;
}
.contact-form-box {
    padding: 40px 50px 50px;
    position: relative;
    z-index: 1;
}
.contact-form-box input::-webkit-input-placeholder {
    color: var(--ltn__color-1);
}
.contact-form-box input::-moz-placeholder {
    color: var(--ltn__color-1);
}
.contact-form-box input:-ms-input-placeholder {
    color: var(--ltn__color-1);
}
.contact-form-box input:-moz-placeholder {
    color: var(--ltn__color-1);
}
.contact-form-box-2 input, .contact-form-box-2 textarea {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding-left: 0;
}
.google-map {
    height: 800px;
}
.ltn__contact-address-item-3 {
    box-shadow: none;
    border: 2px solid var(--border-color-11);
    padding: 50px 30px 25px;
}
.ltn__contact-address-item-3 i {
    font-size: 50px;
    border: 0;
    box-shadow: none;
}
.ltn__contact-address-item-3 .ltn__contact-address-icon {
    margin-bottom: 35px;
}
.ltn__contact-address-item-3 .ltn__contact-address-icon img {
    max-width: 80px;
}
.ltn__contact-address-item-3:hover i {
    background-color: transparent;
    color: var(--ltn__secondary-color);
}
.form-messege .error {
    color: var(--red);
}
.form-messege .success {
    color: var(--green);
}
@media (max-width: 767px) {
    .contact-form-box {
        padding: 40px 25px 50px;
   }
}
/* ---------------------------------------------------- Cart Table Area ---------------------------------------------------- */
.table-1 table {
    border: 0;
    text-transform: uppercase;
    font-size: 13px;
    width: 100%;
}
.table-1 table tr:first-child {
    font-weight: 700;
    text-transform: uppercase;
    background-color: #e5e5e6;
}
.table-1 table tr:nth-child(odd) {
    background-color: #e5e5e6;
}
.table-1 table tr:nth-of-type(even) {
    background: #f9f9f9;
}
.table-1 table tr th {
    font-weight: 700;
    text-transform: uppercase;
    background-color: #e5e5e6;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 10px 0;
    display: table-cell;
    line-height: 18px;
    text-align: center;
    width: 12%;
}
.table-1 table tr td {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 10px 0;
    display: table-cell;
    line-height: 18px;
    text-align: center;
}
.mobile-show {
    display: none;
}
@media only screen and (max-width: 767px) {
    .mobile-none {
        display: none;
   }
    .mobile-show {
        display: block;
   }
}
/* ---------------------------------------------------- Cart plus minus ---------------------------------------------------- */
.cart-plus-minus {
    border: 2px solid;
    height: 63px;
    line-height: 56px;
    width: 140px;
    text-align: center;
}
.qtybutton {
    height: 100%;
    width: 30%;
}
.dec.qtybutton {
    float: left;
    border-right: 2px solid;
}
.inc.qtybutton {
    float: right;
    border-left: 2px solid;
}
.cart-plus-minus, .dec.qtybutton, .inc.qtybutton {
    background-color: var(--white);
    border-color: var(--border-color-11);
    font-size: 20px;
    font-weight: 700;
}
input.cart-plus-minus-box {
    background: transparent none repeat scroll 0 0;
    box-shadow: none;
    border: none;
    height: 100%;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
    width: 40%;
    font-weight: 700;
}
/* ---------------------------------------------------- Product Details ---------------------------------------------------- */
.product-details-content .product-title {
    font-size: 36px;
    font-weight: 700;
}
.product-details-content .product-price {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.product-details-content .product-excerpt {
    margin-bottom: 30px;
}
.product-details-content .cart-plus-minus {
    display: inline-block;
    margin-right: 20px;
}
.product-details-content .product-details-cart-btn {
    display: inline-block;
    margin-top: 0;
}
.product-details-content .product-details-buy-btn .theme-btn-1 {
    padding: 10px 100px 9px;
}
/* ---------------------------------------------------- Shoping Cart ---------------------------------------------------- */
.table tr:nth-child(odd) {
    background-color: #f7f8fa;
}
.table tr:nth-child(even) {
    background-color: #fafafa;
}
.shoping-cart-table tbody {
    border-bottom: 1px solid #dee2e6;
}
.shoping-cart-table thead th {
    vertical-align: middle;
    border-bottom: 0;
    background-color: #f7f8fa;
}
.shoping-cart-table .table tr {
    background-color: transparent;
    display: table;
    width: 100%;
}
.shoping-cart-table td {
    padding: 20px 25px;
    vertical-align: middle;
}
.cart-product-image img {
    max-width: 100px;
}
.cart-product-remove {
    cursor: pointer;
}
.cart-product-remove:hover {
    color: var(--ltn__secondary-color);
}
.cart-product-subtotal {
    font-weight: 700;
}
.cart-coupon-row {
    background-color: #f7f8fa;
    text-align: right;
}
.cart-coupon {
    text-align: left;
}
.cart-coupon input {
    max-width: 250px;
    margin-bottom: 0;
}
.submit-button-1 {
    padding: 10px 30px;
    background-color: var(--ltn__primary-color);
    color: var(--white);
    transition: all 0.3s ease 0s;
}
.submit-button-1:hover {
    background-color: var(--ltn__secondary-color);
    color: var(--white);
}
.btn.disabled {
    cursor: not-allowed;
}
.shoping-cart-total {
    float: right;
    max-width: 450px;
    width: 100%;
}
.shoping-cart-total .table {
    margin-bottom: 0;
}
.shoping-cart-total .btn-wrapper {
    margin-top: 0;
}
.shoping-cart-total .btn-wrapper .theme-btn-1 {
    display: block;
}
@media (min-width: 768px) and (max-width: 991px) {
    .shoping-cart-table td {
        padding: 20px 10px;
   }
    .cart-product-image img {
        max-width: 80px;
   }
    .cart-product-info h4 {
        font-size: 18px;
   }
}
@media (max-width: 767px) {
    .shoping-cart-table thead th {
        display: none;
   }
    .shoping-cart-table .table tr {
        display: block;
        text-align: center;
   }
    .shoping-cart-table td {
        display: block;
        padding: 20px 15px;
   }
    .cart-product-image {
        max-width: 100%;
   }
    .shoping-cart-table .cart-plus-minus {
        margin-left: auto;
        margin-right: auto;
   }
    .cart-coupon input {
        margin-bottom: 20px;
   }
    .shoping-cart-table .table tr:nth-child(even) {
        background-color: var(--section-bg-1);
   }
}
/* ---------------------------------------------------- Custom Content ---------------------------------------------------- */
.custom-content-brief h1 {
    margin-bottom: 30px;
}
.custom-content-brief .btn-wrapper {
    margin-top: 40px;
}
/* ---------------------------------------------------- Newsletter ---------------------------------------------------- */
.ltn__newsletter-inner .ltn__form-box {
    position: relative;
    margin-top: 30px;
}
.ltn__newsletter-inner .ltn__form-box input {
    margin-bottom: 0;
    padding-right: 140px;
}
.ltn__newsletter-inner .ltn__form-box button {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    height: 100%;
    box-shadow: none;
}
.ltn__newsletter-inner-2 .ltn__form-box input {
    border-width: 0px 0px 1px 0px;
    padding-right: 140px;
}
.ltn__newsletter-inner-3 .ltn__form-box input {
    border-radius: 50px;
    padding-left: 30px;
}
/* ---------------------------------------------------- Faq Area ---------------------------------------------------- */
.ltn__faq-inner .card {
    border: none;
    border-radius: 0;
    margin-bottom: 35px;
}
.ltn__faq-inner .card:last-child {
    margin-bottom: 0;
}
.ltn__faq-inner .card .ltn__card-title {
    background-color: var(--section-bg-1);
    padding: 22px 15px 22px 40px;
    cursor: pointer;
    position: relative;
    transition: 0.3s;
    font-size: 18px;
    margin-bottom: 0;
}
.ltn__faq-inner .card .ltn__card-title::before {
    position: absolute;
    content: "\e903";
    font-family: 'icomoon';
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}
.ltn__faq-inner .card .ltn__card-title[aria-expanded="true"] {
    background-color: var(--ltn__secondary-color);
;
}
.ltn__faq-inner .card .ltn__card-title[aria-expanded="true"]:before {
    content: "\e904";
}
.ltn__faq-inner .card .card-body {
    padding: 20px 0 0 0;
}
/* ltn__faq-inner-2 */
.ltn__faq-inner-2 .card {
    margin: 0 0 -2px 0;
    border: 2px solid;
    border-color: var(--border-color-10);
}
.ltn__faq-inner-2 .card .ltn__card-title {
    background-color: transparent;
    padding: 20px 60px 20px 40px;
}
.ltn__faq-inner-2 .card .ltn__card-title::before {
    background-color: var(--section-bg-1);
    color: var(--ltn__primary-color);
    font-size: 16px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
}
.ltn__faq-inner-2 .card .ltn__card-title[aria-expanded="true"] {
    background-color: transparent;
    color: var(--ltn__primary-color);
}
.ltn__faq-inner-2 .card .ltn__card-title[aria-expanded="true"]:before {
    color: var(--ltn__secondary-color);
}
.ltn__faq-inner-2 .card .card-body {
    padding: 15px 40px 25px;
}
.ltn__faq-inner-3 .card {
    background-color: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.ltn__faq-inner-3 .card .ltn__card-title {
    padding: 20px 60px 20px 5px;
    font-weight: 600;
}
.ltn__faq-inner-3 .card .ltn__card-title i {
    width: 50px;
    height: 50px;
    line-height: 55px;
    background-color: var(--ltn__secondary-color);
    color: var(--white);
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    font-size: 26px;
}
@media (max-width: 767px) {
    .ltn__faq-inner-2 .card .ltn__card-title {
        padding: 20px 60px 20px 20px;
        font-size: 16px;
   }
    .ltn__faq-inner-2 .card .card-body {
        padding: 15px 20px 25px;
   }
    .ltn__faq-inner-3 .card .ltn__card-title {
        font-size: 14px;
   }
    .ltn__faq-inner-3 .card .ltn__card-title i {
        width: 40px;
        height: 40px;
        line-height: 45px;
        font-size: 20px;
   }
}
/* ---------------------------------------------------- 404 Area ---------------------------------------------------- */
.error-404-inner .btn-wrapper {
    margin-top: 50px;
}
.error-404-title {
    font-size: 120px;
    line-height: 1;
    margin-bottom: 40px;
}
/* 404 area 1 */
.ltn__404-area-1 .error-404-title {
    font-size: 400px;
    line-height: 1;
    color: var(--ltn__secondary-color);
    margin-bottom: 0;
}
.ltn__404-area-1 h2 {
    font-size: 60px;
}
/* 404 area 2 */
.ltn__404-area-2 {
    min-height: 90vh;
    display: flex;
    align-items: center;
}
.ltn__404-area-2 .error-404-inner {
    padding: 150px 0 170px;
}
@media (max-width: 1199px) {
    .ltn__404-area-1 .error-404-title {
        font-size: 200px;
   }
    .ltn__404-area-1 h2 {
        font-size: 30px;
   }
}
@media (max-width: 991px) {
    .ltn__404-area-2 .error-404-inner {
        padding: 80px 0 110px;
   }
    .error-404-inner p br {
        display: none;
   }
    .error-404-title {
        font-size: 80px;
   }
    .ltn__404-area-1 .error-404-title {
        font-size: 100px;
   }
    .ltn__404-area-1 h2 {
        font-size: 20px;
   }
}
/* ---------------------------------------------------- Coming Soon Area ---------------------------------------------------- */
.ltn__coming-soon-area {
    min-height: 100vh;
    display: flex;
    align-items: center;
    text-align: center;
}
.coming-soon-inner {
    padding: 120px 0 100px;
}
.coming-soon-inner .ltn__countdown {
    margin-top: 0;
}
.coming-soon-inner .ltn__countdown .single {
    border: 1px solid var(--border-color-3);
    margin-right: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    min-width: 120px;
    padding-top: 15px;
}
.coming-soon-inner .btn-wrapper {
    margin-top: 50px;
}
.coming-soon-inner p {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
}
.coming-soon-inner .ltn__form-box {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}
.coming-soon-inner .ltn__form-box input {
    background-color: transparent;
    color: var(--white);
    border: 1px solid var(--border-color-3);
}
.coming-soon-inner .ltn__form-box input[type="text"]::-webkit-input-placeholder, .coming-soon-inner .ltn__form-box input[type="email"]::-webkit-input-placeholder {
   /* Chrome/Opera/Safari */
    color: var(--white);
}
@media (min-width: 767px) and (max-width: 991px) {
    .coming-soon-inner .ltn__countdown .single {
        min-width: 110px;
   }
}
@media (max-width: 991px) {
    .coming-soon-inner {
        padding: 80px 0 110px;
   }
    .coming-soon-inner p br {
        display: none;
   }
}
@media (max-width: 767px) {
    .coming-soon-inner .ltn__countdown {
        padding: 25px 20px 5px;
   }
    .coming-soon-inner .ltn__countdown .single {
        margin-right: 20px;
        min-width: 90px;
   }
}
/* ---------------------------------------------------- Screenshot Area ---------------------------------------------------- */
/* img-slide-item-1 */
.ltn__img-slide-item-1 {
    margin: 10px 0 20px 0;
    padding: 0 0;
}
.slick-current .ltn__img-slide-item-1 {
    box-shadow: var(--ltn__box-shadow-1);
}
/* img-slide-item-2 */
.ltn__img-slide-item-2 {
    margin-bottom: 30px;
}
/* img-slide-item-3 */
.ltn__img-slide-item-3 {
    position: relative;
    margin-bottom: 85px;
}
.ltn__img-slide-item-3 .ltn__img-slide-info {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-items: center;
    padding: 30px 35px;
    background-color: white;
    position: absolute;
    bottom: 0;
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
    box-shadow: var(--ltn__box-shadow-2);
}
.ltn__img-slide-item-3 .ltn__img-slide-info-brief {
    padding-right: 20px;
}
.ltn__img-slide-item-3 h6 {
    margin-bottom: 5px;
    color: var(--ltn__secondary-color);
}
.ltn__img-slide-item-3 h1 {
    margin-bottom: 0;
    font-size: 30px;
}
.ltn__img-slide-item-3 .btn-wrapper {
    margin-top: 0;
}
.ltn__img-slide-item-3 .btn-wrapper .btn {
    padding: 15px 20px 13px;
}
.ltn__img-slide-item-3:hover .ltn__img-slide-info {
    bottom: -65px;
    opacity: 1;
    visibility: visible;
}
.slick-current .ltn__img-slide-item-3 .ltn__img-slide-info {
    bottom: -65px;
    opacity: 1;
    visibility: visible;
}
.ltn__img-slide-item-4 {
    position: relative;
    margin-bottom: 30px;
}
.ltn__img-slide-item-4 .ltn__img-slide-info {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-items: center;
    padding: 30px 35px;
    position: absolute;
    bottom: 5px;
    width: 100%;
    transition: all 0.3s ease 0s;
    background: var(--gradient-color-3);
    opacity: 0;
    visibility: hidden;
}
.ltn__img-slide-item-4 .ltn__img-slide-info-brief {
    padding-right: 20px;
}
.ltn__img-slide-item-4 h6 {
    margin-bottom: 5px;
    color: var(--white);
    font-weight: 400;
}
.ltn__img-slide-item-4 h1 {
    margin-bottom: 0;
    font-size: 26px;
    color: var(--white);
    font-weight: 500;
}
.ltn__img-slide-item-4 .btn-wrapper {
    margin-top: 0;
}
.ltn__img-slide-item-4 .btn-wrapper .btn {
    padding: 15px 20px 13px;
}
.ltn__img-slide-item-4:hover .ltn__img-slide-info {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}
@media (max-width: 1399px) {
    .ltn__img-slide-item-3 .ltn__img-slide-info {
        padding: 30px 20px;
        width: calc(100% - 30px);
   }
    .ltn__img-slide-item-3 .ltn__img-slide-info-brief {
        padding-right: 15px;
   }
    .ltn__img-slide-item-3 h1 {
        font-size: 18px;
   }
    .ltn__img-slide-item-3 .btn-wrapper .btn {
        padding: 10px 10px 8px;
   }
    .ltn__img-slide-item-4 .ltn__img-slide-info {
        padding: 30px 20px;
   }
    .ltn__img-slide-item-4 h1 {
        font-size: 18px;
   }
    .ltn__img-slide-item-4 .btn-wrapper .btn {
        padding: 10px 10px 8px;
   }
}
/* ---------------------------------------------------- Pricing List Area ---------------------------------------------------- */
.ltn__pricing-plan-item {
    box-shadow: var(--ltn__box-shadow-1);
    margin-bottom: 30px;
    transition: all 0.3s ease 0s;
    position: relative;
    overflow: hidden;
}
.ltn__pricing-plan-item .pricing-badge {
    color: var(--white);
    background-color: var(--ltn__secondary-color);
    padding: 4px 20px;
    text-transform: uppercase;
    font-size: 8px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    display: table;
    transform: rotate(45deg);
    top: 18px;
    position: absolute;
    right: -28px;
    transition: all 0.3s ease-in;
}
.ltn__pricing-plan-item .pricing-title {
    margin: 0;
    height: 100px;
    line-height: 100px;
}
.ltn__pricing-plan-item .pricing-price {
    background-color: var(--section-bg-1);
    height: 85px;
    line-height: 85px;
    transition: all 0.3s ease 0s;
}
.ltn__pricing-plan-item .pricing-price h2 {
    margin-bottom: 0;
    line-height: inherit;
    font-size: 48px;
}
.ltn__pricing-plan-item .pricing-price sup, .ltn__pricing-plan-item .pricing-price sub {
    font-size: 24px;
}
.ltn__pricing-plan-item .pricing-price sup {
    top: -0.9em;
}
.ltn__pricing-plan-item .pricing-price sub {
    bottom: -0.2em;
}
.ltn__pricing-plan-item ul {
    margin: 35px 0;
    padding: 0;
}
.ltn__pricing-plan-item ul li {
    list-style: none;
    font-size: 18px;
}
.ltn__pricing-plan-item .btn-wrapper {
    padding-bottom: 50px;
}
.ltn__pricing-plan-item.active-price, .ltn__pricing-plan-item.active {
    box-shadow: var(--ltn__box-shadow-6);
    transform: scale(1.1);
    overflow: hidden;
    position: relative;
}
.ltn__pricing-plan-item.active-price .pricing-price h2, .ltn__pricing-plan-item.active .pricing-price h2 {
    color: var(--ltn__secondary-color);
}
.ltn__pricing-plan-item.active-price .btn, .ltn__pricing-plan-item.active .btn {
    background-color: var(--ltn__secondary-color);
    color: var(--white);
}
@media (max-width: 767px) {
    .ltn__pricing-plan-item.active-price, .ltn__pricing-plan-item.active {
        transform: scale(1);
   }
}
/* ---------------------------------------------------- Checkbox ---------------------------------------------------- */
/* checkbox-item */
.checkbox-item {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default checkbox */
.checkbox-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.checkbox-item .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: var(--white);
    border: 1px solid;
    border-color: #93959e;
}
/* On mouse-over, add a grey background color */
.checkbox-item:hover input ~ .checkmark {
    background-color: var(--ltn__secondary-color);
}
/* When the checkbox is checked, add a blue background */
.checkbox-item input:checked ~ .checkmark {
    background-color: var(--ltn__secondary-color);
    border-color: var(--ltn__secondary-color);
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-item .checkmark:after {
    position: absolute;
    content: "";
    display: none;
}
/* Show the checkmark when checked */
.checkbox-item input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.checkbox-item .checkmark:after {
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* ---------------------------------------------------- Body Sidebar Icons ---------------------------------------------------- */
.body-sidebar-icons {
    position: fixed;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 9;
    -webkit-transition: -webkit-transform 0.3s ease 1s;
    transition: -webkit-transform 0.3s ease 1s;
    transition: transform 0.3s ease 1s;
    transition: transform 0.3s ease 1s, -webkit-transform 0.3s ease 1s;
    right: 0;
    -webkit-transform: translate3d(100%, -50%, 0);
    transform: translate3d(100%, -50%, 0);
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.body-sidebar-icons a {
    background-color: #ddd;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: auto;
    height: 40px;
    min-width: 40px;
    margin: 0;
    overflow: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.body-sidebar-icons a i {
    width: 40px;
    line-height: 40px;
    font-size: 14px;
    vertical-align: middle;
}
.body-sidebar-icons a .icon-name {
    white-space: nowrap;
    max-width: 0;
    padding: 0;
    overflow: hidden;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: padding 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15), max-width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition: padding 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15), max-width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.body-sidebar-icons a.facebook-icon {
    background-color: var(--facebook);
}
.body-sidebar-icons a.twitter-icon {
    background-color: var(--twitter);
}
.body-sidebar-icons a.pinterest-icon {
    background-color: var(--pinterest);
}
.body-sidebar-icons a.instagram-icon {
    background-color: var(--instagram);
}
.body-sidebar-icons a.dribbble-icon {
    background-color: var(--dribbble);
}
.body-sidebar-icons a.behance-icon {
    background-color: var(--behance);
}
.body-sidebar-icons a.google-plus-icon {
    background-color: var(--google-plus);
}
.body-sidebar-icons a.linkedin-icon {
    background-color: var(--linkedin);
}
.body-sidebar-icons a.youtube-icon {
    background-color: var(--youtube);
}
.body-sidebar-icons a.vk-icon {
    background-color: var(--vk);
}
.body-sidebar-icons a.wechat-icon {
    background-color: var(--wechat);
}
.body-sidebar-icons a.email-icon {
    background-color: var(--email);
}
.body-sidebar-icons a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.body-sidebar-icons a:hover .icon-name {
    padding-left: 15px;
    max-width: 220px;
}
.body-sidebar-icons.left-side {
    left: 0;
    right: auto;
    align-items: flex-start;
}
.body-sidebar-icons.left-side a {
    flex-direction: unset;
}
.body-sidebar-icons.left-side a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.body-sidebar-icons.left-side a:hover .icon-name {
    padding-right: 15px;
    padding-left: 0;
}
/* ---------------------------------------------------- About Us Area ---------------------------------------------------- */
.about-us-img-wrap {
    position: relative;
}
.about-us-img-wrap img {
    margin: 0;
    width:100%;
}
.about-us-img-info {
    width: 310px;
    height: 310px;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: var(--ltn__box-shadow-1);
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}
.about-us-img-info h1 {
    margin: 0;
    font-size: 120px;
    line-height: 0.8;
    color: var(--ltn__secondary-color);
}
.about-us-img-info h1 .counter {
    font-size: 120px;
    line-height: 0.8;
    color: var(--ltn__secondary-color);
}
.about-us-img-info h1 span {
    font-size: 20px;
    color: var(--ltn__heading-color);
}
.about-us-img-info h6 {
    margin: 0;
}
.about-us-img-info h6 span {
    font-size: 20px;
    color: var(--ltn__secondary-color);
}
.about-us-img-info .btn-wrapper {
    margin-top: 50px;
}
.about-us-img-info .dots-bottom {
    height: 25px;
    width: 25px;
    background-color: var(--ltn__secondary-color);
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: 12px;
}
.about-us-img-info-2 {
    width: 190px;
    height: 190px;
    background-color: var(--ltn__secondary-color);
    border: 15px solid;
    border-color: var(--white);
    bottom: 0;
    top: auto;
    transform: inherit;
    margin-right: 0;
}
.about-us-img-info-2 h1 {
    font-size: 50px;
    color: var(--white);
}
.about-us-img-info-2 h1 .counter {
    font-size: 50px;
    color: var(--white);
}
.about-us-img-info-2 h1 span {
    font-size: 20px;
    color: var(--white);
}
.about-us-img-info-2 h6 {
    color: var(--white);
}
.about-us-img-info-3 {
    right: auto;
    left: 10px;
    border: 0;
    height: inherit;
    width: inherit;
    max-width: 300px;
    bottom: 70px;
    background-color: transparent;
}
.about-us-img-info-3 .ltn__video-img::before {
    opacity: 0.1;
}
.about-us-info-wrap {
    position: relative;
}
.about-us-info-wrap .btn-wrapper {
    margin-top: 40px;
}
.about-us-info-wrap hr {
    margin-top: 40px;
    margin-bottom: 40px;
}
.about-us-info-wrap .ltn__video-play-btn {
    width: 80px;
    height: 80px;
    line-height: 84px;
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -100px;
}
.about-us-info-devide {
    display: flex;
}
.about-us-info-devide .list-item-with-icon {
    margin-left: 30px;
    margin-bottom: 30px;
}
.list-item-with-icon {
    min-width: 300px;
}
.about-us-img-info-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.list-item-with-icon-2 ul, .list-item-with-icon ul {
    padding: 0;
    margin: 0;
}
.list-item-with-icon-2 ul li, .list-item-with-icon ul li {
    position: relative;
    list-style: none;
    padding-left: 60px;
    font-weight: 700;
    margin-bottom: 25px;
}
.list-item-with-icon-2 ul li:last-child, .list-item-with-icon ul li:last-child {
    margin-bottom: 0;
}
.list-item-with-icon-2 ul li::before, .list-item-with-icon ul li::before {
    position: absolute;
    content: "\f00c";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    left: 0;
    top: -5px;
    background-color: var(--section-bg-1);
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: var(--ltn__secondary-color);
}
.list-item-with-icon-2 ul li {
    padding-left: 30px;
    font-weight: 400;
    margin-bottom: 0;
}
.list-item-with-icon-2 ul li::before {
    height: inherit;
    line-height: inherit;
    width: inherit;
    background-color: transparent;
    color: var(--ltn__heading-color);
    top: 5px;
}
.about-img-left {
    margin-right: 30px;
}
.about-img-right {
    margin-left: 30px;
}
.ltn__img-shape-left, .ltn__img-shape-right {
    position: relative;
}
.ltn__img-shape-left::before, .ltn__img-shape-right::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 85%;
    width: 30px;
    background-color: var(--ltn__secondary-color);
}
.ltn__img-shape-left {
    padding-left: 30px;
}
.ltn__img-shape-left::before {
    left: 0;
}
.ltn__img-shape-right {
    padding-right: 30px;
}
.ltn__img-shape-right::before {
    left: auto;
    right: 0;
}
.about-call-us {
    display: flex;
    align-items: center;
}
.about-call-us .call-us-icon {
    font-size: 50px;
    margin-right: 20px;
    color: var(--ltn__secondary-color);
    line-height: 1;
}
.about-call-us .call-us-info p {
    margin-bottom: 10px;
}
.about-call-us .call-us-info h2 {
    margin-bottom: 0px;
}
.ltn__list-item-half {
    margin-top: 0;
    padding-left: 0;
    display: flex;
    flex-flow: row wrap;
}
.ltn__list-item-half li {
    width: 50%;
    float: left;
    list-style: none;
    display: flex;
    align-items: center;
    padding-right: 20px;
}
.ltn__list-item-half li img {
    max-width: 50px;
    margin-right: 10px;
}
.ltn__list-item-half li i {
    font-size: 20px;
    color: var(--ltn__secondary-color);
    margin-right: 15px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    background-color: var(--ltn__color-6);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 45px;
    border-radius: 100%;
}
.ltn__list-item-half-2 li i {
    font-size: 14px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    flex: 0 0 32px;
}
.ltn__list-item-1 {
    padding-left: 0;
}
.ltn__list-item-1 li {
    list-style: none;
}
.ltn__list-item-1-before {
    padding-left: 30px;
}
.ltn__list-item-1-before li {
    position: relative;
}
.ltn__list-item-1-before li::before {
    position: absolute;
    content: "";
    left: -30px;
    width: 15px;
    height: 1px;
    background-color: var(--ltn__secondary-color);
    top: 50%;
    transform: translateY(-50%);
}
.ltn__list-item-2 {
    padding-left: 0;
}
.ltn__list-item-2 li {
    list-style: none;
    display: inline-block;
    position: relative;
    margin-right: 30px;
    max-width: 160px;
    font-size: 14px;
}
.ltn__list-item-2 li span {
    display: block;
    font-weight: 700;
}
.ltn__list-item-2 li:last-child {
    margin-right: 0;
}
.ltn__list-item-2-before li {
    position: relative;
}
.ltn__list-item-2-before li::before {
    position: absolute;
    content: "";
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background-color: var(--ltn__primary-color);
    opacity: 0.2;
}
.ltn__list-item-2-before li:last-child::before {
    display: none;
}
.ltn__list-item-2-img li {
    margin-right: 10px;
    width: 30%;
}
.ltn__callout {
    padding: 20px;
    margin: 25px 0;
    border-left: 4px solid;
    border-color: var(--ltn__secondary-color);
}
.ltn__callout p {
    margin-bottom: 0;
}
.ltn__callout p + p {
    margin-top: 20px;
}
.list-item-margin li {
    margin-top: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .about-us-info-devide {
        display: block;
   }
    .about-us-info-devide .list-item-with-icon {
        margin-left: 0;
   }
    .list-item-with-icon {
        margin-top: 30px;
        margin-bottom: 40px;
   }
}
@media (max-width: 991px) {
    .about-img-left {
        margin-right: 0;
        margin-bottom: 40px;
   }
    .about-img-right {
        margin-left: 0;
        margin-bottom: 40px;
   }
    .about-us-info-wrap .ltn__video-play-btn {
        position: inherit;
        transform: inherit;
   }
}
@media (max-width: 767px) {
    .custom-content-brief {
        margin-bottom: 30px;
   }
    .about-us-img-info {
        height: 200px;
        width: 220px;
   }
    .about-us-img-info h1 .counter {
        font-size: 80px;
   }
    .about-us-img-info-2 {
        width: 150px;
        height: 150px;
   }
    .about-us-img-info-2 h1 .counter {
        font-size: 30px;
   }
    .about-us-info-devide {
        display: block;
   }
    .about-us-info-devide .list-item-with-icon {
        margin-left: 0;
   }
    .list-item-with-icon {
        margin-top: 30px;
        margin-bottom: 40px;
   }
    .list-item-with-icon {
        min-width: 275px;
   }
    .ltn__list-item-half li {
        width: 100%;
        padding-right: 0px;
   }
    .ltn__flat-info li {
        margin-right: 20px;
   }
    .ltn__list-item-2-before li::before {
        right: -12px;
   }
}
/* ---------------------------------------------------- Why Choose Us Area ---------------------------------------------------- */
.why-choose-us-feature-item {
    display: flex;
    margin-bottom: 10px;
    max-width: 480px;
}
.why-choose-us-feature-item .why-choose-us-feature-icon {
    margin-right: 20px;
    font-size: 70px;
    line-height: 1.2;
    color: var(--ltn__secondary-color);
    min-width: fit-content;
}
.why-choose-us-feature-item .why-choose-us-feature-brief h3 {
    margin-bottom: 5px;
}
.why-choose-us-img-wrap img {
    max-width: 65%;
}
.why-choose-us-img-2 {
    margin-top: -15%;
}
.why-choose-us-img-2 img {
    border: 15px solid var(--white);
}
/* ---------------------------------------------------- Service Area ---------------------------------------------------- */
.ltn__service-item-1 {
    background-color: var(--white);
    margin-bottom: 50px;
}
.ltn__service-item-1 .service-item-img {
    position: relative;
    overflow: hidden;
}
.ltn__service-item-1 .service-item-img img {
    transition: all 0.5s ease 0s;
}
.ltn__service-item-1 .service-item-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70px;
    height: 70px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: var(--ltn__secondary-color);
}
.ltn__service-item-1 .service-item-brief {
    padding: 32px 40px 10px;
}
.ltn__service-item-1 .service-item-brief h3 {
    margin-bottom: 5px;
}
.ltn__service-item-1:hover .service-item-img img {
    transform: scale(1.1);
}
.ltn__service-item-2 {
    padding: 0px 45px 30px;
    margin-bottom: 50px;
    margin-top: 35px;
}
.ltn__service-item-2 .service-item-icon {
    font-size: 80px;
    line-height: 1;
    top: -35px;
    position: relative;
    color: var(--ltn__secondary-color);
}
.ltn__service-item-2 .service-item-brief {
    padding-top: 50px;
}
.ltn__service-item-2 .service-item-icon + .service-item-brief {
    padding-top: 0;
}
.ltn__service-item-2 ul {
    margin-bottom: 10px;
    padding: 0;
}
.ltn__service-item-2 ul li {
    list-style: none;
    margin-top: 10px;
}
.ltn__service-item-2 ul li span {
    color: var(--ltn__color-1);
}
.ltn__service-item-2 hr {
    margin-top: 25px;
    margin-bottom: 25px;
}
@media (max-width: 1199px) {
    .ltn__service-item-2 {
        padding: 0px 30px 30px;
   }
}
@media (max-width: 767px) {
    .ltn__service-item-1 .service-item-brief {
        padding: 30px 22px 10px;
   }
}
/* ---------------------------------------------------- Call To Action 1, 2, 3, 4, 5 ---------------------------------------------------- */
/* call-to-action-2 */
.call-to-action-2 {
    background-color: var(--white-3);
}
.call-to-action-inner-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.call-to-action-inner-2 h2 {
    margin: 0;
}
.call-to-action-inner-2 .btn-wrapper {
    margin-top: 0;
}
/* call-to-action-3 */
.get-a-free-service-margin {
    margin-bottom: -180px;
}
.get-a-free-service-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: var(--ltn__box-shadow-1);
    padding-right: 80px;
    padding-left: 30px;
}
.get-a-free-service-inner .call-to-img img {
    max-width: 350px;
    position: absolute;
    left: 35px;
    bottom: 0;
    z-index: 2;
}
.get-a-free-service-inner .call-to-action-inner-content {
    position: relative;
    z-index: 3;
}
.call-to-circle-1, .call-to-circle-2 {
    height: 265px;
    width: 265px;
    display: inline-block;
    background-color: var(--ltn__secondary-color);
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    z-index: 1;
}
.call-to-circle-2 {
    height: 80px;
    width: 80px;
    left: 300px;
    top: 10%;
    transform: inherit;
    animation: wave 8s 0.1s infinite linear;
}
.call-to-bg-icon {
    position: absolute;
    font-size: 220px;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    color: var(--ltn__color-1);
    opacity: 0.1;
}
.get-a-free-service-inner .call-to-circle-2 {
    animation: wave 8s 0.1s infinite linear;
}
/* call-to-action-4 */
.ltn__call-to-action-4 {
    position: relative;
}
.ltn__call-to-action-4 .call-to-action-inner-4 {
    position: relative;
    z-index: 99;
}
.ltn__call-to-action-4 .call-to-action-inner-4 h2 {
    font-style: italic;
}
.ltn__call-to-action-4 .call-to-action-inner-4 .h1 {
    font-size: 50px;
}
.ltn__call-to-action-4 .call-to-action-inner-4 p {
    font-size: 18px;
}
.ltn__call-to-4-img-1 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 34%;
}
.ltn__call-to-4-img-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 27%;
}
/* call-to-action-5 */
.call-to-action-inner-5 a:hover {
    text-decoration: underline;
    color: var(--white);
}
/* call-to-action-6 */
.call-to-action-inner-6 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 60px;
}
.call-to-action-inner-6 .coll-to-info p {
    margin-bottom: 0;
}
.call-to-action-inner-6 .coll-to-info p + p {
    margin-top: 15px;
}
.call-to-action-inner-6 .btn-wrapper {
    margin-top: 0;
}
/* Device :991px. */
@media (max-width: 991px) {
    .ltn__call-to-4-img-1, .ltn__call-to-4-img-2 {
        display: none;
   }
    .ltn__call-to-action-4 .call-to-action-inner-4 .h1 {
        font-size: 30px;
   }
    .ltn__call-to-action-4 .call-to-action-inner-4 p {
        font-size: 14px;
   }
    .call-to-action-inner-6 {
        padding: 50px 25px;
        flex-flow: column;
   }
    .call-to-action-inner-6 .btn {
        margin-top: 30px;
   }
}
/* small mobile :320px. */
@media (max-width: 767px) {
    .call-to-action-inner-2 {
        flex-flow: column;
   }
    .call-to-action-inner-2 .btn-wrapper {
        margin-top: 15px;
   }
    .get-a-free-service-inner {
        display: block;
        padding-right: 0;
        padding-left: 0px;
   }
    .get-a-free-service-inner .call-to-img {
        margin-bottom: 40px;
   }
    .get-a-free-service-inner .call-to-img img {
        max-width: 100%;
        position: relative;
        left: 0;
   }
    .call-to-circle-1, .call-to-circle-2 {
        display: none;
   }
    .ltn__call-to-action-4 .call-to-action-inner-4 .h1 {
        font-size: 24px;
   }
}
/* ---------------------------------------------------- Elements Area ---------------------------------------------------- */
.ltn__elements-area {
    background-color: var(--section-bg-1);
    padding: 50px 0;
    margin: 50px 0;
}
.elements-title-area {
    text-align: center;
}
.elements-title-inner {
    background-color: var(--white-3);
    display: inline-block;
    padding: 10px 30px;
    outline: 10px solid;
    outline-offset: 10px;
    outline-color: var(--white-3);
    margin: 20px;
}
.elements-title-inner p {
    margin-bottom: 0;
    padding-top: 5px;
    border-top: 1px solid #ddd;
    margin-top: 5px;
}
.elements-title {
    display: inline-block;
    margin: 0;
}
/* ---------------------------------------------------- Service Form ---------------------------------------------------- */
.ltn__service-form-box {
    margin: 0;
    padding: 0 30px;
}
.ltn__service-form-box > ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.ltn__service-form-box > ul > li {
    display: inline-block;
    margin-right: 20px;
    list-style: none;
}
.ltn__service-form-box .nice-select {
    margin: 0;
    height: 60px;
    line-height: 58px;
    padding-right: 40px;
    padding-left: 20px;
    border-radius: 0;
    min-width: 200px;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--ltn__heading-font);
}
.ltn__service-form-box .nice-select:after {
    right: 20px;
}
.ltn__service-form-box .nice-select UL li {
    display: block;
}
.ltn__service-form-box input {
    margin: 0;
}
.ltn__service-form-box input[type="date"] {
    margin: 0;
    height: 60px;
    padding: 0 20px;
    border: 1px solid;
    font-weight: 700;
    font-family: var(--ltn__heading-font);
    text-transform: uppercase;
}
.ltn__service-form-box .btn-wrapper {
    margin: 0;
}
.ltn__service-form-color-white .ltn__service-form-box .nice-select {
    background-color: transparent;
    border: 2px solid;
    border-color: var(--border-color-3);
}
.ltn__service-form-color-white .ltn__service-form-box .nice-select .current {
    color: var(--white);
    text-transform: uppercase;
}
.ltn__service-form-color-white .ltn__service-form-box .nice-select::after {
    border-bottom: 2px solid;
    border-right: 2px solid;
    border-color: var(--border-color-3);
}
.ltn__service-form-color-white .ltn__service-form-box input {
    background-color: transparent;
    color: var(--white);
    border-color: var(--border-color-3);
    font-weight: 700;
    height: 60px;
}
.ltn__service-form-color-white .ltn__service-form-box input[type="date"] {
    background-color: transparent;
    color: var(--white);
}
.ltn__service-form-color-white .ltn__service-form-box input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(100%);
}
.ltn__service-form-color-white .ltn__service-form-box input::-webkit-input-placeholder {
   /* Chrome/Opera/Safari */
    color: var(--white);
}
.ltn__service-form-color-white .ltn__service-form-box input::-moz-placeholder {
   /* Firefox 19+ */
    color: var(--white);
}
.ltn__service-form-color-white .ltn__service-form-box input:-ms-input-placeholder {
   /* IE 10+ */
    color: var(--white);
}
.ltn__service-form-color-white .ltn__service-form-box input:-moz-placeholder {
   /* Firefox 18- */
    color: var(--white);
}
.ltn__service-form-color-white .input-item-date.ltn__custom-icon::before {
    color: var(--white);
    top: 50%;
}
.input-item-date {
    margin-bottom: 30px;
}
.input-item-date input[type="date"] {
    background-color: transparent;
    border: 2px solid var(--border-color-1);
    height: 65px;
    width: 100%;
    padding: 0 20px;
}
.input-item-date input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(0%);
}
.ltn__service-form-1 .ltn__service-form-brief {
    padding-left: 100px;
}
.ltn__service-form-margin {
    margin-top: -160px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
    .ltn__service-form-box {
        padding: 0;
   }
    .ltn__service-form-box .input-item {
        max-width: 200px;
   }
}
@media (max-width: 1199px) {
    .ltn__service-form-box > ul {
        justify-content: center;
   }
}
@media (max-width: 767px) {
    .ltn__service-form-box > ul {
        flex-flow: column;
   }
}
@media (max-width: 575px) {
    .ltn__service-form-1 .ltn__service-form-brief {
        padding-left: 20px;
   }
}
/* ---------------------------------------------------- Get A Quote Form ---------------------------------------------------- */
.get-a-quote-wrap {
    padding: 40px 50px 50px;
    border: 2px solid;
    border-color: var(--border-color-1);
}
.get-a-quote-form {
    margin: 0;
}
.get-a-quote-form .btn-wrapper {
    padding: 0 40px;
}
.get-a-quote-form .btn {
    width: 100%;
}
.get-a-quote-form input::-webkit-input-placeholder {
    color: var(--ltn__color-1);
}
.get-a-quote-form input::-moz-placeholder {
    color: var(--ltn__color-1);
}
.get-a-quote-form input:-ms-input-placeholder {
    color: var(--ltn__color-1);
}
.get-a-quote-form input:-moz-placeholder {
    color: var(--ltn__color-1);
}
.input-item .nice-select {
    border: 2px solid;
    border-color: var(--border-color-1);
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    height: 65px;
    line-height: 60px;
    width: 100%;
    margin-bottom: 30px;
}
.input-item .nice-select .current {
    font-weight: 700;
}
.input-item .nice-select::after {
    display: none;
}
.input-item .nice-select::before {
    content: "\f063";
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: var(--ltn__secondary-color);
}
.input-item::after {
    display: block;
    clear: both;
    content: "";
}
@media (max-width: 1199px) {
    .get-a-quote-form .btn-wrapper {
        padding: 0 0px;
   }
}
@media (max-width: 767px) {
    .get-a-quote-wrap {
        padding: 40px 30px 50px;
   }
}
/* ---------------------------------------------------- Car Dealer Form ---------------------------------------------------- */
.ltn__car-dealer-form-tab .ltn__tab-menu {
    margin-bottom: 0;
}
.ltn__car-dealer-form-tab .ltn__tab-menu .active {
    border-color: var(--ltn__secondary-color);
    background-color: var(--ltn__secondary-color);
    color: var(--white);
}
.ltn__car-dealer-form-tab .tab-content {
    padding: 40px;
    background-color: var(--section-bg-1);
}
.ltn__car-dealer-form-box .ltn__car-dealer-form-item {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}
.ltn__car-dealer-form-box .nice-select {
    margin: 0;
    height: 60px;
    line-height: 58px;
    padding-right: 40px;
    padding-left: 20px;
    border-radius: 0;
    min-width: 200px;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--ltn__heading-font);
    width: 100%;
}
.ltn__car-dealer-form-box .nice-select .list {
    width: 100%;
    z-index: 99;
    max-height: 250px;
    overflow-y: auto;
}
.ltn__car-dealer-form-box .ltn__custom-icon::before {
    display: none;
}
.ltn__car-dealer-form-box .ltn__custom-icon .nice-select::before {
    content: "\f063";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    margin-right: 10px;
    color: var(--ltn__secondary-color);
}
.ltn__car-dealer-form-box .ltn__custom-icon.ltn__icon-calendar .nice-select::before {
    content: "\f073";
}
.ltn__car-dealer-form-box .ltn__custom-icon.ltn__icon-car .nice-select::before {
    content: "\f1b9";
}
.ltn__car-dealer-form-box .ltn__custom-icon.ltn__icon-meter .nice-select::before {
    content: "\f3fd";
}
.ltn__car-dealer-form-box .ltn__custom-icon.ltn__icon-ring .nice-select::before {
    content: "\f1cd";
}
.ltn__car-dealer-form-box .ltn__custom-icon.ltn__icon-cog .nice-select::before {
    content: "\f013";
}
.ltn__car-dealer-form-box .ltn__custom-icon.ltn__icon-transgender .nice-select::before {
    content: "\f225";
}
.car-price-filter-range .price_filter .ui-widget-content {
    height: 8px;
    background-color: var(--white);
    margin-top: 20px;
}
.car-price-filter-range .price_filter .ui-state-default:last-child::before {
    position: absolute;
}
.car-price-filter-range .price_filter .ui-state-default:last-child::after {
    position: absolute;
    content: "";
    top: -30px;
    left: -5px;
    background-image: url(../img/icons/car.png);
    z-index: 99;
    width: 125px;
    height: 50px;
    background-repeat: no-repeat;
}
.car-price-filter-range .price_slider_amount > input[type="text"], .car-price-filter-range .price_slider_amount > input[type="submit"] {
    font-weight: 700;
}
@media (max-width: 767px) {
    .ltn__car-dealer-form-tab .tab-content {
        padding: 40px 25px;
   }
    .ltn__car-dealer-form-box .nice-select .list {
        max-height: 200px;
        overflow-y: auto;
   }
}
/* ---------------------------------------------------- Video Area ---------------------------------------------------- */
/* car home 3 */
.ltn__video-popup-margin {
    margin-bottom: -180px;
}
/* Service page */
.ltn__video-popup-margin-2 {
    margin-top: -295px;
}
/* ---------------------------------------------------- Brand Logo ---------------------------------------------------- */
.ltn__brand-logo-item {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
    transition: all 0.3s ease 0s;
    margin: 10px 0;
}
.ltn__brand-logo-item img {
    transition: all 0.3s ease 0s;
}
.ltn__brand-logo-item:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}
.ltn__brand-logo-item:hover img {
    transform: scale(1.1);
}
/* ---------------------------------------------------- Progress Bar ---------------------------------------------------- */
.ltn__progress-bar-wrap {
    margin-bottom: 50px;
}
.ltn__progress-bar-item {
    overflow: hidden;
    margin-bottom: 10px;
}
.ltn__progress-bar-item > p {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
.ltn__progress-bar-item .progress {
    background: #ebeeee none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: none;
    font-weight: 400;
    height: 3px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 12px;
    overflow: visible;
    text-transform: uppercase;
    position: relative;
}
.ltn__progress-bar-item .progress-bar {
    background-color: var(--ltn__secondary-color);
    box-sizing: border-box;
    color: var(--ltn__secondary-color);
    font-size: 11px;
    overflow: visible;
    height: 7px;
    margin-top: -2px;
    text-align: left;
    position: relative;
}
.ltn__progress-bar-item .progress-bar span {
    border-radius: 15px;
    display: inline-block;
    height: 25px;
    letter-spacing: 0;
    line-height: 24px;
    min-width: 25px;
    padding: 0 3px;
    position: absolute;
    right: 0;
    text-align: center;
    bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
    .ltn__progress-bar-item > p {
        font-size: 14px;
   }
}
/* ---------------------------------------------------- Our Journey Area ---------------------------------------------------- */
.ltn__our-journey-wrap ul {
    margin-left: 0;
    padding-left: 0;
}
.ltn__our-journey-wrap > ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    position: relative;
}
.ltn__our-journey-wrap > ul::before {
    position: absolute;
    content: "";
    background-color: #d13724;
    height: 4px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.ltn__our-journey-wrap > ul li {
    list-style: none;
    margin: 0;
}
.ltn__our-journey-wrap > ul > li {
    display: inline-block;
    position: relative;
    margin: 0 10px;
}
.ltn__our-journey-wrap > ul > li:nth-last-child(1) ul, .ltn__our-journey-wrap > ul > li:nth-last-child(2) ul {
    left: auto;
    right: 0;
}
.ltn__our-journey-wrap > ul > li::before {
    position: absolute;
    content: "";
    top: 15px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
}
.ltn__our-journey-wrap > ul > li ul {
    position: absolute;
    bottom: 100%;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
}
.ltn__our-journey-wrap > ul > li.active .ltn__journey-icon, .ltn__our-journey-wrap > ul > li:hover .ltn__journey-icon {
    background-color: var(--white);
    color: var(--ltn__secondary-color);
}
.ltn__our-journey-wrap > ul > li.active ul, .ltn__our-journey-wrap > ul > li:hover ul {
    opacity: 1;
    visibility: visible;
}
.ltn__our-journey-wrap > ul > li.active::before, .ltn__our-journey-wrap > ul > li:hover::before {
    opacity: 1;
    visibility: visible;
}
.ltn__our-journey-wrap .ltn__journey-icon {
    font-size: 20px;
    font-weight: 700;
    padding: 40px;
    background-color: var(--ltn__primary-color);
    color: var(--white);
    display: block;
    margin: 30px 0;
    transition: all 0.3s ease 0s;
    box-shadow: var(--ltn__box-shadow-2);
    text-align: center;
}
.ltn__our-journey-wrap .dropdown-menu {
    padding: 0;
}
.ltn__journey-history-item-info {
    background-color: var(--white);
    padding: 20px;
    display: block;
    width: 550px;
    box-shadow: var(--ltn__box-shadow-2);
    position: relative;
}
.ltn__journey-history-item-info .ltn__journey-history-img {
    float: left;
    margin-right: 20px;
    max-width: 150px;
}
.ltn__journey-history-item-info .ltn__journey-history-info {
    overflow: hidden;
}
.ltn__journey-history-item-info h3 {
    margin-bottom: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .ltn__journey-history-item-info {
        width: 500px;
   }
}
@media (max-width: 1199px) {
    .ltn__our-journey-wrap .ltn__journey-icon {
        font-size: 18px;
        padding: 20px;
   }
}
@media (max-width: 991px) {
    .ltn__journey-history-item-info {
        width: 350px;
   }
    .ltn__journey-history-item-info .ltn__journey-history-img {
        float: none;
        margin-bottom: 20px;
        max-width: 100px;
   }
}
@media (max-width: 767px) {
    .ltn__our-journey-wrap > ul {
        flex-flow: column;
   }
    .ltn__our-journey-wrap > ul > li ul {
        left: 30px;
   }
    .ltn__our-journey-wrap > ul > li:nth-last-child(1) ul, .ltn__our-journey-wrap > ul > li:nth-last-child(2) ul {
        left: 30px;
        right: auto;
   }
}
@media (max-width: 575px) {
    .ltn__journey-history-item-info {
        width: 250px;
   }
    .ltn__journey-history-item-info .ltn__journey-history-img {
        float: none;
        margin-bottom: 20px;
   }
}
/* ---------------------------------------------------- Google Map Locations Area ---------------------------------------------------- */
.ltn__google-map-locations-area #gmap {
    height: 90vh;
}
.ltn__google-map-locations-area #gmap .gm-ui-hover-effect {
    top: 0 !important;
    right: 0 !important;
}
.ltn__google-map-locations-area #gmap .gm-style .gm-style-iw-c {
    padding: 25px 8px 5px 25px !important;
    border-radius: 0;
}
.ltn__map-item {
    padding: 30px 25px 35px;
    box-shadow: var(--ltn__box-shadow-4);
}
.ltn__map-item .ltn__location-name {
    border-bottom: 2px solid var(--border-color-1);
    margin-bottom: 25px;
    color: var(--ltn__secondary-color);
    font-size: 20px;
}
.ltn__map-item .ltn__location-single-info {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
}
.ltn__map-item .ltn__location-single-info i {
    margin-right: 10px;
    background: var(--ltn__secondary-color);
    color: var(--white);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.ltn__map-item .btn-wrapper {
    display: flex;
    justify-content: space-between;
}
.ltn__map-item .btn {
    padding: 10px 10px;
    font-size: 13px;
    margin-right: 10px;
}
.ltn__google-map-locations-list-area .ltn__map-item {
    margin-bottom: 50px;
}
.ltn__location-search h3 {
    float: left;
    margin-right: 30px;
    margin-bottom: 0;
    line-height: 63px;
    color: var(--white);
}
.ltn__location-search .input-item {
    float: left;
    width: 300px;
}
.ltn__location-search form {
    padding: 50px 50px 20px;
    background-color: var(--ltn__secondary-color);
}
/*  .ltn__state-location-title {
    padding: 15px 30px;

    color: var(--white);
    margin: 50px 0;
} */
.ltn__map-product-item {
    max-width: 260px;
}
.ltn__map-product-item img {
    max-width: 100%;
    margin-bottom: 25px;
}
.ltn__map-product-item .ltn__map-product-title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}
.ltn__map-product-item .ltn__map-product-price {
    color: var(--ltn__secondary-color);
}
.ltn__map-product-item .ltn__map-product-location {
    font-weight: 500;
}
.ltn__map-product-item .ltn__map-product-location i {
    color: var(--ltn__secondary-color);
    margin-right: 2px;
}
.ltn__map-product-item .ltn__map-product-info {
    font-weight: 500;
}
.ltn__map-product-item .ltn__map-product-info span {
    margin-right: 10px;
}
/* ---------------------------------------------------- Team Details ---------------------------------------------------- */
.ltn__team-details-member-info .team-details-img {
    margin-bottom: 30px;
    max-width: 350px;
}
.ltn__team-details-member-info.text-right .team-details-img {
    margin-left: auto;
    margin-right: 0;
}
.ltn__team-details-member-info.text-center .team-details-img {
    margin-left: auto;
    margin-right: auto;
}
.ltn__team-details-member-about ul {
    margin: 0;
}
.ltn__team-details-member-about ul li {
    list-style: none;
    display: block;
}
.ltn__team-details-member-about ul li strong {
    min-width: 120px;
    display: inline-block;
}
.ltn__team-details-member-about > ul {
    padding: 0;
}
/* ---------------------------------------------------- Our History Area ---------------------------------------------------- */
.ltn__our-history-inner .ltn__tab-menu .nav {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.ltn__our-history-inner .ltn__tab-menu .nav::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: var(--white-6);
    z-index: -1;
}
.ltn__our-history-inner .ltn__tab-menu a {
    background-color: var(--white);
    border: 2px solid var(--white-6);
}
.ltn__our-history-inner .ltn__tab-menu .active {
    border-color: var(--ltn__secondary-color);
    background-color: var(--ltn__secondary-color);
    color: var(--white);
}
.ltn__history-icon {
    position: absolute;
    bottom: 40px;
    right: 0;
    font-size: 160px;
    line-height: 1;
    color: var(--ltn__secondary-color);
}
.ltn__history-icon i {
    margin: 0;
}
.ltn__our-history-inner .about-img-left {
    padding-right: 70px;
}
.ltn__our-history-inner .about-img-right {
    padding-left: 70px;
}
.ltn__our-history-inner-2 .ltn__tab-menu {
    margin-bottom: 20px;
}
.ltn__our-history-inner-2 .ltn__tab-menu .nav {
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.ltn__our-history-inner-2 .ltn__tab-menu .nav::before {
    display: none;
}
.ltn__our-history-inner-2 .ltn__tab-menu a {
    background-color: transparent;
    border: 2px solid transparent;
    font-size: 22px;
    padding: 5px 20px;
}
.ltn__our-history-inner-2 .ltn__tab-menu .active {
    border-color: transparent;
    background-color: transparent;
    color: var(--ltn__secondary-color);
}
@media (max-width: 767px) {
    .ltn__history-icon {
        bottom: 10px;
        right: 10px;
        font-size: 80px;
   }
    .ltn__our-history-inner .about-img-left {
        padding-right: 0px;
   }
    .ltn__our-history-inner .about-img-right {
        padding-left: 0px;
   }
}
/* ---------------------------------------------------- Appointment Form Area ---------------------------------------------------- */
.ltn__appointment-inner .alert {
    border-radius: 0;
    padding: 20px 30px;
    margin-bottom: 30px;
}
.ltn__appointment-inner .alert-danger {
    font-weight: 600;
    font-size: 14px;
}
/* ---------------------------------------------------- Checkout Page ---------------------------------------------------- */
.ltn__checkout-single-content {
    margin-bottom: 30px;
}
.ltn__checkout-single-content h5 {
    background-color: var(--section-bg-1);
    padding: 20px 30px;
}
.ltn__checkout-single-content-info {
    padding: 30px;
    border: 1px solid var(--border-color-1);
}
.ltn__checkout-payment-method .card {
    padding: 20px;
    border-radius: 0;
}
.ltn__checkout-payment-method .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.ltn__checkout-payment-method .card-body {
    padding: 15px 30px;
    box-shadow: var(--ltn__box-shadow-3);
    margin-top: 15px;
    position: relative;
}
.ltn__checkout-payment-method .card-body::before {
    position: absolute;
    top: -3px;
    left: 25px;
    width: 10px;
    height: 10px;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
}
.ltn__checkout-payment-method .ltn__card-title {
    position: relative;
    padding-left: 30px;
    margin-bottom: 0;
}
.ltn__checkout-payment-method .ltn__card-title::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #333;
    border-radius: 50%;
}
.ltn__checkout-payment-method .ltn__card-title::after {
    position: absolute;
    top: 50%;
    left: 2px;
    width: 11px;
    height: 11px;
    margin-top: 2px;
    content: "";
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    border-radius: 50%;
    background-color: #333;
}
.ltn__checkout-payment-method .ltn__card-title img {
    height: 45px;
    margin-left: 10px;
}
.ltn__checkout-payment-method .ltn__card-title[aria-expanded="true"]::after {
    opacity: 1;
}
.ltn__checkout-payment-method p {
    font-size: 14px;
}
.ltn__checkout-payment-method p:last-child {
    margin-bottom: 0;
}
/* ---------------------------------------------------- Myaccount Page ---------------------------------------------------- */
.ltn__tab-menu-list .nav {
    display: block;
    margin-right: 30px;
    border: 1px solid #eee;
}
.ltn__tab-menu-list .nav a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid var(--border-color-1);
}
.ltn__tab-menu-list .nav a:last-child {
    border-bottom: 0;
}
.ltn__tab-menu-list .nav a i {
    font-size: 14px;
}
.ltn__tab-menu-list .nav a.active {
    background-color: var(--section-bg-2);
    color: var(--white);
}
.ltn__myaccount-tab-content-inner > p {
    padding: 20px;
    background-color: var(--section-bg-1);
}
/* ---------------------------------------------------- Time Schedule Area ---------------------------------------------------- */
.ltn__time-schedule-widget {
    padding: 50px 40px;
    margin-top: -10px;
}
.ltn__time-schedule-widget h3 {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.ltn__time-schedule-widget ul {
    padding: 0;
    margin: 0;
}
.ltn__time-schedule-widget ul li {
    display: block;
}
.ltn__time-schedule-widget ul li span {
    float: right;
}
/* ---------------------------------------------------- Contact Feature ---------------------------------------------------- */
.ltn__contact-feature-item {
    display: flex;
    align-items: center;
    padding: 25px 30px 20px;
    box-shadow: var(--ltn__box-shadow-4);
    margin-bottom: 30px;
    background-color: var(--white);
}
.ltn__contact-feature-icon {
    font-size: 50px;
    margin-right: 20px;
    color: var(--ltn__secondary-color);
    line-height: 1;
    max-width: 50px;
}
/*  .ltn__contact-feature-info .h6, .ltn__contact-feature-info .h2 {
    font-family: var(--ltn__body-font);
} */
.ltn__contact-feature-info .h6 {
    color: var(--ltn__color-3);
}
@media (max-width: 1400px) {
    .ltn__contact-feature-icon {
        font-size: 40px;
        margin-right: 15px;
   }
    .ltn__contact-feature-info .h6 {
        font-size: 14px;
   }
    .ltn__contact-feature-info .h2 {
        font-size: 18px;
   }
}
/* ---------------------------------------------------- Image Slide (Screenshot) ---------------------------------------------------- */
.ltn__img-slide-item-4 > a, .ltn__img-slide-item-3 > a, .ltn__img-slide-item-2 > a {
    display: block;
    overflow: hidden;
}
.ltn__img-slide-item-4 img, .ltn__img-slide-item-3 img, .ltn__img-slide-item-2 img {
    transition: all 0.5s ease 0s;
}
.ltn__img-slide-item-4:hover img, .ltn__img-slide-item-3:hover img, .ltn__img-slide-item-2:hover img {
    transform: scale(1.1);
}
/* ---------------------------------------------------- Background Video ---------------------------------------------------- */
/* Video From Local (src="myFolderName/videoName.mp4") */
/* #myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
*/
/* #myVideo {
    position: absolute;
    left: 0;
    right: auto;
    bottom: 0;
    width: 100%;
    height: auto;
    min-width: 100%;
    min-height: 100%;
}
*/
/* #myVideo {
    position: absolute;
    right: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
}
*/
#myVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Video From Link (src="website.com/videoUrl") */
.video-foreground, .video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.ltn__video-play-btn {
    margin-top: 0;
    width: 60px;
    height: 60px;
    line-height: 65px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    box-shadow: var(--ltn__box-shadow-2);
}
/* YouTube Video */
/* .ltn__youtube-video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}
*/
.ltn__youtube-video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}
/* ---------------------------------------------------- Newsletter Popup 2 ---------------------------------------------------- */
.ltn__newsletter-popup-2 .modal-header .close {
    background-color: var(--section-bg-1);
    color: var(--ltn__heading-color);
    border-radius: 0px 0px 0px 20px;
}
.ltn__newsletter-popup-2 .modal-body {
    padding: 0;
}
.ltn__newsletter-popup-2 .ltn__newsletter-popup-info {
    padding: 30px;
}
/* ---------------------------------------------------- Newsletter Popup ---------------------------------------------------- */
.ltn__newletter-popup-active {
    max-width: 850px;
    background: #fff;
    top: 50% !important;
    margin-top: -179px;
    position: fixed !important;
    display: none;
}
.ltn__newletter-popup {
    position: relative;
    padding: 30px;
}
.ltn__newletter-popup p {
    font-size: 14px;
}
.ltn__newletter-popup .subscribe-bottom {
    font-size: 14px;
}
.ltn__newsletter-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    z-index: 999;
}
.ltn__newsletter-close:hover {
    color: var(--ltn__secondary-color);
}
.ltn__newsletter-close-btn-left {
    right: auto;
    left: 0;
}
.ltn__newsletter-popup-info {
    padding: 15px;
}
.text-center .ltn__newsletter-popup-info input[type="email"] {
    text-align: center;
}
.ltn__newletter-popup-3 {
    padding: 0;
}
.ltn__newletter-popup-3 .ltn__newsletter-popup-info {
    padding: 30px;
}
.ltn__newletter-popup-4 {
    padding: 0;
}
.ltn__newletter-popup-4 .ltn__newsletter-popup-info {
    padding: 30px 30px 30px 10px;
}
@media (max-width: 991px) {
    .ltn__newletter-popup-active {
        max-width: 400px;
        max-height: 450px;
        overflow-y: auto;
        overflow-x: hidden;
   }
    .ltn__newsletter-popup-img {
        display: none;
   }
}
@media (max-width: 768px) {
    .ltn__newletter-popup-active {
        max-width: 300px;
   }
}
/* ---------------------------------------------------- Apartments Plan Area ---------------------------------------------------- */
.apartments-plan-info {
    padding: 70px;
}
.apartments-plan-info, .apartments-plan-img {
    margin-bottom: 50px;
}
.apartments-info-list > ul {
    padding: 0;
    margin: 0;
}
.apartments-info-list > ul li {
    list-style: none;
    margin-top: 10px;
    display: block;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.apartments-info-list > ul li a {
    display: block;
}
.apartments-info-list > ul li a span {
    float: right;
}
.apartments-info-list > ul li label {
    padding-right: 10px;
    background-color: var(--white);
    position: relative;
    z-index: 2;
}
.apartments-info-list > ul li span {
    float: right;
    padding-left: 10px;
    background-color: var(--white);
    position: relative;
    z-index: 2;
}


.section-bg-1 .apartments-info-list-color > ul li::before {
    border-color: var(--ltn__color-1);
}
.section-bg-1 .apartments-info-list-color > ul li label {
    background-color: var(--section-bg-1);
}
.section-bg-1 .apartments-info-list-color > ul li span {
    background-color: var(--section-bg-1);
}
@media (max-width: 767px) {
    .apartments-plan-info {
        padding: 30px;
   }
    .apartments-info-list ul li {
        font-size: 14px;
   }
}
/* ---------------------------------------------------- Upcoming Project Area ---------------------------------------------------- */
.ltn__upcoming-project-item {
    padding: 30px 45px 30px 30px;
    box-shadow: var(--ltn__box-shadow-4);
    margin-top: 10px;
    margin-bottom: 50px;
    background-color: var(--white);
}
.ltn__upcoming-project-item .ltn__upcoming-project-img {
    margin-top: 0;
}
.ltn__upcoming-project-item .ltn__upcoming-project-info {
    padding: 50px 20px;
}
@media (max-width: 991px) {
    .ltn__upcoming-project-item {
        padding: 30px 30px 30px 30px;
   }
    .ltn__upcoming-project-item .ltn__upcoming-project-img {
        margin-bottom: 30px;
   }
}
@media (max-width: 767px) {
    .ltn__upcoming-project-item .ltn__upcoming-project-info {
        padding: 50px 0px;
   }
}
/* ---------------------------------------------------- Search By Place Area ---------------------------------------------------- */
.ltn__search-by-place-item {
    padding: 15px;
    box-shadow: var(--ltn__box-shadow-4);
    background-color: var(--white);
    margin-bottom: 50px;
}
.ltn__search-by-place-item .search-by-place-img {
    position: relative;
}
.ltn__search-by-place-item .search-by-place-img .search-by-place-badge {
    position: absolute;
    top: 0;
    left: 10px;
}
.ltn__search-by-place-item .search-by-place-img .search-by-place-badge ul {
    padding: 0;
    margin: 0;
}
.ltn__search-by-place-item .search-by-place-img .search-by-place-badge ul li {
    display: inline-block;
    background-color: var(--white);
    padding: 6px 15px 2px;
    border-radius: 25px;
    box-shadow: var(--ltn__box-shadow-4);
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}
.ltn__search-by-place-item .search-by-place-info {
    padding: 30px 5px 10px;
}
.ltn__search-by-place-item .search-by-place-info h6 {

    font-weight: 400;
}
.ltn__search-by-place-item .search-by-place-info h4 {
    font-weight: 600;
}
.ltn__search-by-place-item .search-by-place-info .search-by-place-btn a {
    color: var(--ltn__secondary-color);
}
.ltn__search-by-place-item .search-by-place-brief {
    font-size: 14px;
    margin-top: 10px;
}
/* ---------------------------------------------------- Select Availability Table Area ---------------------------------------------------- */
.ltn__select-availability-table-wrap .tower-name {
    text-transform: uppercase;
}
.ltn__select-availability-table ul {
    padding: 0 0 15px;
    margin: 0;
    display: flex;
}
.ltn__select-availability-table ul li {
    list-style: none;
    display: inline-block;
    flex: 1;
    text-align: center;
}
.ltn__select-availability-table .ltn__select-availability-table-head {
    border-bottom: 2px solid;
    border-color: var(--border-color-1);
}
.ltn__select-availability-table .ltn__select-availability-table-row:nth-child(odd) {
    background-color: var(--section-bg-1);
}
.ltn__select-availability-table-responsive .ltn__select-availability-table-row-responsive-item {
    padding: 10px 0 25px;
    margin: 0;
    text-align: center;
}
.ltn__select-availability-table-responsive .ltn__select-availability-table-row-responsive-item:nth-child(odd) {
    background-color: var(--section-bg-1);
}
.ltn__select-availability-table-responsive .ltn__select-availability-table-row-responsive-item li {
    display: block;
    list-style: none;
}
.ltn__select-availability-table-responsive .ltn__select-availability-table-row-responsive-item li::after {
    display: block;
    clear: both;
    content: "";
}
.ltn__select-availability-table-responsive .ltn__select-availability-table-row-responsive-item li span {
    width: 50%;
    float: left;
}
/* ---------------------------------------------------- Neighbour Area ---------------------------------------------------- */
.ltn__neighbour-tab-wrap {
    position: relative;
}
.ltn__neighbour-tab-wrap .ltn__tab-menu-4 {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    left: 20px;
}
@media (max-width: 991px) {
    .ltn__neighbour-tab-wrap .ltn__tab-menu-4 {
        position: inherit;
        margin-bottom: 30px;
        left: inherit;
        bottom: inherit;
   }
    .ltn__neighbour-tab-wrap .ltn__tab-menu-4 a img {
        max-width: 70px;
   }
}
/* ---------------------------------------------------- LightCase ---------------------------------------------------- */
#lightcase-overlay {
    z-index: 9999;
    background: var(--section-bg-2);
}
#lightcase-case {
    z-index: 99999;
}
/* ---------------------------------------------------- END ---------------------------------------------------- */

:focus {
 outline:none !imoprtant;
}
/* ---------------------------------------------------- Product Area ---------------------------------------------------- */
.ltn__product-item {
    position: relative;
    margin-bottom: 50px;
}
.product-img {
    position: relative;
    overflow: hidden;
}
.product-img img {
    position: relative;
    transition: all 3.5s ease 0s;
}
.product-img:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--ltn__primary-color);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}
.ltn__product-item:hover .product-img:before {
    opacity: 0.4;
    visibility: visible;
}
.ltn__product-item:hover .product-img::before {
    opacity: 0.4;
    visibility: visible;
}
.product-title {
    font-size: 18px;
    margin-bottom: 5px;
}
.product-ratting {
    margin-bottom: 5px;
}
.product-ratting ul {
    margin: 0;
    padding: 0;
}
.product-ratting li {
    display: inline-block;
    margin: 0 -2px;
    color: var(--ratings);
    font-size: 12px;
}
.product-hover-action {
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}
.ltn__product-item:hover .product-hover-action {
    top: 50%;
    opacity: 1;
    visibility: visible;
}
.product-hover-action ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    box-shadow: var(--ltn__box-shadow-3);
}
.product-hover-action li {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    float: left;
    margin-right: 0px;
    margin-top: 0;
    list-style: none;
    border-right: 1px solid var(--border-color-7);
}
.product-hover-action li:last-child {
    margin-right: 0;
    border-right: 0;
}
.product-hover-action li a {
    display: block;
    background-color: var(--white);
    font-weight: 700;
}
.product-hover-action li:hover a {
    background-color: var(--ltn__secondary-color);
    color: var(--white);
}
.product-badge {
    position: absolute;
    top: 15px;
    right: 18px;
}
.product-badge ul {
    margin: 0;
    padding: 0;
}
.product-badge li {
    list-style: none;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    background-color: var(--ltn__secondary-color);
    color: var(--white);
    padding: 3px 15px 0px;
    text-transform: uppercase;
    line-height: 25px;
}
.product-badge li:first-child {
    margin-top: 0;
}
.product-badge li::before {
    position: absolute;
    content: "";
    bottom: -8px;
    left: 0;
    border-left: 8px solid var(--ltn__secondary-color);
    width: 0;
    height: 0;
    border-bottom: 8px solid transparent;
    display: none;
}
.product-badge li .soldout-badge {
    background-color: var(--red-2);
}
.product-info {
    padding: 20px 0 0;
}
.product-price {
    color: var(--ltn__heading-color);
    font-weight: 600;
}
.product-price del {
    opacity: 0.6;
    margin-left: 5px;
    font-size: 80%;
}
.ltn__product-item .product-price {
    margin-bottom: 12px;
}
.product-action ul {
    margin: 10px 0 0;
    padding: 0;
}
.product-action li {
    display: inline-block;
    margin-top: 0;
}
.product-action li a {
    display: inline-block;
    padding: 3px 15px;
    border: 1px solid var(--ltn__heading-color);
    color: var(--ltn__heading-color);
    transition: all 0.3s ease 0s;
}
.product-action li:hover a {
    background-color: var(--ltn__secondary-color);
    color: var(--white);
    border-color: var(--ltn__secondary-color);
}
.button-1 a {
    display: inline-block;
    padding: 5px 15px;
    background-color: var(--ltn__heading-color);
    color: var(--white);
    transition: all 0.3s ease 0s;
}
.button-1:hover a {
    background-color: var(--ltn__secondary-color);
    color: var(--white);
}
/* product-item-2 */
.ltn__product-item-2 .product-img img {
    background-color: var(--section-bg-1);
}
.ltn__product-item-2:hover .product-img img {
    transform: scale(1.1);
}
.ltn__product-item .add-to-cart {
    width: auto;
    text-transform: uppercase;
}
.ltn__product-item .add-to-cart a {
    padding: 0 15px;
}
.ltn__product-item .add-to-cart span {
    font-size: 12px;
    line-height: 1;
}
/* product-item-3 */
.ltn__product-item-3 {
    border: 2px solid;
    border-color: var(--border-color-8);
    transition: all 0.3s ease 0s;
}
.ltn__product-item-3 .product-img::before {
    display: none;
}
.ltn__product-item-3 .product-info {
    padding: 25px 30px 15px;
}
.ltn__product-item-3 .product-title {
    font-size: 16px;
    margin-bottom: 0;
}
.ltn__product-item-3 .product-price {
    font-size: 20px;
    color: var(--ltn__secondary-color);
    font-weight: 700;
}
.ltn__product-item-3 .product-price del {
    font-size: 20px;
    opacity: 0.6;
}
.ltn__product-item-3 .product-info-brief {
    border-top: 2px solid;
    border-color: var(--border-color-8);
    margin-bottom: 15px;
    max-width: 400px;
}
.ltn__product-item-3 .product-info-brief ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}
.ltn__product-item-3 .product-info-brief ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
}
.ltn__product-item-3 .product-info-brief ul li i {
    color: var(--ltn__secondary-color);
    margin-right: 5px;
}
.ltn__product-item-3:hover {
    box-shadow: var(--ltn__box-shadow-1);
}
.ltn__product-item-3:hover .product-hover-action {
    top: 70%;
}
/* product-item-4 */
.ltn__product-item-4 {
    box-shadow: var(--ltn__box-shadow-4);
    border: 1px solid;
    border-color: var(--border-color-13);
    background-color: var(--white);
}
.ltn__product-item-4 .product-img {
    position: relative;
}
.ltn__product-item-4 .product-img a {
    display: block;
}
.ltn__product-item-4 .product-img img {
    transition: all 0.5s ease 0s;
}
.ltn__product-item-4 .product-img-location-gallery {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px 15px;
    margin: 0;
    background: var(--gradient-color-5);
}
.ltn__product-item-4 .product-img-location-gallery ul {
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 2;
}
.ltn__product-item-4 .product-img-location-gallery ul li {
    list-style: none;
    font-size: 14px;
}
.ltn__product-item-4 .product-img-location-gallery .product-img-gallery {
    margin-left: 10px;
}
.ltn__product-item-4 .product-img-location-gallery .product-img-gallery ul li {
    display: inline-block;
    width: 42px;
    height: 30px;
    line-height: 30px;
    background-color: rgba(255, 255, 255, 0.3);
    margin-right: 5px;
    text-align: center;
}
.ltn__product-item-4 .product-img-location-gallery .product-img-gallery ul li a {
    display: block;
}
.ltn__product-item-4 .product-img-location-gallery .product-img-gallery ul li:last-child {
    margin-right: 0;
}
.ltn__product-item-4 .product-info {
    padding: 30px 30px 1px;
}
.ltn__product-item-4 .product-price {
    font-size: 18px;
    font-family: var(--ltn__heading-font);
    font-weight: 600;
    color: var(--ltn__secondary-color);
    margin-bottom: 5px;
}
.ltn__product-item-4 .product-price label {
    font-weight: 400;
    font-size: 14px;
}
.ltn__product-item-4 .product-title {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
}
.ltn__product-item-4 .product-description p {
    font-size: 14px;
    margin-bottom: 15px;
}
.ltn__product-item-4 .product-info-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid;
    border-color: var(--border-color-1);
    padding: 20px 30px 30px;
}
.ltn__product-item-4 .product-hover-action {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: inherit;
    line-height: 1;
}
.ltn__product-item-4 .product-hover-action ul {
    box-shadow: none;
}
.ltn__product-item-4 .product-hover-action ul li {
    margin-right: 8px;
    height: 36px;
    width: 36px;
    line-height: 42px;
    border-right: 0;
    font-size: 16px;
    background-color: var(--section-bg-1);
    transition: all 0.3s ease 0s;
}
.ltn__product-item-4 .product-hover-action ul li a {
    background-color: transparent;
}
.ltn__product-item-4 .product-hover-action ul li:hover {
    background-color: var(--ltn__secondary-color);
    color: var(--white);
}
.ltn__product-item-4:hover .product-img img {
    transform: scale(1.1);
}
.ltn__product-item-4:hover .product-img::before {
    display: none;
}
.real-estate-agent {
    display: flex;
}
.real-estate-agent .agent-img {
    max-width: 40px;
    margin-right: 12px;
}
.real-estate-agent .agent-img img {
    border-radius: 100%;
}
.real-estate-agent .agent-brief h6 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
}
.real-estate-agent .agent-brief small {
    font-size: 12px;
}
/* product-item-5 */
.ltn__product-item-5 {
    margin-top: 0;
}
.ltn__product-item-5 .product-img {
    margin-top: 0;
}
.ltn__product-item-5 .product-img a,
.ltn__product-item-5 .agent-img a{
    display: block;
    width: 100%;
    height: 100%;
}
.ltn__product-item-5 .product-info {
    margin-top: 0;
}
.ltn__product-item-5 .product-info-bottom {
    padding: 20px 30px 15px;
}
.ltn__product-item-5 .product-badge {
    position: inherit;
    margin-bottom: 15px;
}
.ltn__product-item-5 .product-badge li {
    font-size: 16px;
    background-color: transparent;
    color: var(--ltn__secondary-color);
    padding: 0;
}
.ltn__product-item-5 .product-img-location ul {
    padding: 0;
    margin-bottom: 0;
}
.ltn__product-item-5 .product-img-location ul li {
    list-style: none;
    font-size: 14px;
}
.ltn__product-item-5 .product-img-location ul li i {
    color: var(--ltn__secondary-color);
    padding-left: 0;
}
.ltn__product-item-5 .ltn__plot-brief {
    padding: 0;
    margin-bottom: 20px;
}
.ltn__product-item-5 .ltn__plot-brief li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
}
.ltn__product-item-5 .ltn__plot-brief li:last-child {
    margin-right: 0;
}
.ltn__product-item-5 .ltn__plot-brief li span {
    font-weight: 700;
}
.ltn__product-item-5 .real-estate-agent {
    position: absolute;
    top: 20px;
    right: 20px;
    transition: all 0.3s ease 0s;
}
.ltn__product-item-5 .real-estate-agent .agent-img {
    max-width: 50px;
}
.ltn__product-item-5 .real-estate-agent .agent-img img {
    border: 3px solid;
    border-color: var(--border-color-1);
}
.ltn__product-item-5 .product-hover-action {
    text-align: left;
    margin-bottom: 25px;
}
.ltn__product-list-view .ltn__product-item-5 {
    padding: 30px 30px 30px;
}
.ltn__product-list-view .ltn__product-item-5 .real-estate-agent {
    position: inherit;
    margin-top: 15px;
}
.ltn__product-list-view .ltn__product-item-5 .product-info-bottom {
    padding: 0px 0px 0px 30px;
    border: 0;
}
.ltn__product-list-view .ltn__product-item-5 .product-hover-action {
    margin-bottom: 0;
}
.ltn__product-list-view .ltn__product-item-5 .ltn__plot-brief {
    margin-bottom: 5px;
}
.ltn__product-list-view .ltn__product-item-5 .product-badge-price {
    display: flex;
    justify-content: space-between;
}
/* ---------------------------------------------------- Modal Area ---------------------------------------------------- */
.modal-dialog {
    margin-top: 150px;
}
.modal-content {
    border-radius: 0;
}
.modal-header {
    padding: 0;
    border: 0;
}
.modal-header .close {
    position: absolute;
    height: 40px;
    width: 40px;
    line-height: 40px;
    padding: 0;
    right: 16px;
    left: auto;
    top: 16px;
    opacity: 1;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.modal-header .close span {
    display: block;
    font-size: 25px;
}
.modal-header .close:not(:disabled):not(.disabled):focus, .modal-header .close:not(:disabled):not(.disabled):hover, .modal-header .close:hover {
    opacity: 1;
}
@media (min-width: 992px) {
    .modal-lg {
        max-width: 980px;
    }
}
.modal-product-info {
    padding-left: 25px;
}
.modal-product-info h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
.modal-product-info hr {
    margin-top: 20px;
    margin-bottom: 20px;
}
.modal-product-info .product-price {
    font-size: 50px;
    margin-bottom: 10px;
    color: var(--ltn__secondary-color);
    line-height: 1.2;
    font-weight: 600;
}
.modal-product-meta > ul {
    margin: 15px 0;
    padding: 20px 0;
    border-bottom: 1px solid var(--border-color-12);
    border-top: 1px solid var(--border-color-12);
}
.modal-product-meta > ul > li {
    list-style: none;
    font-size: 14px;
    margin-top: 10px;
}
.modal-product-meta > ul > li:first-child {
    margin-top: 0;
}
.modal-product-meta li strong {
    color: var(--ltn__heading-color);
    margin-right: 5px;
    font-weight: 600;
    min-width: 100px;
    display: inline-block;
}
.modal-product-quantity input {
    border: 1px solid #e5e5e5;
    float: left;
    height: 45px;
    text-align: center;
    width: 80px;
    margin-right: 20px;
}
.modal-btn {
    margin-top: 15px;
    border-top: 1px solid #f1f1f1;
    text-align: right;
}
.modal-btn a {
    font-size: 14px;
    color: var(--ltn__heading-color);
    padding: 5px 10px;
}
.ltn__modal-area .modal-btn {
    border: 0;
}
.modal-body {
    padding: 30px;
}
.ltn__add-to-cart-modal-area .modal-body {
    padding: 30px;
}
.ltn__add-to-cart-modal-area .modal-product-img {
    float: left;
    max-width: 125px;
    margin-right: 20px;
}
.ltn__add-to-cart-modal-area .modal-product-info {
    overflow: hidden;
}
.ltn__add-to-cart-modal-area .added-cart i {
    color: var(--green);
}
.ltn__add-to-cart-modal-area .btn-wrapper {
    margin-top: 20px;
}
.ltn__add-to-cart-modal-area .btn-wrapper .btn {
    padding: 5px 20px;
    margin-right: 10px;
}
.ltn__add-to-cart-modal-area .additional-info {
    border-top: 1px solid var(--border-color-1);
    text-align: center;
    padding-top: 30px;
    margin-top: 40px;
}
.modal-backdrop.show {
    opacity: 0.7;
}
/* ---------------------------------------------------- Product Tab ---------------------------------------------------- */
.ltn__tab-menu {
    margin-bottom: 50px;
}
.ltn__tab-menu .nav {
    display: inline-block;
}
.ltn__gallery-filter-menu button, .ltn__tab-menu a {
    display: inline-block;
    padding: 15px 40px;
    margin-right: 5px;
    margin-bottom: 10px;
    color: var(--ltn__heading-color);
    background-color: var(--section-bg-1);
    font-weight: 700;
}
.ltn__gallery-filter-menu button:last-child, .ltn__tab-menu a:last-child {
    margin-right: 0;
}
.ltn__gallery-filter-menu button i, .ltn__tab-menu a i {
    margin-right: 10px;
}
.ltn__gallery-filter-menu .active, .ltn__tab-menu a.active {
    color: var(--white);
    background-color: var(--ltn__primary-color);
    border-color: var(--ltn__primary-color);
}
.ltn__tab-menu-top-left {
    position: absolute;
    left: 15px;
    top: 0;
}
.ltn__tab-menu-top-right {
    position: absolute;
    right: 15px;
    top: 0;
}
.ltn__gallery-filter-menu.text-uppercase button {
    text-transform: uppercase;
}
.ltn__tab-menu-2 a {
    background-color: transparent;
    border-bottom: 2px solid transparent;
    position: relative;
}
.ltn__tab-menu-2 a.active {
    color: var(--ltn__secondary-color);
    background-color: transparent;
    border-color: var(--ltn__secondary-color);
}
.ltn__tab-menu-2 a::before {
    position: absolute;
    content: "";
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    height: 16px;
    width: 2px;
    background-color: var(--ltn__color-1);
    opacity: 0.4;
}
.ltn__tab-menu-2 a:last-child::before {
    display: none;
}
.ltn__tab-menu-3 {
    margin-top: 0;
}
.ltn__tab-menu-3 a {
    background-color: transparent;
    border-bottom: 2px solid transparent;
    padding: 1px;
    margin-right: 50px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    position: relative;
}
.ltn__tab-menu-3 a.active {
    color: var(--ltn__secondary-color);
    background-color: transparent;
    border-color: var(--ltn__secondary-color);
}
.ltn__tab-menu-3 a.active::before {
    background-color: var(--ltn__secondary-color);
    border: 3px solid var(--white);
}
.ltn__tab-menu-3 a:last-child {
    margin-right: 0;
}
.ltn__tab-menu-3 a::before {
    position: absolute;
    content: "";
    right: 45%;
    top: 100%;
    transform: translateY(-40%);
    height: 10px;
    width: 10px;
    background-color: transparent;
    opacity: 1;
    border: 3px solid transparent;
    border-radius: 100%;
}
.ltn__tab-menu-4 a {
    background-color: transparent;
    padding: 0;
    border: 7px solid;
    border-color: var(--white);
}
.ltn__tab-menu-4 a img {
    max-width: 120px;
}
.ltn__tab-menu-4 a.active {
    color: var(--ltn__secondary-color);
    background-color: transparent;
    border-color: var(--white);
}
.ltn__tab-menu-4 a.active::before {
    display: none;
}
.ltn__tab-menu-4 a.active img {
    opacity: 0.6;
}
@media (max-width: 1200px) {
    .ltn__tab-menu-3 a {
        margin-right: 30px;
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .ltn__gallery-filter-menu button, .ltn__tab-menu a {
        padding: 15px 25px;
        font-size: 14px;
    }
    .ltn__tab-menu-top-right {
        position: initial;
    }
    .ltn__tab-menu-3 {
        margin-top: 0;
    }
    .ltn__tab-menu-3 a {
        padding: 1px;
        margin-right: 20px;
    }
    .ltn__tab-menu-4 a {
        padding: 0;
    }
    .ltn__tab-menu-4 a.active {
        padding: 0;
    }
}
/* ---------------------------------------------------- Product Details ---------------------------------------------------- */
.ltn__small-product-item {
    display: flex;
    padding: 30px 25px;
    border: 2px solid;
    border-color: var(--border-color-1);
    margin-bottom: 30px;
    transition: all 0.3s ease 0s;
}
.ltn__small-product-item:hover {
    box-shadow: var(--ltn__box-shadow-1);
    border-color: transparent;
}
.ltn__small-product-item .product-price {
    color: var(--ltn__secondary-color);
}
.small-product-item-img {
    max-width: 90px;
    margin-right: 20px;
}
/* ---------------------------------------------------- Product Details ---------------------------------------------------- */
.product-meta-date input[type="date"] {
    border: 1px solid #ddd;
    height: 63px;
    padding: 0 15px;
    line-height: 50px;
}
.product-meta-date input[type="date"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: pink;
    line-height: 50px;
}
.product-meta-date input[type="date"]::-moz-placeholder {
    /* Firefox 19+ */
    color: pink;
    line-height: 50px;
}
.product-meta-date input[type="date"]:-ms-input-placeholder {
    /* IE 10+ */
    color: pink;
    line-height: 50px;
}
.product-meta-date input[type="date"]:-moz-placeholder {
    /* Firefox 18- */
    color: pink;
    line-height: 50px;
}
/* ltn__shop-details-img-gallery */
.ltn__shop-details-img-gallery {
    margin-bottom: 35px;
}
.ltn__shop-details-img-gallery img {
    background-color: var(--white-8);
}
.ltn__shop-details-small-img {
    margin-top: 20px;
    margin-left: -5px;
    margin-right: -5px;
}
.ltn__shop-details-small-img .single-small-img {
    padding: 0 5px;
}
.ltn__shop-details-small-img .single-small-img.slick-current img {
    border: 1px solid var(--ltn__secondary-color);
    margin-bottom: 10px;
}
.ltn__shop-details-small-img.slick-arrow-2 {
    margin-bottom: 35px;
}
.ltn__shop-details-small-img.slick-arrow-2 .slick-arrow {
    left: 5px;
    bottom: -35px;
}
.ltn__shop-details-small-img.slick-arrow-2 .slick-next {
    left: 45px;
}
/* ltn__shop-details-content-wrap */
.ltn__shop-details-content-wrap {
    padding: 50px 50px 40px;
}
/* ltn__shop-details-tab-area */
.ltn__shop-details-tab-menu .nav {
    display: flex;
    flex-wrap: wrap;
}
.ltn__shop-details-tab-menu .nav a {
    background-color: var(--ltn__primary-color);
    color: var(--white);
    padding: 20px 20px;
    font-size: 16px;
    flex: 1 0 auto;
    text-align: center;
    font-weight: 700;
}
.ltn__shop-details-tab-menu .nav a.active {
    background-color: var(--ltn__secondary-color);
}
.ltn__shop-details-tab-content-inner {
    border: 1px solid #e5e5e5;
    padding: 50px 50px 30px;
    background-color: var(--section-bg-1);
}
.ltn__shop-details-tab-content-inner .ltn__comment-reply-area form {
    padding: 0;
}
.add-a-review {
    display: flex;
    align-items: center;
}
.add-a-review h6 {
    margin-bottom: 0;
    margin-right: 15px;
}
.ltn__shop-details-tab-inner-2 .ltn__shop-details-tab-menu {
    border-bottom: 2px solid var(--border-color-1);
}
.ltn__shop-details-tab-inner-2 .ltn__shop-details-tab-menu .nav {
    display: flex;
    flex-wrap: wrap;
}
.ltn__shop-details-tab-inner-2 .ltn__shop-details-tab-menu .nav a {
    background-color: transparent;
    color: var(--ltn__paragraph-color);
    padding: 20px 0px;
    margin-right: 50px;
    flex: inherit;
    text-align: left;
    position: relative;
}
.ltn__shop-details-tab-inner-2 .ltn__shop-details-tab-menu .nav a::before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: transparent;
    transition: all 0.3s ease 0s;
}
.ltn__shop-details-tab-inner-2 .ltn__shop-details-tab-menu .nav a.active {
    color: var(--ltn__secondary-color);
    background-color: transparent;
}
.ltn__shop-details-tab-inner-2 .ltn__shop-details-tab-menu .nav a.active::before {
    background-color: var(--ltn__secondary-color);
    width: 100%;
}
.ltn__shop-details-tab-inner-2 .ltn__shop-details-tab-content-inner {
    border: 0;
    padding: 30px 0px 0px;
    background-color: transparent;
}
.ltn__shop-details-tab-inner-2 .ltn__shop-details-tab-content-inner .ltn__comment-reply-area form {
    padding: 30px;
}
/* product-details-menu-1 */
.ltn__product-details-menu-1 ul li a {
    position: relative;
    margin-right: 10px;
}
.ltn__product-details-menu-1 ul li a::before {
    position: absolute;
    content: ",";
    right: -5px;
}
.ltn__product-details-menu-1 ul li a:last-child::before {
    display: none;
}
.ltn__product-details-menu-1 ul li strong {
    font-weight: 400;
}
.ltn__product-details-menu-1 ul li span {
    font-weight: 600;
}
.ltn__product-details-menu-1 .ltn__color-widget ul li a {
    width: 15px;
    height: 15px;
}
.ltn__product-details-menu-1 .ltn__tagcloud-widget ul li {
    margin: 0;
}
.ltn__product-details-menu-1 .ltn__tagcloud-widget ul li a {
    padding: 3px 10px 1px;
}
/* product-details-menu-2 */
.ltn__product-details-menu-2 ul {
    padding: 0;
    margin: 0;
}
.ltn__product-details-menu-2 ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
.ltn__product-details-menu-2 ul li:last-child {
    margin-right: 0;
}
/* product-details-menu-3 */
.ltn__product-details-menu-3 ul {
    padding: 0;
    margin: 0;
}
.ltn__product-details-menu-3 ul li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 600;
}
.ltn__product-details-menu-3 ul li:last-child {
    margin-right: 0;
}
.property-detail-info-list ul {
    padding: 30px 50px 40px;
    margin: 0;
    float: left;
    border-right: 1px solid;
    border-color: var(--border-color-7);
}
.property-detail-info-list ul:last-child {
    border-right: none;
}
.property-detail-info-list ul li {
    display: block;
}
.property-detail-info-list ul li label {
    margin-right: 5px;
    font-weight: 600;
    min-width: 110px;
    display: inline-block;
}
.property-detail-info-list ul li span {
    font-weight: 600;
    color: var(--ltn__heading-color);
}
.property-detail-feature-list {
    margin-top: 0;
}
.property-detail-feature-list ul {
    margin: 0;
    padding: 0;
}
.property-detail-feature-list ul li {
    display: inline-block;
    min-width: 170px;
    margin-right: 19px;
    margin-bottom: 15px;
}
.property-detail-feature-list .property-detail-feature-list-item {
    display: flex;
    align-items: center;
    line-height: 1;
}
.property-detail-feature-list .property-detail-feature-list-item i {
    margin-right: 12px;
    width: 40px;
    min-width: 40px;
    height: 40px;
    line-height: 49px;
    background-color: var(--section-bg-5);
    text-align: center;
    font-size: 22px;
    color: var(--ltn__secondary-color);
}
.property-detail-feature-list .property-detail-feature-list-item h6 {
    margin-top: 0;
    margin-bottom: 6px;
    font-size: 14px;
    font-family: var(--ltn__heading-font);
    font-weight: 500;
}
.property-details-google-map {
    height: 360px;
}
.product-details-apartments-plan .apartments-plan-info {
    padding: 0;
}
.product-details-apartments-info-list {
    padding: 20px 40px;
}
.ltn__page-details-inner .ltn__product-details-review-inner {
    margin-top: 0;
}
.ltn__page-details-inner .ltn__product-details-review-inner h1, .ltn__page-details-inner .ltn__product-details-review-inner h2, .ltn__page-details-inner .ltn__product-details-review-inner h3, .ltn__page-details-inner .ltn__product-details-review-inner h4, .ltn__page-details-inner .ltn__product-details-review-inner h5, .ltn__page-details-inner .ltn__product-details-review-inner h6, .ltn__page-details-inner .ltn__product-details-review-inner p {
    margin-top: 0;
}
@media (max-width: 767px) {
    .property-detail-info-list ul {
        padding: 20px 30px 20px;
        float: none;
        border: none;
    }
}
/* ---------------------------------------------------- Product Options ---------------------------------------------------- */
.nice-select .option {
    margin-top: 0;
    white-space: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.8;
}
.nice-select .list {
    min-width: 100%;
}
.ltn__shop-options {
    margin-bottom: 50px;
}
.ltn__shop-options > ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    margin: 0;
    padding: 0;
}
.ltn__shop-options > ul > li {
    list-style: none;
    margin-top: 0;
    line-height: 50px;
    margin-right: 30px;
}
.ltn__shop-options > ul > li:last-child {
    margin-right: 0;
}
.ltn__shop-options .short-by .nice-select {
    border-radius: 0;
    border: 2px solid #ededed;
    height: 50px;
    line-height: 46px;
    min-width: 190px;
}
.ltn__shop-options .short-by .nice-select .option {
    width: 100%;
    padding-left: 10px;
    padding-right: 5px;
}
.ltn__shop-options .short-by .nice-select .current {
    font-weight: 700;
}
.ltn__grid-list-tab-menu a {
    font-size: 30px;
    margin-right: 20px;
}
.ltn__grid-list-tab-menu a:last-child {
    margin-right: 0px;
}
.ltn__grid-list-tab-menu .active {
    color: var(--ltn__secondary-color);
}
.showing-product-number span {
    font-weight: 500;
    font-size: 16px;
    font-family: var(--ltn__heading-font);
}
.ltn__product-list-view .product-title {
    font-size: 22px;
    margin-bottom: 10px;
}
.ltn__product-list-view .ltn__product-item:after {
    display: block;
    clear: both;
    content: "";
}
.ltn__product-list-view .ltn__product-item .product-img {
    max-width: 40%;
    float: left;
}
.ltn__product-list-view .ltn__product-item .product-info {
    overflow: hidden;
    padding: 0 0 0 30px;
}
.ltn__product-list-view .ltn__product-item-3 .product-info {
    overflow: hidden;
    padding: 25px 25px 20px 30px;
}
.ltn__product-list-view .product-hover-action {
    position: inherit;
    transform: inherit;
    text-align: left;
    opacity: 1;
    visibility: visible;
    margin-top: 15px;
}
/* Bootstrap Tab with Slider Issue Fix Start */
.tab-content {
    width: 100%;
}
.tab-content .tab-pane {
    display: block;
    height: 0;
    max-width: 100%;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
}
.tab-content .tab-pane.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    overflow: visible;
}
/* Bootstrap Tab with Slider Issue Fix End */
@media (max-width: 1400px) {
    .shop-details-info .product-price {
        font-size: 36px;
    }
    .shop-details-info .cart-plus-minus {
        width: 130px;
    }
    .shop-details-info .ltn__product-details-menu-2 .btn {
        padding: 17px 15px;
    }
}
@media (max-width: 991px) {
    .ltn__product-item-3 .product-info {
        padding: 25px 15px 15px;
    }
    .ltn__product-item-3 .product-price {
        font-size: 16px;
    }
    .ltn__product-item-3 .product-price del {
        font-size: 14px;
    }
    .ltn__shop-details-img-gallery {
        margin-bottom: 75px;
    }
    .ltn__product-item-4 .product-title {
        font-size: 20px;
    }
    .ltn__product-item-4 .product-info {
        padding: 30px 20px 1px;
    }
    .ltn__product-item-4 .product-img-location-gallery {
        padding: 0 15px 15px;
        flex-flow: wrap-reverse;
    }
    .ltn__product-item-4 .product-img-location-gallery ul li {
        font-size: 13px;
        margin-top: 5px;
    }
    .ltn__product-item-4 .product-img-location-gallery .product-img-gallery {
        margin-left: 0;
    }
    .ltn__product-item-4 .product-img-location-gallery .product-img-gallery ul li {
        width: inherit;
        background-color: transparent;
        margin-top: 0;
    }
    .ltn__product-item-4 .product-description p br {
        display: none;
    }
    .ltn__product-item-4 .product-info-bottom {
        padding: 20px 20px 20px;
        flex-flow: wrap-reverse;
    }
    .ltn__product-item-4 .real-estate-agent {
        margin-top: 20px;
    }
    .slick-slide .ltn__product-item-4 {
        box-shadow: none;
    }
}
@media (max-width: 767px) {
    .ltn__shop-options > ul {
        align-items: flex-start;
        flex-flow: column;
    }
    .ltn__shop-options ul li {
        margin: 5px 0;
    }
    .showing-product-number span {
        font-size: 16px;
    }
    .ltn__product-list-view .ltn__product-item .product-img {
        max-width: 100%;
    }
    .ltn__product-list-view .ltn__product-item .product-info {
        padding: 25px 0 0 1px;
    }
    .ltn__product-list-view .ltn__product-item-3 .product-info {
        padding: 25px 25px 20px 30px;
    }
    .modal-product-info h3 {
        font-size: 22px;
    }
    .modal-product-info .product-price {
        font-size: 34px;
    }
    .ltn__shop-details-tab-menu .nav a {
        padding: 15px 15px;
        font-size: 14px;
    }
    .ltn__shop-details-tab-content-inner {
        padding: 50px 20px 30px;
    }
    .ltn__product-item-4 .product-title {
        font-size: 18px;
    }
    .ltn__product-list-view .ltn__product-item-5 .product-info-bottom {
        padding: 0px 0px 0px 0px;
        border: 0;
    }
}
@media (max-width: 576px) {
    .product-hover-action li {
        height: 35px;
        width: 35px;
        line-height: 35px;
        font-size: 13px;
    }
    .product-badge li {
        font-size: 12px;
        padding: 1px 10px;
        line-height: 20px;
    }
    .product-badge li::before {
        bottom: -6px;
    }
    .ltn__product-item-3 .product-title {
        font-size: 14px;
    }
    .ltn__product-item-3 .product-info {
        padding-left: 5px;
        padding-right: 5px;
    }
    .ltn__product-item-3 .product-price {
        font-size: 14px;
    }
    .ltn__product-item-3 .product-price del {
        font-size: 13px;
    }
    .ltn__product-item-3 .product-info-brief ul li {
        font-size: 12px;
    }
}
/* ---------------------------------------------------- END ---------------------------------------------------- */
/* ---------------------------------------------------- Slider Area 1, 2, 3, 4, 5, 6, 7, 9 ---------------------------------------------------- */
.ltn__slide-item {
    padding-top: 100px;
    padding-bottom: 100px;
    height: 750px;
}
.ltn__slide-item-inner {
    height: 100%;
    display: flex;
    align-items: center;
}
.slide-item-info-inner {
    width: 100%;
}
.slide-title {
    font-size: 46px;
    font-weight: 700;
}
/* Slider Animation Start */
.ltn__slide-animation {
    position: relative;
    z-index: 9;
}
.ltn__slide-animation > * {
    opacity: 0;
    visibility: hidden;
    animation-name: fadeOutUp;
}
.ltn__slide-animation > *:nth-child(1) {
    animation-delay: 0.5s;
    animation-duration: 0.5s;
}
.ltn__slide-animation > *:nth-child(2) {
    animation-delay: 1s;
    animation-duration: 1s;
}
.ltn__slide-animation > *:nth-child(3) {
    animation-delay: 1.5s;
    animation-duration: 1.5s;
}
.ltn__slide-animation > *:nth-child(4) {
    animation-delay: 2s;
    animation-duration: 2s;
}
.ltn__slide-animation > *:nth-child(5) {
    animation-delay: 2.5s;
    animation-duration: 2.5s;
}
.ltn__slide-animation > *:nth-child(6) {
    animation-delay: 3s;
    animation-duration: 3s;
}
.ltn__slide-animation > *:nth-child(7) {
    animation-delay: 3.5s;
    animation-duration: 3.5s;
}
.ltn__slide-animation > *:nth-child(8) {
    animation-delay: 4s;
    animation-duration: 4s;
}
.ltn__slide-animation > *:nth-child(9) {
    animation-delay: 4.5s;
    animation-duration: 4.5s;
}
.ltn__slide-animation > *:nth-child(11) {
    animation-delay: 5s;
    animation-duration: 5s;
}
.slick-current .ltn__slide-animation > *, .ltn__slide-animation-active .ltn__slide-animation > * {
    opacity: 1;
    visibility: visible;
    animation-name: fadeInUp;
}
/* Title Background Image */
.title-bg-img {
    background-image: url("../img/slider/1.jpg");
    background-clip: text;
    -webkit-text-fill-color: transparent;
    word-break: break-word;
}
.title-bg-img-2 {
    background-image: url("../img/slider/2.jpg");
}
/* Slide Arrow */
.slick-slide-arrow-1 .slick-arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    line-height: 58px;
    border: 1px solid var(--border-color-1);
    text-align: center;
    font-size: 20px;
    color: var(--ltn__primary-color) !important;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
.slick-slide-arrow-1 .slick-arrow:hover {
    background-color: var(--ltn__secondary-color);
    border-color: var(--ltn__secondary-color);
    color: var(--white) !important;
}
.slick-slide-arrow-1 .slick-next {
    right: 40px;
    left: auto;
}
.slick-slide-arrow-1:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
    left: 20px;
}
.slick-slide-arrow-1:hover .slick-next {
    right: 20px;
    left: auto;
}
.slick-slide-dots-1 .slick-dots {
    position: absolute;
    bottom: 50px;
    width: 100%;
    margin: 0;
}
.arrow-white .slick-arrow {
    color: var(--white) !important;
    border: 1px solid var(--border-color-3);
}
@media (min-width: 1400px) {
    .slick-slide-arrow-1:hover .slick-arrow {
        opacity: 1;
        visibility: visible;
        left: 60px;
   }
    .slick-slide-arrow-1:hover .slick-next {
        right: 60px;
        left: auto;
   }
}
/* slide-item-2 */
.ltn__slide-item-2 {
    height: calc(100vh - 0px);
    padding-top: 200px;
}
.ltn__slide-item-2 .slide-item-info {
    max-width: 650px;
}
.ltn__slide-item-2 .slide-sub-title {
    margin-bottom: 20px;
    font-family: var(--ltn__body-font);
}
.ltn__slide-item-2 .slide-sub-title span {
    color: var(--ltn__secondary-color);
}
.ltn__slide-item-2 .slide-title {
    font-size: 65px;
    line-height: 1;
    margin-bottom: 20px;
}
.ltn__slide-item-2 .slide-title span {
    color: var(--ltn__secondary-color);
}
.ltn__slide-item-2 .btn-wrapper {
    margin-top: 40px;
}
/*  .ltn__slide-item-2 .slide-brief {
    padding-left: 30px;
    border-left: 1px solid #576466;
} */
.ltn__slide-item-6 .text-right .slide-item-info, .ltn__slide-item-2 .text-right .slide-item-info {
    margin-left: auto;
}
.ltn__slide-item-6 .text-right .slide-brief, .ltn__slide-item-2 .text-right .slide-brief {
    padding-left: 0px;
    border-left: 0;
    padding-right: 30px;
    border-right: 1px solid;
    margin-left: auto;
}
.ltn__slide-item-6 .text-center .slide-item-info, .ltn__slide-item-2 .text-center .slide-item-info {
    margin-left: auto;
    margin-right: auto;
}
.ltn__slide-item-6 .text-center .slide-brief, .ltn__slide-item-2 .text-center .slide-brief {
    padding-left: 0px;
    border-left: 0;
    padding-right: 0px;
    border-right: 0;
}
.slide-brief {
    max-width: 450px;
}
.text-right .slide-brief {
    margin-left: auto;
}
.text-center .slide-brief {
    margin-left: auto;
    margin-right: auto;
}
.ltn__product-pointer {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
}
.ltn__product-pointer > ul {
    padding: 0;
    margin: 0;
}
.ltn__product-pointer > ul > li {
    display: inline-block;
    list-style: none;
    position: relative;
}
.ltn__product-pointer > ul > li > ul {
    position: absolute;
    top: 80%;
    min-width: 300px;
    padding: 0;
    background-color: white;
    right: 80px;
    box-shadow: var(--ltn__box-shadow-3);
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    text-align: left;
    opacity: 0;
    visibility: hidden;
}
.ltn__product-pointer > ul > li > ul > li {
    list-style: none;
}
.ltn__product-pointer > ul > li:hover ul {
    top: 50%;
    opacity: 1;
    visibility: visible;
}
.ltn__product-pointer > ul > li:hover .ltn__pointer-icon {
    transform: rotate(45deg);
}
.ltn__product-pointer ul li, .ltn__product-pointer ol li {
    margin-top: 5px;
}
.ltn__product-pointer img {
    height: inherit !important;
}
.ltn__product-pointer p:last-child {
    margin-bottom: 0;
}
.ltn__product-pointer .ltn__pointer-icon {
    cursor: pointer;
    height: 60px;
    width: 60px;
    display: flex;
    background-color: white;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 20px;
    box-shadow: var(--ltn__box-shadow-4);
    transition: all 0.3s ease 0s;
}
.ltn__product-pointer .ltn__product-pointer-inner {
    padding: 15px 30px 25px;
    position: relative;
}
.ltn__product-pointer .ltn__product-pointer-inner::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 15px solid var(--white);
    border-bottom: 15px solid transparent;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
}
.ltn__product-pointer .ltn__product-pointer-inner h5 {
    margin-bottom: 10px;
}
.ltn__product-pointer .ltn__product-pointer-inner p {
    font-size: 14px;
}
.ltn__product-pointer.ltn__product-pointer-1 {
    top: 38%;
    left: auto;
    right: 24%;
}
.ltn__product-pointer.ltn__product-pointer-2 {
    top: 60%;
    left: 20%;
}
.ltn__product-pointer.ltn__product-pointer-3 {
    top: 10%;
    left: 40%;
}
.slide-img-left .ltn__product-pointer > ul > li > ul {
    left: 80px;
    right: auto;
}
.slide-img-left .ltn__product-pointer .ltn__product-pointer-inner::before {
    border-right: 15px solid var(--white);
    border-left: 0;
    right: auto;
    left: -15px;
}
/* slide-item-3 */
.ltn__slide-item-3 .row [class*='col-'] {
    position: inherit;
}
.ltn__slide-item-3 .slide-item-info {
    position: relative;
    z-index: 2;
}

.ltn__slide-item-3 .text-right .slide-item-img {
    right: auto;
    left: 150px;
}
.ltn__slide-item-3-normal {
    height: calc(100vh - 160px);
    padding-top: 100px;
}
/* slide-item-4 */
.ltn__slide-item-4 {
    padding-bottom: 0;
}
.ltn__slide-item-4 .slide-item-img {
    margin-top: 100px;
}
/* slider-5 */
.ltn__slider-5 .ltn__slide-item-2 {
    padding-top: 100px;
}
/* slide-item-5 */
.ltn__slide-item-5 .slide-item-img {
    right: 200px;
    bottom: 0;
    height: 80%;
}
.ltn__slide-item-5 .call-to-circle-1 {
    right: 14%;
    left: auto;
    top: 30%;
    z-index: -1;
    animation: wave 8s 0.1s infinite linear;
}
.ltn__slide-item-5 .text-right .slide-item-img {
    right: auto;
    left: 150px;
}
.ltn__slide-item-5 .text-right .call-to-circle-1 {
    left: 20%;
    right: auto;
}
/* slide-item-6 */
.ltn__slide-item-6 .slide-item-info {
    max-width: 100%;
}
.ltn__slide-item-6 .slide-title {
    font-size: 80px;
    line-height: 1;
}
/* slide-item-7 */
.ltn__slide-item-7 {
    min-height: 800px;
    height: calc(100vh - 0px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.ltn__slide-item-7 .slide-item-info {
    max-width: 850px;
}
.ltn__slide-item-7 .slide-title {
    font-size: 90px;
    line-height: 1;
}
/* slider-9 */
.ltn__slide-item-9 {
    height: 800px;
}
.ltn__slide-item-9 .slide-item-info {
    height: 800px;
    max-width: 500px;
}
.ltn__slide-item-9 .ltn__slide-item-inner {
    display: block;
}
.ltn__slide-item-9 .slide-item-info {
    display: flex;
    align-items: center;
    padding: 30px 30px 10px;
}
.ltn__slide-item-9 .right-align .slide-item-info {
    margin-left: auto;
}
.ltn__slide-item-9 .slide-item-info-inner {
    position: relative;
}
.ltn__slide-item-9 .slide-item-info-inner::before, .ltn__slide-item-9 .slide-item-info-inner::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 84px;
    background-color: var(--ltn__heading-color);
    left: 50%;
    transform: translateX(-50%);
}
.ltn__slide-item-9 .slide-item-info-inner::before {
    top: -46.5%;
}
.ltn__slide-item-9 .slide-item-info-inner::after {
    bottom: -51%;
}
.ltn__slide-item-9 .text-color-white .slide-item-info-inner::before, .ltn__slide-item-9 .text-color-white .slide-item-info-inner::after {
    background-color: var(--white);
}
.ltn__slide-item-9 .ltn__tab-menu a {
    padding: 12px 20px;
}
.ltn__slide-item-9 .slide-item-info-line-no::before, .ltn__slide-item-9 .slide-item-info-line-no::after {
    display: none;
}
/* slide-item-10 */
.ltn__slide-item-10 {
    height: 535px;
}
.ltn__slide-item-10 .slide-item-info-inner {
    padding: 30px;
}
/* ---------------------------------------------------- Slider Area 1, 2, 3, 4, 5, 6, 7, 9 ---------------------------------------------------- */
/* ====================================================== s 3 Start ====================================================== */
/* slider-4 */
.ltn__slider-11 .ltn__slider-11-inner {
    position: relative;
}
.ltn__slider-11 .ltn__slide-item-11 {
    position: relative;
}
.ltn__slider-11 .ltn__slide-item-11 .slide-content {
    padding: 80px 0 100px 200px;
    padding-bottom: 250px;
    position: relative;
    width: 90%;
    z-index: 1;
    min-height: 100vh;
    height: 800px;
}
.ltn__slider-11 .ltn__slide-item-11 .slide-content .slide-title-1 {
    color: var(--main-color-one);
}
.ltn__slider-11 .ltn__slide-item-11 .slide-content .slide-title-2 {
    color: var(--secondary-color-three);
}
.ltn__slider-11 .ltn__slide-item-11 .slide-content p {
    color: #000;
}
.ltn__slider-11 .ltn__slide-item-11:before {
    opacity: 0;
}
.ltn__slider-11 .slide-item-img {
    position: absolute;
    right: 0px;
    top: 0;
    height: 100%;
    z-index: 0;
    width: 45%;
}
.ltn__slider-11 .slide-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    margin-left: auto;
}
/* slider-4-active */
.ltn__slider-11-active .slick-arrow {
    position: absolute;
    bottom: 60px;
    left: 30%;
    z-index: 9;
}
.ltn__slider-11-active .slick-arrow i {
    font-size: 30px;
    color: #ccc;
}
.ltn__slider-11-active .slick-arrow.slick-next {
    margin-left: 50px;
}
/* slider-4-pagination */
/* ===== Set Display for show / hide ===== */
.ltn__slider-11-pagination-count {
    display: none;
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
    left: auto;
    right: 50px;
}
.ltn__slider-11-pagination-count span {
    color: var(--ltn__color-5);
}
.ltn__slider-11-pagination-count .count {
    position: absolute;
    top: -22px;
    left: -8px;
}
.ltn__slider-11-pagination-count .total {
    bottom: -25px;
    position: absolute;
    left: -10px;
}
.ltn__slider-11-pagination-count .slick-dots {
    display: flex !important;
    flex-direction: column;
    height: 520px;
}
.ltn__slider-11-pagination-count .slick-dots li {
    margin: 0;
    flex: 1 1 auto;
    border-radius: 0;
    width: 2px;
    opacity: 0.45;
}
.ltn__slider-11-pagination-count .slick-dots li button {
    display: block;
    border-radius: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: var(--section-bg-1);
    opacity: 0.45;
    cursor: pointer;
}
.ltn__slider-11-pagination-count .slick-dots li button:hover {
    background-color: var(--section-bg-1);
    opacity: 1;
}
.ltn__slider-11-pagination-count .slick-dots li.slick-active button {
    background-color: var(--ltn__secondary-color);
    opacity: 1;
}
.ltn__slider-11-pagination-count-show .ltn__slider-11-pagination-count {
    display: block;
}
@media only screen and (min-width: 992px) {
    .ltn__slide-item-11 {
        min-height: calc(100vh - 140px);
   }
}
/* slider-4-img-slide-arrow */
.ltn__slider-11-img-slide-arrow {
    position: absolute;
    bottom: 30px;
    right: 10%;
    width: 500px;
}
.ltn__slider-11-img-slide-arrow .ltn__slider-11-img-slide-arrow-inner {
    position: relative;
}
.ltn__slider-11-img-slide-arrow .ltn__slider-11-img-slide-arrow-active {
    padding-left: 100px;
    background-color: var(--main-color-one);
}
.ltn__slider-11-img-slide-arrow .ltn__slider-11-img-slide-arrow-active .image-slide-item {
    padding: 0 10px;
}
.ltn__slider-11-img-slide-arrow .ltn__slider-11-img-slide-arrow-active .image-slide-item img {
    border: 5px solid;
    border-color: var(--section-bg-1);
    cursor: pointer;
}
.ltn__slider-11-img-slide-arrow .ltn__slider-11-img-slide-arrow-active .image-slide-item.slick-current img {
    opacity: 0.9;
}
.ltn__slider-11-img-slide-arrow .ltn__slider-11-img-slide-arrow-active .slick-arrow {
    position: absolute;
    right: auto;
    z-index: 9;
    top: 0;
    left: 0;
    padding-left: 0;
    background-color: var(--section-bg-1);
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 43px;
    font-size: 16px;
}
.ltn__slider-11-img-slide-arrow .ltn__slider-11-img-slide-arrow-active .slick-arrow.slick-next {
    left: 50px;
}
/* slider-11-slide-item-count */
/* ===== Set Display for show / hide ===== */
.ltn__slider-11-slide-item-count {
    display: none;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    position: absolute;
    background-color: var(--section-bg-1);
    padding: 5px 15px 0px;
}
.ltn__slider-11-slide-item-count .count {
    font-size: 30px;
    line-height: 1;
}
.ltn__slider-11-slide-item-count-show .ltn__slider-11-slide-item-count {
    display: block;
}
/* slider-sticky-icon-2 */
.slider-sticky-icon-2 {
    position: absolute;
    left: 50px;
    bottom: 80px;
    z-index: 1;
}
.slider-sticky-icon-2 ul {
    padding: 0;
}
.slider-sticky-icon-2 ul li {
    list-style: none;
    display: block;
    margin-bottom: 12px;
}
/* ====================================================== s 3 END ====================================================== */
@media (min-width: 1600px) {
    .ltn__slide-item-2 {
        min-height: 800px;
   }
    .ltn__slide-item-3-normal {
        min-height: 780px;
   }
    .ltn__slide-item-6 {
        height: 800px;
   }
}
@media (max-width: 1599px) {
    .liton-slide-item, .ltn__slide-item-3, .liton-slide-item-inner {
        height: inherit;
   }
    .ltn__slide-item-9 {
        height: 650px;
   }
    .ltn__slide-item-9 .slide-item-info {
        height: 650px;
        max-width: 400px;
   }
    .ltn__slider-11-img-slide-arrow {
        width: 80%;
        max-width: 350px;
   }
    .ltn__slider-11-img-slide-arrow .ltn__slider-11-img-slide-arrow-active .image-slide-item {
        padding: 0 3px;
   }
    .ltn__slider-11-img-slide-arrow .ltn__slider-11-img-slide-arrow-active .image-slide-item img {
        border: 2px solid;
        border-color: var(--section-bg-1);
   }
    .ltn__slider-11-img-slide-arrow .ltn__slider-11-img-slide-arrow-active .slick-arrow {
        width: 30px;
        height: 30px;
        line-height: 33px;
        font-size: 14px;
        top: 50%;
        transform: translateY(-50%);
   }
    .ltn__slider-11-img-slide-arrow .ltn__slider-11-img-slide-arrow-active .slick-arrow.slick-next {
        left: 40px;
   }
    .ltn__slider-11-slide-item-count-show .ltn__slider-11-slide-item-count {
        display: none;
   }
    .ltn__slider-11-pagination-count-show .ltn__slider-11-pagination-count {
        display: none;
   }
    .slider-sticky-icon-2 {
        display: none;
   }
}
@media (min-width: 1200px) and (max-width: 1599px) {
    .ltn__slide-item-2 .slide-title {
        font-size: 50px;
   }
    .ltn__slide-item-6 {
        height: 620px;
   }
    .ltn__slide-item-6 .slide-title {
        font-size: 80px;
   }
}
@media (min-width: 1400px) and (max-width: 1599px) {
    
    .ltn__slide-item-4 .slide-item-img {
        margin-top: 50px;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
   }
    .ltn__slider-11 .slide-item-img {
        top: 0;
        right: 0;
        transform: inherit;
   }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    
    .ltn__slide-item-4 .slide-item-img {
        margin-top: 50px;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
   }
    .ltn__slider-11 .slide-item-img {
        top: 0;
        right: 0;
        transform: inherit;
   }
}
@media (min-width: 992px) and (max-width: 1199px) {
   
    .ltn__slide-item-6 .slide-title {
        font-size: 60px;
   }
    .ltn__slide-item.ltn__slide-item-10 {
        height: 495px;
   }
    .ltn__slider-11 .slide-item-img {
        top: 0;
        right: 0;
        transform: inherit;
   }
}
@media (max-width: 1199px) {
    .slide-title {
        font-size: 36px;
   }
    .ltn__slide-item {
        height: auto;
   }
    .liton-slide-item-inner {
        height: inherit;
   }
    .slide-item-info-inner {
        margin-bottom: 30px;
   }
    .ltn__slide-item-2 .slide-title {
        font-size: 50px;
   }
    .ltn__slide-item-2 .slide-brief {
        padding-left: 15px;
   }
    .ltn__slide-item-6 {
        padding-top: 140px;
   }
    .ltn__slide-item-7 {
        min-height: 550px;
        height: auto;
   }
    .ltn__slide-item-7 .slide-title {
        font-size: 60px;
   }
}
@media (max-width: 991px) {
    .slide-title {
        font-size: 26px;
   }
    .liton-slide-item-inner {
        height: inherit;
   }
    .slide-item-info-inner {
        margin-bottom: 30px;
   }
    .slick-slide-arrow-1 .slick-arrow {
        width: 40px;
        height: 40px;
        line-height: 38px;
        font-size: 16px;
   }
    .ltn__slide-item-2 .slide-title {
        font-size: 40px;
   }
    .ltn__slide-item-2 .slide-brief {
        padding-left: 15px;
   }
    .ltn__slide-item-2 .btn-wrapper {
        margin-top: 20px;
   }
   
    .ltn__slide-item-3 .text-right .slide-item-img {
        right: auto;
        left: auto;
   }
    .ltn__product-pointer > ul > li > ul {
        min-width: 280px;
   }
    .ltn__product-pointer > ul > li > ul {
        top: 110%;
        left: 50%;
        transform: translateX(-50%);
   }
    .ltn__product-pointer > ul > li:hover ul {
        top: 130%;
   }
    .ltn__product-pointer .ltn__product-pointer-inner::before {
        left: 50%;
        top: -25px;
        transform: translateX(-50%) rotate(-90deg);
   }
    .slide-img-left .ltn__product-pointer .ltn__product-pointer-inner::before {
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
   }
    .ltn__slide-item-5 .slide-item-img {
        display: none;
   }
    .ltn__slide-item-6 .slide-title {
        font-size: 40px;
   }
    .ltn__slide-item-7 {
        min-height: 400px;
   }
    .ltn__slide-item-7 .slide-title {
        font-size: 40px;
   }
    .ltn__slide-item-9 {
        height: 560px;
   }
    .ltn__slide-item-9 .slide-item-info {
        height: auto;
        margin: 30px;
   }
    .ltn__slide-item-9 .ltn__slide-item-inner {
        display: flex;
        justify-content: space-around;
   }
    .ltn__slide-item-9 .slide-item-info-inner::before, .ltn__slide-item-9 .slide-item-info-inner::after {
        display: none;
   }
    .ltn__slider-11-img-slide-arrow {
        right: 50%;
        transform: translate(50%);
   }
}
@media (max-width: 767px) {
    .liton-slide-item-inner {
        height: inherit;
   }
    .slide-item-info-inner {
        margin-bottom: 30px;
   }
    .slide-title br {
        display: none;
   }
    .slide-title {
        font-size: 24px;
   }
    .ltn__slide-item-2 {
        height: auto;
        padding-top: 300px;
   }
    .ltn__slide-item-2 .slide-title {
        font-size: 30px;
   }
    .ltn__slide-item-2 .slide-brief {
        padding-left: 15px;
   }
    .ltn__slide-item-3-normal {
        padding-top: 100px;
   }
    .ltn__product-pointer {
        display: none;
   }
    .ltn__slide-item-6 .slide-title {
        font-size: 30px;
   }
}
/* ---------------------------------------------------- END ---------------------------------------------------- */
/* ============================================================ >>> TABLE OF CONTENTS: =============================================================== # Widgets # Search Widget # Newsletter Widget # Tag Cloud Widget # Color Widget # Menu Widget # Popular Post Widget # Banner Widget # Top Rated Product Widget # Price Filter Widget # Instagram Widget # Video Widget # Author Widget # Widget Responsive ============================================================= */
/* -------------------------------------------------------------- Widgets -------------------------------------------------------------- */
.widget {
    margin-bottom: 40px;
    padding: 35px 30px 40px 35px;
    border: 2px solid var(--border-color-11);
}
.widget:last-child {
    margin-bottom: 0;
}
.widget hr {
    margin-top: 35px;
    margin-bottom: 35px;
}
.ltn__widget-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.ltn__widget-title-border {
    position: relative;
    padding-left: 45px;
}
.ltn__widget-title-border::after, .ltn__widget-title-border::before {
    position: absolute;
    content: "";
    background-color: var(--ltn__secondary-color);
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.ltn__widget-title-border::before {
    width: 18px;
    height: 4px;
    border-radius: 25px;
}
.ltn__widget-title-border::after {
    width: 4px;
    height: 4px;
    left: 22px;
    border-radius: 100%;
}
.ltn__widget-title-border-2 {
    border-left: 2px solid;
    border-color: var(--ltn__secondary-color);
    padding-left: 10px;
    position: relative;
}
.ltn__widget-title-border-2::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 14px;
    background-color: var(--ltn__secondary-color);
    display: none;
}
/* widget-2 */
.widget-2 {
    margin-bottom: 40px;
}
/* ---------------------------------------------------- Search Widget ---------------------------------------------------- */
.ltn__search-widget form {
    position: relative;
}
.ltn__search-widget input[type="text"] {
    margin-bottom: 0;
    padding-right: 65px;
    padding-left: 20px;
    height: 60px;
    background-color: var(--section-bg-1);
    font-weight: 600;
    font-size: 14px;
}
.ltn__search-widget input[type="text"]::-webkit-input-placeholder {
    color: var(--ltn__primary-color);
    font-size: 12px;
}
.ltn__search-widget button {
    position: absolute;
    right: 0;
    height: 100%;
    padding: 0 20px;
    color: var(--white);
    border: 1px solid;
    background-color: var(--ltn__secondary-color);
    border-color: var(--ltn__secondary-color);
    transition: all 0.3s ease 0s;
}
.ltn__search-widget button:hover {
    color: var(--white);
    background-color: var(--ltn__primary-color);
    border-color: var(--ltn__primary-color);
}
/* ---------------------------------------------------- Newsletter Widget ---------------------------------------------------- */
.ltn__newsletter-widget {
    background-color: var(--ltn__primary-color);
    padding: 50px 35px;
    position: relative;
    z-index: 2;
}
.ltn__newsletter-widget h6 {
    color: var(--ltn__secondary-color);
    margin-bottom: 5px;
}
.ltn__newsletter-widget h4 {
    color: var(--white);
    font-size: 36px;
}
.ltn__newsletter-widget input[type="text"] {
    background-color: #133236;
    color: var(--white);
    border-color: #133236;
    height: 70px;
    padding-left: 25px;
    padding-right: 70px;
}
.ltn__newsletter-widget input[type="text"]::placeholder {
    color: var(--white);
}
.ltn__newsletter-widget button {
    background-color: var(--ltn__secondary-color);
    border-color: var(--ltn__secondary-color);
    color: var(--white);
    padding: 0 25px;
}
.ltn__newsletter-widget button:hover {
    background-color: var(--ltn__secondary-color-2);
    border-color: var(--ltn__secondary-color-2);
    color: var(--white);
}
.ltn__newsletter-bg-icon {
    position: absolute;
    right: 20px;
    top: 15%;
    font-size: 120px;
    color: var(--ltn__color-1);
    opacity: 0.1;
    z-index: -1;
    line-height: 1;
}
/* ---------------------------------------------------- Tag Cloud Widget ---------------------------------------------------- */
.ltn__tagcloud-widget ul {
    margin: 0;
    padding: 0;
}
.ltn__tagcloud-widget ul li {
    list-style: none;
    display: inline-block;
    margin: 5px 3px;
}
.ltn__tagcloud-widget ul li a {
    display: block;
    padding: 8px 24px 6px;
    font-size: 13px;
    text-transform: uppercase;
    background-color: var(--section-bg-1);
    font-weight: 700;
    font-family: var(--ltn__heading-font);
}
.ltn__tagcloud-widget ul li a:hover {
    background-color: var(--ltn__secondary-color);
    color: var(--white);
}
/* ---------------------------------------------------- Color Widget ---------------------------------------------------- */
.ltn__color-widget ul {
    padding: 0;
    margin: 0;
}
.ltn__color-widget ul li {
    list-style: none;
    display: inline-block;
    margin-top: 3px;
    margin-right: 5px;
    background-color: var(--section-bg-1);
    border: 1px solid var(--border-color-1);
}
.ltn__color-widget ul li a {
    width: 40px;
    height: 22px;
    display: block;
}
.ltn__color-widget ul li:hover {
    outline: 2px solid var(--ltn__secondary-color);
    outline-offset: 1px;
}
.ltn__color-widget ul .black {
    background-color: var(--black);
}
.ltn__color-widget ul .white {
    background-color: var(--white);
}
.ltn__color-widget ul .red {
    background-color: var(--red);
}
.ltn__color-widget ul .silver {
    background-color: var(--silver);
}
.ltn__color-widget ul .gray {
    background-color: var(--gray);
}
.ltn__color-widget ul .maroon {
    background-color: var(--maroon);
}
.ltn__color-widget ul .yellow {
    background-color: var(--yellow);
}
.ltn__color-widget ul .olive {
    background-color: var(--olive);
}
.ltn__color-widget ul .lime {
    background-color: var(--lime);
}
.ltn__color-widget ul .green {
    background-color: var(--green);
}
.ltn__color-widget ul .aqua {
    background-color: var(--aqua);
}
.ltn__color-widget ul .teal {
    background-color: var(--teal);
}
.ltn__color-widget ul .blue {
    background-color: var(--blue);
}
.ltn__color-widget ul .navy {
    background-color: var(--navy);
}
.ltn__color-widget ul .fuchsia {
    background-color: var(--fuchsia);
}
.ltn__color-widget ul .purple {
    background-color: var(--purple);
}
.ltn__color-widget ul .pink {
    background-color: var(--pink);
}
.ltn__color-widget ul .nude {
    background-color: var(--nude);
}
.ltn__color-widget ul .orange {
    background-color: var(--orange);
}
/* ---------------------------------------------------- Menu Widget ---------------------------------------------------- */
.ltn__menu-widget > ul {
    padding: 0;
    margin: 0;
}
.ltn__menu-widget > ul li {
    list-style: none;
    margin-top: 15px;
    display: block;
    font-size: 14px;
    font-weight: 700;
}
.ltn__menu-widget > ul li a {
    display: block;
    font-size: 14px;
    font-weight: 700;
}
.ltn__menu-widget > ul li a span {
    float: right;
    color: var(--ltn__color-5);
}
.ltn__menu-widget > ul li span {
    float: right;
    color: var(--ltn__color-5);
}
/* menu-widget-2 */
.ltn__menu-widget-2 {
    background-color: transparent;
}
.ltn__menu-widget-2 ul li a {
    background-color: var(--section-bg-1);
    padding: 20px 10px 20px 30px;
}
.ltn__menu-widget-2 ul li a span {
    background-color: var(--white);
    color: var(--ltn__primary-color);
    position: relative;
    top: -11px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.ltn__menu-widget-2 ul li.active a, .ltn__menu-widget-2 ul li:hover > a {
    background-color: var(--ltn__secondary-color);
    color: var(--white);
}
.ltn__menu-widget-2 ul li.active a span, .ltn__menu-widget-2 ul li:hover > a span {
    background-color: var(--ltn__secondary-color-2);
    color: var(--white);
}
.ltn__menu-widget-2 ul li.active a span:hover, .ltn__menu-widget-2 ul li:hover > a span:hover {
    background-color: var(--ltn__primary-color);
    color: var(--white);
}
.ltn__menu-widget-2 > ul > li:first-child {
    margin-top: 0;
}
.ltn__menu-widget-2.ltn__menu-widget-2-color-2 ul li a {
    background-color: var(--ltn__primary-color);
    color: var(--white);
}
.ltn__menu-widget-2.ltn__menu-widget-2-color-2 ul li a span {
    background-color: var(--ltn__primary-color-2);
    color: var(--white);
}
.ltn__menu-widget-2.ltn__menu-widget-2-color-2 ul li.active a, .ltn__menu-widget-2.ltn__menu-widget-2-color-2 ul li:hover > a {
    background-color: var(--ltn__secondary-color);
    color: var(--white);
}
.ltn__menu-widget-2.ltn__menu-widget-2-color-2 ul li.active a span, .ltn__menu-widget-2.ltn__menu-widget-2-color-2 ul li:hover > a span {
    background-color: var(--ltn__secondary-color-2);
    color: var(--white);
}
.ltn__menu-widget-2.ltn__menu-widget-2-color-2 ul li.active a span:hover, .ltn__menu-widget-2.ltn__menu-widget-2-color-2 ul li:hover > a span:hover {
    background-color: var(--ltn__primary-color);
    color: var(--white);
}
/* ---------------------------------------------------- Popular Post Widget ---------------------------------------------------- */
.ltn__popular-post-widget ul {
    padding: 0;
    margin: 0;
}
.ltn__popular-post-widget ul li {
    list-style: none;
}
.ltn__popular-post-widget > ul > li {
    margin-bottom: 30px;
    border-bottom: 1px solid var(--border-color-1);
    padding-bottom: 30px;
}
.ltn__popular-post-widget > ul > li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0px;
}
.popular-post-widget-img {
    float: left;
    margin-right: 20px;
}
.popular-post-widget-img img {
    max-width: 80px;
}
.popular-post-widget-brief {
    overflow: hidden;
}
.popular-post-widget-brief h6 {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
}
.popular-post-widget-brief .ltn__blog-meta {
    margin-bottom: 0;
}
.popular-post-widget-brief .ltn__blog-meta li {
    color: var(--ltn__secondary-color);
}
.ltn__twitter-post-widget .popular-post-widget-img {
    float: left;
    margin-right: 20px;
}
.ltn__twitter-post-widget .popular-post-widget-img img {
    max-width: 60px;
    border-radius: 100%;
}
.ltn__twitter-post-widget .popular-post-widget-img a {
    color: var(--ltn__secondary-color);
}
.ltn__twitter-post-widget .popular-post-widget-brief p {
    margin-bottom: 5px;
}
.ltn__twitter-post-widget .popular-post-widget-brief p a {
    color: var(--ltn__secondary-color);
}
/* ---------------------------------------------------- Banner Widget ---------------------------------------------------- */
.ltn__banner-widget {
    padding: 0 !important;
    border: 0;
}
/* ---------------------------------------------------- Top Rated Product Widget ---------------------------------------------------- */
.ltn__top-rated-product-widget ul {
    padding: 0;
    margin: 0;
}
.ltn__top-rated-product-widget ul li {
    list-style: none;
}
.ltn__top-rated-product-widget > ul > li {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid;
    border-color: var(--white-4);
}
.ltn__top-rated-product-widget > ul > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.top-rated-product-img {
    max-width: 90px;
    float: left;
    margin-right: 20px;
}
.top-rated-product-info {
    overflow: hidden;
}
.top-rated-product-info h6 {
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 500;
}
.top-rated-product-info .product-ratting {
    margin-bottom: 0;
}
.top-rated-product-info .product-ratting li {
    font-size: 10px;
}
.top-rated-product-info .product-price {
    margin-bottom: 0;
    font-size: 14px;
    color: var(--ltn__secondary-color);
    font-weight: 700;
}
.top-rated-product-info .product-ratting ul {
    line-height: 1;
    margin-bottom: 5px;
}
/* ---------------------------------------------------- Popular Product Widget ---------------------------------------------------- */
.ltn__popular-product-widget .ltn__product-item {
    margin-bottom: 30px;
}
.ltn__popular-product-widget .ltn__product-item .product-info {
    padding: 25px 25px 1px;
}
.ltn__popular-product-widget .ltn__product-item .product-title {
    font-size: 16px;
}
.ltn__popular-product-widget .ltn__product-item .product-img-location ul li, .ltn__popular-product-widget .ltn__product-item .ltn__plot-brief li {
    font-size: 12px;
}
.ltn__popular-product-widget .slick-dots {
    margin-bottom: 0;
}
/* ---------------------------------------------------- Price Filter Widget ---------------------------------------------------- */
.price_filter {
    padding-bottom: 13px;
}
.price_slider_amount {
    overflow: hidden;
}
.price_slider_amount > input[type="text"], .price_slider_amount > input[type="submit"] {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    float: left;
    height: 25px;
    padding: 0;
    text-align: left;
    width: 140px;
    margin-bottom: 20px;
}
.price_slider_amount > input[type="text"] {
    font-weight: 700;
}
.price_filter .ui-widget-content {
    background-color: var(--ltn__primary-color);
    border: medium none;
    color: #222;
    height: 3px;
    width: 98%;
    background-image: none;
}
.price_filter .ui-slider .ui-slider-range {
    background-color: var(--ltn__secondary-color);
    background-image: none;
}
.price_filter .ui-state-default, .price_filter .ui-widget-content .ui-state-default, .price_filter .ui-widget-header .ui-state-default {
    background-color: var(--ltn__secondary-color);
    border: medium none;
    border-radius: 100%;
    height: 12px;
    margin-left: 0;
    margin-top: -6px;
    top: 50%;
    width: 12px;
    background-image: none;
}
/* ---------------------------------------------------- Instagram Widget ---------------------------------------------------- */
.ltn__instafeed-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.ltn__instafeed-grid .instagram_gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.ltn__instafeed-grid .instagram_gallery a, .ltn__instafeed-grid .instagram_gallery .instagram-image {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 16.6666%;
    -ms-flex: 1 0 16.6666%;
    flex: 1 0 16.6666%;
    max-width: 16.6666%;
}
.ltn__instagram-widget .ltn__instafeed-grid .instagram_gallery a, .ltn__instagram-widget .ltn__instafeed-grid .instagram_gallery .instagram-image {
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.ltn__instafeed-slider .slick-list .slick-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.insta-slide-gutter .slick-list {
    margin-right: -7.5px !important;
    margin-left: -7.5px !important;
}
.insta-slide-gutter .slick-list .slick-slide {
    padding-right: 7.5px;
    padding-left: 7.5px;
}
.insta-grid-gutter .instagram_gallery {
    margin-right: -7.5px !important;
    margin-left: -7.5px !important;
}
.insta-grid-gutter .instagram_gallery a, .insta-grid-gutter .instagram_gallery .instagram-image {
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin: 7px 0;
}
/* ---------------------------------------------------- Video Widget ---------------------------------------------------- */
.ltn__video-icon-1 {
    background-color: transparent;
    color: var(--white);
    height: 80px;
    width: 80px;
    border: 6px solid;
    border-color: var(--white);
    border-radius: 100%;
    font-size: 22px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ltn__video-icon-1:hover {
    background-color: var(--ltn__secondary-color);
    color: var(--white);
}
.ltn__video-icon-2 {
    height: 80px;
    width: 80px;
    background-color: var(--white);
    color: var(--ltn__secondary-color);
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    border-radius: 100%;
}
.ltn__video-icon-2 i {
    color: var(--ltn__secondary-color);
}
.ltn__video-icon-2:hover.ltn__video-icon-2-border {
    outline: outset;
}
.ltn__video-icon-2.border-radius-no {
    border-radius: 0;
}
.ltn__video-icon-2-border {
    outline-offset: 15px;
    outline: 4px solid var(--border-color-9);
    margin: 20px;
}
.ltn__video-bg-img {
    min-height: 350px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    z-index: 99;
}
.ltn__video-img {
    position: relative;
    display: inline-block;
}
.ltn__video-img::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background-color: var(--ltn__primary-color);
}
.ltn__video-img img {
    margin: 0;
}
.ltn__video-img .ltn__video-icon-1, .ltn__video-img .ltn__video-icon-2 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}
.ltn__video-info {
    position: relative;
}
.ltn__video-popup-height-300 {
    height: 300px;
}
.ltn__video-popup-height-400 {
    height: 400px;
}
.ltn__video-popup-height-500 {
    height: 500px;
}
.ltn__video-popup-height-600 {
    height: 600px;
}
.text-center .slide-video {
    display: flex;
    justify-content: center;
}
.ltn__secondary-bg.ltn__video-icon-2 {
    background-color: var(--ltn__secondary-color);
    color: var(--white);
}
.ltn__secondary-bg.ltn__video-icon-2 i {
    color: var(--white);
}
.ltn__video-icon-2-small {
    height: 60px;
    width: 60px;
    font-size: 16px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .ltn__video-popup-height-500, .ltn__video-popup-height-600 {
        height: 450px;
   }
}
@media (max-width: 991px) {
    .ltn__video-icon-2 {
        height: 50px;
        width: 50px;
        font-size: 18px;
   }
    .ltn__video-popup-height-500, .ltn__video-popup-height-600 {
        height: initial;
   }
}
@media (max-width: 767px) {
    .ltn__video-bg-img {
        min-height: 320px;
   }
    .ltn__video-bg-img.ml-30 {
        margin-left: 0;
   }
    .ltn__video-img.ml-30, .ltn__video-bg-img.ml-30 {
        margin-left: 0;
   }
}
/* ---------------------------------------------------- Author Widget ---------------------------------------------------- */
.ltn__author-widget-inner img {
    margin-bottom: 25px;
    max-width: 140px;
    border-radius: 100%;
}
.ltn__author-widget-inner p {
    font-size: 14px;
}
.ltn__author-widget-inner .ltn__social-media ul li {
    color: var(--ltn__color-1);
}
.ltn__author-widget-2 .ltn__author-widget-inner img {
    margin-bottom: 25px;
    max-width: 100%;
    border-radius: inherit;
}
/* ---------------------------------------------------- Footer About Widget ---------------------------------------------------- */
@media (min-width: 992px) {
    .footer-about-widget {
        padding-right: 35px;
   }
}
/* ---------------------------------------------------- Widget Responsive ---------------------------------------------------- */
@media (max-width: 1199px) {
    .widget {
        padding: 35px 20px 40px 20px;
   }
    .top-rated-product-img {
        max-width: 70px;
        margin-right: 15px;
   }
}
@media (max-width: 991px) {
    .ltn__right-sidebar {
        margin-top: 100px;
   }
}
@media (max-width: 767px) {
    .car-price-filter-range .price_filter .ui-state-default:last-child::after {
        display: none;
   }
}
/* ---------------------------------------------------- END ---------------------------------------------------- */
@charset "UTF-8";


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

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

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/* Fonts */

@font-face {
    font-family: 'Satoshi';
    src: local('Satoshi Black'), local('Satoshi-Black'),
        url('//23184863.fs1.hubspotusercontent-na1.net/hubfs/23184863/raw_assets/public/dellorto-Oct24/css/fonts/Satoshi-Black.woff2') format('woff2'),
        url('//23184863.fs1.hubspotusercontent-na1.net/hubfs/23184863/raw_assets/public/dellorto-Oct24/css/fonts/Satoshi-Black.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: local('Satoshi Black Italic'), local('Satoshi-BlackItalic'),
        url('//23184863.fs1.hubspotusercontent-na1.net/hubfs/23184863/raw_assets/public/dellorto-Oct24/css/fonts/Satoshi-BlackItalic.woff2') format('woff2'),
        url('//23184863.fs1.hubspotusercontent-na1.net/hubfs/23184863/raw_assets/public/dellorto-Oct24/css/fonts/Satoshi-BlackItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: local('Satoshi Medium Italic'), local('Satoshi-MediumItalic'),
        url('//23184863.fs1.hubspotusercontent-na1.net/hubfs/23184863/raw_assets/public/dellorto-Oct24/css/fonts/Satoshi-MediumItalic.woff2') format('woff2'),
        url('//23184863.fs1.hubspotusercontent-na1.net/hubfs/23184863/raw_assets/public/dellorto-Oct24/css/fonts/Satoshi-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: local('Satoshi Regular'), local('Satoshi-Regular'),
        url('//23184863.fs1.hubspotusercontent-na1.net/hubfs/23184863/raw_assets/public/dellorto-Oct24/css/fonts/Satoshi-Regular.woff2') format('woff2'),
        url('//23184863.fs1.hubspotusercontent-na1.net/hubfs/23184863/raw_assets/public/dellorto-Oct24/css/fonts/Satoshi-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: local('Satoshi Italic'), local('Satoshi-Italic'),
        url('//23184863.fs1.hubspotusercontent-na1.net/hubfs/23184863/raw_assets/public/dellorto-Oct24/css/fonts/Satoshi-Italic.woff2') format('woff2'),
        url('//23184863.fs1.hubspotusercontent-na1.net/hubfs/23184863/raw_assets/public/dellorto-Oct24/css/fonts/Satoshi-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: local('Satoshi Medium'), local('Satoshi-Medium'),
        url('//23184863.fs1.hubspotusercontent-na1.net/hubfs/23184863/raw_assets/public/dellorto-Oct24/css/fonts/Satoshi-Medium.woff2') format('woff2'),
        url('//23184863.fs1.hubspotusercontent-na1.net/hubfs/23184863/raw_assets/public/dellorto-Oct24/css/fonts/Satoshi-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: local('Satoshi Bold'), local('Satoshi-Bold'),
        url('//23184863.fs1.hubspotusercontent-na1.net/hubfs/23184863/raw_assets/public/dellorto-Oct24/css/fonts/Satoshi-Bold.woff2') format('woff2'),
        url('//23184863.fs1.hubspotusercontent-na1.net/hubfs/23184863/raw_assets/public/dellorto-Oct24/css/fonts/Satoshi-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: local('Satoshi Bold Italic'), local('Satoshi-BoldItalic'),
        url('//23184863.fs1.hubspotusercontent-na1.net/hubfs/23184863/raw_assets/public/dellorto-Oct24/css/fonts/Satoshi-Bold.woff2') format('woff2'),
        url('//23184863.fs1.hubspotusercontent-na1.net/hubfs/23184863/raw_assets/public/dellorto-Oct24/css/fonts/Satoshi-Bold.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: local('Satoshi Light Italic'), local('Satoshi-LightItalic'),
        url('//23184863.fs1.hubspotusercontent-na1.net/hubfs/23184863/raw_assets/public/dellorto-Oct24/css/fonts/Satoshi-LightItalic.woff2') format('woff2'),
        url('//23184863.fs1.hubspotusercontent-na1.net/hubfs/23184863/raw_assets/public/dellorto-Oct24/css/fonts/Satoshi-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: local('Satoshi Light'), local('Satoshi-Light'),
        url('//23184863.fs1.hubspotusercontent-na1.net/hubfs/23184863/raw_assets/public/dellorto-Oct24/css/fonts/Satoshi-Light.woff2') format('woff2'),
        url('//23184863.fs1.hubspotusercontent-na1.net/hubfs/23184863/raw_assets/public/dellorto-Oct24/css/fonts/Satoshi-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

:root{ 
	--principal-font: 'Satoshi';
}