/*
Theme Name: Swarm
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: JoshuaDowden.com
Author URI: https://wordpress.org/
Description: Custom theme
Version: 1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

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


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

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

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

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

/* Sections
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

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

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

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 and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

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

template {
  display: none;
}

/* Hidden
   ========================================================================== */

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

[hidden] {
  display: none;
}

/*!
Theme Name: Swarn
Theme URI: http://swarn.com
Author: the Swarn team
Author URI: http://swarn.com
Description: Silence is golden.
Version: 1.0
Tags: white, light, one-column, two-columns, three-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, translation-ready
Text Domain: swarn
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Elements
# Grids
# Typography
# Forms
# Accessibility
# Alignments
# Layout
  ## Posts
  ## Pages
  ## Header
  ## Footer
  ## Widgets
# Custom
  ## Banner
  ## Buttons
  ## Patterns
  ## Animations
  ## Social navigation
  ## Mobile navigation
  ## Nice Select
  ## CF7
--------------------------------------------------------------*/

/* Elements
   ========================================================================== */
@-ms-viewport {
  width: device-width;
}

html {
  height: 100%;
  font-size: 100%;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

body {
  min-height: 100%;
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

hr {
  display: block;
  border: 0;
  width: 100%;
  height: 0;
  margin: 28px 0;
  border-bottom: solid 4px #f6f7f7;
}

@media (min-width: 768px) {
  hr {
    width: auto;
    margin-right: -15px;
    margin-left: -15px;
  }
}

hr.dash {
  width: 40px;
  margin: 56px 0 28px;
}

ul,
ol {
  margin: 0 0 28px 28px;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
  margin-left: 28px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dl {
  margin: 0 0 28px;
}

dt {
  font-weight: 900;
}

dd {
  margin: 0 0 28px;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
}

del {
  opacity: 0.8;
}

a {
  color: #3f4244;
  text-decoration: none;
}

a:hover {
  color: #f3902d;
}

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

figure {
  margin: 0;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #f6f7f7;
}

:-moz-placeholder {
  color: #f6f7f7;
}

::-moz-placeholder {
  color: #f6f7f7;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: #f6f7f7;
}

::-moz-selection {
  background: #212b35;
  color: #fff;
}

::selection {
  background: #212b35;
  color: #fff;
}

::-moz-selection {
  background: #212b35;
  color: #fff;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  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;
}

.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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

/* Typography
  ========================================================================== */
body,
button,
input,
select,
textarea {
  color: #3f4244;
  font-family: "objektiv-mk1", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  line-height: 28px;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

p {
  margin: 0 0 28px;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  clear: both;
  -webkit-font-variant-ligatures: common-ligatures;
          font-variant-ligatures: common-ligatures;
  text-rendering: optimizeLegibility;
  font-weight: 900;
  line-height: 28px;
  margin-top: 28px;
  margin-bottom: 14px;
}

.h1:first-child,
h1:first-child,
.h2:first-child,
h2:first-child,
.h3:first-child,
h3:first-child,
.h4:first-child,
h4:first-child,
.h5:first-child,
h5:first-child,
.h6:first-child,
h6:first-child {
  margin-top: 0;
}

.h1,
h1 {
  font-size: 60px;
  line-height: 56px;
}

.h2,
h2 {
  font-size: 40px;
  font-weight: normal;
  line-height: 56px;
  margin-bottom: 56px;
}

@media (min-width: 992px) {
  .h2,
  h2 {
    margin-bottom: 84px;
  }
}

.h3,
h3 {
  font-size: 32px;
}

.h4,
h4 {
  font-size: 20px;
  font-weight: 500;
}

.h5,
h5 {
  font-size: 18px;
}

.h6,
h6 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 28px;
}

form label {
  display: block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

b,
strong {
  font-weight: 900;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote,
q {
  quotes: none;
  position: relative;
  border: none;
  color: inherit;
  font-size: 16px;
  font-style: normal;
  line-height: 2;
  margin: 0 0 28px;
  padding: 0;
}

blockquote::before, blockquote::after,
q::before,
q::after {
  display: none;
}

blockquote p,
q p {
  margin-bottom: 28px;
}

blockquote cite,
blockquote small,
q cite,
q small {
  color: inherit;
  display: block;
  font-size: 16px;
  line-height: 28px;
}

blockquote cite::before,
blockquote small::before,
q cite::before,
q small::before {
  content: "\2014\00a0";
}

blockquote i,
blockquote em,
blockquote cite,
q i,
q em,
q cite {
  font-style: normal;
}

blockquote > *:last-child,
q > *:last-child {
  margin-bottom: 0;
}

address {
  font-style: italic;
  margin: 0 0 28px;
}

code {
  background-color: #f6f7f7;
  padding: 14px 28px;
}

abbr,
acronym {
  border-bottom: 1px dotted #f6f7f7;
  cursor: help;
}

mark,
ins {
  background-color: #212b35;
  color: #fff;
  padding: 14px 28px;
  text-decoration: none;
}

big {
  font-size: 24px;
}

small {
  font-size: 11px;
}

.text-body-2 {
  font-size: 20px;
}

.text-body-3 {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-center {
    text-align: center;
  }
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

p.mark,
.mark {
  font-size: 11px;
  margin-top: 28px;
  margin-bottom: 0;
  letter-spacing: 0.25em;
}

/* Forms
   ========================================================================== */
input {
  line-height: normal;
}

button,
button[disabled]:hover,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="submit"],
input[type="submit"][disabled]:hover {
  background-color: #212b35;
  border: none;
  color: #fff;
  font-size: 11px;
  line-height: 42px;
  padding: 3px 56px;
  min-width: 7rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 4px;
  transition: background-color 0.5s;
  will-change: background-color;
  outline: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #f3902d;
  outline: none;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="file"],
input[type="password"],
input[type="search"],
textarea,
select {
  display: block;
  padding: 0.5625rem 14px;
  width: 100%;
  font-size: 13px;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: 0.02em;
  background-color: #fff;
  border: 1px solid #f6f7f7;
  border-radius: 4px;
  color: inherit;
  transition: border-color 0.5s;
  will-change: border-color;
}

input[type="file"] {
  padding-top: 0.42rem;
  padding-bottom: 0.42rem;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(img/arrow.svg);
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: calc(100% - 0.5rem) center;
}

textarea {
  height: 126px;
  resize: vertical;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
  background-color: #fff;
  border-color: #212b35;
  color: #212b35;
  outline: 0;
}

/* Layout - Posts
   ========================================================================== */
.news {
  margin-bottom: 28px;
}

.news p:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .news:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .post-type-archive-press-news .site-main .news:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .post-type-archive-press-news .news:first-child h5{
      height:auto;
  }
  .news:not(:first-child) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  
   .page-template-blog-page-template .news:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    max-width: 33%;
  }
  .post-type-archive-press-news .site-main .news:not(:first-child){
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .page-template-blog-page-template .news:not(:first-child) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    max-width: 33%;
  }
  
  
  
   body.archive.category .news:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    max-width: 33%;
  }
  body.archive.category .news:not(:first-child) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    max-width: 33%;
  }
  
  
  .page-template-blog-page-template .featured_blog.news:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
  
}

.news__inner {
  position: relative;
  overflow: hidden;
}

.news__inner:hover .news__content::before {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.news__content {
  position: relative;
  overflow: hidden;
}

.news__content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #f3902d;
  pointer-events: none;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}

@media (min-width: 992px) {
  .news__content p,
  .news__content h5 {
    width: 100%;
    height: 84px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}

.news__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.post-navigation {
  clear: both;
  margin: 28px 0;
}

.post-navigation a {
  display: block;
  padding: 28px 0;
}

.post-navigation span {
  display: block;
}

.post-navigation .post-title {
  display: inline;
}

.post-navigation div + div {
  border-top: 1px solid #f6f7f7;
}

.color-one {
  color: #212b35 !important;
}

.border--color-one {
  border-color: #212b35 !important;
}

.color-two {
  color: #f3902d !important;
}

.border--color-two {
  border-color: #f3902d !important;
}

.color-three {
  color: #46a6f9 !important;
}

/*.border--color-three {
  border-color: #46a6f9 !important;
}*/
.border--color-three {
  border-color: #598fbc !important;
}

.color-four {
  color: #7bfd5a !important;
}

/*.border--color-four {
  border-color: #7bfd5a !important;
}*/
.border--color-four {
  border-color: #fdd82b !important;
}

.color-five {
  color: #ee35f1 !important;
}

/*.border--color-five {
  border-color: #ee35f1 !important;
}*/
.border--color-five {
  border-color: #fcad25 !important;
}

.color-six {
  color: #f6f7f7;
}

.border--color-six {
  border-color: #f6f7f7 !important;
}

/* Layout - Pages
   ========================================================================== */
.site {
  min-height: 100%;
  background-color: #fff;
}

@media (min-width: 992px) {
  .site {
    overflow-x: hidden;
  }
}

.content-area {
  padding-top: 84px;
  padding-bottom: 56px;
}

.page-template-landing .content-area {
  padding-top: 0;
  padding-bottom: 0;
}

.content-area.container-fluid {
  margin-bottom: 28px;
}

.section {
  position: relative;
  padding-top: 112px;
  padding-bottom: 84px;
}

.section--color {
  /*background-color: #f6f7f7;*/
  background-color: #f2f4ec;
}

.section__cta {
  margin-top: 14px;
}

@media (min-width: 992px) {
  .section__cta {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: right;
  }
  .section__cta .btn {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}

.section .container {
  position: relative;
}

.gallery__item {
    float: left;
}

.gallery__item figure {
  padding-top: 36.36364%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.pagination {
  display: block;
  margin: 28px 0;
  text-align: center;
}

.pagination .nav-links {
  position: relative;
}

.pagination .nav-links::before, .pagination .nav-links::after {
  color: #fff;
  font-size: 32px;
  line-height: 51px;
  opacity: 0.3;
  position: absolute;
  width: 52px;
  z-index: 1;
}

.pagination .nav-links::before {
  content: "\f429";
  right: -1px;
}

.pagination .nav-links::after {
  content: "\f430";
  right: 55px;
}

.pagination .nav-links .page-numbers {
  display: inline-block;
  letter-spacing: 0.01em;
  line-height: 3;
  min-width: 3em;
  text-transform: uppercase;
}

.pagination .prev,
.pagination .next {
  display: inline-block;
}

.pagination .prev::before, .pagination .prev::after,
.pagination .next::before,
.pagination .next::after {
  font-size: 32px;
  height: 52px;
  line-height: 52px;
  position: relative;
  width: 52px;
}

.pagination .prev:focus,
.pagination .next:focus {
  outline: 0;
}

.brief {
  position: relative;
  margin-bottom: 28px;
  overflow: hidden;
}

.brief::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #f3902d;
  pointer-events: none;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}

.brief--hover::before {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.tabs__items {
  margin-top: 56px;
}

.tabs__item {
  display: none;
  will-change: opacity;
}

.tabs__item.active {
  display: block;
  -webkit-animation: fadeIn 1s;
          animation: fadeIn 1s;
}

.tabs__thumbs {
  position: relative;
  pointer-events: none;
}

.tabs__thumb {
  position: absolute;
  top: 10%;
  right: 10%;
  bottom: 10%;
  left: 10%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s 0.5s ease;
  will-change: opacity;
}

.tabs__thumb.active {
  opacity: 1;
}

.tabs__thumb svg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tabs__thumb figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  overflow: hidden;
}

.tabs__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 991px) {
  .tabs__filter {
    font-size: inherit;
  }
}

.tabs__filter label {
  display: block;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
  opacity: 0.3;
  transition: opacity 0.5s;
  will-change: opacity;
  overflow: hidden;
  outline: 0 !important;
}

.tabs__filter label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #212b35;
  pointer-events: none;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}

.tabs__filter label.active {
  color: #f3902d;
}

.tabs__filter label.active::before {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.tabs__filter label:hover, .tabs__filter label.active {
  opacity: 1;
}

.tabs__filter label span {
  display: block;
  border-color: transparent;
  pointer-events: none;
}

.tabs__filter label:not(:last-child) {
  margin-right: 28px;
}

.tabs .coin-dots {
  margin-top: 56px;
}

.tabs .coin-dots svg {
  display: block;
  width: 100%;
  height: auto;
}

.tabs .coin-dots svg circle {
  transition: -webkit-transform 1s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 1s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 1s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 1s cubic-bezier(0.65, 0.05, 0.36, 1);
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  fill: #3f4244;
  opacity: 0.5;
  will-change: transform;
}

.tabs .coin-dots svg circle:nth-child(1), .tabs .coin-dots svg circle:nth-child(6) {
  opacity: 0.3;
}

.tabs .coin-dots svg circle:nth-child(2), .tabs .coin-dots svg circle:nth-child(5) {
  opacity: 0.4;
}

.tabs .coin-dots svg circle:nth-child(1) {
  transition-delay: 210ms;
}

.tabs .coin-dots svg circle:nth-child(2) {
  transition-delay: 175ms;
}

.tabs .coin-dots svg circle:nth-child(3) {
  transition-delay: 140ms;
}

.tabs .coin-dots svg circle:nth-child(4) {
  transition-delay: 105ms;
}

.tabs .coin-dots svg circle:nth-child(5) {
  transition-delay: 70ms;
}

.tabs .coin-dots svg circle:nth-child(6) {
  transition-delay: 35ms;
}

.member .blur-filter {
  display: none;
}

.member__card__item {
  display: none;
  will-change: opacity;
}

.member__card__item.active {
  display: block;
  -webkit-animation: fadeIn 1s;
          animation: fadeIn 1s;
}

.member__copy {
  position: relative;
}

.member__thumb {
  width: 13.75rem;
  margin-right: 28px;
  margin-bottom: 28px;
}

.member__thumb figure {
  padding-top: 100%;
  border-radius: 1px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.member__name {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .member__title {
    margin-bottom: 14px;
  }
}

.member__links {
  margin-bottom: 28px;
}

.member__links.social-icons a:not(:first-child) {
  margin-left: 1rem;
}

.member__links.social-icons a::before {
  font-size: 20px;
  line-height: inherit;
  transition: color 0.5s;
  will-change: color;
}

@media (min-width: 992px) {
  .member__links {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.member__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.member__filter label {
  display: block;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
  opacity: 0.3;
  transition: opacity 0.5s;
  will-change: opacity;
  overflow: hidden;
}

.member__filter label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #212b35;
  pointer-events: none;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}

.team-advisors-sec .member__filter label.active::before {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(1);
          transform: scale(1);
		  background-color:#f3902d;
}


.member__filter label:hover, .member__filter label.active {
  opacity: 1;
}

.member__filter label span {
  display: block;
  border-color: transparent;
  pointer-events: none;
}

.member__filter label:not(:last-child) {
  margin-right: 56px;
}

.member__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 56px;
}

.member__list__thumb {
  display: block;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  border-radius: 1px;
  overflow: hidden;
}

@media (min-width: 576px) {
  .member__list__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 768px) {
  .member__list__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

@media (min-width: 992px) {
  .member__list__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11.11111%;
            flex: 0 0 11.11111%;
    max-width: 11.11111%;
  }
}

.member__list__thumb__box {
  position: relative;
  padding-top: 100%;
  border-radius: 1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  pointer-events: none;
}

.member__list__thumb__avatar {
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  -webkit-filter: url(#blur);
          filter: url(#blur);
  -webkit-filter: blur(3px);
          filter: blur(3px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="3");
  transition: opacity 0.5s, -webkit-filter 0.5s;
  transition: filter 0.5s, opacity 0.5s;
  transition: filter 0.5s, opacity 0.5s, -webkit-filter 0.5s;
  opacity: 0.5;
  will-change: opacity, filter;
}

.member__list__thumb.display .member__list__thumb__avatar {
  filter: progid:DXImageTransform.Microsoft.Blur( PixelRadius="0" );
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
}

.member__list__thumb figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.arrow {
  transition: color 0.5s;
  will-change: color;
}

.arrow .fa {
  margin-right: 1em;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.arrow:hover .fa {
  -webkit-transform: translateX(0.5em);
          transform: translateX(0.5em);
}

.border--top {
  padding-top: 11px;
  border-top: 3px solid;
}

.headline-cta__item {
  position: relative;
  margin-top: 14px;
  margin-bottom: 30px;
  overflow: hidden;
}

.headline-cta__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #f3902d;
  pointer-events: none;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}

.headline-cta__item:hover::before {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.headline-cta__link {
  display: block;
  font-weight: 900;
  border-color: #575a5a;
  line-height: 1.5;
}

.headline-cta__link, .headline-cta__link:hover {
  color: inherit;
}

@media (min-width: 992px) {
  .headline-cta__link {
    font-weight: 500;
    text-align: right;
  }
}

/* Layout - Header
  ========================================================================== */
.site-header {
  position: relative;
  white-space: nowrap;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 99;
}

.main-navigation-container{text-align:center}

.site-header__main-navigation {
      margin-left: auto !important;
    margin-right: auto;
    display: inline-block;
}

.site-header__social-navigation .social-icons a::before {
  line-height: inherit;
  margin-right: 10px;
}

.site-header__mobile--trigger {
  position: relative;
  color: #f3902d;
  padding: 0;
  margin: 0;
  min-width: auto;
  font-size: 24px;
  border: 0;
  background-color: transparent !important;
}

.site-header__mobile--trigger i {
  display: block;
}

.site-header nav {
  position: relative;
}

.site-header nav > div > ul > li.current-menu-parent > a span, .site-header nav > div > ul > li.current-menu-item > a span, .site-header nav > div > ul > li:hover > a span {
  opacity: 0.6;
}

.site-header nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-header nav ul ul {
  display: none;
}

.site-header nav li {
  display: inline-block;
  position: relative;
}

.site-header nav li:not(:first-child) {
  margin-left: 2.2875rem;
}

.site-header nav li ul.sub-menu {
  display: block;
  position: absolute;
  top: 90%;
  left: -1.5rem;
  min-width: 15em;
  padding: 0.5em 0;
  border-radius: 2px;
  text-align: left;
  background-color: #fff;
  box-shadow: 0 3px 20px 0 rgba(37, 38, 39, 0.25);
  overflow: hidden;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
  transition: opacity 0.2s, -webkit-transform 0.3s;
  transition: opacity 0.2s, transform 0.3s;
  transition: opacity 0.2s, transform 0.3s, -webkit-transform 0.3s;
  opacity: 0;
  pointer-events: none;
}

.site-header nav li ul.sub-menu li {
  display: block;
  margin: 0;
  transition: background 0.5s;
}

.site-header nav li ul.sub-menu li:hover {
  background-color: #f6f7f7;
}

.site-header nav li ul.sub-menu li a {
  display: block;
  position: relative;
  padding: 0 1.5rem;
  line-height: 2.5rem;
  opacity: 1;
  color: #212b35;
  transition: all 0.2s;
  will-change: color, background-color;
}

.site-header nav li:hover > ul.sub-menu {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
          transform: none;
}

.site-header nav a {
  color: inherit;
  position: relative;
  font-weight: 500;
}

.site-header nav a span {
  opacity: 1;
  transition: opacity 0.5s;
  will-change: opacity;
}
.site .site-header ul:not(.sub-menu) > li.menu-item-has-children > a::after {
	content: "\f0d7" !important;
	display: inline-block;
	font-family: "FontAwesome" !important;
	speak: none;
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: sub;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	pointer-events: none;
	font-size: 14px !important;
	margin: 0px 0px 0px 9px;
	color: #fad7be;
}
.announcement-new .new-btn a {
	color: #f3902d;
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.vp-a {
	background: #3f4244;
	color: #fff;
	padding: 13px 30px;
	border-radius: 3px;
	font-size: 14px;
	font-family: "objektiv-mk1", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 500;
	transition: all 0.5s;
}
/*.site-header ul:not(.sub-menu) > li.menu-item-has-children > a:after {
  content: "\e5c5";
  display: inline-block;
  font-family: "curtis" !important;
  speak: none;
  font-size: 1.5em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: sub;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  pointer-events: none;
}*/

.site-branding svg {
  display: block;
  height: 55px;
  width: auto;
}

/* Layout - Footer
  ========================================================================== */

.footer-social-menu-container{font-size:20px}

#footer-social-menu a:hover{color:#f3902d}

.site-footer {
  padding: 42px 0;
  clear: both;
}

.site-footer__footer-navigation li:not(:first-child) {
  margin-left: 2.2875rem;
}

.site-footer__social-navigation li:not(:first-child) {
  margin-left: 1.875rem;
}


.site-footer__social-navigation .social-icons a::before {
  font-size: 20px;
  line-height: inherit;
  color: #3f4244;
  transition: color 0.5s;
  will-change: color;
  display:none !important;
}

.site-footer__social-navigation a {
  display: block;
}

.site-footer__social-navigation a:hover {
  opacity: 1;
}

.site-footer__social-navigation a:hover::before {
  color: #f3902d;
}

.site-footer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer nav li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.site-footer nav li.current-menu-parent > a span, .site-footer nav li.current-menu-item > a span, .site-footer nav li:hover > a span {
  opacity: 0.6;
}

.site-footer nav a {
  color: inherit;
  position: relative;
  font-weight: 500;
}

.site-footer nav a span {
  opacity: 1;
  transition: opacity 0.5s;
  will-change: opacity;
}

/* Layout - Widgets
  ========================================================================== */
/*.site-widgets .section:nth-child(even) {
  background-color: #f6f7f7;
}*/
.site-widgets .section:nth-child(even) {
  /*background-color: #f6f7f7;*/
  background-color: #f5f6f0;
  
  
}

.widget ul {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

/* Accessibility
   ========================================================================== */
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.d-none {
  display: none;
}

.d-inline {
  display: inline;
}

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

.d-block {
  display: block;
}

.d-table {
  display: table;
}

.d-table-row {
  display: table-row;
}

.d-table-cell {
  display: table-cell;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none;
  }
  .d-sm-inline {
    display: inline;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-table {
    display: table;
  }
  .d-sm-table-row {
    display: table-row;
  }
  .d-sm-table-cell {
    display: table-cell;
  }
  .d-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
  .d-md-inline {
    display: inline;
  }
  .d-md-inline-block {
    display: inline-block;
  }
  .d-md-block {
    display: block;
  }
  .d-md-table {
    display: table;
  }
  .d-md-table-row {
    display: table-row;
  }
  .d-md-table-cell {
    display: table-cell;
  }
  .d-md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none;
  }
  .d-lg-inline {
    display: inline;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-table {
    display: table;
  }
  .d-lg-table-row {
    display: table-row;
  }
  .d-lg-table-cell {
    display: table-cell;
  }
  .d-lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none;
  }
  .d-xl-inline {
    display: inline;
  }
  .d-xl-inline-block {
    display: inline-block;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-table {
    display: table;
  }
  .d-xl-table-row {
    display: table-row;
  }
  .d-xl-table-cell {
    display: table-cell;
  }
  .d-xl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.d-print-block {
  display: none;
}

@media print {
  .d-print-block {
    display: block;
  }
}

.d-print-inline {
  display: none;
}

@media print {
  .d-print-inline {
    display: inline;
  }
}

.d-print-inline-block {
  display: none;
}

@media print {
  .d-print-inline-block {
    display: inline-block;
  }
}

@media print {
  .d-print-none {
    display: none;
  }
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.justify-content-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-content-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-items-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.align-items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.align-content-start {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.align-content-end {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.align-content-center {
  -ms-flex-line-pack: center;
      align-content: center;
}

.align-content-between {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.align-content-around {
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.align-self-auto {
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}

.align-self-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.align-self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.align-self-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.align-self-baseline {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .align-items-sm-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align-items-sm-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .align-items-sm-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-md-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .justify-content-md-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .justify-content-md-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .justify-content-md-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .align-items-md-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align-items-md-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .align-items-md-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
  .align-self-md-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .align-self-md-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .align-self-md-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .align-items-lg-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align-items-lg-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .align-items-lg-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .align-items-xl-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align-items-xl-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .align-items-xl-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-none {
  float: none;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left;
  }
  .float-sm-right {
    float: right;
  }
  .float-sm-none {
    float: none;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left;
  }
  .float-md-right {
    float: right;
  }
  .float-md-none {
    float: none;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left;
  }
  .float-lg-right {
    float: right;
  }
  .float-lg-none {
    float: none;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left;
  }
  .float-xl-right {
    float: right;
  }
  .float-xl-none {
    float: none;
  }
}
.hidden-up {
  display: none;
}
@media (max-width: 575px) {
  .hidden-down {
    display: none;
  }
}
@media (min-width: 576px) {
  .hidden-sm-up {
    display: none;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none;
  }
 /*.new-btn-left {
	margin-right: 20px!important;
	margin-top: 0px!important;
	display: inline-block!important;
	width: 100%!important;
	margin-bottom: 25px!important;
	text-align: center!important;
}
.announcement-new {
	width: 359px!important;
	float: none!important;
	margin-top: 15px!important;
	text-align: center!important;
	margin-left: 0px!important;
	position: relative!important;
	top: -81px!important;
	z-index: 9!important;
	margin: 0 auto!important;
}
.new-btn {
	display: inline-block !important;
	width: 29% !important;
	float: left;
}*/



}
@media (min-width: 768px) {
  .hidden-md-up {
    display: none;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none;
  }
}

.hidden-xl-down {
  display: none;
}

.invisible {
  visibility: hidden;
}

.visible-print-block {
  display: none;
}

@media print {
  .visible-print-block {
    display: block;
  }
}

.visible-print-inline {
  display: none;
}

@media print {
  .visible-print-inline {
    display: inline;
  }
}

.visible-print-inline-block {
  display: none;
}

@media print {
  .visible-print-inline-block {
    display: inline-block;
  }
}

@media print {
  .hidden-print {
    display: none;
  }
}

.screen-reader-text,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.screen-reader-text-focusable:active, .screen-reader-text-focusable:focus,
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Custom - Banner
  ========================================================================== */
.banner {
  position: relative;
  background-color: #f6f7f7;
  overflow: hidden;
  z-index: 1;
}

.banner__pattern {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  /*-webkit-transform: translate3d(-32em, -49%, 0);
          transform: translate3d(-32em, -49%, 0);*/
}

.banner__pattern svg {
  display: block;
  width: 100%;
  height: auto;
  will-change: transform;
  opacity: 0.6;
}


.banner--image .page-title {
  font-size: 50px;
}

.banner--image .banner__pattern {
  /*-webkit-transform: translate3d(-10em, -45%, 0);
          transform: translate3d(-10em, -45%, 0);*/
}

.banner__figure {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.banner__figure img {
  position: relative;
  top: 50%;
  width: 100%;
  min-height: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.banner__inner {
  position: relative;
  z-index: 2;
}

/* Custom - Buttons
  ========================================================================== */
.btn {
  display: inline-block;
  background-color: #212b35;
  border: none;
  color: #fff;
  line-height: 42px;
  padding: 0 28px;
  min-width: 10rem;
  white-space: nowrap;
  text-align: center;
  text-overflow: ellipsis;
  font-weight: 500;
  border-radius: 4px;
  transition: all 0.5s;
  will-change: background-color, color;
  overflow: hidden;
  outline: none;
}

.btn i {
  display: inline-block;
  margin-right: 0.25em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: all 0.5s;
  will-change: transform;
}

.btn:hover {
  color: #fff;
  background-color: #f3902d;
}

.btn:hover i {
  -webkit-transform: none;
          transform: none;
}

.btn--block {
  display: block;
}

/* Custom - Patterns
  ========================================================================== */
.dots-pattern {
  position: absolute;
  display: block;
  max-width: 100%;
  height: auto;
  pointer-events: none;
}

.color-white {
  color: #fff;
}

/* Custom - Animations
  ========================================================================== */
.lazyload--el {
  opacity: 0;
  transition: opacity 0.5s;
  will-change: opacity;
}

.lazyloaded {
  opacity: 1;
}

.inview {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s 0.2s;
  will-change: opacity;
}

.inview.in {
  opacity: 1;
  pointer-events: auto;
}

.fade {
  opacity: 0;
  transition: opacity 0.5s 0.2s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
  will-change: opacity;
}

.fade.in {
  opacity: 1;
  pointer-events: auto;
}

.spin {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.spin > span {
  display: block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  will-change: transform;
}

.spin.in > span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide > span {
  display: block;
  opacity: 0;
  -webkit-transform: translateX(-5rem) skewX(8deg);
          transform: translateX(-5rem) skewX(8deg);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform, opacity;
  overflow: hidden;
}

.slide.in > span {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Custom - Social navigation
   ========================================================================== */
.social-icons a::before {
  content: "\f10c"; 
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social-icons a[href*="facebook.com"]::before {
  content: "\f082";
}

.social-icons a[href*="twitter.com"]::before {
  content: "\f081";
}

.social-icons a[href*="linkedin.com"]::before {
  content: "\f0e1";
}

.social-icons a[href*="youtube.com"]::before {
  content: "\f16a";
}

.social-icons a[href*="telegram.me"]::before {
  content: "\f1d8";
}

/* Custom - Mobile navigation
   ========================================================================== */
.site-sidenav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
}

.side-menu .site-sidenav {
  opacity: 1;
  pointer-events: auto;
}

.site-sidenav__overlay {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(27, 33, 51, 0.4);
  transition: opacity 0.3s ease-out;
  cursor: default;
  will-change: opacity;
}

.side-menu--display .site-sidenav__overlay {
  opacity: 1;
}

.side-menu--panning .site-sidenav__overlay {
  transition: none;
}

.site-sidenav__elements {
  position: absolute;
  width: 350px;
  min-width: 300px;
  max-width: 90%;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 8px 0 28px rgba(27, 33, 51, 0.24);
  transition: -webkit-transform 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.35, 0, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  -webkit-transform: translateX(-110%);
          transform: translateX(-110%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: auto;
  will-change: transform;
}

.side-menu--display .site-sidenav__elements {
  -webkit-transform: none;
          transform: none;
}

.side-menu--panning .site-sidenav__elements {
  transition: none;
}

.site-sidenav__branding {
  padding: 10px 28px 0;
}

.site-sidenav__nav {
  padding-top: 28px;
  padding-bottom: 28px;
}

.site-sidenav__nav ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-sidenav__nav a {
  display: block;
  position: relative;
  padding: 14px 28px;
  font-weight: 500;
}

.site-sidenav__nav a, .site-sidenav__nav a:hover {
  color: inherit;
}

.site-sidenav__cat {
  padding: 28px;
  border-top: solid 1px #f6f7f7;
}

/* Custom - CF7
  ========================================================================== */
.wpcf7 label {
  margin-top: 28px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.wpcf7-form-control-wrap .nice-select,
.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7 label + br,
.wpcf7-form-control-wrap + br {
  display: none;
}

div.wpcf7 .ajax-loader {
  position: absolute;
  -webkit-transform: translate3d(-1.35rem, 1rem, 0);
          transform: translate3d(-1.35rem, 1rem, 0);
  pointer-events: none;
  background-image: url("img/oval.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1rem;
  height: 1rem;
  margin: 0;
}

div.wpcf7-response-output {
  font-size: 11px;
  margin: 1.625rem 0;
  padding: 0.8125rem 1.75rem;
  border-radius: 2px;
  background-color: #f6f7f7;
}

span.wpcf7-not-valid-tip {
  color: #ff4378;
}

div.wpcf7-mail-sent-ok {
  border: none;
  background-color: #3bd9de;
  color: #fff;
}

div.wpcf7-mail-sent-ng {
  border: none;
  background-color: #e654bb;
  color: #fff;
}

div.wpcf7-spam-blocked {
  border: none;
  background-color: #e0e654;
}

div.wpcf7-validation-errors {
  border: none;
  background-color: #ff4478;
  color: #fff;
}

.wpcf7 input[type="checkbox"],
.wpcf7 input[type="radio"] {
  display: none;
}

.wpcf7-radio,
.wpcf7-checkbox {
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.wpcf7-radio:before,
.wpcf7-radio:after,
.wpcf7-checkbox:before,
.wpcf7-checkbox:after {
  content: "";
  display: table;
}

.wpcf7-radio:after,
.wpcf7-checkbox:after {
  clear: both;
}

span.wpcf7-list-item {
  margin: 0;
  display: block;
}

@media (min-width: 992px) {
  .wpcf7-radio,
  .wpcf7-checkbox {
    margin-right: -15px;
    margin-left: -15px;
  }
  .wpcf7-list-item {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
  }
}

span.wpcf7-list-item label {
  margin: 0;
  display: inline-block;
  cursor: pointer;
}

.wpcf7-list-item-label {
  display: block;
  position: relative;
  line-height: 0.875rem;
  padding-left: 1.75rem;
  font-weight: 900;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: none;
  pointer-events: none;
}

span.wpcf7-list-item-label::before {
  content: "\e835";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "curtis" !important;
  speak: none;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.5s;
  opacity: 0.2;
  will-change: opacity;
}

.wpcf7 input[type="checkbox"]:checked + span.wpcf7-list-item-label::before {
  content: "\e834";
  opacity: 1;
}

.wpcf7 input[type="radio"] + span.wpcf7-list-item-label::before {
  content: "\e836";
}

.wpcf7 input[type="radio"]:checked + span.wpcf7-list-item-label::before {
  content: "\e86c";
  opacity: 1;
}

/* Alignments
   ========================================================================== */
.vertical-align {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.vertical-align:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.centered-box {
  max-width: 99%;
  display: inline-block;
  vertical-align: middle;
}

.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

blockquote.alignleft {
  margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
  margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
  margin-bottom: 1.473684211em;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.mt {
  margin-top: 28px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 28px;
}

.mt-2 {
  margin-top: 56px;
}

.mt-3 {
  margin-top: 84px;
}

.mt-4 {
  margin-top: 112px;
}

.mt-5 {
  margin-top: 140px;
}

.mt-xs-0 {
  margin-top: 0px;
}

.mt-xs-1 {
  margin-top: 28px;
}

.mt-xs-2 {
  margin-top: 56px;
}

.mt-xs-3 {
  margin-top: 84px;
}

.mt-xs-4 {
  margin-top: 112px;
}

.mt-xs-5 {
  margin-top: 140px;
}

@media (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0px;
  }
  .mt-sm-1 {
    margin-top: 28px;
  }
  .mt-sm-2 {
    margin-top: 56px;
  }
  .mt-sm-3 {
    margin-top: 84px;
  }
  .mt-sm-4 {
    margin-top: 112px;
  }
  .mt-sm-5 {
    margin-top: 140px;
  }
}

@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0px;
  }
  .mt-md-1 {
    margin-top: 28px;
  }
  .mt-md-2 {
    margin-top: 56px;
  }
  .mt-md-3 {
    margin-top: 84px;
  }
  .mt-md-4 {
    margin-top: 112px;
  }
  .mt-md-5 {
    margin-top: 140px;
  }
}

@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0px;
  }
  .mt-lg-1 {
    margin-top: 28px;
  }
  .mt-lg-2 {
    margin-top: 56px;
  }
  .mt-lg-3 {
    margin-top: 84px;
  }
  .mt-lg-4 {
    margin-top: 112px;
  }
  .mt-lg-5 {
    margin-top: 140px;
  }
}

@media (min-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0px;
  }
  .mt-xl-1 {
    margin-top: 28px;
  }
  .mt-xl-2 {
    margin-top: 56px;
  }
  .mt-xl-3 {
    margin-top: 84px;
  }
  .mt-xl-4 {
    margin-top: 112px;
  }
  .mt-xl-5 {
    margin-top: 140px;
  }
}

.mb {
  margin-bottom: 28px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 28px;
}

.mb-2 {
  margin-bottom: 56px;
}

.mb-3 {
  margin-bottom: 84px;
}

.mb-4 {
  margin-bottom: 112px;
}

.mb-5 {
  margin-bottom: 140px;
}

.mb-xs-0 {
  margin-bottom: 0px;
}

.mb-xs-1 {
  margin-bottom: 28px;
}

.mb-xs-2 {
  margin-bottom: 56px;
}

.mb-xs-3 {
  margin-bottom: 84px;
}

.mb-xs-4 {
  margin-bottom: 112px;
}

.mb-xs-5 {
  margin-bottom: 140px;
}

@media (min-width: 576px) {
  .mb-sm-0 {
    margin-bottom: 0px;
  }
  .mb-sm-1 {
    margin-bottom: 28px;
  }
  .mb-sm-2 {
    margin-bottom: 56px;
  }
  .mb-sm-3 {
    margin-bottom: 84px;
  }
  .mb-sm-4 {
    margin-bottom: 112px;
  }
  .mb-sm-5 {
    margin-bottom: 140px;
  }
}

@media (min-width: 768px) {
  .mb-md-0 {
    margin-bottom: 0px;
  }
  .mb-md-1 {
    margin-bottom: 28px;
  }
  .mb-md-2 {
    margin-bottom: 56px;
  }
  .mb-md-3 {
    margin-bottom: 84px;
  }
  .mb-md-4 {
    margin-bottom: 112px;
  }
  .mb-md-5 {
    margin-bottom: 140px;
  }
}

@media (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0px;
  }
  .mb-lg-1 {
    margin-bottom: 28px;
  }
  .mb-lg-2 {
    margin-bottom: 56px;
  }
  .mb-lg-3 {
    margin-bottom: 84px;
  }
  .mb-lg-4 {
    margin-bottom: 112px;
  }
  .mb-lg-5 {
    margin-bottom: 140px;
  }
}

@media (min-width: 1200px) {
  .mb-xl-0 {
    margin-bottom: 0px;
  }
  .mb-xl-1 {
    margin-bottom: 28px;
  }
  .mb-xl-2 {
    margin-bottom: 56px;
  }
  .mb-xl-3 {
    margin-bottom: 84px;
  }
  .mb-xl-4 {
    margin-bottom: 112px;
  }
  .mb-xl-5 {
    margin-bottom: 140px;
  }
}

.mr {
  margin-right: 28px;
}

.mr-0 {
  margin-right: 0px;
}

.mr-1 {
  margin-right: 28px;
}

.mr-2 {
  margin-right: 56px;
}

.mr-3 {
  margin-right: 84px;
}

.mr-4 {
  margin-right: 112px;
}

.mr-5 {
  margin-right: 140px;
}

.mr-xs-0 {
  margin-right: 0px;
}

.mr-xs-1 {
  margin-right: 28px;
}

.mr-xs-2 {
  margin-right: 56px;
}

.mr-xs-3 {
  margin-right: 84px;
}

.mr-xs-4 {
  margin-right: 112px;
}

.mr-xs-5 {
  margin-right: 140px;
}

@media (min-width: 576px) {
  .mr-sm-0 {
    margin-right: 0px;
  }
  .mr-sm-1 {
    margin-right: 28px;
  }
  .mr-sm-2 {
    margin-right: 56px;
  }
  .mr-sm-3 {
    margin-right: 84px;
  }
  .mr-sm-4 {
    margin-right: 112px;
  }
  .mr-sm-5 {
    margin-right: 140px;
  }
}

@media (min-width: 768px) {
  .mr-md-0 {
    margin-right: 0px;
  }
  .mr-md-1 {
    margin-right: 28px;
  }
  .mr-md-2 {
    margin-right: 56px;
  }
  .mr-md-3 {
    margin-right: 84px;
  }
  .mr-md-4 {
    margin-right: 112px;
  }
  .mr-md-5 {
    margin-right: 140px;
  }
}

@media (min-width: 992px) {
  .mr-lg-0 {
    margin-right: 0px;
  }
  .mr-lg-1 {
    margin-right: 28px;
  }
  .mr-lg-2 {
    margin-right: 56px;
  }
  .mr-lg-3 {
    margin-right: 84px;
  }
  .mr-lg-4 {
    margin-right: 112px;
  }
  .mr-lg-5 {
    margin-right: 140px;
  }
}

@media (min-width: 1200px) {
  .mr-xl-0 {
    margin-right: 0px;
  }
  .mr-xl-1 {
    margin-right: 28px;
  }
  .mr-xl-2 {
    margin-right: 56px;
  }
  .mr-xl-3 {
    margin-right: 84px;
  }
  .mr-xl-4 {
    margin-right: 112px;
  }
  .mr-xl-5 {
    margin-right: 140px;
  }
}

.pt {
  padding-top: 28px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 28px;
}

.pt-2 {
  padding-top: 56px;
}

.pt-3 {
  padding-top: 84px;
}

.pt-4 {
  padding-top: 112px;
}

.pt-5 {
  padding-top: 140px;
}

.pt-xs-0 {
  padding-top: 0px;
}

.pt-xs-1 {
  padding-top: 28px;
}

.pt-xs-2 {
  padding-top: 56px;
}

.pt-xs-3 {
  padding-top: 84px;
}

.pt-xs-4 {
  padding-top: 112px;
}

.pt-xs-5 {
  padding-top: 140px;
}

@media (min-width: 576px) {
  .pt-sm-0 {
    padding-top: 0px;
  }
  .pt-sm-1 {
    padding-top: 28px;
  }
  .pt-sm-2 {
    padding-top: 56px;
  }
  .pt-sm-3 {
    padding-top: 84px;
  }
  .pt-sm-4 {
    padding-top: 112px;
  }
  .pt-sm-5 {
    padding-top: 140px;
  }
}

@media (min-width: 768px) {
  .pt-md-0 {
    padding-top: 0px;
  }
  .pt-md-1 {
    padding-top: 28px;
  }
  .pt-md-2 {
    padding-top: 56px;
  }
  .pt-md-3 {
    padding-top: 84px;
  }
  .pt-md-4 {
    padding-top: 112px;
  }
  .pt-md-5 {
    padding-top: 140px;
  }
}

@media (min-width: 992px) {
  .pt-lg-0 {
    padding-top: 0px;
  }
  .pt-lg-1 {
    padding-top: 28px;
  }
  .pt-lg-2 {
    padding-top: 56px;
  }
  .pt-lg-3 {
    padding-top: 84px;
  }
  .pt-lg-4 {
    padding-top: 112px;
  }
  .pt-lg-5 {
    padding-top: 140px;
  }
}

@media (min-width: 1200px) {
  .pt-xl-0 {
    padding-top: 0px;
  }
  .pt-xl-1 {
    padding-top: 28px;
  }
  .pt-xl-2 {
    padding-top: 56px;
  }
  .pt-xl-3 {
    padding-top: 84px;
  }
  .pt-xl-4 {
    padding-top: 112px;
  }
  .pt-xl-5 {
    padding-top: 140px;
  }
}

.pb {
  padding-bottom: 28px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 28px;
}

.pb-2 {
  padding-bottom: 56px;
}

.pb-3 {
  padding-bottom: 84px;
}

.pb-4 {
  padding-bottom: 112px;
}

.pb-5 {
  padding-bottom: 140px;
}

.pb-xs-0 {
  padding-bottom: 0px;
}

.pb-xs-1 {
  padding-bottom: 28px;
}

.pb-xs-2 {
  padding-bottom: 56px;
}

.pb-xs-3 {
  padding-bottom: 84px;
}

.pb-xs-4 {
  padding-bottom: 112px;
}

.pb-xs-5 {
  padding-bottom: 140px;
}

@media (min-width: 576px) {
  .pb-sm-0 {
    padding-bottom: 0px;
  }
  .pb-sm-1 {
    padding-bottom: 28px;
  }
  .pb-sm-2 {
    padding-bottom: 56px;
  }
  .pb-sm-3 {
    padding-bottom: 84px;
  }
  .pb-sm-4 {
    padding-bottom: 112px;
  }
  .pb-sm-5 {
    padding-bottom: 140px;
  }
}

@media (min-width: 768px) {
  .pb-md-0 {
    padding-bottom: 0px;
  }
  .pb-md-1 {
    padding-bottom: 28px;
  }
  .pb-md-2 {
    padding-bottom: 56px;
  }
  .pb-md-3 {
    padding-bottom: 84px;
  }
  .pb-md-4 {
    padding-bottom: 112px;
  }
  .pb-md-5 {
    padding-bottom: 140px;
  }
}

@media (min-width: 992px) {
  .pb-lg-0 {
    padding-bottom: 0px;
  }
  .pb-lg-1 {
    padding-bottom: 28px;
  }
  .pb-lg-2 {
    padding-bottom: 56px;
  }
  .pb-lg-3 {
    padding-bottom: 84px;
  }
  .pb-lg-4 {
    padding-bottom: 112px;
  }
  .pb-lg-5 {
    padding-bottom: 140px;
  }
}

@media (min-width: 1200px) {
  .pb-xl-0 {
    padding-bottom: 0px;
  }
  .pb-xl-1 {
    padding-bottom: 28px;
  }
  .pb-xl-2 {
    padding-bottom: 56px;
  }
  .pb-xl-3 {
    padding-bottom: 84px;
  }
  .pb-xl-4 {
    padding-bottom: 112px;
  }
  .pb-xl-5 {
    padding-bottom: 140px;
  }
}
/* ====================== section-base start ============================= */
.section-base {
  background-image: url("./assets/images/base.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.list-roadmap {
  list-style: outside none none;
  margin-left: 90px;
  padding-right: 20px;
  padding-top: 18px;
}

@media (max-width: 768px) {
	.list-roadmap {display:none}
}

.list-roadmap li {
  display: inline;
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-right: 15px;
  text-transform: uppercase;
}
.list-roadmap-img {
  padding-right: 10px;
  vertical-align: text-top;
}
.section-base .section__inner {
  display: inline-flex;
  display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
}
.active-summer-left {
  float: left;
  width: 70%;
}
.active-summer-left .headline-cta__item {
  width: 300px;
}
.active-summer-right {
  display: inline-flex;
  display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
  float: right;
  width: 30%;
}
.active-summer-right .headline-cta__item {
  margin-right: 48px;
  width: 41%;
}
.active-summer-right .headline-cta__link {
  font-weight: 400;
  text-align: left;
}
.active-summer-left .headline-cta__link {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}
.base-line-section {
  margin: 25px 0 auto auto;
  max-width: 85%;
  padding-bottom: 40px;
  position: relative;
}
.event-position{position:absolute;top:20px;}
.list-inline li{display:inline;list-style:none;}
.event-position {
    position: absolute;
    top: -28px;
    width: 100%;
}
.event-position img {
  position: relative;
}

/* ====image position css==== */
.event-1 {
  left: -6%;
}
.event-2 {
  left: 9%;
}
.event-3 {
  left: 10%;
}
.event-4 {
  left: 18%;
}
.event-5 {
  left: 20%;
}
.event-6 {
  left: 20%;
}
.event-7 {
  left: 25%;
}
.event-8 {
  left: 25%;
}
.event-9 {
  left: 23%;
}
.event-10 {
  left: 26%;
  z-index:2;
}
.event-11 {
  left: 23%;
}
.event-12 {
  left: 23%;
}
.event-13 {
  left: 27%;
}
.event-14 {
  left: 29%;
}
.event-15 {
  left: 29%;
}
.event-16 {
  left: 33%;
}
.event-17 {
  left: 43%;
}
.event-18 {
  left: 43%;
}
.event-19 {
  left: 44%;
}
.event-20 {
  left: 45%;
}
.event-21 {
  left: 46%;
}
.event-22 {
  left: 47%;
}
.event-23 {
  left: 48%;
}
.event-24 {
  left: 49%;
}
.event-25 {
  left: 50%;
}.event-26 {
  left: 51%;
}.event-27 {
  left: -6%;;
}
.event-28 {
  left: -8%;;
}



/* ====image position css==== */
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}
.animated {
  animation-duration: 2s;
  animation-fill-mode: both;
}
.animated-1 {
  animation-duration: 2.3s;
  animation-fill-mode: both;
}
.animated-2 {
  animation-duration: 2.5s;
  animation-fill-mode: both;
}
.animated-3 {
  animation-duration: 2.8s;
  animation-fill-mode: both;
}
.animated-4 {
  animation-duration: 3s;
  animation-fill-mode: both;
}
.animated-5 {
  animation-duration: 3s;
  animation-fill-mode: both;
}
.animated-6 {
  animation-duration: 3.2s;
  animation-fill-mode: both;
}
.animated-7 {
  animation-duration: 3.4s;
  animation-fill-mode: both;
}
.animated-8 {
  animation-duration: 3.7s;
  animation-fill-mode: both;
}
.animated-9 {
  animation-duration: 3.9s;
  animation-fill-mode: both;
}
.animated-10 {
  animation-duration: 4s;
  animation-fill-mode: both;
}
.animated-11 {
  animation-duration: 4.2s;
  animation-fill-mode: both;
}
.animated-12 {
  animation-duration: 4.2s;
  animation-fill-mode: both;
}
.animated-13 {
  animation-duration: 4.5s;
  animation-fill-mode: both;
}
.animated-14 {
  animation-duration: 4.7s;
  animation-fill-mode: both;
}
.animated-15 {
  animation-duration: 4.9s;
  animation-fill-mode: both;
}
.animated-16 {
  animation-duration: 5s;
  animation-fill-mode: both;
}
.animated-17 {
  animation-duration: 5.4s;
  animation-fill-mode: both;
}


.animated-18 {  animation-duration: 5.6s;   animation-fill-mode: both;}
.animated-19 {  animation-duration: 5.8s;   animation-fill-mode: both;}
.animated-20 {  animation-duration: 6s;   animation-fill-mode: both;}
.animated-21 {  animation-duration: 6.2s;   animation-fill-mode: both;}
.animated-22 {  animation-duration: 6.4s;   animation-fill-mode: both;}
.animated-23 {  animation-duration: 6.6s;   animation-fill-mode: both;}
.animated-24 {  animation-duration: 6.8s;   animation-fill-mode: both;}
.animated-25 {  animation-duration: 7s;   animation-fill-mode: both;}
.animated-26 {  animation-duration: 7.2s;   animation-fill-mode: both;}
.animated-27 {  animation-duration: 7.4s;   animation-fill-mode: both;}
.animated-28 {  animation-duration: 7.6s;   animation-fill-mode: both;}


.event-2{position:relative;}
.section__inner > h2 {
  margin-bottom: 50px;
}
/*
.active-border-top{
	position:relative;
}
.active-border-top::after {
  background: #f3902d none repeat scroll 0 0;
  content: "";
  height: 3px;
  left: 15%;
  position: absolute;
  top: -16px;
  width: 79px;
  transition: all 0.3s ease-in-out 0s; 
}
.active-border-top:hover::after {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 3px;
  left: 15%;
  position: absolute;
  top: -16px;
  width: 79px;
}
*/
/* ====================== section-base end ============================= */
@media only screen and (min-width: 1700px) and (max-width: 1920px) {
.base-line-section {
  max-width: 77%;
}
/*
.active-border-top:hover::after {
  left: 14%;
}
.active-border-top::after {
  left: 14%;
}
*/
}
/* ====================== section-base start ============================= */
.section-base {
  background-image: url("./assets/images/base.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.list-roadmap {
  list-style: outside none none;
  margin-left: 90px;
  padding-right: 20px;
  padding-top: 18px;
}
.list-roadmap li {
  display: inline;
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-right: 15px;
  text-transform: uppercase;
}
.list-roadmap-img {
  padding-right: 10px;
  vertical-align: text-top;
}
.section-base .section__inner {
  display: inline-flex;
  display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
}
.active-summer-left {
  float: left;
  width: 70%;
}
.active-summer-left .headline-cta__item {
  width: 300px;
}
.active-summer-right {
  display: inline-flex;
  display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
  float: right;
  width: 30%;
}
.active-summer-right .headline-cta__item {
  margin-right: 48px;
  width: 41%;
}
.active-summer-right .headline-cta__link {
  font-weight: 400;
  text-align: left;
}
/*.active-summer-left .headline-cta__link {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}*/
.active-summer-left .headline-cta__link {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: #3f4244;
    letter-spacing: 0.2px;
    padding: 14px 0 0;
    margin: 0;
    line-height: 22px;
}
 .headline-cta__link.border--top b {
    font-weight: 600;
}

.base-line-section {
  margin: 25px 0 auto auto;
  max-width: 85%;
  padding-bottom: 40px;
  position: relative;
}
.event-position{position:absolute;top:20px;}
.list-inline li{display:inline;list-style:none;}
.event-position {
    position: absolute;
    top: -25px;
    width: 100%;
}
.event-position img {
  position: relative;
}

/* ====image position css==== */
.event-1 {
  left: -6%;
}
.event-2 {
  left: 3%;
}
.event-3 {
  left: 3%;
}
.event-4 {
  left: 4%;
}
.event-5 {
  left: 2%;
}
.event-6 {
  left: 3%;
}
.event-7 {
  left: 2%;
}
.event-8 {
  left: 3%;
}
.event-9 {
  left: 2%;
}
.event-10 {
  left: 2%;
  z-index:2;
}
.event-11 {
  left: 3%;
}
.event-12 {
  left: 2%;
}
.event-13 {
  left: 2%;
}
.event-14 {
  left: 1%;
}
.event-15 {
  left: 2%;
}
.event-16 {
  left: 1%;
}
.event-17 {
  left: 1%;
}
.event-18 {
  left: 0%;
}
.event-19 {
  left: 0%;
}
.event-20 {
  left: -1%;
}
.event-21 {
  left: -2%;
}
.event-22 {
  left: -2%;
}
.event-23 {
  left: -3%;
}
.event-24 {
  left: -3%;
}
.event-25 {
  left: -3%;
}
.event-26 {
    left: -5%;
}
/* ====image position css==== */
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}
.animated {
  animation-duration: 6s;
  animation-fill-mode: both;
}
.animated-1 {
  animation-duration: 2.3s;
  animation-fill-mode: both;
}
.animated-2 {
  animation-duration: 2.5s;
  animation-fill-mode: both;
}
.animated-3 {
  animation-duration: 2.8s;
  animation-fill-mode: both;
}
.animated-4 {
  animation-duration: 3s;
  animation-fill-mode: both;
}
.animated-5 {
  animation-duration: 3s;
  animation-fill-mode: both;
}
.animated-6 {
  animation-duration: 3.2s;
  animation-fill-mode: both;
}
.animated-7 {
  animation-duration: 3.4s;
  animation-fill-mode: both;
}
.animated-8 {
  animation-duration: 3.7s;
  animation-fill-mode: both;
}
.animated-9 {
  animation-duration: 3.9s;
  animation-fill-mode: both;
}
.animated-10 {
  animation-duration: 4s;
  animation-fill-mode: both;
}
.animated-11 {
  animation-duration: 4.2s;
  animation-fill-mode: both;
}
.animated-12 {
  animation-duration: 4.2s;
  animation-fill-mode: both;
}
.animated-13 {
  animation-duration: 4.5s;
  animation-fill-mode: both;
}
.animated-14 {
  animation-duration: 4.7s;
  animation-fill-mode: both;
}
.animated-15 {
  animation-duration: 4.9s;
  animation-fill-mode: both;
}
.animated-16 {
  animation-duration: 5s;
  animation-fill-mode: both;
}
.animated-17 {
  animation-duration: 5.4s;
  animation-fill-mode: both;
}
.event-2{position:relative;}
.section__inner > h2 {
  margin-bottom: 50px;
}
/*
.active-border-top::after {
  background: #f3902d none repeat scroll 0 0;
  content: "";
  height: 3px;
  left: 15%;
  position: absolute;
  top: -16px;
  width: 79px;
  transition: all 0.3s ease-in-out 0s; 
}
.active-border-top:hover::after {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 3px;
  left: 15%;
  position: absolute;
  top: -16px;
  width: 79px;
}
*/

/* ====================== section-base end ============================= */
@media only screen and (min-width: 1700px) and (max-width: 1920px) {
.base-line-section {
  max-width: 77%;
}
/*
.active-border-top:hover::after {
  left: 14%;
}
.active-border-top::after {
  left: 14%;
}*/

}

/* New Custom
   ========================================================================== */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 5);
  }

  50% {
    transform: scale3d(5, 5, 5);
  }

  to {
    transform: scale3d(1, 1, 5);
  }
}

.pulse {
  animation-name: pulse;
}


/*.site-header nav a:hover {
    opacity: 0.6;
}*/

.site-header nav a:hover {
    opacity: 1;
    color: #f3902d;
}
 .site-header nav li ul.sub-menu li a:hover {
	color: #f3902d;
}


.site-footer nav a:hover {
    opacity: 1;
}

.active-border-top img {
      /*width: 82px;
      height: 80px;*/
      border-top: 3px solid #f3902d;
      margin-top: -13px;
      padding-top: 11px;
      transform-origin: right center;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      will-change: transform;
}


.active-border-top img {
	width: 82px;
	height: 94px;
	z-index: 99;
}

.active-border-top img:hover {
      border-top: 3px solid #f3902d;
}
.customMenu {
    height: 75px;
    width: 100%;
    background: #fff;
    display: none;
    position: fixed;
    top: 0px;
	z-index: 999;
}

#banner h4 {
	color: #ffffff;
	max-width: 550px;
	text-align: center;
	margin: 0px auto 0px;
	font-weight: normal;
}

.announcement {
	background: #fff;
	border: 1px solid #e1e4e1;
	border-radius: 8px;
	margin: 15px 0 20px;
	padding: 0 12px 0 5px;
	text-decoration: none;
	line-height: 26px;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position:relative;
}
.announcement .type {
	padding: 0 8px;
	font-size: 9px;
	line-height: 16px;
	font-weight: 600;
	background: #fdd82b;
	text-transform: uppercase;
	border-radius: 5px;
	color: #434953;
	font-family: "objektiv-mk1", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	letter-spacing: 0.1em;
}
.message {
    margin: 0 5px 0 10px;
    font-size: 12px;
    color:#434953;
    font-family: "objektiv-mk1", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";font-family: "objektiv-mk1", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.n_read{
  text-decoration:underline;
  color:#f3902d;
}

/* Hover tooltips */
.field-tip {
    position:relative;
    cursor:help;
}
.field-tip .tip-content {
	text-align:center;
	
	position:absolute;
	 /* - top padding */
	right:9999px;
	width:145px;
	margin-right: 0px; /* width + left/right padding */
	padding:10px;
	color:#fff;
	background:#333;
	-webkit-box-shadow:2px 2px 5px #aaa;
	-moz-box-shadow:2px 2px 5px #aaa;
	box-shadow:2px 2px 5px #aaa;
	opacity:0;
	-webkit-transition:opacity 250ms ease-out;
	-moz-transition:opacity 250ms ease-out;
	-ms-transition:opacity 250ms ease-out;
	-o-transition:opacity 250ms ease-out;
	transition:opacity 250ms ease-out;
	margin-top: 50px;
}
.field-tip .tip-content:before {
	content:' '; /* Must have content to display */
	position: absolute;
    top: 0px;
    left: 50%;
    margin-top: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid black;
    margin-left: -8px;
}
.field-tip:hover .tip-content {
	right: -150px;
	opacity: 1;
	top: 0px;
}	
#slider-prev .bx-prev {
	float: right;
    width: 100%;
    text-align: right;
    padding-top: 14px;
    margin-top: -14px;
}
#slider-next .bx-next {
	float: right;
    width: 100%;
    text-align: right;
    padding-top: 14px;
    margin-top: -14px;
}
header .social-icons a::before {
    content: "";
}

footer a.foot-telegram::before {
    content: "";
}
.foot-telegram:hover .fa-fw {
	color: #f3902d!important;
}
.footer-menu-container span {
	float: left;
	margin-right: 60px;
}
.menu-footer-menu-container {
	width: 30px;
	float: left;
}

.tabs .tabs__inner .buttons a {
    display: inline-block;
	margin-right:28px;
}

.site-header nav a {
      padding: 26px 0;
}


.site-header nav li ul.sub-menu {
  margin-top: 20px;
}
nav button, button[disabled]:hover, input[type="button"], input[type="button"][disabled]:hover, input[type="reset"], input[type="reset"][disabled]:hover, input[type="submit"], input[type="submit"][disabled]:hover{display:none;}

a.teamtwitter:before, a.teamgithub:before {
	content: ""!important;
}

.teamtwitter .fa, .teamgithub .fa {
	font-size: 20px;
}
#footer-menu li a:hover {
	color: #f3902d;
}
.foot-telegram .fa.fa-fw {
	color: #3f4244;
	transition: color 0.5s;
}


/*******Rightsidebar pages********/

.section__inner.left-sec {
    border-top: 3px solid #575a5b;
    padding-top: 20px;
    margin-top: 36px;
}    
.section__inner.right-sec {
    border-top: 3px solid #575a5b;
    padding-top: 0;
}

.section__inner.right-sec h5{font-size:16px;margin-top: 8px;}

 .left-sec h3 {
    font-size: 18px;
    color: #3f4244;
    font-weight: 600;
}
#basic-terms{
	outline:none;
	
}


.left-sec .tab-title{font-size: 40px;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 35px;
	outline:none;
	}

.right-title {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 8px;
        margin-top: 0px;
    padding: 0;
}
.left-sec h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 0;
}
.section__inner.right-sec ul {
    margin: 0;
    padding: 0;
}
.section__inner.right-sec ul li {
    list-style: none;
    /*border-bottom: 1px solid #d2d2d2;*/
    margin: 0;
    padding: 0;
}
 .right-sec .menu-footer-menu-container {
    width: 100%;
    float: left;
}
.right-sec .current_page_item a {
    color: #ff6600;
}
/*.right-sec ul li:hover a::before {
    position: absolute;
    content: "\f177";
    font-family: fontawesome;
    color: #f3902d;
    right: 16px;
}
.right-sec ul li.current_page_item a::before {
    position: absolute;
    content: "\f177";
    font-family: fontawesome;
    color: #f3902d;
    right: 16px;
}*/
 .right-sec .current_page_item a::before {
    position: absolute;
    content: "\f177";
    font-family: fontawesome;
    color: #f3902d;
    right: 16px;
}
.right-sec ul li a {
    display: block;
	padding:8px 0;
	border-bottom: 1px solid #d2d2d2;
	font-weight: 500;
}
.team-advisors-sec .member-role-advisors {
    cursor: pointer!important;
}
.team-advisors-sec .member__list__thumb.member-role-advisors.display {
	cursor: pointer!important;
}

.team-advisors-sec .member-role-team{
    cursor: pointer !important;
}
.team-advisors-sec .member__list__thumb.member-role-team.display {
	cursor: pointer!important;
}
 .left-sec hr {
    display: block;
    border: 0;
        border-bottom-width: 0px;
        border-bottom-style: none;
        border-bottom-color: currentcolor;
    width: 100%;
    height: 0;
    margin: 35px 0 35px;
    border-bottom: solid 3px #3f4143;
}

.left-sec strong {
    font-size: 18px;
    color: #3f4143;
    font-weight: 600;
    padding-bottom: 12px;
    display: inline-block;
}
.page-id-5954  #submit_button{
    display: inline-block;
    background: #212b35 !important;
    border: none;
    color: #fff;
    line-height: 42px;
    padding: 4px 28px;
    min-width: 10rem;
    white-space: nowrap;	
    text-align: center;
    text-overflow: ellipsis;
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.5s;
    will-change: background-color, color;
    overflow: hidden;
    outline: none;
    box-shadow: none;
    font-family: "objektiv-mk1", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.page-id-5954 .section__inner h2 {
    font-size: 30px;
    font-weight: 500;
}


.footer-logos{    background: #fafafa;
    float: left;
    padding: 20px 0px;
    width: 100%;}

.footer-logos .gallery__item {
    margin-bottom: 0px;
}

.footer-logos li{}

.footer-logos li a{}

.footer-navigation p{margin:0px}

#banner h1.page-title span {
	color: #f3902d;
}
.brief-img {
	text-align: center;
}
span.bx-inner a {
	text-decoration: underline;
	color: #f3902d;
}
.gallery__item.col-6.col-md-4 {
	position: relative;
}

@media (max-width: 768px) {
	.base-line-section{    display: none;}
	.active-summer-left{width:100%;}
	.active-summer-right{width:100%; clear:both;}
	.active-summer-left .headline-cta__item{width:100%;}
	.active-summer-right .headline-cta__item {
		margin-right: 5px;
		width: 50%;
		margin-left: 5px;
	}
	.coin{margin:0px auto !important;}
	
	ul#footer-social-menu{    width: 210px;
    margin: auto;}
}

@media (max-width: 991px) {
.menu-footer-menu-container{width:auto; display:inline-block;}
	.menu-footer-menu-container,
	.footer-menu-container span{float:none; margin:auto}
	.footer-menu-container{text-align:center}
}


.partnerLink {
	position: absolute;
	top: 0;
	left: 0;
	width: 99%;
	height: 100%;
	z-index: 9;
	cursor: pointer;
}

@media (min-width:320px) and (max-width:767px){
	.news.col-12.featured_blog h5 {
		height: 32px;
		font-size: 22px;
		padding-bottom: 50px;
	}
	.footer-newsletter iframe {
	width: 85%!important;
}

.top-pilbar {
	width: 100!important%;
	max-width: 300px;
}
.new-btn-left {
    position: inherit!important;
    left: 0!important;
    right: 0!important;
    width: 100%;
	display:table;
}
.new-btn-left a {
    position: absolute;
	left:0;
	right:0;
	width:220px;
	margin:0 auto!important;
}
.new-btn {
	position: inherit!important;
	left: 0!important;
	right: 0!important;
	width: 100%;
	top: 62px;
}
 .new-btn a {
	position: inherit!important;
	display: inline-block;
}
.section{
	clear:both;
}
.new-btn-left a {
	padding: 9px 40px 9px 30px !important
}
.three-col-newMain .brief.three-col-New {
	max-width: 350px;
	padding: 0px 15px;
	margin: 0 auto;
}
.three-col-newMain h2 {
	text-align: center;
}

.page-id-5796 .banner__inner {
	background: url(./assets/images/buller_bg.png) no-repeat center;
	background-size: cover;
}
#particles-js {
	display: none;
}

.top-hello-bar .message {
	font-size: 12px!important;
	margin: 0 0 0 5px;
}
.top-hello-bar .message span {
	display: none;
}
.top-hello-bar .type {
	font-size: 10px;
}

.announcement-new {
	top: -100px!important;
}
.banner .banner__inner .in-view.in-view--in {
    padding: 0 20px;
}

#hero-section .banner--image .page-title {
    line-height: 40px!important;
	font-size: 40px !important;
	margin-bottom: 20px;
}

#wpadminbar #wp-admin-bar-customize > .ab-item, #wpadminbar #wp-admin-bar-edit > .ab-item, #wpadminbar #wp-admin-bar-my-account > .ab-item, #wpadminbar #wp-admin-bar-my-sites > .ab-item, #wpadminbar #wp-admin-bar-site-name > .ab-item {
width: 40px!important;	
}
	
}

@media (min-width:990px) and (max-width:1200px){
	.site-header__cta .field-tip .btn {
		line-height: 35px;
		padding: 0px!important;
		min-width: 7rem;
	}
}

.open{
display:block!important;
}

.news.col-12.featured_blog h5 {
    height: 32px;
    font-size: 22px;
}
 .news.col-12.featured_blog {
    margin-top: 36px;
}
body.archive.category .col-12.col-lg-7.offset-lg-1 {
    margin-top: 7px;
}

.right-sec .current_page_item a::before {
	position: absolute;
	content: "\f177";
	font-family: fontawesome;
	color: #f3902d;
	right: 16px;
}

#cssmenu
	{
		display:none!important;
	}

#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{border:0;list-style:none;line-height:1;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
#cssmenu:after,#cssmenu > ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
#cssmenu #head-mobile{display:none}
#cssmenu{font-family:sans-serif;background:#333}
#cssmenu > ul > li{float:left}
#cssmenu > ul > li > a{padding:17px;font-size:14px;letter-spacing:1px;text-decoration:none;color:#ddd;font-weight:normal;    font-family: "objektiv-mk1", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";}
#cssmenu > ul > li:hover > a,#cssmenu ul li.active a{color:#fff}
#cssmenu > ul > li:hover,#cssmenu ul li.active:hover,#cssmenu ul li.active,#cssmenu ul li.has-sub.active:hover{background:#f3902d!important;-webkit-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease;}
#cssmenu > ul > li.has-sub > a{padding-right:30px}
#cssmenu > ul > li.has-sub > a:after{position:absolute;top:22px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu > ul > li.has-sub > a:before{position:absolute;top:19px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu > ul > li.has-sub:hover > a:before{top:23px;height:0}
#cssmenu ul ul{position:absolute;left:-9999px}
#cssmenu ul ul li{height:0;-webkit-transition:all .25s ease;-ms-transition:all .25s ease;background:#333;transition:all .25s ease}
#cssmenu ul ul li:hover{}
#cssmenu li:hover > ul{left:auto}
#cssmenu li:hover > ul > li{height:35px}
#cssmenu ul ul ul{margin-left:100%;top:0}
#cssmenu ul ul li a{border-bottom:1px solid rgba(150,150,150,0.15);padding:14px 15px;width:170px;font-size:13px;text-decoration:none;color:#ddd;font-weight:400;     font-family: "objektiv-mk1", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";}
#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{border-bottom:0}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#fff}
#cssmenu ul ul li.has-sub > a:after{position:absolute;top:16px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu ul ul li.has-sub > a:before{position:absolute;top:13px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu ul ul > li.has-sub:hover > a:before{top:17px;height:0}
#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{background:#363636;}
#cssmenu ul ul ul li.active a{border-left:1px solid #333}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{border-top:1px solid #333}

@media screen and (max-width:990px){
	
	#cssmenu
	{
		display:block!important;
	}
	
	#cssmenu ul{
		display:block;
		margin:0;
	}
	
.logo{position:absolute;top:0;left: 0;width:100%;height:46px;text-align:center;padding:10px 0 0 0 ;float:none}
.logo2{display:none}
nav{width:100%;}
#cssmenu{width:100%}
#cssmenu ul{width:100%;display:none}
#cssmenu ul li{width:100%;border-top:1px solid #444}
#cssmenu ul li:hover{background:#363636;}
#cssmenu ul ul li,#cssmenu li:hover > ul > li{height:auto}
#cssmenu ul li a,#cssmenu ul ul li a{width:100%;border-bottom:0}
#cssmenu > ul > li{float:none}
#cssmenu ul ul li a{padding-left:25px}
#cssmenu ul ul li{background:#f4f4f4!important;}
#cssmenu ul ul li:hover{background:#363636!important}
#cssmenu ul ul ul li a{padding-left:35px}
#cssmenu ul ul li a{color:#3f4244;background:none}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{color:#fff}
#cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;width:100%;margin:0;text-align:left;border-bottom: 2px solid #ccc;}
#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{display:none}
#cssmenu #head-mobile{display:block;padding:0px;color:#ddd;font-size:12px;font-weight:700}
.button2{width:55px;height:46px;position:absolute;right:0;top:-54px;cursor:pointer;z-index: 12399994;}
.button2:after{position:absolute;top:22px;right:20px;display:block;height:8px;width:20px;border-top:2px solid #f3902d;border-bottom:2px solid #f3902d;content:''}
.button2:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:16px;right:20px;display:block;height:2px;width:20px;background:#f3902d;content:''}
.button2.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:23px;border:0;height:2px;width:19px;background:#f3902d;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.button2.menu-opened:before{top:23px;background:#f3902d;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
#cssmenu .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;border-left:1px solid #444;height:46px;width:100%;cursor:pointer;background: transparent;}
#cssmenu .submenu-button.submenu-opened{background:transparent}
#cssmenu ul ul .submenu-button{height:34px;width:34px}
#cssmenu .submenu-button:after{position:absolute;top:22px;right:19px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu ul ul .submenu-button:after{top:15px;right:13px}
#cssmenu .submenu-button.submenu-opened:after{background:#fff}
#cssmenu .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background:#ddd;content:''}
#cssmenu ul ul .submenu-button:before{top:12px;right:16px}
#cssmenu .submenu-button.submenu-opened:before{display:none}
#cssmenu ul ul ul li.active a{border-left:none}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{border-top:none}

.page-template-newsletter-template-individual.page-child .newsletterleftpanel table

{
width:100%!important;	
}

.page-template-newsletter-template-individual.page-child .newsletterleftpanel table h1

{
font-size: 24px!important;	
line-height: 30px;
}
.page-template-newsletter-template-individual.page-child  .site-footer {
    padding: 15px 0;
}
.three-col-newMain .brief.three-col-New {
	max-width: 350px;
	padding: 0px 15px;
	margin: 0 auto;
}
.three-col-newMain h2 {
	text-align: center;
}

}

@media screen and (max-width:1248px){

.footer-newsletter {
	max-width: 100%!important;
}

}

.section__inner.right-sec .textwidget h4.right-title {
	margin: 40px 0 8px;
}
.left-sec a {
    color: #f3902d!important;
	text-decoration: underline!important;
}
.news__category a {
	color: #3f4244!important;
}
.news__copy.border--top.swarm-fund {
    border-color: #f6921e;
}
.news__copy.border--top.press-release{
	  border-color: #568ebd;
}
.news__copy.border--top.in-the-news{
	  border-color: #899093;
}
.news__copy.border--top.dao{
	  border-color: #ffda03;
}
.news__copy.border--top.ethereum{	
	  border-color: #97BB63;
}
.news__copy.border--top.press{
	 border-color: #568ebd;	
}


/********scroll css**********/

.ad_review_sec {
    height: 105px;
    margin: 0 ;
    overflow-y: scroll;
	padding:10px 0 0;
}
.roadmap-cat-inner {
	float: left;
	margin: 0 0 0 90px;
	padding-top: 18px;
	padding-right: 20px;
}
.roadmap-cat-sec img.list-roadmap-img {
	vertical-align: middle;
}
.roadmap-cat-sec {
	display: inline-block;
	padding: 0 15px 0 0;
}

/****10-Jan-2018****/
.single-press-news h1.page-title{
    line-height:62px;
}
.site-widgets-custom .section-custom{padding-top:0;}
.padding_remove{padding-bottom:0!important;padding-top:0!important;}
.page-id-6008 .right-sec .textwidget {display: none;}
 .single .section h2 {
	margin-bottom: 35px !important;
}


.page-template-newsletter-template-individual.page-child .newsletterleftpanel {
    background: #f2f4ec;
    padding-left: 20px;
    padding-right: 20px;
	padding-bottom: 30px;
}
.page-id-6077 .right-sec .textwidget {
	display: none;
}

a.download-pdf{text-align: right;
    width: 100%;
    background: url(./assets/images/swarm_pdf_icon.png) no-repeat left center;
    display: inline-block;
    padding: 10px 0px; background-size:30px;}
	
.lightpapers a.download-pdf{text-align: right;
    width: 100%;
    background: url(./assets/images/swarm_lightpaper_icon.png) no-repeat left center;
    display: inline-block;
    padding: 10px 0px; background-size:30px;} 
	
.page-id-5954 .footer-newsletter {
	display: none;
}
.page-id-5954 .left-sec iframe {
	min-height: 200px;
}
 .footer-newsletter p {
    margin: 12px 0 0;
    padding: 0;
}
.footer-newsletter h2 {
    font-size: 25px;
    margin: 0;
   margin-bottom: 0px;
    padding: 0;
	font-weight: 500;
}
.footer-newsletter {
    clear: both;
    padding:36px 0px 0px;
    display: inherit;
    width: 100%;
    text-align: center;
    max-width: 41%;
    margin: 0 auto;
}
.tabs__item a:hover {
	color: #f3902d;
	text-decoration: underline;
}
.tabs__item a {
	text-decoration: underline;
}	
	.section-news {
	margin-bottom: 60px;
}
	
.announcement-new .new-btn{
/*margin: 0px;
padding: 15px 90px 15px 30px;
border-radius: 5px;	
background: #fcb626; 
background: -moz-linear-gradient(-45deg, #fcb626 0%, #fdd82b 100%);
background: -webkit-linear-gradient(-45deg, #fcb626 0%,#fdd82b 100%);
background: linear-gradient(135deg, #fcb626 0%,#fdd82b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb626', endColorstr='#fdd82b',GradientType=1 );  IE6-9 fallback on horizontal gradient */
	
}
.announcement-new {
	width: 100%;
	float: left;
	text-align: center;
	margin:15px auto;
	position: relative;
	top: -39px;
	z-index: 9;
}
/*.new-btn-left {
	margin-right: 20px;
	margin-top: 7px;
	display: inline-block;
}*/
.announcement-new .rht-arrow {
	position: absolute;
	top: 12px;
	right: 30px;
	font-size: 25px;
}
.announcement-new .new-btn a{
	font-weight: 500;
	font-family: "objektiv-mk1", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.announcement-new .new-btn:hover ,.announcement-new .new-btn:hover a {
    color: #000;
}

.top-hello-bar {
    background: #3f4244;
    color: #fff;
    text-align: center;
    padding: 9px 0;
	position: relative;
}
.field-tip .btn.btn--block {
	background-color: #3f4244;
}
.field-tip .btn.btn--block:hover {
    color: #fff;
    background-color: #f3902d;
}


.new-btn-left a {
  position: absolute;
}
.vp-a:hover {
    color: #000;
}
.new-btn-left a:hover {
background:#EF8D38;
box-shadow: none;
}
.new-btn-left a{
  margin: 0px;
  padding: 9px 30px 9px 30px;
  background: #3f4244;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb626', endColorstr='#fdd82b',GradientType=1 );
  border: 0;
  font-size: 14px;
  border-radius: 2px;
   font-family: "objektiv-mk1", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  -webkit-transition: .6s;
  transition: .6s;
  overflow: hidden;
  text-decoration:none;
  text-align:center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
/*
.new-btn-left a:focus {
  outline: 0;
}
.new-btn-left a:before {
  content: '';
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  width: 60px;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .5;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  -webkit-transform: translateX(-100px) skewX(-15deg);
          transform: translateX(-100px) skewX(-15deg);
}
.new-btn-left a:after {
  content: '';
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  width: 30px;
  height: 100%;
  left: 30px;
  top: 0;
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transform: translateX(-100px) skewX(-15deg);
          transform: translateX(-100px) skewX(-15deg);
}

.new-btn-left a:hover {
  background: #fcb626;
    background: -moz-linear-gradient(-45deg, #fdd82b 0%, #fcb626 100%);
    background: -webkit-linear-gradient(-45deg, #fdd82b 0%,#fcb626 100%);
    background: linear-gradient(135deg, #fdd82b 0%,#fcb626 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd82b', endColorstr='#fcb626',GradientType=1 );
  cursor: pointer;
}

.new-btn-left a:hover:before {
  -webkit-transform: translateX(300px) skewX(-15deg);
          transform: translateX(300px) skewX(-15deg);
  opacity: 0.6;
  -webkit-transition: .7s;
  transition: .7s;
}
.new-btn-left a:hover:after {
  -webkit-transform: translateX(300px) skewX(-15deg);
          transform: translateX(300px) skewX(-15deg);
  opacity: 1;
  -webkit-transition: .7s;
  transition: .7s;
}*/

.new-btn {
	position: absolute;
	left: 0;
	right: 0;
}
.new-btn-left {
	position: absolute;
	left: 0;
	right: 390px;
}


.section.section-with-news {
    padding-top: 50px;
}


.new-btn a {
  position: absolute;
}
.new-btn a:hover{
background:#EF8D38;
}
.new-btn a{
  margin: 0px;
    padding: 9px 76px 9px 30px;
  background: #fcb626;
    background: -moz-linear-gradient(-45deg, #fcb626 0%, #fdd82b 100%);
    background: -webkit-linear-gradient(-45deg, #fcb626 0%,#fdd82b 100%);
    background: linear-gradient(135deg, #fcb626 0%,#fdd82b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb626', endColorstr='#fdd82b',GradientType=1 );
  border: 0;
  font-size: 14px;
  border-radius: 2px;
  font-family: 'Raleway', sans-serif;
  -webkit-transition: .6s;
  transition: .6s;
  overflow: hidden;
  text-decoration:none;
  text-align:center;
}
/*
.new-btn a:focus {
  outline: 0;
}
.new-btn a:before {
  content: '';
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  width: 60px;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .5;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  -webkit-transform: translateX(-100px) skewX(-15deg);
          transform: translateX(-100px) skewX(-15deg);
}
.new-btn a:after {
  content: '';
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  width: 30px;
  height: 100%;
  left: 30px;
  top: 0;
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transform: translateX(-100px) skewX(-15deg);
          transform: translateX(-100px) skewX(-15deg);
}
.new-btn a:hover {
  background: #fcb626;
    background: -moz-linear-gradient(-45deg, #fdd82b 0%, #fcb626 100%);
    background: -webkit-linear-gradient(-45deg, #fdd82b 0%,#fcb626 100%);
    background: linear-gradient(135deg, #fdd82b 0%,#fcb626 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd82b', endColorstr='#fcb626',GradientType=1 );
  cursor: pointer;
}
.new-btn a:hover:before {
  -webkit-transform: translateX(300px) skewX(-15deg);
          transform: translateX(300px) skewX(-15deg);
  opacity: 0.6;
  -webkit-transition: .7s;
  transition: .7s;
}
.new-btn a:hover:after {
  -webkit-transform: translateX(300px) skewX(-15deg);
          transform: translateX(300px) skewX(-15deg);
  opacity: 1;
  -webkit-transition: .7s;
  transition: .7s;
}*/
.announcement-new .rht-arrow {
	position: absolute;
	top: 9px;
	right: 30px;
	font-size: 25px;
}
.announcement .full_pill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
 .top-hello-bar a {
	color: #fff;
}
.top-hello-bar a.close {
    position: absolute;
    right: 100px;
}
.top-hello-bar a {
	margin: 0px 15px;
	position: relative;
	color: #bdbdbd;
}
.top-hello-bar a:hover{
    border-bottom: 2px solid #bdbdbd;
	color:#bdbdbd;
  
}
.zmdi.zmdi-info-outline {
	color: #fdd82b;
	font-size: 27px;
	margin: 0px 11px 0px;
	vertical-align: bottom;
}
.top-hello-bar {
    font-weight: 500;
}
/*********************Video BG*******************/
.bg-video {
  position:absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}

.bg-video #player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -2;
}

.bg-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}

canvas{
  display:block;
  vertical-align:bottom;
}


/* ---- stats.js ---- */

.count-particles{
  /*background: #000022;*/
   background: #fff;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  /*color: #13E8E9;*/
  color:#fff;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */

#particles-js{
  width: 100%;
  height: 100%;
  /*background-color: #b61924;*/
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}


.three-col-New .border--top {
    font-size: 20px;
	font-weight: normal;
}

.home .banner__pattern {
	animation: inherit !important;
}
.home .banner__pattern {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}
.three-col-newMain .brief.three-col-New {
	max-width: 350px;
	padding: 0px 15px;
}
.top-hello-bar .message {
	color: #fff;
	font-weight:400;
	font-size: 14px;
}
.top-hello-bar .type {
	background: #fdd82b;
	color: #000;
	border-radius: 3px;
	padding: 0 8px 1px;
	font-size: 11px;
	font-weight:400;
}
.top-hello-bar .n_read {
	padding: 0;
	margin: 0 5px;
	text-decoration: none;
}
.top-pilbar .top-pill-link {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	margin: 0 !important;
	text-decoration: none;
}
.top-pilbar {
	width: 760px;
	position: relative;
	margin: 0 auto;
}
.top-pilbar .top-pill-link:hover {
	border-bottom: none !important;
}
.page-id-5796 .banner__inner {
background: url(./assets/images/buller_bg.png) no-repeat center;
padding: 110px 0 130px;
}
.page-id-5796 .banner--image .page-title {
	font-size: 65px;
	color: #fff;
	font-weight: 900;
	max-width: 850px;
	text-align: center !important;
	margin: 0 auto;
	line-height:40px;
	font-family: objektiv-mk1, sans-serif;	
}

.message span {
	color: #bdbdbd;
	margin-right: 5px;
}
.lft-arrow .zmdi.zmdi-play {
	font-size: 12px;
	margin-right: 20px;
	transition: all 0.5s;
}
.announcement-new .zmdi.zmdi-slideshow {
	font-size: 24px;
	position: absolute;
	top: -1px;
}
.new-btn-left .lft-arrow {
	margin: 0 30px 0 0;
	position: relative;
}
.top-pilbar:hover .message .n_read {
	border-bottom: 2px solid #bdbdbd;
}
/*.home .banner--image .page-title, .three-col-newMain h2, .section__inner > h2, .three-col-New .border--top, .headline-cta h2, 
.widget_media_gallery h2.widget-title, .member__filter span.border--top {
	font-style: italic;
}*/
.home .banner--image .page-title {
	font-style: italic;
}

.bloc-scenario svg * {
		fill: none;
		stroke: currentColor;
	}

/* Common components */
.bloc {
	color: #F7A800;
	padding: 1px 0 30px;
	clear: both;
}
			

			

/* Blocs */

.bloc-scenario { color: #F7A800; }

#polaroid {
	float: left;
	width: 270px; height: auto;
	stroke: #f9f9f9;
	stroke-width: 5;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
	margin-bottom: 25px;
	margin-top: 12px;
}


/********Home page video*********/
.page-id-6676 .banner__inner{
background: rgba(0, 0, 0, 0.4);
}

.page-id-6676 .banner--image .page-title {
	font-size: 65px;
	color: #fff;
	font-weight: 900;
	max-width: 850px;
	text-align: center !important;
	margin: 0 auto;
	line-height:40px;
	font-family: objektiv-mk1, sans-serif;	
	text-shadow: 0px 2px 5px #333;
	font-style: italic;
}
.page-id-6676 .banner__pattern {
animation: inherit !important;
}
.page-id-6676 .banner__pattern {
    top: 0;
}
.page-id-6676 .announcement-new {
	top: -125px;
}
.page-id-6676 .cd-words-wrapper b {
	text-shadow: 0px 2px 5px #333;
	font-family: objektiv-mk1, sans-serif;
}
.page-id-6676 #banner h4 {
	text-shadow: 0px 2px 5px #333;
}
.home .brief.three-col-New svg {
	margin-top: 8px;
}
.page-template-homevideoTemplate .three-col-newMain .col-12.col-lg-4:nth-child(2) {
	margin-top: -25px;
}
footer .site-footer__footer-navigation li:not(:first-child) {
	margin-left: 1.600rem;
}
.discourse-signin-btn, .discourse-createacc-btn {
    padding: 10px 30px;
    background: #212b35;
    color: #fff;
    border-radius: 5px;
    font-size: 17px;
    font-family: "objektiv-mk1", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	margin-right: 20px;
	margin-top: 30px;
	float: left;
}
.discourse-signin-btn:hover, .discourse-createacc-btn:hover {
    background: #f3902d;
	color:#fff;
}
.discoure-main {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	max-width: 375px;
}
/* css  page-template-march-madness-template */

.page-template-march-madness-template .banner__pattern {
	position: absolute;
	top: 0;
	right: 0 ;
	animation: infinite;
	left: 0 ;
}
.page-template-march-madness-template .banner__pattern img {
	width: 100%;
}
 ol.mmollist li {
    margin-bottom: 20px;
}
ol.mmollist ul.mmolinnerul li {
    margin-bottom: inherit;
}
.page-template-march-madness-template .banner__inner {
	padding: 13.8% 100%;
}
.news-letter .input-group-btn .btn.btn-secondary {
	display: block;
}

form.signup-form{
    width:100%;
}

.signup-form input#email {
    height: 60px;
    float: left;
    outline: none;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.page-template-march-madness-template .banner__pattern img {
	width: 34% !important;
}
.news-letter-inner-pages p {
	font-size: 30px!important;
}
.news-letter-inner-pages .signup-form input#email {
	width: 100%!important;
	margin-bottom:10px!important;
}
.news-letter-inner-pages .btn {
	padding: 8px 50px!important;
	margin: 0 auto!important;
}
.col-auto .field-tip {
	right: 40px;
	top: 5px;
}
.field-tip {
    position: relative;
    cursor: help;
}
.field-tip .btn.btn--block {
	background-color: inherit !important;
	color: #000;
	padding: 0 !important;
	min-width: inherit !important;
	font-weight: 800;
}
.field-tip .btn.btn--block:hover{color: #000;}
}
html {
    margin-top: 0!important;
}
/* news-letter-inner-pages */
.news-letter-inner-pages {
	padding: 70px 0px;
	float:left;
	background: #f4f6f8;
	width: 100%;
}
.news-letter-inner-pages p {
	font-size: 40px;
	color: #2b2e33;
	font-family: "objektiv-mk1", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 800;
	text-align:center;
}
.news-letter-inner-pages .input-group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}
.news-letter-inner-pages form.signup-form {
	width: 100%;
}
.news-letter-inner-pages .signup-form input#email {
	height: 60px;
	float: left;
	outline: none;
}
.news-letter-inner-pages .form-control {
	display: block;
	width: 67%;
	padding: .375rem 1.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: none;
	font-weight: 600;
	border-radius: 3px 0 0 3px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	font-family: "objektiv-mk1", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.news-letter-inner-pages .input-group-btn .btn.btn-secondary {
	display: block;
}
.news-letter-inner-pages .btn {
	border-radius: 0px;
	background: #1c2226;
	color: #fff;
	padding: 9px 29px;
	font-family: "objektiv-mk1", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 500 !important;
	font-size: 14px;
	cursor: pointer;
}
.news-letter-inner-pages input::placeholder {
	color: #b2b3b4;
	opacity: 1;
}
.left-sec input{
	border: 1px solid #212b35!important;
	margin-bottom:15px;
	font-family: "objektiv-mk1", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    border-radius:0px!important;
}
.left-sec input::placeholder {
	color: #b2b3b4;
	opacity: 1;
}
.left-sec input:focus{
	border: 1px solid #f3902d!important;
}

.left-sec input[type="submit"] {
	display: block!important;
	margin: 20px auto 0px; ;
	width: 300px;
	font-size:15px;
	font-family: "objektiv-mk1", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.left-sec {
	padding-top: 42px;
}
.newsletterleftpanel .left-sec {
	padding-top: 0;
}
.left-sec h2.signTitle {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px !important;
	font-family:"objektiv-mk1", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.single .banner__inner .page-description {
	text-align: left !important;
	width: 100% !important;
	float: left !important;
	max-width: 100% !important;
	color: #3f4244 !important;
	padding: 20px 0px !important;
}