@charset "UTF-8";
/*!
Theme Name: Yorke
Theme URI: http://yorke.thememove.com
Author: ThemeMove Team
Author URI: http://thememove.com
Description: A modern multipurpose WordPress theme
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yorke
Tags: editor-style, featured-images, post-formats, sticky-post, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Settings
# Tools
# Generic
# Elements
# Objects
# Components
# Trumps
--------------------------------------------------------------*/
/*
Settings store all variables, config switches, etc.
Split up into logical sections, the smaller and simpler the better.
*/
/*
Tools store all programic Sass functionality.
If your tooling is simplistic enough, you can do something like:
  tools.mixins
If your tooling is more complex you can split it up like:
  tools.grid
  tools.typography
  etc.
*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

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

img {
  border-style: none; }

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

html {
  box-sizing: border-box; }

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

@-ms-viewport {
  width: device-width; }

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #292b2c;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

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

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #0275d8;
  text-decoration: none; }
  a:focus, a:hover {
    color: #014c8c;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse;
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  line-height: inherit; }

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: normal; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #636c72; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0; }

.blockquote-reverse .blockquote-footer::before {
  content: ""; }

.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #636c72; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25rem; }
  a > code {
    padding: 0;
    color: inherit;
    background-color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #292b2c;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #292b2c; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 576px) {
    .container {
      width: 540px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      width: 720px;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container {
      width: 960px;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .container {
      width: 1140px;
      max-width: 100%; } }

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 576px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    .row {
      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-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-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-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-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-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .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-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-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-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-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-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .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-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-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-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-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-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .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-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-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-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-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-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .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-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-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-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-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-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
      padding-right: 15px;
      padding-left: 15px; } }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

.pull-0 {
  right: auto; }

.pull-1 {
  right: 8.33333%; }

.pull-2 {
  right: 16.66667%; }

.pull-3 {
  right: 25%; }

.pull-4 {
  right: 33.33333%; }

.pull-5 {
  right: 41.66667%; }

.pull-6 {
  right: 50%; }

.pull-7 {
  right: 58.33333%; }

.pull-8 {
  right: 66.66667%; }

.pull-9 {
  right: 75%; }

.pull-10 {
  right: 83.33333%; }

.pull-11 {
  right: 91.66667%; }

.pull-12 {
  right: 100%; }

.push-0 {
  left: auto; }

.push-1 {
  left: 8.33333%; }

.push-2 {
  left: 16.66667%; }

.push-3 {
  left: 25%; }

.push-4 {
  left: 33.33333%; }

.push-5 {
  left: 41.66667%; }

.push-6 {
  left: 50%; }

.push-7 {
  left: 58.33333%; }

.push-8 {
  left: 66.66667%; }

.push-9 {
  left: 75%; }

.push-10 {
  left: 83.33333%; }

.push-11 {
  left: 91.66667%; }

.push-12 {
  left: 100%; }

.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.33333%; }
  .pull-sm-2 {
    right: 16.66667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.33333%; }
  .pull-sm-5 {
    right: 41.66667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.33333%; }
  .pull-sm-8 {
    right: 66.66667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.33333%; }
  .pull-sm-11 {
    right: 91.66667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.33333%; }
  .push-sm-2 {
    left: 16.66667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.33333%; }
  .push-sm-5 {
    left: 41.66667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.33333%; }
  .push-sm-8 {
    left: 66.66667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.33333%; }
  .push-sm-11 {
    left: 91.66667%; }
  .push-sm-12 {
    left: 100%; }
  .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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.33333%; }
  .pull-md-2 {
    right: 16.66667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.33333%; }
  .pull-md-5 {
    right: 41.66667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.33333%; }
  .pull-md-8 {
    right: 66.66667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.33333%; }
  .pull-md-11 {
    right: 91.66667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.33333%; }
  .push-md-2 {
    left: 16.66667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.33333%; }
  .push-md-5 {
    left: 41.66667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.33333%; }
  .push-md-8 {
    left: 66.66667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.33333%; }
  .push-md-11 {
    left: 91.66667%; }
  .push-md-12 {
    left: 100%; }
  .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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.33333%; }
  .pull-lg-2 {
    right: 16.66667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.33333%; }
  .pull-lg-5 {
    right: 41.66667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.33333%; }
  .pull-lg-8 {
    right: 66.66667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.33333%; }
  .pull-lg-11 {
    right: 91.66667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.33333%; }
  .push-lg-2 {
    left: 16.66667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.33333%; }
  .push-lg-5 {
    left: 41.66667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.33333%; }
  .push-lg-8 {
    left: 66.66667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.33333%; }
  .push-lg-11 {
    left: 91.66667%; }
  .push-lg-12 {
    left: 100%; }
  .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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.33333%; }
  .pull-xl-2 {
    right: 16.66667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.33333%; }
  .pull-xl-5 {
    right: 41.66667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.33333%; }
  .pull-xl-8 {
    right: 66.66667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.33333%; }
  .pull-xl-11 {
    right: 91.66667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.33333%; }
  .push-xl-2 {
    left: 16.66667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.33333%; }
  .push-xl-5 {
    left: 41.66667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.33333%; }
  .push-xl-8 {
    left: 66.66667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.33333%; }
  .push-xl-11 {
    left: 91.66667%; }
  .push-xl-12 {
    left: 100%; }
  .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%; } }

@media (min-width: 1920px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-xxl-0 {
    right: auto; }
  .pull-xxl-1 {
    right: 8.33333%; }
  .pull-xxl-2 {
    right: 16.66667%; }
  .pull-xxl-3 {
    right: 25%; }
  .pull-xxl-4 {
    right: 33.33333%; }
  .pull-xxl-5 {
    right: 41.66667%; }
  .pull-xxl-6 {
    right: 50%; }
  .pull-xxl-7 {
    right: 58.33333%; }
  .pull-xxl-8 {
    right: 66.66667%; }
  .pull-xxl-9 {
    right: 75%; }
  .pull-xxl-10 {
    right: 83.33333%; }
  .pull-xxl-11 {
    right: 91.66667%; }
  .pull-xxl-12 {
    right: 100%; }
  .push-xxl-0 {
    left: auto; }
  .push-xxl-1 {
    left: 8.33333%; }
  .push-xxl-2 {
    left: 16.66667%; }
  .push-xxl-3 {
    left: 25%; }
  .push-xxl-4 {
    left: 33.33333%; }
  .push-xxl-5 {
    left: 41.66667%; }
  .push-xxl-6 {
    left: 50%; }
  .push-xxl-7 {
    left: 58.33333%; }
  .push-xxl-8 {
    left: 66.66667%; }
  .push-xxl-9 {
    left: 75%; }
  .push-xxl-10 {
    left: 83.33333%; }
  .push-xxl-11 {
    left: 91.66667%; }
  .push-xxl-12 {
    left: 100%; }
  .offset-xxl-0 {
    margin-left: 0%; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

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

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

.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

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

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

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

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

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

@media (max-width: 1919px) {
  .hidden-xl-down {
    display: none !important; } }

@media (min-width: 1920px) {
  .hidden-xxl-up {
    display: none !important; } }

.hidden-xxl-down {
  display: none !important; }

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

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

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

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

.m-0 {
  margin: 0 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-1 {
  margin: 0.25rem 0.25rem !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mr-1 {
  margin-right: 0.25rem !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.ml-1 {
  margin-left: 0.25rem !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.m-2 {
  margin: 0.5rem 0.5rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.m-3 {
  margin: 1rem 1rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mr-3 {
  margin-right: 1rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.ml-3 {
  margin-left: 1rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-4 {
  margin: 1.5rem 1.5rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mr-4 {
  margin-right: 1.5rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.ml-4 {
  margin-left: 1.5rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-5 {
  margin: 3rem 3rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mr-5 {
  margin-right: 3rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.ml-5 {
  margin-left: 3rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-0 {
  padding: 0 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-1 {
  padding: 0.25rem 0.25rem !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pr-1 {
  padding-right: 0.25rem !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pl-1 {
  padding-left: 0.25rem !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.p-2 {
  padding: 0.5rem 0.5rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pr-2 {
  padding-right: 0.5rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pl-2 {
  padding-left: 0.5rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.p-3 {
  padding: 1rem 1rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pr-3 {
  padding-right: 1rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pl-3 {
  padding-left: 1rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-4 {
  padding: 1.5rem 1.5rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pr-4 {
  padding-right: 1.5rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pl-4 {
  padding-left: 1.5rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-5 {
  padding: 3rem 3rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pr-5 {
  padding-right: 3rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.pl-5 {
  padding-left: 3rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto {
  margin-top: auto !important; }

.mr-auto {
  margin-right: auto !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-auto {
  margin-left: auto !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1 {
    margin-left: 0.25rem !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2 {
    margin-left: 0.5rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem 1rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3 {
    margin-left: 1rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4 {
    margin-left: 1.5rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem 3rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5 {
    margin-left: 3rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-sm-0 {
    padding: 0 0 !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0 {
    padding-left: 0 !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1 {
    padding-left: 0.25rem !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2 {
    padding-left: 0.5rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem 1rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3 {
    padding-left: 1rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4 {
    padding-left: 1.5rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem 3rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5 {
    padding-left: 3rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto {
    margin-left: auto !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-md-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1 {
    margin-left: 0.25rem !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2 {
    margin-left: 0.5rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem 1rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3 {
    margin-left: 1rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4 {
    margin-left: 1.5rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem 3rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5 {
    margin-left: 3rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-md-0 {
    padding: 0 0 !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-md-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1 {
    padding-left: 0.25rem !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2 {
    padding-left: 0.5rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem 1rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3 {
    padding-left: 1rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4 {
    padding-left: 1.5rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem 3rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5 {
    padding-left: 3rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto {
    margin-left: auto !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1 {
    margin-left: 0.25rem !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2 {
    margin-left: 0.5rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem 1rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3 {
    margin-left: 1rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4 {
    margin-left: 1.5rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem 3rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5 {
    margin-left: 3rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-lg-0 {
    padding: 0 0 !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1 {
    padding-left: 0.25rem !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2 {
    padding-left: 0.5rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem 1rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3 {
    padding-left: 1rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4 {
    padding-left: 1.5rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem 3rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5 {
    padding-left: 3rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 0 !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0 {
    margin-left: 0 !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1 {
    margin-left: 0.25rem !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2 {
    margin-left: 0.5rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem 1rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3 {
    margin-left: 1rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4 {
    margin-left: 1.5rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem 3rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5 {
    margin-left: 3rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-xl-0 {
    padding: 0 0 !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0 {
    padding-left: 0 !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1 {
    padding-left: 0.25rem !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2 {
    padding-left: 0.5rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem 1rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3 {
    padding-left: 1rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4 {
    padding-left: 1.5rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem 3rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5 {
    padding-left: 3rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto {
    margin-left: auto !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 1920px) {
  .m-xxl-0 {
    margin: 0 0 !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0 {
    margin-left: 0 !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1 {
    margin-left: 0.25rem !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2 {
    margin-left: 0.5rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem 1rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3 {
    margin-left: 1rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4 {
    margin-left: 1.5rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem 3rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5 {
    margin-left: 3rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-xxl-0 {
    padding: 0 0 !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0 {
    padding-left: 0 !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1 {
    padding-left: 0.25rem !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2 {
    padding-left: 0.5rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem 1rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3 {
    padding-left: 1rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4 {
    padding-left: 1.5rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem 3rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5 {
    padding-left: 3rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto {
    margin-left: auto !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

/*
Generic rules are project-agnostic.
These can be copied from any project to the next
*/
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

@-webkit-keyframes rainbow {
  0% {
    background-position: 0% 82%; }
  50% {
    background-position: 100% 19%; }
  100% {
    background-position: 0% 82%; } }

@-moz-keyframes rainbow {
  0% {
    background-position: 0% 82%; }
  50% {
    background-position: 100% 19%; }
  100% {
    background-position: 0% 82%; } }

@-o-keyframes rainbow {
  0% {
    background-position: 0% 82%; }
  50% {
    background-position: 100% 19%; }
  100% {
    background-position: 0% 82%; } }

@keyframes rainbow {
  0% {
    background-position: 0% 82%; }
  50% {
    background-position: 100% 19%; }
  100% {
    background-position: 0% 82%; } }

@keyframes spinner {
  to {
    transform: rotate(360deg); } }

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }

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

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }

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

@-webkit-keyframes floating {
  from {
    -webkit-transform: translate(0, 0px); }
  65% {
    -webkit-transform: translate(0, 15px); }
  to {
    -webkit-transform: translate(0, 0px); } }

@-moz-keyframes floating {
  from {
    -moz-transform: translate(0, 0px); }
  65% {
    -moz-transform: translate(0, 15px); }
  to {
    -moz-transform: translate(0, 0px); } }

/* Chrome, Safari, Opera */
@-webkit-keyframes zoomOut {
  0% {
    transform: scale(0.5); }
  100% {
    transform: scale(1); } }

/* Standard syntax */
@keyframes zoomOut {
  0% {
    transform: scale(0.5); }
  100% {
    transform: scale(1); } }

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0); }
  40%, 60% {
    transform: translate3d(4px, 0, 0); } }

@keyframes breath {
  0% {
    background-size: 100% auto; }
  50% {
    background-size: 110% auto; }
  100% {
    background-size: 100% auto; } }

@keyframes textAnimation01 {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 0%, 0 100%, 0% 100%);
    clip-path: polygon(100% 0, 100% 0%, 0 100%, 0% 100%); }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0); } }

@keyframes textAnimation02 {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%); }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%); } }

@keyframes textAnimation03 {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%); }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%); } }

@keyframes textAnimation04 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }

