@charset "UTF-8";
/*!
Theme Name: TM Wilson
Theme URI: https://wilson.thememove.com
Author: ThemeMove Team
Author URI: https://thememove.com
Description: Multipurpose WordPress Theme
Version: 1.4.7
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tm-wilson
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 v4.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block; }

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

progress {
  vertical-align: baseline; }

template,
[hidden] {
  display: none; }

a {
  background-color: transparent; }

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

dfn {
  font-style: italic; }

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

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

img {
  border-style: none; }

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

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

figure {
  margin: 1em 40px; }

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

button,
input,
select,
textarea {
  font: inherit; }

optgroup {
  font-weight: bold; }

button,
input,
select {
  overflow: visible; }

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

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

[disabled] {
  cursor: default; }

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button:-moz-focusring,
input:-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; }

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

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

@media print {
  *,
  *::before,
  *::after,
  *::first-letter,
  *::first-line {
    text-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  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; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .tag {
    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 {
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  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;
  border-bottom: 1px dotted #818a91; }

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:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

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: none; }

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: #818a91;
  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 {
  margin: 0;
  line-height: inherit;
  border-radius: 0; }

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

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

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

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

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: #818a91; }
  .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"; }

dl.row > dd + dt {
  clear: left; }

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

.img-rounded {
  border-radius: 0.3rem; }

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

.img-circle {
  border-radius: 50%; }

.figure {
  display: inline-block; }

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

.figure-caption {
  font-size: 90%;
  color: #818a91; }

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  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: #373a3c; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

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

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid::after {
    content: "";
    display: table;
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row::after {
    content: "";
    display: table;
    clear: both; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .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-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-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-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-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, .topbar {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1 {
  float: left;
  width: 8.33333%; }

.col-xs-2 {
  float: left;
  width: 16.66667%; }

.col-xs-3 {
  float: left;
  width: 25%; }

.col-xs-4 {
  float: left;
  width: 33.33333%; }

.col-xs-5 {
  float: left;
  width: 41.66667%; }

.col-xs-6 {
  float: left;
  width: 50%; }

.col-xs-7 {
  float: left;
  width: 58.33333%; }

.col-xs-8 {
  float: left;
  width: 66.66667%; }

.col-xs-9 {
  float: left;
  width: 75%; }

.col-xs-10 {
  float: left;
  width: 83.33333%; }

.col-xs-11 {
  float: left;
  width: 91.66667%; }

.col-xs-12 {
  float: left;
  width: 100%; }

.pull-xs-0 {
  right: auto; }

.pull-xs-1 {
  right: 8.33333%; }

.pull-xs-2 {
  right: 16.66667%; }

.pull-xs-3 {
  right: 25%; }

.pull-xs-4 {
  right: 33.33333%; }

.pull-xs-5 {
  right: 41.66667%; }

.pull-xs-6 {
  right: 50%; }

.pull-xs-7 {
  right: 58.33333%; }

.pull-xs-8 {
  right: 66.66667%; }

.pull-xs-9 {
  right: 75%; }

.pull-xs-10 {
  right: 83.33333%; }

.pull-xs-11 {
  right: 91.66667%; }

.pull-xs-12 {
  right: 100%; }

.push-xs-0 {
  left: auto; }

.push-xs-1 {
  left: 8.33333%; }

.push-xs-2 {
  left: 16.66667%; }

.push-xs-3 {
  left: 25%; }

.push-xs-4 {
  left: 33.33333%; }

.push-xs-5 {
  left: 41.66667%; }

.push-xs-6 {
  left: 50%; }

.push-xs-7 {
  left: 58.33333%; }

.push-xs-8 {
  left: 66.66667%; }

.push-xs-9 {
  left: 75%; }

.push-xs-10 {
  left: 83.33333%; }

.push-xs-11 {
  left: 91.66667%; }

.push-xs-12 {
  left: 100%; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm-1 {
    float: left;
    width: 8.33333%; }
  .col-sm-2 {
    float: left;
    width: 16.66667%; }
  .col-sm-3 {
    float: left;
    width: 25%; }
  .col-sm-4 {
    float: left;
    width: 33.33333%; }
  .col-sm-5 {
    float: left;
    width: 41.66667%; }
  .col-sm-6 {
    float: left;
    width: 50%; }
  .col-sm-7 {
    float: left;
    width: 58.33333%; }
  .col-sm-8 {
    float: left;
    width: 66.66667%; }
  .col-sm-9 {
    float: left;
    width: 75%; }
  .col-sm-10 {
    float: left;
    width: 83.33333%; }
  .col-sm-11 {
    float: left;
    width: 91.66667%; }
  .col-sm-12 {
    float: left;
    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-1 {
    float: left;
    width: 8.33333%; }
  .col-md-2 {
    float: left;
    width: 16.66667%; }
  .col-md-3 {
    float: left;
    width: 25%; }
  .col-md-4 {
    float: left;
    width: 33.33333%; }
  .col-md-5 {
    float: left;
    width: 41.66667%; }
  .col-md-6 {
    float: left;
    width: 50%; }
  .col-md-7 {
    float: left;
    width: 58.33333%; }
  .col-md-8 {
    float: left;
    width: 66.66667%; }
  .col-md-9 {
    float: left;
    width: 75%; }
  .col-md-10 {
    float: left;
    width: 83.33333%; }
  .col-md-11 {
    float: left;
    width: 91.66667%; }
  .col-md-12 {
    float: left;
    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-1 {
    float: left;
    width: 8.33333%; }
  .col-lg-2 {
    float: left;
    width: 16.66667%; }
  .col-lg-3 {
    float: left;
    width: 25%; }
  .col-lg-4 {
    float: left;
    width: 33.33333%; }
  .col-lg-5 {
    float: left;
    width: 41.66667%; }
  .col-lg-6 {
    float: left;
    width: 50%; }
  .col-lg-7 {
    float: left;
    width: 58.33333%; }
  .col-lg-8 {
    float: left;
    width: 66.66667%; }
  .col-lg-9 {
    float: left;
    width: 75%; }
  .col-lg-10 {
    float: left;
    width: 83.33333%; }
  .col-lg-11 {
    float: left;
    width: 91.66667%; }
  .col-lg-12 {
    float: left;
    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-1 {
    float: left;
    width: 8.33333%; }
  .col-xl-2 {
    float: left;
    width: 16.66667%; }
  .col-xl-3 {
    float: left;
    width: 25%; }
  .col-xl-4 {
    float: left;
    width: 33.33333%; }
  .col-xl-5 {
    float: left;
    width: 41.66667%; }
  .col-xl-6 {
    float: left;
    width: 50%; }
  .col-xl-7 {
    float: left;
    width: 58.33333%; }
  .col-xl-8 {
    float: left;
    width: 66.66667%; }
  .col-xl-9 {
    float: left;
    width: 75%; }
  .col-xl-10 {
    float: left;
    width: 83.33333%; }
  .col-xl-11 {
    float: left;
    width: 91.66667%; }
  .col-xl-12 {
    float: left;
    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-1 {
    float: left;
    width: 8.33333%; }
  .col-xxl-2 {
    float: left;
    width: 16.66667%; }
  .col-xxl-3 {
    float: left;
    width: 25%; }
  .col-xxl-4 {
    float: left;
    width: 33.33333%; }
  .col-xxl-5 {
    float: left;
    width: 41.66667%; }
  .col-xxl-6 {
    float: left;
    width: 50%; }
  .col-xxl-7 {
    float: left;
    width: 58.33333%; }
  .col-xxl-8 {
    float: left;
    width: 66.66667%; }
  .col-xxl-9 {
    float: left;
    width: 75%; }
  .col-xxl-10 {
    float: left;
    width: 83.33333%; }
  .col-xxl-11 {
    float: left;
    width: 91.66667%; }
  .col-xxl-12 {
    float: left;
    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; } }

.w-100 {
  width: 100% !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

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

.m-t-2 {
  margin-top: 1.5rem !important; }

.m-r-2 {
  margin-right: 1.5rem !important; }

.m-b-2 {
  margin-bottom: 1.5rem !important; }

.m-l-2 {
  margin-left: 1.5rem !important; }

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

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

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

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

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

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

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

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

.p-t-2 {
  padding-top: 1.5rem !important; }

.p-r-2 {
  padding-right: 1.5rem !important; }

.p-b-2 {
  padding-bottom: 1.5rem !important; }

.p-l-2 {
  padding-left: 1.5rem !important; }

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

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

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

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

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

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

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

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

@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); } }

.pri-color {
  color: #0D50AA !important; }

.nd-color {
  color: #0D50AA !important; }

.pri-bgcolor {
  background-color: #0D50AA; }

.nd-bgcolor {
  background-color: #0D50AA; }

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

.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; }

[class*='insight-dot'] {
  cursor: pointer; }

.insight-dot-style01 {
  font-size: 18px !important; }
  .insight-dot-style01:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #0D50AA;
    right: -100px;
    top: 50%;
    position: absolute; }
  .insight-dot-style01.active {
    font-size: 34px !important;
    color: #333 !important; }
    .insight-dot-style01.active:after {
      width: 80px; }
  .insight-dot-style01:hover {
    color: #333 !important; }

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

[class*='absolute-object'] {
  position: absolute !important;
  z-index: 2; }

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

.absolute-object1 {
  right: 0; }

.absolute-object2 {
  right: 0;
  top: -350px; }

.absolute-object3 {
  left: 0;
  top: -200px; }

.absolute-object4 {
  right: 0;
  top: -300px; }

.absolute-object5 {
  left: 0;
  bottom: -150px; }

.absolute-object6 {
  right: 0;
  bottom: -50px; }

.absolute-object7 {
  left: 0;
  bottom: -150px; }

.opacity1, .opacity1 * {
  opacity: 1 !important; }

@media (max-width: 991px) {
  [class*='absolute-object'] {
    max-width: 100px;
    top: -100px; } }

@media (max-width: 767px) {
  [class*='absolute-object'] {
    display: none !important; } }

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

.special-link, .special-link-1 {
  padding: 5px 0;
  position: relative; }
  .special-link:after, .special-link-1:after {
    height: 1px;
    display: block;
    content: '';
    background-color: #fff;
    position: absolute;
    right: 0;
    left: 55px;
    bottom: 8px; }
  .special-link:before, .special-link-1:before {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    border: 2px solid #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    content: '\f30f';
    font-family: Ionicons;
    display: inline-block;
    margin-right: 15px; }

.special-link-2 {
  padding: 5px 0;
  position: relative; }
  .special-link-2:after {
    height: 1px;
    display: block;
    content: '';
    background-color: #fff;
    position: absolute;
    right: 0;
    left: 55px;
    bottom: 8px; }
  .special-link-2:before {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #0D50AA;
    color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    content: '\f30f';
    font-family: Ionicons;
    display: inline-block;
    margin-right: 15px; }

.es01 {
  display: block;
  width: 70px;
  margin: 0 auto; }

.es02 {
  display: inline-block;
  width: 70px; }

.map-info {
  position: relative;
  z-index: 3;
  margin-top: -750px; }
  .map-info > div {
    padding: 15% !important; }
  .map-info .insight-icon-boxes {
    display: flex;
    align-items: center;
    margin-bottom: 40px; }
  .map-info .icon-inner {
    height: 44px !important;
    line-height: 44px; }
  .map-info .icon {
    width: auto !important;
    display: block !important;
    padding: 0 0 30px 0 !important;
    height: 44px !important;
    line-height: 44px;
    margin-top: -10px;
    position: relative; }
    .map-info .icon:before {
      content: '';
      position: absolute;
      width: 30px;
      height: 3px;
      background-color: #eee;
      bottom: -30px;
      left: 5px; }
    .map-info .icon i {
      font-size: 16px !important;
      border-radius: 100%;
      background-color: #0D50AA;
      line-height: 44px;
      width: 44px;
      height: 44px;
      color: #fff; }
  .map-info .inner {
    padding-left: 20px !important; }
  .map-info .title {
    margin: 0 !important;
    font-weight: normal !important; }
  .map-info .content {
    font-weight: 600 !important;
    font-size: 18px; }

.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.
*/
h1, h2, h3, h4, h5, h6 {
  font-family: Montserrat;
  font-weight: 500; }

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

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

.insight-pagination {
  display: block;
  text-align: right;
  margin: 70px 15px 0;
  width: 100%; }
  .blog-page-template .insight-pagination {
    padding-right: 30px; }
  .blog-grid.blog-page-template .insight-pagination {
    padding-right: 0; }
  .insight-pagination .inside a.page-numbers,
  .insight-pagination .inside span.page-numbers {
    display: inline-block;
    text-transform: uppercase;
    color: #222;
    font-weight: 500;
    background-color: #fff;
    border: 1px solid #ddd;
    min-width: 41px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    font-family: Montserrat;
    margin: 0 3px; }
    .insight-pagination .inside a.page-numbers.current, .insight-pagination .inside a.page-numbers:hover,
    .insight-pagination .inside span.page-numbers.current,
    .insight-pagination .inside span.page-numbers:hover {
      border-color: #0D50AA; }
    .insight-pagination .inside a.page-numbers.next,
    .insight-pagination .inside span.page-numbers.next {
      font-size: 0; }
      .insight-pagination .inside a.page-numbers.next:before,
      .insight-pagination .inside span.page-numbers.next:before {
        content: "\f105";
        font-family: FontAwesome;
        font-size: 16px; }
    .insight-pagination .inside a.page-numbers.prev,
    .insight-pagination .inside span.page-numbers.prev {
      font-size: 0; }
      .insight-pagination .inside a.page-numbers.prev:before,
      .insight-pagination .inside 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-left: auto;
  margin-right: 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;
    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="https://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;
    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="https://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="https://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="https://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-left: auto;
    margin-right: 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; }

.page-template-one-page-scroll .bb-footer-container {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9; }

[data-row-skin="dark"] .bb-footer-container div {
  color: #777; }

[data-row-skin="light"] .bb-footer-container div {
  color: #fff; }

[data-row-skin="dark"] .bb-footer-container a {
  color: #222; }
  [data-row-skin="dark"] .bb-footer-container a:hover {
    color: #0D50AA; }

[data-row-skin="light"] .bb-footer-container a {
  color: #fff; }
  [data-row-skin="light"] .bb-footer-container a:hover {
    color: #fff !important;
    opacity: .5; }

/*
 * fullPage 2.8.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 * Contribution by Jhony0311
 */
html.fp-enabled,
.fp-enabled body {
  overflow: hidden;
  /* Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none; }

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent; }
  .fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: scroll; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1; }
  .fp-slidesNav.bottom {
    bottom: 17px; }
  .fp-slidesNav.top {
    top: 17px; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }
  #fp-nav ul li,
  .fp-slidesNav ul li {
    display: block;
    width: 16px;
    height: 16px;
    margin: 12px 7px;
    position: relative; }
    #fp-nav ul li a,
    .fp-slidesNav ul li a {
      display: block;
      position: relative;
      z-index: 1;
      width: 100%;
      height: 100%;
      cursor: pointer;
      text-decoration: none; }
      #fp-nav ul li a.active span, #fp-nav ul li a:hover span,
      .fp-slidesNav ul li a.active span,
      .fp-slidesNav ul li a:hover span {
        opacity: 1; }
      #fp-nav ul li a span,
      .fp-slidesNav ul li a span {
        border-radius: 100%;
        position: absolute;
        z-index: 1;
        height: 15px;
        width: 15px;
        border: 3px solid #fff;
        left: 50%;
        top: 50%;
        opacity: .2;
        margin: -7px 0 0 -8px;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }
  #fp-nav.right {
    right: 17px; }
  #fp-nav.left {
    left: 17px; }
  .page-template-one-page-scroll[data-row-skin="light"] #fp-nav ul li a {
    color: #fff; }
  .page-template-one-page-scroll[data-row-skin="light"] #fp-nav ul li span {
    border-color: #fff; }
  .page-template-one-page-scroll[data-row-skin="dark"] #fp-nav ul li .fp-tooltip {
    color: #777; }
  .page-template-one-page-scroll[data-row-skin="dark"] #fp-nav ul li span {
    border-color: #222; }
  .page-template-one-page-scroll[data-row-skin="dark"] #fp-nav ul li a.active span, .page-template-one-page-scroll[data-row-skin="dark"] #fp-nav ul li a:hover span {
    border-color: #222; }
  #fp-nav ul li .fp-tooltip {
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 17px;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
    transform: translateY(-50%); }
    #fp-nav ul li .fp-tooltip.right {
      right: 30px; }
    #fp-nav ul li .fp-tooltip.left {
      left: 30px; }
  #fp-nav ul li:hover .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1; }
  #fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1; }

.fp-slidesNav ul li {
  display: inline-block; }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important; }

.fp-scrollable {
  overflow: hidden; }
  .fp-scrollable .fp-scroller {
    overflow: hidden; }

@media (min-width: 768px) {
  #test.one-page-scroll.tm-enable-onepage-animation > .vc-row-wrapper,
  #test.one-page-scroll.tm-enable-onepage-animation > .vc_vc_row {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    z-index: 1; }
    #test.one-page-scroll.tm-enable-onepage-animation > .vc-row-wrapper.active,
    #test.one-page-scroll.tm-enable-onepage-animation > .vc_vc_row.active {
      z-index: 10; }
    #test.one-page-scroll.tm-enable-onepage-animation > .vc-row-wrapper:not(.active):not(.fp-completely),
    #test.one-page-scroll.tm-enable-onepage-animation > .vc_vc_row:not(.active):not(.fp-completely) {
      top: 100%;
      pointer-events: none;
      visibility: hidden; } }

.fp-enabled .vc_row.vc_row-outer {
  margin-left: 0;
  margin-right: 0; }

.fp-enabled .fp-table {
  display: table !important; }

.fp-enabled .wpb_row {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  position: relative; }
  .fp-enabled .wpb_row:before, .fp-enabled .wpb_row:after {
    content: " ";
    display: table; }
  .fp-enabled .wpb_row:after {
    clear: both; }

.fp-enabled .vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) .wpb_row > .vc_column_container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.fp-enabled .vc_row.vc_row-o-content-middle .wpb_row > .vc_column_container > .vc_column-inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.fp-enabled .vc_row.vc_row-flex .wpb_row {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .fp-enabled .vc_row.vc_row-flex .wpb_row > .vc_column_container {
    display: flex; }
  .fp-enabled .vc_row.vc_row-flex .wpb_row > .vc_column_container > .vc_column-inner {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

.fp-enabled .site {
  position: relative;
  left: 0;
  overflow: hidden;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out;
  transition: transform .3s ease-in-out; }

.fp-enabled .page-template-one-page-scroll #page-content,
.fp-enabled .page-template-one-page-scroll #page-footer-wrapper {
  position: relative;
  z-index: 2;
  transition: transform .6s ease; }

.fp-enabled .page-template-one-page-scroll.tm-one-page-footer-expanded #page-content {
  transform: translateY(-50px); }

.fp-enabled .page-template-one-page-scroll.tm-one-page-footer-expanded #page-footer-wrapper {
  transform: translateY(-100%); }

.fp-enabled .page-template-one-page-scroll .main-logo {
  display: none; }

.fp-enabled .page-template-one-page-scroll[data-row-skin="light"] .onepage-pagination a {
  color: #fff; }

.fp-enabled .page-template-one-page-scroll[data-row-skin="light"] .popup-search-wrap i, .fp-enabled .page-template-one-page-scroll[data-row-skin="light"] .mini-cart .mini-cart-icon {
  color: #fff !important; }

.fp-enabled .page-template-one-page-scroll[data-row-skin="light"] .page-open-mobile-menu i, .fp-enabled .page-template-one-page-scroll[data-row-skin="light"] .page-open-mobile-menu i:before, .fp-enabled .page-template-one-page-scroll[data-row-skin="light"] .page-open-mobile-menu i:after, .fp-enabled .page-template-one-page-scroll[data-row-skin="light"] .page-open-main-menu i, .fp-enabled .page-template-one-page-scroll[data-row-skin="light"] .page-open-main-menu i:before, .fp-enabled .page-template-one-page-scroll[data-row-skin="light"] .page-open-main-menu i:after {
  background-color: #fff !important; }

.fp-enabled .page-template-one-page-scroll[data-row-skin="light"] .light-logo {
  display: inline-block; }

.fp-enabled .page-template-one-page-scroll[data-row-skin="light"] .dark-logo {
  display: none; }

.fp-enabled .page-template-one-page-scroll[data-row-skin="dark"] .onepage-pagination a {
  color: inherit; }

.fp-enabled .page-template-one-page-scroll[data-row-skin="dark"] .light-logo {
  display: none; }

.fp-enabled .page-template-one-page-scroll[data-row-skin="dark"] .dark-logo {
  display: inline-block; }

/*
Components are the stuff of UI. Eg. buttons, special titles, etc.
These get much more explicitly named: eg. products-list, etc.
*/
.comments-area .comments-title {
  color: #222;
  font-weight: 500;
  font-size: 18px;
  font-family: Montserrat;
  background-color: #fff;
  padding: 60px 40px;
  margin: 0;
  border: 1px solid #eee;
  border-bottom: none; }
  @media (max-width: 991px) {
    .comments-area .comments-title {
      padding: 20px; } }

.comments-area .comment-reply-title {
  color: #222;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 18px;
  font-family: Montserrat; }

.comments-area .comment-list {
  list-style: none;
  margin: 0 0 70px;
  background-color: #fff;
  border: 1px solid #eee;
  border-top: none;
  padding: 0px 40px 40px 40px; }
  @media (max-width: 991px) {
    .comments-area .comment-list {
      padding: 0px 20px 20px 20px; } }
  .comments-area .comment-list .comment-form {
    margin-right: 50px;
    margin-bottom: 50px; }
    .comments-area .comment-list .comment-form input[type="text"],
    .comments-area .comment-list .comment-form textarea {
      background-color: #fff; }
  .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: 140px; }
    @media (max-width: 991px) {
      .comments-area .comment-list li .comment-body {
        padding-left: 70px; } }
    .comments-area .comment-list li .comment-body .fn {
      font-size: 16px;
      color: #222;
      font-weight: 500;
      font-family: Montserrat;
      clear: both;
      display: block;
      margin-bottom: 8px; }
    .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 {
      color: #777;
      font-weight: 400;
      font-size: 14px;
      line-height: 1;
      display: inline-block; }
      .comments-area .comment-list li .comment-body .comment-meta a {
        color: #666; }
    .comments-area .comment-list li .comment-body .comment-text {
      font-size: 15px;
      line-height: 1.6;
      color: #696969;
      margin-bottom: -10px; }
      .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 .reply {
      display: inline-block; }
      .comments-area .comment-list li .comment-body .reply a {
        color: #777;
        font-weight: 400;
        font-size: 14px;
        border-left: 1px solid #777;
        line-height: 1;
        padding-left: 10px; }
        .comments-area .comment-list li .comment-body .reply a:hover {
          color: #0D50AA; }
  .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-respond {
  margin-top: 30px;
  background-color: #fff;
  padding: 60px;
  border: 1px solid #eee; }
  @media (max-width: 991px) {
    .comments-area .comment-respond {
      padding: 20px; } }

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

.comments-area .comment-form input[type="submit"], .comments-area .comment-form button[type="submit"] {
  margin: 30px 0 20px;
  height: 54px;
  width: 155px;
  line-height: 50px;
  border: 2px solid #ddd;
  padding: 0 20px;
  background: #fff;
  color: #fff;
  letter-spacing: 0em;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 500;
  font-family: Montserrat; }
  .comments-area .comment-form input[type="submit"]:hover, .comments-area .comment-form button[type="submit"]:hover {
    color: #fff;
    cursor: pointer; }

.comments-area .comment-form input, .comments-area .comment-form textarea {
  font-size: 18px;
  color: #333;
  line-height: 2;
  border: none;
  border-bottom: 2px solid #ddd;
  background: none;
  height: 48px;
  width: 100%; }
  .comments-area .comment-form input:focus, .comments-area .comment-form textarea:focus {
    outline: none;
    border-color: #0D50AA; }

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

.comments-area .comment-form .row {
  margin-bottom: 20px;
  margin-top: 50px;
  margin-left: -10px;
  margin-right: -10px; }
  .comments-area .comment-form .row [class*='col-md'] {
    padding: 0 10px; }

.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 .bb-footer-inside > p {
  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.header {
  width: 100%; }
  header.header.dark:not(.header-overlay) {
    border-bottom: 1px solid #F5F5F5; }
  header.header .inside {
    display: flex;
    align-items: center; }
    header.header .inside .header-right {
      margin-top: -5px; }
    header.header .inside .header-center {
      flex-grow: 1; }
  header.header.header-normal {
    position: static; }
  header.header.light {
    background-color: #222; }
  header.header .header-container .inside {
    min-height: 84px; }
  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 #menu .menu__container > li > a {
      padding-top: 40px;
      padding-bottom: 40px; }
    header.header.headroom--not-top .header-container {
      padding-top: 0;
      padding-bottom: 0;
      margin-top: 0;
      margin-bottom: 0; }
  header.header .btn-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 25px;
    font-size: 18px;
    cursor: pointer;
    text-align: left;
    margin-left: 30px;
    color: #1f1f1f; }
  header.header.light .btn-wrap, [data-row-skin="light"] header.header .btn-wrap {
    color: #fff; }
  header.header.headroom--not-top .btn-wrap, [data-row-skin="dark"] header.header .btn-wrap {
    color: #1f1f1f; }

@media (max-width: 991px) {
  header.header-desktop {
    display: none !important; } }

header.header-01 {
  display: inline-block;
  width: 100%; }
  header.header-01 .header-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px; }
    @media (min-width: 992px) {
      header.header-01 .header-container {
        padding-left: 100px;
        padding-right: 100px; } }
  header.header-01 .top-search {
    padding: 0 15px;
    text-align: center; }
    header.header-01 .top-search input {
      text-align: center; }
  header.header-01 .header-container {
    position: relative;
    z-index: 999; }
    header.header-01 .header-container .row {
      margin: 0; }
    header.header-01 .header-container .header-left {
      min-width: 80px; }
    header.header-01 .header-container .header-center {
      padding-left: 25px; }
    header.header-01 .header-container .header-right {
      text-align: right; }
      header.header-01 .header-container .header-right #open-right i {
        cursor: pointer; }

header.header-02 {
  display: inline-block;
  width: 100%; }
  header.header-02 .header-container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto; }
  header.header-02 .top-search {
    padding: 0 15px;
    text-align: center; }
    header.header-02 .top-search input {
      text-align: center; }
  header.header-02 .header-container {
    position: relative;
    z-index: 999; }
    header.header-02 .header-container .row {
      margin: 0; }
    header.header-02 .header-container .header-center {
      padding-left: 25px; }
    header.header-02 .header-container .header-right {
      text-align: right; }
      header.header-02 .header-container .header-right #open-right i {
        cursor: pointer; }

header.header-03 {
  display: inline-block;
  width: 100%; }
  header.header-03 .header-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
    padding-right: 100px; }
  header.header-03 .top-search {
    padding: 0 15px;
    text-align: center; }
    header.header-03 .top-search input {
      text-align: center; }
  header.header-03 .header-container {
    position: relative;
    z-index: 999; }
    header.header-03 .header-container .row {
      margin: 0; }
    header.header-03 .header-container .header-center {
      padding-left: 25px; }
    header.header-03 .header-container .header-right {
      text-align: right; }
      header.header-03 .header-container .header-right #open-right i {
        cursor: pointer; }

header.header-04 {
  display: inline-block;
  width: 100%; }
  header.header-04 .header-container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto; }
  header.header-04 .top-search {
    padding: 0 15px;
    text-align: center; }
    header.header-04 .top-search input {
      text-align: center; }
  header.header-04 .header-container {
    position: relative;
    z-index: 999; }
    header.header-04 .header-container .row {
      margin: 0; }
    header.header-04 .header-container .header-center {
      padding-left: 25px; }
    header.header-04 .header-container .header-right {
      text-align: right; }
      header.header-04 .header-container .header-right #open-right i {
        cursor: pointer; }

header.header-05 {
  display: inline-block;
  width: 100%; }
  header.header-05 .header-container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto; }
  header.header-05 .top-search {
    padding: 0 15px;
    text-align: center; }
    header.header-05 .top-search input {
      text-align: center; }
  header.header-05 .header-container {
    position: relative;
    z-index: 999; }
    header.header-05 .header-container .row {
      margin: 0; }
    header.header-05 .header-container .header-center {
      padding-left: 25px; }
      header.header-05 .header-container .header-center nav {
        text-align: center; }
        header.header-05 .header-container .header-center nav .menu__container {
          display: inline-block; }
    header.header-05 .header-container .header-right {
      text-align: right; }
      header.header-05 .header-container .header-right #open-right i {
        cursor: pointer; }

header.header-06 {
  display: inline-block;
  width: 100%; }
  header.header-06 .header-container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto; }
  header.header-06 .top-search {
    padding: 0 15px;
    text-align: center; }
    header.header-06 .top-search input {
      text-align: center; }
  header.header-06 .header-container {
    position: relative;
    z-index: 999; }
    header.header-06 .header-container .row {
      margin: 0; }
    header.header-06 .header-container .header-center {
      padding-left: 25px; }
      header.header-06 .header-container .header-center nav {
        text-align: right; }
        header.header-06 .header-container .header-center nav .menu__container {
          display: inline-block; }
    header.header-06 .header-container .header-right {
      text-align: right; }
      header.header-06 .header-container .header-right #open-right i {
        cursor: pointer; }

@media (min-width: 992px) {
  body.has-header-07 {
    padding-left: 300px; }
    body.has-header-07 header.header-07 {
      padding: 30px;
      text-align: center;
      position: fixed !important;
      top: 0 !important;
      left: 0 !important;
      z-index: 99999;
      width: 300px;
      height: 100%;
      background-color: #fff !important;
      box-shadow: 3px 1px 29px rgba(0, 0, 0, 0.12); }
      body.has-header-07 header.header-07 .header-container {
        height: 100%; }
        body.has-header-07 header.header-07 .header-container .inside {
          height: 100%;
          display: flex;
          flex-direction: column; }
          body.has-header-07 header.header-07 .header-container .inside .header-top {
            display: block;
            width: 100%; }
            body.has-header-07 header.header-07 .header-container .inside .header-top a {
              display: inline-block;
              padding: 80px 0; }
              body.has-header-07 header.header-07 .header-container .inside .header-top a img {
                width: auto;
                height: auto; }
          body.has-header-07 header.header-07 .header-container .inside .header-mid {
            display: block;
            width: 100%;
            flex-grow: 1; }
            body.has-header-07 header.header-07 .header-container .inside .header-mid #menu > ul > li {
              display: block; }
              body.has-header-07 header.header-07 .header-container .inside .header-mid #menu > ul > li > a {
                color: #222;
                padding-top: 15px !important;
                padding-bottom: 15px !important; }
                body.has-header-07 header.header-07 .header-container .inside .header-mid #menu > ul > li > a:before {
                  background-color: #0D50AA;
                  margin-top: 25px; }
                body.has-header-07 header.header-07 .header-container .inside .header-mid #menu > ul > li > a:after {
                  display: none; }
              body.has-header-07 header.header-07 .header-container .inside .header-mid #menu > ul > li > .sub-menu {
                top: 0;
                left: 100%; }
              body.has-header-07 header.header-07 .header-container .inside .header-mid #menu > ul > li.mega-menu .sub-menu {
                width: 1200px; }
          body.has-header-07 header.header-07 .header-container .inside .header-bot .socials a {
            display: inline-block;
            font-size: 20px;
            margin: 0 8px;
            color: #222; }
            body.has-header-07 header.header-07 .header-container .inside .header-bot .socials a:hover {
              color: #0D50AA; }
          body.has-header-07 header.header-07 .header-container .inside .header-bot .copyright {
            font-family: "Work Sans";
            color: #777;
            font-size: 15px; } }

header.header-08 {
  display: inline-block;
  width: 100%; }
  header.header-08 .header-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px; }
    @media (min-width: 992px) {
      header.header-08 .header-container {
        padding-left: 100px;
        padding-right: 100px; } }
  header.header-08 .top-search {
    padding: 0 15px;
    text-align: center; }
    header.header-08 .top-search input {
      text-align: center; }
  header.header-08 .header-container {
    position: relative;
    z-index: 999; }
    header.header-08 .header-container .row {
      margin: 0; }
    header.header-08 .header-container .header-left {
      min-width: 80px; }
    header.header-08 .header-container .header-center {
      padding-left: 25px; }
      header.header-08 .header-container .header-center nav {
        text-align: center; }
    header.header-08 .header-container .header-right {
      text-align: right; }
      header.header-08 .header-container .header-right #open-right i {
        cursor: pointer; }

header.header-mobile {
  display: none;
  width: 100%; }
  header.header-mobile .header-left, header.header-mobile .header-right {
    align-items: center;
    align-self: center;
    align-content: center; }

@media (max-width: 991px) {
  header.header-mobile {
    display: block;
    background-color: #fff !important;
    color: #222;
    font-size: 24px; }
    header.header-mobile .header-mobile-container {
      height: 84px; }
      header.header-mobile .header-mobile-container .row {
        height: 100%;
        align-items: center;
        align-self: center;
        align-content: center; }
        header.header-mobile .header-mobile-container .row a {
          display: inline-block;
          line-height: normal; }
      header.header-mobile .header-mobile-container .header-right > div {
        display: inline-block;
        margin: 0 10px; }
        header.header-mobile .header-mobile-container .header-right > div:hover {
          color: #0D50AA;
          cursor: pointer; }
        header.header-mobile .header-mobile-container .header-right > div:last-child {
          margin-right: 0; } }

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

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

.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-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: .8075em 0; }

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

#menu .sub-menu .mega-menu-content .wpb_content_element {
  margin-bottom: 0; }

#menu .sub-menu .mega-menu-content .widget_nav_menu ul, #menu .sub-menu .mega-menu-content .insight-custom-menu ul {
  padding: 0;
  list-style: none; }
  #menu .sub-menu .mega-menu-content .widget_nav_menu ul li, #menu .sub-menu .mega-menu-content .insight-custom-menu ul li {
    padding: 0; }
    #menu .sub-menu .mega-menu-content .widget_nav_menu ul li a, #menu .sub-menu .mega-menu-content .insight-custom-menu ul li a {
      padding: 10px 0; }
    #menu .sub-menu .mega-menu-content .widget_nav_menu ul li:first-child a, #menu .sub-menu .mega-menu-content .insight-custom-menu ul li:first-child a {
      padding-top: 0; }
    #menu .sub-menu .mega-menu-content .widget_nav_menu ul li:last-child a, #menu .sub-menu .mega-menu-content .insight-custom-menu ul li:last-child a {
      padding-bottom: 0; }