.primary-color {
  color: #124AF5; }

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

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

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

.vertical-center {
  display: flex;
  align-items: center;
  align-self: center;
  align-content: center; }

.vertical-bottom {
  display: flex;
  align-items: flex-end;
  align-self: flex-end;
  align-content: flex-end; }

body .col-md-4p {
  width: 100%; }
  @media (min-width: 768px) {
    body .col-md-4p {
      width: 40%; } }

body .col-md-6p {
  width: 100%; }
  @media (min-width: 768px) {
    body .col-md-6p {
      width: 60%; } }

@media (max-width: 991px) {
  body .md-reset-padding {
    padding: 0 !important; } }

.ofw-100 {
  font-weight: 100; }

.ofw-200 {
  font-weight: 200; }

.ofw-300 {
  font-weight: 300; }

.ofw-400 {
  font-weight: 400; }

.ofw-500 {
  font-weight: 500; }

.ofw-600 {
  font-weight: 600; }

.ofw-700 {
  font-weight: 700; }

.ofw-800 {
  font-weight: 800; }

.ofw-900 {
  font-weight: 900; }

.ofs-normal {
  font-style: normal; }

.ofs-italic {
  font-style: italic; }

.ofs-oblique {
  font-style: oblique; }

.ofs-initial {
  font-style: initial; }

.ofs-inherit {
  font-style: inherit; }

@media (min-width: 576px) {
  .relative-visible {
    position: relative !important;
    overflow: visible !important; }
  .static-visible {
    position: static !important;
    overflow: visible !important; } }

@media (max-width: 767px) {
  html .reset-mrg-top-sm, html .reset-mrg-top-sm .vc_column-inner {
    margin-top: 0 !important; } }

@media (min-width: 768px) {
  .rm-maxwidth {
    float: right; }
    .rm-maxwidth, .rm-maxwidth * {
      max-width: none !important; } }

.bg-fixed .vc_column-inner {
  background-attachment: fixed; }

@media (max-width: 1199px) {
  .col-aboutme .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

.slick-track:before, .slick-track:after {
  display: block !important; }

@media (min-width: 768px) {
  html .mw-auto, html .mw-auto * {
    max-width: none !important; } }

@media (max-width: 991px) {
  html .mw-auto {
    margin: 0 !important; } }

#content {
  overflow: hidden; }

/*
Elements are rules for classless HTML tags.
There can exist no classes at this layer, only further into our triangle.
*/
body.bg-white {
  background-color: #fff; }

body.bg-black {
  background-color: #000; }

.btn, .comments-area .comment-form input[type="submit"], .insight-button a, .insight-contact-form input[type="submit"], .insight-price-box .link a, .insight-subscribe.style-01 input[type="submit"], body.error404 .content-area .content-404-links a {
  box-sizing: border-box;
  display: inline-block;
  height: 70px;
  line-height: 68px;
  border-width: 1px;
  border-style: solid;
  color: #fff;
  background-color: #124AF5;
  border-color: #124AF5;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 0 40px;
  outline: none;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.5s; }
  .btn.btn-red, .comments-area .comment-form input.btn-red[type="submit"], .insight-button a.btn-red, .insight-contact-form input.btn-red[type="submit"], .insight-price-box .link a.btn-red, .insight-subscribe.style-01 input.btn-red[type="submit"], body.error404 .content-area .content-404-links a.btn-red {
    background-color: #D0021B;
    border-color: #D0021B; }
  .btn:hover, .comments-area .comment-form input[type="submit"]:hover, .insight-button a:hover, .insight-contact-form input[type="submit"]:hover, .insight-price-box .link a:hover, .insight-subscribe.style-01 input[type="submit"]:hover, body.error404 .content-area .content-404-links a:hover {
    color: #fff;
    background-color: #000;
    border-color: #000; }

h1, h2, h3, h4, h5, h6 {
  font-family: Poppins;
  font-weight: 700; }

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

a {
  color: #222;
  transition: all 0.5s; }

a:focus,
a:hover {
  color: #124AF5;
  text-decoration: none;
  outline: none; }

.insight-pagination {
  display: block;
  text-align: center;
  margin: 0;
  width: 100%; }
  .insight-pagination a.page-numbers,
  .insight-pagination span.page-numbers {
    display: inline-block;
    text-transform: uppercase;
    color: #222;
    font-weight: 700;
    background-color: #eee;
    border: none;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 3px;
    border-radius: 5px;
    transition: all 0.5s; }
    .insight-pagination a.page-numbers.current, .insight-pagination a.page-numbers:hover,
    .insight-pagination span.page-numbers.current,
    .insight-pagination span.page-numbers:hover {
      color: #fff;
      background-color: #222; }
    .insight-pagination a.page-numbers.next,
    .insight-pagination span.page-numbers.next {
      font-size: 0; }
      .insight-pagination a.page-numbers.next:before,
      .insight-pagination span.page-numbers.next:before {
        content: "\f105";
        font-family: FontAwesome;
        font-size: 16px; }
    .insight-pagination a.page-numbers.prev,
    .insight-pagination span.page-numbers.prev {
      font-size: 0; }
      .insight-pagination a.page-numbers.prev:before,
      .insight-pagination span.page-numbers.prev:before {
        content: "\f104";
        font-family: FontAwesome;
        font-size: 16px; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

td, th {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
  vertical-align: middle; }

th {
  font-weight: 700;
  color: #222; }

table th.empty {
  visibility: hidden;
  border: 0;
  background: none; }

table tr:nth-child(2n) td {
  background: rgba(0, 0, 0, 0.01); }

/*
Objects are "formless", in other words invisible to the user, no cosmetics
  Eg. wrappers, grid systems, etc.
This is the first layer of classes and should be agnostically named
  Eg. list-inline, ui-list, etc.
*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  clear: both; }

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  [text-align='left'] {
    text-align: left; }
  [text-align='right'] {
    text-align: right; }
  [text-align='center'] {
    text-align: center; } }

[data-balloon] {
  position: relative; }
  [data-balloon]:after {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.18s ease-out 0.18s;
    position: absolute;
    z-index: 10;
    padding: .5em 1em;
    border-radius: 4px;
    background: rgba(17, 17, 17, 0.9);
    color: #fff;
    content: attr(data-balloon);
    white-space: nowrap;
    font-size: 12px; }
  [data-balloon]:before {
    background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(0)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
    background-size: 100% auto;
    width: 18px;
    height: 6px;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.18s ease-out 0.18s;
    position: absolute;
    z-index: 10;
    content: ''; }
  [data-balloon]:hover:before, [data-balloon]:hover:after {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    pointer-events: auto; }
  [data-balloon][data-balloon-break]:after {
    white-space: normal; }
  [data-balloon][data-balloon-pos="up"]:after {
    bottom: 100%;
    left: 50%;
    margin-bottom: 11px;
    -webkit-transform: translate(-50%, 10px);
    -moz-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top; }
  [data-balloon][data-balloon-pos="up"]:before {
    bottom: 100%;
    left: 50%;
    margin-bottom: 5px;
    -webkit-transform: translate(-50%, 10px);
    -moz-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top; }
  [data-balloon][data-balloon-pos="up"]:hover:after {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  [data-balloon][data-balloon-pos="up"]:hover:before {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  [data-balloon][data-balloon-pos='down']:after {
    top: 100%;
    left: 50%;
    margin-top: 11px;
    -webkit-transform: translate(-50%, -10px);
    -moz-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px); }
  [data-balloon][data-balloon-pos='down']:before {
    background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(180 18 6)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
    background-size: 100% auto;
    width: 18px;
    height: 6px;
    top: 100%;
    left: 50%;
    margin-top: 5px;
    -webkit-transform: translate(-50%, -10px);
    -moz-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px); }
  [data-balloon][data-balloon-pos='down']:hover:after {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  [data-balloon][data-balloon-pos='down']:hover:before {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  [data-balloon][data-balloon-pos='left']:after {
    top: 50%;
    right: 100%;
    margin-right: 11px;
    -webkit-transform: translate(10px, -50%);
    -moz-transform: translate(10px, -50%);
    -ms-transform: translate(10px, -50%);
    transform: translate(10px, -50%); }
  [data-balloon][data-balloon-pos='left']:before {
    background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="36px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(-90 18 18)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
    background-size: 100% auto;
    width: 6px;
    height: 18px;
    top: 50%;
    right: 100%;
    margin-right: 5px;
    -webkit-transform: translate(10px, -50%);
    -moz-transform: translate(10px, -50%);
    -ms-transform: translate(10px, -50%);
    transform: translate(10px, -50%); }
  [data-balloon][data-balloon-pos='left']:hover:after {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  [data-balloon][data-balloon-pos='left']:hover:before {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  [data-balloon][data-balloon-pos='right']:after {
    top: 50%;
    left: 100%;
    margin-left: 11px;
    -webkit-transform: translate(-10px, -50%);
    -moz-transform: translate(-10px, -50%);
    -ms-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%); }
  [data-balloon][data-balloon-pos='right']:before {
    background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="36px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(90 6 6)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
    background-size: 100% auto;
    width: 6px;
    height: 18px;
    top: 50%;
    left: 100%;
    margin-left: 5px;
    -webkit-transform: translate(-10px, -50%);
    -moz-transform: translate(-10px, -50%);
    -ms-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%); }
  [data-balloon][data-balloon-pos='right']:hover:after {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  [data-balloon][data-balloon-pos='right']:hover:before {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  [data-balloon][data-balloon-length='small']:after {
    width: 80px;
    white-space: normal; }
  [data-balloon][data-balloon-length='medium']:after {
    width: 150px;
    white-space: normal; }
  [data-balloon][data-balloon-length='large']:after {
    width: 260px;
    white-space: normal; }
  [data-balloon][data-balloon-length='xlarge']:after {
    width: 380px;
    white-space: normal; }
    @media screen and (max-width: 768px) {
      [data-balloon][data-balloon-length='xlarge']:after {
        white-space: normal;
        width: 90vw; } }
  [data-balloon][data-balloon-length='fit']:after {
    width: 100%;
    white-space: normal; }

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-right: auto;
    margin-left: auto; }
  .wp-caption .wp-caption-text {
    margin: .8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*
Components are the stuff of UI. Eg. buttons, special titles, etc.
These get much more explicitly named: eg. products-list, etc.
*/
body.page .comments-area {
  padding-top: 60px;
  padding-bottom: 60px; }

.comments-area .comments-title, .comments-area .comment-reply-title {
  color: #222;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee; }

.comments-area .comment-list {
  list-style: none;
  margin: 0 0 30px 0;
  background-color: #fff;
  border-top: none;
  padding: 0; }
  .comments-area .comment-list .comment-respond {
    margin-top: 10px; }
  .comments-area .comment-list > li:last-child .comment-body {
    border-bottom: none; }
  .comments-area .comment-list li.comment {
    list-style-type: none; }
  .comments-area .comment-list li.parent {
    padding-bottom: 0; }
  .comments-area .comment-list li.pingback .comment-body {
    padding-left: 0; }
    @media (max-width: 991px) {
      .comments-area .comment-list li.pingback .comment-body {
        padding-left: 0; } }
  .comments-area .comment-list li .comment-body {
    margin: 0;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-bottom: 35px;
    padding-top: 35px;
    padding-left: 145px; }
    @media (max-width: 991px) {
      .comments-area .comment-list li .comment-body {
        padding-left: 70px; } }
    .comments-area .comment-list li .comment-body .fn {
      font-size: 17px;
      color: #222;
      font-weight: 700;
      clear: both;
      display: block;
      margin-bottom: 10px; }
      .comments-area .comment-list li .comment-body .fn a {
        color: #222; }
        .comments-area .comment-list li .comment-body .fn a:hover {
          color: #124AF5; }
    .comments-area .comment-list li .comment-body .comment-author {
      display: inline-block;
      position: absolute;
      top: 35px;
      left: 0;
      border-radius: 50%;
      overflow: hidden; }
      @media (max-width: 991px) {
        .comments-area .comment-list li .comment-body .comment-author img {
          max-width: 50px; } }
    .comments-area .comment-list li .comment-body .comment-meta {
      font-size: 12px;
      line-height: 1;
      display: inline-block; }
      .comments-area .comment-list li .comment-body .comment-meta a {
        color: #777; }
        .comments-area .comment-list li .comment-body .comment-meta a:hover {
          color: #222; }
    .comments-area .comment-list li .comment-body .reply {
      display: inline-block; }
      .comments-area .comment-list li .comment-body .reply a {
        color: #777;
        font-size: 12px;
        padding-left: 5px;
        border-left: 1px solid #777;
        line-height: 1; }
        .comments-area .comment-list li .comment-body .reply a:hover {
          color: #222; }
    .comments-area .comment-list li .comment-body .comment-text {
      margin-bottom: 5px; }
      .comments-area .comment-list li .comment-body .comment-text table td,
      .comments-area .comment-list li .comment-body .comment-text table th {
        border: 1px solid #ccc;
        padding: 5px 10px; }
      .comments-area .comment-list li .comment-body .comment-text li {
        padding: 5px;
        border: none; }
      .comments-area .comment-list li .comment-body .comment-text > p:last-child {
        margin-bottom: 0; }
  .comments-area .comment-list li .children > li > .comment-body {
    padding-left: 190px; }
    @media (max-width: 991px) {
      .comments-area .comment-list li .children > li > .comment-body {
        padding-left: 70px; } }
    .comments-area .comment-list li .children > li > .comment-body > .comment-author {
      margin-left: 50px; }
      @media (max-width: 991px) {
        .comments-area .comment-list li .children > li > .comment-body > .comment-author {
          margin-left: 0; } }
  .comments-area .comment-list li .children {
    margin: 0;
    padding-left: 0;
    clear: both;
    display: block;
    position: relative; }
    .comments-area .comment-list li .children li {
      clear: both;
      display: block;
      padding: 0 0 1px;
      border: none; }
    .comments-area .comment-list li .children .comment-respond {
      margin-bottom: 30px; }

.comments-area .comment-form .logged-in-as {
  margin-bottom: 15px; }

.comments-area .comment-form input {
  width: 100%;
  border: none;
  background-color: #F5F5F5;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  margin-bottom: 20px;
  outline: none; }

.comments-area .comment-form textarea {
  width: 100%;
  padding: 20px;
  border: none;
  background-color: #F5F5F5;
  height: 180px;
  margin-bottom: 20px;
  outline: none; }

.comments-area .comment-form p {
  margin: 0;
  line-height: 1; }

.comments-area .comment-form input[type="submit"]:hover {
  color: #fff;
  background-color: #222;
  border-color: #222; }

.insight-footer {
  display: flex;
  align-content: center;
  align-self: center;
  align-items: center;
  justify-content: center;
  height: 100px; }

@media (min-width: 768px) {
  .bb-footer-container .vc_row[data-vc-full-width="true"]:not(.vc_row-no-padding) {
    padding-left: 85px;
    padding-right: 85px; } }

.bb-footer-container .bbfb-social .bbfb-social-item {
  padding: 0 20px 0 0;
  line-height: 1; }

.bb-footer-container .bbfb-social.bbfb-social-light li a {
  font-size: 20px;
  color: #fff; }
  .bb-footer-container .bbfb-social.bbfb-social-light li a:hover {
    color: #777; }

@media (max-width: 991px) {
  .bb-footer-container .bb-footer-inside > .vc_row {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

.bb-footer-container .bb-footer-inside > p {
  margin-top: 0;
  margin-bottom: 0; }

body.footer-float-left .bb-footer-container {
  position: fixed;
  left: 50px;
  top: 50%;
  transform: translate(-50%, -50%); }
  body.footer-float-left .bb-footer-container .bb-footer-inside {
    transform: rotate(90deg);
    transform-origin: 50% 50%; }
  @media (max-width: 991px) {
    body.footer-float-left .bb-footer-container {
      display: none; } }

.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

header.layout-01 {
  display: inline-block;
  width: 100%; }
  header.layout-01 .header-search {
    padding: 0 15px;
    text-align: center; }
    header.layout-01 .header-search input {
      text-align: center; }
  header.layout-01 .header-nav {
    position: relative;
    z-index: 999;
    transition: all 0.5s; }
    header.layout-01 .header-nav .header-center nav {
      text-align: center; }
      header.layout-01 .header-nav .header-center nav .menu__container {
        display: inline-block; }
    header.layout-01 .header-nav .header-right {
      text-align: right; }
      header.layout-01 .header-nav .header-right #open-right i {
        cursor: pointer; }

header.layout-02 {
  display: inline-block;
  width: 100%; }
  header.layout-02 .header-search {
    padding: 0 15px;
    text-align: center; }
    header.layout-02 .header-search input {
      text-align: center; }
  header.layout-02 .header-nav {
    position: relative;
    z-index: 999;
    transition: all 0.5s; }
    header.layout-02 .header-nav .header-right {
      text-align: right; }
      header.layout-02 .header-nav .header-right #open-right i {
        cursor: pointer; }

header.style-overlay {
  background-color: transparent !important; }
  header.style-overlay .header:not(.headroom--not-top), header.style-overlay.header:not(.headroom--not-top) {
    position: absolute; }
    header.style-overlay .header:not(.headroom--not-top).overlay-white #menu > ul > li > a, header.style-overlay.header:not(.headroom--not-top).overlay-white #menu > ul > li > a {
      color: #fff; }
    header.style-overlay .header:not(.headroom--not-top).overlay-white #open-right *, header.style-overlay.header:not(.headroom--not-top).overlay-white #open-right * {
      color: #fff; }
  header.style-overlay.headroom--not-top .header-nav {
    padding-top: 0;
    padding-bottom: 0; }

.header-search-wrap {
  display: inline-block;
  vertical-align: middle;
  height: 20px; }
  .header-search-wrap .header-search-btn {
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    text-align: left;
    margin-left: 30px; }
    .header-search-wrap .header-search-btn:before {
      content: "\f002";
      font-family: FontAwesome;
      font-size: 20px;
      line-height: 20px;
      font-weight: 400;
      color: #1f1f1f;
      transition: all 0.5s; }
      header.header.color-light .header-search-wrap .header-search-btn:before {
        color: #fff; }
      header.header.headroom--not-top .header-search-wrap .header-search-btn:before {
        color: #1f1f1f; }

.header-search-form {
  width: 100%;
  background-color: #222;
  color: #fff;
  display: none;
  position: relative;
  z-index: 9; }
  .header-search-form form {
    padding-left: 30px;
    position: relative; }
    .header-search-form form label {
      margin: 0;
      width: 100%; }
      .header-search-form form label span.screen-reader-text {
        display: none; }
    .header-search-form form input[type="search"] {
      border: none;
      background: none;
      color: #fff !important;
      font-size: 16px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      padding: 0;
      width: 100%;
      letter-spacing: 0.01em; }
      .header-search-form form input[type="search"]::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: rgba(255, 255, 255, 0.5); }
      .header-search-form form input[type="search"]::-moz-placeholder {
        /* Firefox 19+ */
        color: rgba(255, 255, 255, 0.5); }
      .header-search-form form input[type="search"]:-ms-input-placeholder {
        /* IE 10+ */
        color: rgba(255, 255, 255, 0.5); }
      .header-search-form form input[type="search"]:-moz-placeholder {
        /* Firefox 18- */
        color: rgba(255, 255, 255, 0.5); }
      .header-search-form form input[type="search"]:focus {
        outline: none; }
    .header-search-form form input[type="submit"] {
      display: none !important; }

header.style-overlay .header-search-form {
  background-color: rgba(0, 0, 0, 0.2); }

header.style-overlay.headroom--not-top .header-search-form {
  background-color: #222; }

header.header {
  width: 100%;
  transition: all 0.5s; }
  header.header .header-nav {
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
    padding-right: 100px;
    min-height: 98px;
    display: flex;
    align-items: center; }
    header.header .header-nav .header-right .btn-wrap {
      display: inline-block;
      vertical-align: middle;
      height: 25px;
      font-size: 18px;
      cursor: pointer;
      text-align: left;
      margin-left: 30px;
      color: #222; }
    header.header .header-nav .header-center {
      flex-grow: 1; }
    @media (max-width: 991px) {
      header.header .header-nav {
        padding-left: 30px;
        padding-right: 30px; }
        header.header .header-nav .header-left {
          flex-grow: 1; }
        header.header .header-nav .header-center {
          display: none; } }
  header.header.color-light {
    background-color: #222; }
  header.header.headroom--not-top {
    position: fixed !important;
    background: #fff !important;
    top: 0;
    left: 0;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    z-index: 999; }
    .admin-bar header.header.headroom--not-top {
      top: 32px; }
      @media (max-width: 991px) {
        .admin-bar header.header.headroom--not-top {
          top: 32px; } }
      @media (max-width: 767px) {
        .admin-bar header.header.headroom--not-top {
          top: 46px; } }
      @media (max-width: 575px) {
        .admin-bar header.header.headroom--not-top {
          top: 0; } }
    header.header.headroom--not-top .header-nav {
      padding-top: 0;
      padding-bottom: 0;
      margin-top: 0;
      margin-bottom: 0; }
  header.header.color-light .btn-wrap {
    color: #fff; }
  header.header.headroom--not-top .btn-wrap {
    color: #222; }

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-right: auto;
    margin-left: auto; }
  .wp-caption .wp-caption-text {
    text-align: center;
    margin: 0;
    padding: 15px;
    background-color: #F5F5F5;
    font-size: 15px;
    color: #222; }

#menu {
  position: relative; }
  #menu a:hover {
    text-decoration: none; }
  #menu .menu__container > ul > li {
    padding: 40px 20px; }
    #menu .menu__container > ul > li > a {
      display: block;
      color: #222;
      font-family: Poppins;
      font-size: 18px;
      font-weight: 700;
      line-height: 1; }
  #menu .menu__container > ul ul.children {
    min-width: 260px; }
  #menu .menu__container,
  #menu .menu__container > ul {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    position: static;
    z-index: 2; }
    #menu .menu__container li.current-menu-ancestor > a:after,
    #menu .menu__container li.current-menu-item > a:after,
    #menu .menu__container li.current-menu-parent > a:after,
    #menu .menu__container li.current_page_item > a:after,
    #menu .menu__container > ul li.current-menu-ancestor > a:after,
    #menu .menu__container > ul li.current-menu-item > a:after,
    #menu .menu__container > ul li.current-menu-parent > a:after,
    #menu .menu__container > ul li.current_page_item > a:after {
      width: calc(100% - 36px); }
    #menu .menu__container > li,
    #menu .menu__container > ul > li {
      position: relative;
      display: inline-block; }
      #menu .menu__container > li > a,
      #menu .menu__container > ul > li > a {
        display: block;
        position: relative;
        line-height: 1; }
        header.header.color-light #menu .menu__container > li > a, header.header.color-light
        #menu .menu__container > ul > li > a {
          color: #fff; }
          header.header.color-light #menu .menu__container > li > a:before, header.header.color-light
          #menu .menu__container > ul > li > a:before {
            background-color: #fff; }
        header.header.headroom--not-top #menu .menu__container > li > a, header.header.headroom--not-top
        #menu .menu__container > ul > li > a {
          color: #222; }
        #menu .menu__container > li > a:before,
        #menu .menu__container > ul > li > a:before {
          content: '';
          background-color: #222;
          position: absolute;
          height: 4px;
          display: block;
          clear: both;
          width: 0;
          left: 0;
          bottom: -10px;
          transition: all 0.5s; }
          header.header.headroom--not-top #menu .menu__container > li > a:before, header.header.headroom--not-top
          #menu .menu__container > ul > li > a:before {
            background-color: #222; }
        #menu .menu__container > li > a:hover:before,
        #menu .menu__container > ul > li > a:hover:before {
          width: 100%; }
      #menu .menu__container > li.current-menu-item > a:before,
      #menu .menu__container > ul > li.current-menu-item > a:before {
        width: 100%; }
      #menu .menu__container > li.menu-item-has-children > a:after, #menu .menu__container > li.page_item_has_children > a:after,
      #menu .menu__container > ul > li.menu-item-has-children > a:after,
      #menu .menu__container > ul > li.page_item_has_children > a:after {
        display: inline-block;
        width: 10px;
        margin-left: 10px;
        content: '\f078';
        font-family: FontAwesome;
        font-weight: bold;
        font-size: 10px;
        transform: translateY(-2px); }
        header.header.color-light #menu .menu__container > li.menu-item-has-children > a:after, header.header.color-light #menu .menu__container > li.page_item_has_children > a:after, header.header.color-light
        #menu .menu__container > ul > li.menu-item-has-children > a:after, header.header.color-light
        #menu .menu__container > ul > li.page_item_has_children > a:after {
          color: #fff; }
      header.header.headroom--not-top #menu .menu__container > li.menu-item-has-children > a:after, header.header.headroom--not-top #menu .menu__container > li.page_item_has_children > a:after, header.header.headroom--not-top
      #menu .menu__container > ul > li.menu-item-has-children > a:after, header.header.headroom--not-top
      #menu .menu__container > ul > li.page_item_has_children > a:after {
        color: #222; }
      #menu .menu__container > li:hover > .sub-menu,
      #menu .menu__container > li:hover > .children,
      #menu .menu__container > ul > li:hover > .sub-menu,
      #menu .menu__container > ul > li:hover > .children {
        top: 100%;
        visibility: visible;
        z-index: 2;
        opacity: 1; }
        #menu .menu__container > li:hover > .sub-menu li > .children,
        #menu .menu__container > li:hover > .sub-menu li > .sub-menu,
        #menu .menu__container > li:hover > .children li > .children,
        #menu .menu__container > li:hover > .children li > .sub-menu,
        #menu .menu__container > ul > li:hover > .sub-menu li > .children,
        #menu .menu__container > ul > li:hover > .sub-menu li > .sub-menu,
        #menu .menu__container > ul > li:hover > .children li > .children,
        #menu .menu__container > ul > li:hover > .children li > .sub-menu {
          left: calc(100% + 4px); }
        #menu .menu__container > li:hover > .sub-menu li:hover > .children,
        #menu .menu__container > li:hover > .sub-menu li:hover > .sub-menu,
        #menu .menu__container > li:hover > .children li:hover > .children,
        #menu .menu__container > li:hover > .children li:hover > .sub-menu,
        #menu .menu__container > ul > li:hover > .sub-menu li:hover > .children,
        #menu .menu__container > ul > li:hover > .sub-menu li:hover > .sub-menu,
        #menu .menu__container > ul > li:hover > .children li:hover > .children,
        #menu .menu__container > ul > li:hover > .children li:hover > .sub-menu {
          top: -20px;
          visibility: visible;
          opacity: 1; }
    #menu .menu__container .children,
    #menu .menu__container .sub-menu,
    #menu .menu__container > ul .children,
    #menu .menu__container > ul .sub-menu {
      position: absolute;
      top: 110%;
      left: -10px;
      visibility: hidden;
      margin: 0;
      min-width: 270px;
      width: 100%;
      opacity: 0;
      transition: all 0.3s ease;
      padding: 20px 0;
      list-style: none;
      text-align: left;
      text-transform: none;
      background-color: #222;
      border-radius: 5px; }
      #menu .menu__container .children > li ul li a:after,
      #menu .menu__container .sub-menu > li ul li a:after,
      #menu .menu__container > ul .children > li ul li a:after,
      #menu .menu__container > ul .sub-menu > li ul li a:after {
        display: none !important; }
      #menu .menu__container .children > li,
      #menu .menu__container .sub-menu > li,
      #menu .menu__container > ul .children > li,
      #menu .menu__container > ul .sub-menu > li {
        position: relative;
        padding: 10px 30px; }
        #menu .menu__container .children > li.menu-item-object-ic_mega_menu,
        #menu .menu__container .sub-menu > li.menu-item-object-ic_mega_menu,
        #menu .menu__container > ul .children > li.menu-item-object-ic_mega_menu,
        #menu .menu__container > ul .sub-menu > li.menu-item-object-ic_mega_menu {
          padding: 0 15px; }
        #menu .menu__container .children > li a,
        #menu .menu__container .sub-menu > li a,
        #menu .menu__container > ul .children > li a,
        #menu .menu__container > ul .sub-menu > li a {
          transition: all 0.5s;
          display: block;
          font-size: 14px;
          padding: 5px 0;
          color: #777 !important;
          line-height: 1.2;
          text-transform: none;
          font-weight: 700;
          background: none;
          position: relative;
          white-space: normal; }
          header.header.color-light #menu .menu__container .children > li a, header.header.color-light
          #menu .menu__container .sub-menu > li a, header.header.color-light
          #menu .menu__container > ul .children > li a, header.header.color-light
          #menu .menu__container > ul .sub-menu > li a {
            color: #fff; }
          #menu .menu__container .children > li a:hover,
          #menu .menu__container .sub-menu > li a:hover,
          #menu .menu__container > ul .children > li a:hover,
          #menu .menu__container > ul .sub-menu > li a:hover {
            background: none;
            color: #fff !important; }
        #menu .menu__container .children > li:last-child a,
        #menu .menu__container .sub-menu > li:last-child a,
        #menu .menu__container > ul .children > li:last-child a,
        #menu .menu__container > ul .sub-menu > li:last-child a {
          border: none; }
        #menu .menu__container .children > li.menu-item-has-children:after, #menu .menu__container .children > li.page_item_has_children:after,
        #menu .menu__container .sub-menu > li.menu-item-has-children:after,
        #menu .menu__container .sub-menu > li.page_item_has_children:after,
        #menu .menu__container > ul .children > li.menu-item-has-children:after,
        #menu .menu__container > ul .children > li.page_item_has_children:after,
        #menu .menu__container > ul .sub-menu > li.menu-item-has-children:after,
        #menu .menu__container > ul .sub-menu > li.page_item_has_children:after {
          display: block;
          content: '\f054';
          font-family: FontAwesome;
          font-size: 10px;
          position: absolute;
          right: 30px;
          top: 50%;
          transform: translateY(-50%);
          transition: all 0.5s; }
        #menu .menu__container .children > li.current-menu-ancestor a, #menu .menu__container .children > li.current-menu-item a, #menu .menu__container .children > li.current-menu-parent a, #menu .menu__container .children > li.current_page_item a,
        #menu .menu__container .sub-menu > li.current-menu-ancestor a,
        #menu .menu__container .sub-menu > li.current-menu-item a,
        #menu .menu__container .sub-menu > li.current-menu-parent a,
        #menu .menu__container .sub-menu > li.current_page_item a,
        #menu .menu__container > ul .children > li.current-menu-ancestor a,
        #menu .menu__container > ul .children > li.current-menu-item a,
        #menu .menu__container > ul .children > li.current-menu-parent a,
        #menu .menu__container > ul .children > li.current_page_item a,
        #menu .menu__container > ul .sub-menu > li.current-menu-ancestor a,
        #menu .menu__container > ul .sub-menu > li.current-menu-item a,
        #menu .menu__container > ul .sub-menu > li.current-menu-parent a,
        #menu .menu__container > ul .sub-menu > li.current_page_item a {
          color: #fff !important; }
      #menu .menu__container .children .children,
      #menu .menu__container .children .sub-menu,
      #menu .menu__container .sub-menu .children,
      #menu .menu__container .sub-menu .sub-menu,
      #menu .menu__container > ul .children .children,
      #menu .menu__container > ul .children .sub-menu,
      #menu .menu__container > ul .sub-menu .children,
      #menu .menu__container > ul .sub-menu .sub-menu {
        top: 0;
        left: 100%;
        visibility: hidden;
        opacity: 0; }