nav#mobile .sub-menu .mega-menu-content .wpb_content_element {
  margin-bottom: 0; }

.mobile-menu, #mobile {
  margin-top: 84px;
  padding-top: 35px;
  padding-bottom: 35px; }
  .admin-bar .mobile-menu, .admin-bar #mobile {
    margin-top: 116px; }
    @media (max-width: 991px) {
      .admin-bar .mobile-menu, .admin-bar #mobile {
        margin-top: 130px; } }
  .mobile-menu .mega-menu-content .vc_row, .mobile-menu .mega-menu-content .vc_column-inner, .mobile-menu .mega-menu-content .wpb_column, #mobile .mega-menu-content .vc_row, #mobile .mega-menu-content .vc_column-inner, #mobile .mega-menu-content .wpb_column {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important; }
    .mobile-menu .mega-menu-content .vc_row .vc_custom_heading, .mobile-menu .mega-menu-content .vc_column-inner .vc_custom_heading, .mobile-menu .mega-menu-content .wpb_column .vc_custom_heading, #mobile .mega-menu-content .vc_row .vc_custom_heading, #mobile .mega-menu-content .vc_column-inner .vc_custom_heading, #mobile .mega-menu-content .wpb_column .vc_custom_heading {
      margin: 0 !important;
      padding: 20px 20px 0;
      font-weight: 900 !important; }
  .mobile-menu > ul.menu, .mobile-menu > ul.menu__container, .mobile-menu > div.menu__container, .mobile-menu > div.menu, #mobile > ul.menu, #mobile > ul.menu__container, #mobile > div.menu__container, #mobile > div.menu {
    padding: 0;
    margin: 0; }
    .mobile-menu > ul.menu ul, .mobile-menu > ul.menu ol, .mobile-menu > ul.menu__container ul, .mobile-menu > ul.menu__container ol, .mobile-menu > div.menu__container ul, .mobile-menu > div.menu__container ol, .mobile-menu > div.menu ul, .mobile-menu > div.menu ol, #mobile > ul.menu ul, #mobile > ul.menu ol, #mobile > ul.menu__container ul, #mobile > ul.menu__container ol, #mobile > div.menu__container ul, #mobile > div.menu__container ol, #mobile > div.menu ul, #mobile > div.menu ol {
      padding: 0;
      margin: 0; }
    .mobile-menu > ul.menu li, .mobile-menu > ul.menu__container li, .mobile-menu > div.menu__container li, .mobile-menu > div.menu li, #mobile > ul.menu li, #mobile > ul.menu__container li, #mobile > div.menu__container li, #mobile > div.menu li {
      position: relative;
      display: block; }
      .mobile-menu > ul.menu li.current_page_item a, .mobile-menu > ul.menu li.current-menu-item a, .mobile-menu > ul.menu__container li.current_page_item a, .mobile-menu > ul.menu__container li.current-menu-item a, .mobile-menu > div.menu__container li.current_page_item a, .mobile-menu > div.menu__container li.current-menu-item a, .mobile-menu > div.menu li.current_page_item a, .mobile-menu > div.menu li.current-menu-item a, #mobile > ul.menu li.current_page_item a, #mobile > ul.menu li.current-menu-item a, #mobile > ul.menu__container li.current_page_item a, #mobile > ul.menu__container li.current-menu-item a, #mobile > div.menu__container li.current_page_item a, #mobile > div.menu__container li.current-menu-item a, #mobile > div.menu li.current_page_item a, #mobile > div.menu li.current-menu-item a {
        box-shadow: 1px 0px 0 #111 inset; }
      .mobile-menu > ul.menu li a, .mobile-menu > ul.menu__container li a, .mobile-menu > div.menu__container li a, .mobile-menu > div.menu li a, #mobile > ul.menu li a, #mobile > ul.menu__container li a, #mobile > div.menu__container li a, #mobile > div.menu li a {
        display: block;
        color: #BBBBBB;
        padding: 0px 30px;
        font-size: 16px;
        font-weight: 400;
        line-height: 35px;
        background: inherit; }
        .mobile-menu > ul.menu li a i, .mobile-menu > ul.menu__container li a i, .mobile-menu > div.menu__container li a i, .mobile-menu > div.menu li a i, #mobile > ul.menu li a i, #mobile > ul.menu__container li a i, #mobile > div.menu__container li a i, #mobile > div.menu li a i {
          width: 20px; }
        .mobile-menu > ul.menu li a:hover, .mobile-menu > ul.menu__container li a:hover, .mobile-menu > div.menu__container li a:hover, .mobile-menu > div.menu li a:hover, #mobile > ul.menu li a:hover, #mobile > ul.menu__container li a:hover, #mobile > div.menu__container li a:hover, #mobile > div.menu li a:hover {
          color: #666666;
          text-decoration: none; }
      .mobile-menu > ul.menu li .sub-menu, .mobile-menu > ul.menu__container li .sub-menu, .mobile-menu > div.menu__container li .sub-menu, .mobile-menu > div.menu li .sub-menu, #mobile > ul.menu li .sub-menu, #mobile > ul.menu__container li .sub-menu, #mobile > div.menu__container li .sub-menu, #mobile > div.menu li .sub-menu {
        display: none;
        padding-left: 0;
        font-weight: 400;
        box-shadow: none;
        -moz-box-shadow: none;
        padding: 8px 0 10px 10px; }
        .mobile-menu > ul.menu li .sub-menu .insight-menu-title, .mobile-menu > ul.menu__container li .sub-menu .insight-menu-title, .mobile-menu > div.menu__container li .sub-menu .insight-menu-title, .mobile-menu > div.menu li .sub-menu .insight-menu-title, #mobile > ul.menu li .sub-menu .insight-menu-title, #mobile > ul.menu__container li .sub-menu .insight-menu-title, #mobile > div.menu__container li .sub-menu .insight-menu-title, #mobile > div.menu li .sub-menu .insight-menu-title {
          padding-left: 30px;
          margin-top: 20px; }
        .mobile-menu > ul.menu li .sub-menu li, .mobile-menu > ul.menu__container li .sub-menu li, .mobile-menu > div.menu__container li .sub-menu li, .mobile-menu > div.menu li .sub-menu li, #mobile > ul.menu li .sub-menu li, #mobile > ul.menu__container li .sub-menu li, #mobile > div.menu__container li .sub-menu li, #mobile > div.menu li .sub-menu li {
          border: none; }
          .mobile-menu > ul.menu li .sub-menu li a:hover, .mobile-menu > ul.menu__container li .sub-menu li a:hover, .mobile-menu > div.menu__container li .sub-menu li a:hover, .mobile-menu > div.menu li .sub-menu li a:hover, #mobile > ul.menu li .sub-menu li a:hover, #mobile > ul.menu__container li .sub-menu li a:hover, #mobile > div.menu__container li .sub-menu li a:hover, #mobile > div.menu li .sub-menu li a:hover {
            color: #666666; }
          @media (min-width: 576px) {
            .mobile-menu > ul.menu li .sub-menu li:last-child, .mobile-menu > ul.menu__container li .sub-menu li:last-child, .mobile-menu > div.menu__container li .sub-menu li:last-child, .mobile-menu > div.menu li .sub-menu li:last-child, #mobile > ul.menu li .sub-menu li:last-child, #mobile > ul.menu__container li .sub-menu li:last-child, #mobile > div.menu__container li .sub-menu li:last-child, #mobile > div.menu li .sub-menu li:last-child {
              border: none; } }
        .mobile-menu > ul.menu li .sub-menu h3, .mobile-menu > ul.menu__container li .sub-menu h3, .mobile-menu > div.menu__container li .sub-menu h3, .mobile-menu > div.menu li .sub-menu h3, #mobile > ul.menu li .sub-menu h3, #mobile > ul.menu__container li .sub-menu h3, #mobile > div.menu__container li .sub-menu h3, #mobile > div.menu li .sub-menu h3 {
          border: none !important; }
      .mobile-menu > ul.menu li .sub-menu-toggle, .mobile-menu > ul.menu__container li .sub-menu-toggle, .mobile-menu > div.menu__container li .sub-menu-toggle, .mobile-menu > div.menu li .sub-menu-toggle, #mobile > ul.menu li .sub-menu-toggle, #mobile > ul.menu__container li .sub-menu-toggle, #mobile > div.menu__container li .sub-menu-toggle, #mobile > div.menu li .sub-menu-toggle {
        display: none; }
      .mobile-menu > ul.menu li.menu-item.menu-item-has-children > .sub-menu-toggle, .mobile-menu > ul.menu__container li.menu-item.menu-item-has-children > .sub-menu-toggle, .mobile-menu > div.menu__container li.menu-item.menu-item-has-children > .sub-menu-toggle, .mobile-menu > div.menu li.menu-item.menu-item-has-children > .sub-menu-toggle, #mobile > ul.menu li.menu-item.menu-item-has-children > .sub-menu-toggle, #mobile > ul.menu__container li.menu-item.menu-item-has-children > .sub-menu-toggle, #mobile > div.menu__container li.menu-item.menu-item-has-children > .sub-menu-toggle, #mobile > div.menu li.menu-item.menu-item-has-children > .sub-menu-toggle {
        display: block;
        font-size: 15px;
        position: absolute;
        color: #666666;
        right: 0;
        top: 0;
        padding: 0px 30px;
        line-height: 35px;
        z-index: 9999;
        font-style: normal;
        outline: 0;
        cursor: pointer; }
        .mobile-menu > ul.menu li.menu-item.menu-item-has-children > .sub-menu-toggle:hover, .mobile-menu > ul.menu__container li.menu-item.menu-item-has-children > .sub-menu-toggle:hover, .mobile-menu > div.menu__container li.menu-item.menu-item-has-children > .sub-menu-toggle:hover, .mobile-menu > div.menu li.menu-item.menu-item-has-children > .sub-menu-toggle:hover, #mobile > ul.menu li.menu-item.menu-item-has-children > .sub-menu-toggle:hover, #mobile > ul.menu__container li.menu-item.menu-item-has-children > .sub-menu-toggle:hover, #mobile > div.menu__container li.menu-item.menu-item-has-children > .sub-menu-toggle:hover, #mobile > div.menu li.menu-item.menu-item-has-children > .sub-menu-toggle:hover {
          color: #fff; }
      .mobile-menu > ul.menu li.expand > .sub-menu-toggle, .mobile-menu > ul.menu__container li.expand > .sub-menu-toggle, .mobile-menu > div.menu__container li.expand > .sub-menu-toggle, .mobile-menu > div.menu li.expand > .sub-menu-toggle, #mobile > ul.menu li.expand > .sub-menu-toggle, #mobile > ul.menu__container li.expand > .sub-menu-toggle, #mobile > div.menu__container li.expand > .sub-menu-toggle, #mobile > div.menu li.expand > .sub-menu-toggle {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }

.mobile-menu, #mobile {
  position: fixed;
  width: 100%;
  left: -100%;
  top: 0;
  bottom: 0;
  z-index: 1001;
  background: #222;
  text-align: left;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }
  .mobile-menu.active, #mobile.active {
    left: 0; }

#menu {
  position: relative; }
  #menu a:hover {
    text-decoration: none; }
  #menu .menu__container > ul > li > a {
    padding: 40px 15px;
    color: #222;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500; }
  #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 {
        position: relative; }
        header.header.light #menu .menu__container > li > a, [data-row-skin="dark"] header.header #menu .menu__container > li > a, header.header.light
        #menu .menu__container > ul > li > a, [data-row-skin="dark"] header.header
        #menu .menu__container > ul > li > a {
          color: #fff; }
          header.header.light #menu .menu__container > li > a:before, [data-row-skin="dark"] header.header #menu .menu__container > li > a:before, header.header.light
          #menu .menu__container > ul > li > a:before, [data-row-skin="dark"] header.header
          #menu .menu__container > ul > li > a:before {
            background-color: #fff; }
        [data-row-skin="dark"] header.header #menu .menu__container > li > a:before, [data-row-skin="dark"] header.header
        #menu .menu__container > ul > li > a:before {
          background-color: #222; }
        [data-row-skin="dark"] header.header #menu .menu__container > li > a:after, [data-row-skin="dark"] header.header #menu .menu__container > li > a, [data-row-skin="dark"] header.header
        #menu .menu__container > ul > li > a:after, [data-row-skin="dark"] header.header
        #menu .menu__container > ul > li > a {
          color: #222 !important; }
        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: #0D50AA;
          position: absolute;
          height: 2px;
          display: block;
          clear: both;
          width: 0;
          left: 18px;
          margin-top: 30px; }
        #menu .menu__container > li > a:hover:before,
        #menu .menu__container > ul > li > a:hover:before {
          width: calc(100% - 36px); }
      #menu .menu__container > li.w-960 .sub-menu,
      #menu .menu__container > ul > li.w-960 .sub-menu {
        width: 960px; }
        @media (max-width: 1025px) {
          #menu .menu__container > li.w-960 .sub-menu,
          #menu .menu__container > ul > li.w-960 .sub-menu {
            width: 100%; } }
      #menu .menu__container > li.w-1280 .sub-menu,
      #menu .menu__container > ul > li.w-1280 .sub-menu {
        width: 1280px; }
        @media (max-width: 1025px) {
          #menu .menu__container > li.w-1280 .sub-menu,
          #menu .menu__container > ul > li.w-1280 .sub-menu {
            width: 100%; } }
      #menu .menu__container > li a,
      #menu .menu__container > ul > li a {
        display: inline-block; }
      #menu .menu__container > li.mega-menu,
      #menu .menu__container > ul > li.mega-menu {
        position: static; }
      header.header.light #menu .menu__container > li li.menu-item.current-menu-item > a,
      header.header.dark #menu .menu__container > li li.menu-item.current-menu-item > a, header.header.light
      #menu .menu__container > ul > li li.menu-item.current-menu-item > a,
      header.header.dark
      #menu .menu__container > ul > li li.menu-item.current-menu-item > a {
        color: #0D50AA; }
      header.header.light #menu .menu__container > li li.menu-item > a:hover,
      header.header.dark #menu .menu__container > li li.menu-item > a:hover, header.header.light
      #menu .menu__container > ul > li li.menu-item > a:hover,
      header.header.dark
      #menu .menu__container > ul > li li.menu-item > a:hover {
        opacity: .5; }
      #menu .menu__container > li.menu-item-has-children > a, #menu .menu__container > li.page_item_has_children > a,
      #menu .menu__container > ul > li.menu-item-has-children > a,
      #menu .menu__container > ul > li.page_item_has_children > a {
        position: relative; }
        #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 {
          content: "\e04b";
          font-family: "linea-arrows-10";
          position: absolute;
          right: 0;
          left: auto;
          top: 50%;
          margin-top: -7px;
          display: block;
          line-height: 1;
          transform: rotate(90deg);
          font-weight: bold;
          font-size: 14px;
          height: 14px;
          width: 14px; }
          header.header.light #menu .menu__container > li.menu-item-has-children > a:after, header.header.light #menu .menu__container > li.page_item_has_children > a:after, header.header.light
          #menu .menu__container > ul > li.menu-item-has-children > a:after, header.header.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: -25px;
          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: 0;
      visibility: hidden;
      margin: 0;
      min-width: 270px;
      width: 100%;
      opacity: 0;
      transition: all 0.3s ease;
      padding: 25px 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: 0 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 {
          display: block;
          font-size: 16px;
          padding: 5px 0;
          color: #bbb;
          line-height: 1.6;
          text-transform: none;
          font-weight: 400;
          background: none;
          position: relative;
          white-space: normal; }
          header.header.light #menu .menu__container .children > li a, header.header.light
          #menu .menu__container .sub-menu > li a, header.header.light
          #menu .menu__container > ul .children > li a, header.header.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; }
            #menu .menu__container .children > li a:hover:after,
            #menu .menu__container .sub-menu > li a:hover:after,
            #menu .menu__container > ul .children > li a:hover:after,
            #menu .menu__container > ul .sub-menu > li a:hover:after {
              width: 65px; }
        #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 {
          content: "\e04b";
          font-family: "linea-arrows-10";
          position: absolute;
          right: 30px;
          top: 50%;
          margin-top: -7px;
          display: block;
          font-weight: bold;
          height: 14px;
          width: 14px; }
      #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; }
  #menu .mega-menu > .sub-menu,
  #menu .mega-menu .children {
    padding: 0; }
  #menu .mega-menu .vc_row {
    display: flex;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto; }
    #menu .mega-menu .vc_row.no-border .wpb_column {
      border: none !important; }
    #menu .mega-menu .vc_row .wpb_column {
      border-left: 1px solid rgba(238, 238, 238, 0.1);
      padding: 35px 14px; }
      #menu .mega-menu .vc_row .wpb_column:first-child {
        border: none; }
      #menu .mega-menu .vc_row .wpb_column .vc_column-inner {
        padding-top: 0; }
  #menu .mega-menu .wpb_text_column ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #menu .mega-menu .wpb_text_column ul li {
      padding: 0;
      display: block; }
      #menu .mega-menu .wpb_text_column ul li a {
        padding: 5px 0;
        display: inline-block;
        position: relative; }
        #menu .mega-menu .wpb_text_column ul li a i {
          width: 20px; }
        #menu .mega-menu .wpb_text_column ul li a:hover:before {
          top: 7px; }
      #menu .mega-menu .wpb_text_column ul li.hot a:after, #menu .mega-menu .wpb_text_column ul li.new a:after, #menu .mega-menu .wpb_text_column ul li.sale a:after {
        font-size: 8px;
        text-transform: uppercase;
        height: 12px;
        line-height: 12px;
        padding: 0 5px;
        display: inline-block;
        color: #fff;
        border-radius: 3px;
        position: absolute;
        left: 110%;
        font-weight: 700; }
      #menu .mega-menu .wpb_text_column ul li.new a:after {
        content: 'new';
        background-color: #b4e1f7 !important; }
      #menu .mega-menu .wpb_text_column ul li.sale a:after {
        content: 'sale';
        background-color: #0D50AA !important; }
      #menu .mega-menu .wpb_text_column ul li.hot a:after {
        content: 'hot';
        background-color: #f9734d !important; }
  #menu .mega-menu .wpb_text_column ol {
    margin: 0;
    padding: 0;
    list-style: none; }
    #menu .mega-menu .wpb_text_column ol li {
      padding: 0;
      border-bottom: 1px solid #f9f6ee; }
      #menu .mega-menu .wpb_text_column ol li:last-child {
        border-bottom: none; }
        #menu .mega-menu .wpb_text_column ol li:last-child a {
          padding-bottom: 0; }
  #menu .mega-menu .features-mega-inner ul li {
    padding: 5px 0; }

#mobile .kc_column {
  width: 100% !important; }

@media (min-width: 1025px) {
  header.header-02 #menu .menu__container .mega-menu .sub-menu {
    right: 50px;
    left: auto; }
  header.header-01 #menu .menu__container .mega-menu .sub-menu,
  header.header-03 #menu .menu__container .mega-menu .sub-menu,
  header.header-08 #menu .menu__container .mega-menu .sub-menu {
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto; }
  header.header-05 #menu .menu__container .mega-menu .sub-menu {
    left: 50px; } }

.insight-overlay-menu {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: .2;
  transform: scale(0.2);
  overflow-y: auto;
  overflow-x: hidden;
  visibility: hidden;
  max-height: 100%; }
  .insight-overlay-menu.active {
    visibility: visible;
    z-index: 999;
    opacity: 1;
    transform: scale(1); }
  .insight-overlay-menu .inside-menu {
    text-align: center;
    display: table;
    height: 100%;
    width: 100%;
    padding: 30px 0; }
    .insight-overlay-menu .inside-menu .menu-detail {
      display: table-cell;
      height: 100%;
      width: 100%;
      vertical-align: middle;
      text-align: center; }
    .insight-overlay-menu .inside-menu .wpb_column {
      width: 100%;
      display: block;
      float: none; }
    .insight-overlay-menu .inside-menu .menu-detail > ul, .insight-overlay-menu .inside-menu .menu__container > ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      .insight-overlay-menu .inside-menu .menu-detail > ul > li > a, .insight-overlay-menu .inside-menu .menu__container > ul > li > a {
        font-size: 32px;
        line-height: 60px;
        color: #fff;
        font-family: Montserrat;
        font-weight: 500; }
        .insight-overlay-menu .inside-menu .menu-detail > ul > li > a:hover, .insight-overlay-menu .inside-menu .menu__container > ul > li > a:hover {
          color: #0D50AA;
          text-decoration: none; }
      .insight-overlay-menu .inside-menu .menu-detail > ul li, .insight-overlay-menu .inside-menu .menu__container > ul li {
        padding: 0;
        margin: 0; }
    .insight-overlay-menu .inside-menu ul.sub-menu, .insight-overlay-menu .inside-menu ul.children {
      list-style-type: none;
      padding: 0;
      margin: 0;
      display: none; }
      .insight-overlay-menu .inside-menu ul.sub-menu li a, .insight-overlay-menu .inside-menu ul.children li a {
        font-size: 16px;
        line-height: 32px;
        color: #fff;
        font-family: Montserrat;
        font-weight: 500; }
        .insight-overlay-menu .inside-menu ul.sub-menu li a:hover, .insight-overlay-menu .inside-menu ul.children li a:hover {
          color: #0D50AA;
          text-decoration: none; }

.open-overlay-menu.active {
  position: fixed;
  z-index: 9999;
  color: #fff; }

.overflow-auto {
  overflow: auto; }

.overflow-hidden {
  overflow: hidden !important; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

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

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

.blog-page-template .main {
  position: relative; }
  .blog-page-template .main:after {
    position: absolute;
    content: '';
    display: block;
    top: -70px;
    bottom: -70px;
    right: 0;
    width: 500%;
    background: #f5f5f5;
    z-index: -1; }
    .page-template-blog-masonry .blog-page-template .main:after, .page-template-blog-metro .blog-page-template .main:after {
      right: -200%; }
    .no-padding .blog-page-template .main:after {
      top: 0;
      bottom: 0; }
    @media (max-width: 991px) {
      .blog-page-template .main:after {
        bottom: 0;
        right: -100%; } }
  @media (max-width: 991px) {
    .blog-page-template .main {
      padding-bottom: 70px;
      margin-bottom: 50px; } }
  .page-template-blog-classic .blog-page-template .main.col-md-8 .insight-pagination {
    padding-right: 30px; }

body .insight-post-classic {
  margin-bottom: 30px !important; }

.insight-post-classic .post-thumbnail a, .insight-post-classic .post-thumbnail a img {
  display: block;
  width: 100%;
  max-width: none; }

.insight-post-classic .entry-desc {
  display: flex;
  align-items: center;
  border: 1px solid #eee;
  background-color: #fff; }
  .insight-post-classic .entry-desc .time {
    min-width: 110px;
    width: 110px;
    padding-left: 25px; }
    .insight-post-classic .entry-desc .time .day {
      font-weight: 500;
      font-family: Montserrat;
      font-size: 36px;
      color: #1f1f1f;
      clear: both;
      display: inline-block;
      line-height: 1; }
    .insight-post-classic .entry-desc .time .month-year {
      display: block;
      font-size: 14px;
      color: #777;
      line-height: 1; }
  .insight-post-classic .entry-desc .title {
    padding: 35px 30px 35px 30px;
    border-left: 1px solid #eee; }
    .insight-post-classic .entry-desc .title .categories a {
      color: #0D50AA; }
    .insight-post-classic .entry-desc .title .entry-title {
      margin: 5px 0 0 0; }

.insight-post-classic .entry-excerpt {
  font-size: 17px;
  line-height: 1.6;
  background-color: #fff;
  padding: 30px 30px 10px 30px;
  border: 1px solid #eee;
  border-top: 0;
  color: #777; }
  .insight-post-classic .entry-excerpt .post-thumbnail {
    display: block;
    width: 100%;
    margin-bottom: 20px; }
    .insight-post-classic .entry-excerpt .post-thumbnail img {
      width: auto;
      height: auto;
      max-width: 100%;
      margin: 0 auto; }

.insight-post-classic .insight-quote {
  background-color: #333;
  padding: 45px 50px 50px 50px;
  color: #fff;
  display: block;
  position: relative; }
  .insight-post-classic .insight-quote:after {
    content: '”';
    font-family: Montserrat;
    font-weight: 500;
    font-size: 90px;
    position: absolute;
    line-height: 1;
    right: 40px;
    bottom: 0; }
  .insight-post-classic .insight-quote blockquote {
    line-height: 36px;
    font-size: 24px;
    letter-spacing: 0.02em; }
    .insight-post-classic .insight-quote blockquote strong {
      margin-top: 20px;
      font-size: 16px;
      display: block;
      line-height: 1;
      font-family: Montserrat;
      font-weight: 500; }

@media (min-width: 992px) {
  .blog-grid .main {
    padding-right: 30px; } }

@media (max-width: 992px) {
  .tm-wilson-post-grid {
    max-width: 100%;
    flex-basis: 100%; } }

body .tm-wilson-post-grid {
  margin-bottom: 30px; }

.tm-wilson-post-grid .post-thumbnail a, .tm-wilson-post-grid .post-thumbnail a img {
  display: block;
  width: 100%;
  max-width: none; }

.tm-wilson-post-grid .entry-desc {
  display: flex;
  align-items: center;
  border: 1px solid #eee;
  background-color: #fff; }
  .tm-wilson-post-grid .entry-desc .time {
    min-width: 110px;
    width: 110px;
    padding-left: 25px; }
    .tm-wilson-post-grid .entry-desc .time .day {
      font-weight: 500;
      font-family: Montserrat;
      font-size: 36px;
      color: #1f1f1f;
      clear: both;
      display: inline-block;
      line-height: 1; }
    .tm-wilson-post-grid .entry-desc .time .month-year {
      display: block;
      font-size: 14px;
      color: #777;
      line-height: 1; }
  .tm-wilson-post-grid .entry-desc .title {
    padding: 35px 30px 35px 30px;
    border-left: 1px solid #eee;
    overflow: hidden; }
    .tm-wilson-post-grid .entry-desc .title .categories {
      white-space: nowrap;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis; }
      .tm-wilson-post-grid .entry-desc .title .categories a {
        color: #0D50AA; }
    .tm-wilson-post-grid .entry-desc .title .entry-title {
      font-size: 18px;
      line-height: 22px;
      margin-top: 5px; }

.tm-wilson-post-grid .entry-excerpt {
  font-size: 17px;
  line-height: 1.6;
  background-color: #fff;
  padding: 30px 30px 10px;
  border: 1px solid #eee;
  border-top: 0;
  color: #777; }

.tm-wilson-post-grid .inside {
  min-height: 100%; }

.tm-wilson-post-grid .insight-quote {
  background-color: #333;
  padding: 45px 50px 50px 50px;
  color: #fff;
  display: block;
  min-height: 387px;
  position: relative; }
  .tm-wilson-post-grid .insight-quote:after {
    content: '”';
    font-family: Montserrat;
    font-weight: 500;
    font-size: 90px;
    position: absolute;
    line-height: 1;
    right: 40px;
    bottom: 0; }
  .tm-wilson-post-grid .insight-quote blockquote {
    line-height: 36px;
    font-size: 24px;
    letter-spacing: 0.02em; }
    .tm-wilson-post-grid .insight-quote blockquote strong {
      margin-top: 20px;
      font-size: 16px;
      display: block;
      line-height: 1;
      font-family: Montserrat;
      font-weight: 500; }

body .insight-post-masonry {
  margin-bottom: 30px; }

.insight-post-masonry .post-thumbnail a, .insight-post-masonry .post-thumbnail a img {
  display: block;
  width: 100%;
  max-width: none; }

.insight-post-masonry .entry-desc {
  display: flex;
  align-items: center;
  border: 1px solid #eee;
  background-color: #fff; }
  .insight-post-masonry .entry-desc .time {
    min-width: 110px;
    width: 110px;
    padding-left: 25px; }
    .insight-post-masonry .entry-desc .time .day {
      font-weight: 500;
      font-family: Montserrat;
      font-size: 36px;
      color: #1f1f1f;
      clear: both;
      display: inline-block;
      line-height: 1; }
    .insight-post-masonry .entry-desc .time .month-year {
      display: block;
      font-size: 14px;
      color: #777;
      line-height: 1; }
  .insight-post-masonry .entry-desc .title {
    padding: 35px 30px 35px 30px;
    border-left: 1px solid #eee; }
    .insight-post-masonry .entry-desc .title .categories a {
      color: #0D50AA; }
    .insight-post-masonry .entry-desc .title .entry-title {
      font-size: 18px;
      line-height: 22px;
      margin-top: 5px; }

.insight-post-masonry .entry-excerpt {
  font-size: 17px;
  line-height: 1.6;
  background-color: #fff;
  padding: 30px 30px 10px;
  border: 1px solid #eee;
  border-top: 0;
  color: #777; }

.insight-post-masonry .inside {
  min-height: 100%; }

.insight-post-masonry .insight-quote {
  background-color: #333;
  padding: 45px 50px 50px 50px;
  color: #fff;
  display: block;
  position: relative; }
  .insight-post-masonry .insight-quote:after {
    content: '”';
    font-family: Montserrat;
    font-weight: 500;
    font-size: 90px;
    position: absolute;
    line-height: 1;
    right: 40px;
    bottom: 0; }
  .insight-post-masonry .insight-quote blockquote {
    line-height: 36px;
    font-size: 24px;
    letter-spacing: 0.02em; }
    .insight-post-masonry .insight-quote blockquote strong {
      margin-top: 20px;
      font-size: 16px;
      display: block;
      line-height: 1;
      font-family: Montserrat;
      font-weight: 500; }

.blog-masonry {
  width: 100% !important; }
  .blog-masonry .item-sizer, .blog-masonry .blog-masonry-item {
    display: block;
    width: 33.3333%;
    max-width: 33.3333%;
    padding-left: 15px;
    padding-right: 15px; }
  @media (max-width: 991px) {
    .blog-masonry .blog-masonry-item {
      width: 100%;
      max-width: 100%; } }

.blog-fullwidth-masonry .insight-pagination {
  text-align: center; }

.container-blog-metro {
  width: 100%;
  padding: 0; }
  .container-blog-metro .insight-pagination {
    margin: 50px 0; }

.container-blog-metro.container-blog-metro-2 {
  padding: 0;
  margin: 0 auto; }
  .container-blog-metro.container-blog-metro-2 .content-area {
    margin-top: 0;
    margin-bottom: 0; }
  .container-blog-metro.container-blog-metro-2 .blog-page-template .main:after {
    display: none; }
  .container-blog-metro.container-blog-metro-2 .insight-post-metro .entry-desc .title .categories {
    margin-bottom: 15px; }
    .container-blog-metro.container-blog-metro-2 .insight-post-metro .entry-desc .title .categories a {
      color: #fff;
      background-color: #0D50AA;
      padding: 5px 14px;
      font-weight: 500;
      border-radius: 50px; }

@media (min-width: 992px) {
  .blog-metro .main {
    padding-right: 30px; } }

body .insight-post-metro {
  margin-bottom: 30px; }

.insight-post-metro .post-thumbnail a, .insight-post-metro .post-thumbnail a img {
  display: block;
  width: 100%;
  max-width: none; }

.insight-post-metro.no-thumb {
  overflow: hidden; }
  .insight-post-metro.no-thumb .post-thumbnail {
    position: relative;
    z-index: -1; }
  .insight-post-metro.no-thumb .entry-desc {
    background: #fff;
    position: absolute;
    top: 0; }
    .insight-post-metro.no-thumb .entry-desc .time {
      color: #777; }
    .insight-post-metro.no-thumb .entry-desc .title .entry-title {
      color: #333; }

.insight-post-metro .entry-desc {
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); }
  .insight-post-metro .entry-desc .time {
    padding-left: 30px;
    padding-bottom: 30px;
    color: #fff; }
    .insight-post-metro .entry-desc .time .day {
      font-size: 14px;
      clear: both;
      display: inline-block;
      line-height: 1; }
    .insight-post-metro .entry-desc .time .month-year {
      display: inline-block;
      font-size: 14px;
      line-height: 1; }
  .insight-post-metro .entry-desc .title {
    padding: 35px 30px 0 30px; }
    .insight-post-metro .entry-desc .title .categories a {
      color: #0D50AA; }
    .insight-post-metro .entry-desc .title .entry-title {
      font-size: 18px;
      line-height: 22px;
      color: #fff;
      margin-top: 5px; }

.insight-post-metro .entry-excerpt {
  font-size: 17px;
  line-height: 1.6;
  background-color: #fff;
  padding: 0 30px 10px;
  border-top: 0;
  color: #777; }

.insight-post-metro .inside {
  position: relative;
  height: 100%; }

.insight-post-metro .insight-quote {
  background-color: #333;
  color: #fff;
  display: block;
  position: relative;
  height: 100%; }
  .insight-post-metro .insight-quote:after {
    content: '”';
    font-family: Montserrat;
    font-weight: 500;
    font-size: 90px;
    position: absolute;
    line-height: 1;
    right: 40px;
    bottom: 0; }
  .insight-post-metro .insight-quote img {
    opacity: 0;
    width: 100%; }
  .insight-post-metro .insight-quote blockquote {
    padding: 45px 50px 50px 50px;
    line-height: 36px;
    font-size: 24px;
    letter-spacing: 0.02em;
    position: absolute; }
    .insight-post-metro .insight-quote blockquote strong {
      margin-top: 20px;
      font-size: 16px;
      display: block;
      line-height: 1;
      font-family: Montserrat;
      font-weight: 500; }

.blog-metro {
  width: 100% !important; }
  .blog-metro .item-sizer {
    width: 20%; }
    @media (max-width: 991px) {
      .blog-metro .item-sizer {
        width: 100%; } }
  .blog-metro .blog-metro-item {
    width: 20%;
    max-width: none;
    padding: 0;
    margin: 0 !important; }
    @media (max-width: 991px) {
      .blog-metro .blog-metro-item {
        width: 100%; } }
    .blog-metro .blog-metro-item.x2 {
      width: 40%; }
      @media (max-width: 991px) {
        .blog-metro .blog-metro-item.x2 {
          width: 100%; } }

.blog-page-metro .insight-pagination {
  text-align: center; }

@media (max-width: 992px) {
  #main, #sidebar {
    max-width: 100%;
    flex-basis: 100%;
    padding-right: 15px; } }

.single-post .main {
  position: relative; }
  @media (min-width: 768px) {
    .single-post .main {
      padding-right: 30px; } }
  .single-post .main .article {
    border: 1px solid #eee; }
    .single-post .main .article .inside {
      padding: 30px;
      background: #fff; }
      .single-post .main .article .inside .single-post-thumbnail {
        margin-bottom: 30px; }
  .single-post .main:after {
    position: absolute;
    content: '';
    display: block;
    top: -70px;
    bottom: -70px;
    right: 0;
    width: 500%;
    background: #f5f5f5;
    z-index: -1; }
    .page--fullwidth .single-post .main:after {
      right: -200%; }
    .no-padding .single-post .main:after {
      top: 0;
      bottom: 0; }
    @media (max-width: 991px) {
      .single-post .main:after {
        bottom: 0;
        right: -100%; } }
  @media (max-width: 991px) {
    .single-post .main {
      padding-bottom: 70px;
      margin-bottom: 50px; } }
  .single-post .main .entry-desc {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    background-color: #fff; }
    .single-post .main .entry-desc .time {
      min-width: 110px;
      width: 110px;
      padding-left: 25px; }
      .single-post .main .entry-desc .time .day {
        font-weight: 500;
        font-family: Montserrat;
        font-size: 36px;
        color: #1f1f1f;
        clear: both;
        display: inline-block;
        line-height: 1; }
      .single-post .main .entry-desc .time .month-year {
        display: block;
        font-size: 14px;
        color: #777;
        line-height: 1; }
    .single-post .main .entry-desc .title {
      padding: 35px 30px 35px 30px;
      border-left: 1px solid #eee; }
      .single-post .main .entry-desc .title .categories a {
        color: #0D50AA; }
      .single-post .main .entry-desc .title .entry-title {
        margin: 5px 0 0 0; }
  .single-post .main .entry-excerpt {
    font-size: 17px;
    line-height: 1.6;
    background-color: #fff;
    padding: 30px 30px 10px;
    border: 1px solid #eee;
    border-top: 0;
    color: #777; }

.single-post .entry-content {
  font-size: 17px;
  line-height: 1.6; }
  .single-post .entry-content blockquote {
    font-size: 24px;
    line-height: 1.4em;
    color: #0D50AA;
    padding-left: 80px;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative; }
    .single-post .entry-content blockquote:before {
      content: '”';
      font-family: Montserrat;
      font-size: 90px;
      line-height: 1;
      font-weight: 500;
      position: absolute;
      height: 90px;
      left: 10px;
      top: 50%;
      transform: translateY(-30%); }

.single-post .tags .single-footer-lbl {
  font-size: 18px;
  color: #333;
  line-height: 26px;
  margin-right: 15px;
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-family: Montserrat; }

.single-post .tags a {
  font-size: 17px !important;
  color: #777;
  line-height: 26px;
  margin-right: 18px;
  position: relative;
  display: inline-block; }
  .single-post .tags a:after {
    content: '';
    position: absolute;
    display: block;
    width: 0%;
    height: 1px;
    background-color: #0D50AA; }
  .single-post .tags a:hover {
    color: #0D50AA; }
    .single-post .tags a:hover:after {
      width: 100%; }

.single-post .single-footer:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #eee;
  margin: 17px 15px 30px; }

.single-post .single-footer-social {
  padding: 0;
  margin: 0; }
  .single-post .single-footer-social li {
    list-style-type: none;
    display: inline-block; }
    .single-post .single-footer-social li a {
      font-size: 16px;
      color: #BBBBBB;
      padding: 0 5px; }
      .single-post .single-footer-social li a:hover {
        color: #0D50AA; }
  @media (max-width: 991px) {
    .single-post .single-footer-social {
      text-align: left; } }

.insight-related-posts > .title {
  font-size: 28px;
  font-weight: 500;
  font-family: Montserrat;
  color: #222;
  margin: 50px 0 25px; }

.post-password-form input[type="password"] {
  background-image: none !important;
  border: 1px solid #ddd;
  outline: none;
  height: 42px;
  line-height: 40px;
  padding: 0 10px; }

.post-password-form input[type="submit"], .post-password-form button[type="submit"] {
  background-color: #0D50AA;
  border: 1px solid #0D50AA;
  outline: none;
  height: 42px;
  padding: 0 10px;
  line-height: 40px;
  color: #fff;
  cursor: pointer; }
  .post-password-form input[type="submit"]:hover, .post-password-form button[type="submit"]:hover {
    background-color: #222;
    color: #fff; }

.hentry {
  margin: 0 0 1.5em; }
  .page .hentry {
    margin: 0; }
  .blog-page-template .hentry {
    margin-bottom: 30px; }
  .hentry.format-video .post-thumbnail a, .hentry.format-video .single-post-thumbnail a {
    position: relative;
    display: block; }
    .hentry.format-video .post-thumbnail a:before, .hentry.format-video .single-post-thumbnail a:before {
      content: "r";
      font-family: "linea-music-10";
      display: block;
      font-size: 90px;
      position: absolute;
      color: #fff;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 1;
      line-height: 1; }
    .hentry.format-video .post-thumbnail a:after, .hentry.format-video .single-post-thumbnail a:after {
      content: '';
      background: #000;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0.05;
      height: 100%;
      width: 100%; }
  .hentry.sticky .entry-desc {
    background-color: #0D50AA; }
    .hentry.sticky .entry-desc .time span {
      color: #fff; }
    .hentry.sticky .entry-desc .title a {
      color: #fff; }
      .hentry.sticky .entry-desc .title a .entry-title {
        color: #fff; }
  .hentry .post-audio iframe {
    max-height: 120px;
    margin-bottom: 30px; }
  .hentry .post-gallery {
    margin-bottom: 0; }
    .hentry .post-gallery .slick-arrow {
      width: 60px;
      height: 60px;
      line-height: 60px;
      margin-top: -30px;
      text-align: center; }
      .hentry .post-gallery .slick-arrow:before {
        font-family: 'linea-arrows-10';
        color: #222;
        font-size: 60px;
        opacity: .2; }
      .hentry .post-gallery .slick-arrow.slick-next {
        right: -60px; }
        .hentry .post-gallery .slick-arrow.slick-next:before {
          content: '\e04b'; }
      .hentry .post-gallery .slick-arrow.slick-prev {
        left: -60px; }
        .hentry .post-gallery .slick-arrow.slick-prev:before {
          content: '\e03f'; }
    .hentry .post-gallery .slick-dots {
      position: absolute;
      height: 16px;
      bottom: 40px;
      margin: 0; }
      .hentry .post-gallery .slick-dots li {
        width: 16px;
        height: 16px;
        overflow: hidden; }
        .hentry .post-gallery .slick-dots li button {
          width: 16px;
          height: 16px;
          border-radius: 50%;
          border-width: 3px;
          border-style: solid;
          border-color: rgba(255, 255, 255, 0.2);
          font-size: 0;
          text-indent: 999px;
          box-sizing: border-box; }
        .hentry .post-gallery .slick-dots li.slick-active button {
          border-color: #fff; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

.bypostauthor {
  display: block; }

body.single .hentry .post-gallery {
  margin-bottom: 30px; }

@media (min-width: 768px) {
  .sidebar {
    padding-left: 30px;
    padding-right: 30px; } }

.page-title {
  min-height: 500px;
  background-color: #0D50AA;
  background-size: cover;
  display: flex; }
  .page-title .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: flex-end;
    margin-bottom: 55px;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px; }
  .page-title .title {
    font-size: 36px;
    line-height: 1.2;
    color: #fff;
    font-family: Montserrat;
    letter-spacing: 0;
    margin-bottom: 0; }
  .page-title .breadcrumbs ul {
    padding: 0;
    margin: 0; }
    .page-title .breadcrumbs ul li {
      display: inline-block; }
      .page-title .breadcrumbs ul li:first-child:before {
        display: none; }
      .page-title .breadcrumbs ul li:before {
        content: '';
        display: inline-block;
        height: 4px;
        width: 4px;
        border-radius: 4px;
        background-color: #fff;
        vertical-align: middle;
        margin: 0 15px 0 10px; }
      .page-title .breadcrumbs ul li, .page-title .breadcrumbs ul li a {
        color: #fff;
        font-size: 17px; }
  .page-title.page-title-style-02 {
    min-height: 0;
    background-image: none;
    background-color: #0D50AA; }
    .page-title.page-title-style-02 .container {
      margin-top: 70px;
      margin-bottom: 70px; }
  .page-title.page-title-style-03 {
    position: relative;
    min-height: 0;
    background-image: none;
    background-color: #F5F5F5; }
    .page-title.page-title-style-03 .container {
      margin-top: 30px;
      margin-bottom: 30px; }
      .page-title.page-title-style-03 .container .title {
        color: #333;
        font-size: 20px;
        font-weight: 500; }
      .page-title.page-title-style-03 .container .breadcrumbs {
        color: #777; }
        .page-title.page-title-style-03 .container .breadcrumbs ul li {
          color: #777; }
          .page-title.page-title-style-03 .container .breadcrumbs ul li:before {
            background-color: #777; }
          .page-title.page-title-style-03 .container .breadcrumbs ul li a {
            color: #777; }
    .page-title.page-title-style-03:before {
      content: '';
      display: block;
      width: 5px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #0D50AA; }

.top-search-wrap {
  display: inline-block;
  vertical-align: middle;
  height: 18px; }
  .top-search-wrap .top-search-btn {
    display: inline-block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    text-align: left;
    margin-left: 30px; }
    .top-search-wrap .top-search-btn:before {
      content: "\f002";
      font-family: FontAwesome;
      font-size: 18px;
      line-height: 18px;
      font-weight: 400;
      color: #1f1f1f; }
      header.header.light .top-search-wrap .top-search-btn:before {
        color: #fff; }
      header.header.headroom--not-top .top-search-wrap .top-search-btn:before {
        color: #1f1f1f; }
      [data-row-skin="light"] header.header .top-search-wrap .top-search-btn:before {
        color: #fff; }
      [data-row-skin="dark"] header.header .top-search-wrap .top-search-btn:before {
        color: #1f1f1f; }

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

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

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

/*--------------------------------------------------------------
# Top bar
--------------------------------------------------------------*/
.topbar {
  float: left;
  width: 100%; }
  .topbar .row > div {
    padding: 0 15px; }
  .topbar .topbar__text span:not(:first-child) {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #696969; }
  .topbar .topbar__menu {
    text-align: right; }
    .topbar .topbar__menu ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .topbar .topbar__menu ul li {
        display: inline-block;
        margin: 0 0 0 15px;
        padding-left: 15px;
        border-left: 1px solid #696969;
        line-height: 1;
        position: relative; }
        .topbar .topbar__menu ul li a {
          font-size: 14px;
          font-weight: 400;
          line-height: 1; }
        .topbar .topbar__menu ul li:first-child {
          border: none; }
        .topbar .topbar__menu ul li .sub-menu {
          position: absolute;
          min-width: 120px;
          top: 40px;
          right: -20px;
          background: #555;
          padding: 10px 20px;
          opacity: 0;
          z-index: 999; }
          .topbar .topbar__menu ul li .sub-menu li {
            text-align: left;
            display: block;
            margin: 0;
            padding: 5px 0;
            border: none; }
        .topbar .topbar__menu ul li.menu-item-has-children > a:after {
          content: '\f3d0';
          font-family: Ionicons;
          margin-left: 10px;
          font-size: 12px; }
        .topbar .topbar__menu ul li:hover > .sub-menu {
          top: 32px;
          opacity: 1; }

body #lang_sel {
  height: auto; }
  body #lang_sel a.lang_sel_sel {
    border: 0;
    padding: 4px 0;
    background-color: transparent; }
    body #lang_sel a.lang_sel_sel span {
      padding-right: 20px; }
    body #lang_sel a.lang_sel_sel:hover {
      background-color: transparent; }
  body #lang_sel li {
    width: auto; }
    body #lang_sel li ul a {
      padding: 10px 15px;
      border: 0; }
  body #lang_sel ul ul {
    border: 0;
    top: 100%; }

.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_categories ul li {
  margin-bottom: 16px; }
  .widget_categories ul li a {
    font-size: 17px;
    color: #777; }
    .widget_categories ul li a:hover {
      color: #0D50AA; }

.widget_recent_entries ul li {
  margin-bottom: 34px; }
  .widget_recent_entries ul li a {
    font-size: 16px;
    color: #222;
    display: block;
    font-family: Montserrat;
    font-weight: 500; }
    .widget_recent_entries ul li a:hover {
      color: #0D50AA; }
  .widget_recent_entries ul li span {
    font-size: 14px;
    display: block;
    color: #777;
    line-height: 1; }

.widget.widget_search {
  margin-bottom: 45px; }
  .widget.widget_search form {
    position: relative; }
    .widget.widget_search form:after {
      content: '\f002';
      font-family: FontAwesome;
      font-size: 18px;
      position: absolute;
      top: 12px;
      right: 0;
      color: #0D50AA; }
    .widget.widget_search form label {
      width: 100%; }
      .widget.widget_search form label span {
        display: none; }
    .widget.widget_search form input[type=search] {
      padding: 12px 0;
      width: 100%;
      font-size: 18px;
      border: none;
      border-bottom: 2px solid #ddd;
      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;
        border-color: #0D50AA; }
    .widget.widget_search form input[type=submit] {
      display: none; }

.widget_tag_cloud .tagcloud {
  margin-bottom: 16px; }
  .widget_tag_cloud .tagcloud a {
    font-size: 17px !important;
    color: #777;
    line-height: 26px;
    margin-right: 18px;
    position: relative;
    display: inline-block; }
    .widget_tag_cloud .tagcloud a:after {
      content: '';
      position: absolute;
      display: block;
      width: 0%;
      height: 1px;
      background-color: #0D50AA; }
    .widget_tag_cloud .tagcloud a:hover {
      color: #0D50AA; }
      .widget_tag_cloud .tagcloud a:hover:after {
        width: 100%; }

.widget {
  margin: 0 0 80px; }
  .widget .widget-title, .widget .widgettitle {
    font-size: 18px;
    color: #222;
    padding: 14px 18px;
    border-left: 4px solid #0D50AA;
    position: relative;
    margin-bottom: 28px; }
    .widget .widget-title:after, .widget .widgettitle:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: 0.04;
      background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
  .widget select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: center right no-repeat;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAYAAAAxrNxjAAAAAXNSR0IArs4c6QAAALZJREFUGBljNLaNWMDw/38EAwPDbyD+A6EZgfT/3wz/GX8zMvz/85+RYS8LhyBX7o+332yAEspARVDwH07/Z2R8z8TE0MF0dNO8z0wszJEMDIwgEzEA0///KacPrXjMDJJ59vDyMyl5nV9ApguySkZGxllnjq7sBokxwSTOHF7eBZTYC+MzMDJeZ5WULIDx4QqBiv7/Z2SJBSp4w8DI8JOFkTHi+Or+7zCFGLSZTbiPiXV4DroEAAgjOfxjfPoJAAAAAElFTkSuQmCC");
    display: inline-block;
    padding: 9px 0;
    margin-bottom: 20px;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    border: none;
    font-size: 17px;
    border-bottom: 2px solid #ddd;
    color: #777;
    line-height: 1.6em;
    border-radius: 0; }
    .widget select:focus {
      outline: none;
      border-color: #0D50AA; }
  .widget ul {
    margin: 0;
    padding: 0; }
  .widget li {
    margin: 0;
    padding: 0;
    list-style: none; }

/*
VC Elements CSS
*/
.insight-accordion .item {
  overflow: hidden;
  margin-bottom: 20px;
  background: #fff; }
  .insight-accordion .item .title {
    position: relative;
    overflow: hidden;
    padding: 20px 30px;
    border: 2px solid #ddd;
    border-radius: 60px;
    color: #222;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    transition: all .5s; }
    .insight-accordion .item .title:after {
      position: absolute;
      top: 20px;
      right: 30px;
      display: block;
      content: "\f0d7";
      font-family: FontAwesome;
      transition: all .3s; }
  .insight-accordion .item .content {
    padding: 0 30px;
    height: 0;
    color: #777;
    letter-spacing: 0;
    font-size: 17px;
    line-height: 26px;
    transition: all .5s; }
  .insight-accordion .item:last-child {
    margin-bottom: 0; }
  .insight-accordion .item.active .title {
    border-color: #0D50AA;
    background-color: #0D50AA;
    color: #fff; }
    .insight-accordion .item.active .title:after {
      transform: rotate(180deg); }
  .insight-accordion .item.active .content {
    padding: 30px 30px 10px 30px;
    height: auto; }
  .insight-accordion .item:hover .title {
    border-color: #0D50AA;
    background-color: #0D50AA;
    color: #fff; }

.insight-accordion.style-02 .item .title {
  padding: 20px 0;
  border: none;
  border-bottom: 2px solid #ddd;
  border-radius: 0; }
  .insight-accordion.style-02 .item .title:after {
    right: 0;
    color: #ddd; }

.insight-accordion.style-02 .item .content {
  padding: 0; }

.insight-accordion.style-02 .item.active .title, .insight-accordion.style-02 .item:hover .title {
  background-color: transparent;
  color: #222; }
  .insight-accordion.style-02 .item.active .title:after, .insight-accordion.style-02 .item:hover .title:after {
    color: #0D50AA; }

.insight-accordion.style-02 .item.active .title {
  border-bottom: 2px solid #0D50AA; }

.insight-accordion.style-02 .item.active .content {
  padding: 30px 0 0; }

@media (min-width: 768px) {
  .insight-blog .blog-grid .col-md-6 {
    max-width: 33.3333%; } }

@media (max-width: 991px) {
  .insight-blog .blog-grid .col-md-6 {
    margin-bottom: 30px; }
    .insight-blog .blog-grid .col-md-6:last-child {
      margin-bottom: 0; } }

.insight-blog.list_only_title .blog-grid .col-md-6, .insight-blog.list .blog-grid .col-md-6 {
  max-width: 100%;
  flex-basis: 100%;
  margin-bottom: 10px; }

.insight-blog.masonry .blog-masonry .blog-masonry-item {
  margin-bottom: 30px; }

.insight-blog.masonry_minimal {
  margin-left: -15px;
  margin-right: -15px; }
  .insight-blog.masonry_minimal .blog-masonry .blog-masonry-item {
    margin-bottom: 30px; }
    .insight-blog.masonry_minimal .blog-masonry .blog-masonry-item .inside {
      min-height: 320px;
      border: 1px solid #ccc;
      border-radius: 6px;
      text-align: center;
      background-color: #222;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      position: relative;
      overflow: hidden; }
      .insight-blog.masonry_minimal .blog-masonry .blog-masonry-item .inside .inside-info {
        display: block;
        width: 100%;
        height: 100%;
        padding: 50px;
        background-color: #fff; }
        .insight-blog.masonry_minimal .blog-masonry .blog-masonry-item .inside .inside-info .categories {
          color: #E4AB71; }
          .insight-blog.masonry_minimal .blog-masonry .blog-masonry-item .inside .inside-info .categories a {
            color: #E4AB71;
            font-size: 17px; }
        .insight-blog.masonry_minimal .blog-masonry .blog-masonry-item .inside .inside-info .title {
          margin-top: 30px;
          margin-bottom: 120px; }
          .insight-blog.masonry_minimal .blog-masonry .blog-masonry-item .inside .inside-info .title a .entry-title {
            font-family: "Playfair Display";
            font-size: 36px;
            font-weight: 700; }
        .insight-blog.masonry_minimal .blog-masonry .blog-masonry-item .inside .inside-info .time {
          font-size: 17px;
          color: #999; }
      .insight-blog.masonry_minimal .blog-masonry .blog-masonry-item .inside:hover .inside-info {
        background-color: transparent;
        color: #fff; }
        .insight-blog.masonry_minimal .blog-masonry .blog-masonry-item .inside:hover .inside-info .categories {
          color: #fff; }
          .insight-blog.masonry_minimal .blog-masonry .blog-masonry-item .inside:hover .inside-info .categories a {
            color: #fff; }
        .insight-blog.masonry_minimal .blog-masonry .blog-masonry-item .inside:hover .inside-info .title a .entry-title {
          color: #fff; }
        .insight-blog.masonry_minimal .blog-masonry .blog-masonry-item .inside:hover .inside-info .time {
          color: #fff; }
      .insight-blog.masonry_minimal .blog-masonry .blog-masonry-item .inside.no-bg:hover .title a .entry-title {
        color: #E4AB71; }

.tm-wilson-blog-carousel {
  position: relative;
  display: block;
  margin-left: -15px;
  margin-right: -15px;
  height: auto; }
  .tm-wilson-blog-carousel.slick-slider {
    margin-bottom: 0; }
  .tm-wilson-blog-carousel .slick-slide:focus {
    outline: none; }
  .tm-wilson-blog-carousel .slick-arrow {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    text-align: center; }
    .tm-wilson-blog-carousel .slick-arrow:before {
      font-family: 'linea-arrows-10';
      color: #222;
      font-size: 60px;
      opacity: .2; }
    .tm-wilson-blog-carousel .slick-arrow.slick-next {
      right: -60px; }
      .tm-wilson-blog-carousel .slick-arrow.slick-next:before {
        content: '\e04b'; }
    .tm-wilson-blog-carousel .slick-arrow.slick-prev {
      left: -60px; }
      .tm-wilson-blog-carousel .slick-arrow.slick-prev:before {
        content: '\e03f'; }
  .tm-wilson-blog-carousel .slick-dots {
    position: absolute;
    height: 16px;
    bottom: -60px;
    margin: 0; }
    .tm-wilson-blog-carousel .slick-dots li {
      width: 16px;
      height: 16px;
      overflow: hidden; }
      .tm-wilson-blog-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; }
      .tm-wilson-blog-carousel .slick-dots li.slick-active button {
        border-color: #222; }
  .tm-wilson-blog-carousel.style-01 .slick-track > a {
    margin: 0 15px;
    outline: none; }
    .tm-wilson-blog-carousel.style-01 .slick-track > a > div {
      display: flex;
      align-self: center;
      align-content: center;
      align-items: center;
      min-height: 100px;
      justify-content: center; }
      .tm-wilson-blog-carousel.style-01 .slick-track > a > div > img {
        opacity: 0.6; }
        .tm-wilson-blog-carousel.style-01 .slick-track > a > div > img:hover {
          opacity: 1;
          cursor: pointer; }
  .tm-wilson-blog-carousel.style-02 .slick-track .item {
    padding: 0 15px; }
    .tm-wilson-blog-carousel.style-02 .slick-track .item .entry-title {
      font-size: 18px;
      margin-bottom: 15px; }
    .tm-wilson-blog-carousel.style-02 .slick-track .item .entry-content, .tm-wilson-blog-carousel.style-02 .slick-track .item .entry-content * {
      font-size: 17px;
      color: #777;
      line-height: 26px; }
  .tm-wilson-blog-carousel.style-03 .slick-track .item {
    padding: 0 15px; }
    .tm-wilson-blog-carousel.style-03 .slick-track .item .entry-title {
      font-size: 18px;
      margin-bottom: 15px;
      margin-top: 35px; }
    .tm-wilson-blog-carousel.style-03 .slick-track .item .entry-content, .tm-wilson-blog-carousel.style-03 .slick-track .item .entry-content * {
      font-size: 17px;
      color: #777;
      line-height: 26px; }
  .tm-wilson-blog-carousel.style-04 .slick-track .item .row {
    align-content: center;
    align-items: center; }
  @media (min-width: 768px) {
    .tm-wilson-blog-carousel.style-04 .slick-track .item .item-desc {
      padding: 0 55px; } }
  .tm-wilson-blog-carousel.style-04 .slick-track .item .entry-title {
    font-size: 32px;
    margin-bottom: 30px; }
  .tm-wilson-blog-carousel.style-04 .slick-track .item .entry-content {
    margin-bottom: 25px; }
    .tm-wilson-blog-carousel.style-04 .slick-track .item .entry-content, .tm-wilson-blog-carousel.style-04 .slick-track .item .entry-content * {
      font-size: 17px;
      color: #777;
      line-height: 26px; }
  .tm-wilson-blog-carousel.style-04 .slick-track .item .insight-read-more {
    color: #222;
    font-size: 17px;
    border-bottom: 2px solid #eee;
    padding: 10px 0; }
    .tm-wilson-blog-carousel.style-04 .slick-track .item .insight-read-more:hover {
      border-color: #222; }

.insight-button {
  display: block; }
  .insight-button-group .insight-button {
    display: inline-block;
    margin-left: 7px;
    margin-right: 7px; }
    .insight-button-group .insight-button:first-child {
      margin-left: 0; }
    .insight-button-group .insight-button:last-child {
      margin-right: 0; }
    @media (max-width: 991px) {
      .insight-button-group .insight-button {
        display: block;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 15px; }
        .insight-button-group .insight-button:last-child {
          margin-bottom: 0; } }
  .insight-button a {
    box-sizing: border-box;
    display: inline-block;
    height: 62px;
    line-height: 62px;
    border-style: solid;
    border-color: #0D50AA;
    background-color: #0D50AA;
    border-width: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: Montserrat;
    text-align: center;
    border-radius: 50px;
    padding: 0 38px; }
    .insight-button a:hover {
      background-color: #333;
      border-color: #333;
      color: #fff; }
  .insight-button.color-black a {
    background-color: #333; }
    .insight-button.color-black a:hover {
      background-color: #0D50AA; }
  .insight-button.color-white a {
    background-color: #fff;
    color: #0D50AA; }
    .insight-button.color-white a:hover {
      color: #fff;
      background-color: #0D50AA; }
  .insight-button.color-primary-on-dark a:hover {
    color: #0D50AA;
    background-color: #fff; }
  .insight-button.style-text a {
    background: none;
    padding: 0 !important;
    color: #333;
    font-size: 17px;
    font-weight: 400;
    font-family: "Work Sans";
    border-bottom: 2px solid #eee;
    border-radius: 0;
    height: auto;
    line-height: 2.2; }
    .insight-button.style-text a:hover {
      background: none;
      color: #0D50AA;
      border-color: #0D50AA; }
  .insight-button.style-text.color-white a {
    background: none;
    padding: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    font-family: "Work Sans";
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 0;
    height: auto;
    line-height: 2.2; }
    .insight-button.style-text.color-white a:hover {
      background: none;
      color: #fff;
      border-color: #0D50AA; }
  .insight-button.style-border a {
    border-width: 2px;
    line-height: 60px;
    background: none;
    color: #333; }
    .insight-button.style-border a:hover {
      background: #0D50AA;
      border-color: #0D50AA;
      color: #fff; }
  .insight-button.style-border.size-small a {
    line-height: 44px; }
  .insight-button.style-border.size-medium a {
    line-height: 52px; }
  .insight-button.style-border.color-black a {
    border-color: #ddd; }
    .insight-button.style-border.color-black a:hover {
      background: #333;
      color: #fff;
      border-color: #333; }
  .insight-button.style-border.color-primary-on-dark a {
    color: #fff; }
    .insight-button.style-border.color-primary-on-dark a:hover {
      background-color: #0D50AA; }
  .insight-button.style-border.color-white a {
    color: #fff;
    border-color: #fff; }
    .insight-button.style-border.color-white a:hover {
      background-color: #fff;
      color: #0D50AA; }
  .insight-button.full-width {
    display: block;
    width: 100%; }
    .insight-button.full-width a {
      display: block;
      width: 100%; }
  .insight-button.size-small a {
    height: 46px;
    line-height: 46px;
    padding: 0 28px;
    font-size: 14px; }
  .insight-button.size-medium a {
    height: 55px;
    line-height: 55px;
    padding: 0 38px;
    font-size: 16px; }
  .insight-button.size-medium:not(.style-text) a {
    font-size: 14px; }
  .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.icon-position-left a i {
    margin-right: 10px; }
  .insight-button.icon-position-right a i {
    margin-left: 10px; }
  .insight-button.appearing-icon.icon-position-left a i {
    width: 0;
    opacity: 0;
    transform: translateX(-100%);
    margin-right: 0; }
  .insight-button.appearing-icon.icon-position-left a:hover i {
    width: auto;
    opacity: 1;
    transform: translateX(0);
    margin-right: 10px; }
  .insight-button.appearing-icon.icon-position-right a i {
    width: 0;
    opacity: 0;
    transform: translateX(100%);
    margin-left: 0; }
  .insight-button.appearing-icon.icon-position-right a:hover i {
    width: auto;
    opacity: 1;
    transform: translateX(0);
    margin-left: 10px; }

.insight-button-group.center {
  text-align: center; }
  @media (max-width: 991px) {
    .insight-button-group.center .insight-button {
      text-align: center; } }

.insight-button-group.right {
  text-align: right; }
  @media (max-width: 991px) {
    .insight-button-group.right .insight-button {
      text-align: right; } }

.insight-button-group.left {
  text-align: left; }
  @media (max-width: 991px) {
    .insight-button-group.left .insight-button {
      text-align: left; } }

.insight-carousel {
  position: relative;
  display: block;
  margin-left: -15px;
  margin-right: -15px;
  height: auto; }
  .insight-carousel.slick-slider {
    margin-bottom: 0; }
  .insight-carousel .slick-track > div {
    margin: 0 15px;
    outline: none; }
  .insight-carousel .slick-arrow {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    text-align: center; }
    .insight-carousel .slick-arrow:before {
      font-family: 'linea-arrows-10';
      color: #222;
      font-size: 60px;
      opacity: .2; }
    .insight-carousel .slick-arrow.slick-next {
      right: -60px; }
      .insight-carousel .slick-arrow.slick-next:before {
        content: '\e04b'; }
    .insight-carousel .slick-arrow.slick-prev {
      left: -60px; }
      .insight-carousel .slick-arrow.slick-prev:before {
        content: '\e03f'; }
  .insight-carousel .slick-dots {
    position: absolute;
    height: 16px;
    bottom: -40px;
    margin: 0; }
    .insight-carousel .slick-dots li {
      width: 16px;
      height: 16px;
      overflow: hidden; }
      .insight-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-carousel .slick-dots li.slick-active button {
        border-color: #222; }

.insight-client {
  position: relative;
  display: block;
  margin-left: -15px;
  margin-right: -15px;
  height: auto; }
  .insight-client.slick-slider {
    margin-bottom: 0; }
  .insight-client .slick-track > div {
    margin: 0 15px;
    outline: none; }
    .insight-client .slick-track > div > div {
      display: flex;
      align-self: center;
      align-content: center;
      align-items: center;
      min-height: 100px;
      justify-content: center; }
      .insight-client .slick-track > div > div > img {
        opacity: 0.6; }
        .insight-client .slick-track > div > div > img:hover {
          opacity: 1;
          cursor: pointer; }
  .insight-client .slick-arrow {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    text-align: center; }
    .insight-client .slick-arrow:before {
      font-family: 'linea-arrows-10';
      color: #222;
      font-size: 60px;
      opacity: .2; }
    .insight-client .slick-arrow.slick-next {
      right: -60px; }
      .insight-client .slick-arrow.slick-next:before {
        content: '\e04b'; }
    .insight-client .slick-arrow.slick-prev {
      left: -60px; }
      .insight-client .slick-arrow.slick-prev:before {
        content: '\e03f'; }
  .insight-client .slick-dots {
    position: absolute;
    height: 16px;
    bottom: -40px;
    margin: 0; }
    .insight-client .slick-dots li {
      width: 16px;
      height: 16px;
      overflow: hidden; }
      .insight-client .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-client .slick-dots li.slick-active button {
        border-color: #222; }

.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.style-01 input[type="text"], .insight-contact-form.style-01 input[type="email"], .insight-contact-form.style-01 input[type="tel"], .insight-contact-form.style-01 input[type="number"], .insight-contact-form.style-01 textarea {
  display: block;
  width: 100%;
  background-color: transparent;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: #ddd;
  padding: 15px 0;
  font-family: "Work Sans";
  font-size: 18px;
  font-weight: 400;
  color: #333;
  box-shadow: none;
  outline: none; }
  .insight-contact-form.style-01 input[type="text"]::-webkit-input-placeholder, .insight-contact-form.style-01 input[type="email"]::-webkit-input-placeholder, .insight-contact-form.style-01 input[type="tel"]::-webkit-input-placeholder, .insight-contact-form.style-01 input[type="number"]::-webkit-input-placeholder, .insight-contact-form.style-01 textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #aaa; }
  .insight-contact-form.style-01 input[type="text"]::-moz-placeholder, .insight-contact-form.style-01 input[type="email"]::-moz-placeholder, .insight-contact-form.style-01 input[type="tel"]::-moz-placeholder, .insight-contact-form.style-01 input[type="number"]::-moz-placeholder, .insight-contact-form.style-01 textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #aaa; }
  .insight-contact-form.style-01 input[type="text"]:-ms-input-placeholder, .insight-contact-form.style-01 input[type="email"]:-ms-input-placeholder, .insight-contact-form.style-01 input[type="tel"]:-ms-input-placeholder, .insight-contact-form.style-01 input[type="number"]:-ms-input-placeholder, .insight-contact-form.style-01 textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #aaa; }
  .insight-contact-form.style-01 input[type="text"]:-moz-placeholder, .insight-contact-form.style-01 input[type="email"]:-moz-placeholder, .insight-contact-form.style-01 input[type="tel"]:-moz-placeholder, .insight-contact-form.style-01 input[type="number"]:-moz-placeholder, .insight-contact-form.style-01 textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #aaa; }
  .insight-contact-form.style-01 input[type="text"]:focus, .insight-contact-form.style-01 input[type="email"]:focus, .insight-contact-form.style-01 input[type="tel"]:focus, .insight-contact-form.style-01 input[type="number"]:focus, .insight-contact-form.style-01 textarea:focus {
    outline: none;
    border-color: #0D50AA; }

.insight-contact-form.style-01 input[type="submit"], .insight-contact-form.style-01 button[type="submit"] {
  height: 56px;
  line-height: 56px;
  border-radius: 28px;
  padding: 0 40px;
  background-color: #0D50AA;
  color: #fff;
  border: none;
  box-shadow: none;
  outline: none;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  cursor: pointer; }
  .insight-contact-form.style-01 input[type="submit"]:hover, .insight-contact-form.style-01 button[type="submit"]:hover {
    background-color: #222; }

.insight-contact-form.style-02 input[type="text"], .insight-contact-form.style-02 input[type="email"], .insight-contact-form.style-02 input[type="tel"], .insight-contact-form.style-02 input[type="number"], .insight-contact-form.style-02 textarea {
  display: block;
  width: 100%;
  background-color: transparent;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: #ddd;
  padding: 15px 0;
  font-family: "Work Sans";
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  box-shadow: none;
  outline: none; }
  .insight-contact-form.style-02 input[type="text"]::-webkit-input-placeholder, .insight-contact-form.style-02 input[type="email"]::-webkit-input-placeholder, .insight-contact-form.style-02 input[type="tel"]::-webkit-input-placeholder, .insight-contact-form.style-02 input[type="number"]::-webkit-input-placeholder, .insight-contact-form.style-02 textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #aaa; }
  .insight-contact-form.style-02 input[type="text"]::-moz-placeholder, .insight-contact-form.style-02 input[type="email"]::-moz-placeholder, .insight-contact-form.style-02 input[type="tel"]::-moz-placeholder, .insight-contact-form.style-02 input[type="number"]::-moz-placeholder, .insight-contact-form.style-02 textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #aaa; }
  .insight-contact-form.style-02 input[type="text"]:-ms-input-placeholder, .insight-contact-form.style-02 input[type="email"]:-ms-input-placeholder, .insight-contact-form.style-02 input[type="tel"]:-ms-input-placeholder, .insight-contact-form.style-02 input[type="number"]:-ms-input-placeholder, .insight-contact-form.style-02 textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #aaa; }
  .insight-contact-form.style-02 input[type="text"]:-moz-placeholder, .insight-contact-form.style-02 input[type="email"]:-moz-placeholder, .insight-contact-form.style-02 input[type="tel"]:-moz-placeholder, .insight-contact-form.style-02 input[type="number"]:-moz-placeholder, .insight-contact-form.style-02 textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #aaa; }
  .insight-contact-form.style-02 input[type="text"]:focus, .insight-contact-form.style-02 input[type="email"]:focus, .insight-contact-form.style-02 input[type="tel"]:focus, .insight-contact-form.style-02 input[type="number"]:focus, .insight-contact-form.style-02 textarea:focus {
    outline: none;
    border-color: #0D50AA; }

.insight-contact-form.style-02 input[type="submit"], .insight-contact-form.style-02 button[type="submit"] {
  height: 56px;
  line-height: 56px;
  border-radius: 28px;
  padding: 0 40px;
  background-color: #0D50AA;
  color: #fff;
  border: none;
  box-shadow: none;
  outline: none;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  cursor: pointer; }
  .insight-contact-form.style-02 input[type="submit"]:hover, .insight-contact-form.style-02 button[type="submit"]:hover {
    color: #0D50AA;
    background-color: #fff; }

.insight-contact-form.style-03 label {
  font-family: "Work Sans";
  font-size: 17px;
  font-weight: 400;
  color: #777;
  margin-bottom: 5px; }

.insight-contact-form.style-03 input[type="text"], .insight-contact-form.style-03 input[type="email"], .insight-contact-form.style-03 input[type="tel"], .insight-contact-form.style-03 input[type="number"], .insight-contact-form.style-03 textarea {
  display: block;
  width: 100%;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
  font-family: "Work Sans";
  font-size: 18px;
  font-weight: 400;
  color: #333;
  box-shadow: none;
  outline: none; }
  .insight-contact-form.style-03 input[type="text"]::-webkit-input-placeholder, .insight-contact-form.style-03 input[type="email"]::-webkit-input-placeholder, .insight-contact-form.style-03 input[type="tel"]::-webkit-input-placeholder, .insight-contact-form.style-03 input[type="number"]::-webkit-input-placeholder, .insight-contact-form.style-03 textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #aaa; }
  .insight-contact-form.style-03 input[type="text"]::-moz-placeholder, .insight-contact-form.style-03 input[type="email"]::-moz-placeholder, .insight-contact-form.style-03 input[type="tel"]::-moz-placeholder, .insight-contact-form.style-03 input[type="number"]::-moz-placeholder, .insight-contact-form.style-03 textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #aaa; }
  .insight-contact-form.style-03 input[type="text"]:-ms-input-placeholder, .insight-contact-form.style-03 input[type="email"]:-ms-input-placeholder, .insight-contact-form.style-03 input[type="tel"]:-ms-input-placeholder, .insight-contact-form.style-03 input[type="number"]:-ms-input-placeholder, .insight-contact-form.style-03 textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #aaa; }
  .insight-contact-form.style-03 input[type="text"]:-moz-placeholder, .insight-contact-form.style-03 input[type="email"]:-moz-placeholder, .insight-contact-form.style-03 input[type="tel"]:-moz-placeholder, .insight-contact-form.style-03 input[type="number"]:-moz-placeholder, .insight-contact-form.style-03 textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #aaa; }
  .insight-contact-form.style-03 input[type="text"]:focus, .insight-contact-form.style-03 input[type="email"]:focus, .insight-contact-form.style-03 input[type="tel"]:focus, .insight-contact-form.style-03 input[type="number"]:focus, .insight-contact-form.style-03 textarea:focus {
    outline: none;
    border-color: #0D50AA; }

.insight-contact-form.style-03 input[type="text"], .insight-contact-form.style-03 input[type="email"], .insight-contact-form.style-03 input[type="tel"], .insight-contact-form.style-03 input[type="number"] {
  height: 60px;
  line-height: 60px;
  padding: 0 20px; }

.insight-contact-form.style-03 textarea {
  padding: 20px; }

.insight-contact-form.style-03 input[type="submit"], .insight-contact-form.style-03 button[type="submit"] {
  height: 56px;
  line-height: 56px;
  border-radius: 28px;
  padding: 0 40px;
  background-color: #0D50AA;
  color: #fff;
  border: none;
  box-shadow: none;
  outline: none;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  cursor: pointer; }
  .insight-contact-form.style-03 input[type="submit"]:hover, .insight-contact-form.style-03 button[type="submit"]:hover {
    background-color: #222; }

.insight-contact-form.style-04 label {
  font-family: "Work Sans";
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 5px; }

.insight-contact-form.style-04 input[type="text"], .insight-contact-form.style-04 input[type="email"], .insight-contact-form.style-04 input[type="tel"], .insight-contact-form.style-04 input[type="number"], .insight-contact-form.style-04 textarea {
  display: block;
  width: 100%;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
  font-family: "Work Sans";
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  box-shadow: none;
  outline: none; }
  .insight-contact-form.style-04 input[type="text"]::-webkit-input-placeholder, .insight-contact-form.style-04 input[type="email"]::-webkit-input-placeholder, .insight-contact-form.style-04 input[type="tel"]::-webkit-input-placeholder, .insight-contact-form.style-04 input[type="number"]::-webkit-input-placeholder, .insight-contact-form.style-04 textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #aaa; }
  .insight-contact-form.style-04 input[type="text"]::-moz-placeholder, .insight-contact-form.style-04 input[type="email"]::-moz-placeholder, .insight-contact-form.style-04 input[type="tel"]::-moz-placeholder, .insight-contact-form.style-04 input[type="number"]::-moz-placeholder, .insight-contact-form.style-04 textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #aaa; }
  .insight-contact-form.style-04 input[type="text"]:-ms-input-placeholder, .insight-contact-form.style-04 input[type="email"]:-ms-input-placeholder, .insight-contact-form.style-04 input[type="tel"]:-ms-input-placeholder, .insight-contact-form.style-04 input[type="number"]:-ms-input-placeholder, .insight-contact-form.style-04 textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #aaa; }
  .insight-contact-form.style-04 input[type="text"]:-moz-placeholder, .insight-contact-form.style-04 input[type="email"]:-moz-placeholder, .insight-contact-form.style-04 input[type="tel"]:-moz-placeholder, .insight-contact-form.style-04 input[type="number"]:-moz-placeholder, .insight-contact-form.style-04 textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #aaa; }
  .insight-contact-form.style-04 input[type="text"]:focus, .insight-contact-form.style-04 input[type="email"]:focus, .insight-contact-form.style-04 input[type="tel"]:focus, .insight-contact-form.style-04 input[type="number"]:focus, .insight-contact-form.style-04 textarea:focus {
    outline: none;
    border-color: #0D50AA; }

.insight-contact-form.style-04 input[type="text"], .insight-contact-form.style-04 input[type="email"], .insight-contact-form.style-04 input[type="tel"], .insight-contact-form.style-04 input[type="number"] {
  height: 60px;
  line-height: 60px;
  padding: 0 20px; }

.insight-contact-form.style-04 textarea {
  padding: 20px; }

.insight-contact-form.style-04 input[type="submit"], .insight-contact-form.style-04 button[type="submit"] {
  height: 56px;
  line-height: 56px;
  border-radius: 28px;
  padding: 0 40px;
  background-color: #0D50AA;
  color: #fff;
  border: none;
  box-shadow: none;
  outline: none;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  cursor: pointer; }
  .insight-contact-form.style-04 input[type="submit"]:hover, .insight-contact-form.style-04 button[type="submit"]:hover {
    color: #0D50AA;
    background-color: #fff; }

.insight-contact-form.style-05 input[type="text"], .insight-contact-form.style-05 input[type="email"], .insight-contact-form.style-05 input[type="tel"], .insight-contact-form.style-05 input[type="number"], .insight-contact-form.style-05 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: "Work Sans";
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  box-shadow: none;
  outline: none; }
  .insight-contact-form.style-05 input[type="text"]::-webkit-input-placeholder, .insight-contact-form.style-05 input[type="email"]::-webkit-input-placeholder, .insight-contact-form.style-05 input[type="tel"]::-webkit-input-placeholder, .insight-contact-form.style-05 input[type="number"]::-webkit-input-placeholder, .insight-contact-form.style-05 textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #aaa; }
  .insight-contact-form.style-05 input[type="text"]::-moz-placeholder, .insight-contact-form.style-05 input[type="email"]::-moz-placeholder, .insight-contact-form.style-05 input[type="tel"]::-moz-placeholder, .insight-contact-form.style-05 input[type="number"]::-moz-placeholder, .insight-contact-form.style-05 textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #aaa; }
  .insight-contact-form.style-05 input[type="text"]:-ms-input-placeholder, .insight-contact-form.style-05 input[type="email"]:-ms-input-placeholder, .insight-contact-form.style-05 input[type="tel"]:-ms-input-placeholder, .insight-contact-form.style-05 input[type="number"]:-ms-input-placeholder, .insight-contact-form.style-05 textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #aaa; }
  .insight-contact-form.style-05 input[type="text"]:-moz-placeholder, .insight-contact-form.style-05 input[type="email"]:-moz-placeholder, .insight-contact-form.style-05 input[type="tel"]:-moz-placeholder, .insight-contact-form.style-05 input[type="number"]:-moz-placeholder, .insight-contact-form.style-05 textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #aaa; }
  .insight-contact-form.style-05 input[type="text"]:focus, .insight-contact-form.style-05 input[type="email"]:focus, .insight-contact-form.style-05 input[type="tel"]:focus, .insight-contact-form.style-05 input[type="number"]:focus, .insight-contact-form.style-05 textarea:focus {
    outline: none;
    border-color: #0D50AA; }

.insight-contact-form.style-05 input[type="submit"], .insight-contact-form.style-05 button[type="submit"] {
  height: 56px;
  line-height: 56px;
  border-radius: 28px;
  padding: 0 40px;
  background-color: #0D50AA;
  color: #fff;
  border: none;
  box-shadow: none;
  outline: none;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  cursor: pointer; }
  .insight-contact-form.style-05 input[type="submit"]:hover, .insight-contact-form.style-05 button[type="submit"]:hover {
    color: #0D50AA;
    background-color: #fff; }

.insight-countdown.style-01 {
  text-align: center; }
  .insight-countdown.style-01 .insight-countdown-timer div {
    display: inline-block;
    margin: 0 40px;
    color: #0D50AA;
    font-size: 36px;
    font-weight: 500;
    font-family: Montserrat;
    background-color: transparent; }
    .insight-countdown.style-01 .insight-countdown-timer div span {
      display: block;
      font-size: 17px;
      font-weight: 400;
      color: #777;
      line-height: 1;
      margin-bottom: 15px;
      margin-top: 5px; }
    @media (min-width: 768px) {
      .insight-countdown.style-01 .insight-countdown-timer div {
        padding: 20px 20px;
        border: 1px solid #eee;
        min-width: 120px;
        background-color: #fff;
        position: relative; }
        .insight-countdown.style-01 .insight-countdown-timer div:last-child:after {
          display: none; }
        .insight-countdown.style-01 .insight-countdown-timer div:after {
          content: ':';
          font-family: Montserrat;
          color: inherit;
          position: absolute;
          top: 50%;
          margin-top: -30px;
          right: -46px; } }

.insight-countdown.style-02 {
  text-align: center; }
  .insight-countdown.style-02 .insight-countdown-timer div {
    display: inline-block;
    margin: 0 40px;
    color: #0D50AA;
    font-size: 52px;
    font-weight: 500;
    line-height: 1;
    font-family: Montserrat; }
    .insight-countdown.style-02 .insight-countdown-timer div span {
      display: block;
      font-size: 15px;
      font-weight: 400;
      color: #777;
      margin-top: 15px; }
    @media (min-width: 768px) {
      .insight-countdown.style-02 .insight-countdown-timer div {
        padding: 10px;
        min-width: 80px;
        position: relative; }
        .insight-countdown.style-02 .insight-countdown-timer div:last-child:after {
          display: none; }
        .insight-countdown.style-02 .insight-countdown-timer div:after {
          content: '/';
          font-family: Montserrat;
          color: inherit;
          font-size: 20px;
          font-weight: 700;
          position: absolute;
          top: 50%;
          margin-top: -25px;
          right: -46px; } }

.insight-countdown.style-03 .insight-countdown-timer div {
  display: block;
  text-align: center;
  margin: 0 30px 30px 30px;
  color: #fff;
  font-size: 52px;
  font-weight: 500;
  line-height: 1;
  font-family: Montserrat; }
  .insight-countdown.style-03 .insight-countdown-timer div:last-child {
    margin-bottom: 0; }
  .insight-countdown.style-03 .insight-countdown-timer div span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #777;
    margin-top: 15px; }
  @media (min-width: 768px) {
    .insight-countdown.style-03 .insight-countdown-timer div {
      display: inline-block;
      min-width: 80px;
      position: relative;
      margin-bottom: 0; }
      .insight-countdown.style-03 .insight-countdown-timer div:first-child {
        margin-left: 0; }
      .insight-countdown.style-03 .insight-countdown-timer div:last-child {
        margin-right: 0; }
        .insight-countdown.style-03 .insight-countdown-timer div:last-child:after {
          display: none; }
      .insight-countdown.style-03 .insight-countdown-timer div:after {
        content: '/';
        font-family: Montserrat;
        color: inherit;
        font-size: 20px;
        font-weight: 700;
        position: absolute;
        top: 50%;
        margin-top: -25px;
        right: -30px; } }

.insight-countdown.style-04 {
  text-align: center; }
  .insight-countdown.style-04 .insight-countdown-timer div {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 40px;
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
    font-family: Montserrat; }
    .insight-countdown.style-04 .insight-countdown-timer div span {
      display: block;
      font-size: 17px;
      font-weight: 400;
      color: #fff;
      margin-top: 15px;
      text-transform: capitalize; }
    @media (min-width: 768px) {
      .insight-countdown.style-04 .insight-countdown-timer div {
        padding-top: 0;
        padding-bottom: 0;
        min-width: 80px;
        position: relative; }
        .insight-countdown.style-04 .insight-countdown-timer div:last-child:after {
          display: none; }
        .insight-countdown.style-04 .insight-countdown-timer div:after {
          content: ':';
          font-family: Montserrat;
          color: inherit;
          font-size: 36px;
          font-weight: 500;
          position: absolute;
          top: 50%;
          right: -46px;
          transform: translateY(-50%); } }

.insight-counter {
  display: block;
  width: 100%;
  text-align: center; }
  .insight-counter .number {
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
    color: #0D50AA; }
  .insight-counter .text {
    font-size: 17px;
    font-weight: 400;
    margin-top: 12px;
    color: #777; }
  .insight-counter .icon {
    display: inline-block;
    line-height: 60px;
    text-align: center;
    color: #ccc; }
    .insight-counter .icon i {
      width: 60px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      font-size: 60px; }
    .insight-counter .icon.image {
      min-height: 65px;
      margin-bottom: 30px; }
  .insight-counter.text-left {
    text-align: left; }
  .insight-counter.text-right {
    text-align: right; }

.insight-drop-cap {
  line-height: 1.8em; }
  .insight-drop-cap.style-01 span {
    color: #222;
    display: block;
    float: left;
    font-size: 60px;
    height: 48px;
    line-height: 48px;
    margin-right: 10px;
    margin-top: 6px;
    text-transform: uppercase; }
  .insight-drop-cap.style-02 span {
    color: #0D50AA;
    display: block;
    float: left;
    font-size: 60px;
    height: 48px;
    line-height: 48px;
    margin-right: 10px;
    margin-top: 6px;
    text-transform: uppercase; }
  .insight-drop-cap.style-03 span {
    color: #fff;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #0D50AA;
    display: block;
    float: left;
    font-size: 26px;
    margin-right: 10px;
    margin-top: 6px;
    text-transform: uppercase;
    border-radius: 50%; }
  .insight-drop-cap.style-04 span {
    color: #fff;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #0D50AA;
    display: block;
    float: left;
    font-size: 26px;
    margin-right: 10px;
    margin-top: 6px;
    text-transform: uppercase; }
  .insight-drop-cap.style-05 span {
    color: #fff;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #222;
    display: block;
    float: left;
    font-size: 26px;
    margin-right: 10px;
    margin-top: 6px;
    text-transform: uppercase; }
  .insight-drop-cap.style-06 span {
    color: #fff;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #222;
    display: block;
    float: left;
    font-size: 26px;
    margin-right: 10px;
    margin-top: 6px;
    text-transform: uppercase;
    border-radius: 50%; }

.insight-flip-box {
  position: relative;
  text-align: center;
  margin: 0; }
  .insight-flip-box .flipper {
    position: relative; }
    .insight-flip-box .flipper:hover .front,
    .insight-flip-box .flipper:hover .back {
      transition: transform 1s cubic-bezier(0.3, 1, 0.6, 1);
      transform-style: preserve-3d;
      -webkit-transition: 1s linear;
      -webkit-transform-style: preserve-3d; }
  .insight-flip-box .to-left .front,
  .insight-flip-box .to-right .front {
    transform: rotateY(0deg); }
  .insight-flip-box .to-top .front,
  .insight-flip-box .to-bottom .front {
    transform: rotateX(0deg); }
  .insight-flip-box .to-top .back {
    transform: rotateX(-180deg); }
  .insight-flip-box .to-top:hover .front {
    transform: rotateX(180deg); }
  .insight-flip-box .to-top:hover .back {
    transform: rotateX(0deg); }
  .insight-flip-box .to-bottom .back {
    transform: rotateX(180deg); }
  .insight-flip-box .to-bottom:hover .front {
    transform: rotateX(-180deg); }
  .insight-flip-box .to-bottom:hover .back {
    transform: rotateX(0deg); }
  .insight-flip-box .to-left .back {
    transform: rotateY(180deg); }
  .insight-flip-box .to-left:hover .front {
    transform: rotateY(-180deg); }
  .insight-flip-box .to-left:hover .back {
    transform: rotateY(0deg); }
  .insight-flip-box .to-right .back {
    transform: rotateY(-180deg); }
  .insight-flip-box .to-right:hover .front {
    transform: rotateY(180deg); }
  .insight-flip-box .to-right:hover .back {
    transform: rotateY(0deg); }
  .insight-flip-box .thumb-wrap {
    -webkit-perspective: 1000px;
    perspective: 1000px; }
  .insight-flip-box .front,
  .insight-flip-box .back {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 540px;
    z-index: 1;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    perspective: inherit;
    transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8); }
  .insight-flip-box .front:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6); }
  .insight-flip-box .back {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0D50AA;
    color: #fff; }
    .insight-flip-box .back .content-wrap {
      top: 50%;
      left: 0;
      transform: translate3d(0, -50%, 50px) scale(0.9); }
  .insight-flip-box .content-wrap {
    position: absolute;
    width: 100%;
    display: block;
    transform-style: preserve-3d;
    perspective: inherit;
    backface-visibility: hidden;
    padding: 50px 30px;
    z-index: 2;
    text-align: center;
    color: #fff;
    top: 50%;
    left: 0;
    transform: translate3d(0, -50%, 50px) scale(0.9); }
  .insight-flip-box .icon {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 20px; }
  .insight-flip-box .heading {
    color: #fff;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500; }
  .insight-flip-box .text {
    color: #fff;
    font-family: "Work Sans";
    font-size: 17px;
    font-weight: 400;
    margin-top: 20px; }

.insight-gradient__overlay {
  position: relative; }
  .insight-gradient__overlay div {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

.insight-gradient__text {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center; }
  .insight-gradient__text h3 {
    flex-grow: 1;
    text-align: center;
    padding: 0 10%;
    color: #fff; }

@media (max-width: 991px) {
  .insight-icon-boxes {
    margin-bottom: 30px; } }

.insight-icon-boxes.text-center {
  text-align: center; }

.insight-icon-boxes.text-left {
  text-align: left; }

.insight-icon-boxes.text-right {
  text-align: right; }

.insight-icon-boxes.normal .icon, .insight-icon-boxes.framed .icon {
  font-size: 60px;
  line-height: 1;
  color: #ccc;
  font-style: normal !important;
  font-weight: normal;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.insight-icon-boxes.normal .title, .insight-icon-boxes.framed .title {
  margin-top: 22px;
  margin-bottom: 10px;
  color: #333; }

.insight-icon-boxes.normal div.title, .insight-icon-boxes.framed div.title {
  font-weight: 500;
  font-size: 18px;
  font-family: Montserrat; }

.insight-icon-boxes.normal .content, .insight-icon-boxes.framed .content {
  font-size: 17px;
  color: #777; }

.insight-icon-boxes.normal .text-link, .insight-icon-boxes.framed .text-link {
  margin-top: 24px;
  color: #222;
  font-size: 17px;
  display: inline-block;
  border-bottom: 2px solid #eee;
  line-height: 2; }
  .insight-icon-boxes.normal .text-link:hover, .insight-icon-boxes.framed .text-link:hover {
    border-color: #222; }

.insight-icon-boxes.framed {
  border: 1px solid #eee;
  padding: 70px 30px;
  border-bottom: 5px solid #0D50AA; }
  .insight-icon-boxes.framed .icon {
    color: #0D50AA;
    font-style: normal !important;
    font-weight: normal;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.insight-icon-boxes.mini-icon {
  display: flex;
  text-align: left !important; }
  .insight-icon-boxes.mini-icon .inner {
    padding-left: 30px;
    padding-right: 30px; }
  .insight-icon-boxes.mini-icon .icon {
    font-size: 32px;
    line-height: 1;
    color: #ccc;
    font-style: normal !important;
    font-weight: normal;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .insight-icon-boxes.mini-icon .title {
    margin-bottom: 10px;
    color: #333; }
  .insight-icon-boxes.mini-icon div.title {
    font-weight: 500;
    font-size: 18px;
    font-family: Montserrat;
    line-height: 1; }
  .insight-icon-boxes.mini-icon .content {
    font-size: 17px;
    color: #777; }
  .insight-icon-boxes.mini-icon .text-link {
    margin-top: 24px;
    color: #222;
    font-size: 17px;
    display: inline-block;
    border-bottom: 2px solid #eee;
    line-height: 2; }
    .insight-icon-boxes.mini-icon .text-link:hover {
      border-color: #222; }

.insight-icon-boxes.big-white {
  text-align: left !important; }
  .insight-icon-boxes.big-white .icon {
    font-size: 80px;
    line-height: 1;
    color: #fff;
    font-style: normal !important;
    font-weight: normal;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .insight-icon-boxes.big-white .title {
    margin: 40px 0 0 0;
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
    color: #fff; }
  .insight-icon-boxes.big-white .content {
    margin: 40px 0 0 0;
    font-family: "Work Sans";
    font-size: 19px;
    font-weight: 400;
    color: #fff; }
  .insight-icon-boxes.big-white .text-link {
    margin: 20px 0 0 0;
    display: inline-block;
    font-size: 19px;
    font-weight: 400;
    color: #fff;
    border-bottom: 1px solid #fff; }

.insight-icon-boxes.light .inner .title, .insight-icon-boxes.light .inner .content {
  color: #fff; }

.insight-image-slider {
  position: relative;
  display: block;
  width: 100%;
  height: auto; }
  .insight-image-slider--slide {
    outline: none; }
    .insight-image-slider--slide img {
      margin: 0 auto; }
  .insight-image-slider.slick-slider {
    margin-bottom: 0; }
  .insight-image-slider .slick-arrow {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    text-align: center; }
    .insight-image-slider .slick-arrow:before {
      font-family: 'linea-arrows-10';
      color: #222;
      font-size: 60px;
      opacity: .2; }
    .insight-image-slider .slick-arrow.slick-next {
      right: -60px; }
      .insight-image-slider .slick-arrow.slick-next:before {
        content: '\e04b'; }
    .insight-image-slider .slick-arrow.slick-prev {
      left: -60px; }
      .insight-image-slider .slick-arrow.slick-prev:before {
        content: '\e03f'; }
  .insight-image-slider .slick-dots {
    position: absolute;
    left: 0;
    bottom: 40px;
    height: 16px;
    margin: 0; }
    .insight-image-slider .slick-dots li {
      width: 16px;
      height: 16px;
      overflow: hidden; }
      .insight-image-slider .slick-dots li button {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border-width: 3px;
        border-style: solid;
        border-color: rgba(255, 255, 255, 0.2);
        font-size: 0;
        text-indent: 999px;
        box-sizing: border-box; }
      .insight-image-slider .slick-dots li.slick-active button {
        border-color: #fff; }
  @media (max-width: 991px) {
    .insight-image-slider .slick-arrow {
      z-index: 99; }
      .insight-image-slider .slick-arrow:before {
        color: #fff; }
      .insight-image-slider .slick-arrow.slick-next {
        right: 0; }
      .insight-image-slider .slick-arrow.slick-prev {
        left: 0; } }

.insight-image-slider.landing-slider {
  margin-bottom: 65px; }
  .insight-image-slider.landing-slider .insight-image-slider--slide {
    padding: 0 15px; }
  .insight-image-slider.landing-slider .slick-dots {
    bottom: -63px; }
  .insight-image-slider.landing-slider .slick-dots li button {
    border-color: #222;
    opacity: 0.2; }
  .insight-image-slider.landing-slider .slick-dots li.slick-active button {
    border-color: #222;
    opacity: 1; }

.insight-instagram .insight-instagram-row {
  margin: 0 -4px; }
  .insight-instagram .insight-instagram-row .item {
    max-width: 25%;
    display: inline-block;
    position: relative;
    padding: 4px; }
    .insight-instagram .insight-instagram-row .item a {
      display: inline-block;
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100%;
      position: relative; }
      .insight-instagram .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; }
      .insight-instagram .insight-instagram-row .item a img {
        max-width: 100%; }
      .insight-instagram .insight-instagram-row .item a .item-info {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        transform: translate(0, -50%);
        text-align: center;
        opacity: 0;
        visibility: hidden; }
        .insight-instagram .insight-instagram-row .item a .item-info span {
          display: block;
          color: #fff;
          line-height: 1.2em; }
          .insight-instagram .insight-instagram-row .item a .item-info span.likes:before {
            content: "\f004";
            font-family: FontAwesome;
            display: inline-block;
            margin-right: 5px; }
          .insight-instagram .insight-instagram-row .item a .item-info span.comments:before {
            content: "\f086";
            font-family: FontAwesome;
            display: inline-block;
            margin-right: 5px; }
      .insight-instagram .insight-instagram-row .item a:hover:before {
        opacity: 1;
        visibility: visible; }
      .insight-instagram .insight-instagram-row .item a:hover .item-info {
        opacity: 1;
        visibility: visible; }

.insight-instagram-title {
  margin: 0 0 24px;
  font-weight: 500;
  /* When the morning daw: */
  font-family: Montserrat;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px; }

.insight-instagram-light-title {
  color: #fff; }

.insight-instagram-dark-title {
  color: #111; }

.insight-instagram-feed-title {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 40px; }
  .insight-instagram-feed-title span {
    display: block; }
    .insight-instagram-feed-title span:first-child {
      font-family: Montserrat;
      font-size: 24px;
      font-weight: 500;
      color: #222; }
    .insight-instagram-feed-title span:last-child {
      font-family: "Work Sans";
      font-size: 17px;
      font-weight: 400;
      color: #777; }

.insight-instagram-feed .insight-instagram-feed-items .item {
  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 {
      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 {
      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: #0D50AA; }

.insight-instagram-feed.style-grid_rounded .insight-instagram-feed-title {
  text-align: left;
  margin-bottom: 0; }
  .insight-instagram-feed.style-grid_rounded .insight-instagram-feed-title span:first-child {
    font-size: 32px;
    font-weight: 700;
    font-family: "Playfair Display"; }
  .insight-instagram-feed.style-grid_rounded .insight-instagram-feed-title span:last-child {
    display: none; }

.insight-instagram-feed.style-grid_rounded .insight-instagram-feed-items .item a {
  display: block;
  border-radius: 6px;
  overflow: hidden; }

.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; }
    .insight-lightbox-gallery .insight-lightbox-gallery-item a:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #000000;
      opacity: 0;
      z-index: 7; }
    .insight-lightbox-gallery .insight-lightbox-gallery-item a:after {
      content: '\f002';
      font-family: FontAwesome;
      font-size: 18px;
      color: #fff;
      position: absolute;
      top: 60%;
      left: 50%;
      z-index: 8;
      transform: translate(-50%, -50%);
      opacity: 0; }
  .insight-lightbox-gallery .insight-lightbox-gallery-item:hover a img {
    transform: scale(1.1); }
  .insight-lightbox-gallery .insight-lightbox-gallery-item:hover a:before {
    opacity: .8; }
  .insight-lightbox-gallery .insight-lightbox-gallery-item:hover a:after {
    top: 50%;
    opacity: 1; }

.insight-list {
  list-style-type: none;
  padding-left: 0; }
  .insight-list .item {
    padding: 5px 0; }
    .insight-list .item .number {
      margin-right: 5px; }
    .insight-list .item .icon {
      font-weight: 400;
      font-size: 14px;
      color: #0D50AA;
      margin-right: 5px; }

.insight-menu > div {
  display: inline-block; }

.insight-menu ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .insight-menu ul li {
    line-height: 2; }
    .insight-menu ul li a {
      font-size: 16px;
      font-weight: 400;
      font-style: normal;
      line-height: 1.6em;
      text-align: inherit;
      text-decoration: none; }

.insight-menu-title {
  margin: 0 0 16px;
  font-weight: 400;
  /* When the morning daw: */
  font-family: Montserrat;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px; }
  .bb-footer-inside .insight-menu-title {
    font-weight: 500; }
  .mega-menu-content .insight-menu-title {
    margin: 0 0 16px;
    font-weight: 500;
    /* When the morning daw: */
    font-family: Montserrat;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 15px;
    text-transform: uppercase; }

.insight-menu-inline-large ul li, .insight-menu-inline-normal ul li, .insight-menu-inline-small ul li {
  float: left; }
  .insight-menu-inline-large ul li:first-child a, .insight-menu-inline-normal ul li:first-child a, .insight-menu-inline-small ul li:first-child a {
    padding-left: 0; }
  .insight-menu-inline-large ul li:last-child a, .insight-menu-inline-normal ul li:last-child a, .insight-menu-inline-small ul li:last-child a {
    padding-right: 0; }
  .insight-menu-inline-large ul li a, .insight-menu-inline-normal ul li a, .insight-menu-inline-small ul li a {
    padding: 10px; }

.insight-menu-inline-large {
  margin-left: auto;
  margin-right: auto; }
  .insight-menu-inline-large ul {
    display: inline-block;
    margin-left: auto;
    margin-right: auto; }
    .insight-menu-inline-large ul li a {
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 700; }

.insight-menu-inline-small ul li {
  line-height: 1; }
  .insight-menu-inline-small ul li a {
    font-size: 14px;
    padding: 0 20px; }

.insight-menu-list-normal ul li {
  line-height: 1; }
  .insight-menu-list-normal ul li a {
    font-size: 16px;
    padding: 0 20px; }

.insight-menu-light ul li a {
  color: #777; }
  .insight-menu-light ul li a:hover {
    color: #fff; }

.insight-menu-light-title {
  color: #fff; }

.insight-menu-dark ul li a {
  color: #777; }
  .insight-menu-dark ul li a:hover {
    color: #333; }

.insight-menu-dark-title {
  color: #111; }

.insight-pie-chart {
  text-align: center; }
  @media (max-width: 991px) {
    .insight-pie-chart {
      margin-bottom: 50px; } }
  .insight-pie-chart .pie-chart {
    position: relative;
    text-align: center; }
    .insight-pie-chart .pie-chart span {
      font-size: 20px;
      color: #333;
      font-weight: 500;
      position: absolute;
      font-family: Montserrat;
      width: 100%;
      text-align: center;
      left: 0;
      top: 50%;
      margin-top: -20px; }
      .insight-pie-chart .pie-chart span.icon {
        font-size: 40px;
        color: #ddd;
        line-height: 1;
        margin-top: -25px; }
  .insight-pie-chart .title {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin-top: 15px;
    font-family: Montserrat; }
  .insight-pie-chart .desc {
    margin-top: 10px; }
    @media (min-width: 768px) {
      .insight-pie-chart .desc {
        margin-right: 30px;
        margin-left: 30px; } }

.insight-portfolio-carousel {
  margin-right: 55px; }
  .insight-portfolio-carousel .insight-items {
    position: relative;
    margin-bottom: 0; }
    .insight-portfolio-carousel .insight-items .insight-item {
      outline: none; }
      @media (min-width: 768px) {
        .insight-portfolio-carousel .insight-items .insight-item .insight-item-inner {
          display: flex;
          justify-content: center;
          align-items: center; } }
      .insight-portfolio-carousel .insight-items .insight-item .insight-item-inner .title {
        margin-bottom: 25px;
        margin-top: 22px; }
        .insight-portfolio-carousel .insight-items .insight-item .insight-item-inner .title a {
          font-size: 30px;
          line-height: 60px;
          color: #222;
          font-weight: 500;
          font-family: Montserrat; }
      .insight-portfolio-carousel .insight-items .insight-item .insight-item-inner .category a {
        font-size: 18px;
        line-height: 22px;
        color: #0D50AA;
        font-weight: 500;
        font-family: Montserrat; }
      .insight-portfolio-carousel .insight-items .insight-item .insight-item-inner .insight-item-info {
        text-align: center;
        padding: 50px 0; }
        @media (min-width: 768px) {
          .insight-portfolio-carousel .insight-items .insight-item .insight-item-inner .insight-item-info {
            min-width: 400px; } }
        @media (max-width: 991px) {
          .insight-portfolio-carousel .insight-items .insight-item .insight-item-inner .insight-item-info {
            width: 100%; } }
        .insight-portfolio-carousel .insight-items .insight-item .insight-item-inner .insight-item-info .insight-button {
          text-align: center; }
    .insight-portfolio-carousel .insight-items .slick-dots {
      position: absolute;
      height: 16px;
      top: 50%;
      right: -80px;
      margin: 0;
      display: inline-block !important;
      width: auto;
      transform: rotate(90deg) translateY(-50%);
      bottom: -42px; }
      .insight-portfolio-carousel .insight-items .slick-dots li {
        width: 16px;
        height: 16px;
        overflow: hidden; }
        .insight-portfolio-carousel .insight-items .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: -9999px;
          box-sizing: border-box; }
        .insight-portfolio-carousel .insight-items .slick-dots li.slick-active button {
          border-color: #0D50AA; }
  .insight-portfolio-carousel.box-shadow {
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.03); }
  .insight-portfolio-carousel.bordered {
    border: 1px solid #eee; }
  .insight-portfolio-carousel.cards, .insight-portfolio-carousel.modern {
    margin-right: 0; }
    .insight-portfolio-carousel.cards .insight-items, .insight-portfolio-carousel.modern .insight-items {
      margin: 0 -15px; }
      .insight-portfolio-carousel.cards .insight-items .insight-item, .insight-portfolio-carousel.modern .insight-items .insight-item {
        padding: 0 15px; }
        @media (min-width: 768px) {
          .insight-portfolio-carousel.cards .insight-items .insight-item .insight-item-inner, .insight-portfolio-carousel.modern .insight-items .insight-item .insight-item-inner {
            display: block; } }
        .insight-portfolio-carousel.cards .insight-items .insight-item .insight-item-inner .insight-item-thumb, .insight-portfolio-carousel.modern .insight-items .insight-item .insight-item-inner .insight-item-thumb {
          line-height: .5; }
          .insight-portfolio-carousel.cards .insight-items .insight-item .insight-item-inner .insight-item-thumb a, .insight-portfolio-carousel.modern .insight-items .insight-item .insight-item-inner .insight-item-thumb a {
            display: inline-block;
            cursor: pointer;
            position: relative; }
            .insight-portfolio-carousel.cards .insight-items .insight-item .insight-item-inner .insight-item-thumb a:before, .insight-portfolio-carousel.modern .insight-items .insight-item .insight-item-inner .insight-item-thumb a:before {
              content: '';
              background: rgba(13, 80, 170, 0.8);
              margin: auto;
              position: absolute;
              top: 0;
              left: 0;
              bottom: 0;
              right: 0;
              opacity: 0;
              visibility: hidden;
              transition: opacity .3s ease, visibility .3s ease; }
            .insight-portfolio-carousel.cards .insight-items .insight-item .insight-item-inner .insight-item-thumb a:after, .insight-portfolio-carousel.modern .insight-items .insight-item .insight-item-inner .insight-item-thumb a:after {
              content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjlweCIgaGVpZ2h0PSIyOXB4IiB2aWV3Qm94PSIwIDAgMjkgMjkiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQyICgzNjc4MSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+KzwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJNYXJrZXRpbmctYWdlbmN5IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTQ2LjAwMDAwMCwgLTI2OTYuMDAwMDAwKSIgaWQ9IisiIGZpbGw9IiNGRkZGRkYiPgogICAgICAgICAgICA8cG9seWdvbiBwb2ludHM9Ijk1Ny40NiAyNzI0LjMyIDk1Ny40NiAyNzEyLjkyIDk0NiAyNzEyLjkyIDk0NiAyNzA3LjI4IDk1Ny40NiAyNzA3LjI4IDk1Ny40NiAyNjk2IDk2Mi44NiAyNjk2IDk2Mi44NiAyNzA3LjI4IDk3NC4zMiAyNzA3LjI4IDk3NC4zMiAyNzEyLjkyIDk2Mi44NiAyNzEyLjkyIDk2Mi44NiAyNzI0LjMyIj48L3BvbHlnb24+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
              width: 100%;
              margin: auto;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              width: auto;
              opacity: 0;
              visibility: hidden;
              transition: opacity .3s ease, visibility .3s ease;
              transition-delay: .1s; }
        .insight-portfolio-carousel.cards .insight-items .insight-item .insight-item-inner .title, .insight-portfolio-carousel.modern .insight-items .insight-item .insight-item-inner .title {
          margin: 0; }
          .insight-portfolio-carousel.cards .insight-items .insight-item .insight-item-inner .title a, .insight-portfolio-carousel.modern .insight-items .insight-item .insight-item-inner .title a {
            font-size: 20px;
            line-height: 24px;
            font-weight: 500;
            font-family: Montserrat; }
        .insight-portfolio-carousel.cards .insight-items .insight-item .insight-item-inner .category a, .insight-portfolio-carousel.modern .insight-items .insight-item .insight-item-inner .category a {
          font-size: 17px;
          line-height: 22px;
          color: #777;
          font-weight: normal;
          font-family: "Work Sans"; }
        .insight-portfolio-carousel.cards .insight-items .insight-item .insight-item-inner .insight-item-info, .insight-portfolio-carousel.modern .insight-items .insight-item .insight-item-inner .insight-item-info {
          padding-top: 40px;
          padding-bottom: 50px; }
          @media (min-width: 768px) {
            .insight-portfolio-carousel.cards .insight-items .insight-item .insight-item-inner .insight-item-info, .insight-portfolio-carousel.modern .insight-items .insight-item .insight-item-inner .insight-item-info {
              min-width: auto; } }
      .insight-portfolio-carousel.cards .insight-items .insight-item:hover .insight-item-thumb a:before,
      .insight-portfolio-carousel.cards .insight-items .insight-item:hover .insight-item-thumb a:after, .insight-portfolio-carousel.modern .insight-items .insight-item:hover .insight-item-thumb a:before,
      .insight-portfolio-carousel.modern .insight-items .insight-item:hover .insight-item-thumb a:after {
        opacity: 1;
        visibility: visible; }
      .insight-portfolio-carousel.cards .insight-items .slick-dots, .insight-portfolio-carousel.modern .insight-items .slick-dots {
        display: block;
        width: 100%;
        position: static;
        transform: none; }
  .insight-portfolio-carousel.modern {
    padding-left: 236px;
    transform: translateX(136px); }
    .insight-portfolio-carousel.modern .insight-items .insight-item .insight-item-inner .insight-item-info {
      text-align: left; }
  @media (max-width: 991px) {
    .insight-portfolio-carousel {
      margin-right: 0; }
      .insight-portfolio-carousel .insight-items .slick-dots {
        position: relative;
        display: block;
        width: 100%;
        transform: rotate(0deg);
        left: auto;
        right: auto; } }

.insight-portfolio-filter.gutter-yes .insight-item {
  padding: 15px !important; }

.insight-portfolio-filter.gutter-no .insight-item {
  padding: 0 !important; }

.insight-portfolio-filter .insight-items .insight-item .insight-item-inner:before {
  pointer-events: none; }

.insight-portfolio-filter .insight-items .insight-item .insight-item-inner .insight-item-click {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 8; }

.insight-portfolio-filter .insight-items .insight-item img {
  width: 100%; }

.insight-portfolio-filter .insight-filter {
  padding: 70px 15px; }
  .insight-portfolio-filter .insight-filter ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .insight-portfolio-filter .insight-filter ul li {
      display: inline-block;
      margin-right: 40px; }
      .insight-portfolio-filter .insight-filter ul li a {
        position: relative;
        display: block;
        color: #222;
        font-size: 15px; }
        .insight-portfolio-filter .insight-filter ul li a:before {
          position: absolute;
          bottom: 0;
          left: 50%;
          width: 0;
          height: 2px;
          background-color: #0D50AA;
          content: "";
          transform: translateX(-50%);
          transition: all .5s; }
        .insight-portfolio-filter .insight-filter ul li a.active:before {
          width: 100%; }

.insight-portfolio-filter .insight-pager {
  position: relative;
  display: block;
  padding: 70px 30px;
  width: 100%;
  text-align: center; }
  .insight-portfolio-filter .insight-pager a {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    height: 40px;
    min-width: 40px;
    text-align: center;
    line-height: 38px;
    padding: 0 15px;
    border: 1px solid #ddd;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 15px;
    color: #222; }
    .insight-portfolio-filter .insight-pager a.active, .insight-portfolio-filter .insight-pager a:hover {
      border-color: #0D50AA; }

.insight-portfolio-filter.style-01 {
  margin-right: -15px;
  margin-left: -15px; }
  .insight-portfolio-filter.style-01 .insight-item-info {
    text-align: center; }
  .insight-portfolio-filter.style-01 .insight-items {
    display: block;
    width: 100% !important; }
    .insight-portfolio-filter.style-01 .insight-items .grid-sizer {
      width: 50%; }
    .insight-portfolio-filter.style-01 .insight-items .insight-item {
      padding: 15px;
      width: 50%; }
      .insight-portfolio-filter.style-01 .insight-items .insight-item .insight-item-inner {
        position: relative;
        display: block;
        overflow: hidden;
        width: 100%; }
        .insight-portfolio-filter.style-01 .insight-items .insight-item .insight-item-inner .insight-item-thumb img {
          z-index: 6;
          width: 100%;
          height: auto; }
        .insight-portfolio-filter.style-01 .insight-items .insight-item .insight-item-inner .insight-item-info {
          position: absolute;
          top: 40%;
          left: 0;
          z-index: 8;
          display: block;
          padding: 50px;
          width: 100%;
          color: #fff;
          opacity: 0;
          transform: translateY(-50%);
          transition: all .5s; }
          .insight-portfolio-filter.style-01 .insight-items .insight-item .insight-item-inner .insight-item-info .title {
            font-weight: 700;
            font-size: 26px;
            color: #fff; }
          .insight-portfolio-filter.style-01 .insight-items .insight-item .insight-item-inner .insight-item-info .category {
            color: #aaa;
            font-weight: 400;
            font-size: 15px; }
            .insight-portfolio-filter.style-01 .insight-items .insight-item .insight-item-inner .insight-item-info .category a {
              color: #aaa; }
              .insight-portfolio-filter.style-01 .insight-items .insight-item .insight-item-inner .insight-item-info .category a:hover {
                color: #0D50AA; }
        .insight-portfolio-filter.style-01 .insight-items .insight-item .insight-item-inner:before {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 7;
          display: block;
          width: 100%;
          height: 100%;
          background-color: black;
          content: "";
          opacity: 0;
          transition: all .5s; }
        .insight-portfolio-filter.style-01 .insight-items .insight-item .insight-item-inner:hover .insight-item-info, .insight-portfolio-filter.style-01 .insight-items .insight-item .insight-item-inner:hover:before {
          opacity: .5; }
        .insight-portfolio-filter.style-01 .insight-items .insight-item .insight-item-inner:hover .insight-item-info {
          top: 50%; }
  .insight-portfolio-filter.style-01.column-3 .insight-items .grid-sizer {
    width: 33.33%; }
  .insight-portfolio-filter.style-01.column-3 .insight-items .insight-item {
    width: 33.33333333%; }
    .insight-portfolio-filter.style-01.column-3 .insight-items .insight-item .insight-item-inner .insight-item-info,
    .insight-portfolio-filter.style-01.column-3 .insight-items .insight-item .insight-item-inner .insight-item-more {
      padding: 30px; }
    .insight-portfolio-filter.style-01.column-3 .insight-items .insight-item .insight-item-inner .insight-item-info .title {
      font-size: 22px; }
  .insight-portfolio-filter.style-01.column-4 .insight-items .grid-sizer {
    width: 25%; }
  .insight-portfolio-filter.style-01.column-4 .insight-items .insight-item {
    width: 25%; }
    .insight-portfolio-filter.style-01.column-4 .insight-items .insight-item .insight-item-inner .insight-item-info,
    .insight-portfolio-filter.style-01.column-4 .insight-items .insight-item .insight-item-inner .insight-item-more {
      padding: 20px; }
    .insight-portfolio-filter.style-01.column-4 .insight-items .insight-item .insight-item-inner .insight-item-info .title {
      font-size: 18px; }
  .insight-portfolio-filter.style-01.column-5 .insight-items .grid-sizer {
    width: 20%; }
  .insight-portfolio-filter.style-01.column-5 .insight-items .insight-item {
    width: 20%; }
    .insight-portfolio-filter.style-01.column-5 .insight-items .insight-item .insight-item-inner .insight-item-info,
    .insight-portfolio-filter.style-01.column-5 .insight-items .insight-item .insight-item-inner .insight-item-more {
      padding: 30px; }
    .insight-portfolio-filter.style-01.column-5 .insight-items .insight-item .insight-item-inner .insight-item-info .title {
      font-size: 22px; }

.insight-portfolio-filter.style-02 {
  margin-right: -15px;
  margin-left: -15px; }
  .insight-portfolio-filter.style-02 .insight-items {
    display: block;
    width: 100% !important; }
    .insight-portfolio-filter.style-02 .insight-items .grid-sizer {
      width: 50%; }
    .insight-portfolio-filter.style-02 .insight-items .insight-item {
      padding: 15px;
      width: 50%; }
      .insight-portfolio-filter.style-02 .insight-items .insight-item .insight-item-inner {
        position: relative;
        display: block;
        overflow: hidden;
        width: 100%; }
        .insight-portfolio-filter.style-02 .insight-items .insight-item .insight-item-inner .insight-item-thumb {
          position: relative;
          overflow: hidden; }
          .insight-portfolio-filter.style-02 .insight-items .insight-item .insight-item-inner .insight-item-thumb .insight-item-more {
            position: absolute;
            top: 60%;
            left: 50%;
            z-index: 8;
            opacity: 0;
            transform: translate(-50%, -50%);
            transition: all .5s; }
            .insight-portfolio-filter.style-02 .insight-items .insight-item .insight-item-inner .insight-item-thumb .insight-item-more a {
              display: block;
              width: 44px;
              height: 44px;
              background-color: rgba(255, 255, 255, 0.15);
              text-align: center;
              font-size: 0;
              line-height: 44px;
              border-radius: 50%; }
              .insight-portfolio-filter.style-02 .insight-items .insight-item .insight-item-inner .insight-item-thumb .insight-item-more a:before {
                color: #fff;
                content: "\f0c1";
                font-size: 16px;
                font-family: FontAwesome; }
          .insight-portfolio-filter.style-02 .insight-items .insight-item .insight-item-inner .insight-item-thumb:before {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 7;
            display: block;
            width: 100%;
            height: 100%;
            background-color: black;
            content: "";
            opacity: 0;
            transition: all .5s; }
        .insight-portfolio-filter.style-02 .insight-items .insight-item .insight-item-inner .insight-item-info {
          position: relative;
          z-index: 8;
          display: block;
          padding: 30px 20px;
          width: 100%;
          border: 1px solid #eee;
          color: #000000;
          transition: all .5s; }
          .insight-portfolio-filter.style-02 .insight-items .insight-item .insight-item-inner .insight-item-info .title {
            font-weight: 500;
            font-size: 20px;
            color: #000000; }
          .insight-portfolio-filter.style-02 .insight-items .insight-item .insight-item-inner .insight-item-info .category {
            color: #aaa;
            font-weight: 400;
            font-size: 15px; }
            .insight-portfolio-filter.style-02 .insight-items .insight-item .insight-item-inner .insight-item-info .category a {
              color: #aaa; }
              .insight-portfolio-filter.style-02 .insight-items .insight-item .insight-item-inner .insight-item-info .category a:hover {
                color: #0D50AA; }
        .insight-portfolio-filter.style-02 .insight-items .insight-item .insight-item-inner:hover .insight-item-thumb .insight-item-more {
          top: 50%;
          opacity: 1; }
        .insight-portfolio-filter.style-02 .insight-items .insight-item .insight-item-inner:hover .insight-item-thumb:before {
          opacity: .5; }
  .insight-portfolio-filter.style-02.column-3 .grid-sizer {
    width: 33.333%; }
  .insight-portfolio-filter.style-02.column-3 .insight-items .insight-item {
    width: 33.33333333%; }
    .insight-portfolio-filter.style-02.column-3 .insight-items .insight-item .insight-item-inner .insight-item-info {
      padding: 30px 20px;
      border: 1px solid #eee; }
      .insight-portfolio-filter.style-02.column-3 .insight-items .insight-item .insight-item-inner .insight-item-info .title {
        color: #222;
        font-weight: 500;
        font-size: 20px; }
  .insight-portfolio-filter.style-02.column-4 .grid-sizer {
    width: 25%; }
  .insight-portfolio-filter.style-02.column-4 .insight-items .insight-item {
    width: 25%; }
    .insight-portfolio-filter.style-02.column-4 .insight-items .insight-item .insight-item-inner .insight-item-info {
      padding: 30px 20px;
      border: 1px solid #eee; }
      .insight-portfolio-filter.style-02.column-4 .insight-items .insight-item .insight-item-inner .insight-item-info .title {
        font-size: 18px; }
  .insight-portfolio-filter.style-02.column-5 .grid-sizer {
    width: 20%; }
  .insight-portfolio-filter.style-02.column-5 .insight-items .insight-item {
    width: 20%; }
    .insight-portfolio-filter.style-02.column-5 .insight-items .insight-item .insight-item-inner .insight-item-info {
      padding: 30px 20px;
      border: 1px solid #eee; }
      .insight-portfolio-filter.style-02.column-5 .insight-items .insight-item .insight-item-inner .insight-item-info .title {
        font-size: 18px; }

.insight-portfolio-filter.style-03 {
  margin-right: -15px;
  margin-left: -15px; }
  .insight-portfolio-filter.style-03 .insight-filter {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 40px; }
    .insight-portfolio-filter.style-03 .insight-filter ul {
      display: inline-block; }
      .insight-portfolio-filter.style-03 .insight-filter ul li a:before {
        background-color: #ddd;
        font-family: Montserrat; }
  .insight-portfolio-filter.style-03 .insight-items {
    display: block;
    width: 100% !important; }
    .insight-portfolio-filter.style-03 .insight-items .grid-sizer {
      width: 50%; }
    .insight-portfolio-filter.style-03 .insight-items .insight-item {
      padding: 15px;
      width: 50%;
      text-align: center; }
      .insight-portfolio-filter.style-03 .insight-items .insight-item .insight-item-inner {
        position: relative;
        display: block;
        overflow: hidden;
        width: 100%; }
        .insight-portfolio-filter.style-03 .insight-items .insight-item .insight-item-inner .insight-item-thumb {
          position: relative;
          overflow: hidden; }
          .insight-portfolio-filter.style-03 .insight-items .insight-item .insight-item-inner .insight-item-thumb .insight-item-more {
            position: absolute;
            top: 60%;
            left: 50%;
            z-index: 8;
            opacity: 0;
            transform: translate(-50%, -50%);
            transition: all .5s; }
            .insight-portfolio-filter.style-03 .insight-items .insight-item .insight-item-inner .insight-item-thumb .insight-item-more a {
              display: block;
              width: 44px;
              height: 44px;
              text-align: center;
              font-size: 0;
              line-height: 44px;
              border-radius: 50%; }
              .insight-portfolio-filter.style-03 .insight-items .insight-item .insight-item-inner .insight-item-thumb .insight-item-more a:before {
                color: #fff;
                content: "\f067";
                font-size: 30px;
                font-family: FontAwesome; }
          .insight-portfolio-filter.style-03 .insight-items .insight-item .insight-item-inner .insight-item-thumb:before {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 7;
            display: block;
            width: 100%;
            height: 100%;
            background-color: #0D50AA;
            content: "";
            opacity: 0;
            transition: all .5s; }
        .insight-portfolio-filter.style-03 .insight-items .insight-item .insight-item-inner .insight-item-info {
          position: relative;
          z-index: 8;
          display: block;
          padding: 30px 20px;
          width: 100%;
          border: none !important;
          color: #000;
          transition: all .5s; }
          .insight-portfolio-filter.style-03 .insight-items .insight-item .insight-item-inner .insight-item-info .title {
            font-weight: 500;
            font-size: 20px;
            font-family: Montserrat;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #0D50AA; }
          .insight-portfolio-filter.style-03 .insight-items .insight-item .insight-item-inner .insight-item-info .category {
            color: #aaa;
            font-weight: 400;
            font-size: 15px; }
            .insight-portfolio-filter.style-03 .insight-items .insight-item .insight-item-inner .insight-item-info .category a {
              color: #aaa; }
              .insight-portfolio-filter.style-03 .insight-items .insight-item .insight-item-inner .insight-item-info .category a:hover {
                color: #0D50AA; }
        .insight-portfolio-filter.style-03 .insight-items .insight-item .insight-item-inner:hover .insight-item-thumb .insight-item-more {
          top: 50%;
          opacity: 1; }
        .insight-portfolio-filter.style-03 .insight-items .insight-item .insight-item-inner:hover .insight-item-thumb:before {
          opacity: .85; }
  .insight-portfolio-filter.style-03.column-3 .grid-sizer {
    width: 33.333%; }
  .insight-portfolio-filter.style-03.column-3 .insight-items .insight-item {
    width: 33.33333333%; }
    .insight-portfolio-filter.style-03.column-3 .insight-items .insight-item .insight-item-inner .insight-item-info {
      padding: 30px 20px;
      border: 1px solid #eee; }
      .insight-portfolio-filter.style-03.column-3 .insight-items .insight-item .insight-item-inner .insight-item-info .title {
        color: #222;
        font-weight: 500;
        font-size: 20px; }
  .insight-portfolio-filter.style-03.column-4 .grid-sizer {
    width: 25%; }
  .insight-portfolio-filter.style-03.column-4 .insight-items .insight-item {
    width: 25%; }
    .insight-portfolio-filter.style-03.column-4 .insight-items .insight-item .insight-item-inner .insight-item-info {
      padding: 30px 20px;
      border: 1px solid #eee; }
      .insight-portfolio-filter.style-03.column-4 .insight-items .insight-item .insight-item-inner .insight-item-info .title {
        font-size: 18px; }
  .insight-portfolio-filter.style-03.column-5 .grid-sizer {
    width: 20%; }
  .insight-portfolio-filter.style-03.column-5 .insight-items .insight-item {
    width: 20%; }
    .insight-portfolio-filter.style-03.column-5 .insight-items .insight-item .insight-item-inner .insight-item-info {
      padding: 30px 20px;
      border: 1px solid #eee; }
      .insight-portfolio-filter.style-03.column-5 .insight-items .insight-item .insight-item-inner .insight-item-info .title {
        font-size: 18px; }

.insight-portfolio-filter.style-04 {
  margin-right: 0;
  margin-left: 0; }
  .insight-portfolio-filter.style-04 .grid-sizer {
    width: 25%; }
  .insight-portfolio-filter.style-04 .insight-item-info {
    text-align: center; }
  .insight-portfolio-filter.style-04 .insight-pager {
    margin-top: 0; }
  .insight-portfolio-filter.style-04 .insight-items {
    display: block;
    width: 100% !important; }
    .insight-portfolio-filter.style-04 .insight-items .insight-item {
      width: 25%; }
      .insight-portfolio-filter.style-04 .insight-items .insight-item.insight-item-big {
        width: 50%; }
    .insight-portfolio-filter.style-04 .insight-items .insight-item {
      float: left;
      margin: 0;
      padding: 0; }
      .insight-portfolio-filter.style-04 .insight-items .insight-item .insight-item-inner {
        position: relative;
        display: block;
        overflow: hidden;
        width: 100%; }
        .insight-portfolio-filter.style-04 .insight-items .insight-item .insight-item-inner .insight-item-thumb img {
          z-index: 6;
          width: 100%;
          height: auto; }
        .insight-portfolio-filter.style-04 .insight-items .insight-item .insight-item-inner .insight-item-info {
          position: absolute;
          top: 40%;
          left: 0;
          z-index: 8;
          display: block;
          padding: 50px;
          width: 100%;
          color: #fff;
          text-align: center;
          opacity: 0;
          transform: translateY(-50%);
          transition: all .5s; }
          .insight-portfolio-filter.style-04 .insight-items .insight-item .insight-item-inner .insight-item-info .title {
            font-weight: 700;
            font-size: 26px;
            color: #fff; }
          .insight-portfolio-filter.style-04 .insight-items .insight-item .insight-item-inner .insight-item-info .category {
            color: #aaa;
            font-weight: 400;
            font-size: 15px; }
            .insight-portfolio-filter.style-04 .insight-items .insight-item .insight-item-inner .insight-item-info .category a {
              color: #aaa; }
              .insight-portfolio-filter.style-04 .insight-items .insight-item .insight-item-inner .insight-item-info .category a:hover {
                color: #0D50AA; }
        .insight-portfolio-filter.style-04 .insight-items .insight-item .insight-item-inner:before {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 7;
          display: block;
          width: 100%;
          height: 100%;
          background-color: black;
          content: "";
          opacity: 0;
          transition: all .5s; }
        .insight-portfolio-filter.style-04 .insight-items .insight-item .insight-item-inner:hover .insight-item-info, .insight-portfolio-filter.style-04 .insight-items .insight-item .insight-item-inner:hover:before {
          opacity: .9; }
        .insight-portfolio-filter.style-04 .insight-items .insight-item .insight-item-inner:hover .insight-item-info {
          top: 50%; }

.insight-portfolio-filter.style-05 {
  margin-right: 0;
  margin-left: 0; }
  .insight-portfolio-filter.style-05 .grid-sizer {
    width: 20%; }
  .insight-portfolio-filter.style-05 .insight-pager {
    margin-top: 0; }
  .insight-portfolio-filter.style-05 .insight-item-info {
    text-align: center; }
  .insight-portfolio-filter.style-05 .insight-items {
    display: block;
    width: 100% !important; }
    .insight-portfolio-filter.style-05 .insight-items .insight-item {
      width: 20%; }
      .insight-portfolio-filter.style-05 .insight-items .insight-item.insight-item-big {
        width: 40%; }
    .insight-portfolio-filter.style-05 .insight-items .insight-item {
      margin: 0;
      padding: 0; }
      .insight-portfolio-filter.style-05 .insight-items .insight-item .insight-item-inner {
        position: relative;
        display: block;
        overflow: hidden;
        width: 100%; }
        .insight-portfolio-filter.style-05 .insight-items .insight-item .insight-item-inner .insight-item-thumb img {
          z-index: 6;
          width: 100%;
          height: auto; }
        .insight-portfolio-filter.style-05 .insight-items .insight-item .insight-item-inner .insight-item-info {
          position: absolute;
          top: 40%;
          left: 0;
          z-index: 8;
          display: block;
          padding: 50px;
          width: 100%;
          color: #fff;
          opacity: 0;
          transform: translateY(-50%);
          transition: all .5s; }
          .insight-portfolio-filter.style-05 .insight-items .insight-item .insight-item-inner .insight-item-info .title {
            font-weight: 700;
            font-size: 20px;
            font-family: Montserrat;
            color: #fff; }
          .insight-portfolio-filter.style-05 .insight-items .insight-item .insight-item-inner .insight-item-info .category {
            color: #aaa;
            font-weight: 400;
            font-size: 15px; }
            .insight-portfolio-filter.style-05 .insight-items .insight-item .insight-item-inner .insight-item-info .category a {
              color: #aaa; }
              .insight-portfolio-filter.style-05 .insight-items .insight-item .insight-item-inner .insight-item-info .category a:hover {
                color: #0D50AA; }
        .insight-portfolio-filter.style-05 .insight-items .insight-item .insight-item-inner:before {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 7;
          display: block;
          width: 100%;
          height: 100%;
          background-color: black;
          content: "";
          opacity: 0;
          transition: all .5s; }
        .insight-portfolio-filter.style-05 .insight-items .insight-item .insight-item-inner:hover .insight-item-info, .insight-portfolio-filter.style-05 .insight-items .insight-item .insight-item-inner:hover:before {
          opacity: .9; }
        .insight-portfolio-filter.style-05 .insight-items .insight-item .insight-item-inner:hover .insight-item-info {
          top: 50%; }

.insight-portfolio-filter.style-06 {
  margin-right: 0;
  margin-left: 0; }
  .insight-portfolio-filter.style-06 .grid-sizer {
    width: 33.3333%; }
  .insight-portfolio-filter.style-06 .insight-pager {
    margin-top: 0; }
  .insight-portfolio-filter.style-06 .insight-item-info {
    text-align: center; }
  .insight-portfolio-filter.style-06 .insight-items {
    display: block;
    width: 100% !important; }
    .insight-portfolio-filter.style-06 .insight-items .insight-item {
      margin: 0;
      padding: 15px;
      width: 33.3333%; }
      .insight-portfolio-filter.style-06 .insight-items .insight-item .insight-item-inner {
        position: relative;
        display: block;
        overflow: hidden;
        width: 100%; }
        .insight-portfolio-filter.style-06 .insight-items .insight-item .insight-item-inner .insight-item-thumb img {
          z-index: 6;
          width: 100%;
          height: auto; }
        .insight-portfolio-filter.style-06 .insight-items .insight-item .insight-item-inner .insight-item-info {
          position: absolute;
          top: 40%;
          left: 0;
          z-index: 8;
          display: block;
          padding: 50px;
          width: 100%;
          color: #fff;
          opacity: 0;
          transform: translateY(-50%);
          transition: all .5s; }
          .insight-portfolio-filter.style-06 .insight-items .insight-item .insight-item-inner .insight-item-info .title {
            font-weight: 700;
            font-size: 26px;
            color: #fff; }
          .insight-portfolio-filter.style-06 .insight-items .insight-item .insight-item-inner .insight-item-info .category {
            color: #aaa;
            font-weight: 400;
            font-size: 15px; }
            .insight-portfolio-filter.style-06 .insight-items .insight-item .insight-item-inner .insight-item-info .category a {
              color: #aaa; }
              .insight-portfolio-filter.style-06 .insight-items .insight-item .insight-item-inner .insight-item-info .category a:hover {
                color: #0D50AA; }
        .insight-portfolio-filter.style-06 .insight-items .insight-item .insight-item-inner:before {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 7;
          display: block;
          width: 100%;
          height: 100%;
          background-color: black;
          content: "";
          opacity: 0;
          transition: all .5s; }
        .insight-portfolio-filter.style-06 .insight-items .insight-item .insight-item-inner:hover .insight-item-info, .insight-portfolio-filter.style-06 .insight-items .insight-item .insight-item-inner:hover:before {
          opacity: .9; }
        .insight-portfolio-filter.style-06 .insight-items .insight-item .insight-item-inner:hover .insight-item-info {
          top: 50%; }

.insight-portfolio-filter.style-07 {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 992px) {
    .insight-portfolio-filter.style-07 {
      padding-left: 236px;
      transform: translateX(136px); } }
  .insight-portfolio-filter.style-07 .insight-items {
    display: block;
    width: 100% !important; }
    .insight-portfolio-filter.style-07 .insight-items .grid-sizer {
      width: 50%; }
    .insight-portfolio-filter.style-07 .insight-items .insight-item {
      padding: 15px;
      width: 50%; }
      .insight-portfolio-filter.style-07 .insight-items .insight-item .insight-item-inner {
        position: relative;
        display: block;
        overflow: hidden;
        width: 100%; }
        .insight-portfolio-filter.style-07 .insight-items .insight-item .insight-item-inner .insight-item-thumb {
          position: relative;
          overflow: hidden; }
          .insight-portfolio-filter.style-07 .insight-items .insight-item .insight-item-inner .insight-item-thumb .insight-item-more {
            position: absolute;
            top: 60%;
            left: 50%;
            z-index: 8;
            opacity: 0;
            transform: translate(-50%, -50%);
            transition: all .5s; }
            .insight-portfolio-filter.style-07 .insight-items .insight-item .insight-item-inner .insight-item-thumb .insight-item-more a {
              display: block;
              width: 44px;
              height: 44px;
              background-color: rgba(255, 255, 255, 0.15);
              text-align: center;
              font-size: 0;
              line-height: 44px;
              border-radius: 50%; }
              .insight-portfolio-filter.style-07 .insight-items .insight-item .insight-item-inner .insight-item-thumb .insight-item-more a:before {
                color: #fff;
                content: "\f0c1";
                font-size: 16px;
                font-family: FontAwesome; }
          .insight-portfolio-filter.style-07 .insight-items .insight-item .insight-item-inner .insight-item-thumb:before {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 7;
            display: block;
            width: 100%;
            height: 100%;
            background-color: black;
            content: "";
            opacity: 0;
            transition: all .5s; }
        .insight-portfolio-filter.style-07 .insight-items .insight-item .insight-item-inner .insight-item-info {
          position: relative;
          z-index: 8;
          display: block;
          padding: 30px 20px;
          width: 100%;
          color: #000;
          transition: all .5s; }
          @media (min-width: 992px) {
            .insight-portfolio-filter.style-07 .insight-items .insight-item .insight-item-inner .insight-item-info {
              padding: 30px 0; } }
          .insight-portfolio-filter.style-07 .insight-items .insight-item .insight-item-inner .insight-item-info .title {
            font-weight: 500;
            font-size: 20px;
            color: #000; }
          .insight-portfolio-filter.style-07 .insight-items .insight-item .insight-item-inner .insight-item-info .category {
            color: #aaa;
            font-weight: 400;
            font-size: 15px; }
            .insight-portfolio-filter.style-07 .insight-items .insight-item .insight-item-inner .insight-item-info .category a {
              color: #aaa; }
              .insight-portfolio-filter.style-07 .insight-items .insight-item .insight-item-inner .insight-item-info .category a:hover {
                color: #0D50AA; }
        .insight-portfolio-filter.style-07 .insight-items .insight-item .insight-item-inner:hover .insight-item-thumb .insight-item-more {
          top: 50%;
          opacity: 1; }
        .insight-portfolio-filter.style-07 .insight-items .insight-item .insight-item-inner:hover .insight-item-thumb:before {
          opacity: .5; }
  .insight-portfolio-filter.style-07.column-3 .grid-sizer {
    width: 33.333%; }
  .insight-portfolio-filter.style-07.column-3 .insight-items .insight-item {
    width: 33.33333333%; }
    .insight-portfolio-filter.style-07.column-3 .insight-items .insight-item .insight-item-inner .insight-item-info {
      padding: 30px 20px; }
      @media (min-width: 992px) {
        .insight-portfolio-filter.style-07.column-3 .insight-items .insight-item .insight-item-inner .insight-item-info {
          padding: 30px 0; } }
      .insight-portfolio-filter.style-07.column-3 .insight-items .insight-item .insight-item-inner .insight-item-info .title {
        color: #222;
        font-weight: 500;
        font-size: 20px; }
  .insight-portfolio-filter.style-07.column-4 .grid-sizer {
    width: 25%; }
  .insight-portfolio-filter.style-07.column-4 .insight-items .insight-item {
    width: 25%; }
    .insight-portfolio-filter.style-07.column-4 .insight-items .insight-item .insight-item-inner .insight-item-info {
      padding: 30px 20px;
      border: 1px solid #eee; }
      @media (min-width: 992px) {
        .insight-portfolio-filter.style-07.column-4 .insight-items .insight-item .insight-item-inner .insight-item-info {
          padding: 30px 0;
          border: none; } }
      .insight-portfolio-filter.style-07.column-4 .insight-items .insight-item .insight-item-inner .insight-item-info .title {
        font-size: 18px; }
  .insight-portfolio-filter.style-07.column-5 .grid-sizer {
    width: 20%; }
  .insight-portfolio-filter.style-07.column-5 .insight-items .insight-item {
    width: 20%; }
    .insight-portfolio-filter.style-07.column-5 .insight-items .insight-item .insight-item-inner .insight-item-info {
      padding: 30px 20px;
      border: 1px solid #eee; }
      @media (min-width: 992px) {
        .insight-portfolio-filter.style-07.column-5 .insight-items .insight-item .insight-item-inner .insight-item-info {
          padding: 30px 0;
          border: none; } }
      .insight-portfolio-filter.style-07.column-5 .insight-items .insight-item .insight-item-inner .insight-item-info .title {
        font-size: 18px; }

.insight-portfolio-filter.style-08 {
  margin-right: 0;
  margin-left: 0; }
  .insight-portfolio-filter.style-08 .grid-sizer {
    width: 25%; }
  .insight-portfolio-filter.style-08 .insight-item-info {
    text-align: center; }
  .insight-portfolio-filter.style-08 .insight-pager {
    margin-top: 0; }
  .insight-portfolio-filter.style-08 .insight-items {
    display: block;
    width: 100% !important; }
    .insight-portfolio-filter.style-08 .insight-items .insight-item {
      float: left;
      margin: 0;
      padding: 0;
      width: 25%; }
      .insight-portfolio-filter.style-08 .insight-items .insight-item .insight-item-inner {
        position: relative;
        display: block;
        overflow: hidden;
        width: 100%; }
        .insight-portfolio-filter.style-08 .insight-items .insight-item .insight-item-inner .insight-item-thumb img {
          z-index: 6;
          width: 100%;
          height: auto; }
        .insight-portfolio-filter.style-08 .insight-items .insight-item .insight-item-inner .insight-item-info {
          position: absolute;
          top: 40%;
          left: 0;
          z-index: 8;
          display: block;
          padding: 50px;
          width: 100%;
          color: #fff;
          text-align: center;
          opacity: 0;
          transform: translateY(-50%);
          transition: all .5s; }
          .insight-portfolio-filter.style-08 .insight-items .insight-item .insight-item-inner .insight-item-info .title {
            font-weight: 700;
            font-size: 26px;
            color: #fff; }
          .insight-portfolio-filter.style-08 .insight-items .insight-item .insight-item-inner .insight-item-info .category {
            color: #aaa;
            font-weight: 400;
            font-size: 15px; }
            .insight-portfolio-filter.style-08 .insight-items .insight-item .insight-item-inner .insight-item-info .category a {
              color: #aaa; }
              .insight-portfolio-filter.style-08 .insight-items .insight-item .insight-item-inner .insight-item-info .category a:hover {
                color: #0D50AA; }
        .insight-portfolio-filter.style-08 .insight-items .insight-item .insight-item-inner:before {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 7;
          display: block;
          width: 100%;
          height: 100%;
          background-color: black;
          content: "";
          opacity: 0;
          transition: all .5s; }
        .insight-portfolio-filter.style-08 .insight-items .insight-item .insight-item-inner:hover .insight-item-info, .insight-portfolio-filter.style-08 .insight-items .insight-item .insight-item-inner:hover:before {
          opacity: .9; }
        .insight-portfolio-filter.style-08 .insight-items .insight-item .insight-item-inner:hover .insight-item-info {
          top: 50%; }

.insight-portfolio-filter.style-09 {
  margin-right: 0;
  margin-left: 0; }
  .insight-portfolio-filter.style-09 .grid-sizer {
    width: 25%; }
  .insight-portfolio-filter.style-09 .insight-item-info {
    text-align: center; }
  .insight-portfolio-filter.style-09 .insight-pager {
    margin-top: 0; }
  .insight-portfolio-filter.style-09 .insight-items {
    display: block;
    width: 100% !important; }
    .insight-portfolio-filter.style-09 .insight-items .insight-item {
      float: left;
      margin: 0;
      padding: 0;
      width: 25%; }
      .insight-portfolio-filter.style-09 .insight-items .insight-item .insight-item-inner {
        position: relative;
        display: block;
        overflow: hidden;
        width: 100%; }
        .insight-portfolio-filter.style-09 .insight-items .insight-item .insight-item-inner .insight-item-thumb img {
          z-index: 6;
          width: 100%;
          height: auto; }
        .insight-portfolio-filter.style-09 .insight-items .insight-item .insight-item-inner .insight-item-info {
          position: absolute;
          top: 40%;
          left: 0;
          z-index: 8;
          display: block;
          padding: 50px;
          width: 100%;
          color: #fff;
          text-align: center;
          opacity: 0;
          transform: translateY(-50%);
          transition: all .5s; }
          .insight-portfolio-filter.style-09 .insight-items .insight-item .insight-item-inner .insight-item-info .title {
            font-weight: 700;
            font-size: 26px;
            color: #fff; }
          .insight-portfolio-filter.style-09 .insight-items .insight-item .insight-item-inner .insight-item-info .category {
            color: #aaa;
            font-weight: 400;
            font-size: 15px; }
            .insight-portfolio-filter.style-09 .insight-items .insight-item .insight-item-inner .insight-item-info .category a {
              color: #aaa; }
              .insight-portfolio-filter.style-09 .insight-items .insight-item .insight-item-inner .insight-item-info .category a:hover {
                color: #0D50AA; }
        .insight-portfolio-filter.style-09 .insight-items .insight-item .insight-item-inner:before {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 7;
          display: block;
          width: 100%;
          height: 100%;
          background-color: black;
          content: "";
          opacity: 0;
          transition: all .5s; }
        .insight-portfolio-filter.style-09 .insight-items .insight-item .insight-item-inner:hover .insight-item-info, .insight-portfolio-filter.style-09 .insight-items .insight-item .insight-item-inner:hover:before {
          opacity: .9; }
        .insight-portfolio-filter.style-09 .insight-items .insight-item .insight-item-inner:hover .insight-item-info {
          top: 50%; }
  .insight-portfolio-filter.style-09.column-2 .grid-sizer {
    width: 50%; }
  .insight-portfolio-filter.style-09.column-2 .insight-items .insight-item {
    width: 50%; }
    .insight-portfolio-filter.style-09.column-2 .insight-items .insight-item .insight-item-inner .insight-item-info {
      padding: 30px 20px; }
      @media (min-width: 992px) {
        .insight-portfolio-filter.style-09.column-2 .insight-items .insight-item .insight-item-inner .insight-item-info {
          padding: 30px 0; } }
      .insight-portfolio-filter.style-09.column-2 .insight-items .insight-item .insight-item-inner .insight-item-info .title {
        font-weight: 500;
        font-size: 20px; }
  .insight-portfolio-filter.style-09.column-3 .grid-sizer {
    width: 33.333%; }
  .insight-portfolio-filter.style-09.column-3 .insight-items .insight-item {
    width: 33.33333333%; }
    .insight-portfolio-filter.style-09.column-3 .insight-items .insight-item .insight-item-inner .insight-item-info {
      padding: 30px 20px; }
      @media (min-width: 992px) {
        .insight-portfolio-filter.style-09.column-3 .insight-items .insight-item .insight-item-inner .insight-item-info {
          padding: 30px 0; } }
      .insight-portfolio-filter.style-09.column-3 .insight-items .insight-item .insight-item-inner .insight-item-info .title {
        font-weight: 500;
        font-size: 20px; }
  .insight-portfolio-filter.style-09.column-4 .grid-sizer {
    width: 25%; }
  .insight-portfolio-filter.style-09.column-4 .insight-items .insight-item {
    width: 25%; }
    .insight-portfolio-filter.style-09.column-4 .insight-items .insight-item .insight-item-inner .insight-item-info {
      padding: 30px 20px;
      border: 1px solid #eee; }
      @media (min-width: 992px) {
        .insight-portfolio-filter.style-09.column-4 .insight-items .insight-item .insight-item-inner .insight-item-info {
          padding: 30px 0;
          border: none; } }
      .insight-portfolio-filter.style-09.column-4 .insight-items .insight-item .insight-item-inner .insight-item-info .title {
        font-size: 18px; }
  .insight-portfolio-filter.style-09.column-5 .grid-sizer {
    width: 20%; }
  .insight-portfolio-filter.style-09.column-5 .insight-items .insight-item {
    width: 20%; }
    .insight-portfolio-filter.style-09.column-5 .insight-items .insight-item .insight-item-inner .insight-item-info {
      padding: 30px 20px;
      border: 1px solid #eee; }
      @media (min-width: 992px) {
        .insight-portfolio-filter.style-09.column-5 .insight-items .insight-item .insight-item-inner .insight-item-info {
          padding: 30px 0;
          border: none; } }
      .insight-portfolio-filter.style-09.column-5 .insight-items .insight-item .insight-item-inner .insight-item-info .title {
        font-size: 18px; }

@media (max-width: 991px) {
  .insight-portfolio-filter .insight-filter ul li {
    display: block; }
    .insight-portfolio-filter .insight-filter ul li a {
      border-bottom: none; }
    .insight-portfolio-filter .insight-filter ul li:last-child a {
      border-bottom: 1px solid #ececec; }
  .insight-portfolio-filter .insight-items .insight-item {
    width: 100% !important; } }

.insight-portfolio-info {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  .insight-portfolio-info-item {
    width: 50%;
    margin-bottom: 30px; }
    .insight-portfolio-info-item .name {
      font-family: Montserrat;
      font-weight: 500;
      color: #222;
      font-size: 16px; }
    .insight-portfolio-info-item .value {
      font-family: "Work Sans";
      font-size: 17px;
      color: #777; }
    .insight-portfolio-info-item.share {
      width: 100%;
      border-top: 1px solid #ddd;
      padding-top: 20px; }
    .insight-portfolio-info-item > div.value.share-buttons a {
      font-size: 16px;
      margin-right: 5px;
      color: #BBBBBB; }
      .insight-portfolio-info-item > div.value.share-buttons a:hover {
        color: #0D50AA; }

.insight-portfolio-list.style-01 .insight-portfolio-list-item .insight-portfolio-list-item-thumb {
  padding: 0;
  overflow: hidden; }
  .insight-portfolio-list.style-01 .insight-portfolio-list-item .insight-portfolio-list-item-thumb img {
    width: 100%;
    height: auto; }

.insight-portfolio-list.style-01 .insight-portfolio-list-item .insight-portfolio-list-item-info {
  padding: 60px 0;
  text-align: center; }
  .insight-portfolio-list.style-01 .insight-portfolio-list-item .insight-portfolio-list-item-info .title {
    font-size: 70px;
    font-weight: 700;
    color: #212121;
    line-height: 1; }
  .insight-portfolio-list.style-01 .insight-portfolio-list-item .insight-portfolio-list-item-info .category {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 400;
    color: #888; }
    .insight-portfolio-list.style-01 .insight-portfolio-list-item .insight-portfolio-list-item-info .category a {
      color: #888; }
      .insight-portfolio-list.style-01 .insight-portfolio-list-item .insight-portfolio-list-item-info .category a:hover {
        color: #0D50AA; }
  .insight-portfolio-list.style-01 .insight-portfolio-list-item .insight-portfolio-list-item-info .more {
    margin-top: 80px; }
    .insight-portfolio-list.style-01 .insight-portfolio-list-item .insight-portfolio-list-item-info .more a {
      display: inline-block;
      height: 62px;
      line-height: 62px;
      padding: 0 30px;
      background-color: #0D50AA;
      color: #fff;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 600; }
      .insight-portfolio-list.style-01 .insight-portfolio-list-item .insight-portfolio-list-item-info .more a:after {
        content: '\e900';
        font-family: 'tri-o';
        font-size: 14px;
        display: inline-block;
        margin-left: 15px; }
      .insight-portfolio-list.style-01 .insight-portfolio-list-item .insight-portfolio-list-item-info .more a:hover {
        background-color: #222; }

.insight-portfolio-list.style-01 .insight-portfolio-list-item:nth-child(even) .col-md-6:first-child {
  order: 1; }

.insight-portfolio-list.style-01 .insight-portfolio-list-item:hover .insight-portfolio-list-item-thumb img {
  transform: scale(1.1); }

.insight-portfolio-list.style-02 .row .insight-portfolio-list-item .insight-portfolio-list-item-thumb {
  padding: 0;
  overflow: hidden; }
  .insight-portfolio-list.style-02 .row .insight-portfolio-list-item .insight-portfolio-list-item-thumb img {
    width: 100%;
    height: auto; }

.insight-portfolio-list.style-02 .row .insight-portfolio-list-item .insight-portfolio-list-item-info {
  padding: 60px 0;
  text-align: center; }
  .insight-portfolio-list.style-02 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .title {
    font-size: 40px;
    font-weight: 700;
    color: #212121;
    line-height: 1; }
  .insight-portfolio-list.style-02 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .category {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 400;
    color: #888; }
    .insight-portfolio-list.style-02 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .category a {
      color: #888; }
      .insight-portfolio-list.style-02 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .category a:hover {
        color: #0D50AA; }
  .insight-portfolio-list.style-02 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .more {
    margin-top: 80px; }
    .insight-portfolio-list.style-02 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .more a {
      display: inline-block;
      height: 62px;
      line-height: 62px;
      padding: 0 30px;
      background-color: #0D50AA;
      color: #fff;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 600; }
      .insight-portfolio-list.style-02 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .more a:after {
        content: '\e900';
        font-family: 'tri-o';
        font-size: 14px;
        display: inline-block;
        margin-left: 15px; }
      .insight-portfolio-list.style-02 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .more a:hover {
        background-color: #222; }

.insight-portfolio-list.style-02 .row .insight-portfolio-list-item:hover .insight-portfolio-list-item-thumb img {
  transform: scale(1.1); }

.insight-portfolio-list.style-02 .row:nth-child(even) .col-md-6:first-child {
  order: 1; }

.insight-portfolio-list.style-03 .row .insight-portfolio-list-item .insight-portfolio-list-item-thumb {
  padding: 0;
  overflow: hidden; }
  .insight-portfolio-list.style-03 .row .insight-portfolio-list-item .insight-portfolio-list-item-thumb img {
    width: 100%;
    height: auto; }

.insight-portfolio-list.style-03 .row .insight-portfolio-list-item .insight-portfolio-list-item-info {
  padding: 120px 100px; }
  .insight-portfolio-list.style-03 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .title {
    font-size: 40px;
    font-weight: 700;
    color: #212121;
    line-height: 1; }
  .insight-portfolio-list.style-03 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .category {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 400;
    color: #888; }
    .insight-portfolio-list.style-03 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .category a {
      color: #888; }
      .insight-portfolio-list.style-03 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .category a:hover {
        color: #0D50AA; }
  .insight-portfolio-list.style-03 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .more a {
    display: inline-block;
    height: 62px;
    line-height: 62px;
    padding: 0 30px;
    background-color: #0D50AA;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600; }
    .insight-portfolio-list.style-03 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .more a:after {
      content: '\e900';
      font-family: 'tri-o';
      font-size: 14px;
      display: inline-block;
      margin-left: 15px; }
    .insight-portfolio-list.style-03 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .more a:hover {
      background-color: #222; }

.insight-portfolio-list.style-03 .row .insight-portfolio-list-item:hover .insight-portfolio-list-item-thumb img {
  transform: scale(1.1); }

.insight-portfolio-list.style-03 .row .insight-portfolio-list-item:nth-child(even) .col-md-12:first-child {
  order: 1; }

.insight-portfolio-list.style-04 .row .insight-portfolio-list-item .insight-portfolio-list-item-thumb {
  padding: 0;
  overflow: hidden; }
  .insight-portfolio-list.style-04 .row .insight-portfolio-list-item .insight-portfolio-list-item-thumb img {
    width: 100%;
    height: auto; }

.insight-portfolio-list.style-04 .row .insight-portfolio-list-item .insight-portfolio-list-item-info {
  padding: 60px 50px; }
  .insight-portfolio-list.style-04 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .title {
    font-size: 40px;
    font-weight: 700;
    color: #212121;
    line-height: 1; }
  .insight-portfolio-list.style-04 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .category {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 400;
    color: #888; }
    .insight-portfolio-list.style-04 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .category a {
      color: #888; }
      .insight-portfolio-list.style-04 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .category a:hover {
        color: #0D50AA; }
  .insight-portfolio-list.style-04 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .more a {
    display: inline-block;
    height: 62px;
    line-height: 62px;
    padding: 0 30px;
    background-color: #0D50AA;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600; }
    .insight-portfolio-list.style-04 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .more a:after {
      content: '\e900';
      font-family: 'tri-o';
      font-size: 14px;
      display: inline-block;
      margin-left: 15px; }
    .insight-portfolio-list.style-04 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .more a:hover {
      background-color: #222; }

.insight-portfolio-list.style-04 .row .insight-portfolio-list-item:hover .insight-portfolio-list-item-thumb img {
  transform: scale(1.1); }

.insight-portfolio-list.style-04 .row .insight-portfolio-list-item:nth-child(even) .col-md-12:first-child {
  order: 1; }

@media (max-width: 767px) {
  .insight-portfolio-list.style-01 .insight-portfolio-list-item .insight-portfolio-list-item-info {
    text-align: center;
    padding: 60px 30px; }
    .insight-portfolio-list.style-01 .insight-portfolio-list-item .insight-portfolio-list-item-info .more {
      margin-top: 30px; }
  .insight-portfolio-list.style-01 .insight-portfolio-list-item:nth-child(even) .col-md-6:first-child {
    order: 0; }
  .insight-portfolio-list.style-02 .row .insight-portfolio-list-item .insight-portfolio-list-item-info {
    text-align: center;
    padding: 60px 30px; }
    .insight-portfolio-list.style-02 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .more {
      margin-top: 30px; }
  .insight-portfolio-list.style-02 .row:nth-child(even) .col-md-6:first-child {
    order: 0; }
  .insight-portfolio-list.style-03 .row .insight-portfolio-list-item .insight-portfolio-list-item-info {
    text-align: center;
    padding: 60px 30px; }
    .insight-portfolio-list.style-03 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .more {
      margin-top: 30px; }
  .insight-portfolio-list.style-03 .row .insight-portfolio-list-item:nth-child(even) .col-md-12:first-child {
    order: 0; }
  .insight-portfolio-list.style-04 .row .insight-portfolio-list-item .insight-portfolio-list-item-info {
    text-align: center;
    padding: 60px 30px; }
    .insight-portfolio-list.style-04 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .more {
      margin-top: 30px; }
  .insight-portfolio-list.style-04 .row .insight-portfolio-list-item:nth-child(even) .col-md-12:first-child {
    order: 0; } }

.insight-portfolio-navigation {
  padding: 50px 85px;
  margin: 0;
  background-color: #eee; }
  .insight-portfolio-navigation .row {
    align-items: center; }
  .insight-portfolio-navigation .col-left {
    text-align: left; }
  .insight-portfolio-navigation .col-center {
    text-align: center; }
    .insight-portfolio-navigation .col-center a {
      text-align: center;
      font-size: 25px;
      height: 40px;
      line-height: 40px;
      color: #232323;
      display: inline-block; }
      .insight-portfolio-navigation .col-center a img {
        vertical-align: middle; }
  .insight-portfolio-navigation .col-right {
    text-align: right; }
  .insight-portfolio-navigation .col-left a, .insight-portfolio-navigation .col-right a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #232323; }
    .insight-portfolio-navigation .col-left a i, .insight-portfolio-navigation .col-right a i {
      font-size: 40px;
      vertical-align: middle; }
  .insight-portfolio-navigation .col-left a:hover, .insight-portfolio-navigation .col-center a:hover, .insight-portfolio-navigation .col-right a:hover {
    color: #0D50AA;
    border-color: #0D50AA; }

.insight-portfolio-parallax .insight-portfolio-parallax-item {
  position: relative; }
  .insight-portfolio-parallax .insight-portfolio-parallax-item .parallax-window {
    min-height: 860px;
    background: transparent; }
  .insight-portfolio-parallax .insight-portfolio-parallax-item img {
    width: 100%;
    height: auto; }
  .insight-portfolio-parallax .insight-portfolio-parallax-item .info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }
    .insight-portfolio-parallax .insight-portfolio-parallax-item .info .category {
      font-size: 17px;
      color: #fff;
      margin-bottom: 25px; }
      .insight-portfolio-parallax .insight-portfolio-parallax-item .info .category a {
        font-size: 17px;
        color: #fff; }
        .insight-portfolio-parallax .insight-portfolio-parallax-item .info .category a:hover {
          color: #0D50AA; }
    .insight-portfolio-parallax .insight-portfolio-parallax-item .info .title {
      line-height: 1.2;
      margin-bottom: 38px; }
      .insight-portfolio-parallax .insight-portfolio-parallax-item .info .title a {
        font-size: 52px;
        font-weight: 500;
        color: #fff;
        font-family: Montserrat; }
        .insight-portfolio-parallax .insight-portfolio-parallax-item .info .title a:hover {
          color: #0D50AA; }
        @media (max-width: 767px) {
          .insight-portfolio-parallax .insight-portfolio-parallax-item .info .title a {
            font-size: 40px; } }

.insight-portfolio-parallax__button {
  display: inline-block;
  height: 55px;
  line-height: 50px;
  border: 2px solid #fff;
  border-radius: 40px;
  padding: 0 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: Montserrat; }
  .insight-portfolio-parallax__button:hover {
    background-color: #fff; }

.insight-portfolio-single {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden; }
  .insight-portfolio-single .image {
    width: 100%;
    height: auto; }
    .insight-portfolio-single .image img {
      width: 100%;
      height: auto; }
  .insight-portfolio-single .info {
    width: 200px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff; }
    .insight-portfolio-single .info .info-inner {
      width: 100%;
      height: 100%;
      position: relative; }
      .insight-portfolio-single .info .info-inner span.title {
        display: inline-block;
        font-family: Montserrat;
        font-size: 28px;
        font-weight: 500;
        line-height: 1;
        color: #222;
        white-space: nowrap;
        position: absolute;
        top: 15px;
        left: 40px;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
        transform-origin: 0 50%; }
      .insight-portfolio-single .info .info-inner span.link {
        display: inline-block;
        line-height: 1;
        white-space: nowrap;
        position: absolute;
        bottom: 0;
        left: 30px;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
        transform-origin: 0 0; }
        .insight-portfolio-single .info .info-inner span.link a {
          font-family: "Work Sans";
          font-weight: 400;
          font-size: 17px;
          line-height: 1;
          padding-bottom: 5px;
          border-bottom: 1px solid #ddd;
          color: #222;
          display: inline-block;
          transform: translate(-100%, -15px); }
          .insight-portfolio-single .info .info-inner span.link a:hover {
            color: #0D50AA; }
  .insight-portfolio-single:hover .image img {
    transform: scale(1.1); }
  @media (max-width: 991px) {
    .insight-portfolio-single .info {
      width: 80px; }
      .insight-portfolio-single .info .info-inner span.link {
        display: none; } }

.insight-price-box {
  position: relative;
  padding: 60px 40px;
  border-radius: 5px;
  background-color: #fff;
  text-align: center; }
  .insight-price-box__title {
    margin-bottom: 20px;
    color: #222;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 18px; }
  .insight-price-box__info {
    margin-bottom: 30px;
    color: #222;
    letter-spacing: 0.8px;
    font-weight: 600;
    font-size: 48px;
    line-height: 1; }
    .insight-price-box__info:first-letter {
      vertical-align: top;
      font-size: 20px; }
  .insight-price-box__features {
    margin-bottom: 30px; }
  .insight-price-box .insight-price-box__button .insight-button {
    text-align: center; }
  .insight-price-box.yes span {
    display: block;
    margin-bottom: 30px;
    color: #aaa;
    letter-spacing: 0.79px;
    font-size: 11px; }
  .insight-price-box.yes .insight-price-box__info {
    color: #0D50AA; }
  .insight-price-box.style-02 {
    position: relative; }
    .insight-price-box.style-02 .title-container {
      height: 114px;
      padding-top: 10px; }
      .insight-price-box.style-02 .title-container span {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 23px;
        background-color: #0D50AA;
        color: #fff;
        font-size: 11px;
        font-weight: 500;
        font-family: Montserrat;
        line-height: 2;
        letter-spacing: 0.079em; }
    .insight-price-box.style-02 .insight-price-box__title {
      color: #0D50AA;
      margin-bottom: 8px; }
    .insight-price-box.style-02.yes .insight-price-box__info {
      color: #333; }
    .insight-price-box.style-02 .insight-price-box__info {
      font-size: 32px;
      margin-bottom: 0; }
      .insight-price-box.style-02 .insight-price-box__info div {
        font-size: 15px;
        color: #777;
        display: inline-block;
        font-weight: 400; }
    .insight-price-box.style-02 .insight-price-box__button {
      padding-top: 10px;
      padding-bottom: 10px; }
      .insight-price-box.style-02 .insight-price-box__button .insight-button {
        text-align: center; }
    .insight-price-box.style-02 .insight-price-box__features .item {
      height: 40px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      color: #777;
      border-bottom: 1px solid rgba(51, 51, 51, 0.1);
      font-size: 17px;
      line-height: 1;
      padding-top: 12px; }
      .insight-price-box.style-02 .insight-price-box__features .item:first-child {
        border-top: 1px solid rgba(51, 51, 51, 0.1); }

.insight-pricing-table {
  align-items: stretch;
  display: flex;
  background-color: #F5F5F5;
  border: 1px solid #ccc; }
  @media (max-width: 991px) {
    .insight-pricing-table {
      max-width: 100%;
      overflow-x: scroll; } }
  .insight-pricing-table .compare-title {
    width: 350px;
    padding: 30px; }
    .insight-pricing-table .compare-title .title {
      height: 114px;
      font-size: 26px;
      color: #222;
      line-height: 32px;
      font-weight: 500;
      font-family: Montserrat;
      padding-left: 20px; }
    .insight-pricing-table .compare-title .features .item {
      height: 40px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      border-bottom: 1px solid #ddd;
      padding-left: 20px;
      font-size: 17px;
      line-height: 2.3; }
      .insight-pricing-table .compare-title .features .item:first-child {
        border-top: 1px solid #ddd; }
  .insight-pricing-table .price-boxes {
    flex-grow: 2; }
    .insight-pricing-table .price-boxes .inside {
      display: flex;
      align-items: stretch; }
      .insight-pricing-table .price-boxes .inside .insight-price-box {
        flex-grow: 2;
        padding: 30px; }
        @media (max-width: 991px) {
          .insight-pricing-table .price-boxes .inside .insight-price-box {
            min-width: 320px; } }

.insight-product-carousel .woo-products {
  margin-bottom: 0; }
  .insight-product-carousel .woo-products div.product {
    outline: none;
    box-shadow: none;
    margin-bottom: 0 !important; }

.insight-product-carousel .slick-arrow {
  width: 22px;
  height: 60px;
  line-height: 60px; }
  .insight-product-carousel .slick-arrow:before {
    font-family: FontAwesome;
    font-size: 60px;
    color: #222;
    opacity: .2; }
  .insight-product-carousel .slick-arrow.slick-prev {
    left: -30px; }
    .insight-product-carousel .slick-arrow.slick-prev:before {
      content: '\f104'; }
  .insight-product-carousel .slick-arrow.slick-next {
    right: -30px; }
    .insight-product-carousel .slick-arrow.slick-next:before {
      content: '\f105'; }
  .insight-product-carousel .slick-arrow:hover:before {
    opacity: 1; }

.insight-product-column {
  position: relative;
  padding: 30px;
  border: 1px solid #eee; }
  .insight-product-column .title {
    font-size: 24px;
    font-weight: 500;
    color: #222;
    height: 30px;
    line-height: 30px;
    padding: 0 60px 0 0;
    position: relative;
    margin-bottom: 10px; }
  .insight-product-column .items {
    position: static;
    margin: 0; }
    .insight-product-column .items .item {
      outline: none; }
      .insight-product-column .items .item .product-item {
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        width: 100%; }
        .insight-product-column .items .item .product-item .product-thumb {
          width: 80px;
          height: auto;
          margin-right: 20px;
          position: relative; }
          .insight-product-column .items .item .product-item .product-thumb img {
            width: 100%;
            height: auto;
            border: none; }
        .insight-product-column .items .item .product-item .product-info .product-title {
          display: block;
          font-size: 16px;
          font-weight: 500;
          color: #222; }
          .insight-product-column .items .item .product-item .product-info .product-title a {
            color: #222; }
        .insight-product-column .items .item .product-item .product-info .product-price {
          display: block;
          color: #777;
          font-size: 17px;
          font-weight: 500;
          line-height: 1; }
          .insight-product-column .items .item .product-item .product-info .product-price ins {
            background: none; }
          .insight-product-column .items .item .product-item .product-info .product-price del {
            color: #cbcac8; }
            .insight-product-column .items .item .product-item .product-info .product-price del .amount {
              color: #cbcac8; }
        .insight-product-column .items .item .product-item:last-child {
          margin-bottom: 0; }
    .insight-product-column .items .slick-prev, .insight-product-column .items .slick-next {
      position: absolute;
      top: 35px;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center; }
      .insight-product-column .items .slick-prev:before, .insight-product-column .items .slick-next:before {
        font-family: FontAwesome;
        font-size: 30px;
        color: #222;
        opacity: .2; }
      .insight-product-column .items .slick-prev:hover:before, .insight-product-column .items .slick-next:hover:before {
        opacity: 1; }
    .insight-product-column .items .slick-prev {
      right: 60px;
      left: auto; }
      .insight-product-column .items .slick-prev:before {
        content: "\f104"; }
    .insight-product-column .items .slick-next {
      right: 30px;
      left: auto; }
      .insight-product-column .items .slick-next:before {
        content: "\f105"; }

.insight-product-single {
  display: block;
  width: 100%; }
  .insight-product-single a {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden; }
    .insight-product-single a img {
      display: block;
      width: 100%;
      height: auto;
      z-index: 6; }
    .insight-product-single a .info {
      position: absolute;
      z-index: 7;
      left: 0;
      bottom: 0;
      display: block;
      width: 100%;
      padding: 40px 30px;
      background-color: #fff;
      text-align: center;
      opacity: 0;
      transform: translateY(100%); }
      .insight-product-single a .info .title {
        font-family: Montserrat;
        font-size: 18px;
        font-weight: 500;
        color: #222 !important; }
      .insight-product-single a .info .price {
        font-family: Montserrat;
        font-size: 17px;
        font-weight: 500;
        color: #777; }
        .insight-product-single a .info .price del {
          opacity: .5; }
        .insight-product-single a .info .price ins {
          background-color: transparent; }
    .insight-product-single a:hover img {
      transform: scale(1.1); }
    .insight-product-single a:hover .info {
      opacity: 1;
      transform: translateY(0); }

.insight-progress-bars .progress-item {
  margin-bottom: 40px; }
  .insight-progress-bars .progress-item .progress {
    height: 4px;
    background: transparent;
    box-shadow: none;
    overflow: inherit;
    background-color: #F5F5F5;
    position: relative; }
  .insight-progress-bars .progress-item .progress-label {
    margin-bottom: 6px;
    font-weight: 500;
    color: #1f1f1f; }
  .insight-progress-bars .progress-item .progress-bar {
    position: relative;
    height: 100%;
    width: 5%; }
  .insight-progress-bars .progress-item .progress_units {
    position: absolute;
    top: -32px;
    right: -16px;
    color: #0D50AA;
    font-weight: 500; }
  .insight-progress-bars .progress-item.reverse .progress-label {
    text-align: right; }
  .insight-progress-bars .progress-item.reverse .progress_units {
    left: 0; }
  .insight-progress-bars .progress-item.reverse .progress-bar {
    float: right; }

.insight-progress-bars .progress-bar {
  background: #0D50AA;
  position: relative; }
  .insight-progress-bars .progress-bar:after {
    content: '';
    display: block;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: inherit;
    position: absolute;
    right: -4px;
    top: -4px; }

.insight-progress-steps {
  display: block;
  width: 100%;
  padding: 0 0 0 70px;
  position: relative; }
  @media (max-width: 991px) {
    .insight-progress-steps {
      margin-bottom: 50px; } }
  .insight-progress-steps--step {
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
    color: #0D50AA;
    position: absolute;
    top: -4px;
    left: 0; }
  .insight-progress-steps--title {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin: 0 0 15px 0;
    line-height: 1;
    color: #222; }
  .insight-progress-steps--content {
    display: block;
    margin: 0;
    font-family: "Work Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #777; }
  .insight-progress-steps.style-02 {
    padding: 0 0 0 55px; }
    .insight-progress-steps.style-02 .insight-progress-steps--title {
      font-size: 36px;
      font-weight: 500;
      margin-bottom: 25px; }
    .insight-progress-steps.style-02 .insight-progress-steps--step {
      font-size: 18px;
      font-weight: 500;
      padding-top: 10px; }

.insight-separator {
  display: block;
  width: 100%;
  height: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ddd;
  text-align: center;
  position: relative; }
  .insight-separator a {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background-color: #0D50AA;
    color: #fff;
    transform: translate(-50%, -50%); }
    .insight-separator a:before {
      font-family: 'linea-arrows-10';
      content: '\e083';
      font-size: 24px; }
    .insight-separator a:hover {
      background-color: #222;
      color: #fff; }

.insight-shop-banner {
  display: block;
  width: 100%;
  height: auto;
  position: relative; }
  .insight-shop-banner img {
    display: block;
    width: 100%;
    height: auto; }
  .insight-shop-banner .content {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 100%;
    text-align: center;
    padding: 30px;
    transform: translateY(-50%); }
    .insight-shop-banner .content .text {
      font-family: Montserrat;
      font-size: 48px;
      font-weight: 500;
      line-height: 1.2;
      color: #fff;
      margin-bottom: 10px; }
    .insight-shop-banner .content .link a {
      font-family: "Work Sans";
      font-size: 17px;
      font-weight: 400;
      line-height: 1;
      color: #fff;
      padding: 0 0 10px 0;
      border-width: 0 0 1px 0;
      border-style: solid;
      border-color: #fff; }
      .insight-shop-banner .content .link a:hover {
        color: #222;
        border-color: #222; }
  .insight-shop-banner.style-02 .content {
    top: 0;
    transform: translateY(0);
    text-align: left;
    padding: 70px 50px; }
    .insight-shop-banner.style-02 .content > div {
      display: inline-block; }
    .insight-shop-banner.style-02 .content .text {
      font-size: 32px;
      color: #222;
      margin-bottom: 0; }
    .insight-shop-banner.style-02 .content .link {
      float: right; }
      .insight-shop-banner.style-02 .content .link a {
        color: #222;
        border-color: #222; }
        .insight-shop-banner.style-02 .content .link a:hover {
          color: #0D50AA;
          border-color: #0D50AA; }
  .insight-shop-banner.style-03 .content {
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    padding: 70px 110px; }
    .insight-shop-banner.style-03 .content > div {
      display: inline-block; }
    .insight-shop-banner.style-03 .content .text {
      display: block;
      font-family: Montserrat;
      font-size: 70px;
      font-weight: 500;
      color: #0D50AA;
      margin-bottom: 10px; }
    .insight-shop-banner.style-03 .content .link {
      display: block; }
      .insight-shop-banner.style-03 .content .link a {
        color: #222;
        border-color: #222; }
        .insight-shop-banner.style-03 .content .link a:hover {
          color: #0D50AA;
          border-color: #0D50AA; }
  .insight-shop-banner.style-04 .content {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 100%;
    text-align: center;
    padding: 30px;
    transform: translateY(-50%); }
    .insight-shop-banner.style-04 .content .text {
      font-family: Montserrat;
      font-size: 70px;
      font-weight: 700;
      color: #D0011B;
      text-transform: uppercase;
      margin-bottom: 10px; }
    .insight-shop-banner.style-04 .content .link {
      display: block; }
      .insight-shop-banner.style-04 .content .link a {
        color: #222;
        border-color: #222; }
        .insight-shop-banner.style-04 .content .link a:hover {
          color: #0D50AA;
          border-color: #0D50AA; }
  @media (max-width: 991px) {
    .insight-shop-banner .content {
      text-align: center !important;
      padding: 30px !important;
      position: absolute !important;
      top: 50% !important;
      transform: translateY(-50%) !important; }
      .insight-shop-banner .content .text {
        font-size: 40px !important;
        float: none !important; }
      .insight-shop-banner .content .link {
        float: none !important; } }

.insight-shortcodes-list {
  background: #fff;
  width: 100%;
  min-height: 160px;
  margin-bottom: 30px;
  padding: 0 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
  border-radius: 10px; }
  .insight-shortcodes-list:hover {
    box-shadow: 0px 8px 15px 0 rgba(0, 0, 0, 0.1); }
  .insight-shortcodes-list .media {
    color: #0D50AA;
    display: block;
    width: 100%;
    font-size: 50px;
    line-height: .5; }
  .insight-shortcodes-list span {
    display: block;
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    color: #111111; }
  .insight-shortcodes-list:hover .media img, .insight-shortcodes-list:hover .media i {
    transform: translateY(-10px);
    backface-visibility: hidden;
    perspective: 1000px; }
  .insight-shortcodes-list:hover span {
    color: #0D50AA; }

.insight-socials a {
  display: inline-block;
  color: #333;
  text-align: center;
  font-size: 20px; }
  .insight-socials a:hover {
    color: #0D50AA; }

.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: #0D50AA;
    color: #0D50AA; }

.insight-socials.dark a {
  display: inline-block;
  padding: 0 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: #0D50AA; }

.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: 0 10px;
  color: #fff;
  font-size: 20px;
  line-height: 20px; }
  .insight-socials.light a:hover {
    opacity: .7; }
  .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: 370px;
  margin: 0 auto;
  text-align: center; }
  .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 input[type="email"] {
    width: 100%;
    height: 60px;
    line-height: 58px;
    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: #0D50AA;
    background-color: transparent;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    outline: none;
    box-shadow: none; }
    .insight-subscribe.style-01 input[type="email"]::-webkit-input-placeholder {
      color: #333; }
  .insight-subscribe.style-01 input[type="submit"] {
    height: 56px;
    line-height: 56px;
    box-shadow: none;
    border: none;
    background-color: #0D50AA;
    color: #fff;
    padding: 0 40px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    border-radius: 28px;
    cursor: pointer;
    outline: none;
    box-shadow: none; }
    .insight-subscribe.style-01 input[type="submit"]:hover {
      background-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: #ccc;
    background-color: transparent;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    outline: none;
    box-shadow: none; }
    .insight-subscribe.style-02 input[type="email"]::-webkit-input-placeholder {
      color: #333; }
  .insight-subscribe.style-02 input[type="submit"] {
    height: 56px;
    line-height: 56px;
    box-shadow: none;
    border: none;
    background-color: #0D50AA;
    color: #fff;
    padding: 0 40px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    border-radius: 28px;
    cursor: pointer;
    outline: none;
    box-shadow: none; }
    .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-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    border-radius: 28px;
    cursor: pointer;
    outline: none;
    box-shadow: none; }
    .insight-subscribe.style-03 input[type="submit"]:hover {
      background-color: #fff;
      color: #0D50AA; }

.insight-subscribe.style-04 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin: 0 auto; }
  .insight-subscribe.style-04 input[type="email"] {
    flex-grow: 1;
    min-width: 470px;
    height: 55px;
    line-height: 51px;
    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: #fff;
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    outline: none;
    box-shadow: none; }
    .insight-subscribe.style-04 input[type="email"]::-webkit-input-placeholder {
      color: #fff; }
  .insight-subscribe.style-04 input[type="submit"] {
    height: 55px;
    line-height: 55px;
    box-shadow: none;
    border: none;
    background-color: transparent;
    color: #fff;
    padding: 0 40px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    border-radius: 28px;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f20046), color-stop(100%, #ffaf01));
    background: -moz-linear-gradient(left, #f20046 0%, #ffaf01 100%);
    background: -webkit-linear-gradient(left, #f20046 0%, #ffaf01 100%);
    background: -o-linear-gradient(left, #f20046 0%, #ffaf01 100%);
    background: -ms-linear-gradient(left, #f20046 0%, #ffaf01 100%);
    background: linear-gradient(left, #f20046 0%, #ffaf01 100%); }
    .insight-subscribe.style-04 input[type="submit"]:hover {
      background: none;
      background-color: #fff;
      color: #222; }
  @media (max-width: 991px) {
    .insight-subscribe.style-04 input[type="email"] {
      min-width: 0;
      margin-bottom: 20px; } }

.insight-tabs .nav-tab {
  display: block;
  clear: both;
  width: 100%;
  font-size: 0; }
  .insight-tabs .nav-tab .item {
    position: relative;
    display: inline-block;
    margin: 2px 4px -2px 0;
    padding: 10px 30px;
    background-color: #eee;
    color: #202020;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    transition: all .5s; }
    .insight-tabs .nav-tab .item:before {
      position: absolute;
      bottom: -9px;
      left: 50%;
      margin-left: -8px;
      width: 0;
      height: 0;
      border-width: 9px 8.5px 0;
      border-style: solid;
      border-color: transparent;
      content: "";
      transition: all .5s; }
    .insight-tabs .nav-tab .item.active, .insight-tabs .nav-tab .item:hover {
      background-color: #0D50AA;
      color: #fff; }
      .insight-tabs .nav-tab .item.active:before, .insight-tabs .nav-tab .item:hover:before {
        border-color: #0D50AA transparent transparent transparent; }

.insight-tabs .content-tab {
  display: block; }
  .insight-tabs .content-tab .item {
    display: none;
    padding: 50px 40px;
    border: 2px solid #eee; }
    .insight-tabs .content-tab .item.active {
      display: block; }
    .insight-tabs .content-tab .item span {
      background-color: #0D50AA;
      color: #fff; }
      .insight-tabs .content-tab .item span.date {
        display: block;
        margin-bottom: 10px;
        background-color: transparent !important;
        color: #0D50AA;
        font-family: Montserrat;
        font-size: 24px;
        font-weight: 500; }
      .insight-tabs .content-tab .item span.time {
        display: block;
        margin-top: 40px;
        margin-bottom: 10px;
        background-color: transparent !important;
        color: #222;
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 500; }

.insight-tabs.classic .content-tab .item {
  padding: 30px 0;
  border: none;
  border-top: 2px solid #eee; }

.insight-tabs.classic .nav-tab {
  display: block;
  clear: both;
  width: 100%;
  font-size: 0; }
  .insight-tabs.classic .nav-tab .item {
    display: inline-block;
    margin: 2px 40px -2px 0;
    padding: 10px 0;
    border-bottom: 2px solid #eee;
    background-color: #fff;
    color: #202020;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer; }
    .insight-tabs.classic .nav-tab .item:before {
      display: none; }
    .insight-tabs.classic .nav-tab .item.active, .insight-tabs.classic .nav-tab .item:hover {
      border-bottom-color: #0D50AA;
      background-color: #fff;
      color: #202020; }

.insight-tabs.classic .content-tab .item span {
  background-color: #1f1f1f; }

.insight-tabs.vertical {
  display: flex; }
  .insight-tabs.vertical .content-tab {
    width: 75%; }
  .insight-tabs.vertical .nav-tab {
    width: 25%; }
    .insight-tabs.vertical .nav-tab .item {
      margin-bottom: 2px; }
      .insight-tabs.vertical .nav-tab .item:before {
        position: absolute;
        top: 50%;
        right: -9px;
        left: auto;
        margin-top: -8.5px;
        width: 0;
        height: 0;
        border-width: 8.5px 0 8.5px 9px;
        border-style: solid;
        border-color: transparent;
        content: ""; }
      .insight-tabs.vertical .nav-tab .item.active:before, .insight-tabs.vertical .nav-tab .item:hover:before {
        border-color: transparent transparent transparent #0D50AA; }
    .insight-tabs.vertical .nav-tab span {
      display: block;
      margin: 0; }
  @media (max-width: 991px) {
    .insight-tabs.vertical {
      display: block; }
      .insight-tabs.vertical .content-tab, .insight-tabs.vertical .nav-tab {
        width: 100%; }
      .insight-tabs.vertical .nav-tab .item {
        margin-bottom: -2px; } }

@media (max-width: 767px) {
  .insight-tabs .nav-tab .item {
    width: 100%;
    margin-bottom: -2px; }
    .insight-tabs .nav-tab .item:before {
      display: none; } }

.insight-team-member {
  text-align: center;
  line-height: 1.4;
  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; }
    .insight-team-member .image:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: -webkit-linear-gradient(bottom, #000000, transparent);
      background: -o-linear-gradient(top, #000000, transparent);
      background: -moz-linear-gradient(top, #000000, transparent);
      background: linear-gradient(to top, #000000, transparent);
      opacity: 0;
      z-index: 7; }
    .insight-team-member .image .socials {
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 100%;
      padding: 30px;
      text-align: center;
      z-index: 8;
      opacity: 0; }
      .insight-team-member .image .socials a {
        color: #fff;
        font-size: 22px;
        display: inline-block;
        margin: 0 10px; }
        .insight-team-member .image .socials a:hover {
          color: #0D50AA; }
  .insight-team-member .info {
    display: block;
    width: 100%;
    padding: 30px;
    z-index: 7; }
    .insight-team-member .info .name {
      font-family: Montserrat;
      font-size: 18px;
      font-weight: 500;
      color: #0D50AA; }
    .insight-team-member .info .tagline {
      font-family: "Work Sans";
      font-weight: 400;
      font-size: 17px;
      color: #777; }
  .insight-team-member:hover .image:before {
    opacity: 1; }
  .insight-team-member:hover .image .socials {
    bottom: 0;
    opacity: 1; }
  .insight-team-member.style-02 .image .socials {
    text-align: right;
    top: 0;
    bottom: auto; }
    .insight-team-member.style-02 .image .socials a {
      display: block;
      margin: 0 0 10px 0; }
  .insight-team-member.style-02 .info {
    position: absolute;
    left: 0;
    bottom: -10px;
    opacity: 0; }
  .insight-team-member.style-02:hover .info {
    bottom: 0;
    opacity: 1; }

.insight-testimonials .slick-slider.slick-slider {
  margin-bottom: 0; }

.insight-testimonials .slick-slider .slick-slide:focus {
  outline: none; }

.insight-testimonials .slick-slider .slick-arrow {
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  text-align: center; }
  .insight-testimonials .slick-slider .slick-arrow:before {
    font-family: 'linea-arrows-10';
    color: #222;
    font-size: 60px;
    opacity: .2; }
  .insight-testimonials .slick-slider .slick-arrow.slick-next {
    right: -60px; }
    .insight-testimonials .slick-slider .slick-arrow.slick-next:before {
      content: '\e04b'; }
  .insight-testimonials .slick-slider .slick-arrow.slick-prev {
    left: -60px; }
    .insight-testimonials .slick-slider .slick-arrow.slick-prev:before {
      content: '\e03f'; }

.insight-testimonials .slick-slider .slick-dots {
  margin: 0;
  text-align: left; }
  .insight-testimonials .slick-slider .slick-dots li {
    width: 15px;
    height: 15px; }
    .insight-testimonials .slick-slider .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-slider .slick-dots li.slick-active button {
      border-color: #222; }

.insight-testimonials .slick-slider .info .author .name {
  font-size: 20px;
  font-weight: 500;
  font-family: Montserrat;
  line-height: 1; }

.insight-testimonials .slick-slider .info .author .tagline {
  font-size: 16px; }

.insight-testimonials .slick-slider .text {
  font-size: 24px;
  line-height: 37px;
  margin-top: 35px;
  margin-bottom: 25px; }

.insight-testimonials.text-center .slick-slider .slick-dots {
  text-align: center; }

.insight-testimonials.text-left .slick-slider .slick-dots {
  text-align: left; }

.insight-testimonials.text-right .slick-slider .slick-dots {
  text-align: right; }

.insight-testimonials.dark .slick-slider .slick-dots li.slick-active button {
  border-color: #0D50AA; }

.insight-testimonials.dark .slick-slider .info .author .name {
  color: #0D50AA; }

.insight-testimonials.dark .slick-slider .info .author .tagline {
  color: #777; }

.insight-testimonials.dark .slick-slider .text {
  color: #222; }

.insight-testimonials.grey .slick-slider .slick-dots li.slick-active button {
  border-color: #0D50AA; }

.insight-testimonials.grey .slick-slider .info .author .name {
  color: #0D50AA; }

.insight-testimonials.grey .slick-slider .info .author .tagline {
  color: #777; }

.insight-testimonials.grey .slick-slider .text {
  color: #777; }

.insight-testimonials.light .slick-slider .slick-dots li button {
  opacity: 0.2;
  border-color: #fff; }

.insight-testimonials.light .slick-slider .slick-dots li.slick-active button {
  opacity: 1; }

.insight-testimonials.light .slick-slider .info .author .name {
  color: #fff; }

.insight-testimonials.light .slick-slider .info .author .tagline {
  color: #fff;
  opacity: 0.6; }

.insight-testimonials.light .slick-slider .text {
  color: #fff; }

.insight-testimonials.has-photo {
  position: relative;
  overflow: hidden; }
  .insight-testimonials.has-photo .container {
    position: static; }
  .insight-testimonials.has-photo .slick-dots {
    margin: 0;
    text-align: left; }
  .insight-testimonials.has-photo .photoslider {
    max-width: 754px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 66.66667%;
    padding-left: 20px;
    background-color: #fff; }
    .insight-testimonials.has-photo .photoslider img {
      max-width: none;
      height: 100%; }
    .insight-testimonials.has-photo .photoslider .slick-dots {
      display: none !important; }
    @media (max-width: 991px) {
      .insight-testimonials.has-photo .photoslider {
        visibility: hidden; } }

.insight-twitter {
  max-width: 900px;
  margin: 0 auto; }
  .insight-twitter .tweet {
    padding: 0 30px;
    position: relative;
    text-align: center;
    outline: none; }
    .insight-twitter .tweet:before {
      display: block;
      content: "\f099";
      font-size: 120px;
      line-height: 1;
      font-family: FontAwesome;
      margin-bottom: 10px;
      color: #0D50AA; }
    .insight-twitter .tweet .tweet-heading {
      font-family: Montserrat;
      font-size: 24px;
      font-weight: 500;
      color: #222; }
    .insight-twitter .tweet .tweet-username {
      font-size: 17px;
      font-weight: 400;
      font-family: "Work Sans";
      color: #777; }
    .insight-twitter .tweet .tweet-text {
      font-size: 24px;
      font-weight: 400;
      font-family: "Work Sans";
      margin-top: 40px;
      color: #777; }
  .insight-twitter .slick-dots {
    position: absolute;
    height: 16px;
    bottom: -50px;
    margin: 0; }
    .insight-twitter .slick-dots li {
      width: 16px;
      height: 16px;
      overflow: hidden; }
      .insight-twitter .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-twitter .slick-dots li.slick-active button {
        border-color: #0D50AA; }

.insight-video {
  overflow: hidden; }
  .insight-video a {
    display: block;
    width: 100%;
    position: relative; }
    .insight-video a img {
      z-index: 6;
      width: 100%;
      height: auto; }
    .insight-video a:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.1);
      z-index: 7; }
    .insight-video a:after {
      content: '';
      width: 90px;
      height: 90px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background: url("assets/images/play.png") no-repeat center;
      z-index: 8; }
  .insight-video:hover a img {
    transform: scale(1.1); }

@media (max-width: 991px) {
  .insight-view-demo .insight-filter ul li {
    display: block; }
    .insight-view-demo .insight-filter ul li a {
      border-bottom: none; }
    .insight-view-demo .insight-filter ul li:last-child a {
      border-bottom: 1px solid #ececec; }
  .insight-view-demo .insight-items .insight-view-demo-item {
    width: 100% !important; } }

.insight-view-demo .insight-filter {
  padding-bottom: 35px; }
  .insight-view-demo .insight-filter ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .insight-view-demo .insight-filter ul li {
      display: inline-block;
      margin-right: 40px; }
      .insight-view-demo .insight-filter ul li a {
        position: relative;
        display: block;
        color: #222;
        font-size: 15px; }
        .insight-view-demo .insight-filter ul li a:before {
          position: absolute;
          bottom: 0;
          left: 50%;
          width: 0;
          height: 2px;
          background-color: #ddd;
          content: "";
          transform: translateX(-50%);
          transition: all .5s; }
        .insight-view-demo .insight-filter ul li a.active:before {
          width: 100%; }

.insight-view-demo .insight-items {
  display: block;
  width: 100% !important; }

.insight-view-demo .grid-sizer {
  width: 33.33%; }

.insight-view-demo .insight-view-demo-item {
  width: 33.33333333%;
  padding: 15px; }

.insight-view-demo .item-wrap {
  border-radius: 10px;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.06); }
  .insight-view-demo .item-wrap:hover .overlay {
    background: rgba(255, 255, 255, 0.9);
    visibility: visible;
    opacity: .9; }
  .insight-view-demo .item-wrap:hover .overlay-content {
    visibility: visible;
    opacity: 1;
    transition: .3s ease-out .3s;
    transform: translateY(0); }

.insight-view-demo .info {
  padding: 38px 15px;
  background: #fff;
  text-align: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }

.insight-view-demo .heading {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.15; }
  .insight-view-demo .heading a {
    color: inherit; }

.insight-view-demo .thumbnail {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }
  .insight-view-demo .thumbnail img {
    width: 100%; }

.insight-view-demo .overlay {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  opacity: 0;
  transition: opacity .3s; }

.insight-view-demo .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateY(-30px); }

.insight-view-demo .overlay-content-inner {
  display: table;
  width: 100%;
  height: 100%; }

.insight-view-demo .overlay-content-wrap {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.insight-view-demo .badge {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 85px;
  height: 85px;
  background: transparent url(assets/images/new-badge.png) no-repeat;
  z-index: 999; }

.insight-carousel-item .heading {
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 35px; }

.insight-carousel-item .text {
  font-size: 17px;
  color: #777;
  line-height: 26px; }

.insight-carousel-item .read-more {
  transition: all 0.5s;
  color: #222;
  font-size: 17px;
  border-bottom: 2px solid #eee;
  padding: 10px 0; }
  .insight-carousel-item .read-more:hover {
    border-color: #222; }

.insight-carousel-item.style-02 {
  display: flex;
  align-items: center; }
  .insight-carousel-item.style-02 .thumb img {
    width: 100%; }
  .insight-carousel-item.style-02 .desc {
    padding: 30px; }
    .insight-carousel-item.style-02 .desc .heading {
      font-size: 32px;
      margin-bottom: 30px; }
    .insight-carousel-item.style-02 .desc .text {
      font-size: 17px;
      color: #777;
      line-height: 26px;
      margin-bottom: 25px; }

.vc_custom_heading.bottom-line:after {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background-color: #0D50AA;
  margin-top: 5px; }

.vc_custom_heading strong {
  font-weight: inherit;
  color: #0D50AA; }

.vc_custom_heading.first-char-red {
  max-width: 310px;
  position: relative; }
  .vc_custom_heading.first-char-red span {
    position: absolute;
    font-size: 150px;
    color: #DB1439;
    left: -150px;
    width: 150px;
    text-align: right; }

.vc_custom_heading.first-char-blue {
  max-width: 310px;
  position: relative; }
  .vc_custom_heading.first-char-blue span {
    position: absolute;
    font-size: 150px;
    color: #0038E3;
    left: -150px;
    width: 150px;
    text-align: right; }

@media (max-width: 991px) {
  .vc_custom_heading.first-char-red span, .vc_custom_heading.first-char-blue span {
    color: inherit;
    position: relative;
    font-size: inherit;
    left: auto;
    width: auto;
    text-align: left; } }

body .vc_row[data-vc-full-width] {
  overflow: visible; }
  body .vc_row[data-vc-full-width].vc_parallax {
    overflow: hidden; }

@media (max-width: 991px) {
  .vc_column_container.vc_col-sm-4, .vc_column_container.vc_col-sm-8 {
    width: 100%; } }

@media (min-width: 768px) {
  .vc_column_container.vc_col-sm-4 {
    width: 33.33333333%; }
  .vc_column_container.vc_col-sm-8 {
    width: 66.66666667%; } }

.tm-vc-row.has-gradient-bg {
  position: relative; }

.tm-vc-row__gradientBg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1; }

/*
Woocommerce CSS
 */
.insight-woo-products.woo-products div.product {
  margin-bottom: 60px;
  text-align: center; }
  .insight-woo-products.woo-products div.product .star-rating {
    display: none; }
  .insight-woo-products.woo-products div.product .price {
    font-size: 17px;
    font-weight: 500;
    font-family: Montserrat;
    color: #777; }
    .insight-woo-products.woo-products div.product .price del {
      color: #ccc;
      font-weight: 500;
      text-decoration: none;
      opacity: 1; }
    .insight-woo-products.woo-products div.product .price ins {
      color: #D5382C;
      text-decoration: none;
      font-weight: 500; }
  .insight-woo-products.woo-products div.product .woocommerce-loop-product__title {
    font-size: 18px;
    font-weight: 500;
    font-family: Montserrat;
    color: #222;
    margin-bottom: 5px; }
  .insight-woo-products.woo-products div.product a.woocommerce-loop-product__link {
    display: block;
    text-decoration: none; }
    .insight-woo-products.woo-products div.product a.woocommerce-loop-product__link .woo-thumb {
      position: relative;
      overflow: hidden;
      display: block;
      width: 100%;
      margin-bottom: 30px; }
      .insight-woo-products.woo-products div.product a.woocommerce-loop-product__link .woo-thumb img {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        z-index: 7; }
      .insight-woo-products.woo-products div.product a.woocommerce-loop-product__link .woo-thumb .woo-badges {
        position: absolute;
        top: 20px;
        right: 0;
        z-index: 8; }
        .insight-woo-products.woo-products div.product a.woocommerce-loop-product__link .woo-thumb .woo-badges .onsale, .insight-woo-products.woo-products div.product a.woocommerce-loop-product__link .woo-thumb .woo-badges .new, .insight-woo-products.woo-products div.product a.woocommerce-loop-product__link .woo-thumb .woo-badges .hot, .insight-woo-products.woo-products div.product a.woocommerce-loop-product__link .woo-thumb .woo-badges .outofstock {
          position: relative;
          display: block;
          margin-bottom: 10px;
          top: auto;
          right: auto;
          left: auto;
          color: #fff;
          font-family: Montserrat;
          font-size: 14px;
          font-weight: 700;
          text-transform: uppercase;
          border-radius: 0;
          height: 26px;
          line-height: 26px;
          padding: 0 8px;
          min-width: 0;
          min-height: 0; }
        .insight-woo-products.woo-products div.product a.woocommerce-loop-product__link .woo-thumb .woo-badges .onsale, .insight-woo-products.woo-products div.product a.woocommerce-loop-product__link .woo-thumb .woo-badges .hot {
          background-color: #D6372C; }
        .insight-woo-products.woo-products div.product a.woocommerce-loop-product__link .woo-thumb .woo-badges .new {
          background-color: #96C07C; }
        .insight-woo-products.woo-products div.product a.woocommerce-loop-product__link .woo-thumb .woo-badges .outofstock {
          background-color: #222; }
  .insight-woo-products.woo-products div.product a.add_to_cart_button {
    margin-top: 10px;
    height: 54px;
    line-height: 50px;
    padding: 0 30px;
    display: inline-block;
    text-align: center;
    background-color: transparent;
    color: #333;
    font-family: Montserrat;
    font-size: 16px;
    border: 2px solid #ddd;
    font-weight: 500;
    outline: none;
    border-radius: 27px; }
    .insight-woo-products.woo-products div.product a.add_to_cart_button:hover {
      color: #fff;
      border-color: #0D50AA;
      background-color: #0D50AA; }
    .insight-woo-products.woo-products div.product a.add_to_cart_button.loading {
      padding-right: 60px; }
      .insight-woo-products.woo-products div.product a.add_to_cart_button.loading:after {
        top: 0;
        right: 30px; }
  .insight-woo-products.woo-products div.product:hover .woo-thumb img {
    transform: scale(1.1); }
  .insight-woo-products.woo-products div.product:hover .woocommerce-loop-product__title {
    color: #0D50AA; }
  .insight-woo-products.woo-products div.product.hide-button a.add_to_cart_button {
    display: none; }

.woocommerce-message a.button {
  background-color: transparent;
  outline: none; }

body.woocommerce .col2-set .col-1, body.woocommerce .col2-set .col-2, body.woocommerce-page .col2-set .col-1, body.woocommerce-page .col2-set .col-2, body.woocommerce-cart .col2-set .col-1, body.woocommerce-cart .col2-set .col-2, body.woocommerce-checkout .col2-set .col-1, body.woocommerce-checkout .col2-set .col-2 {
  max-width: none;
  padding: 0; }

body.woocommerce table.shop_table, body.woocommerce-page table.shop_table, body.woocommerce-cart table.shop_table, body.woocommerce-checkout table.shop_table {
  border-radius: 0;
  border: none; }
  body.woocommerce table.shop_table tr th, body.woocommerce table.shop_table tr td, body.woocommerce-page table.shop_table tr th, body.woocommerce-page table.shop_table tr td, body.woocommerce-cart table.shop_table tr th, body.woocommerce-cart table.shop_table tr td, body.woocommerce-checkout table.shop_table tr th, body.woocommerce-checkout table.shop_table tr td {
    padding: 20px 0;
    border-left: none;
    border-right: none;
    border-bottom: none; }

body.woocommerce input.qty, body.woocommerce-page input.qty, body.woocommerce-cart input.qty, body.woocommerce-checkout input.qty {
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 38px;
  background-color: transparent;
  border: 1px solid #eee;
  outline: none;
  color: #777;
  font-size: 16px;
  font-weight: 400;
  padding: 0 15px; }

body.woocommerce-cart #content input[type="text"], body.woocommerce-cart #content input[type="email"], body.woocommerce-cart #content input[type="tel"], body.woocommerce-cart #content input.input-text, body.woocommerce-checkout #content input[type="text"], body.woocommerce-checkout #content input[type="email"], body.woocommerce-checkout #content input[type="tel"], body.woocommerce-checkout #content input.input-text {
  height: 54px;
  line-height: 52px;
  background-color: transparent;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: #ddd;
  padding: 0; }
  body.woocommerce-cart #content input[type="text"]#coupon_code, body.woocommerce-cart #content input[type="email"]#coupon_code, body.woocommerce-cart #content input[type="tel"]#coupon_code, body.woocommerce-cart #content input.input-text#coupon_code, body.woocommerce-checkout #content input[type="text"]#coupon_code, body.woocommerce-checkout #content input[type="email"]#coupon_code, body.woocommerce-checkout #content input[type="tel"]#coupon_code, body.woocommerce-checkout #content input.input-text#coupon_code {
    min-width: 200px; }
  body.woocommerce-cart #content input[type="text"]:focus, body.woocommerce-cart #content input[type="email"]:focus, body.woocommerce-cart #content input[type="tel"]:focus, body.woocommerce-cart #content input.input-text:focus, body.woocommerce-checkout #content input[type="text"]:focus, body.woocommerce-checkout #content input[type="email"]:focus, body.woocommerce-checkout #content input[type="tel"]:focus, body.woocommerce-checkout #content input.input-text:focus {
    border-color: #0D50AA; }
  body.woocommerce-cart #content input[type="text"].qty, body.woocommerce-cart #content input[type="email"].qty, body.woocommerce-cart #content input[type="tel"].qty, body.woocommerce-cart #content input.input-text.qty, body.woocommerce-checkout #content input[type="text"].qty, body.woocommerce-checkout #content input[type="email"].qty, body.woocommerce-checkout #content input[type="tel"].qty, body.woocommerce-checkout #content input.input-text.qty {
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    background-color: transparent;
    border: 1px solid #eee;
    outline: none;
    color: #777;
    font-size: 16px;
    font-weight: 400;
    padding: 0 15px; }

body.woocommerce-cart #content input[type="submit"], body.woocommerce-cart #content button[type="submit"], body.woocommerce-checkout #content input[type="submit"], body.woocommerce-checkout #content button[type="submit"] {
  height: 54px;
  line-height: 50px;
  padding: 0 30px;
  display: inline-block;
  text-align: center;
  background-color: transparent;
  color: #333;
  font-family: Montserrat;
  font-size: 16px;
  border: 2px solid #ddd;
  font-weight: 500;
  outline: none;
  border-radius: 27px; }
  body.woocommerce-cart #content input[type="submit"]:hover, body.woocommerce-cart #content button[type="submit"]:hover, body.woocommerce-checkout #content input[type="submit"]:hover, body.woocommerce-checkout #content button[type="submit"]:hover {
    color: #fff;
    background-color: #0D50AA;
    border-color: #0D50AA; }

body.woocommerce-cart #content a.button.alt, body.woocommerce-cart #content input.button.alt, body.woocommerce-checkout #content a.button.alt, body.woocommerce-checkout #content input.button.alt {
  height: 54px;
  line-height: 50px;
  padding: 0 30px;
  display: block;
  text-align: center;
  background-color: #0D50AA;
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  border: 2px solid #0D50AA;
  font-weight: 500;
  outline: none;
  border-radius: 27px; }
  body.woocommerce-cart #content a.button.alt:hover, body.woocommerce-cart #content input.button.alt:hover, body.woocommerce-checkout #content a.button.alt:hover, body.woocommerce-checkout #content input.button.alt:hover {
    background-color: #222;
    border-color: #222; }

body.woocommerce-cart #content textarea, body.woocommerce-checkout #content textarea {
  padding: 15px;
  border: 2px solid #ddd;
  height: 200px; }
  body.woocommerce-cart #content textarea:focus, body.woocommerce-checkout #content textarea:focus {
    border-color: #0D50AA; }

body.woocommerce .woo-wide {
  padding-left: 100px;
  padding-right: 100px; }

body.woocommerce .woo-filter {
  margin-bottom: 50px; }
  body.woocommerce .woo-filter .woocommerce-result-count {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    color: #222;
    margin-bottom: 0; }
  body.woocommerce .woo-filter .woocommerce-ordering {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    float: none;
    text-align: right; }
    body.woocommerce .woo-filter .woocommerce-ordering select {
      border: none;
      height: 50px;
      line-height: 50px;
      margin: 0;
      padding: 0;
      outline: none;
      font-size: 17px;
      font-weight: 500;
      color: #777;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
      background-color: transparent;
      display: inline-block;
      border-bottom: 2px solid #ddd;
      -webkit-appearance: none;
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAABGdBTUEAALGPC/xhBQAAAHBJREFUCB1djjsOgDAMQ5NerXdBYmRADCAmBhgZGBDcpO3N+sFBRAIiNXbsN5SdcwMzj0SUSikJGsU/L6ITfzAWhRD6nPMk/j8AT2ttdYNSAu4Az28Q0A6ohhajBYLFGNPqjXJTSLOP4s+N9379hDgux4UotvsoUK0AAAAASUVORK5CYII=");
      background-repeat: no-repeat;
      background-position: 100% 50%; }

body.woocommerce .woo-cats {
  margin-top: 0;
  margin-bottom: 10px; }
  body.woocommerce .woo-cats.slick-slider {
    margin-bottom: 40px; }
    body.woocommerce .woo-cats.slick-slider .product-category {
      margin-bottom: 0; }
    body.woocommerce .woo-cats.slick-slider .slick-dots {
      position: relative;
      bottom: 0;
      margin: 0; }
      body.woocommerce .woo-cats.slick-slider .slick-dots li {
        margin: 0; }
        body.woocommerce .woo-cats.slick-slider .slick-dots li button:before {
          font-size: 8px; }
  body.woocommerce .woo-cats .product-category {
    margin-bottom: 30px;
    outline: none; }
    body.woocommerce .woo-cats .product-category .woo-cats-wrap {
      display: block;
      width: 100%;
      overflow: hidden;
      position: relative; }
      body.woocommerce .woo-cats .product-category .woo-cats-wrap img {
        width: 100%;
        height: auto; }
      body.woocommerce .woo-cats .product-category .woo-cats-wrap h3 {
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        width: 100%;
        height: 48px;
        line-height: 48px;
        padding: 0 20px;
        margin: 0;
        display: block;
        width: 100%;
        color: #fff;
        background-color: #0D50AA;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center; }
        body.woocommerce .woo-cats .product-category .woo-cats-wrap h3 mark, body.woocommerce .woo-cats .product-category .woo-cats-wrap h3 ins {
          background-color: transparent;
          color: #fff; }
      body.woocommerce .woo-cats .product-category .woo-cats-wrap:hover img {
        transform: scale(1.1); }

body.woocommerce .woo-pagination {
  text-align: center; }
  body.woocommerce .woo-pagination ul {
    margin: 0;
    padding: 0; }
    body.woocommerce .woo-pagination ul li span, body.woocommerce .woo-pagination ul li a {
      display: inline-block;
      font-size: 15px;
      font-weight: 500;
      color: #222;
      line-height: 1;
      padding: 12px 18px;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-right: 10px;
      text-decoration: none; }
      body.woocommerce .woo-pagination ul li span:hover, body.woocommerce .woo-pagination ul li span.current, body.woocommerce .woo-pagination ul li a:hover, body.woocommerce .woo-pagination ul li a.current {
        border-color: #0D50AA; }

body.woocommerce-checkout #content .checkout_coupon {
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 0; }

body.woocommerce-checkout #content form .select2-container a {
  border: none;
  background-color: transparent;
  height: 60px;
  line-height: 60px;
  padding: 0; }

body.woocommerce-checkout #content h3 {
  margin-bottom: 40px; }

body.woocommerce-checkout #content #customer_details {
  margin-bottom: 80px; }

body.woocommerce-checkout #content #payment {
  margin-top: 60px;
  background-color: transparent;
  border-radius: 0; }
  body.woocommerce-checkout #content #payment ul.wc_payment_methods {
    border: none;
    padding: 0; }
    body.woocommerce-checkout #content #payment ul.wc_payment_methods li label {
      color: #1F1F1F;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 16px; }
    body.woocommerce-checkout #content #payment ul.wc_payment_methods li .payment_box {
      background-color: #F4F4F4;
      padding: 30px;
      border-radius: 0; }
      body.woocommerce-checkout #content #payment ul.wc_payment_methods li .payment_box:before {
        border-bottom-color: #F4F4F4; }
      body.woocommerce-checkout #content #payment ul.wc_payment_methods li .payment_box p {
        margin: 0; }
  body.woocommerce-checkout #content #payment .place-order {
    padding: 40px 0 0 0;
    margin: 0; }

body.woocommerce-checkout #content .select2-drop {
  border: 1px solid #F4F4F4;
  border-radius: 0;
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1); }

body.woocommerce-order-received h2 {
  margin-bottom: 30px;
  margin-top: 80px; }

body.woocommerce-order-received table.customer_details {
  margin-bottom: 80px; }

body.woocommerce-order-received ul.woocommerce-order-overview {
  padding-left: 0; }

.mini-cart-wrap {
  position: relative;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-align: left; }
  .mini-cart-wrap .mini-cart {
    position: relative;
    display: inline-block;
    cursor: pointer; }
    .mini-cart-wrap .mini-cart .mini-cart-icon {
      display: inline-block;
      float: left;
      margin-left: 30px;
      font-size: 18px;
      height: 18px;
      color: #222;
      position: relative; }
      header.header.light .mini-cart-wrap .mini-cart .mini-cart-icon, [data-row-skin="light"] header.header .mini-cart-wrap .mini-cart .mini-cart-icon {
        color: #fff; }
      header.header.headroom--not-top .mini-cart-wrap .mini-cart .mini-cart-icon, [data-row-skin="dark"] header.header .mini-cart-wrap .mini-cart .mini-cart-icon {
        color: #1f1f1f; }
      .mini-cart-wrap .mini-cart .mini-cart-icon:after {
        font-family: inherit;
        content: attr(data-count);
        font-size: 13px;
        font-weight: 500;
        font-family: Montserrat;
        text-align: center;
        position: absolute;
        top: 0;
        right: -14px;
        min-width: 18px;
        height: 18px;
        line-height: 18px;
        border-radius: 100%;
        color: #222; }
        header.header.light .mini-cart-wrap .mini-cart .mini-cart-icon:after, [data-row-skin="light"] header.header .mini-cart-wrap .mini-cart .mini-cart-icon:after {
          color: #fff; }
        header.header.headroom--not-top .mini-cart-wrap .mini-cart .mini-cart-icon:after, [data-row-skin="dark"] header.header .mini-cart-wrap .mini-cart .mini-cart-icon:after {
          color: #1f1f1f; }
      .mini-cart-wrap .mini-cart .mini-cart-icon i {
        font-style: normal; }
    .mini-cart-wrap .mini-cart .mini-cart-text {
      display: none; }
  .mini-cart-wrap .widget_shopping_cart_content {
    position: absolute;
    top: 100%;
    left: -300px;
    z-index: 99999;
    visibility: hidden;
    overflow: auto;
    padding: 20px;
    width: 360px;
    background-color: #fff;
    opacity: 0;
    border: 1px solid #eee;
    border-radius: 5px; }
    .mini-cart-wrap .widget_shopping_cart_content p.woocommerce-mini-cart__empty-message {
      margin-bottom: 0; }
    .mini-cart-wrap .widget_shopping_cart_content .cart_list {
      padding: 0;
      margin: 0;
      max-height: 373px;
      overflow: auto;
      border-bottom: 1px solid #ddd; }
      .mini-cart-wrap .widget_shopping_cart_content .cart_list li {
        padding: 20px 0;
        border-bottom: 1px solid #ddd;
        display: inline-block;
        width: 100%; }
        .mini-cart-wrap .widget_shopping_cart_content .cart_list li:first-child {
          padding-top: 0; }
        .mini-cart-wrap .widget_shopping_cart_content .cart_list li:last-child {
          padding-bottom: 20px;
          border-bottom: none; }
        .mini-cart-wrap .widget_shopping_cart_content .cart_list li:after, .mini-cart-wrap .widget_shopping_cart_content .cart_list li:before {
          display: none !important; }
        .mini-cart-wrap .widget_shopping_cart_content .cart_list li img {
          float: left;
          margin: 0 20px 0 0;
          width: 80px;
          height: auto;
          border: none; }
        .mini-cart-wrap .widget_shopping_cart_content .cart_list li .quantity {
          display: block;
          max-width: none;
          border: none;
          color: #777;
          padding: 0;
          margin-top: 5px;
          font-size: 17px;
          font-weight: 500;
          font-family: Montserrat; }
          .mini-cart-wrap .widget_shopping_cart_content .cart_list li .quantity span {
            float: none; }
        .mini-cart-wrap .widget_shopping_cart_content .cart_list li a {
          font-weight: 500;
          display: block;
          font-size: 16px;
          line-height: 19px;
          font-family: Montserrat;
          color: #222; }
        .mini-cart-wrap .widget_shopping_cart_content .cart_list li .remove {
          position: relative;
          float: right;
          width: 20px;
          height: 20px;
          text-align: center;
          font-size: 38px;
          line-height: 20px;
          border-radius: 0;
          color: #D8D8D8 !important;
          font-weight: 400; }
          .mini-cart-wrap .widget_shopping_cart_content .cart_list li .remove:hover {
            background: none;
            color: #222 !important; }
        .mini-cart-wrap .widget_shopping_cart_content .cart_list li.empty {
          color: #222;
          font-weight: 400; }
    .mini-cart-wrap .widget_shopping_cart_content .total {
      margin: 0;
      padding: 30px 0 0;
      font-weight: 500;
      line-height: 1;
      position: relative;
      text-align: right;
      font-family: Montserrat;
      font-size: 16px;
      color: #222; }
      .mini-cart-wrap .widget_shopping_cart_content .total strong {
        font-weight: 500; }
      .mini-cart-wrap .widget_shopping_cart_content .total .amount {
        color: #0D50AA; }
    .mini-cart-wrap .widget_shopping_cart_content .buttons {
      margin: 0;
      padding: 30px 0 0;
      text-align: center; }
      .mini-cart-wrap .widget_shopping_cart_content .buttons a {
        margin: 0;
        height: 54px;
        width: 155px;
        line-height: 50px;
        border: 2px solid #ddd;
        padding: 0 20px;
        background: #fff;
        color: #333;
        border-radius: 2px;
        letter-spacing: 0em;
        border-radius: 40px; }
        .mini-cart-wrap .widget_shopping_cart_content .buttons a.checkout {
          background: #0D50AA;
          color: #fff;
          border-color: #0D50AA;
          margin-left: 8px; }
        .mini-cart-wrap .widget_shopping_cart_content .buttons a:hover {
          background-color: #0D50AA;
          color: #fff !important;
          border-color: #0D50AA; }
    .mini-cart-wrap .widget_shopping_cart_content .wc-forward {
      display: inline-block;
      margin: 15px 0;
      padding: 15px 20px;
      line-height: 1;
      background-color: #ebe9eb;
      font-size: 16px;
      color: #000000;
      font-weight: 500;
      font-family: Montserrat; }
      .mini-cart-wrap .widget_shopping_cart_content .wc-forward:hover {
        background-color: #dad8da; }
    .mini-cart-wrap .widget_shopping_cart_content .product_list_widget li.mini_cart_item dl.variation {
      display: inline-block;
      margin: 0;
      padding: 0;
      border: none;
      box-sizing: border-box; }
      .mini-cart-wrap .widget_shopping_cart_content .product_list_widget li.mini_cart_item dl.variation:after, .mini-cart-wrap .widget_shopping_cart_content .product_list_widget li.mini_cart_item dl.variation:before {
        display: none; }
      .mini-cart-wrap .widget_shopping_cart_content .product_list_widget li.mini_cart_item dl.variation dt {
        padding: 0;
        text-transform: capitalize;
        display: inline-block;
        font-weight: 400; }
      .mini-cart-wrap .widget_shopping_cart_content .product_list_widget li.mini_cart_item dl.variation dd {
        margin: 0;
        padding: 0;
        display: inline-block; }
        .mini-cart-wrap .widget_shopping_cart_content .product_list_widget li.mini_cart_item dl.variation dd p {
          margin: 0; }
    .mini-cart-wrap .widget_shopping_cart_content .product_list_widget li.mini_cart_item .quantity {
      height: auto;
      display: block; }
  .mini-cart-wrap.open .widget_shopping_cart_content {
    opacity: 1;
    visibility: visible; }

body.woocommerce .woo-sidebar .widget {
  margin-bottom: 50px; }
  body.woocommerce .woo-sidebar .widget .widget-title {
    display: block;
    position: relative;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    color: #222;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    border-left: 4px solid #0D50AA;
    padding: 14px 18px;
    background: #fff;
    background: -webkit-linear-gradient(left, #f2f2f2, #fff);
    background: -o-linear-gradient(right, #f2f2f2, #fff);
    background: -moz-linear-gradient(right, #f2f2f2, #fff);
    background: linear-gradient(to right, #f2f2f2, #fff); }
  body.woocommerce .woo-sidebar .widget.widget_product_search form {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border-bottom: 2px solid #ddd;
    overflow: hidden; }
    body.woocommerce .woo-sidebar .widget.widget_product_search form label {
      display: none; }
    body.woocommerce .woo-sidebar .widget.widget_product_search form input[type="search"] {
      box-sizing: border-box;
      height: 50px;
      line-height: 50px;
      border: none;
      background-color: transparent;
      outline: none;
      width: 100%;
      margin: 0;
      padding: 0;
      font-size: 18px;
      font-weight: 400;
      color: #aaa; }
    body.woocommerce .woo-sidebar .widget.widget_product_search form input[type="submit"], body.woocommerce .woo-sidebar .widget.widget_product_search form button[type="submit"] {
      position: absolute;
      top: 0;
      right: 0;
      width: 50px;
      height: 50px;
      border: none;
      margin: 0;
      padding: 0;
      background-color: transparent;
      font-size: 0;
      outline: none;
      cursor: pointer;
      z-index: 8; }
    body.woocommerce .woo-sidebar .widget.widget_product_search form:after {
      content: '\f002';
      font-family: FontAwesome;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: right;
      font-size: 18px;
      color: #0D50AA;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 7; }
  body.woocommerce .woo-sidebar .widget.widget_product_categories ul.product-categories li a {
    font-size: 17px;
    font-weight: 400;
    padding: 5px 0;
    display: block;
    color: #777;
    text-decoration: none; }
    body.woocommerce .woo-sidebar .widget.widget_product_categories ul.product-categories li a:hover {
      color: #0D50AA; }
  body.woocommerce .woo-sidebar .widget.widget_product_categories ul.product-categories li.current-cat > a {
    color: #0D50AA; }
  body.woocommerce .woo-sidebar .widget.widget_product_categories select {
    display: block;
    width: 100%; }
  body.woocommerce .woo-sidebar .widget.widget_products ul li {
    border: none;
    padding: 0;
    margin: 0 0 20px 0;
    display: block;
    position: relative;
    min-height: 106px; }
    body.woocommerce .woo-sidebar .widget.widget_products ul li a {
      text-decoration: none; }
    body.woocommerce .woo-sidebar .widget.widget_products ul li img {
      width: 80px;
      height: auto;
      margin-left: 0;
      margin-right: 20px;
      float: left; }
    body.woocommerce .woo-sidebar .widget.widget_products ul li .product-title {
      color: #222;
      font-size: 16px;
      font-weight: 500;
      margin-top: 20px;
      display: inline-block; }
    body.woocommerce .woo-sidebar .widget.widget_products ul li .amount {
      font-size: 17px;
      font-weight: 500;
      color: #777; }
    body.woocommerce .woo-sidebar .widget.widget_products ul li mark, body.woocommerce .woo-sidebar .widget.widget_products ul li ins {
      background-color: transparent;
      text-decoration: none;
      color: #D5382C; }
      body.woocommerce .woo-sidebar .widget.widget_products ul li mark .amount, body.woocommerce .woo-sidebar .widget.widget_products ul li ins .amount {
        color: #D5382C; }
    body.woocommerce .woo-sidebar .widget.widget_products ul li del {
      color: #ccc;
      text-decoration: none;
      opacity: 1; }
      body.woocommerce .woo-sidebar .widget.widget_products ul li del .amount {
        color: #ccc; }
    body.woocommerce .woo-sidebar .widget.widget_products ul li:last-child {
      margin-bottom: 0; }
      body.woocommerce .woo-sidebar .widget.widget_products ul li:last-child:after {
        display: none; }
    body.woocommerce .woo-sidebar .widget.widget_products ul li:hover .product-title {
      color: #0D50AA; }
  body.woocommerce .woo-sidebar .widget.widget_product_tag_cloud .tagcloud a {
    font-size: 17px !important;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px; }

body.woocommerce.single-product #content .woo-wide .woo-single-info .woo-single-summary {
  padding-left: 100px;
  padding-right: 0; }

body.woocommerce.single-product #content .woo-single-info .woo-single-images {
  margin-bottom: 40px; }
  body.woocommerce.single-product #content .woo-single-info .woo-single-images .woo-single-images-inner {
    float: none;
    width: 100%; }
  body.woocommerce.single-product #content .woo-single-info .woo-single-images .woo-single-images-style01 a {
    display: block;
    margin-bottom: 20px; }
    body.woocommerce.single-product #content .woo-single-info .woo-single-images .woo-single-images-style01 a:last-child {
      margin-bottom: 0; }
    body.woocommerce.single-product #content .woo-single-info .woo-single-images .woo-single-images-style01 a img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto; }
  body.woocommerce.single-product #content .woo-single-info .woo-single-images .woo-single-images-style02 {
    display: block;
    width: 100%;
    padding: 0 0 0 100px;
    position: relative; }
    body.woocommerce.single-product #content .woo-single-info .woo-single-images .woo-single-images-style02 .woo-carousel-images {
      width: 70px;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      overflow-x: hidden;
      overflow-y: auto; }
      body.woocommerce.single-product #content .woo-single-info .woo-single-images .woo-single-images-style02 .woo-carousel-images a {
        display: block;
        width: 70px;
        margin-bottom: 10px; }
        body.woocommerce.single-product #content .woo-single-info .woo-single-images .woo-single-images-style02 .woo-carousel-images a:last-child {
          margin-bottom: 0; }
    body.woocommerce.single-product #content .woo-single-info .woo-single-images .woo-single-images-style02 .woo-main-image {
      width: 100%; }
      body.woocommerce.single-product #content .woo-single-info .woo-single-images .woo-single-images-style02 .woo-main-image img {
        width: 100%;
        height: auto; }

body.woocommerce.single-product #content .woo-single-info .woo-single-summary {
  float: none;
  width: 100%; }
  body.woocommerce.single-product #content .woo-single-info .woo-single-summary .product_title {
    font-size: 32px;
    font-weight: 500;
    font-family: Montserrat;
    color: #333;
    margin-bottom: 30px; }
  body.woocommerce.single-product #content .woo-single-info .woo-single-summary .woocommerce-product-rating {
    margin-bottom: 30px; }
    body.woocommerce.single-product #content .woo-single-info .woo-single-summary .woocommerce-product-rating .star-rating {
      margin: 5px 0 0 0; }
  body.woocommerce.single-product #content .woo-single-info .woo-single-summary .price {
    font-size: 21px;
    font-weight: 500;
    font-family: Montserrat;
    margin: 0 0 30px 0;
    line-height: 1;
    color: #222; }
    body.woocommerce.single-product #content .woo-single-info .woo-single-summary .price .onsale {
      vertical-align: top;
      position: relative;
      display: inline-block;
      top: auto;
      right: auto;
      left: auto;
      color: #fff;
      font-family: Montserrat;
      font-size: 14px;
      font-weight: 700;
      background-color: #D6372C;
      text-transform: uppercase;
      border-radius: 0;
      height: 26px;
      line-height: 26px;
      padding: 0 8px;
      margin: 0 15px 0 0;
      min-width: 0;
      min-height: 0; }
    body.woocommerce.single-product #content .woo-single-info .woo-single-summary .price .amount {
      vertical-align: top;
      display: inline-block;
      font-weight: 500;
      height: 26px;
      line-height: 26px; }
    body.woocommerce.single-product #content .woo-single-info .woo-single-summary .price del {
      vertical-align: top;
      display: inline-block;
      color: #ddd;
      opacity: 1;
      height: 26px;
      line-height: 26px; }
      body.woocommerce.single-product #content .woo-single-info .woo-single-summary .price del .amount {
        color: #ddd;
        font-weight: 500; }
    body.woocommerce.single-product #content .woo-single-info .woo-single-summary .price ins {
      vertical-align: top;
      display: inline-block;
      color: #D5382C;
      text-decoration: none;
      height: 26px;
      line-height: 26px; }
  body.woocommerce.single-product #content .woo-single-info .woo-single-summary .woocommerce-product-details__short-description {
    margin-bottom: 30px; }
    body.woocommerce.single-product #content .woo-single-info .woo-single-summary .woocommerce-product-details__short-description p {
      font-size: 17px;
      font-weight: 400;
      color: #777;
      margin: 0; }
  body.woocommerce.single-product #content .woo-single-info .woo-single-summary .woo-share a {
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
    color: #BBBBBB; }
    body.woocommerce.single-product #content .woo-single-info .woo-single-summary .woo-share a:hover {
      color: #0D50AA; }
  body.woocommerce.single-product #content .woo-single-info .woo-single-summary form.cart {
    margin-bottom: 40px; }
    body.woocommerce.single-product #content .woo-single-info .woo-single-summary form.cart .woo-single-quantity {
      display: inline-block;
      width: 100%;
      margin-bottom: 30px; }
      body.woocommerce.single-product #content .woo-single-info .woo-single-summary form.cart .woo-single-quantity .label {
        font-size: 16px;
        font-weight: 500;
        color: #222;
        margin-right: 15px; }
      body.woocommerce.single-product #content .woo-single-info .woo-single-summary form.cart .woo-single-quantity .quantity {
        float: none;
        margin: 0;
        display: inline-block; }
        body.woocommerce.single-product #content .woo-single-info .woo-single-summary form.cart .woo-single-quantity .quantity input {
          height: 40px;
          display: inline-block;
          text-align: center;
          line-height: 38px;
          background-color: transparent;
          border: 1px solid #eee;
          outline: none;
          color: #777;
          font-size: 16px;
          font-weight: 400;
          padding: 0 15px; }
    body.woocommerce.single-product #content .woo-single-info .woo-single-summary form.cart table.variations {
      margin: 0 0 30px 0; }
      body.woocommerce.single-product #content .woo-single-info .woo-single-summary form.cart table.variations tr td.label {
        padding-right: 10px; }
        body.woocommerce.single-product #content .woo-single-info .woo-single-summary form.cart table.variations tr td.label label {
          font-size: 16px;
          font-weight: 500;
          color: #222;
          margin-right: 15px;
          text-transform: capitalize; }
      body.woocommerce.single-product #content .woo-single-info .woo-single-summary form.cart table.variations tr td.value select {
        max-width: 300px;
        min-width: 0;
        height: 40px;
        line-height: 38px;
        margin: 0;
        padding: 0 15px;
        outline: none;
        color: #777;
        font-size: 16px;
        font-weight: 400;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        background-color: transparent;
        display: inline-block;
        border: 1px solid #eee;
        -webkit-appearance: none;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAABGdBTUEAALGPC/xhBQAAAHBJREFUCB1djjsOgDAMQ5NerXdBYmRADCAmBhgZGBDcpO3N+sFBRAIiNXbsN5SdcwMzj0SUSikJGsU/L6ITfzAWhRD6nPMk/j8AT2ttdYNSAu4Az28Q0A6ohhajBYLFGNPqjXJTSLOP4s+N9379hDgux4UotvsoUK0AAAAASUVORK5CYII=");
        background-repeat: no-repeat;
        background-position: calc(100% - 15px) 50%; }
      body.woocommerce.single-product #content .woo-single-info .woo-single-summary form.cart table.variations tr td.value a.reset_variations {
        margin-left: 5px; }
    body.woocommerce.single-product #content .woo-single-info .woo-single-summary form.cart .single_variation {
      margin-bottom: 30px; }
    body.woocommerce.single-product #content .woo-single-info .woo-single-summary form.cart button[type="submit"] {
      height: 54px;
      line-height: 50px;
      padding: 0 30px;
      display: block;
      text-align: center;
      background-color: transparent;
      color: #333;
      font-family: Montserrat;
      font-size: 16px;
      border: 2px solid #ddd;
      font-weight: 500;
      outline: none;
      border-radius: 27px; }
      body.woocommerce.single-product #content .woo-single-info .woo-single-summary form.cart button[type="submit"]:hover {
        color: #fff;
        border-color: #0D50AA;
        background-color: #0D50AA; }
  body.woocommerce.single-product #content .woo-single-info .woo-single-summary .product_meta table tr td {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    border: none; }
    body.woocommerce.single-product #content .woo-single-info .woo-single-summary .product_meta table tr td:first-child {
      font-size: 16px;
      font-weight: 500;
      color: #222; }
    body.woocommerce.single-product #content .woo-single-info .woo-single-summary .product_meta table tr td:last-child {
      padding-left: 15px;
      font-size: 17px;
      color: #777; }
      body.woocommerce.single-product #content .woo-single-info .woo-single-summary .product_meta table tr td:last-child a {
        color: #777; }
        body.woocommerce.single-product #content .woo-single-info .woo-single-summary .product_meta table tr td:last-child a:hover {
          color: #0D50AA; }
  body.woocommerce.single-product #content .woo-single-info .woo-single-summary hr {
    margin-top: 30px;
    margin-bottom: 30px; }

body.woocommerce.single-product #content .woocommerce-tabs ul.tabs {
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #F5F5F5;
  overflow: visible; }
  body.woocommerce.single-product #content .woocommerce-tabs ul.tabs:before, body.woocommerce.single-product #content .woocommerce-tabs ul.tabs:after {
    display: none !important; }
  body.woocommerce.single-product #content .woocommerce-tabs ul.tabs li {
    border: none;
    background-color: transparent;
    color: #222;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0;
    margin-right: 30px;
    margin-left: 0;
    border-radius: 0;
    position: relative; }
    body.woocommerce.single-product #content .woocommerce-tabs ul.tabs li:before {
      display: none !important; }
    body.woocommerce.single-product #content .woocommerce-tabs ul.tabs li:after {
      content: '';
      display: block !important;
      width: 100%;
      height: 2px;
      background-color: #F5F5F5;
      position: absolute;
      left: 0;
      bottom: -2px;
      border: none;
      box-shadow: none; }
    body.woocommerce.single-product #content .woocommerce-tabs ul.tabs li a {
      padding: 0;
      line-height: 1;
      color: #1F1F1F;
      font-size: 16px;
      font-weight: 600; }
    body.woocommerce.single-product #content .woocommerce-tabs ul.tabs li.active:after {
      background-color: #0D50AA; }

body.woocommerce.single-product #content .woocommerce-tabs .panel {
  padding: 30px 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
  color: #777; }
  body.woocommerce.single-product #content .woocommerce-tabs .panel h2 {
    display: none; }
  body.woocommerce.single-product #content .woocommerce-tabs .panel p {
    margin: 0 0 15px 0; }
    body.woocommerce.single-product #content .woocommerce-tabs .panel p:last-child {
      margin: 0; }

body.woocommerce.single-product #content .up-sells > h2, body.woocommerce.single-product #content .related > h2 {
  display: block;
  text-align: center;
  padding: 80px 0;
  margin: 0;
  font-size: 32px;
  font-weight: 500;
  color: #333; }

body.woocommerce.single-product #content #reviews #comments ol {
  margin: 0;
  padding: 0; }
  body.woocommerce.single-product #content #reviews #comments ol li img.avatar {
    width: 32px;
    height: 32px;
    padding: 0;
    border: none; }
  body.woocommerce.single-product #content #reviews #comments ol li .comment-text {
    border: 1px solid #F5F5F5;
    border-radius: 0;
    font-size: 17px; }
    body.woocommerce.single-product #content #reviews #comments ol li .comment-text p.meta {
      font-size: 17px; }
      body.woocommerce.single-product #content #reviews #comments ol li .comment-text p.meta .woocommerce-review__author {
        color: #333; }

body.woocommerce.single-product #content #reviews #review_form #reply-title {
  color: #333;
  font-weight: 700; }

body.woocommerce.single-product #content #reviews #review_form input[type="text"], body.woocommerce.single-product #content #reviews #review_form input[type="email"], body.woocommerce.single-product #content #reviews #review_form input[type="phone"] {
  height: 40px;
  display: inline-block;
  line-height: 38px;
  background-color: transparent;
  border: 1px solid #eee;
  outline: none;
  color: #777;
  font-size: 16px;
  font-weight: 400;
  padding: 0 15px; }

body.woocommerce.single-product #content #reviews #review_form input[type="submit"], body.woocommerce.single-product #content #reviews #review_form button[type="submit"] {
  height: 46px;
  line-height: 42px;
  padding: 0 30px;
  display: block;
  text-align: center;
  background-color: transparent;
  color: #333;
  font-family: Montserrat;
  font-size: 16px;
  border: 2px solid #ddd;
  font-weight: 500;
  outline: none;
  border-radius: 23px; }
  body.woocommerce.single-product #content #reviews #review_form input[type="submit"]:hover, body.woocommerce.single-product #content #reviews #review_form button[type="submit"]:hover {
    color: #fff;
    border-color: #0D50AA;
    background-color: #0D50AA; }

body.woocommerce.single-product #content #reviews #review_form textarea {
  padding: 15px;
  border: 1px solid #eee;
  outline: none;
  color: #777; }

@media (max-width: 991px) {
  body.woocommerce.single-product #content .woo-wide .woo-single-info .woo-single-summary {
    padding-left: 0;
    padding-right: 0; } }

/*
Trumps are overrides, helpers, utilities. They should only affect
one piece of DOM at a time and usually carry !important
*/
body.error404 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  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;
      border-bottom: 1px solid #eee;
      text-align: center; }
    body.error404 .content-area .content-404 {
      width: 100%;
      max-width: 660px;
      padding: 30px;
      position: absolute;
      top: 50%;
      left: 50%;
      text-align: center;
      transform: translate(-50%, -50%); }
      body.error404 .content-area .content-404 hr {
        margin: 0 auto;
        width: 80%; }
      body.error404 .content-area .content-404-icon {
        margin-bottom: 60px; }
      body.error404 .content-area .content-404-title {
        margin-top: 30px;
        font-family: Montserrat;
        font-size: 36px;
        font-weight: 500;
        color: #0D50AA; }
      body.error404 .content-area .content-404-text {
        margin-top: 30px;
        font-family: "Work Sans";
        font-size: 17px;
        font-weight: 400;
        color: #777; }
      body.error404 .content-area .content-404-links {
        margin-top: 60px; }
        body.error404 .content-area .content-404-links a {
          display: inline-block;
          height: 56px;
          line-height: 52px;
          border-width: 2px;
          border-style: solid;
          padding: 0 40px;
          margin: 0 2px;
          font-family: Montserrat;
          font-size: 16px;
          font-weight: 500;
          border-radius: 28px; }
          body.error404 .content-area .content-404-links a.content-404-back {
            background-color: transparent;
            border-color: #ddd;
            color: #222; }
          body.error404 .content-area .content-404-links a.content-404-home {
            background-color: #0D50AA;
            border-color: #0D50AA;
            color: #fff; }
          body.error404 .content-area .content-404-links a:hover {
            background-color: transparent;
            border-color: #0D50AA;
            color: #0D50AA; }
  body.error404 header.header {
    display: none; }
  body.error404 .bb-footer-container {
    display: none; }

@-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-930 {
  max-width: 930px !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; }

.w-auto .vc_column-inner {
  width: auto !important; }

.bg-over-right .vc_column-inner {
  position: relative; }
  .bg-over-right .vc_column-inner:before {
    content: '';
    display: inline-block;
    width: 3000px;
    height: 100%;
    background-color: inherit;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6; }
  .bg-over-right .vc_column-inner .wpb_wrapper {
    z-index: 7; }

@media (max-width: 991px) {
  .bg-over-right .vc_column-inner:before {
    left: -1500px; } }

.bg-over-left .vc_column-inner {
  position: relative; }
  .bg-over-left .vc_column-inner:before {
    content: '';
    display: inline-block;
    width: 3000px;
    height: 100%;
    background-color: inherit;
    position: absolute;
    top: 0;
    left: -3000px;
    z-index: 6; }
  .bg-over-left .vc_column-inner .wpb_wrapper {
    z-index: 7; }

@media (max-width: 991px) {
  .bg-over-left .vc_column-inner:before {
    left: -1500px; } }

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

@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; } }

.has-shadow {
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1); }

.has-gradient-border {
  border: 7px solid transparent;
  -moz-border-image: -moz-linear-gradient(left, #4031CD 0%, #FF96A3 100%);
  -webkit-border-image: -webkit-linear-gradient(left, #4031CD 0%, #FF96A3 100%);
  border-image: linear-gradient(to right, #4031CD 0%, #FF96A3 100%);
  border-image-slice: 1; }

.hot-news:before {
  content: '\f0a2';
  font-family: FontAwesome;
  margin-right: 10px; }

@media (min-width: 992px) {
  .pl-lg-100 {
    padding-left: 100px !important; } }

@media (min-width: 992px) {
  .absolute-lg.absolute-lg {
    position: absolute;
    z-index: 1; } }

@media (min-width: 992px) {
  .mwn img,
  .mwn {
    max-width: none !important;
    position: relative;
    z-index: -1; } }

@media (min-width: 992px) {
  .mwn img {
    position: relative;
    z-index: -1; } }

.hide-header-right .header-right {
  display: none !important; }

@keyframes wavy-slide {
  to {
    margin-left: -90%; } }

.mitom strong {
  vertical-align: top;
  text-decoration: none;
  position: relative;
  padding-bottom: 1em;
  overflow: hidden;
  display: inline-block; }
  .mitom strong:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    white-space: nowrap;
    content: 'for any purpose.for any purpose.';
    color: transparent;
    line-height: 1.8;
    text-decoration: underline;
    text-decoration-style: wavy;
    text-decoration-color: #0D50AA;
    animation: wavy-slide 7s linear infinite; }

body.multiscroll .container, body.multiscroll .container .vc_row-fluid, body.multiscroll .full-height .vc_column_container, body.multiscroll .full-height .vc_column_container .vc_column-inner, body.multiscroll .full-height .vc_column_container .vc_column-inner .wpb_wrapper, body.multiscroll .article, body.multiscroll .entry-content, body.multiscroll #page, body.multiscroll #page #content, body.multiscroll #page #content .container .row {
  height: 100% !important; }

body.multiscroll header {
  position: fixed !important;
  background-color: #fff;
  z-index: 999999; }

body.multiscroll #page #content {
  height: 100%;
  display: block;
  position: absolute;
  overflow: visible; }

body.multiscroll .vc_column_container {
  position: static; }

body.multiscroll .ms-left .ms-section {
  position: relative; }
  body.multiscroll .ms-left .ms-section:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #0D50AA;
    opacity: 1;
    z-index: 1; }
  body.multiscroll .ms-left .ms-section .ms-tableCell {
    position: relative;
    z-index: 2; }

body.multiscroll #multiscroll-nav {
  right: auto;
  left: 40px; }
  body.multiscroll #multiscroll-nav ul li {
    width: 16px;
    height: 16px;
    margin: 10px 0; }
    body.multiscroll #multiscroll-nav ul li a span {
      width: 16px;
      height: 16px;
      background-color: transparent;
      border: 3px solid #fff;
      box-sizing: border-box;
      opacity: .2; }
    body.multiscroll #multiscroll-nav ul li a.active span {
      opacity: 1; }

@media (max-width: 991px) {
  body.multiscroll .ms-left, body.multiscroll .ms-right {
    width: 100% !important; }
  body.multiscroll .ms-left {
    z-index: 7; }
    body.multiscroll .ms-left .ms-section {
      padding-left: 100px !important;
      padding-right: 100px !important; }
      body.multiscroll .ms-left .ms-section:before {
        opacity: .9; }
  body.multiscroll .ms-right {
    z-index: 6; } }

@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; }
  a.scrollup:hover {
    background-color: #0D50AA; }
  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 */