body.onepage-scroll .onepage-pagination {
  display: none; }

body.onepage-scroll .vc_row.onepage {
  height: 100%; }
  body.onepage-scroll .vc_row.onepage .wpb_column {
    height: 100%; }
    body.onepage-scroll .vc_row.onepage .wpb_column .vc_column-inner {
      height: 100%; }
      body.onepage-scroll .vc_row.onepage .wpb_column .vc_column-inner .wpb_wrapper {
        height: 100%; }
  body.onepage-scroll .vc_row.onepage.vc_row-o-content-middle .wpb_column .vc_column-inner .wpb_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center; }

body.onepage-scroll.onepage-dots ul.onepage-pagination {
  display: block;
  right: 50px; }
  body.onepage-scroll.onepage-dots ul.onepage-pagination li a {
    padding: 0; }
    body.onepage-scroll.onepage-dots ul.onepage-pagination li a:before {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      border-radius: 5px;
      background-color: #222;
      opacity: .3; }
    body.onepage-scroll.onepage-dots ul.onepage-pagination li a.active:before {
      opacity: 1; }
  body.onepage-scroll.onepage-dots ul.onepage-pagination.color-light li a:before {
    background-color: #fff; }

body.onepage-scroll.onepage-dots.onepage-dots-100 ul.onepage-pagination {
  right: 100px; }

@media (max-width: 991px) {
  body.onepage-scroll.onepage-dots ul.onepage-pagination {
    right: auto !important; } }

.insight-overlay-menu.style-01 {
  transition: all 0.5s;
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  transform: scale(0);
  overflow-y: auto;
  overflow-x: hidden;
  visibility: hidden;
  max-height: 100%; }
  .insight-overlay-menu.style-01 .inside-menu {
    text-align: center;
    display: table;
    height: 100%;
    width: 100%;
    padding: 30px 0; }
    .insight-overlay-menu.style-01 .inside-menu .menu-detail {
      display: table-cell;
      height: 100%;
      width: 100%;
      vertical-align: middle;
      text-align: center; }
    .insight-overlay-menu.style-01 .inside-menu .menu-detail > ul, .insight-overlay-menu.style-01 .inside-menu .menu__container > ul {
      list-style-type: none;
      padding: 0;
      margin: 0 auto;
      width: auto;
      display: inline-block; }
      .insight-overlay-menu.style-01 .inside-menu .menu-detail > ul li, .insight-overlay-menu.style-01 .inside-menu .menu__container > ul li {
        padding: 0;
        margin: 0; }
      .insight-overlay-menu.style-01 .inside-menu .menu-detail > ul > li, .insight-overlay-menu.style-01 .inside-menu .menu__container > ul > li {
        float: left; }
        .insight-overlay-menu.style-01 .inside-menu .menu-detail > ul > li > a, .insight-overlay-menu.style-01 .inside-menu .menu__container > ul > li > a {
          padding: 0 30px;
          font-size: 30px;
          line-height: 60px;
          color: #fff;
          font-family: Poppins;
          font-weight: 700;
          transition: all 0.5s; }
          .insight-overlay-menu.style-01 .inside-menu .menu-detail > ul > li > a:hover, .insight-overlay-menu.style-01 .inside-menu .menu__container > ul > li > a:hover {
            color: #124AF5;
            text-decoration: none; }
    .insight-overlay-menu.style-01 .inside-menu ul.sub-menu, .insight-overlay-menu.style-01 .inside-menu ul.children {
      list-style-type: none;
      padding: 0;
      margin: 0;
      display: none; }
      .insight-overlay-menu.style-01 .inside-menu ul.sub-menu li a, .insight-overlay-menu.style-01 .inside-menu ul.children li a {
        font-size: 18px;
        line-height: 32px;
        color: #fff;
        font-family: Poppins;
        font-weight: 700;
        transition: all 0.5s; }
        .insight-overlay-menu.style-01 .inside-menu ul.sub-menu li a:hover, .insight-overlay-menu.style-01 .inside-menu ul.children li a:hover {
          color: #124AF5;
          text-decoration: none; }
  .insight-overlay-menu.style-01.active {
    visibility: visible;
    z-index: 999;
    opacity: 1;
    transform: scale(1); }
  @media (max-width: 991px) {
    .insight-overlay-menu.style-01 .inside-menu ul.menu__container li {
      display: block;
      float: none; } }

.insight-overlay-menu.style-02 {
  transition: all 0.5s;
  position: fixed;
  height: 100%;
  width: 100%;
  max-width: 500px;
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0 !important;
  opacity: 0;
  overflow-y: auto;
  overflow-x: hidden;
  visibility: hidden;
  max-height: 100%;
  transform: translateX(100%); }
  .insight-overlay-menu.style-02 .inside-menu {
    text-align: left;
    display: table;
    height: 100%;
    width: 100%;
    padding: 30px 70px; }
    .insight-overlay-menu.style-02 .inside-menu .menu-detail {
      display: table-cell;
      height: 100%;
      width: 100%;
      vertical-align: middle; }
    .insight-overlay-menu.style-02 .inside-menu .menu-detail > ul, .insight-overlay-menu.style-02 .inside-menu .menu__container > ul {
      list-style-type: none;
      padding: 0;
      margin: 0 auto;
      width: auto;
      display: block; }
      .insight-overlay-menu.style-02 .inside-menu .menu-detail > ul li, .insight-overlay-menu.style-02 .inside-menu .menu__container > ul li {
        padding: 0;
        margin: 0; }
      .insight-overlay-menu.style-02 .inside-menu .menu-detail > ul > li, .insight-overlay-menu.style-02 .inside-menu .menu__container > ul > li {
        display: block; }
        .insight-overlay-menu.style-02 .inside-menu .menu-detail > ul > li > a, .insight-overlay-menu.style-02 .inside-menu .menu__container > ul > li > a {
          padding: 0;
          font-size: 30px;
          line-height: 60px;
          color: #fff;
          font-family: Poppins;
          font-weight: 700;
          transition: all 0.5s; }
          .insight-overlay-menu.style-02 .inside-menu .menu-detail > ul > li > a:hover, .insight-overlay-menu.style-02 .inside-menu .menu__container > ul > li > a:hover {
            color: #124AF5;
            text-decoration: none; }
    .insight-overlay-menu.style-02 .inside-menu ul.sub-menu, .insight-overlay-menu.style-02 .inside-menu ul.children {
      list-style-type: none;
      padding: 0;
      margin: 0 0 0 30px;
      display: none; }
      .insight-overlay-menu.style-02 .inside-menu ul.sub-menu li a, .insight-overlay-menu.style-02 .inside-menu ul.children li a {
        font-size: 18px;
        line-height: 32px;
        color: #fff;
        font-family: Poppins;
        font-weight: 700;
        transition: all 0.5s; }
        .insight-overlay-menu.style-02 .inside-menu ul.sub-menu li a:hover, .insight-overlay-menu.style-02 .inside-menu ul.children li a:hover {
          color: #124AF5;
          text-decoration: none; }
  .insight-overlay-menu.style-02.active {
    visibility: visible;
    z-index: 999;
    opacity: 1;
    transform: translateX(0); }

.open-overlay-menu .icon-inner {
  width: 26px;
  height: 20px;
  margin-top: 5px;
  position: relative; }
  .open-overlay-menu .icon-inner span {
    background: #1f1f1f;
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 2px;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
    .open-overlay-menu .icon-inner span:nth-child(1) {
      top: 0;
      width: 16px; }
    .open-overlay-menu .icon-inner span:nth-child(2) {
      top: 7px; }
    .open-overlay-menu .icon-inner span:nth-child(3) {
      top: 14px;
      width: 16px; }
    header.header.color-light .open-overlay-menu .icon-inner span {
      background: #fff; }
    header.header.headroom--not-top .open-overlay-menu .icon-inner span {
      background: #1f1f1f; }

.open-overlay-menu.active .icon-inner {
  z-index: 99999999; }
  .open-overlay-menu.active .icon-inner span {
    width: 100% !important;
    background: #fff !important; }
    .open-overlay-menu.active .icon-inner span:nth-child(1) {
      top: 6px;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg); }
    .open-overlay-menu.active .icon-inner span:nth-child(2) {
      opacity: 0;
      right: -60px; }
    .open-overlay-menu.active .icon-inner span:nth-child(3) {
      top: 6px;
      -webkit-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg); }

.page-links {
  clear: both;
  margin-bottom: 1rem; }

.content-area {
  margin-top: 70px;
  margin-bottom: 70px; }
  .no-padding .content-area {
    margin-top: 0;
    margin-bottom: 0; }

.page--fullwidth {
  overflow-x: hidden; }

.main-portfolios {
  background-color: #000;
  padding: 100px 100px 70px 100px; }
  .main-portfolios .hentry .entry-inner {
    margin-bottom: 30px;
    position: relative;
    border-radius: 6px;
    overflow: hidden; }
    .main-portfolios .hentry .entry-inner:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background-color: #124AF5;
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 7;
      transition: all 0.5s; }
    .main-portfolios .hentry .entry-inner .entry-thumbnail {
      z-index: 6; }
      .main-portfolios .hentry .entry-inner .entry-thumbnail img {
        width: 100%;
        height: auto; }
    .main-portfolios .hentry .entry-inner .entry-meta {
      z-index: 8;
      text-align: center;
      display: block;
      width: 100%;
      position: absolute;
      left: 0;
      top: 60%;
      transform: translateY(-50%);
      opacity: 0;
      transition: all 0.5s; }
      .main-portfolios .hentry .entry-inner .entry-meta .entry-title {
        font-size: 30px;
        font-weight: 700; }
      .main-portfolios .hentry .entry-inner .entry-meta .entry-cats {
        font-size: 18px;
        font-weight: 700; }
      .main-portfolios .hentry .entry-inner .entry-meta a {
        color: #fff; }
    .main-portfolios .hentry .entry-inner:hover:before {
      opacity: .9; }
    .main-portfolios .hentry .entry-inner:hover .entry-meta {
      top: 50%;
      opacity: 1; }
  .main-portfolios .insight-pagination {
    margin-top: 70px;
    margin-bottom: 30px; }
  @media (max-width: 991px) {
    .main-portfolios {
      padding-left: 30px;
      padding-right: 30px; } }

.single-post .content-area .content-top {
  padding-bottom: 30px; }
  .single-post .content-area .content-top .main {
    position: relative; }
    .single-post .content-area .content-top .main .article .entry-title {
      font-size: 48px;
      line-height: 1.2;
      font-weight: 700;
      color: #222;
      margin-bottom: 30px; }
      .single-post .content-area .content-top .main .article .entry-title span {
        display: block; }
    .single-post .content-area .content-top .main .article .entry-meta {
      display: block;
      margin-bottom: 30px; }
    .single-post .content-area .content-top .main .article .entry-excerpt {
      margin-bottom: 30px; }
    .single-post .content-area .content-top .main .article .entry-content blockquote {
      font-size: 16px;
      font-weight: 700;
      color: #222;
      padding-left: 100px;
      margin-top: 50px;
      margin-bottom: 50px;
      position: relative; }
      .single-post .content-area .content-top .main .article .entry-content blockquote:before {
        content: '”';
        font-family: Poppins;
        font-size: 60px;
        line-height: 1;
        font-weight: 700;
        position: absolute;
        left: 50px;
        top: 50%;
        transform: translateY(-30%); }
    .single-post .content-area .content-top .main .article .entry-content h2, .single-post .content-area .content-top .main .article .entry-content h3 {
      margin-top: 20px;
      margin-bottom: 20px; }
    .single-post .content-area .content-top .main .article .entry-content:after {
      content: '';
      clear: both;
      display: block; }
    .single-post .content-area .content-top .main .article .entry-footer:before {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: #eee;
      margin: 30px 0; }
    .single-post .content-area .content-top .main .article .entry-footer .tags span, .single-post .content-area .content-top .main .article .entry-footer .share span {
      font-weight: 700;
      color: #222; }
    .single-post .content-area .content-top .main .article .entry-footer .tags a, .single-post .content-area .content-top .main .article .entry-footer .share a {
      color: #777; }
      .single-post .content-area .content-top .main .article .entry-footer .tags a:hover, .single-post .content-area .content-top .main .article .entry-footer .share a:hover {
        color: #222; }
    @media (max-width: 991px) {
      .single-post .content-area .content-top .main .article .entry-footer .text-right {
        text-align: left; } }
    .single-post .content-area .content-top .main .article .entry-audio {
      margin-bottom: 30px; }
      .single-post .content-area .content-top .main .article .entry-audio iframe {
        width: 100%; }
    .single-post .content-area .content-top .main .article .entry-gallery {
      margin-bottom: 30px; }
      .single-post .content-area .content-top .main .article .entry-gallery .row {
        margin-left: -5px;
        margin-right: -5px; }
      .single-post .content-area .content-top .main .article .entry-gallery .col-sm-1, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-2, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-3, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-4, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-5, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-6, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-7, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-8, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-9, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-10, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-11, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-12, .single-post .content-area .content-top .main .article .entry-gallery .col-sm, .single-post .content-area .content-top .main .article .entry-gallery .col-md-1, .single-post .content-area .content-top .main .article .entry-gallery .col-md-2, .single-post .content-area .content-top .main .article .entry-gallery .col-md-3, .single-post .content-area .content-top .main .article .entry-gallery .col-md-4, .single-post .content-area .content-top .main .article .entry-gallery .col-md-5, .single-post .content-area .content-top .main .article .entry-gallery .col-md-6, .single-post .content-area .content-top .main .article .entry-gallery .col-md-7, .single-post .content-area .content-top .main .article .entry-gallery .col-md-8, .single-post .content-area .content-top .main .article .entry-gallery .col-md-9, .single-post .content-area .content-top .main .article .entry-gallery .col-md-10, .single-post .content-area .content-top .main .article .entry-gallery .col-md-11, .single-post .content-area .content-top .main .article .entry-gallery .col-md-12, .single-post .content-area .content-top .main .article .entry-gallery .col-md, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-1, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-2, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-3, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-4, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-5, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-6, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-7, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-8, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-9, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-10, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-11, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-12, .single-post .content-area .content-top .main .article .entry-gallery .col-lg, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-1, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-2, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-3, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-4, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-5, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-6, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-7, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-8, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-9, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-10, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-11, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-12, .single-post .content-area .content-top .main .article .entry-gallery .col-xl {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        padding-bottom: 5px; }
        .single-post .content-area .content-top .main .article .entry-gallery .col-sm-1 a, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-2 a, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-3 a, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-4 a, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-5 a, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-6 a, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-7 a, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-8 a, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-9 a, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-10 a, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-11 a, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-12 a, .single-post .content-area .content-top .main .article .entry-gallery .col-sm a, .single-post .content-area .content-top .main .article .entry-gallery .col-md-1 a, .single-post .content-area .content-top .main .article .entry-gallery .col-md-2 a, .single-post .content-area .content-top .main .article .entry-gallery .col-md-3 a, .single-post .content-area .content-top .main .article .entry-gallery .col-md-4 a, .single-post .content-area .content-top .main .article .entry-gallery .col-md-5 a, .single-post .content-area .content-top .main .article .entry-gallery .col-md-6 a, .single-post .content-area .content-top .main .article .entry-gallery .col-md-7 a, .single-post .content-area .content-top .main .article .entry-gallery .col-md-8 a, .single-post .content-area .content-top .main .article .entry-gallery .col-md-9 a, .single-post .content-area .content-top .main .article .entry-gallery .col-md-10 a, .single-post .content-area .content-top .main .article .entry-gallery .col-md-11 a, .single-post .content-area .content-top .main .article .entry-gallery .col-md-12 a, .single-post .content-area .content-top .main .article .entry-gallery .col-md a, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-1 a, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-2 a, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-3 a, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-4 a, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-5 a, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-6 a, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-7 a, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-8 a, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-9 a, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-10 a, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-11 a, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-12 a, .single-post .content-area .content-top .main .article .entry-gallery .col-lg a, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-1 a, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-2 a, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-3 a, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-4 a, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-5 a, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-6 a, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-7 a, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-8 a, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-9 a, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-10 a, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-11 a, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-12 a, .single-post .content-area .content-top .main .article .entry-gallery .col-xl a {
          display: inline-block;
          width: 100%;
          position: relative; }
          .single-post .content-area .content-top .main .article .entry-gallery .col-sm-1 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-2 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-3 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-4 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-5 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-6 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-7 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-8 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-9 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-10 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-11 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-12 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-1 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-2 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-3 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-4 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-5 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-6 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-7 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-8 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-9 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-10 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-11 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-12 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-1 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-2 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-3 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-4 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-5 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-6 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-7 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-8 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-9 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-10 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-11 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-12 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-1 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-2 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-3 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-4 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-5 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-6 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-7 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-8 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-9 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-10 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-11 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-12 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl a:before {
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-color: #fff;
            opacity: 0;
            transition: all 0.5s;
            z-index: 6; }
          .single-post .content-area .content-top .main .article .entry-gallery .col-sm-1 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-2 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-3 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-4 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-5 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-6 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-7 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-8 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-9 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-10 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-11 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-12 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-1 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-2 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-3 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-4 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-5 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-6 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-7 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-8 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-9 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-10 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-11 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-12 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-1 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-2 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-3 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-4 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-5 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-6 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-7 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-8 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-9 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-10 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-11 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-12 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-1 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-2 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-3 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-4 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-5 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-6 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-7 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-8 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-9 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-10 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-11 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-12 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl a:after {
            content: '\f067';
            font-family: FontAwesome;
            font-size: 20px;
            color: #222;
            position: absolute;
            top: 60%;
            left: 50%;
            transform: translate(-50%, -50%);
            opacity: 0;
            transition: all 0.5s;
            z-index: 7; }
          .single-post .content-area .content-top .main .article .entry-gallery .col-sm-1 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-2 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-3 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-4 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-5 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-6 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-7 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-8 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-9 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-10 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-11 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-12 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-1 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-2 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-3 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-4 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-5 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-6 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-7 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-8 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-9 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-10 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-11 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-12 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-1 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-2 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-3 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-4 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-5 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-6 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-7 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-8 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-9 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-10 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-11 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-12 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-1 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-2 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-3 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-4 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-5 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-6 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-7 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-8 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-9 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-10 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-11 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-12 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl a:hover:before {
            opacity: .9; }
          .single-post .content-area .content-top .main .article .entry-gallery .col-sm-1 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-2 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-3 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-4 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-5 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-6 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-7 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-8 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-9 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-10 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-11 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-12 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-1 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-2 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-3 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-4 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-5 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-6 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-7 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-8 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-9 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-10 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-11 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-12 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-1 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-2 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-3 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-4 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-5 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-6 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-7 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-8 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-9 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-10 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-11 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-12 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-1 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-2 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-3 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-4 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-5 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-6 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-7 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-8 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-9 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-10 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-11 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-12 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl a:hover:after {
            top: 50%;
            opacity: 1; }
          .single-post .content-area .content-top .main .article .entry-gallery .col-sm-1 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-2 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-3 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-4 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-5 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-6 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-7 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-8 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-9 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-10 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-11 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-12 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-sm a img, .single-post .content-area .content-top .main .article .entry-gallery .col-md-1 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-md-2 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-md-3 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-md-4 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-md-5 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-md-6 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-md-7 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-md-8 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-md-9 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-md-10 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-md-11 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-md-12 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-md a img, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-1 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-2 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-3 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-4 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-5 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-6 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-7 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-8 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-9 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-10 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-11 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-12 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-lg a img, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-1 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-2 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-3 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-4 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-5 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-6 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-7 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-8 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-9 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-10 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-11 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-12 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-xl a img {
            width: 100%;
            height: auto; }
    .single-post .content-area .content-top .main .article .entry-quote {
      margin-bottom: 30px; }
    .single-post .content-area .content-top .main .article .entry-video {
      margin-bottom: 30px; }
      .single-post .content-area .content-top .main .article .entry-video a {
        display: block;
        overflow: hidden;
        position: relative; }
        .single-post .content-area .content-top .main .article .entry-video a:before {
          content: '';
          display: block;
          width: 80px;
          height: 80px;
          background-color: #fff;
          border-radius: 40px;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          z-index: 6; }
        .single-post .content-area .content-top .main .article .entry-video a:after {
          content: '\f04b';
          font-family: FontAwesome;
          font-size: 20px;
          color: #222;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          z-index: 7; }
        .single-post .content-area .content-top .main .article .entry-video a img {
          width: 100%;
          height: auto;
          transition: all 0.5s; }
        .single-post .content-area .content-top .main .article .entry-video a:hover img {
          transform: scale(1.1); }
    .single-post .content-area .content-top .main .post-password-form input[type="password"] {
      background-image: none !important;
      border: 1px solid #DDDDDD;
      outline: none;
      height: 42px;
      line-height: 40px;
      padding: 0 10px; }
    .single-post .content-area .content-top .main .post-password-form input[type="submit"] {
      background-color: #124AF5;
      border: 1px solid #124AF5;
      outline: none;
      height: 42px;
      padding: 0 10px;
      line-height: 40px;
      color: #fff;
      cursor: pointer; }
      .single-post .content-area .content-top .main .post-password-form input[type="submit"]:hover {
        background-color: #222;
        color: #fff; }
    .single-post .content-area .content-top .main .content-bottom {
      margin-top: 60px; }

.single-post .content-area .content-bottom .entry-nav {
  padding: 60px 0;
  background-color: #F5F5F5; }
  .single-post .content-area .content-bottom .entry-nav a.title {
    display: block;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    color: #222;
    position: relative; }
    .single-post .content-area .content-bottom .entry-nav a.title:before {
      font-family: FontAwesome;
      font-size: 15px;
      line-height: 1;
      color: #222;
      position: absolute;
      top: 10px; }
    .single-post .content-area .content-bottom .entry-nav a.title:hover {
      color: #124AF5; }
  .single-post .content-area .content-bottom .entry-nav .cats a {
    font-size: 14px;
    font-weight: 400;
    color: #777; }
    .single-post .content-area .content-bottom .entry-nav .cats a:hover {
      color: #222; }
  .single-post .content-area .content-bottom .entry-nav .col-left a.title {
    padding-left: 40px; }
    .single-post .content-area .content-bottom .entry-nav .col-left a.title:before {
      content: '\f060';
      left: 0; }
  .single-post .content-area .content-bottom .entry-nav .col-left .cats {
    display: block;
    padding-left: 40px; }
  .single-post .content-area .content-bottom .entry-nav .col-center {
    text-align: center;
    font-size: 22px;
    color: #222; }
  .single-post .content-area .content-bottom .entry-nav .col-right {
    text-align: right; }
    .single-post .content-area .content-bottom .entry-nav .col-right a.title {
      padding-right: 40px; }
      .single-post .content-area .content-bottom .entry-nav .col-right a.title:before {
        content: '\f061';
        right: 0; }
    .single-post .content-area .content-bottom .entry-nav .col-right .cats {
      display: block;
      padding-right: 40px; }

.single-post .content-area .content-bottom .entry-comments {
  padding-top: 60px; }

@media (max-width: 991px) {
  .single-post #sidebar {
    margin-top: 60px; }
    .single-post #sidebar .widget:last-child {
      margin-bottom: 0; } }

.main-posts .hentry {
  margin: 0 0 60px 0;
  padding: 0 0 60px 0;
  border-bottom: 1px solid #EEEEEE;
  position: relative; }
  .main-posts .hentry .entry-meta {
    margin-bottom: 20px;
    font-size: 13px; }
    .main-posts .hentry .entry-meta a {
      color: #777; }
      .main-posts .hentry .entry-meta a:hover {
        color: #222; }
  .main-posts .hentry .entry-title {
    font-size: 24px;
    margin-bottom: 30px; }
    .main-posts .hentry .entry-title a {
      color: #222; }
      .main-posts .hentry .entry-title a:hover {
        color: #124AF5; }
  .main-posts .hentry .entry-thumbnail {
    margin-bottom: 30px; }
    .main-posts .hentry .entry-thumbnail a {
      display: block;
      overflow: hidden; }
      .main-posts .hentry .entry-thumbnail a img {
        transition: all 0.5s; }
    .main-posts .hentry .entry-thumbnail:hover a img {
      transform: scale(1.1); }
  .main-posts .hentry .entry-audio {
    margin-bottom: 30px; }
    .main-posts .hentry .entry-audio iframe {
      width: 100%; }
  .main-posts .hentry .entry-gallery {
    margin-bottom: 30px; }
    .main-posts .hentry .entry-gallery .slick-slide {
      outline: none; }
    .main-posts .hentry .entry-gallery .slick-dots {
      bottom: 20px;
      margin: 0; }
      .main-posts .hentry .entry-gallery .slick-dots li {
        margin: 0; }
        .main-posts .hentry .entry-gallery .slick-dots li button:before {
          color: #fff; }
    .main-posts .hentry .entry-gallery .slick-arrow {
      z-index: 8; }
      .main-posts .hentry .entry-gallery .slick-arrow:before {
        font-size: 18px;
        font-family: FontAwesome; }
      .main-posts .hentry .entry-gallery .slick-arrow.slick-prev {
        left: 30px; }
        .main-posts .hentry .entry-gallery .slick-arrow.slick-prev:before {
          content: '\f053'; }
      .main-posts .hentry .entry-gallery .slick-arrow.slick-next {
        right: 30px; }
        .main-posts .hentry .entry-gallery .slick-arrow.slick-next:before {
          content: '\f054'; }
  .main-posts .hentry .entry-quote {
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.4;
    color: #222; }
    .main-posts .hentry .entry-quote span {
      display: block;
      margin-top: 30px;
      font-size: 18px;
      font-weight: 700; }
    .main-posts .hentry .entry-quote:hover {
      color: #124AF5; }
  .main-posts .hentry .entry-video {
    margin-bottom: 30px; }
    .main-posts .hentry .entry-video a {
      display: block;
      overflow: hidden;
      position: relative; }
      .main-posts .hentry .entry-video a:before {
        content: '';
        display: block;
        width: 80px;
        height: 80px;
        background-color: #fff;
        border-radius: 40px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 6; }
      .main-posts .hentry .entry-video a:after {
        content: '\f04b';
        font-family: FontAwesome;
        font-size: 20px;
        color: #222;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 7; }
      .main-posts .hentry .entry-video a img {
        width: 100%;
        height: auto;
        transition: all 0.5s; }
      .main-posts .hentry .entry-video a:hover img {
        transform: scale(1.1); }
  .main-posts .hentry .entry-excerpt {
    margin-bottom: 30px; }
    .main-posts .hentry .entry-excerpt p:last-child {
      margin-bottom: 0; }
  .main-posts .hentry .entry-more a {
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: #222; }
    .main-posts .hentry .entry-more a:after {
      content: '\f061';
      font-family: FontAwesome;
      font-size: 10px;
      margin-left: 5px; }
    .main-posts .hentry .entry-more a:hover {
      color: #124AF5; }
  .main-posts .hentry.format-quote:after {
    content: '”';
    display: block;
    width: 24px;
    height: 20px;
    font-family: Poppins;
    font-size: 60px;
    font-weight: 700;
    color: #222;
    position: absolute;
    bottom: 50px;
    right: 0; }
  .main-posts .hentry.sticky .entry-meta {
    position: relative; }
    .main-posts .hentry.sticky .entry-meta:before {
      content: '\f02e';
      font-family: FontAwesome;
      font-size: 15px;
      color: #222;
      position: absolute;
      top: 0;
      right: 0; }

.bypostauthor {
  display: block; }

.page-title {
  padding: 300px 0px;
  background-color: #000;
  background-size: cover;
  text-align: center; }
  .page-title .title {
    font-size: 80px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    font-family: Poppins;
    letter-spacing: 0;
    margin-bottom: 0; }

.widget_archive .screen-reader-text {
  display: none; }

.widget_calendar .calendar_wrap th, .widget_calendar .calendar_wrap td {
  padding: 0; }

.widget_categories label {
  display: none; }

.widget.widget_insight_instagram .insight-instagram-wrap {
  margin-top: -5px;
  margin-bottom: -5px; }
  .widget.widget_insight_instagram .insight-instagram-wrap .insight-instagram-follow {
    display: block;
    font-size: 15px;
    margin-bottom: 10px; }
  .widget.widget_insight_instagram .insight-instagram-wrap .insight-instagram-row .item {
    position: relative; }
    .widget.widget_insight_instagram .insight-instagram-wrap .insight-instagram-row .item a {
      display: inline-block;
      width: 100%;
      height: 100%;
      position: relative; }
      .widget.widget_insight_instagram .insight-instagram-wrap .insight-instagram-row .item a:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s; }
      .widget.widget_insight_instagram .insight-instagram-wrap .insight-instagram-row .item a .item-info {
        font-size: 14px;
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        transform: translate(0, -50%);
        text-align: center;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s; }
        .widget.widget_insight_instagram .insight-instagram-wrap .insight-instagram-row .item a .item-info span {
          display: block;
          color: #fff;
          line-height: 1.2; }
          .widget.widget_insight_instagram .insight-instagram-wrap .insight-instagram-row .item a .item-info span.likes:before {
            content: '\f141';
            font-family: Ionicons;
            display: inline-block;
            margin-right: 5px; }
          .widget.widget_insight_instagram .insight-instagram-wrap .insight-instagram-row .item a .item-info span.comments:before {
            content: '\f11e';
            font-family: Ionicons;
            display: inline-block;
            margin-right: 5px; }
      .widget.widget_insight_instagram .insight-instagram-wrap .insight-instagram-row .item a:hover:before {
        opacity: 1;
        visibility: visible; }
      .widget.widget_insight_instagram .insight-instagram-wrap .insight-instagram-row .item a:hover .item-info {
        opacity: 1;
        visibility: visible; }
  .widget.widget_insight_instagram .insight-instagram-wrap .row {
    margin-left: -5px;
    margin-right: -5px; }
    .widget.widget_insight_instagram .insight-instagram-wrap .row [class*='col-'] {
      padding: 5px; }

.widget_recent_entries ul li {
  margin-bottom: 20px; }
  .widget_recent_entries ul li:last-child {
    margin-bottom: 0; }
  .widget_recent_entries ul li a {
    color: #222;
    font-size: 13px;
    font-weight: 700;
    display: block;
    position: relative;
    padding-left: 20px; }
    .widget_recent_entries ul li a:before {
      content: '\f061';
      font-family: FontAwesome;
      font-size: 10px;
      margin-right: 10px;
      position: absolute;
      top: 0;
      left: 0; }
    .widget_recent_entries ul li a:hover {
      color: #124AF5; }
  .widget_recent_entries ul li span {
    padding-left: 20px;
    font-size: 13px;
    display: block;
    color: #777; }

.widget_rss .widget-title img, .widget_rss .widgettitle img {
  vertical-align: middle; }

.widget_rss ul li {
  margin-bottom: 30px; }
  .widget_rss ul li:last-child {
    margin-bottom: 0; }

.widget.widget_search form {
  position: relative;
  background-color: #F5F5F5; }
  .widget.widget_search form:after {
    content: '\f002';
    font-family: FontAwesome;
    font-size: 12px;
    position: absolute;
    top: 15px;
    right: 15px;
    color: #222; }
  .widget.widget_search form label {
    width: 100%;
    margin: 0; }
    .widget.widget_search form label span {
      display: none; }
  .widget.widget_search form input[type=search] {
    transition: all 0.5s;
    height: 50px;
    line-height: 50px;
    padding: 0px 15px;
    width: 100%;
    border: none;
    background-color: transparent; }
    .widget.widget_search form input[type=search]::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #aaa; }
    .widget.widget_search form input[type=search]::-moz-placeholder {
      /* Firefox 19+ */
      color: #aaa; }
    .widget.widget_search form input[type=search]:-ms-input-placeholder {
      /* IE 10+ */
      color: #aaa; }
    .widget.widget_search form input[type=search]:-moz-placeholder {
      /* Firefox 18- */
      color: #aaa; }
    .widget.widget_search form input[type=search]:focus {
      outline: none; }
  .widget.widget_search form input[type=submit] {
    display: none; }

.widget_tag_cloud .tagcloud a {
  transition: all 0.5s;
  font-size: 15px !important;
  color: #777;
  display: inline-block; }
  .widget_tag_cloud .tagcloud a:after {
    content: ', '; }
  .widget_tag_cloud .tagcloud a:last-child:after {
    content: ''; }

.widget_text a.more {
  display: inline-block;
  color: #222;
  font-weight: 700;
  font-size: 13px;
  margin-top: 15px; }
  .widget_text a.more:after {
    content: '\f061';
    font-family: FontAwesome;
    font-size: 10px;
    margin-left: 5px; }
  .widget_text a.more:hover {
    color: #124AF5; }

.widget {
  margin: 0 0 60px 0; }
  .widget .widget-title, .widget .widgettitle {
    font-size: 24px;
    color: #222;
    padding: 0;
    position: relative;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee; }
  .widget select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #F5F5F5;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAYAAAAxrNxjAAAABGdBTUEAALGPC/xhBQAAAI9JREFUGBljYAACZWXlBBUVFWUQGxmAxEByIDFGVVXV4L9//65hZGR8AsQOd+7cuQuSACn6////ASCWYWZmDmFUV1fn/fPnz06ggCVMMUghTBFQ7DgLC4s7I0gQXTFUoQxQ0TGgIo+bN29+BitEUrwDaJIViI+sCMwHETAANXkHiA8zCSaHQTs4OHCAMLoEABKUSYqLl0nIAAAAAElFTkSuQmCC");
    background-position: calc(100% - 15px) center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0px 15px;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    border: none;
    color: #777;
    border-radius: 0; }
    .widget select:focus {
      outline: none; }
  .widget ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .widget ul li {
      list-style: none;
      padding: 7px 0;
      margin: 0; }
      .widget ul li ul {
        margin-top: 7px; }
        .widget ul li ul li:last-child {
          padding-bottom: 0; }
  .widget a {
    color: #222; }
    .widget a:hover {
      color: #124AF5; }

/*
VC Elements CSS
*/
.insight-absolute-box {
  position: absolute; }

.insight-accordion .item {
  overflow: hidden;
  margin-bottom: 20px; }
  .insight-accordion .item .title {
    position: relative;
    overflow: hidden;
    padding: 0 30px;
    height: 62px;
    line-height: 62px;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    background-color: #222;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.5s; }
    .insight-accordion .item .title:after {
      position: absolute;
      top: 50%;
      right: 30px;
      display: block;
      content: "\f078";
      font-size: 12px;
      font-family: FontAwesome;
      transform: translateY(-50%);
      transition: all 0.5s; }
  .insight-accordion .item .content {
    padding: 0;
    height: 0;
    color: #777;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 28px;
    transition: all 0.5s; }
  .insight-accordion .item:last-child {
    margin-bottom: 0; }
  .insight-accordion .item.active .title {
    background-color: #124AF5;
    color: #fff; }
    .insight-accordion .item.active .title:after {
      content: '\f077'; }
  .insight-accordion .item.active .content {
    padding: 30px 0 10px 0;
    height: auto; }
  .insight-accordion .item:hover .title {
    border-color: #124AF5;
    background-color: #124AF5;
    color: #fff; }

.insight-art-image {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  height: 100%; }
  .insight-art-image .text, .insight-art-image .image {
    width: 50%; }
  .insight-art-image .image {
    text-align: left; }
    .insight-art-image .image img {
      display: inline-block;
      max-width: 100%;
      height: auto; }
  .insight-art-image .text {
    text-align: center;
    padding: 60px 80px; }
    .insight-art-image .text .tag {
      font-size: 16px;
      font-weight: 400; }
    .insight-art-image .text .title {
      font-size: 32px;
      line-height: 1.2;
      font-weight: 700;
      color: #222;
      margin-top: 60px;
      margin-bottom: 60px; }
    .insight-art-image .text .more {
      font-size: 14px; }
      .insight-art-image .text .more a:after {
        content: '\f00e';
        font-family: FontAwesome;
        margin-left: 10px; }
  .insight-art-image.image-align-right .image {
    order: 2;
    text-align: right; }
  .insight-art-image.image-align-right .text {
    order: 1; }
  @media (max-width: 991px) {
    .insight-art-image {
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .insight-art-image .text {
        width: 100%;
        order: 2 !important; }
        .insight-art-image .text .title {
          margin-top: 30px;
          margin-bottom: 30px; }
      .insight-art-image .image {
        width: 100%;
        order: 1 !important; } }

.insight-blog-masonry {
  position: relative;
  display: block;
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
  height: auto; }
  .insight-blog-masonry .masonry-item {
    width: 33.333333%;
    padding: 15px; }
    .insight-blog-masonry .masonry-item.sticky .entry-content {
      position: relative; }
      .insight-blog-masonry .masonry-item.sticky .entry-content:before {
        content: '\f02e';
        font-family: FontAwesome;
        font-size: 15px;
        color: #222;
        position: absolute;
        top: 30px;
        right: 30px; }
    .insight-blog-masonry .masonry-item:hover .entry-thumbnail img {
      transform: scale(1.1); }
    @media (max-width: 767px) {
      .insight-blog-masonry .masonry-item {
        width: 100% !important; } }
  .insight-blog-masonry.masonry-col-2 .masonry-item {
    width: 50%; }
  .insight-blog-masonry .entry-thumbnail {
    overflow: hidden; }
    .insight-blog-masonry .entry-thumbnail img {
      width: 100%;
      height: auto;
      transition: all 0.5s; }
  .insight-blog-masonry .entry-content {
    background-color: #fff;
    padding: 40px; }
    .insight-blog-masonry .entry-content .entry-meta {
      display: block;
      margin-bottom: 15px;
      font-size: 13px; }
      .insight-blog-masonry .entry-content .entry-meta a {
        color: #777; }
        .insight-blog-masonry .entry-content .entry-meta a:hover {
          color: #222; }
    .insight-blog-masonry .entry-content .entry-title {
      display: block;
      margin-bottom: 30px; }
      .insight-blog-masonry .entry-content .entry-title a {
        font-size: 28px;
        font-weight: 700;
        line-height: 1.4;
        color: #222; }
        .insight-blog-masonry .entry-content .entry-title a:hover {
          color: #124AF5; }
    .insight-blog-masonry .entry-content .entry-excerpt {
      display: block;
      margin-bottom: 30px; }
      .insight-blog-masonry .entry-content .entry-excerpt p:last-child {
        margin-bottom: 0; }
    .insight-blog-masonry .entry-content .entry-quote {
      margin: 0;
      font-size: 22px;
      font-weight: 500;
      line-height: 1.4;
      color: #222; }
      .insight-blog-masonry .entry-content .entry-quote a {
        color: #222; }
        .insight-blog-masonry .entry-content .entry-quote a:hover {
          color: #124AF5; }
      .insight-blog-masonry .entry-content .entry-quote .source {
        display: block;
        margin-top: 30px;
        font-size: 18px;
        font-weight: 700;
        line-height: 1;
        color: #222; }
    .insight-blog-masonry .entry-content .entry-more a {
      font-size: 13px;
      font-weight: 700;
      line-height: 1;
      color: #222; }
      .insight-blog-masonry .entry-content .entry-more a:after {
        content: '\f061';
        font-family: FontAwesome;
        font-size: 10px;
        margin-left: 5px; }
      .insight-blog-masonry .entry-content .entry-more a:hover {
        color: #124AF5; }
  .insight-blog-masonry .entry-format-quote {
    position: relative; }
    .insight-blog-masonry .entry-format-quote:after {
      content: '”';
      display: block;
      width: 24px;
      height: 20px;
      font-family: Poppins;
      font-size: 60px;
      line-height: 1;
      font-weight: 700;
      color: #222;
      position: absolute;
      bottom: 30px;
      right: 30px; }
  .insight-blog-masonry .entry-format-gallery {
    margin-bottom: 0; }
    .insight-blog-masonry .entry-format-gallery img {
      display: block;
      width: 100%;
      height: auto;
      outline: none;
      margin: 0;
      padding: 0; }
    .insight-blog-masonry .entry-format-gallery .slick-dots {
      bottom: 20px;
      margin: 0; }
      .insight-blog-masonry .entry-format-gallery .slick-dots li {
        margin: 0; }
        .insight-blog-masonry .entry-format-gallery .slick-dots li button:before {
          color: #fff; }
    .insight-blog-masonry .entry-format-gallery .slick-arrow {
      z-index: 8; }
      .insight-blog-masonry .entry-format-gallery .slick-arrow:before {
        font-size: 18px;
        font-family: FontAwesome; }
      .insight-blog-masonry .entry-format-gallery .slick-arrow.slick-prev {
        left: 30px; }
        .insight-blog-masonry .entry-format-gallery .slick-arrow.slick-prev:before {
          content: '\f053'; }
      .insight-blog-masonry .entry-format-gallery .slick-arrow.slick-next {
        right: 30px; }
        .insight-blog-masonry .entry-format-gallery .slick-arrow.slick-next:before {
          content: '\f054'; }
  .insight-blog-masonry .entry-format-video a {
    display: block;
    position: relative;
    overflow: hidden; }
    .insight-blog-masonry .entry-format-video a:before {
      content: '';
      display: block;
      width: 80px;
      height: 80px;
      background-color: #fff;
      border-radius: 40px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 6; }
    .insight-blog-masonry .entry-format-video a:after {
      content: '\f04b';
      font-family: FontAwesome;
      font-size: 20px;
      color: #222;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(calc(-50% + 3px), -50%);
      z-index: 7; }
    .insight-blog-masonry .entry-format-video a.has-thumbnail img {
      width: 100%;
      height: auto;
      transition: all 0.5s; }
    .insight-blog-masonry .entry-format-video a.has-thumbnail:hover img {
      transform: scale(1.1); }
    .insight-blog-masonry .entry-format-video a.no-thumbnail {
      height: 240px;
      background-color: #124AF5; }
  .insight-blog-masonry .entry-format-image {
    overflow: hidden; }
    .insight-blog-masonry .entry-format-image img {
      display: block;
      width: 100%;
      transition: all 0.5s; }
    .insight-blog-masonry .entry-format-image:hover img {
      transform: scale(1.1); }

.insight-button-group .insight-button {
  display: inline-block;
  margin-right: 20px; }
  .insight-button-group .insight-button:last-child {
    margin-right: 0; }

.insight-button {
  display: block; }
  .insight-button a:hover {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .insight-button.size-medium a {
    height: 62px;
    line-height: 60px; }
  .insight-button.size-small a {
    height: 54px;
    line-height: 52px; }
  .insight-button.color-white a {
    color: #000;
    background-color: #fff;
    border-color: #fff; }
    .insight-button.color-white a:hover {
      color: #fff;
      background-color: #124AF5;
      border-color: #124AF5; }
  .insight-button.color-black a {
    background-color: #000;
    border-color: #000; }
    .insight-button.color-black a:hover {
      color: #fff;
      background-color: #124AF5;
      border-color: #124AF5; }
  .insight-button.color-gradient a {
    border-width: 0;
    line-height: 70px; }
    .insight-button.color-gradient a:hover {
      background: none !important;
      background-color: #000 !important; }
  .insight-button.color-gradient.size-medium a {
    line-height: 62px; }
  .insight-button.color-gradient.size-small a {
    line-height: 54px; }
  .insight-button.full-width {
    display: block;
    width: 100%; }
    .insight-button.full-width a {
      display: block;
      width: 100%; }
  .insight-button.align-left {
    display: block;
    text-align: left; }
  .insight-button.align-center {
    display: block;
    text-align: center; }
  .insight-button.align-right {
    display: block;
    text-align: right; }
  .insight-button.style-border a {
    background-color: transparent; }
  .insight-button.style-border.color-white a {
    color: #fff; }
    .insight-button.style-border.color-white a:hover {
      color: #124AF5;
      background-color: transparent; }

.insight-client.type-carousel {
  position: relative;
  display: block;
  height: auto;
  margin-bottom: 0; }
  .insight-client.type-carousel .item {
    outline: none; }
    .insight-client.type-carousel .item img {
      display: block;
      max-width: 100%;
      height: auto;
      margin: 0 auto; }

.insight-client.type-grid {
  display: table;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed; }
  .insight-client.type-grid .type-grid-row {
    display: table-row; }
    .insight-client.type-grid .type-grid-row .item {
      display: table-cell;
      vertical-align: middle;
      padding: 60px;
      text-align: center;
      border: 1px solid #222; }
      .insight-client.type-grid .type-grid-row .item img {
        opacity: .3;
        transition: all 0.5s; }
      .insight-client.type-grid .type-grid-row .item:hover img {
        opacity: 1; }
  @media (max-width: 991px) {
    .insight-client.type-grid {
      display: block; }
      .insight-client.type-grid .type-grid-row {
        display: block; }
        .insight-client.type-grid .type-grid-row .item {
          display: block;
          width: 100%;
          margin-bottom: 15px; }
          .insight-client.type-grid .type-grid-row .item:last-child {
            margin-bottom: 0; } }

.insight-contact-form.center form .row > div {
  text-align: center;
  justify-content: center; }

.insight-contact-form div.wpcf7-response-output {
  margin: 30px 0 0 0; }

.insight-contact-form .wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px; }

.insight-contact-form input[type="text"], .insight-contact-form input[type="email"], .insight-contact-form input[type="tel"], .insight-contact-form input[type="number"], .insight-contact-form textarea {
  display: block;
  width: 100%;
  background-color: transparent;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: #555555;
  padding: 15px 0;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  box-shadow: none;
  outline: none;
  transition: all 0.5s; }
  .insight-contact-form input[type="text"]::-webkit-input-placeholder, .insight-contact-form input[type="email"]::-webkit-input-placeholder, .insight-contact-form input[type="tel"]::-webkit-input-placeholder, .insight-contact-form input[type="number"]::-webkit-input-placeholder, .insight-contact-form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #555555; }
  .insight-contact-form input[type="text"]::-moz-placeholder, .insight-contact-form input[type="email"]::-moz-placeholder, .insight-contact-form input[type="tel"]::-moz-placeholder, .insight-contact-form input[type="number"]::-moz-placeholder, .insight-contact-form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #555555; }
  .insight-contact-form input[type="text"]:-ms-input-placeholder, .insight-contact-form input[type="email"]:-ms-input-placeholder, .insight-contact-form input[type="tel"]:-ms-input-placeholder, .insight-contact-form input[type="number"]:-ms-input-placeholder, .insight-contact-form textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #555555; }
  .insight-contact-form input[type="text"]:-moz-placeholder, .insight-contact-form input[type="email"]:-moz-placeholder, .insight-contact-form input[type="tel"]:-moz-placeholder, .insight-contact-form input[type="number"]:-moz-placeholder, .insight-contact-form textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #555555; }
  .insight-contact-form input[type="text"]:focus, .insight-contact-form input[type="email"]:focus, .insight-contact-form input[type="tel"]:focus, .insight-contact-form input[type="number"]:focus, .insight-contact-form textarea:focus {
    outline: none;
    border-color: #124AF5; }

.insight-contact-form input[type="submit"] {
  color: #000;
  background-color: #fff;
  border-color: #fff; }
  .insight-contact-form input[type="submit"]:hover {
    color: #fff;
    background-color: #124AF5;
    border-color: #124AF5; }

.insight-counter {
  display: block;
  width: 100%; }
  .insight-counter .number {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    color: #124AF5; }
  .insight-counter .text {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin-top: 14px;
    color: #fff; }
  .insight-counter.text-left {
    text-align: left; }
  .insight-counter.text-center {
    text-align: center; }
  .insight-counter.text-right {
    text-align: right; }
  .insight-counter.style-02 .text {
    color: #222; }

.insight-demo {
  position: relative;
  display: block;
  width: 100%;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05); }
  .insight-demo a {
    display: block;
    position: relative; }
    .insight-demo a img {
      width: 100%;
      height: auto; }
    .insight-demo a .title {
      position: absolute;
      z-index: 8;
      font-size: 20px;
      font-weight: 700;
      color: #fff;
      display: block;
      width: 100%;
      text-align: center;
      top: 60%;
      left: 0;
      transform: translateY(-50%);
      opacity: 0;
      transition: all 0.5s; }
    .insight-demo a .hover {
      position: absolute;
      z-index: 7;
      display: block;
      width: 100%;
      height: 100%;
      background-color: #B50679;
      top: 0;
      left: 0;
      opacity: 0;
      transition: all 0.5s; }
    .insight-demo a:hover .title {
      top: 50%;
      opacity: 1; }
    .insight-demo a:hover .hover {
      opacity: .9; }
  .insight-demo.new-yes:before {
    content: '';
    width: 85px;
    height: 84px;
    display: block;
    background-image: url("assets/images/new.png");
    position: absolute;
    top: -32px;
    right: -32px;
    z-index: 8; }
  .insight-demo.coming-yes a .title {
    top: 50%;
    opacity: 1; }
  .insight-demo:hover {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1); }

.insight-drop-cap {
  font-size: 16px;
  line-height: 2em; }
  .insight-drop-cap span {
    color: #fff;
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 4px; }

.insight-heading {
  white-space: pre-line; }
  .insight-heading strong, .insight-heading mask {
    display: inline-block;
    position: relative;
    background: none;
    background-color: transparent; }
    .insight-heading strong:before, .insight-heading mask:before {
      content: '';
      width: 100%;
      height: 8px;
      display: block;
      background-color: #124AF5;
      position: absolute;
      left: 0;
      bottom: 10px;
      z-index: -1; }
  .insight-heading a {
    display: inline-block;
    position: relative;
    color: inherit; }
    .insight-heading a:before {
      content: '';
      width: 100%;
      height: 5px;
      display: block;
      background-color: #DDDDDD;
      position: absolute;
      left: 0;
      bottom: 5px;
      z-index: -1;
      transition: all 0.5s; }
    .insight-heading a:hover {
      color: #FFB413; }
      .insight-heading a:hover:before {
        background-color: #FFB413; }
  .insight-heading.color-primary {
    color: #124AF5; }
  .insight-heading.color-white {
    color: #fff; }
  .insight-heading.color-black {
    color: #000; }
  .insight-heading.max-width.text-align-center {
    margin-left: auto;
    margin-right: auto; }
  .insight-heading.max-width.text-align-right {
    margin-left: auto;
    margin-right: 0; }

.insight-icon-box {
  padding: 80px 30px;
  border-radius: 6px;
  color: #fff; }
  .insight-icon-box .icon {
    margin-bottom: 15px;
    font-size: 48px;
    color: #fff; }
  .insight-icon-box .title {
    font-size: 20px;
    font-weight: 700; }
  .insight-icon-box .content {
    margin-top: 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px; }
  .insight-icon-box.bg-primary {
    background-color: #124AF5; }
  .insight-icon-box.bg-white {
    background-color: #fff; }
    .insight-icon-box.bg-white .icon {
      color: #124AF5; }
    .insight-icon-box.bg-white .title {
      color: #000; }
    .insight-icon-box.bg-white .content {
      color: #777; }

.insight-instagram-feed-title {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 30px; }
  .insight-instagram-feed-title span {
    display: block; }
    .insight-instagram-feed-title span:first-child {
      font-size: 24px;
      font-weight: 700;
      color: #222; }
    .insight-instagram-feed-title span:last-child {
      font-size: 15px;
      color: #777; }

.insight-instagram-feed .insight-instagram-feed-items {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0; }
  .insight-instagram-feed .insight-instagram-feed-items .item {
    padding-left: 10px;
    padding-right: 10px;
    outline: none; }
    .insight-instagram-feed .insight-instagram-feed-items .item a {
      display: inline-block;
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100%;
      position: relative; }
      .insight-instagram-feed .insight-instagram-feed-items .item a:before {
        transition: all 0.5s;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden; }
      .insight-instagram-feed .insight-instagram-feed-items .item a img {
        width: 100%;
        height: auto;
        max-width: 100%; }
      .insight-instagram-feed .insight-instagram-feed-items .item a .item-info {
        transition: all 0.5s;
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        transform: translate(0, -50%);
        text-align: center;
        opacity: 0;
        visibility: hidden; }
        .insight-instagram-feed .insight-instagram-feed-items .item a .item-info span {
          display: block;
          color: #fff;
          line-height: 1.2em; }
          .insight-instagram-feed .insight-instagram-feed-items .item a .item-info span.likes:before {
            content: "\f004";
            font-family: FontAwesome;
            display: inline-block;
            margin-right: 5px; }
          .insight-instagram-feed .insight-instagram-feed-items .item a .item-info span.comments:before {
            content: "\f086";
            font-family: FontAwesome;
            display: inline-block;
            margin-right: 5px; }
      .insight-instagram-feed .insight-instagram-feed-items .item a:hover:before {
        opacity: 1;
        visibility: visible; }
      .insight-instagram-feed .insight-instagram-feed-items .item a:hover .item-info {
        opacity: 1;
        visibility: visible; }
  .insight-instagram-feed .insight-instagram-feed-items.insight-instagram-feed-grid .item {
    margin: 15px 0; }
  .insight-instagram-feed .insight-instagram-feed-items.insight-instagram-feed-carousel .slick-dots {
    position: absolute;
    height: 16px;
    bottom: -50px;
    margin: 0; }
    .insight-instagram-feed .insight-instagram-feed-items.insight-instagram-feed-carousel .slick-dots li {
      width: 16px;
      height: 16px;
      overflow: hidden; }
      .insight-instagram-feed .insight-instagram-feed-items.insight-instagram-feed-carousel .slick-dots li button {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border-width: 3px;
        border-style: solid;
        border-color: rgba(34, 34, 34, 0.2);
        font-size: 0;
        text-indent: 999px;
        box-sizing: border-box; }
      .insight-instagram-feed .insight-instagram-feed-items.insight-instagram-feed-carousel .slick-dots li.slick-active button {
        border-color: #124AF5; }

.insight-instagram-feed-error {
  text-align: center; }

.insight-lightbox-gallery .insight-lightbox-gallery-item {
  margin: 15px 0; }
  .insight-lightbox-gallery .insight-lightbox-gallery-item a {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
    outline: none; }
    .insight-lightbox-gallery .insight-lightbox-gallery-item a img {
      width: 100%;
      height: auto;
      z-index: 6;
      border-radius: 6px; }
    .insight-lightbox-gallery .insight-lightbox-gallery-item a:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #fff;
      border-radius: 6px;
      z-index: 7;
      opacity: 0;
      transition: all 0.5s; }
    .insight-lightbox-gallery .insight-lightbox-gallery-item a:after {
      content: '\f067';
      font-family: FontAwesome;
      font-size: 20px;
      color: #222;
      position: absolute;
      top: 60%;
      left: 50%;
      z-index: 8;
      transform: translate(-50%, -50%);
      opacity: 0;
      transition: all 0.5s; }
  .insight-lightbox-gallery .insight-lightbox-gallery-item:hover a:before {
    opacity: .9; }
  .insight-lightbox-gallery .insight-lightbox-gallery-item:hover a:after {
    top: 50%;
    opacity: 1; }

.insight-masonry-gallery {
  display: block;
  margin-left: -45px;
  margin-right: -45px; }
  .insight-masonry-gallery .insight-items .item {
    width: 33.3333%;
    padding-left: 45px;
    padding-right: 45px; }
    .insight-masonry-gallery .insight-items .item .item-inner {
      overflow: hidden;
      margin-bottom: 90px;
      border-radius: 0; }
      .insight-masonry-gallery .insight-items .item .item-inner img {
        width: 100%;
        height: auto;
        transition: all 0.5s; }
      .insight-masonry-gallery .insight-items .item .item-inner:hover img {
        transform: scale(1.1); }
  @media (max-width: 991px) {
    .insight-masonry-gallery {
      margin-left: 0;
      margin-right: 0; }
      .insight-masonry-gallery .insight-items .item {
        width: 100% !important; } }

.insight-portfolio-archive {
  display: block;
  margin-left: -15px;
  margin-right: -15px; }
  .insight-portfolio-archive .insight-items {
    display: block; }
    .insight-portfolio-archive .insight-items .hentry {
      width: 25%;
      padding-left: 15px;
      padding-right: 15px; }
      .insight-portfolio-archive .insight-items .hentry .entry-inner {
        margin-bottom: 30px;
        position: relative;
        border-radius: 6px;
        overflow: hidden; }
        .insight-portfolio-archive .insight-items .hentry .entry-inner:before {
          content: '';
          display: block;
          width: 100%;
          height: 100%;
          background-color: #124AF5;
          opacity: 0;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 7;
          transition: all 0.5s; }
        .insight-portfolio-archive .insight-items .hentry .entry-inner .entry-thumbnail {
          z-index: 6; }
          .insight-portfolio-archive .insight-items .hentry .entry-inner .entry-thumbnail img {
            width: 100%;
            height: auto; }
        .insight-portfolio-archive .insight-items .hentry .entry-inner .entry-meta {
          z-index: 8;
          text-align: center;
          display: block;
          width: 100%;
          position: absolute;
          left: 0;
          top: 60%;
          transform: translateY(-50%);
          opacity: 0;
          padding: 0 30px;
          color: #fff;
          transition: all 0.5s; }
          .insight-portfolio-archive .insight-items .hentry .entry-inner .entry-meta .entry-title {
            font-size: 30px;
            font-weight: 700; }
          .insight-portfolio-archive .insight-items .hentry .entry-inner .entry-meta .entry-cats {
            font-size: 18px;
            font-weight: 700; }
          .insight-portfolio-archive .insight-items .hentry .entry-inner .entry-meta a {
            color: #fff; }
        .insight-portfolio-archive .insight-items .hentry .entry-inner:hover:before {
          opacity: .9; }
        .insight-portfolio-archive .insight-items .hentry .entry-inner:hover .entry-meta {
          top: 50%;
          opacity: 1; }
  .insight-portfolio-archive .insight-pagination, .insight-portfolio-archive .insight-load-button, .insight-portfolio-archive .insight-load-infinity {
    margin-top: 70px;
    margin-bottom: 30px;
    text-align: center; }
  .insight-portfolio-archive .insight-load-button span {
    display: inline-block;
    padding: 0 20px;
    text-transform: uppercase;
    color: #222;
    font-weight: 700;
    background-color: #eee;
    border: none;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 3px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.5s; }
    .insight-portfolio-archive .insight-load-button span:hover {
      color: #fff;
      background-color: #222; }
    .insight-portfolio-archive .insight-load-button span.loading:after {
      content: '...'; }
  .insight-portfolio-archive .insight-load-infinity span {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    cursor: pointer; }
    .insight-portfolio-archive .insight-load-infinity span i {
      display: inline-block;
      font-size: 40px;
      width: 40px;
      height: 40px; }
    .insight-portfolio-archive .insight-load-infinity span.loading i {
      animation: spin 1s linear infinite;
      -webkit-animation: spin 1s linear infinite; }
  .insight-portfolio-archive.style-masonry {
    margin-left: -45px;
    margin-right: -45px; }
    .insight-portfolio-archive.style-masonry .insight-items .hentry {
      width: 33.3333%;
      padding-left: 45px;
      padding-right: 45px; }
      .insight-portfolio-archive.style-masonry .insight-items .hentry .entry-inner {
        margin-bottom: 90px;
        border-radius: 0; }
    .insight-portfolio-archive.style-masonry .insight-pagination, .insight-portfolio-archive.style-masonry .insight-load-button, .insight-portfolio-archive.style-masonry .insight-load-infinity {
      margin-top: 0; }
  @media (max-width: 991px) {
    .insight-portfolio-archive {
      margin-left: 0;
      margin-right: 0; }
      .insight-portfolio-archive .insight-items .hentry {
        width: 100% !important; } }

.insight-portfolio-featured {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  height: 100%; }
  .insight-portfolio-featured.style-01 .text, .insight-portfolio-featured.style-01 .image {
    width: 50%; }
  .insight-portfolio-featured.style-01 .text {
    padding: 100px 70px;
    z-index: 7; }
    .insight-portfolio-featured.style-01 .text .cats {
      display: block;
      margin-bottom: 30px;
      overflow: hidden; }
      .insight-portfolio-featured.style-01 .text .cats a {
        font-size: 20px;
        font-weight: 700;
        color: #B2B2B2; }
        .insight-portfolio-featured.style-01 .text .cats a:hover {
          margin-left: 10px; }
    .insight-portfolio-featured.style-01 .text .title {
      position: relative;
      display: block;
      margin-bottom: 100px; }
      .insight-portfolio-featured.style-01 .text .title .title-number {
        position: absolute;
        top: 10px;
        left: -30px;
        font-size: 16px;
        font-weight: 700;
        color: #000;
        overflow: hidden; }
      .insight-portfolio-featured.style-01 .text .title .title-text {
        overflow: hidden; }
        .insight-portfolio-featured.style-01 .text .title .title-text a {
          font-size: 60px;
          font-weight: 700;
          line-height: 70px;
          color: #000; }
          .insight-portfolio-featured.style-01 .text .title .title-text a:hover {
            margin-left: 10px; }
    .insight-portfolio-featured.style-01 .text .more {
      overflow: hidden; }
      .insight-portfolio-featured.style-01 .text .more a {
        font-size: 24px;
        font-weight: 700;
        color: #000; }
        .insight-portfolio-featured.style-01 .text .more a:after {
          content: '';
          display: block;
          width: 62px;
          height: 22px;
          background-image: url("assets/images/arrow-black.png");
          background-repeat: no-repeat;
          background-position: center right;
          display: inline-block;
          margin-left: 20px;
          vertical-align: middle;
          opacity: .3;
          transition: all 0.5s; }
        .insight-portfolio-featured.style-01 .text .more a:hover {
          margin-left: 10px; }
          .insight-portfolio-featured.style-01 .text .more a:hover:after {
            opacity: 1; }
    .insight-portfolio-featured.style-01 .text .cats span {
      animation-delay: 0.6s;
      transform: translateY(-100%); }
    .insight-portfolio-featured.style-01 .text .title-number span {
      animation-delay: 0.1s;
      transform: translateY(-100%); }
    .insight-portfolio-featured.style-01 .text .title-text a {
      animation-delay: 0.1s;
      transform: translateY(-100%); }
    .insight-portfolio-featured.style-01 .text .more a {
      animation-delay: 0.9s;
      transform: translateY(100%); }
    .insight-portfolio-featured.style-01 .text .cats span, .insight-portfolio-featured.style-01 .text .title-number span, .insight-portfolio-featured.style-01 .text .title-text a, .insight-portfolio-featured.style-01 .text .more a {
      display: inline-block; }
      .onepage.active .insight-portfolio-featured.style-01 .text .cats span, .onepage.active .insight-portfolio-featured.style-01 .text .title-number span, .onepage.active .insight-portfolio-featured.style-01 .text .title-text a, .onepage.active .insight-portfolio-featured.style-01 .text .more a {
        animation-name: textAnimation04;
        animation-timing-function: ease;
        animation-duration: 1.5s;
        animation-iteration-count: 1;
        animation-fill-mode: forwards; }
  .insight-portfolio-featured.style-01 .image {
    z-index: 6;
    height: 100%;
    overflow: hidden; }
    .insight-portfolio-featured.style-01 .image .image-inner {
      display: block;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      display: inline-block;
      animation-delay: 0s;
      transform: translateY(100%); }
      .onepage.active .insight-portfolio-featured.style-01 .image .image-inner {
        animation-name: textAnimation04;
        animation-timing-function: ease;
        animation-duration: 1.5s;
        animation-iteration-count: 1;
        animation-fill-mode: forwards; }
  .insight-portfolio-featured.style-01 .character {
    z-index: 8;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 300px;
    font-weight: 700;
    line-height: 1;
    transform: translate(-50%, -50%);
    overflow: hidden; }
    .insight-portfolio-featured.style-01 .character span {
      display: inline-block;
      animation-delay: 1s;
      transform: translateX(100%); }
      .onepage.active .insight-portfolio-featured.style-01 .character span {
        animation-name: textAnimation04;
        animation-timing-function: ease;
        animation-duration: 1.5s;
        animation-iteration-count: 1;
        animation-fill-mode: forwards; }
  @media (max-width: 991px) {
    .insight-portfolio-featured.style-01 .text {
      width: 100%;
      padding: 100px 0; }
      .insight-portfolio-featured.style-01 .text .title .number {
        display: none; }
    .insight-portfolio-featured.style-01 .image {
      display: none; } }
  .insight-portfolio-featured.style-02 .text, .insight-portfolio-featured.style-02 .image {
    width: 50%; }
  .insight-portfolio-featured.style-02 .image {
    text-align: left; }
    .insight-portfolio-featured.style-02 .image img {
      display: inline-block;
      max-width: 100%;
      height: auto; }
  .insight-portfolio-featured.style-02 .text {
    text-align: center;
    padding: 60px 80px; }
    .insight-portfolio-featured.style-02 .text .cats a {
      font-size: 16px;
      font-weight: 400; }
    .insight-portfolio-featured.style-02 .text .title {
      font-size: 32px;
      font-weight: 700;
      margin-top: 60px;
      margin-bottom: 60px; }
    .insight-portfolio-featured.style-02 .text .more {
      font-size: 14px; }
      .insight-portfolio-featured.style-02 .text .more a:after {
        content: '\f00e';
        font-family: FontAwesome;
        margin-left: 10px; }
  .insight-portfolio-featured.style-02.image-align-right .image {
    order: 2;
    text-align: right; }
  .insight-portfolio-featured.style-02.image-align-right .text {
    order: 1; }
  @media (max-width: 991px) {
    .insight-portfolio-featured.style-02 {
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .insight-portfolio-featured.style-02 .text {
        width: 100%;
        order: 2 !important; }
        .insight-portfolio-featured.style-02 .text .title {
          margin-top: 30px;
          margin-bottom: 30px; }
      .insight-portfolio-featured.style-02 .image {
        width: 100%;
        order: 1 !important; } }

.insight-portfolio-filter {
  position: relative;
  max-height: 100%;
  display: flex;
  align-items: center;
  width: 100%; }
  .insight-portfolio-filter-left, .insight-portfolio-filter-right {
    width: 50%; }
  .insight-portfolio-filter-left {
    padding-right: 60px; }
    .insight-portfolio-filter-left .filter {
      position: absolute;
      top: 50%;
      left: calc(50% - 50px);
      z-index: 8;
      transform: translate(-50%, -50%) rotate(90deg); }
      .insight-portfolio-filter-left .filter a {
        position: relative;
        display: inline-block;
        padding: 0 20px;
        color: #555555;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase; }
        .insight-portfolio-filter-left .filter a:hover, .insight-portfolio-filter-left .filter a.active {
          color: #fff; }
    .insight-portfolio-filter-left .items {
      z-index: 7; }
      .insight-portfolio-filter-left .items .item {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 30px;
        position: relative; }
        .insight-portfolio-filter-left .items .item .number {
          color: #fff;
          position: absolute;
          top: 25px;
          left: 0;
          font-size: 16px;
          font-weight: 700;
          line-height: 1;
          z-index: 6;
          opacity: .5;
          transition: all 0.5s; }
        .insight-portfolio-filter-left .items .item a {
          color: #fff;
          font-size: 42px;
          font-weight: 700;
          line-height: 1;
          display: block;
          position: relative; }
          .insight-portfolio-filter-left .items .item a:before {
            content: '';
            width: 100%;
            height: calc(100% + 10px);
            position: absolute;
            top: 0;
            left: 0;
            background-color: rgba(0, 0, 0, 0.5);
            transition: all 0.5s;
            transform: translateY(-5px);
            pointer-events: none;
            z-index: 7; }
          .insight-portfolio-filter-left .items .item a:hover:before {
            -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 100%);
            clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 100%);
            animation-name: textAnimation03;
            animation-timing-function: linear;
            animation-duration: .5s;
            animation-iteration-count: 1;
            animation-fill-mode: forwards; }
        .insight-portfolio-filter-left .items .item:hover .number {
          opacity: 1; }
  .insight-portfolio-filter-right {
    text-align: center; }
    .insight-portfolio-filter-right .img-wrapper {
      width: 100%;
      max-width: 850px;
      display: inline-block;
      overflow: hidden;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      border-radius: 50%; }
      .insight-portfolio-filter-right .img-wrapper img {
        width: 100%;
        transition: all 0.5s; }
        .insight-portfolio-filter-right .img-wrapper img:hover {
          transform: scale(1.1); }
  @media (max-width: 991px) {
    .insight-portfolio-filter {
      flex-direction: column-reverse; }
      .insight-portfolio-filter-left, .insight-portfolio-filter-right {
        width: 100%;
        padding: 0; }
      .insight-portfolio-filter-left {
        position: relative; }
        .insight-portfolio-filter-left .filter {
          transform: none;
          left: 0;
          width: 100%;
          text-align: center;
          top: -50px; }
      .insight-portfolio-filter-right {
        padding-bottom: 90px; } }

.insight-portfolio-info {
  width: 100%; }
  .insight-portfolio-info-item {
    margin-bottom: 30px; }
    .insight-portfolio-info-item .name {
      font-weight: 700;
      color: #222; }
    .insight-portfolio-info-item.share .name, .insight-portfolio-info-item.share .value {
      display: inline-block; }
    .insight-portfolio-info-item.share a {
      color: #AAAAAA;
      margin-left: 5px; }
      .insight-portfolio-info-item.share a:hover {
        color: #222; }

.insight-portfolio-list {
  display: block;
  color: #000;
  font-size: 36px;
  line-height: 66px;
  font-weight: 700; }
  .insight-portfolio-list span {
    position: relative;
    display: inline-block;
    margin-right: 15px; }
    .insight-portfolio-list span:after {
      content: ', '; }
    .insight-portfolio-list span:last-child:after {
      content: ''; }
    .insight-portfolio-list span a {
      color: #000;
      text-transform: none;
      display: inline-block;
      position: relative; }
      .insight-portfolio-list span a:before, .insight-portfolio-list span a:after {
        content: '';
        height: 5px;
        display: block;
        position: absolute;
        left: 0;
        bottom: 5px;
        z-index: -1;
        transition: all 0.5s; }
      .insight-portfolio-list span a:before {
        width: 100%;
        background-color: #DDDDDD; }
      .insight-portfolio-list span a:after {
        width: 0;
        background-color: #FFB413; }
      .insight-portfolio-list span a:hover {
        color: #FFB413; }
        .insight-portfolio-list span a:hover:after {
          width: 100%; }

.insight-portfolio-metro {
  display: block;
  position: relative;
  overflow: hidden; }
  .insight-portfolio-metro img {
    width: 100%;
    height: auto;
    transition: all 0.5s; }
  .insight-portfolio-metro .text {
    display: block;
    position: absolute;
    top: 30px;
    left: 35px;
    z-index: 8; }
    .insight-portfolio-metro .text .title a {
      font-size: 24px;
      line-height: 1.2;
      font-weight: 700;
      color: #fff; }
    .insight-portfolio-metro .text .cats {
      margin-top: 10px;
      font-size: 14px;
      font-weight: 500; }
      .insight-portfolio-metro .text .cats a {
        font-size: 14px;
        font-weight: 500;
        color: #fff; }
  .insight-portfolio-metro .hover {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 7;
    opacity: 0;
    transition: all 0.5s; }
  .insight-portfolio-metro:hover .hover {
    opacity: .9; }
  .insight-portfolio-metro:hover img {
    transform: scale(1.1); }

.insight-portfolio-navigation {
  padding: 0;
  margin: 0; }
  .insight-portfolio-navigation a.title {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    position: relative; }
    .insight-portfolio-navigation a.title:before {
      font-family: FontAwesome;
      font-size: 15px;
      line-height: 1;
      color: #fff;
      position: absolute;
      top: 10px; }
    .insight-portfolio-navigation a.title:hover {
      color: #124AF5; }
  .insight-portfolio-navigation .row {
    align-items: center; }
  .insight-portfolio-navigation .col-left {
    text-align: left; }
    .insight-portfolio-navigation .col-left a.title {
      padding-left: 40px; }
      .insight-portfolio-navigation .col-left a.title:before {
        content: '\f060';
        left: 0; }
    .insight-portfolio-navigation .col-left .cats {
      display: block;
      padding-left: 40px; }
      .insight-portfolio-navigation .col-left .cats a {
        color: #777; }
        .insight-portfolio-navigation .col-left .cats a:hover {
          color: #124AF5; }
  .insight-portfolio-navigation .col-center {
    text-align: center;
    font-size: 22px;
    color: #fff; }
    .insight-portfolio-navigation .col-center a {
      color: #fff; }
      .insight-portfolio-navigation .col-center a:hover {
        color: #124AF5; }
  .insight-portfolio-navigation .col-right {
    text-align: right; }
    .insight-portfolio-navigation .col-right a.title {
      padding-right: 40px; }
      .insight-portfolio-navigation .col-right a.title:before {
        content: '\f061';
        right: 0; }
    .insight-portfolio-navigation .col-right .cats {
      display: block;
      padding-right: 40px; }
      .insight-portfolio-navigation .col-right .cats a {
        color: #777; }
        .insight-portfolio-navigation .col-right .cats a:hover {
          color: #124AF5; }

.insight-portfolio-vertical-slide.style-01 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center; }
  .insight-portfolio-vertical-slide.style-01 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    animation-delay: 1s;
    transition: background-color 5s linear; }
  .insight-portfolio-vertical-slide.style-01 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner .text {
    width: 90%;
    max-width: 560px;
    position: absolute;
    top: 50%;
    left: 70px;
    padding-left: 30px;
    z-index: 97;
    transform: translateY(-50%); }
    .insight-portfolio-vertical-slide.style-01 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner .text .title {
      font-size: 90px;
      font-weight: 700;
      font-family: Poppins;
      color: #fff;
      line-height: 1.2;
      margin-bottom: 40px;
      position: relative; }
      .insight-portfolio-vertical-slide.style-01 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner .text .title .title-number {
        font-size: 16px;
        font-weight: 700;
        position: absolute;
        top: 40px;
        left: -30px;
        overflow: hidden; }
        .insight-portfolio-vertical-slide.style-01 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner .text .title .title-number span {
          display: inline-block;
          transition: all 0.5s;
          animation-delay: 1s;
          transform: translateY(100%); }
      .insight-portfolio-vertical-slide.style-01 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner .text .title .title-text > span {
        display: inline-block; }
        .insight-portfolio-vertical-slide.style-01 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner .text .title .title-text > span > span {
          display: inline-block;
          overflow: hidden; }
          .insight-portfolio-vertical-slide.style-01 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner .text .title .title-text > span > span > span {
            display: inline-block; }
      .insight-portfolio-vertical-slide.style-01 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner .text .title .title-text .char_1 span {
        transform: translateY(400px);
        animation-delay: 0.1s; }
      .insight-portfolio-vertical-slide.style-01 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner .text .title .title-text .char_2 span {
        transform: translateY(200px);
        animation-delay: 0.2s; }
      .insight-portfolio-vertical-slide.style-01 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner .text .title .title-text .char_3 span {
        transform: translateY(600px);
        animation-delay: 0.3s; }
    .insight-portfolio-vertical-slide.style-01 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner .text .view {
      overflow: hidden; }
      .insight-portfolio-vertical-slide.style-01 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner .text .view a {
        transition: all 0.5s;
        animation-delay: 1s;
        transform: translateY(100%); }
  .insight-portfolio-vertical-slide.style-01 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner .image {
    display: inline-block;
    position: absolute;
    width: 90%;
    max-width: 1000px;
    top: 50%;
    left: 50%;
    z-index: 96;
    transform: translate(-50%, -50%);
    overflow: hidden; }
    .insight-portfolio-vertical-slide.style-01 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner .image .image-inner {
      position: relative;
      overflow: hidden;
      border-radius: 6px; }
      .insight-portfolio-vertical-slide.style-01 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner .image .image-inner img {
        border-radius: 6px;
        transform: translateY(100%);
        transition: all 0.5s; }

.insight-portfolio-vertical-slide.style-01 .insight-portfolio-vertical-slide-item.active .insight-portfolio-vertical-slide-item-inner:before {
  background-color: rgba(0, 0, 0, 0.6); }

.insight-portfolio-vertical-slide.style-01 .insight-portfolio-vertical-slide-item.active .insight-portfolio-vertical-slide-item-inner .text .title .title-number span {
  animation-name: textAnimation04;
  animation-timing-function: ease;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; }

.insight-portfolio-vertical-slide.style-01 .insight-portfolio-vertical-slide-item.active .insight-portfolio-vertical-slide-item-inner .text .title .title-text > span > span > span {
  animation-name: textAnimation04;
  animation-timing-function: ease;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; }

.insight-portfolio-vertical-slide.style-01 .insight-portfolio-vertical-slide-item.active .insight-portfolio-vertical-slide-item-inner .text .view a {
  animation-name: textAnimation04;
  animation-timing-function: ease;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; }

.insight-portfolio-vertical-slide.style-01 .insight-portfolio-vertical-slide-item.active .insight-portfolio-vertical-slide-item-inner .image .image-inner img {
  animation-name: textAnimation04;
  animation-timing-function: ease;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; }

.insight-portfolio-vertical-slide.style-02 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center; }
  .insight-portfolio-vertical-slide.style-02 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner .gradient {
    display: block;
    width: 550px;
    height: 550px;
    position: absolute;
    top: 50%;
    left: 140px;
    border-radius: 6px;
    transform: translateY(-50%); }
    .insight-portfolio-vertical-slide.style-02 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner .gradient .gradient-inner {
      display: block;
      width: 100%;
      height: 100%;
      position: relative; }
      .insight-portfolio-vertical-slide.style-02 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner .gradient .gradient-inner .number {
        font-size: 100px;
        font-weight: 700;
        line-height: 1;
        color: #222;
        position: absolute;
        top: 40px;
        left: -40px;
        overflow: hidden; }
        .insight-portfolio-vertical-slide.style-02 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner .gradient .gradient-inner .number span {
          display: inline-block;
          transition: all 0.5s;
          animation-delay: 0.1s;
          transform: translateY(100%); }
      .insight-portfolio-vertical-slide.style-02 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner .gradient .gradient-inner .view {
        position: absolute;
        left: -40px;
        bottom: 40px;
        font-size: 18px;
        font-weight: 700;
        line-height: 1;
        transition: all 0.5s;
        overflow: hidden; }
        .insight-portfolio-vertical-slide.style-02 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner .gradient .gradient-inner .view a {
          vertical-align: middle;
          display: inline-block;
          animation-delay: 0.3s;
          transform: translateX(-100%);
          color: #222;
          padding-right: 90px;
          background-image: url("assets/images/arrow-black.png");
          background-repeat: no-repeat;
          background-position: center right; }
        .insight-portfolio-vertical-slide.style-02 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner .gradient .gradient-inner .view:hover {
          transform: translateX(10px); }
      .insight-portfolio-vertical-slide.style-02 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner .gradient .gradient-inner .title {
        width: auto;
        white-space: nowrap;
        font-size: 30px;
        font-weight: 700;
        font-family: Poppins;
        line-height: 40px;
        position: absolute;
        left: -40px;
        bottom: -140px;
        overflow: hidden; }
        .insight-portfolio-vertical-slide.style-02 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner .gradient .gradient-inner .title > a, .insight-portfolio-vertical-slide.style-02 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner .gradient .gradient-inner .title > span {
          display: inline-block;
          transition: all 0.5s;
          animation-delay: 0.1s;
          transform: translateY(100%); }
        .insight-portfolio-vertical-slide.style-02 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner .gradient .gradient-inner .title > a {
          line-height: 40px;
          vertical-align: middle;
          color: #222;
          padding: 0 140px;
          position: relative;
          overflow: hidden; }
          .insight-portfolio-vertical-slide.style-02 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner .gradient .gradient-inner .title > a:before, .insight-portfolio-vertical-slide.style-02 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner .gradient .gradient-inner .title > a:after {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            width: 110px;
            height: 1px;
            background-color: #222;
            transition: all 0.5s; }
          .insight-portfolio-vertical-slide.style-02 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner .gradient .gradient-inner .title > a:before {
            left: 0;
            animation-delay: 0.3s;
            transform: translateX(-100%); }
          .insight-portfolio-vertical-slide.style-02 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner .gradient .gradient-inner .title > a:after {
            right: 0;
            animation-delay: 0.3s;
            transform: translateX(100%); }
          .insight-portfolio-vertical-slide.style-02 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner .gradient .gradient-inner .title > a:hover:before, .insight-portfolio-vertical-slide.style-02 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner .gradient .gradient-inner .title > a:hover:after {
            width: 100px; }
        .insight-portfolio-vertical-slide.style-02 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner .gradient .gradient-inner .title .cats {
          color: #222;
          font-size: 18px;
          display: inline-block;
          vertical-align: middle;
          margin-left: 20px; }
          .insight-portfolio-vertical-slide.style-02 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner .gradient .gradient-inner .title .cats a {
            color: #222;
            font-size: 18px;
            line-height: 40px;
            vertical-align: middle; }
  .insight-portfolio-vertical-slide.style-02 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner .image {
    display: inline-block;
    position: absolute;
    width: 90%;
    max-width: 490px;
    top: 50%;
    left: 480px;
    border-radius: 6px;
    overflow: hidden;
    transform: translateY(-50%); }
    .insight-portfolio-vertical-slide.style-02 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner .image img {
      width: 100%;
      height: auto;
      animation-delay: 0.1s;
      border-radius: 6px;
      transform: translateX(-100%); }

.insight-portfolio-vertical-slide.style-02 .insight-portfolio-vertical-slide-item.active .insight-portfolio-vertical-slide-item-inner .number span {
  animation-name: textAnimation04;
  animation-timing-function: ease;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; }

.insight-portfolio-vertical-slide.style-02 .insight-portfolio-vertical-slide-item.active .insight-portfolio-vertical-slide-item-inner .title > a, .insight-portfolio-vertical-slide.style-02 .insight-portfolio-vertical-slide-item.active .insight-portfolio-vertical-slide-item-inner .title > span {
  animation-name: textAnimation04;
  animation-timing-function: ease;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; }

.insight-portfolio-vertical-slide.style-02 .insight-portfolio-vertical-slide-item.active .insight-portfolio-vertical-slide-item-inner .title > a:before, .insight-portfolio-vertical-slide.style-02 .insight-portfolio-vertical-slide-item.active .insight-portfolio-vertical-slide-item-inner .title > a:after {
  animation-name: textAnimation04;
  animation-timing-function: ease;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; }

.insight-portfolio-vertical-slide.style-02 .insight-portfolio-vertical-slide-item.active .insight-portfolio-vertical-slide-item-inner .view a {
  animation-name: textAnimation04;
  animation-timing-function: ease;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; }

.insight-portfolio-vertical-slide.style-02 .insight-portfolio-vertical-slide-item.active .insight-portfolio-vertical-slide-item-inner .image img {
  animation-name: textAnimation04;
  animation-timing-function: ease;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; }

@media (max-width: 991px) {
  .insight-portfolio-vertical-slide.style-01 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner .text {
    left: 50%;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    transform: translate(-50%, -50%); }
    .insight-portfolio-vertical-slide.style-01 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner .text .title .title-number {
      display: block;
      top: auto;
      left: auto;
      position: relative; } }

@media (max-width: 1199px) {
  .insight-portfolio-vertical-slide.style-02 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner .gradient {
    left: 50%;
    width: 90%;
    height: 450px;
    transform: translate(-50%, -50%); }
    .insight-portfolio-vertical-slide.style-02 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner .gradient .gradient-inner .number {
      top: 0;
      left: 50%;
      transform: translate(-50%, calc(-100% - 40px)); }
    .insight-portfolio-vertical-slide.style-02 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner .gradient .gradient-inner .view {
      display: none; }
    .insight-portfolio-vertical-slide.style-02 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner .gradient .gradient-inner .title {
      width: 100%;
      white-space: normal;
      left: 50%;
      bottom: -120px;
      transform: translateX(-50%);
      text-align: center; }
      .insight-portfolio-vertical-slide.style-02 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner .gradient .gradient-inner .title > a {
        padding: 0;
        display: block;
        text-align: center; }
        .insight-portfolio-vertical-slide.style-02 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner .gradient .gradient-inner .title > a:before, .insight-portfolio-vertical-slide.style-02 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner .gradient .gradient-inner .title > a:after {
          display: none; }
      .insight-portfolio-vertical-slide.style-02 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner .gradient .gradient-inner .title .cats {
        margin: 0; }
  .insight-portfolio-vertical-slide.style-02 .insight-portfolio-vertical-slide-item .insight-portfolio-vertical-slide-item-inner .image {
    width: 80%;
    left: 50%;
    transform: translate(-50%, -50%); } }

ul.onepage-pagination {
  list-style: none;
  right: 120px;
  transform: translateY(-50%); }
  ul.onepage-pagination li {
    display: block;
    list-style: none;
    padding: 10px 0; }
    ul.onepage-pagination li a {
      width: auto;
      height: auto;
      padding: 10px 0; }
      ul.onepage-pagination li a:before {
        content: "0" attr(data-index);
        background-color: transparent;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        opacity: .3;
        width: auto;
        height: auto;
        margin: 0;
        padding: 0; }
      ul.onepage-pagination li a.active:before {
        width: auto;
        height: auto;
        margin: 0;
        padding: 0;
        border: none;
        background-color: transparent;
        opacity: 1; }
  @media (max-width: 991px) {
    ul.onepage-pagination {
      right: auto;
      top: auto;
      bottom: 30px;
      transform: translateY(0);
      text-align: center;
      display: block;
      width: 100%; }
      ul.onepage-pagination li {
        display: inline-block;
        padding: 0 10px; }
        ul.onepage-pagination li a:before {
          position: relative; } }
  body.onepage-pagination-dark ul.onepage-pagination li a:before {
    color: #222; }

.insight-price-box {
  position: relative;
  padding: 30px 40px 50px 40px;
  background-color: #222;
  text-align: center;
  border-radius: 6px 6px 0 0;
  border-width: 0 0 5px 0;
  border-style: solid;
  border-color: #124AF5; }
  .insight-price-box .price {
    display: block;
    padding-bottom: 30px;
    border-bottom: 1px solid #333333;
    color: #fff;
    font-size: 50px;
    line-height: 1;
    font-weight: 700; }
    .insight-price-box .price span {
      font-size: 20px;
      vertical-align: top;
      margin-top: 5px;
      display: inline-block; }
  .insight-price-box .info .title {
    display: block;
    margin-top: 40px;
    color: #fff;
    font-size: 20px;
    font-weight: 700; }
  .insight-price-box .info .text {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #999999; }
  .insight-price-box .link {
    display: block;
    margin-top: 50px; }
    .insight-price-box .link a {
      color: #000;
      background-color: #fff;
      border-color: #fff; }
      .insight-price-box .link a:hover {
        color: #fff;
        background-color: #000;
        border-color: #000; }
  .insight-price-box.popular-choice {
    border-radius: 0 0 6px 6px;
    padding-bottom: 70px;
    border-width: 5px 0 0 0; }
    .insight-price-box.popular-choice .popular-text {
      display: block;
      margin-bottom: 20px;
      color: #BBBBBB;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase; }
    .insight-price-box.popular-choice .price {
      color: #124AF5; }
    .insight-price-box.popular-choice .link a {
      color: #fff;
      background-color: #124AF5;
      border-color: #124AF5; }
      .insight-price-box.popular-choice .link a:hover {
        color: #fff;
        background-color: #000;
        border-color: #000; }

.insight-progress-bars .progress-item {
  width: 100%;
  margin-bottom: 40px; }
  .insight-progress-bars .progress-item:last-child {
    margin-bottom: 0; }
  .insight-progress-bars .progress-item .progress-label {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: #fff; }
  .insight-progress-bars .progress-item .progress-bar {
    height: 4px;
    box-shadow: none;
    overflow: inherit;
    background-color: #222;
    position: relative; }
    .insight-progress-bars .progress-item .progress-bar .progress-percent {
      position: relative;
      height: 100%;
      width: 0%;
      background: #124AF5; }
      .insight-progress-bars .progress-item .progress-bar .progress-percent .progress-number {
        position: absolute;
        top: -30px;
        right: -15px;
        line-height: 1;
        font-size: 14px;
        font-weight: 400;
        color: #fff; }

.insight-socials a {
  display: inline-block;
  color: #333;
  text-align: center;
  font-size: 20px;
  transition: all 0.5s; }
  .insight-socials a:hover {
    color: #124AF5; }

.insight-socials.insight-socials-align-left {
  text-align: left; }
  .insight-socials.insight-socials-align-left a {
    margin: 0 20px 0 0; }

.insight-socials.insight-socials-align-center {
  text-align: center; }
  .insight-socials.insight-socials-align-center a {
    margin: 0 10px; }

.insight-socials.insight-socials-align-right {
  text-align: right; }
  .insight-socials.insight-socials-align-right a {
    margin: 0 0 0 20px; }

.insight-socials.insight-socials-align-float {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0; }
  .insight-socials.insight-socials-align-float a {
    display: block !important;
    padding: 15px 0 !important;
    margin: 0 !important; }
  @media (max-width: 991px) {
    .insight-socials.insight-socials-align-float {
      display: none !important; } }

.insight-socials.insight-socials-align-float2 {
  position: absolute;
  top: 0;
  right: 0; }
  .insight-socials.insight-socials-align-float2 a {
    display: block !important;
    padding: 15px 0 !important;
    margin: 0 !important; }
  @media (max-width: 991px) {
    .insight-socials.insight-socials-align-float2 {
      display: none !important; } }

.insight-socials-type-text a {
  border-bottom: 1px solid #ddd; }
  .insight-socials-type-text a:hover {
    border-color: #124AF5;
    color: #124AF5; }

.insight-socials.dark a {
  display: inline-block;
  padding: 10px;
  font-size: 20px;
  line-height: 20px; }
  .insight-socials.dark a:first-child {
    padding-left: 0; }
  .insight-socials.dark a:last-child {
    padding-right: 0; }
  .insight-socials.dark a:hover {
    color: #124AF5; }

.insight-socials.dark.insight-socials-align-center a {
  margin: 0 5px; }

.insight-socials.dark.insight-socials-align-left a {
  margin-right: 10px; }

.insight-socials.dark.insight-socials-align-right a {
  margin-left: 10px; }

.insight-socials.light a {
  display: inline-block;
  padding: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 20px; }
  .insight-socials.light a:hover {
    color: #124AF5; }
  .insight-socials.light a:first-child {
    padding-left: 0; }
  .insight-socials.light a:last-child {
    padding-right: 0; }

.insight-socials.light.insight-socials-align-center a {
  margin: 0 5px; }

.insight-socials.light.insight-socials-align-left a {
  margin-right: 10px; }

.insight-socials.light.insight-socials-align-right a {
  margin-left: 10px; }

.insight-socials-size-big i {
  font-size: 40px; }

.insight-subscribe.style-01 {
  width: 100%;
  max-width: 480px; }
  .insight-subscribe.style-01 .mc4wp-form-fields > span {
    display: block;
    margin-bottom: 30px; }
    .insight-subscribe.style-01 .mc4wp-form-fields > span:last-child {
      margin-bottom: 0; }
  .insight-subscribe.style-01 label {
    display: none; }
  .insight-subscribe.style-01 input[type="email"] {
    width: 100%;
    height: 60px;
    line-height: 58px;
    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: #124AF5;
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    outline: none;
    box-shadow: none; }
    .insight-subscribe.style-01 input[type="email"]::-webkit-input-placeholder {
      color: #FFFFFF; }
  .insight-subscribe.style-01 input[type="submit"]:hover {
    color: #fff;
    background-color: #222;
    border-color: #222; }

.insight-subscribe.style-02 {
  width: 100%;
  margin: 0 auto; }
  .insight-subscribe.style-02 .mc4wp-form-fields {
    display: flex; }
    .insight-subscribe.style-02 .mc4wp-form-fields > span:first-child {
      flex-grow: 1; }
  .insight-subscribe.style-02 input[type="email"] {
    width: 100%;
    height: 60px;
    line-height: 58px;
    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: #CCCCCC;
    background-color: transparent;
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    outline: none;
    box-shadow: none; }
    .insight-subscribe.style-02 input[type="email"]::-webkit-input-placeholder {
      color: #333333; }
  .insight-subscribe.style-02 input[type="submit"] {
    height: 56px;
    line-height: 56px;
    box-shadow: none;
    border: none;
    background-color: #124AF5;
    color: #fff;
    padding: 0 40px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 28px;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    transition: all 0.5s; }
    .insight-subscribe.style-02 input[type="submit"]:hover {
      background-color: #222; }

.insight-subscribe.style-03 {
  width: 100%;
  margin: 0 auto; }
  .insight-subscribe.style-03 input[type="email"] {
    width: 100%;
    height: 60px;
    line-height: 58px;
    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: #fff;
    margin-bottom: 40px;
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    outline: none;
    box-shadow: none; }
    .insight-subscribe.style-03 input[type="email"]::-webkit-input-placeholder {
      color: #fff; }
  .insight-subscribe.style-03 input[type="submit"] {
    height: 55px;
    line-height: 51px;
    box-shadow: none;
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
    padding: 0 40px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 28px;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    transition: all 0.5s; }
    .insight-subscribe.style-03 input[type="submit"]:hover {
      background-color: #fff;
      color: #124AF5; }

.insight-team-member {
  text-align: center;
  position: relative; }
  .insight-team-member .image {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    z-index: 6; }
    .insight-team-member .image img {
      width: 100%;
      height: auto;
      z-index: 6;
      border-radius: 6px;
      transition: all 0.5s; }
    .insight-team-member .image:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #124AF5;
      opacity: 0;
      z-index: 7;
      border-radius: 6px;
      transition: all 0.5s; }
  .insight-team-member .info {
    display: block;
    position: absolute;
    color: #fff;
    top: 40%;
    left: 0;
    width: 100%;
    padding: 30px;
    opacity: 0;
    transform: translateY(-50%);
    transition: all 0.5s;
    z-index: 7; }
    .insight-team-member .info .name {
      font-size: 28px;
      font-weight: 700; }
    .insight-team-member .info .tagline {
      font-size: 16px;
      font-weight: 700; }
  .insight-team-member .socials {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    padding: 30px;
    text-align: center;
    z-index: 8;
    opacity: 0;
    transition: all 0.5s; }
    .insight-team-member .socials a {
      color: #fff;
      font-size: 22px;
      display: inline-block;
      margin: 0 10px;
      opacity: .3; }
      .insight-team-member .socials a:hover {
        opacity: 1; }
  .insight-team-member:hover .image:before {
    opacity: .9; }
  .insight-team-member:hover .info {
    opacity: 1;
    top: 50%; }
  .insight-team-member:hover .socials {
    bottom: 0;
    opacity: 1; }

.insight-testimonials {
  padding: 0 190px;
  margin-bottom: 0; }
  .insight-testimonials .slick-arrow {
    width: 62px;
    height: 22px;
    overflow: hidden;
    margin-top: -11px; }
    .insight-testimonials .slick-arrow:before {
      content: '';
      display: block;
      width: 62px;
      height: 22px;
      background-repeat: no-repeat;
      opacity: .3;
      transition: all 0.5s; }
    .insight-testimonials .slick-arrow:hover:before {
      opacity: 1; }
    .insight-testimonials .slick-arrow.slick-next {
      right: 0; }
      .insight-testimonials .slick-arrow.slick-next:before {
        background-image: url("assets/images/arrow-right.png"); }
    .insight-testimonials .slick-arrow.slick-prev {
      left: 0; }
      .insight-testimonials .slick-arrow.slick-prev:before {
        background-image: url("assets/images/arrow-left.png"); }
  .insight-testimonials .slick-dots {
    margin: 30px 0 0 0;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto; }
    .insight-testimonials .slick-dots li {
      width: 15px;
      height: 15px; }
      .insight-testimonials .slick-dots li button {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        border-width: 3px;
        border-style: solid;
        border-color: rgba(34, 34, 34, 0.2);
        font-size: 0;
        text-indent: -9999px;
        box-sizing: border-box; }
      .insight-testimonials .slick-dots li.slick-active button {
        border-color: #222; }
  .insight-testimonials .item {
    outline: none; }
    .insight-testimonials .item .info .author .name {
      font-size: 18px;
      font-weight: 700;
      line-height: 1;
      color: #124AF5; }
    .insight-testimonials .item .info .author .tagline {
      display: block;
      margin-top: 5px;
      font-size: 14px;
      font-weight: 700;
      color: #555555; }
    .insight-testimonials .item .text {
      font-size: 24px;
      font-weight: 700;
      padding-top: 85px;
      padding-bottom: 60px;
      position: relative; }
      .insight-testimonials .item .text:before {
        content: '”';
        display: block;
        width: 24px;
        height: 20px;
        font-family: Poppins;
        font-size: 60px;
        line-height: 1;
        font-weight: 700;
        color: #124AF5;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%); }
  .insight-testimonials.align-center {
    text-align: center; }
    .insight-testimonials.align-center .slick-dots {
      text-align: center; }
  .insight-testimonials.align-left {
    text-align: left; }
    .insight-testimonials.align-left .slick-dots {
      text-align: left; }
  .insight-testimonials.align-right {
    text-align: right; }
    .insight-testimonials.align-right .slick-dots {
      text-align: right; }
  .insight-testimonials.light .slick-dots li button {
    opacity: 0.2;
    border-color: #fff; }
  .insight-testimonials.light .slick-dots li.slick-active button {
    opacity: 1; }
  .insight-testimonials.light .item .info .author .name {
    color: #124AF5; }
  .insight-testimonials.light .item .text {
    color: #fff; }
  .insight-testimonials.light_yellow .slick-dots li button {
    opacity: 0.2;
    border-color: #fff; }
  .insight-testimonials.light_yellow .slick-dots li.slick-active button {
    opacity: 1; }
  .insight-testimonials.light_yellow .item .info .author .name {
    color: #FFB413; }
  .insight-testimonials.light_yellow .item .info .author .tagline {
    color: #555555; }
  .insight-testimonials.light_yellow .item .text {
    color: #fff; }
    .insight-testimonials.light_yellow .item .text:before {
      color: #FFB413; }
  .insight-testimonials.dark .slick-dots li button {
    opacity: 0.2;
    border-color: #222; }
  .insight-testimonials.dark .slick-dots li.slick-active button {
    opacity: 1; }
  .insight-testimonials.dark .item .info .author .name {
    color: #124AF5; }
  .insight-testimonials.dark .item .info .author .tagline {
    color: #222;
    opacity: 0.6; }
  .insight-testimonials.dark .item .text {
    color: #222; }
  @media (max-width: 991px) {
    .insight-testimonials {
      padding: 0; }
      .insight-testimonials .slick-arrow {
        display: none !important; } }

.insight-text-box {
  padding: 40px;
  border-radius: 6px;
  color: #fff; }
  .insight-text-box .title {
    font-size: 20px;
    font-weight: 700; }
  .insight-text-box .content {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px; }
  .insight-text-box.bg-primary {
    background-color: #124AF5; }
  .insight-text-box.bg-white {
    background-color: #fff; }
    .insight-text-box.bg-white .icon {
      color: #124AF5; }
    .insight-text-box.bg-white .title {
      color: #000; }
    .insight-text-box.bg-white .content {
      color: #777; }
  .insight-text-box.quote-box {
    position: relative; }
    .insight-text-box.quote-box:before {
      content: '”';
      display: block;
      width: 24px;
      height: 20px;
      font-family: Poppins;
      font-size: 60px;
      line-height: 1;
      font-weight: 700;
      color: #fff;
      position: absolute;
      top: 30px;
      right: 40px; }

.insight-video {
  overflow: hidden; }
  .insight-video a {
    display: block;
    width: 100%;
    position: relative; }
    .insight-video a img {
      z-index: 6;
      width: 100%;
      height: auto;
      transition: all 0.5s; }
    .insight-video a:before {
      content: '';
      display: block;
      width: 80px;
      height: 80px;
      background-color: #fff;
      border-radius: 40px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 6; }
    .insight-video a:after {
      content: '\f04b';
      font-family: FontAwesome;
      font-size: 20px;
      color: #222;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 7; }
  .insight-video:hover a img {
    transform: scale(1.1); }

/*
Trumps are overrides, helpers, utilities. They should only affect
one piece of DOM at a time and usually carry !important
*/
@-webkit-keyframes fadeIn {
  0% { }
  100% {
    opacity: 1; } }

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

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

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

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

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

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

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

@-webkit-keyframes fallPerspective {
  0% { }
  100% {
    -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1; } }

@keyframes fallPerspective {
  0% { }
  100% {
    -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1; } }

@-webkit-keyframes fly {
  0% { }
  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

@keyframes fly {
  0% { }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; } }

@-webkit-keyframes flip {
  0% { }
  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

@keyframes flip {
  0% { }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; } }

@-webkit-keyframes helix {
  0% { }
  100% {
    -webkit-transform: rotateY(0deg);
    opacity: 1; } }

@keyframes helix {
  0% { }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1; } }

@-webkit-keyframes popUp {
  0% { }
  70% {
    -webkit-transform: scale(1.1);
    opacity: .8;
    -webkit-animation-timing-function: ease-out; }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }

@keyframes popUp {
  0% { }
  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.tm-animation {
  opacity: 0; }
  .tm-animation.fade-in.animate {
    -webkit-animation: fadeIn 0.95s ease forwards;
    animation: fadeIn 0.95s ease forwards; }
  .tm-animation.move-up.animate {
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-animation: moveVertical 0.65s ease forwards;
    animation: moveVertical 0.65s ease forwards; }
  .tm-animation.move-down.animate {
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
    -webkit-animation: moveVertical 0.65s ease forwards;
    animation: moveVertical 0.65s ease forwards; }
  .tm-animation.move-left.animate {
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
    -webkit-animation: moveHorizontal 0.65s ease forwards;
    animation: moveHorizontal 0.65s ease forwards; }
  .tm-animation.move-right.animate {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
    -webkit-animation: moveHorizontal 0.65s ease forwards;
    animation: moveHorizontal 0.65s ease forwards; }
  .tm-animation.scale-up.animate {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-animation: scaleUp 0.65s ease-in-out forwards;
    animation: scaleUp 0.65s ease-in-out forwards; }
  .tm-animation.fall-perspective {
    -webkit-perspective: 1300px;
    perspective: 1300px; }
    .tm-animation.fall-perspective.animate {
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      -webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
      transform: translateZ(400px) translateY(300px) rotateX(-90deg);
      -webkit-animation: fallPerspective .8s ease-in-out forwards;
      animation: fallPerspective .8s ease-in-out forwards; }
  .tm-animation.fly {
    -webkit-perspective: 1300px;
    perspective: 1300px; }
    .tm-animation.fly.animate {
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      -webkit-transform-origin: 50% 50% -300px;
      transform-origin: 50% 50% -300px;
      -webkit-transform: rotateX(-180deg);
      transform: rotateX(-180deg);
      -webkit-animation: fly .8s ease-in-out forwards;
      animation: fly .8s ease-in-out forwards; }
  .tm-animation.flip.animate {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: rotateX(-80deg);
    transform: rotateX(-80deg);
    -webkit-animation: flip .8s ease-in-out forwards;
    animation: flip .8s ease-in-out forwards; }
  .tm-animation.helix {
    -webkit-perspective: 1300px;
    perspective: 1300px; }
    .tm-animation.helix.animate {
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      -webkit-transform: rotateY(-180deg);
      transform: rotateY(-180deg);
      -webkit-animation: helix .8s ease-in-out forwards;
      animation: helix .8s ease-in-out forwards; }
  .tm-animation.pop-up {
    -webkit-perspective: 1300px;
    perspective: 1300px; }
    .tm-animation.pop-up.animate {
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      -webkit-transform: scale(0.4);
      transform: scale(0.4);
      -webkit-animation: popUp .8s ease-in forwards;
      animation: popUp .8s ease-in forwards; }

.mw-300 {
  max-width: 300px !important;
  margin: 0 auto !important; }

.mw-300-l {
  max-width: 300px !important; }

.mw-420 {
  max-width: 420px !important;
  margin: 0 auto !important; }

.mw-480 {
  max-width: 480px !important;
  margin: 0 auto !important; }

.mw-480-l {
  max-width: 480px !important; }

.mw-500 {
  max-width: 500px !important;
  margin: 0 auto !important; }

.mw-500-l {
  max-width: 500px !important; }

.mw-560 {
  max-width: 560px !important;
  margin: 0 auto !important; }

.mw-560-l {
  max-width: 560px !important; }

.mw-560-r {
  max-width: 560px !important;
  margin-left: auto !important;
  margin-right: 0 !important; }

.mw-600 {
  max-width: 600px !important;
  margin: 0 auto !important; }

.mw-640 {
  max-width: 640px !important;
  margin: 0 auto !important; }

.mw-670 {
  max-width: 670px !important;
  margin: 0 auto !important; }

.mw-670-l {
  max-width: 670px !important; }

.mw-720 {
  max-width: 720px !important;
  margin: 0 auto !important; }

.mw-790 {
  max-width: 790px !important;
  margin: 0 auto !important; }

.mw-790-l {
  max-width: 790px !important; }

.mw-800 {
  max-width: 800px !important;
  margin: 0 auto !important; }

.mw-900 {
  max-width: 900px !important;
  margin: 0 auto !important; }

.mw-960 {
  max-width: 960px !important;
  margin: 0 auto !important; }

.mw-1900 {
  max-width: 1900px !important;
  margin: 0 auto !important; }

.wpb_single_image.img-w100 figure {
  width: 100%; }
  .wpb_single_image.img-w100 figure .vc_single_image-wrapper {
    width: 100%; }
    .wpb_single_image.img-w100 figure .vc_single_image-wrapper img {
      width: 100%;
      height: auto; }

@media (min-width: 768px) {
  .wpb_single_image.img-over img {
    max-width: none; } }

.vc_row.bg-center, .bg-center.bg-center {
  background-position: center !important; }

.vc_row.bg-center-top, .bg-center-top {
  background-position: center top !important; }

.vc_row.bg-right-top, .bg-right-top {
  background-position: right top !important; }

.vc_row.bg-right-top-40, .bg-right-top-40, .bg-right-top-40 .vc_column-inner {
  background-position: calc(100% - 40px) 40px !important; }

.vc_row.bg-left-center, .bg-left-center {
  background-position: left center !important; }

.vc_row.bg-right-center, .bg-right-center {
  background-position: right center !important; }

.vc_row.bg-center-bottom, .bg-center-bottom {
  background-position: center bottom !important; }

.vc_row.bg-left-bottom, .bg-left-bottom {
  background-position: left bottom !important; }

.vc_row.bg-no-repeat, .bg-no-repeat {
  background-repeat: no-repeat !important; }

.vc_row.bg-repeat-x, .bg-repeat-x {
  background-repeat: repeat-x !important; }

.vc_row.bg-repeat-y, .bg-repeat-y {
  background-repeat: repeat-y !important; }

@media (max-width: 991px) {
  .hidden-bg-md-down.hidden-bg-md-down {
    background-image: none !important; } }

.floating {
  -webkit-animation-name: floating;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: floating;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out; }

.next-row {
  cursor: pointer; }

.rainbow-bg {
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);
  background-size: 1800% 1800%;
  -webkit-animation: rainbow 18s ease infinite;
  -z-animation: rainbow 18s ease infinite;
  -o-animation: rainbow 18s ease infinite;
  animation: rainbow 18s ease infinite; }

@media (max-width: 767px) {
  .mp-0 > .vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .mp-0.vc_row {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .mp-15 > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .mp-15.vc_row {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .mp-20 > .vc_column-inner {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  .mp-25 > .vc_column-inner {
    padding-left: 25px !important;
    padding-right: 25px !important; }
  .mp-30 > .vc_column-inner {
    padding-left: 30px !important;
    padding-right: 30px !important; }
  .mp-30.vc_row {
    padding-left: 30px !important;
    padding-right: 30px !important; }
  .mp-35 > .vc_column-inner {
    padding-left: 35px !important;
    padding-right: 35px !important; }
  .mp-40 > .vc_column-inner {
    padding-left: 40px !important;
    padding-right: 40px !important; }
  .mp-45 > .vc_column-inner {
    padding-left: 45px !important;
    padding-right: 45px !important; }
  .mp-45.vc_row {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .mp-60 > .vc_column-inner {
    padding-left: 60px !important;
    padding-right: 60px !important; }
  .mp-60.vc_row {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .mtp-0 > .vc_column-inner {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .mtp-0.wpb_single_image {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .mtp-30 > .vc_column-inner {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .mtp-60 > .vc_column-inner {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .rtp-60.vc_row {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .mfs-20 {
    font-size: 20px !important; }
  .mfs-30 {
    font-size: 30px !important; }
  .mfs-40 {
    font-size: 40px !important; }
  .m-left {
    text-align: left !important; }
  .m-center {
    text-align: center !important; }
  .m-right {
    text-align: right !important; } }

body.error404 {
  background-color: #000;
  line-height: 1.2;
  overflow: hidden; }
  body.error404 .content-area {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    position: relative; }
    body.error404 .content-area .header-404 {
      width: 100%;
      display: block;
      padding: 60px 30px;
      text-align: center; }
    body.error404 .content-area .content-404 {
      width: 90%;
      padding: 30px;
      position: absolute;
      top: 50%;
      left: 50%;
      text-align: center;
      transform: translate(-50%, -50%); }
      body.error404 .content-area .content-404-icon {
        margin-bottom: 60px; }
      body.error404 .content-area .content-404-title {
        margin-top: 30px;
        font-family: Poppins;
        font-size: 40px;
        font-weight: 700;
        color: #fff; }
      body.error404 .content-area .content-404-text {
        margin-top: 20px;
        font-family: Poppins;
        font-size: 18px;
        font-weight: 400;
        color: #777; }
      body.error404 .content-area .content-404-links {
        margin-top: 60px; }
        body.error404 .content-area .content-404-links a {
          margin: 0 10px; }
          body.error404 .content-area .content-404-links a.content-404-back {
            background-color: #fff;
            border-color: #fff;
            color: #222; }
          body.error404 .content-area .content-404-links a.content-404-home {
            background-color: #124AF5;
            border-color: #124AF5;
            color: #fff; }
          body.error404 .content-area .content-404-links a:hover {
            background-color: transparent;
            border-color: #124AF5;
            color: #124AF5; }
  body.error404 header.header, body.error404 footer.footer, body.error404 .bb-footer-container {
    display: none; }
  @media (max-width: 991px) {
    body.error404 .content-area .content-404 .content-404-links a {
      display: block;
      margin-bottom: 10px; } }

body.contact-split header.style-overlay {
  background-color: #000 !important;
  position: fixed !important;
  z-index: 999 !important; }
  body.contact-split header.style-overlay.headroom--not-top {
    background-color: #fff !important; }

body.contact-split .insight-gmaps.split {
  position: fixed !important;
  width: 50% !important;
  top: 0;
  left: 0; }

@media (max-width: 991px) {
  .container {
    padding-left: 30px;
    padding-right: 30px; }
  .bb-footer-inside {
    padding-left: 30px;
    padding-right: 30px; }
  .page-title .container {
    display: block;
    padding-left: 30px;
    padding-right: 30px; }
    .page-title .container > div {
      display: block; } }

a.scrollup {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 22px;
  background-color: #222;
  color: #fff !important;
  text-align: center;
  display: block;
  position: fixed;
  right: 40px;
  bottom: -60px;
  font-size: 11px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.5s; }
  a.scrollup:hover {
    background-color: #124AF5; }
  a.scrollup.show {
    bottom: 50px; }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

/*# sourceMappingURL=assets/scss/sourcemap/style.css.map */
