/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Grid
# Class
# Forms
# Button
# Header
# Main Menu
# Page Title & Breadcrumb
# Post and Page
# Navigation
# Layout Content
# Widgets
# Media
# Singlular
# Comments
# Footer
# VC Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize. Delete this line and _normalize.scss if you are
# using Bootstrap. Bootstrap itself already have normalize
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Post and Page
--------------------------------------------------------------*/
/* Menu Desktop */
/*--------------------------------------------------------------
# Layout Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Woo
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/* Archive */
/*--------------------------------------------------------------
# VC Elements
--------------------------------------------------------------*/
/* Custom Heading */
a {
    color: #041e37;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    line-height: 24px;
    letter-spacing: 0.01em;
    outline: none;
    transition: all 0.3s ease 0s;
  }
  a:hover, a:focus {
    color: #e9d16f;
  }
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    clear: both;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.01em;
    margin-top: 0;
    line-height: 1;
    margin-bottom: 1.2em;
  }
  h1, .h1 {
    font-size: 45px;
  }
  h2, .h2 {
    font-size: 40px;
  }
  h3, .h3 {
    font-size: 35px;
  }
  h4, .h4 {
    font-size: 25px;
  }
  h5, .h5 {
    font-size: 18px;
  }
  h6, .h6 {
    font-size: 14px;
  }
  p {
    margin-bottom: 1.5em;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-weight: 400;
    margin-top: 0;
    letter-spacing: 0.5px;
  }
  .entry-footer .edit-link {
    margin: 10px 0;
    display: inline-block;
  }
  .entry-footer .edit-link a {
    background-color: #e9d16f;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 5px 20px 3px;
    border: 2px solid #e9d16f;
  }
  .entry-footer .edit-link a:hover, .entry-footer .edit-link a:focus {
    color: #e9d16f;
    background-color: #fff;
  }
  .site-content {
    overflow: hidden;
  }
  html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1px;
  }
  article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
  }
  audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
  }
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  [hidden], template {
    display: none;
  }
  a {
    background-color: transparent;
  }
  a:active, a:hover {
    outline: 0;
  }
  abbr[title] {
    border-bottom: 1px dotted;
  }
  b, strong {
    font-weight: bold;
  }
  dfn {
    font-style: italic;
  }
  mark {
    background: #ff0;
    color: #000;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sup {
    top: -0.5em;
  }
  sub {
    bottom: -0.25em;
  }
  img {
    border: 0;
  }
  svg:not(:root) {
    overflow: hidden;
  }
  figure {
    margin: 1em 40px;
  }
  hr {
    box-sizing: content-box;
    height: 0;
  }
  pre {
    overflow: auto;
  }
  code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
  }
  button {
    overflow: visible;
  }
  button, select {
    text-transform: none;
  }
  button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
  }
  button[disabled], html input[disabled] {
    cursor: default;
  }
  button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  input {
    line-height: normal;
  }
  input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  }
  legend {
    border: 0;
    padding: 0;
  }
  textarea {
    overflow: auto;
  }
  optgroup {
    font-weight: bold;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  td, th {
    padding: 0;
  }
  .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Do not show the outline on the skip link target. */
  }
  .screen-reader-text:focus {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #000;
    display: block;
    font-size: 0.875em;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    /* Above WP toolbar. */
    z-index: 100000;
  }
  #content[tabindex="-1"]:focus {
    outline: 0;
  }
  .list-unstyled {
    list-style: none;
    padding: 0;
  }
  .list-inline li {
    display: inline-block;
    padding: 0 10px;
  }
  .alignleft, .alignright, .aligncenter {
    margin-bottom: 1em;
  }
  .alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
  }
  .alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
  }
  .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* Text align */
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-center {
    text-align: center;
  }
  .page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
  }
  embed, iframe, object {
    max-width: 100%;
  }
  .custom-logo-link {
    display: inline-block;
  }
  .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 {
    padding: 0.8075em 0;
    font-size: 0.875em;
    font-style: italic;
  }
  .wp-caption-text {
    text-align: center;
  }
  html {
    box-sizing: border-box;
  }
  *, *:before, *:after {
    box-sizing: inherit;
  }
  body {
    background-color: #fff;
    color: #666;
  }
  dfn, cite, em, i {
    font-style: italic;
  }
  address {
    margin: 0 0 1.5em;
  }
  pre {
    background-color: rgba(0, 0, 0, 0.05);
    font-size: 0.875em;
    line-height: 1.4;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
  }
  code, kbd, tt, var {
    font-size: 0.9375em;
  }
  abbr, acronym {
    border-bottom: 1px dotted;
    cursor: help;
  }
  mark, ins {
    background: #fff9c0;
    text-decoration: none;
  }
  big {
    font-size: 125%;
  }
  hr {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
  }
  ul, ol {
    margin: 0 0 20px 0;
    padding: 0 0 0 15px;
  }
  ul li, ol li {
    color: #777;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
  }
  ul {
    list-style: disc;
  }
  ol {
    list-style: decimal;
  }
  li > ul, li > ol {
    margin-bottom: 0;
  }
  dt {
    font-weight: bold;
  }
  dd {
    margin: 0 1.5em 1.5em;
  }
  img {
    height: auto;
    max-width: 100%;
  }
  figure {
    margin: 1em 0;
  }
  table {
    margin: 0 0 1.5em;
    width: 100%;
  }
  th {
    font-weight: bold;
    text-transform: uppercase;
  }
  td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
  }
  .gallery {
    margin-bottom: 1.5em;
  }
  .gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
  }
  .gallery-caption {
    display: block;
  }
  ::-webkit-input-placeholder {
    color: #8a8a8a;
  }
  :-moz-placeholder {
    color: #8a8a8a;
  }
  ::-moz-placeholder {
    color: #8a8a8a;
  }
  :-ms-input-placeholder {
    color: #8a8a8a;
  }
  input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"] {
    height: 41px;
    line-height: 39px;
  }
  input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    border: 1px solid #bcbcbc;
    color: #8a8a8a;
    padding: 0 15px;
    width: 100%;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="range"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999;
    font-size: 15px;
    font-weight: 400;
    opacity: 1;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
  }
  input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="range"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="color"]::-moz-placeholder, textarea::-moz-placeholder {
    color: #999;
    font-size: 15px;
    font-weight: 400;
    opacity: 1;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
  }
  input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="range"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="color"]:-moz-placeholder, textarea:-moz-placeholder {
    color: #999;
    font-size: 15px;
    font-weight: 400;
    opacity: 1;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
  }
  input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="range"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #999;
    font-size: 15px;
    font-weight: 400;
    opacity: 1;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
  }
  input[type="text"]:hover, input[type="email"]:hover, input[type="url"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="number"]:hover, input[type="tel"]:hover, input[type="range"]:hover, input[type="date"]:hover, input[type="month"]:hover, input[type="week"]:hover, input[type="time"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="color"]:hover, textarea:hover, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    border: 1px solid #e9d16f;
    outline: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  }
  textarea {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  select {
    width: 100%;
  }
  input[type="text"], input[type="email"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea {
    width: 100%;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 768px) {
    .container {
      width: 750px;
    }
  }
  @media (min-width: 992px) {
    .container {
      width: 970px;
    }
  }
  @media (min-width: 1200px) {
    .container {
      width: 1200px;
    }
  }
  @media (min-width: 1230px) {
    .container {
      width: 1230px;
    }
  }
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66667%;
  }
  .col-xs-10 {
    width: 83.33333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66667%;
  }
  .col-xs-7 {
    width: 58.33333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66667%;
  }
  .col-xs-4 {
    width: 33.33333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66667%;
  }
  .col-xs-1 {
    width: 8.33333%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-pull-11 {
    right: 91.66667%;
  }
  .col-xs-pull-10 {
    right: 83.33333%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-8 {
    right: 66.66667%;
  }
  .col-xs-pull-7 {
    right: 58.33333%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-5 {
    right: 41.66667%;
  }
  .col-xs-pull-4 {
    right: 33.33333%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-2 {
    right: 16.66667%;
  }
  .col-xs-pull-1 {
    right: 8.33333%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-push-11 {
    left: 91.66667%;
  }
  .col-xs-push-10 {
    left: 83.33333%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-8 {
    left: 66.66667%;
  }
  .col-xs-push-7 {
    left: 58.33333%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-5 {
    left: 41.66667%;
  }
  .col-xs-push-4 {
    left: 33.33333%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-2 {
    left: 16.66667%;
  }
  .col-xs-push-1 {
    left: 8.33333%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66667%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66667%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66667%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66667%;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333%;
  }
  .col-xs-offset-0 {
    margin-left: 0;
  }
  @media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
      float: left;
    }
    .col-sm-12 {
      width: 100%;
    }
    .col-sm-11 {
      width: 91.66667%;
    }
    .col-sm-10 {
      width: 83.33333%;
    }
    .col-sm-9 {
      width: 75%;
    }
    .col-sm-8 {
      width: 66.66667%;
    }
    .col-sm-7 {
      width: 58.33333%;
    }
    .col-sm-6 {
      width: 50%;
    }
    .col-sm-5 {
      width: 41.66667%;
    }
    .col-sm-4 {
      width: 33.33333%;
    }
    .col-sm-3 {
      width: 25%;
    }
    .col-sm-2 {
      width: 16.66667%;
    }
    .col-sm-1 {
      width: 8.33333%;
    }
    .col-sm-pull-12 {
      right: 100%;
    }
    .col-sm-pull-11 {
      right: 91.66667%;
    }
    .col-sm-pull-10 {
      right: 83.33333%;
    }
    .col-sm-pull-9 {
      right: 75%;
    }
    .col-sm-pull-8 {
      right: 66.66667%;
    }
    .col-sm-pull-7 {
      right: 58.33333%;
    }
    .col-sm-pull-6 {
      right: 50%;
    }
    .col-sm-pull-5 {
      right: 41.66667%;
    }
    .col-sm-pull-4 {
      right: 33.33333%;
    }
    .col-sm-pull-3 {
      right: 25%;
    }
    .col-sm-pull-2 {
      right: 16.66667%;
    }
    .col-sm-pull-1 {
      right: 8.33333%;
    }
    .col-sm-pull-0 {
      right: auto;
    }
    .col-sm-push-12 {
      left: 100%;
    }
    .col-sm-push-11 {
      left: 91.66667%;
    }
    .col-sm-push-10 {
      left: 83.33333%;
    }
    .col-sm-push-9 {
      left: 75%;
    }
    .col-sm-push-8 {
      left: 66.66667%;
    }
    .col-sm-push-7 {
      left: 58.33333%;
    }
    .col-sm-push-6 {
      left: 50%;
    }
    .col-sm-push-5 {
      left: 41.66667%;
    }
    .col-sm-push-4 {
      left: 33.33333%;
    }
    .col-sm-push-3 {
      left: 25%;
    }
    .col-sm-push-2 {
      left: 16.66667%;
    }
    .col-sm-push-1 {
      left: 8.33333%;
    }
    .col-sm-push-0 {
      left: auto;
    }
    .col-sm-offset-12 {
      margin-left: 100%;
    }
    .col-sm-offset-11 {
      margin-left: 91.66667%;
    }
    .col-sm-offset-10 {
      margin-left: 83.33333%;
    }
    .col-sm-offset-9 {
      margin-left: 75%;
    }
    .col-sm-offset-8 {
      margin-left: 66.66667%;
    }
    .col-sm-offset-7 {
      margin-left: 58.33333%;
    }
    .col-sm-offset-6 {
      margin-left: 50%;
    }
    .col-sm-offset-5 {
      margin-left: 41.66667%;
    }
    .col-sm-offset-4 {
      margin-left: 33.33333%;
    }
    .col-sm-offset-3 {
      margin-left: 25%;
    }
    .col-sm-offset-2 {
      margin-left: 16.66667%;
    }
    .col-sm-offset-1 {
      margin-left: 8.33333%;
    }
    .col-sm-offset-0 {
      margin-left: 0;
    }
  }
  @media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
      float: left;
    }
    .col-md-12 {
      width: 100%;
    }
    .col-md-11 {
      width: 91.66667%;
    }
    .col-md-10 {
      width: 83.33333%;
    }
    .col-md-9 {
      width: 75%;
    }
    .col-md-8 {
      width: 66.66667%;
    }
    .col-md-7 {
      width: 58.33333%;
    }
    .col-md-6 {
      width: 50%;
    }
    .col-md-5 {
      width: 41.66667%;
    }
    .col-md-4 {
      width: 33.33333%;
    }
    .col-md-3 {
      width: 25%;
    }
    .col-md-2 {
      width: 16.66667%;
    }
    .col-md-1 {
      width: 8.33333%;
    }
    .col-md-pull-12 {
      right: 100%;
    }
    .col-md-pull-11 {
      right: 91.66667%;
    }
    .col-md-pull-10 {
      right: 83.33333%;
    }
    .col-md-pull-9 {
      right: 75%;
    }
    .col-md-pull-8 {
      right: 66.66667%;
    }
    .col-md-pull-7 {
      right: 58.33333%;
    }
    .col-md-pull-6 {
      right: 50%;
    }
    .col-md-pull-5 {
      right: 41.66667%;
    }
    .col-md-pull-4 {
      right: 33.33333%;
    }
    .col-md-pull-3 {
      right: 25%;
    }
    .col-md-pull-2 {
      right: 16.66667%;
    }
    .col-md-pull-1 {
      right: 8.33333%;
    }
    .col-md-pull-0 {
      right: auto;
    }
    .col-md-push-12 {
      left: 100%;
    }
    .col-md-push-11 {
      left: 91.66667%;
    }
    .col-md-push-10 {
      left: 83.33333%;
    }
    .col-md-push-9 {
      left: 75%;
    }
    .col-md-push-8 {
      left: 66.66667%;
    }
    .col-md-push-7 {
      left: 58.33333%;
    }
    .col-md-push-6 {
      left: 50%;
    }
    .col-md-push-5 {
      left: 41.66667%;
    }
    .col-md-push-4 {
      left: 33.33333%;
    }
    .col-md-push-3 {
      left: 25%;
    }
    .col-md-push-2 {
      left: 16.66667%;
    }
    .col-md-push-1 {
      left: 8.33333%;
    }
    .col-md-push-0 {
      left: auto;
    }
    .col-md-offset-12 {
      margin-left: 100%;
    }
    .col-md-offset-11 {
      margin-left: 91.66667%;
    }
    .col-md-offset-10 {
      margin-left: 83.33333%;
    }
    .col-md-offset-9 {
      margin-left: 75%;
    }
    .col-md-offset-8 {
      margin-left: 66.66667%;
    }
    .col-md-offset-7 {
      margin-left: 58.33333%;
    }
    .col-md-offset-6 {
      margin-left: 50%;
    }
    .col-md-offset-5 {
      margin-left: 41.66667%;
    }
    .col-md-offset-4 {
      margin-left: 33.33333%;
    }
    .col-md-offset-3 {
      margin-left: 25%;
    }
    .col-md-offset-2 {
      margin-left: 16.66667%;
    }
    .col-md-offset-1 {
      margin-left: 8.33333%;
    }
    .col-md-offset-0 {
      margin-left: 0;
    }
  }
  @media (min-width: 1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
      float: left;
    }
    .col-lg-12 {
      width: 100%;
    }
    .col-lg-11 {
      width: 91.66667%;
    }
    .col-lg-10 {
      width: 83.33333%;
    }
    .col-lg-9 {
      width: 75%;
    }
    .col-lg-8 {
      width: 66.66667%;
    }
    .col-lg-7 {
      width: 58.33333%;
    }
    .col-lg-6 {
      width: 50%;
    }
    .col-lg-5 {
      width: 41.66667%;
    }
    .col-lg-4 {
      width: 33.33333%;
    }
    .col-lg-3 {
      width: 25%;
    }
    .col-lg-2 {
      width: 16.66667%;
    }
    .col-lg-1 {
      width: 8.33333%;
    }
    .col-lg-pull-12 {
      right: 100%;
    }
    .col-lg-pull-11 {
      right: 91.66667%;
    }
    .col-lg-pull-10 {
      right: 83.33333%;
    }
    .col-lg-pull-9 {
      right: 75%;
    }
    .col-lg-pull-8 {
      right: 66.66667%;
    }
    .col-lg-pull-7 {
      right: 58.33333%;
    }
    .col-lg-pull-6 {
      right: 50%;
    }
    .col-lg-pull-5 {
      right: 41.66667%;
    }
    .col-lg-pull-4 {
      right: 33.33333%;
    }
    .col-lg-pull-3 {
      right: 25%;
    }
    .col-lg-pull-2 {
      right: 16.66667%;
    }
    .col-lg-pull-1 {
      right: 8.33333%;
    }
    .col-lg-pull-0 {
      right: auto;
    }
    .col-lg-push-12 {
      left: 100%;
    }
    .col-lg-push-11 {
      left: 91.66667%;
    }
    .col-lg-push-10 {
      left: 83.33333%;
    }
    .col-lg-push-9 {
      left: 75%;
    }
    .col-lg-push-8 {
      left: 66.66667%;
    }
    .col-lg-push-7 {
      left: 58.33333%;
    }
    .col-lg-push-6 {
      left: 50%;
    }
    .col-lg-push-5 {
      left: 41.66667%;
    }
    .col-lg-push-4 {
      left: 33.33333%;
    }
    .col-lg-push-3 {
      left: 25%;
    }
    .col-lg-push-2 {
      left: 16.66667%;
    }
    .col-lg-push-1 {
      left: 8.33333%;
    }
    .col-lg-push-0 {
      left: auto;
    }
    .col-lg-offset-12 {
      margin-left: 100%;
    }
    .col-lg-offset-11 {
      margin-left: 91.66667%;
    }
    .col-lg-offset-10 {
      margin-left: 83.33333%;
    }
    .col-lg-offset-9 {
      margin-left: 75%;
    }
    .col-lg-offset-8 {
      margin-left: 66.66667%;
    }
    .col-lg-offset-7 {
      margin-left: 58.33333%;
    }
    .col-lg-offset-6 {
      margin-left: 50%;
    }
    .col-lg-offset-5 {
      margin-left: 41.66667%;
    }
    .col-lg-offset-4 {
      margin-left: 33.33333%;
    }
    .col-lg-offset-3 {
      margin-left: 25%;
    }
    .col-lg-offset-2 {
      margin-left: 16.66667%;
    }
    .col-lg-offset-1 {
      margin-left: 8.33333%;
    }
    .col-lg-offset-0 {
      margin-left: 0;
    }
  }
  .clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
    content: " ";
    display: table;
  }
  .clearfix:after, .container:after, .container-fluid:after, .row:after {
    clear: both;
  }
  .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .pull-right {
    float: right !important;
  }
  .pull-left {
    float: left !important;
  }
  .hide {
    display: none !important;
  }
  .show {
    display: block !important;
  }
  .invisible {
    visibility: hidden;
  }
  .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  .hidden {
    display: none !important;
  }
  .affix {
    position: fixed;
  }
  @-ms-viewport {
    width: device-width;
  }
  .visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
  }
  .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important;
  }
  @media (max-width: 767px) {
    .visible-xs {
      display: block !important;
    }
    table.visible-xs {
      display: table !important;
    }
    tr.visible-xs {
      display: table-row !important;
    }
    th.visible-xs, td.visible-xs {
      display: table-cell !important;
    }
  }
  @media (max-width: 767px) {
    .visible-xs-block {
      display: block !important;
    }
  }
  @media (max-width: 767px) {
    .visible-xs-inline {
      display: inline !important;
    }
  }
  @media (max-width: 767px) {
    .visible-xs-inline-block {
      display: inline-block !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
      display: block !important;
    }
    table.visible-sm {
      display: table !important;
    }
    tr.visible-sm {
      display: table-row !important;
    }
    th.visible-sm, td.visible-sm {
      display: table-cell !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
      display: block !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
      display: inline !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
      display: inline-block !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
      display: block !important;
    }
    table.visible-md {
      display: table !important;
    }
    tr.visible-md {
      display: table-row !important;
    }
    th.visible-md, td.visible-md {
      display: table-cell !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
      display: block !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
      display: inline !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
      display: inline-block !important;
    }
  }
  @media (min-width: 1200px) {
    .visible-lg {
      display: block !important;
    }
    table.visible-lg {
      display: table !important;
    }
    tr.visible-lg {
      display: table-row !important;
    }
    th.visible-lg, td.visible-lg {
      display: table-cell !important;
    }
  }
  @media (min-width: 1200px) {
    .visible-lg-block {
      display: block !important;
    }
  }
  @media (min-width: 1200px) {
    .visible-lg-inline {
      display: inline !important;
    }
  }
  @media (min-width: 1200px) {
    .visible-lg-inline-block {
      display: inline-block !important;
    }
  }
  @media (max-width: 767px) {
    .hidden-xs {
      display: none !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
      display: none !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
      display: none !important;
    }
  }
  @media (min-width: 1200px) {
    .hidden-lg {
      display: none !important;
    }
  }
  .back-to-top {
    position: fixed;
    right: 20px;
    bottom: -80px;
    background-color: #e9d16f;
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 100px;
    text-align: center;
    opacity: 1;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
    z-index: 99;
    visibility: visible;
    border: 2px solid #e9d16f;
    transition: all 0.5s ease 0s;
  }
  .back-to-top i {
    color: #fff;
    font-size: 34px;
    line-height: 55px;
    transition: all 0.3s ease 0s;
  }
  .back-to-top:hover {
    cursor: pointer;
    background-color: #fff;
  }
  .back-to-top:hover i {
    color: #e9d16f;
    animation: BackToTop 0.5s ease 0s infinite;
  }
  .back-to-top.show {
    bottom: 80px;
  }
  @keyframes BackToTop {
    50% {
      transform: translatey(-5px);
    }
    100% {
      transform: translatey(0px);
    }
  }
  @-webkit-keyframes BackToTop {
    50% {
      transform: translatey(-5px);
    }
    100% {
      transform: translatey(0px);
    }
  }
  @-moz-keyframes BackToTop {
    50% {
      transform: translatey(-5px);
    }
    100% {
      transform: translatey(0px);
    }
  }
  @-o-keyframes BackToTop {
    50% {
      transform: translatey(-5px);
    }
    100% {
      transform: translatey(0px);
    }
  }
  .cms-grid-masonry {
    position: relative;
  }
  .modal-open {
    overflow: hidden;
  }
  .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
  }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
  }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
  .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  }
  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
  }
  .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
    transition: all 0.25s ease 0s;
  }
  .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.9;
  }
  .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
  }
  .modal-header .close {
    margin-top: -2px;
  }
  .modal-title {
    margin: 0;
    line-height: 1.42857;
  }
  .modal-body {
    position: relative;
    padding: 15px;
  }
  .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
  }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
  }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
  }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0;
  }
  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
  }
  @media (min-width: 768px) {
    .modal-dialog {
      width: 600px;
      margin: 30px auto;
    }
    .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
      box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
    .modal-sm {
      width: 300px;
    }
  }
  @media (min-width: 992px) {
    .modal-lg {
      width: 900px;
    }
  }
  .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto;
  }
  .tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9;
  }
  .tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
  }
  .tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
  }
  .tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
  }
  .tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
  }
  .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
  }
  .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
  }
  .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
  }
  .tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
  }
  .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
  }
  .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
  }
  .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
  }
  .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
  }
  .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
  }
  .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
  }
  .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto;
  }
  .popover.top {
    margin-top: -10px;
  }
  .popover.right {
    margin-left: 10px;
  }
  .popover.bottom {
    margin-top: 10px;
  }
  .popover.left {
    margin-left: -10px;
  }
  .popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
  }
  .popover-content {
    padding: 9px 14px;
  }
  .popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
  }
  .popover > .arrow {
    border-width: 11px;
  }
  .popover > .arrow:after {
    content: "";
    border-width: 10px;
  }
  .popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
  }
  .popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
  }
  .popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0;
  }
  .popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
  }
  .popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
  }
  .popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
  }
  .popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25);
  }
  .popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
  }
  .carousel {
    position: relative;
  }
  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
  }
  .carousel-inner > .item > a > img, .carousel-inner > .item > img {
    line-height: 1;
  }
  @media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
      -webkit-transition: -webkit-transform 0.6s ease-in-out;
      -o-transition: -o-transform 0.6s ease-in-out;
      transition: transform 0.6s ease-in-out;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-perspective: 1000px;
      perspective: 1000px;
    }
    .carousel-inner > .item.active.right, .carousel-inner > .item.next {
      left: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
    .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
      left: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
    .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
      left: 0;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
  }
  .carousel-inner > .active {
    left: 0;
  }
  .carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .carousel-inner > .next {
    left: 100%;
  }
  .carousel-inner > .prev {
    left: -100%;
  }
  .carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0;
  }
  .carousel-inner > .active.left {
    left: -100%;
  }
  .carousel-inner > .active.right {
    left: 100%;
  }
  .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
  }
  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
  }
  .carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: 0.9;
  }
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
  }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
  }
  .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1;
  }
  .carousel-control .icon-prev:before {
    content: '\2039';
  }
  .carousel-control .icon-next:before {
    content: '\203a';
  }
  .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
  }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
  }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
  }
  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  }
  .carousel-caption .btn {
    text-shadow: none;
  }
  @media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
      width: 30px;
      height: 30px;
      margin-top: -10px;
      font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
      margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
      margin-right: -10px;
    }
    .carousel-caption {
      right: 20%;
      left: 20%;
      padding-bottom: 30px;
    }
    .carousel-indicators {
      bottom: 20px;
    }
  }
  .btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
  }
  .btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
  }
  .nav-tabs {
    border-bottom: 1px solid #ddd;
  }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
  }
  .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
  }
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
  }
  .nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
  }
  .nav-tabs.nav-justified > li {
    float: none;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
  }
  .nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }
  @media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
      margin-bottom: 0;
    }
  }
  .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
  }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd;
  }
  @media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
      border-bottom-color: #fff;
    }
  }
  .nav-pills > li {
    float: left;
  }
  .nav-pills > li > a {
    border-radius: 4px;
  }
  .nav-pills > li + li {
    margin-left: 2px;
  }
  .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #337ab7;
  }
  .nav-stacked > li {
    float: none;
  }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
  }
  .nav-justified {
    width: 100%;
  }
  .nav-justified > li {
    float: none;
  }
  .nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
  }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }
  @media (min-width: 768px) {
    .nav-justified > li {
      display: table-cell;
      width: 1%;
    }
    .nav-justified > li > a {
      margin-bottom: 0;
    }
  }
  .nav-tabs-justified {
    border-bottom: 0;
  }
  .nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
  }
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    border: 1px solid #ddd;
  }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
      border-bottom-color: #fff;
    }
  }
  .tab-content > .tab-pane {
    display: none;
  }
  .tab-content > .active {
    display: block;
  }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    /* VC fixed mobile */
  }
  @media (max-width: 767px) {
    .vc_column_container > .vc_column-inner {
      padding-left: 15px !important;
      padding-right: 15px !important;
    }
    .entry-content .vc_row .vc_column_container {
      margin-bottom: 30px;
    }
    .entry-content .vc_row .vc_column_container:last-child {
      margin-bottom: 0;
    }
  }
  .vc_row {
    z-index: 10;
    /* OWL theme */
  }
  .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
  }
  @media screen and (min-width: 1400px) {
    .owl-theme .owl-nav .owl-prev {
      left: -90px;
    }
    .owl-theme .owl-nav .owl-next {
      right: -90px;
    }
  }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #1b334d;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    margin: 5px;
    text-align: center;
    background: #e9d16f;
    display: inline-block;
    cursor: pointer;
    border-radius: 100%;
    transition: all 0.25s ease 0s;
  }
  @media screen and (min-width: 1400px) {
    .owl-theme .owl-nav [class*='owl-'] {
      position: absolute;
      top: 50%;
      margin: 0;
      transform: translatey(-50%);
    }
  }
  .owl-theme .owl-nav [class*='owl-']:hover {
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.25);
    text-decoration: none;
  }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
  }
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 50px;
  }
  .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
  }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
  }
  .owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 5px 7px;
    border: 1px solid #e9d16f;
    background-color: transparent;
    display: block;
    transition: all 0.25s ease 0s;
    border-radius: 100%;
  }
  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #e9d16f;
  }
  button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
    color: #fff;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    height: 46px;
    border-radius: 3px;
    border: 2px solid #e9d16f;
    line-height: 42px;
    padding: 0 35px;
    display: inline-block;
    background-color: #e9d16f;
    transition: all 0.25s ease 0s;
  }
  button:hover, button[disabled]:hover:hover, button[disabled]:focus:hover, input[type="button"]:hover, input[type="button"][disabled]:hover:hover, input[type="button"][disabled]:focus:hover, input[type="reset"]:hover, input[type="reset"][disabled]:hover:hover, input[type="reset"][disabled]:focus:hover, input[type="submit"]:hover, input[type="submit"][disabled]:hover:hover, input[type="submit"][disabled]:focus:hover {
    color: #e9d16f;
    background-color: #fff;
  }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    color: #e9d16f;
    background-color: #fff;
  }
  button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
    outline: none;
    /* CMS Button */
  }
  .btn {
    color: #fff;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    height: 46px;
    border-radius: 3px;
    border: 2px solid #e9d16f;
    line-height: 42px;
    padding: 0 35px;
    display: inline-block;
    background-color: #e9d16f;
  }
  .btn .fa-left {
    padding-right: 10px;
  }
  .btn .fa-right {
    padding-left: 10px;
  }
  .btn:hover {
    color: #e9d16f;
    background-color: #fff;
  }
  .btn.center {
    position: absolute;
    left: 50%;
    /* IE 9 */
    -ms-transform: translateX(-50%);
    /* Safari */
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .btn.btn-small {
    padding: 10px 15px;
  }
  .btn.btn-large {
    padding: 15px 35px;
  }
  .btn.btn-outline {
    border: 2px solid #d5d5d5;
    color: #3b3b3b;
    background: transparent;
  }
  .btn.btn-outline:hover, .btn.btn-outline:focus {
    border: 2px solid #e9d16f !important;
    color: #e9d16f !important;
  }
  .btn-primary {
    background: #e9d16f;
    color: #fff;
  }
  .btn-primary:hover, .btn-primary:focus {
    background: #000;
    color: #fff;
  }
  .site-boxed #page {
    width: 1200px;
    margin: 0 auto;
  }
  .site-content {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  @media screen and (max-width: 991px) {
    .site-content {
      padding-top: 80px;
      padding-bottom: 80px;
    }
  }
  .alignleft, .alignright {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    max-width: 600px;
  }
  @media screen and (max-width: 1199px) {
    .alignleft, .alignright {
      max-width: 300px;
      margin-bottom: 30px !important;
    }
  }
  @media screen and (max-width: 767px) {
    .alignleft, .alignright {
      max-width: 100%;
      display: block;
      width: 100%;
    }
  }
  .page .hentry {
    margin-bottom: 0;
  }
  .main-header {
    background-color: #1b334d;
  }
  .main-header .social-icon {
    display: inline-block;
    position: relative;
  }
  .main-header .social-icon:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 28px;
    background-color: #5d7387;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  @media screen and (max-width: 1199px) {
    .main-header .social-icon {
      display: none;
    }
  }
  .main-header .wrap-social {
    text-align: right;
  }
  .main-header .wrap-social a {
    color: #728ca3;
    display: inline-block;
    font-size: 24px;
    padding: 17px 8px;
    transition: all 0.5s ease 0s;
    line-height: 60px;
  }
  .main-header .wrap-social a:hover {
    color: #e9d16f;
  }
  @media screen and (max-width: 1300px) {
    .main-header .wrap-social a {
      padding-left: 4px;
      padding-right: 4px;
    }
  }
  .main-header .wrap-social .search-header {
    color: #e9d16f;
  }
  @media screen and (min-width: 1200px) {
    .main-header .wrap-social .search-header {
      padding: 17px 0 17px 19px;
    }
  }
  @media screen and (max-width: 991px) {
    .main-header .wrap-social {
      display: none;
    }
  }
  .header-top {
    background-color: #e9d16f;
    border-bottom: solid rgba(255, 255, 255, .1) 1px;
  }
  .header-top .cutomer_ser, .header-top .user_login {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .header-top .cutomer_ser a, .header-top .user_login a {
    line-height: 40px;
    color: #041e37;
    font-size: 14px;
    margin: 0 10px;
  }
  @media screen and (max-width: 991px) {
    .header-top .cutomer_ser a, .header-top .user_login a {
      line-height: 1.4;
    }
  }
  .header-top .cutomer_ser a:hover, .header-top .user_login a:hover {
    color: #000;
  }
  .header-top .cutomer_ser li, .header-top .user_login li {
    display: inline-block;
  }
  .header-top .cutomer_ser {
    margin: 0 -10px;
  }
  .header-top .user_login {
    text-align: right;
    margin: 0 -10px;
  }
  @media screen and (max-width: 991px) {
    .header-top {
      text-align: center;
      padding-top: 15px;
      padding-bottom: 15px;
    }
    .header-top .user_login {
      text-align: center;
      margin: 0;
    }
  }
  .site-title {
    font-size: 1.5em;
    font-weight: 700;
    margin: 0;
  }
  .site-description {
    font-size: 0.875em;
    margin: 0;
  }
  .site-logo {
    display: block;
  }
  .site-logo img {
    max-height: 100px;
  }
  .site-logo-sticky {
    display: none;
  }
  .site-logo-sticky img {
    max-height: 100px;
  }
  .headroom--not-top {
    background: #1b334d;
  }
  .headroom--not-top .site-logo {
    display: none;
  }
  .headroom--not-top .site-logo-sticky {
    display: block;
  }
  .site-header {
    position: relative;
    z-index: 999;
  }
  #header-search {
    position: relative;
    /**
   * headroom
   */
  }
  #header-search .searchform {
    display: none;
  }
  #header-search .searchform.active {
    display: block;
  }
  #header-search .searchform {
    background: #fff;
    width: 260px;
    display: none;
    position: absolute;
    z-index: 999;
    padding: 15px;
    right: 0;
    top: 50px;
  }
  #header-search .search-field {
    width: 170px;
  }
  #headroom {
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 9999;
  }
  .headroom--pinned {
    display: block;
  }
  .headroom--not-top {
    position: fixed;
    z-index: 10;
    right: 0;
    left: 0;
    top: 0;
  }
  @media screen and (max-width: 991px) {
    .headroom--not-top {
      position: absolute;
    }
  }
  .headroom--unpinned {
    display: none;
  }
  .headroom {
    will-change: transform;
    transition: transform 200ms linear;
  }
  .headroom--pinned {
    transform: translateY(0%);
  }
  .headroom--unpinned {
    transform: translateY(-100%);
  }
  .headroom--pinned #header-middle {
    display: none;
  }
  .admin-bar .headroom--not-top {
    top: 32px;
  }
  @media (min-width: 992px) {
    .primary-menu > li {
      position: relative;
    }
    .primary-menu > li > a {
      display: block;
      line-height: 60px;
      padding: 17px 8px;
      color: #fff;
      font-size: 15px;
      letter-spacing: 0.01em;
      font-family: 'Poppins', sans-serif;
    }
    .primary-menu > li > a:hover, .primary-menu > li > a:focus {
      color: #e9d16f;
    }
    .primary-menu > li.menu-item-has-children a {
      padding-right: 30px;
    }
    .primary-menu > li.menu-item-has-children:after {
      position: absolute;
      top: 22px;
      right: 11px;
      width: 8px;
      height: 2px;
      display: block;
      background: #fff;
      content: '';
      top: 50%;
      transform: translatey(-50%);
    }
    .primary-menu > li.menu-item-has-children:before {
      position: absolute;
      top: 50%;
      right: 14px;
      display: block;
      width: 2px;
      height: 8px;
      background: #fff;
      content: '';
      transform: translatey(-50%);
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease;
    }
    .primary-menu > li.menu-item-has-children:hover:after, .primary-menu > li.menu-item-has-children.focus:after {
      background-color: #e9d16f;
    }
    .primary-menu > li.menu-item-has-children:hover:before, .primary-menu > li.menu-item-has-children.focus:before {
      height: 0;
    }
    .primary-menu > .current_page_item > a, .primary-menu > .current-menu-item > a, .primary-menu > .current_page_ancestor > a, .primary-menu > .current-menu-ancestor > a {
      color: #e9d16f;
    }
    .primary-menu > .current_page_item:after, .primary-menu > .current-menu-item:after, .primary-menu > .current_page_ancestor:after, .primary-menu > .current-menu-ancestor:after, .primary-menu > .current_page_item:before, .primary-menu > .current-menu-item:before, .primary-menu > .current_page_ancestor:before, .primary-menu > .current-menu-ancestor:before {
      background-color: #e9d16f !important;
    }
    .sub-menu {
      list-style: none;
      margin: 0;
      position: absolute;
      background: #fff;
      padding: 0;
      top: 200%;
      left: 0;
      padding: 0;
      min-width: 250px;
      z-index: 99;
      visibility: hidden;
      opacity: 0;
      box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
      transition: top 0.25s ease 0s, opacity 0.25s ease 0s, visibility 0.25s ease 0s;
    }
    .sub-menu a {
      color: #27415a;
      text-transform: capitalize;
      font-size: 14px;
      letter-spacing: 0.01em;
      font-family: 'Poppins', sans-serif;
      font-weight: 400;
      display: block;
      padding: 10px 20px;
      border-bottom: 1px solid #ccc;
      background-color: #fff;
    }
    .sub-menu a:hover {
      background-color: #e9d16f;
    }
    .sub-menu > .current-menu-item > a, .sub-menu > .current_page_item > a {
      background-color: #e9d16f;
    }
    .sub-menu li.menu-item-has-children:after {
      position: absolute;
      top: 22px;
      right: 11px;
      width: 8px;
      height: 2px;
      display: block;
      background: #27415a;
      content: '';
      top: 50%;
      transform: translatey(-50%);
    }
    .sub-menu li.menu-item-has-children:before {
      position: absolute;
      top: 50%;
      right: 14px;
      display: block;
      width: 2px;
      height: 8px;
      background: #27415a;
      content: '';
      transform: translatey(-50%);
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease;
    }
    .sub-menu li.menu-item-has-children:hover:before, .sub-menu li.menu-item-has-children.focus:before {
      height: 0;
    }
    .sub-menu .sub-menu {
      top: 0;
      left: 120%;
      visibility: hidden;
      opacity: 0;
      transition: left 0.25s ease 0s, opacity 0.25s ease 0s, visibility 0.25s ease 0s;
    }
    .sub-menu .sub-menu > li {
      display: block;
      padding: 0 15px;
    }
    .sub-menu .sub-menu > li:last-child a {
      border-bottom: none;
    }
    .sub-menu > li {
      display: block;
      padding: 0;
    }
    .sub-menu > li:last-child a {
      border-bottom: none;
    }
    .sub-menu > li:hover > .sub-menu {
      left: 100%;
      opacity: 1;
      visibility: visible;
    }
    .sub-menu .vc_row {
      background: #fff;
      padding: 10px;
      box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    }
    .primary-menu {
      list-style: none;
      margin: 0;
      padding: 0;
    }
    .primary-menu > li {
      display: inline-block;
      vertical-align: middle;
    }
    .primary-menu > li:hover > .sub-menu {
      top: 100%;
      opacity: 1;
      visibility: visible;
    }
    .primary-menu li {
      position: relative;
    }
    .primary-menu ul {
      list-style: none;
    }
  }
  @media screen and (min-width: 992px) and (max-width: 1299px) {
    .primary-menu > li.menu-item-has-children a {
      padding-right: 25px;
    }
  }
  @media (max-width: 991px) {
    .main-navigation {
      background-color: #fff;
      box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
      position: absolute;
      z-index: 99;
      padding: 15px 20px;
      top: 150%;
      bottom: auto;
      left: 0;
      right: 0;
      height: 300px;
      overflow-x: hidden;
      visibility: hidden;
      opacity: 0;
      transition: all 240ms;
    }
    .main-navigation.navigation-open {
      opacity: 1;
      visibility: visible;
    }
    .primary-menu {
      list-style: none;
      margin: 0;
      padding: 0;
    }
    .primary-menu li {
      position: relative;
      list-style: none;
    }
    .primary-menu li a {
      display: block;
      padding: 10px 0;
    }
    .primary-menu .sub-menu {
      position: relative;
      padding-left: 20px;
      visibility: hidden;
      opacity: 0;
      display: none;
      overflow: hidden;
      -webkit-transition: all 240ms;
      -khtml-transition: all 240ms;
      -moz-transition: all 240ms;
      -ms-transition: all 240ms;
      -o-transition: all 240ms;
      transition: all 240ms;
    }
    .primary-menu .sub-menu.submenu-open {
      visibility: visible;
      opacity: 1;
      height: auto;
    }
    .primary-menu .current_page_item > a, .primary-menu .current-menu-item > a, .primary-menu .current_page_ancestor > a, .primary-menu .current-menu-ancestor > a {
      color: #e9d16f;
    }
    .primary-menu li.focus > .sub-menu {
      visibility: visible;
      opacity: 1;
      max-height: none;
      overflow: visible;
    }
  }
  @media screen and (max-width: 991px) {
    .main-header-container {
      position: relative;
    }
    #main-menu-mobile {
      position: absolute;
      top: 50%;
      transform: translatey(-50%);
      right: 50px;
    }
    #main-menu-mobile .btn-nav-mobile {
      padding-left: 30px;
      color: #fff;
      display: inline-block;
      font-size: 16px;
      height: 32px;
      line-height: 32px;
      text-align: center;
      vertical-align: middle;
      width: 30px;
      cursor: pointer;
      position: relative;
      -webkit-transition: all 300ms linear 0ms;
      -khtml-transition: all 300ms linear 0ms;
      -moz-transition: all 300ms linear 0ms;
      -ms-transition: all 300ms linear 0ms;
      -o-transition: all 300ms linear 0ms;
      transition: all 300ms linear 0ms;
    }
    #main-menu-mobile .btn-nav-mobile:before, #main-menu-mobile .btn-nav-mobile:after, #main-menu-mobile .btn-nav-mobile span {
      -webkit-transition: all 300ms linear 0ms;
      -khtml-transition: all 300ms linear 0ms;
      -moz-transition: all 300ms linear 0ms;
      -ms-transition: all 300ms linear 0ms;
      -o-transition: all 300ms linear 0ms;
      transition: all 300ms linear 0ms;
      content: "";
      background-color: #fff;
      display: block;
      height: 2px;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      width: 22px;
      top: 21px;
    }
    #main-menu-mobile .btn-nav-mobile:before {
      top: 9px;
    }
    #main-menu-mobile .btn-nav-mobile span {
      top: 15px;
    }
    #main-menu-mobile .btn-nav-mobile.opened:before {
      top: 15px;
      transform: rotate(45deg);
    }
    #main-menu-mobile .btn-nav-mobile.opened:after {
      -webkit-transform: rotate(-45deg);
      -khtml-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 15px;
    }
    #main-menu-mobile .btn-nav-mobile.opened span {
      display: none;
    }
    .main-menu-toggle {
      -webkit-transition: all 300ms linear 0ms;
      -khtml-transition: all 300ms linear 0ms;
      -moz-transition: all 300ms linear 0ms;
      -ms-transition: all 300ms linear 0ms;
      -o-transition: all 300ms linear 0ms;
      transition: all 300ms linear 0ms;
      cursor: pointer;
      display: inline-block;
      height: 19px;
      line-height: 19px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 10px;
      width: 19px;
    }
    .main-menu-toggle:before, .main-menu-toggle:after {
      content: "";
      position: absolute;
      background-color: #222;
    }
    .main-menu-toggle:before {
      height: 9px;
      width: 1px;
      top: 5px;
      left: 9px;
    }
    .main-menu-toggle:after {
      height: 1px;
      width: 9px;
      left: 5px;
      top: 9px;
    }
    .main-menu-toggle.close:before {
      display: none;
    }
  }
  @media screen and (max-width: 767px) {
    .site-branding {
      width: calc(100% - 80px);
    }
    .site-branding .site-logo img {
      padding: 10px 0 !important;
    }
  }
  @media screen and (min-width: 992px) {
    .menu-toggle {
      display: none;
    }
    .main-navigation ul {
      display: block;
    }
  }
  .comment-navigation, .posts-navigation, .post-navigation {
    /* add class back when submenu out body */
  }
  .site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
  }
  .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    width: 50%;
  }
  .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
  }
  ul.back {
    right: 100%;
    left: auto !important;
  }
  .sticky {
    display: block;
  }
  .hentry {
    margin: 0 0 20px;
  }
  .updated:not(.published) {
    display: none;
  }
  .format-gallery .entry-featured {
    position: relative;
  }
  .format-gallery .entry-featured .owl-next, .format-gallery .entry-featured .owl-prev {
    background: #ccc;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
  }
  .format-gallery .entry-featured .owl-next:hover, .format-gallery .entry-featured .owl-prev:hover {
    background: #000;
    color: #fff;
  }
  .format-gallery .entry-featured .owl-next {
    right: 0;
    top: 50%;
    margin-top: -15px;
  }
  .format-gallery .entry-featured .owl-prev {
    left: 0;
    top: 50%;
    margin-top: -15px;
  }
  .comment-content a {
    word-wrap: break-word;
  }
  .bypostauthor {
    display: block;
    /* Post Content */
  }
  .entry-meta-archive {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 7px;
    padding: 0;
  }
  .entry-meta-archive li {
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    color: #999;
    margin-right: 3px;
  }
  .entry-meta-archive li:last-child {
    margin-right: 0;
  }
  .entry-meta-archive i {
    color: #1b334d;
    margin-right: 6px;
  }
  .entry-meta-archive a {
    font-weight: 400;
    font-size: 12px;
    color: #999;
  }
  .entry-meta-archive a:hover {
    color: #e9d16f;
  }
  .entry-meta-archive .author span {
    color: #041e37;
  }
  .entry-footer {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
  }
  .entry-footer a {
    color: #333;
    font-size: 14px;
    font-weight: 400;
  }
  .entry-footer a:hover {
    color: #e9d16f;
  }
  blockquote {
    padding: 23px 0px 30px 21px;
    border-left: 4px solid #e9d16f;
    margin: 0 0 30px 0;
  }
  blockquote p {
    line-height: 30px;
    color: #333 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-style: italic;
  }
  .nav-blog a {
    color: #777;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
  }
  .nav-blog a:hover {
    color: #e9d16f;
  }
  .posts-pagination {
    text-align: center;
  }
  .posts-pagination .loop-pagination {
    display: inline-block;
  }
  .posts-pagination .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 38px;
    display: inline-block;
    border: solid #e1e1e1 1px;
    color: #000;
    font-size: 15px;
    background-color: #fff;
  }
  .posts-pagination .page-numbers:hover {
    background-color: #eee;
    border-color: #ddd;
    color: #23527c;
  }
  .posts-pagination .page-numbers.current {
    background-color: #1b334d;
    border-color: #1b334d;
    color: #fff;
  }
  @media screen and (max-width: 767px) {
    .blog-area {
      padding-top: 25px;
      padding-bottom: 55px;
    }
  }
  .blog-area .wrap-content__entry-featured iframe {
    width: 100%;
    margin-bottom: 26px;
  }
  .blog-area .hentry {
    margin-bottom: 45px;
    box-shadow: 0 10px 15px -20px #000;
  }
  .blog-area .wrap-content__info {
    padding: 35px 35px 35px 0;
  }
  .blog-area .wrap-content__info .wrap-readmore-share {
    display: block;
  }
  .blog-area .single_share {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
  }
  @media screen and (max-width: 1199px) {
    .blog-area .single_share {
      float: none;
      padding-top: 20px;
    }
  }
  .blog-area .single_share p {
    margin: 0;
    font-weight: 400;
    margin-right: 15px;
    color: #222;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
  }
  @media screen and (max-width: 767px) {
    .blog-area .single_share p {
      display: block;
      margin-bottom: 10px;
    }
  }
  .blog-area .single_share li {
    display: inline-block;
  }
  .blog-area .single_share .button-share {
    color: #1b334d;
    font-size: 20px;
    padding: 0 10px;
    display: inline-block;
  }
  .blog-area .single_share .button-share:hover {
    color: #e9d16f;
  }
  .blog-area .post-image {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    line-height: 0;
    border-bottom: solid #e9d16f 5px;
  }
  .blog-area .post-image img {
    width: 100%;
  }
  .blog-area .entry-content {
    color: #666;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    margin-bottom: 20px;
    font-family: 'Raleway', sans-serif;
  }
  .blog-area .entry-readmore {
    float: left;
  }
  @media screen and (max-width: 1199px) {
    .blog-area .entry-readmore {
      float: none;
    }
  }
  .blog-area .entry-readmore a {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.05em;
    display: inline-block;
    color: #1f1f1f;
  }
  .blog-area .entry-readmore a:hover {
    color: #000;
  }
  .blog-area .entry-header .entry-posted-on {
    float: left;
    width: 70px;
    border-radius: 5px;
    border: 1px solid #e9d16f;
  }
  @media screen and (max-width: 399px) {
    .blog-area .entry-header .entry-posted-on {
      width: 100%;
      margin-bottom: 20px;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .blog-area .entry-header .entry-posted-on {
      width: 100%;
      margin-bottom: 20px;
    }
  }
  .blog-area .entry-header .entry-posted-on .days {
    color: #e9d16f;
    text-align: center;
    letter-spacing: 0.05em;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 40px;
    height: 40px;
  }
  .blog-area .entry-header .entry-posted-on .more {
    font-size: 11px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: center;
    line-height: 25px;
    background-color: #e9d16f;
  }
  .blog-area .entry-header .entry-title {
    margin-bottom: 14px;
    line-height: 0;
  }
  .blog-area .entry-header .entry-title a {
    font-size: 23px;
    letter-spacing: -0.5px;
    color: #041e37;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    font-family: 'Raleway', sans-serif;
  }
  .blog-area .entry-header .entry-title a:after {
    width: 40px;
    height: 5px;
    background: #e9d16f;
    content: "";
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .blog-area .entry-header .entry-title a:hover {
    color: #e9d16f;
  }
  .blog-area.page-fullwidth {
    /* Post Single */
  }
  .blog-area.page-fullwidth .hentry {
    border-top: solid #e9d16f 5px;
    box-shadow: 0 10px 15px -20px #000;
    margin-bottom: 45px;
  }
  @media screen and (min-width: 992px) {
    .blog-area.page-fullwidth .site-main .hentry:nth-child( 2n) {
      background-color: #f9f9f9;
    }
  }
  .blog-area.page-fullwidth .post-image {
    border-bottom: none;
  }
  .blog-area.page-fullwidth .wrap-content__info {
    padding: 79px 35px 35px 15px;
  }
  @media screen and (max-width: 1199px) {
    .blog-area.page-fullwidth .wrap-content__info {
      padding: 20px 0px;
    }
  }
  .content-single {
    /* Comment */
  }
  .content-single .post-image {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    line-height: 0;
    border-bottom: solid #e9d16f 5px;
  }
  .content-single .post-image img {
    width: 100%;
  }
  .content-single .site-main {
    box-shadow: 0 10px 15px -20px #000;
  }
  @media screen and (max-width: 767px) {
    .content-single .site-main {
      margin-bottom: 80px;
    }
  }
  @media screen and (max-width: 1199px) {
    .content-single .site-main {
      box-shadow: none;
    }
  }
  .content-single .entry-header .entry-title {
    font-size: 23px;
    color: #041e37;
    font-weight: 400;
    letter-spacing: -0.5px;
    position: relative;
    line-height: 24px;
    margin-bottom: 22px;
    font-family: 'Raleway', sans-serif;
  }
  .content-single .entry-header .entry-title:after {
    width: 40px;
    height: 5px;
    background: #e9d16f;
    content: "";
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  @media screen and (min-width: 1200px) {
    .content-single .comment-respond .row {
      margin-left: -5px;
      margin-right: -5px;
    }
    .content-single .comment-respond .col-xs-12 {
      padding-left: 5px;
      padding-right: 5px;
    }
  }
  .content-single .single-content__entry-featured {
    margin-bottom: 28px;
  }
  .content-single .single-content__entry-featured iframe {
    width: 100%;
    margin-bottom: 26px;
  }
  .content-single .single-content__infor {
    padding: 7px 0 0 0;
  }
  @media screen and (max-width: 1199px) {
    .content-single .single-content__infor {
      padding: 0;
    }
  }
  .content-single .single-content__infor .entry-meta-archive li {
    color: #333;
    font-size: 14px;
    margin-right: 10px;
  }
  .content-single .single-content__infor .entry-meta-archive i {
    margin-right: 5px;
  }
  .content-single .entry-content, .content-single .entry-content p {
    color: #666;
    font-size: 17px;
    line-height: 24px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
  }
  .content-single .entry-content p {
    margin-bottom: 1.5em;
    margin-top: 0;
  }
  .content-single .wrap-share {
    border-top: 1px dashed rgba(233, 209, 111, 0.5);
    border-bottom: 1px dashed rgba(233, 209, 111, 0.5);
    padding: 25px 0;
    margin-top: 43px;
  }
  .content-single .wrap-share p {
    float: left;
    margin: 0;
    line-height: 37px;
  }
  .content-single .wrap-share .share-social {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .content-single .wrap-share a {
    height: 37px;
    width: 37px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    line-height: 35px;
    border-width: 1px;
    border-style: solid;
    color: #fff;
    font-size: 18px;
  }
  .content-single .wrap-share .fb a {
    border-color: #3b5998;
    background-color: #3b5998;
  }
  .content-single .wrap-share .tw a {
    border-color: #00acee;
    background-color: #00acee;
  }
  .content-single .wrap-share .pin a {
    border-color: #ca1f27;
    background-color: #ca1f27;
  }
  .content-single .wrap-share .gg a {
    border-color: #dd4b39;
    background-color: #dd4b39;
  }
  .content-single .wrap-share li {
    display: inline-block;
    margin-left: 14px;
  }
  .content-single .wrap-share li a:hover {
    background-color: #e9d16f;
    color: #fff;
    border-color: #e9d16f;
  }
  .comment-respond {
    padding: 30px 35px 35px;
    border: solid #ddd 1px;
  }
  @media screen and (max-width: 991px) {
    .comment-respond {
      padding: 0;
      border: none;
    }
  }
  .comment-respond .comment-reply-title {
    margin-top: 20px;
    margin-bottom: 13px;
    color: #041e37;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
  }
  .comment-respond input[type='email'], .comment-respond input[type='text'] {
    height: 50px;
    border-radius: 50px;
  }
  .comment-respond textarea {
    height: 150px;
    border-radius: 25px;
  }
  .comment-respond input[type='text'], .comment-respond input[type='email'], .comment-respond textarea {
    margin-bottom: 10px;
    border: solid #e1e1e1 1px;
    width: 100%;
    background-color: #f8f8f8;
    color: #737373;
    font-size: 14px;
  }
  .comment-respond .form-submit {
    margin: 0;
    text-align: center;
    margin-top: 25px;
  }
  .comment-respond .form-submit input[ type="submit" ] {
    background: #041e37;
    border: solid #041e37 1px;
    font-size: 15px !important;
    line-height: 48px;
    font-weight: 500;
    height: 50px;
    border-radius: 100px;
    color: #fff;
    text-transform: uppercase;
  }
  .comment-respond .form-submit input[ type="submit" ]:hover {
    background: #e9d16f;
    color: #182e45;
    border-color: #e9d16f;
  }
  .comment-respond a {
    color: #777;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
  }
  .comment-respond a:hover {
    color: #e9d16f;
  }
  .comments-area {
    padding-top: 27px;
  }
  .comments-area .comments-title {
    margin-top: 0;
    margin-bottom: 32px;
    font-size: 20px;
    color: #333;
    letter-spacing: 0.05em;
    line-height: 1.2;
    font-weight: 500;
  }
  .comments-area .depth-1 > .comment-body {
    background-color: #e9d16f;
  }
  .comments-area .depth-1 > .children {
    padding-left: 125px;
  }
  @media screen and (max-width: 1199px) {
    .comments-area .depth-1 > .children {
      padding-left: 30px;
    }
  }
  .comments-area .children {
    padding-left: 133px;
    list-style: none;
  }
  @media screen and (max-width: 1199px) {
    .comments-area .children {
      padding-left: 30px;
    }
  }
  @media screen and (max-width: 767px) {
    .comments-area .children {
      padding-left: 10px;
    }
  }
  .comments-area .children .comment-body {
    margin-left: 118px;
    margin-bottom: 0;
  }
  @media screen and (max-width: 1199px) {
    .comments-area .children .comment-body {
      margin-left: 73px;
    }
  }
  .comments-area .children .comment-body .comment-author img {
    left: -118px;
  }
  @media screen and (max-width: 1199px) {
    .comments-area .children .comment-body .comment-author img {
      left: -73px;
      width: 60px;
    }
  }
  .comments-area .comment-body {
    position: relative;
    padding: 20px 30px;
    margin-left: 133px;
    margin-bottom: 30px;
  }
  @media screen and (max-width: 1199px) {
    .comments-area .comment-body {
      margin-left: 73px;
    }
  }
  @media screen and (max-width: 991px) {
    .comments-area .comment-body {
      padding: 20px 10px;
    }
  }
  .comments-area .comment-body .says {
    display: none;
  }
  .comments-area .comment-body .fn {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
  }
  .comments-area .comment-body .fn a {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
  }
  .comments-area .comment-body .comment-author {
    display: inline-block;
  }
  .comments-area .comment-body .comment-author img {
    border-radius: 50%;
    position: absolute;
    width: 100px;
    left: -133px;
    top: 0;
  }
  @media screen and (max-width: 1199px) {
    .comments-area .comment-body .comment-author img {
      left: -73px;
      width: 60px;
    }
  }
  @media screen and (max-width: 991px) {
    .comments-area .comment-body .comment-author {
      display: block;
    }
  }
  .comments-area .comment-body .comment-meta {
    display: block;
    margin-bottom: 10px;
  }
  @media screen and (max-width: 991px) {
    .comments-area .comment-body .comment-meta {
      display: block;
    }
  }
  .comments-area .comment-body .comment-meta a {
    font-size: 12px;
    font-weight: 400;
    margin-left: 0px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
  }
  .comments-area .comment-body .comment-meta a:hover {
    color: #000;
  }
  @media screen and (max-width: 991px) {
    .comments-area .comment-body .comment-meta a {
      margin: 0;
      line-height: 1.4;
    }
  }
  .comments-area .comment-body .comment-metadata a {
    font-size: 12px;
    font-weight: 400;
    margin-left: 5px;
  }
  .comments-area .comment-body .comment-metadata a:hover {
    color: #e9d16f;
  }
  .comments-area .comment-body p {
    line-height: 21px;
    font-size: 14px;
    padding-top: 8px;
    color: #333;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 10px;
  }
  .comments-area .comment-body .comment-content {
    padding-left: 116px;
  }
  @media screen and (max-width: 767px) {
    .comments-area .comment-body .comment-content {
      padding-left: 73px;
    }
  }
  .comments-area .comment-body .reply {
    position: absolute;
    top: 20px;
    right: 30px;
  }
  .comments-area .comment-body .reply a {
    color: #1f1f1f;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
  }
  .comments-area .comment-body .reply a:hover {
    color: #000;
  }
  .comments-area .comment-list {
    padding: 0;
    list-style: none;
  }
  .comments-area .comment-list .comment-respond {
    margin-bottom: 40px;
  }
  .button-sc-info a {
    height: 46px;
    border: 1px solid #fff;
    letter-spacing: 0.05em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 44px;
    padding: 0 25px;
    display: inline-block;
    border-radius: 3px;
  }
  .button-sc-info a.purchase {
    color: #e9d16f;
    background-color: #fff;
    margin-right: 11px;
  }
  .button-sc-info a.purchase:hover {
    color: #fff;
    background-color: transparent;
  }
  .button-sc-info a.read-more {
    color: #fff;
    background-color: transparent;
  }
  .button-sc-info a.read-more:hover {
    color: #e9d16f;
    background-color: #fff;
  }
  .wrap-our-brands {
    background-color: #f6f6f6;
    padding-top: 56px;
    padding-bottom: 90px;
    /* Single Team */
  }
  .wrap-our-brands p.vc_custom_heading {
    padding-top: 10px;
  }
  .wrap-our-brands h2.heading-2 {
    margin-bottom: 14px;
    letter-spacing: -0.5px;
  }
  .wrap-our-brands .vc_custom_1525399232565 {
    padding-top: 12px !important;
    padding-bottom: 10px;
  }
  .team-single {
    padding-top: 55px;
  }
  .team-single .skill_bar {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .team-single .skill_bar .progress-title {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin: 0;
    line-height: normal;
  }
  .team-single .skill_bar .progress {
    height: 20px;
    background: #ccc;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 25px;
    overflow: visible;
  }
  .team-single .skill_bar .progress-bar {
    position: relative;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  }
  .team-single .skill_bar .progress-bar:after {
    content: "";
    display: inline-block;
    width: 15px;
    background: #1b334d;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    z-index: 1;
    transform: rotate(0);
  }
  .team-single .skill_bar .progress-value {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    position: absolute;
    top: -30px;
    right: -10px;
  }
  .team-single .wrap-content-team p {
    color: #333;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
  }
  @media screen and (max-width: 991px) {
    .team-single .wrap-content-team {
      text-align: center;
    }
  }
  .team-single .wrap-content-team .qoute_testimonial {
    background: #f8f8f8;
    padding: 50px 100px 45px;
    position: relative;
    font-size: 18px;
    line-height: normal;
    color: #000;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-style: italic;
    margin-top: 30px;
  }
  .team-single .wrap-content-team .qoute_testimonial .author-qoute {
    font-size: 18px;
    line-height: normal;
    color: #000;
    font-weight: 500;
    font-style: normal;
  }
  .team-single .wrap-content-team .qoute_testimonial:before {
    content: '\f10d';
    font-family: 'FontAwesome';
    color: #e9d16f;
    font-size: 45px;
    position: absolute;
    left: 40px;
    top: 20px;
    font-style: normal;
  }
  @media screen and (max-width: 991px) {
    .team-single .wrap-content-team .qoute_testimonial {
      padding-left: 15px;
      padding-right: 15px;
    }
    .team-single .wrap-content-team .qoute_testimonial:before {
      display: none;
    }
  }
  .team-single .wrap-thumb {
    line-height: 0;
    border-bottom: 5px solid #e9d16f;
  }
  .team-single .wrap-thumb img {
    width: 100%;
  }
  @media screen and (max-width: 991px) {
    .team-single .wrap-thumb {
      margin-bottom: 30px;
    }
  }
  .team-single .wrap-header-team {
    padding-top: 21px;
  }
  @media screen and (max-width: 991px) {
    .team-single .wrap-header-team {
      text-align: center;
      margin-bottom: 30px;
    }
  }
  .team-single .wrap-header-team .wrap-info, .team-single .wrap-header-team .social_icon {
    float: left;
  }
  @media screen and (max-width: 1199px) {
    .team-single .wrap-header-team .wrap-info, .team-single .wrap-header-team .social_icon {
      float: none;
    }
  }
  .team-single .wrap-header-team .social_icon {
    width: 200px;
  }
  @media screen and (max-width: 1199px) {
    .team-single .wrap-header-team .social_icon {
      width: 100%;
    }
  }
  .team-single .wrap-header-team .social_icon ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .team-single .wrap-header-team .social_icon li {
    display: inline-block;
  }
  .team-single .wrap-header-team .social_icon a {
    color: #999;
    font-size: 24px;
    width: 40px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
  }
  .team-single .wrap-header-team .social_icon a:hover {
    color: #1b334d;
  }
  .team-single .wrap-header-team .wrap-info {
    width: calc(100% - 200px);
  }
  @media screen and (max-width: 1199px) {
    .team-single .wrap-header-team .wrap-info {
      width: 100%;
      margin-bottom: 10px;
    }
  }
  .team-single .wrap-header-team h4 {
    color: #041e37;
    font-size: 28px;
    font-weight: 400;
  }
  .team-single .wrap-header-team p {
    color: #666;
    font-weight: 300;
    letter-spacing: 0.5px;
    font-size: 16px;
  }
  .page-template-blog-classic .site-content, .page-template-blog-right-sidebar .site-content, .page-template-blog-left-sidebar .site-content, .page-template-blog-fullwidth .site-content {
    padding-bottom: 115px;
  }
  .cshcr-caroulse-wrap {
    position: relative;
  }
  .cshcr-caroulse-wrap .cshcr-caroulse-layout {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
  }
  .page-title {
    background-image: url('images/bg_page_title.html');
    padding: 10px 0 20px;
    background-color: #041e37;
    background-position: right;
    background-size: auto 100%;
    min-height: 320px;
    background-repeat: no-repeat;
  }
  @media screen and (max-width: 767px) {
    .page-title {
      text-align: center;
    }
  }
  .page-title .page-title--title {
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    line-height: normal;
    font-family: 'Poppins', sans-serif;
  }
  @media screen and (max-width: 767px) {
    .page-title .page-title--title {
      font-size: 32px;
    }
  }
  .page-title .page-title--wrap {
    display: inline-block;
    border-left: 10px solid #e9d16f;
    padding-left: 35px;
    background: rgba(255, 255, 255, .02);
    padding-right: 35px;
    padding-bottom: 20px;
    padding-top: 10px;
  }
  @media screen and (max-width: 767px) {
    .page-title .page-title--wrap {
      border-bottom: 10px solid #e9d16f;
      border-left: none;
      padding-left: 10px;
      padding-right: 10px;
    }
  }
  .page-title .breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1;
  }
  .page-title .breadcrumb li {
    display: inline-block;
  }
  .page-title .breadcrumb .breadcrumb-entry {
    color: #fff;
    font-size: 13px;
    line-height: normal;
    font-weight: 400;
  }
  .page-title .breadcrumb a {
    margin-right: 7px;
  }
  .page-title .breadcrumb a:hover {
    color: #e9d16f;
  }
  .page-title .breadcrumb a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    margin-left: 7px;
    font-size: 14px;
  }
  .error404 .site-content, .page-template-page-404 .site-content {
    padding: 150px 0;
    text-align: center;
    background-image: url('images/bg_404.html');
    background-position: center;
    background-repeat: no-repeat;
  }
  .error404 h1, .page-template-page-404 h1 {
    font-size: 80px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: none;
    color: #041e37;
    margin: 40px 0 30px;
  }
  @media screen and (max-width: 599px) {
    .error404 h1, .page-template-page-404 h1 {
      font-size: 40px;
    }
  }
  .error404 .title-404, .page-template-page-404 .title-404 {
    color: #1b334d;
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1.2;
  }
  @media screen and (max-width: 599px) {
    .error404 .title-404, .page-template-page-404 .title-404 {
      font-size: 25px;
    }
  }
  .error404 .sub-title-404, .page-template-page-404 .sub-title-404 {
    color: #333;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.5px;
    max-width: 600px;
    margin: 0 auto;
  }
  .error404 .wrap-content-404 a, .page-template-page-404 .wrap-content-404 a {
    background: #041e37;
    border: solid #041e37 1px;
    font-size: 15px;
    line-height: 48px;
    font-weight: 500;
    margin-top: 35px;
    height: 50px;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    width: 170px;
  }
  .error404 .wrap-content-404 a:hover, .page-template-page-404 .wrap-content-404 a:hover {
    background: #e9d16f;
    color: #182e45;
    border-color: #e9d16f;
  }
  .contact-us input[type="text"], .contact-us input[type="tel"] {
    height: 50px;
    border-radius: 50px;
    padding: 0 20px;
  }
  .contact-us input[type="text"], .contact-us input[type="tel"], .contact-us textarea {
    border: solid #e1e1e1 1px;
    width: 100%;
    background: #f8f8f8;
    margin-top: 10px;
    font-size: 14px;
    color: #737373;
  }
  .contact-us textarea {
    height: 150px;
    border-radius: 25px;
    padding: 15px 20px;
  }
  .contact-us .button-submit {
    text-align: center;
    position: relative;
    margin-top: 34px;
  }
  .contact-us .button-submit input[type="submit"] {
    background: #1b334d;
    border: solid #1b334d 1px;
    font-size: 15px !important;
    line-height: 48px;
    font-weight: 500;
    height: 50px;
    color: #fff;
    border-radius: 100px;
    outline: none;
  }
  .contact-us .button-submit input[type="submit"]:hover {
    background: #e9d16f;
    color: #1b334d;
    border-color: #e9d16f;
  }
  .contact-us .button-submit .ajax-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .vc_row.row-no-padding {
    margin-left: 0;
    margin-right: 0;
  }
  .vc_row.row-no-padding .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .vc_row.row-dark .cms-carousel-layout1 .owl-stage-outer {
    padding-bottom: 20px;
    background-color: #fff;
  }
  .wrap-our-price {
    background-color: #001e36;
    padding-top: 56px !important;
    padding-bottom: 50px !important;
    /* Page Loading */
  }
  .wrap-our-price .vc_custom_1525681159129 {
    padding-top: 10px;
    margin-bottom: 53px !important;
  }
  #page-loadding {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: #031629;
  }
  #page-loadding .wrap-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #page-loadding .wrap-loading img {
    animation-name: rotatey;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotatey;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotatey;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotatey;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotatey;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
  }
  @-webkit-keyframes rotatey {
    from {
      -webkit-transform: rotatey(0deg);
      -moz-transform: rotatey(0deg);
      -ms-transform: rotatey(0deg);
      -o-transform: rotatey(0deg);
      transform: rotatey(0deg);
    }
    to {
      -webkit-transform: rotatey(360deg);
      -moz-transform: rotatey(360deg);
      -ms-transform: rotatey(360deg);
      -o-transform: rotatey(360deg);
      transform: rotatey(360deg);
    }
  }
  @-moz-keyframes rotatey {
    from {
      -moz-transform: rotatey(0deg);
    }
    to {
      -moz-transform: rotatey(360deg);
    }
  }
  .top-footer .wrap-footer-top .widget_custom_html .newsletter-sig {
    font-size: 17px;
    line-height: 24px;
    margin: 0 0 15px 0;
    letter-spacing: 0px;
  }
  .top-footer .wrap-footer-top .social_icons {
    margin-top: 10px;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
  }
  .top-footer .wrap-footer-top .social_icons li {
    margin-right: 6px;
    margin-bottom: 10px;
    display: inline-block;
  }
  .top-footer .wrap-footer-top .social_icons li a {
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
    font-size: 15px;
    background-color: #e9d16f;
    opacity: 1;
  }
  .top-footer .wrap-footer-top .social_icons li a:hover {
    opacity: 0.7;
  }
  .top-footer .wrap-footer-top .social_icons li.fb a {
    background: #39579a;
  }
  .top-footer .wrap-footer-top .social_icons li.tw a {
    background: #30a8e2;
  }
  .top-footer .wrap-footer-top .social_icons li.gp a {
    background: #de4d3b;
  }
  .top-footer .wrap-footer-top .widget_mc4wp_form_widget .newletter-sign {
    position: relative;
  }
  .top-footer .wrap-footer-top .widget_mc4wp_form_widget .newletter-sign input {
    background: #495c6e;
    width: 100%;
    border: none;
    min-height: 40px;
    border-radius: 50px;
    padding: 0 21px;
    font-style: italic;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
  }
  .top-footer .wrap-footer-top .widget_mc4wp_form_widget .newletter-sign input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
  }
  .top-footer .wrap-footer-top .widget_mc4wp_form_widget .newletter-sign input::-moz-placeholder {
    color: #fff;
    opacity: 1;
  }
  .top-footer .wrap-footer-top .widget_mc4wp_form_widget .newletter-sign input:-moz-placeholder {
    color: #fff;
    opacity: 1;
  }
  .top-footer .wrap-footer-top .widget_mc4wp_form_widget .newletter-sign input:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
  }
  .top-footer .wrap-footer-top .widget_mc4wp_form_widget .newletter-sign button {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: none;
    color: #041e37;
    padding: 0;
    line-height: 40px;
  }
  .single-post .site-content, .post-type-archive-product .site-content, .page-template-blog-classic .site-content, .page-template-blog-left-sidebar .site-content, .page-template-blog-right-sidebar .site-content, .page-template-blog-fullwidth .site-content {
    padding-top: 80px;
  }
  .search-no-results .site-main .no-results-title {
    margin-bottom: 25px;
  }
  .search-no-results .site-main p {
    margin-bottom: 1em;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-weight: 400;
    margin-top: 0;
    letter-spacing: 0.5px;
  }
  .search-no-results .site-main .search-field {
    margin-bottom: 10px;
  }
  .search-no-results .site-main .search-submit {
    height: 40px;
    outline: none;
    background-color: #333;
    border: none;
    font-size: 15px;
    color: #fff;
    padding: 0;
    width: 80px;
  }
  .search-no-results .site-main .search-submit:hover {
    background-color: #e9d16f;
  }
  .search-results .blog-area .wrap-content__entry-featured {
    margin-bottom: 0;
  }
  .search-results .blog-area article {
    margin-bottom: 35px;
  }
  .leocrypto-search#idsearch .searchform-md {
    position: absolute;
    width: 300px;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 640px;
    text-align: left;
  }
  @media screen and (min-width: 767px) {
    .leocrypto-search#idsearch .searchform-md {
      width: 80%;
    }
    .leocrypto-search#idsearch .searchform-md .form-search {
      height: 70px;
      background: transparent;
      color: #fff;
      border-left: none;
      border-radius: 0;
      border-right: none;
      border-top: none;
      border-width: 3px;
      text-align: left;
      font-size: 50px;
      box-shadow: none;
      padding: 0;
      border-color: transparent !important;
    }
    .leocrypto-search#idsearch .searchform-md .form-search:focus ~ .field__label-wrap:before {
      width: 100%;
    }
    .leocrypto-search#idsearch .searchform-md .field__label-wrap {
      position: relative;
      display: block;
      width: 100%;
      border-bottom: 3px solid rgba(255, 255, 255, 0.2);
    }
    .leocrypto-search#idsearch .searchform-md .field__label-wrap:before {
      content: '';
      position: absolute;
      height: 3px;
      width: 0%;
      background-color: #e9d16f;
      bottom: -3px;
      left: 0;
      right: 0;
      margin: 0 auto;
      transition: all 0.25s ease 0s;
    }
  }
  .leocrypto-search#idsearch .search-submit {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: transparent;
    color: #333;
    padding: 0 20px;
    height: auto;
    border: none;
    outline: none;
  }
  @media screen and (min-width: 500px) {
    .leocrypto-search#idsearch .search-submit {
      color: #fff;
      font-size: 35px;
    }
  }
  #csh-login-wrap .login_dialog {
    background: #fff;
    padding: 40px 50px;
  }
  #csh-login-wrap #login_form .login_submit {
    width: 250px;
    margin: 15px auto 15px;
    display: flex;
    float: none;
  }
  #csh-login-wrap .login_dialog {
    border: none;
    background: #fff;
    padding: 35px;
  }
  #csh-login-wrap .login_dialog input[type="text"], #csh-login-wrap .login_dialog [type="password"], #csh-login-wrap .login_dialog [type="email"] {
    padding: 7px 20px !important;
  }
  #csh-login-wrap #pass_and_register a.go_to_lostpassword_link {
    float: right;
  }
  @media screen and (min-width: 1200px) {
    .widget-area {
      padding: 35px;
      background: #1b334d;
    }
  }
  @media screen and (max-width: 1199px) {
    .widget-area {
      padding: 15px;
      background-color: #1b334d;
    }
  }
  .widget-area .widget {
    margin-bottom: 35px;
  }
  .widget-area .about-author p {
    color: #333;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
  }
  .sidebar-shop .widget {
    margin-bottom: 35px;
  }
  @media screen and (min-width: 1200px) {
    .sidebar-shop .wrap-sidebar-shop {
      padding: 35px;
      background-color: #1b334d;
    }
  }
  @media screen and (max-width: 1199px) {
    .sidebar-shop .wrap-sidebar-shop {
      padding: 15px;
      background-color: #1b334d;
    }
  }
  .widget-title {
    line-height: 20px;
    color: #fff;
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
  }
  .widget-title:after {
    width: 30px;
    height: 4px;
    background: #e9d16f;
    content: "";
    display: block;
    margin-top: 10px;
  }
  .widget_media_gallery .gallery-item {
    margin: 0 !important;
    padding: 0 5px 10px 5px;
  }
  .widget_media_gallery .gallery {
    margin: 0 -5px;
  }
  .widget_media_gallery .gallery-icon {
    line-height: 0;
  }
  .widget_media_gallery .gallery-icon img {
    border: none !important;
  }
  .widget_categories ul, .widget_archive ul, .widget_product_categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .widget_categories a, .widget_archive a, .widget_product_categories a {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
    font-weight: 400;
    font-size: 15px;
    position: relative;
    padding-left: 0;
    transition: all 0.25s ease 0s;
  }
  .widget_categories a:before, .widget_archive a:before, .widget_product_categories a:before {
    content: '\f0da';
    font-family: 'FontAwesome';
    font-size: 15px;
    width: 8px;
    display: inline-block;
  }
  .widget_categories a:hover, .widget_archive a:hover, .widget_product_categories a:hover {
    color: #e9d16f;
    padding-left: 15px;
  }
  .widget_tag_cloud a {
    border: solid #ccc 1px;
    border-radius: 0px;
    padding: 0 15px;
    display: inline-block;
    height: 38px;
    line-height: 36px;
    font-size: 14px !important;
    margin: 4px;
    color: #fff;
  }
  .widget_tag_cloud a:hover {
    border-color: #e9d16f;
    background: #e9d16f;
    color: #fff;
  }
  .widget_tag_cloud .tagcloud {
    margin: -4px;
  }
  .widget_search .searchform-wrap, .woocommerce-product-search .searchform-wrap {
    position: relative;
    border: solid #ddd 2px;
    box-shadow: none;
    height: 50px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    border-radius: 0px;
  }
  .widget_search .search-field, .woocommerce-product-search .search-field {
    height: 46px;
    width: 100%;
    padding: 0 25px;
    border: none;
    box-shadow: none;
    background-color: transparent;
  }
  .widget_search .search-field::-webkit-input-placeholder, .woocommerce-product-search .search-field::-webkit-input-placeholder {
    color: #999;
    font-size: 15px;
    font-weight: 400;
    opacity: 1;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
  }
  .widget_search .search-field::-moz-placeholder, .woocommerce-product-search .search-field::-moz-placeholder {
    color: #999;
    font-size: 15px;
    font-weight: 400;
    opacity: 1;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
  }
  .widget_search .search-field:-moz-placeholder, .woocommerce-product-search .search-field:-moz-placeholder {
    color: #999;
    font-size: 15px;
    font-weight: 400;
    opacity: 1;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
  }
  .widget_search .search-field:-ms-input-placeholder, .woocommerce-product-search .search-field:-ms-input-placeholder {
    color: #999;
    font-size: 15px;
    font-weight: 400;
    opacity: 1;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
  }
  .widget_search .search-field:hover, .woocommerce-product-search .search-field:hover, .widget_search .search-field:focus, .woocommerce-product-search .search-field:focus {
    border: none;
    box-shadow: none;
  }
  .widget_search .search-submit, .woocommerce-product-search .search-submit {
    position: absolute;
    top: 0;
    height: 46px;
    outline: none;
    right: 0px;
    background-color: transparent;
    border: none;
    font-size: 15px;
    padding: 0 20px;
    color: #000;
  }
  .widget_search .search-submit:hover, .woocommerce-product-search .search-submit:hover {
    color: #e9d16f;
    background-color: transparent;
    background: transparent;
  }
  .widget_ef_recent_posts .entry-title {
    line-height: 0;
    display: block;
    margin-bottom: 0;
  }
  .widget_ef_recent_posts .entry-title a {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
  }
  .widget_ef_recent_posts .entry-title a:hover {
    color: #e9d16f;
  }
  .widget_ef_recent_posts span {
    color: #e9d16f;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
  }
  .widget_ef_recent_posts .entry-brief {
    margin-bottom: 20px;
  }
  .widget_ef_recent_posts .entry-brief:last-child {
    margin-bottom: 0;
  }
  .woocommerce ul.product_list_widget li {
    padding: 0;
    margin-bottom: 21px;
  }
  .woocommerce ul.product_list_widget li img {
    float: none;
    margin: 0;
    width: 100%;
  }
  .woocommerce ul.product_list_widget .woocommerce-product-rating {
    margin-bottom: 4px;
  }
  .woocommerce ul.product_list_widget .wg-image, .woocommerce ul.product_list_widget .wg-content {
    float: left;
  }
  .woocommerce ul.product_list_widget .wg-image {
    width: 70px;
    line-height: 0;
  }
  .woocommerce ul.product_list_widget .wg-content {
    width: calc(100% - 70px);
    padding-left: 15px;
  }
  .woocommerce ul.product_list_widget .wg-content a {
    line-height: 1.7;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
    opacity: 1;
  }
  .woocommerce ul.product_list_widget .wg-content a:hover {
    opacity: 0.8;
  }
  .woocommerce ul.product_list_widget .wg-content .woocommerce-Price-amount {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
  }
  .woocommerce ul.product_list_widget .wg-content del {
    opacity: 1 !important;
  }
  .woocommerce ul.product_list_widget .wg-content del .woocommerce-Price-amount {
    font-size: 12px;
    color: #fff;
  }
  .woocommerce ul.product_list_widget .wg-content ins {
    background: transparent;
  }
  body .login_dialog label {
    margin-bottom: 6px;
  }
  .products-leo .product--content {
    background-color: #1b334d;
    box-shadow: 2px 2px 5px 0 #ddd;
    text-align: center;
    padding: 20px 0;
  }
  .products-leo .product--content .woocommerce-product-rating {
    margin-bottom: 8px !important;
  }
  .products-leo .product--content .woocommerce-product-rating .star-rating {
    margin: 0 auto;
    float: none;
    height: 15px;
    color: #e9d16f;
  }
  .products-leo .product--content .woocommerce-product-rating .star-rating:before {
    color: #e9d16f;
  }
  .products-leo .product--content .price .woocommerce-Price-amount {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
  }
  .products-leo .product--content .price del {
    opacity: 1 !important;
  }
  .products-leo .product--content .price del .woocommerce-Price-amount {
    font-size: 14px;
    color: #ccc;
  }
  .products-leo .wrap-thumb {
    position: relative;
    display: block;
  }
  .products-leo .wrap-thumb .leo-onsale {
    position: absolute;
    height: 31px;
    background-color: #1b334d;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 31px;
    padding: 0 17px;
    border-radius: 5px;
    top: 15px;
    left: 20px;
    z-index: 4;
  }
  .products-leo .wrap-thumb img {
    width: 100%;
    opacity: 1;
    display: inherit;
    display: block;
    line-height: 0;
    transition: all 0.25s ease 0s;
  }
  .products-leo .wrap-thumb:before {
    content: '';
    position: absolute;
    z-index: 2;
    border: 1px dashed #fff;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    opacity: 0;
    transition: all 0.25s ease 0s;
  }
  .products-leo .product {
    margin-bottom: 30px !important;
  }
  .products-leo .woocommerce-Looplink {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    display: block;
    margin-bottom: 10px;
  }
  .products-leo .woocommerce-Looplink:hover {
    color: #e9d16f;
  }
  .woocommerce-cart {
    /*---- Check Out ----*/
  }
  .woocommerce-cart .shop_table a {
    font-size: 15px;
    color: #333;
  }
  .woocommerce-cart .shop_table a:hover {
    color: #e9d16f;
  }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    color: #fff;
    background-color: #e9d16f;
    border: 2px solid #e9d16f;
  }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    color: #e9d16f;
    background-color: #fff;
  }
  .woocommerce-cart .actions .input-text {
    width: 200px !important;
  }
  .woocommerce-cart .actions input.button, .woocommerce-cart .actions .button {
    height: 41px;
    padding: 0 18px;
    letter-spacing: 0.05em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    line-height: 37px;
    background-color: #e9d16f;
    border: 2px solid #e9d16f;
  }
  .woocommerce-cart .actions input.button:hover, .woocommerce-cart .actions .button:hover {
    color: #e9d16f;
    background-color: #fff;
  }
  .woocommerce-cart .actions button:disabled[disabled] {
    padding: 0 18px;
    color: #fff;
  }
  .woocommerce-cart .actions button:disabled[disabled]:hover {
    color: #e9d16f;
  }
  @media screen and (max-width: 1200px) {
    .woocommerce-cart table.cart img {
      width: 80px;
    }
  }
  .woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
    color: #333;
  }
  .woocommerce-error a:hover, .woocommerce-info a:hover, .woocommerce-message a:hover {
    color: #e9d16f;
  }
  .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    height: 50px;
    padding: 0 20px;
    letter-spacing: 0.05em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    line-height: 46px;
    background-color: #e9d16f;
    border: 2px solid #e9d16f;
  }
  .woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
    color: #e9d16f;
    background-color: #fff;
  }
  .woocommerce .woocommerce-customer-details address {
    line-height: 30px;
  }
  .woocommerce-order-details a {
    color: #333;
  }
  .woocommerce-order-details a:hover {
    color: #e9d16f;
  }
  @media screen and (max-width: 991px) {
    .woocommerce ul.order_details li {
      display: block;
      margin-bottom: 20px;
      border-right: none;
      float: none;
      margin-right: 0;
    }
  }
  .woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after {
    right: 2px;
    top: 0;
  }
  .woocommerce-cart .woocommerce .quantity .qty {
    padding: 0;
  }
  .woocommerce table.shop_table th {
    font-family: 'Montserrat', sans-serif;
  }
  .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    padding-top: 30px;
  }
  .woocommerce-checkout #customer_details {
    margin-bottom: 30px;
  }
  @media screen and (max-width: 767px) {
    .woocommerce-additional-fields {
      padding-top: 40px;
    }
  }
  @media screen and (max-width: 599px) {
    /* Single Product */  .woocommerce-cart .actions .coupon .input-text {
      width: 100% !important;
      margin-bottom: 10px !important;
    }
    .woocommerce-cart .actions .coupon .button {
      width: 100% !important;
    }
  }
  .single-product #content .main-shop div.product div.images, .single-product #content .main-shop div.product div.summary {
    float: none;
    width: 100%;
  }
  @media screen and (max-width: 767px) {
    .single-product #content .main-shop {
      padding-bottom: 55px;
    }
  }
  .single-product #content .main-shop .leo-onsale {
    position: absolute;
    height: 31px;
    background-color: #1b334d;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 31px;
    padding: 0 17px;
    border-radius: 5px;
    top: 15px;
    left: 20px;
    z-index: 4;
  }
  @media screen and (max-width: 1250px) {
    .single-product #content .main-shop .leo-onsale {
      left: 15px;
    }
  }
  .single-product #content .main-shop .flex-control-nav {
    margin: 5px -5px;
  }
  .single-product #content .main-shop .flex-control-nav li {
    padding: 5px;
    overflow: hidden;
  }
  .single-product #content .main-shop .flex-control-nav li img {
    border: 1px solid #e9d16f;
    border-radius: 3px;
    max-width: 100%;
  }
  .single-product #content .wrap-single-thumb {
    position: relative;
  }
  .single-product #content .product_title {
    color: #000;
    margin-bottom: 5px;
  }
  .single-product #content .price .woocommerce-Price-amount {
    font-size: 18px;
    font-weight: 600;
    color: #000;
  }
  .single-product #content .price del {
    opacity: 1 !important;
  }
  .single-product #content .price del .woocommerce-Price-amount {
    font-size: 14px;
    color: #000;
  }
  .single-product #content div.product .woocommerce-product-rating {
    margin-bottom: 10px;
  }
  .woocommerce .quantity .qty {
    padding: 0;
  }
  .woocommerce div.product form.cart .button {
    height: 41px;
    padding: 0 20px;
    letter-spacing: 0.05em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    line-height: 37px;
    background-color: #e9d16f;
    border: 2px solid #e9d16f;
  }
  .woocommerce div.product form.cart .button:hover {
    color: #e9d16f;
    background-color: #fff;
  }
  .woocommerce-Reviews-title {
    font-size: 22px;
  }
  .woocommerce p.stars a {
    color: #e9d16f;
  }
  .woocommerce #review_form #respond .form-submit input {
    height: 41px;
    padding: 0 20px;
    letter-spacing: 0.05em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    line-height: 37px;
    background-color: #e9d16f;
    border: 2px solid #e9d16f;
  }
  .woocommerce #review_form #respond .form-submit input:hover {
    color: #e9d16f;
    background-color: #fff;
  }
  .woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 45px;
    padding: 0;
  }
  .woocommerce-Reviews .star-rating span {
    color: #e9d16f;
  }
  .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    height: 41px;
    padding: 0 20px;
    letter-spacing: 0.05em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    line-height: 37px;
    background-color: #e9d16f;
    border: 2px solid #e9d16f;
  }
  .woocommerce .woocommerce-error .button:hover, .woocommerce .woocommerce-info .button:hover, .woocommerce .woocommerce-message .button:hover, .woocommerce-page .woocommerce-error .button:hover, .woocommerce-page .woocommerce-info .button:hover, .woocommerce-page .woocommerce-message .button:hover {
    color: #e9d16f;
    background-color: #fff;
  }
  @media screen and (max-width: 767px) {
    .main-shop {
      padding-bottom: 55px;
    }
  }
  .bottom-footer {
    background-color: #e9d16f;
    text-align: center;
  }
  @media screen and (max-width: 991px) {
    .bottom-footer {
      padding: 0 0 20px;
    }
  }
  .bottom-footer p {
    margin: 0;
    color: #041e37;
    line-height: 50px;
    font-weight: 400;
    font-size: 13px;
  }
  @media screen and (max-width: 991px) {
    .bottom-footer p {
      line-height: 1;
      display: inline-block;
    }
  }
  .bottom-footer a {
    margin: 0;
    color: #041e37;
    line-height: 50px;
    font-weight: 400;
    font-size: 13px;
  }
  .bottom-footer a:hover {
    color: #041e37;
    text-decoration: underline;
  }
  .top-footer {
    background-color: #041e37;
    padding: 80px 0 75px;
  }
  .top-footer .info-footer-top .widget_media_image {
    max-width: 180px;
  }
  .top-footer .info-footer-top .widget_media_image a {
    display: inline-block;
  }
  .top-footer .info-footer-top .widget_media_image a img {
    width: 100%;
  }
  .top-footer .info-footer-top .info-footer {
    text-align: left;
    font-size: 13px;
    line-height: normal;
    color: #fff;
    padding-top: 18px;
  }
  .top-footer .widget-title-ft {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-transform: none;
    line-height: normal;
    letter-spacing: -0.5px;
    margin-bottom: 38px;
  }
  .top-footer .widget-title-ft:after {
    width: 30px;
    height: 4px;
    background: #e9d16f;
    content: "";
    margin: 0;
    display: block;
    position: relative;
    top: 5px;
  }
  @media screen and (max-width: 991px) {
    .top-footer .wrap-footer-top {
      margin-bottom: 40px;
    }
  }
  .top-footer .wrap-footer-top .footer-menu {
    width: 50%;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
  }
  .top-footer .wrap-footer-top .footer-menu li {
    width: 100%;
    position: relative;
    padding-left: 20px;
    margin: 0;
    transition: ease all 0.5s;
  }
  .top-footer .wrap-footer-top .footer-menu li:hover {
    margin-left: 5px;
  }
  @media screen and (max-width: 1199px) {
    .top-footer .wrap-footer-top .footer-menu li {
      padding-left: 10px;
    }
  }
  .top-footer .wrap-footer-top .footer-menu a {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
  }
  .top-footer .wrap-footer-top .footer-menu a:hover {
    color: #e9d16f;
  }
  .top-footer .wrap-footer-top .footer-menu a i {
    position: absolute;
    left: 0;
    font-size: 15px;
    top: 5px;
  }
  .top-footer .wrap-footer-top p {
    color: #fff;
    line-height: 21px;
    text-align: left;
    font-size: 13px;
    margin-bottom: 0;
  }
  .top-footer .wrap-footer-top a {
    color: #fff;
    font-size: 13px;
  }
  .top-footer .wrap-footer-top a:hover {
    color: #e9d16f;
  }
  .top-footer .wrap-footer-top span a {
    font-size: 18px;
  }
  .cms-heading-wrapper {
    margin-bottom: 15px;
  }
  .cms-heading-wrapper h1, .cms-heading-wrapper h2, .cms-heading-wrapper h3, .cms-heading-wrapper h4, .cms-heading-wrapper h5 {
    margin: 0;
  }
  .vc_custom_heading.heading-1 i {
    color: #e9d16f;
    margin-left: 30px;
    position: relative;
    bottom: 3px;
  }
  @media screen and (max-width: 992px) {
    .vc_custom_heading.heading-1 i {
      display: none;
    }
  }
  @media screen and (max-width: 767px) {
    .vc_custom_heading.fix-font {
      font-size: 30px !important;
    }
  }
  body .vc_row.row-fix-bg {
    /* FancyBox */
  }
  @media screen and (max-width: 991px) {
    body .vc_row.row-fix-bg {
      background-color: #eee;
      background-image: none !important;
    }
  }
  .fancybox-layout4 {
    margin-bottom: 50px;
    max-width: 370px;
  }
  @media screen and (max-width: 1399px) {
    .fancybox-layout4 {
      margin-left: 0 !important;
      margin-right: 0 !important;
    }
  }
  @media screen and (max-width: 991px) {
    .fancybox-layout4 {
      max-width: 100%;
      margin-bottom: 20px;
      margin-top: 30px;
    }
  }
  .fancybox-layout4 .cms-fancybox-icon, .fancybox-layout4 .cms-fancybox-content {
    float: left;
  }
  .fancybox-layout4 .cms-fancybox-icon {
    width: 75px;
    color: #e9d16f;
  }
  .fancybox-layout4 .cms-fancybox-icon i {
    font-size: 60px;
  }
  .fancybox-layout4 .cms-fancybox-icon img {
    max-width: 75px;
    max-height: 65px;
  }
  .fancybox-layout4 .cms-fancybox-content {
    width: calc(100% - 75px);
    padding-left: 20px;
  }
  .fancybox-layout4 .cms-fancybox-content h3 {
    font-size: 17px;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    margin-bottom: 0;
  }
  .fancybox-layout4 .cms-fancybox-content .cms-fancybox-description {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    line-height: normal;
  }
  @media screen and (min-width: 992px) {
    .fancybox-layout4.right .cms-fancybox-icon, .fancybox-layout4.right .cms-fancybox-content {
      float: right;
    }
    .fancybox-layout4.right .cms-fancybox-content {
      text-align: right;
      padding-right: 20px;
      padding-left: 0;
    }
  }
  .fancybox-layout1 {
    text-align: center;
    margin-bottom: 30px;
  }
  .fancybox-layout1 .cms-fancybox-icon {
    width: 45px;
    height: 45px;
    margin: 0 auto 5px;
  }
  .fancybox-layout1 .cms-fancybox-icon i {
    color: #1b334d;
    font-size: 40px;
  }
  .fancybox-layout1 .cms-fancybox-title {
    font-size: 16px;
    margin: 0;
    color: #fff;
    line-height: 1.25;
    font-weight: 500;
  }
  .fancybox-layout1 .cms-fancybox-description {
    color: #333;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.5px;
  }
  .fancybox-layout2 {
    text-align: center;
    margin-bottom: 30px;
  }
  .fancybox-layout2 .cms-fancybox-icon {
    width: 75px;
    height: 75px;
    margin: 0 auto 19px;
  }
  .fancybox-layout2 .cms-fancybox-icon i {
    color: #1b334d;
    font-size: 70px;
  }
  .fancybox-layout2 .cms-fancybox-icon img {
    max-width: 100%;
    max-height: 75px;
  }
  .fancybox-layout2 .cms-fancybox-title {
    font-size: 16px;
    margin: 0 0 10px;
    color: #fff;
    line-height: 1.25;
    font-weight: 500;
    text-transform: uppercase;
  }
  .fancybox-layout2 .cms-fancybox-description {
    color: #333;
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
    letter-spacing: 0.5px;
  }
  .fancybox-layout3 {
    text-align: center;
    padding-top: 45px;
    padding-bottom: 55px;
    padding-left: 55px;
    padding-right: 55px;
    /*---- CMS Image ----*/
  }
  @media screen and (max-width: 1199px) {
    .fancybox-layout3 {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  .fancybox-layout3 .cms-fancybox-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
  }
  .fancybox-layout3 .cms-fancybox-icon i {
    color: #1b334d;
    font-size: 75px;
  }
  .fancybox-layout3 .cms-fancybox-icon img {
    max-width: 100%;
    max-height: 80px;
  }
  .fancybox-layout3 .cms-fancybox-title {
    font-size: 20px;
    margin: 0 0 17px;
    color: #fff;
    font-weight: 500;
  }
  .fancybox-layout3 .cms-fancybox-description {
    color: #333;
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
    letter-spacing: 0.5px;
  }
  .cms-image-wraper {
    line-height: 0;
    /*---- Custom Heading ----*/
  }
  @media screen and (max-width: 1399px) {
    .cms-image-wraper {
      text-align: center;
      margin-left: 0 !important;
    }
    .cms-image-wraper img {
      max-width: 100% !important;
    }
  }
  .cms-image-wraper.style-spec img {
    border-radius: 10px;
    box-shadow: 0 35px 20px -35px rgba(0, 0, 0, .7);
  }
  .heading-2 span {
    width: 20px;
    height: 20px;
    margin: 19px auto 0;
    display: block;
    border: solid #fff 4px;
    box-shadow: 0 0 0 5px #27415a;
    background: #27415a;
    border-radius: 100%;
    position: relative;
  }
  .heading-2 span:before {
    content: "";
    left: -55px;
    height: 4px;
    background-color: #27415a;
    width: 120px;
    margin: 0 auto 4px;
    position: absolute;
    text-align: center;
    z-index: -1;
    right: 0;
    bottom: 0;
  }
  .heading-3 {
    /* Element */
  }
  .heading-3 span {
    width: 20px;
    height: 20px;
    margin: 19px auto 0;
    display: block;
    border: solid #e9d16f 4px;
    box-shadow: 0 0 0 5px transparent;
    background: transparent;
    border-radius: 100%;
    position: relative;
  }
  .heading-3 span:before {
    content: "";
    left: 21px;
    height: 4px;
    background-color: #fff;
    width: 44px;
    margin: 0 auto 4px;
    position: absolute;
    text-align: center;
    z-index: -1;
    right: 0;
    bottom: 0;
  }
  .heading-3 span:after {
    content: "";
    right: 21px;
    height: 4px;
    background-color: #fff;
    width: 44px;
    margin: 0 auto 4px;
    position: absolute;
    text-align: center;
    z-index: -1;
    bottom: 0;
  }
  .ol-dema, .ol-unor, .ol-check, .ul-un {
    padding: 0 0 0 15px;
  }
  .ol-dema li, .ol-unor li, .ol-check li, .ul-un li {
    line-height: 28px;
  }
  .ul-un {
    padding: 0;
    list-style: none;
  }
  .ol-unor {
    list-style: disc;
  }
  .ol-check {
    list-style: none;
    padding: 0;
  }
  .ol-check li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    font-size: 11px;
    margin-right: 5px;
  }
  .cms-carousel-layout1 {
    /*---- Testimonials ----*/
  }
  .cms-carousel-layout1 .owl-stage-outer {
    padding-top: 20px;
  }
  .cms-testimonial {
    text-align: center;
    /*---- Call Us ----*/
  }
  .cms-testimonial .testimonial-image {
    max-width: 100px;
    margin: 0 auto 47px;
    border-radius: 100%;
  }
  .cms-testimonial .testimonial-image img {
    width: 100%;
    border-radius: 100%;
    box-shadow: 0 0 0 10px #e9d16f;
  }
  .cms-testimonial .testimonial-description {
    font-size: 15px;
    font-weight: 400;
    margin: 18px 0 0;
    color: #041e37;
    letter-spacing: 1px;
    padding: 0 30px;
    position: relative;
  }
  .cms-testimonial .testimonial-description .left_testmonial_qout {
    font-size: 30px;
    margin-right: 15px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
  }
  .cms-testimonial .testimonial-description .right_testmonial_qout {
    font-size: 30px;
    margin-left: 15px;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 1;
  }
  .cms-testimonial .testimonial-title {
    font-size: 19px;
    letter-spacing: 0px;
    font-weight: 500;
    margin-top: 20px;
    color: #041e37;
  }
  .cms-testimonial .testimonial-title span {
    display: block;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 14px;
    margin: 0;
    color: #041e37;
    padding-top: 6px;
  }
  .call-us {
    text-align: center;
    padding-bottom: 78px;
    padding-top: 93px;
  }
  @media screen and (min-width: 1200px) {
    .call-us {
      margin-left: -15px;
    }
  }
  .call-us h3 {
    color: #fff;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.2;
    margin-bottom: 33px;
  }
  .call-us p {
    font-size: 50px;
    color: #fff;
    letter-spacing: 0.1em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
  }
  @media screen and (max-width: 499px) {
    .call-us p {
      font-size: 35px;
    }
  }
  .call-us .link-contact {
    height: 46px;
    color: #e9d16f;
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #fff;
    line-height: 42px;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    padding: 0 30px;
    font-weight: 500;
  }
  .call-us .link-contact:hover {
    color: #fff;
    background-color: #e9d16f;
  }
  .call-us .sub-title {
    margin-bottom: 71px;
  }
  .call-us .call-now {
    width: 62px;
    height: 62px;
    margin-bottom: 58px;
    border-radius: 100%;
    z-index: 2;
    display: inline-block;
    position: relative;
    background-color: #e9d16f;
  }
  .call-us .call-now:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    border-radius: 100%;
    width: 62px;
    height: 62px;
    display: inline-block;
    background-color: #e9d16f;
    -webkit-animation: callnowbtn 1s ease 0s infinite;
    -khtml-animation: callnowbtn 1s ease 0s infinite;
    -moz-animation: callnowbtn 1s ease 0s infinite;
    -ms-animation: callnowbtn 1s ease 0s infinite;
    -o-animation: callnowbtn 1s ease 0s infinite;
    animation: callnowbtn 1s ease 0s infinite;
  }
  .call-us .call-now i {
    line-height: 62px;
    font-size: 25px;
    color: #fff;
    -webkit-animation: callnow 1.5s ease 0s infinite;
    -khtml-animation: callnow 1.5s ease 0s infinite;
    -moz-animation: callnow 1.5s ease 0s infinite;
    -ms-animation: callnow 1.5s ease 0s infinite;
    -o-animation: callnow 1.5s ease 0s infinite;
    animation: callnow 1.5s ease 0s infinite;
  }
  @-webkit-keyframes callnow {
    0% {
      transform: rotate(0deg);
    }
    5% {
      transform: rotate(-20deg);
    }
    10% {
      transform: rotate(0deg);
    }
  }
  @-moz-keyframes callnow {
    0% {
      transform: rotate(0deg);
    }
    5% {
      transform: rotate(-20deg);
    }
    10% {
      transform: rotate(0deg);
    }
  }
  @-ms-keyframes callnow {
    0% {
      transform: rotate(0deg);
    }
    5% {
      transform: rotate(-20deg);
    }
    10% {
      transform: rotate(0deg);
    }
  }
  @-o-keyframes callnow {
    0% {
      transform: rotate(0deg);
    }
    5% {
      transform: rotate(-20deg);
    }
    10% {
      transform: rotate(0deg);
    }
  }
  @keyframes callnow {
    0% {
      transform: rotate(0deg);
    }
    5% {
      transform: rotate(-20deg);
    }
    10% {
      transform: rotate(0deg);
    }
  }
  @-webkit-keyframes callnowbtn {
    /*---- Client ----*/
    0% {
      transform: scale(1);
      opacity: 1;
    }
    100% {
      transform: scale(1.5);
      opacity: 0;
    }
  }
  @-moz-keyframes callnowbtn {
    /*---- Client ----*/
    0% {
      transform: scale(1);
      opacity: 1;
    }
    100% {
      transform: scale(1.5);
      opacity: 0;
    }
  }
  @-ms-keyframes callnowbtn {
    /*---- Client ----*/
    0% {
      transform: scale(1);
      opacity: 1;
    }
    100% {
      transform: scale(1.5);
      opacity: 0;
    }
  }
  @-o-keyframes callnowbtn {
    /*---- Client ----*/
    0% {
      transform: scale(1);
      opacity: 1;
    }
    100% {
      transform: scale(1.5);
      opacity: 0;
    }
  }
  @keyframes callnowbtn {
    /*---- Client ----*/
    0% {
      transform: scale(1);
      opacity: 1;
    }
    100% {
      transform: scale(1.5);
      opacity: 0;
    }
  }
  .cms-client {
    width: 100%;
    max-width: 100%;
    /* Pricing */
  }
  .cms-client .client-image {
    width: 100%;
    text-align: center;
    border: 1px solid #787878;
    transition: all 0.25s ease 0s;
  }
  .cms-client .client-image img {
    max-width: 100%;
    /* Safari 6.0 - 9.0 */
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.25s ease 0s;
  }
  .cms-client .client-image:hover {
    border-color: #e9d16f;
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.18);
  }
  .cms-client .client-image:hover img {
    /* Safari 6.0 - 9.0 */
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }
  .entry-pricing {
    text-align: center;
    transition: all 0.5s ease 0s;
    /* Pricing Plan */
  }
  .entry-pricing .wrap-header {
    background: #1b334d;
    margin: 0;
    padding: 30px 20px;
    transition: all 0.25s ease 0s;
  }
  .entry-pricing .wrap-header h4 {
    font-size: 21px;
    color: #fff;
    margin-bottom: 0;
    transition: all 0.25s ease 0s;
  }
  .entry-pricing .info-pricing {
    font-size: 35px;
    margin: 0;
    line-height: normal;
    background: #e9d16f;
    color: #333;
    transition: all 0.25s ease 0s;
  }
  .entry-pricing .option {
    background-color: #041e37;
    transition: all 0.25s ease 0s;
  }
  .entry-pricing .option p {
    width: 100%;
    border-bottom: solid rgba(255, 255, 255, .1) 1px;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 300;
    display: block;
    color: #fff;
    margin: 0;
  }
  .entry-pricing .option a {
    background: transparent;
    display: inline-block;
    margin: 30px 0;
    border: solid #fff 1px;
    color: #fff;
    padding: 8px 22px;
    border-radius: 5px;
    transition: all 0.5s ease 0s;
  }
  .entry-pricing .option a:hover {
    background: #fff;
    color: #041e37;
    border-color: #041e37;
  }
  @media screen and (min-width: 1200px) {
    .entry-pricing.hight-light {
      transform: scale(1.15);
    }
  }
  .entry-pricing.hight-light .wrap-header {
    background: #e9d16f;
  }
  .entry-pricing.hight-light .wrap-header h4 {
    color: #1b334d;
  }
  .entry-pricing.hight-light .info-pricing {
    background: #041e37;
    color: #fff;
  }
  .entry-pricing.hight-light .option {
    background-color: #19334c;
  }
  .entry-pricing:hover .wrap-header {
    background: #e9d16f;
  }
  .entry-pricing:hover .wrap-header h4 {
    color: #1b334d;
  }
  .entry-pricing:hover .info-pricing {
    background: #041e37;
    color: #fff;
  }
  .entry-pricing:hover .option {
    background-color: #19334c;
  }
  .entry-pricing-plan-2 {
    margin-bottom: 30px;
  }
  .entry-pricing-plan-2 .nav-tabs {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
    border: none;
    background-color: #e9d16f;
    padding: 2px;
  }
  .entry-pricing-plan-2 .nav-tabs li {
    margin: 0;
    width: 50%;
    text-align: center;
  }
  .entry-pricing-plan-2 .nav-tabs li a {
    border-radius: 0 !important;
    border: none !important;
    transition: ease all 0.2s;
    font-weight: 500;
    font-size: 15px;
    height: 43px;
    line-height: 43px;
    margin: 0;
    display: block;
    background-color: #1b334d;
    color: #e9d16f;
  }
  .entry-pricing-plan-2 .nav-tabs li.active a, .entry-pricing-plan-2 .nav-tabs li:hover a {
    background-color: #e9d16f;
    color: #041e37;
  }
  .entry-pricing-plan-2 .tab-pane {
    padding: 30px 20px 35px;
    text-align: center;
  }
  .entry-pricing-plan-2 .tab-pane h3 {
    font-size: 20px;
    font-weight: 500px;
    line-height: normal;
    margin: 0 0 10px 0;
  }
  .entry-pricing-plan-2 .tab-pane p {
    letter-spacing: 0.5px;
    font-weight: 300;
    font-size: 13px;
    margin-bottom: 22px;
  }
  .entry-pricing-plan-2 .tab-pane span {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 17px;
    display: block;
  }
  .entry-pricing-plan-2 .tab-pane a {
    background: #e9d16f;
    width: 120px;
    padding: 5px 0;
    border-radius: 50px;
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
  }
  .entry-pricing-plan-2 .tab-pane a:hover {
    background: #041e37;
    color: #e9d16f;
  }
  .entry-pricing-plan-2 .tab-pane.sec {
    background-color: #041e37;
  }
  .entry-pricing-plan-2 .tab-pane.sec h3, .entry-pricing-plan-2 .tab-pane.sec p, .entry-pricing-plan-2 .tab-pane.sec span {
    color: #fff;
  }
  .entry-pricing-plan-2 .tab-pane.pri {
    background-color: #e9d16f;
  }
  .entry-pricing-plan-2 .tab-pane.pri h3, .entry-pricing-plan-2 .tab-pane.pri p, .entry-pricing-plan-2 .tab-pane.pri span {
    color: #041e37;
  }
  .entry-pricing-plan-2 .tab-pane.pri a {
    background: #041e37;
    color: #e9d16f;
  }
  .entry-pricing-plan {
    margin-bottom: 30px;
    /* Button */
  }
  .entry-pricing-plan .nav-tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
  }
  .entry-pricing-plan .nav-tabs li {
    margin: 0;
    width: 50%;
    text-align: center;
  }
  .entry-pricing-plan .nav-tabs li a {
    border-radius: 0 !important;
    border: none !important;
    padding: 8px 0;
    transition: ease all 0.2s;
    font-weight: 500;
    font-size: 15px;
    line-height: normal;
    margin: 0;
    letter-spacing: 0;
    display: block;
    background-color: #1b334d;
    color: #e9d16f;
  }
  .entry-pricing-plan .nav-tabs li.active a, .entry-pricing-plan .nav-tabs li:hover a {
    background-color: #e9d16f;
    color: #041e37;
  }
  .entry-pricing-plan .tab-pane {
    padding: 30px 20px 35px;
    text-align: center;
  }
  .entry-pricing-plan .tab-pane h3 {
    font-size: 20px;
    font-weight: 500px;
    line-height: normal;
    margin: 0 0 10px 0;
  }
  .entry-pricing-plan .tab-pane p {
    letter-spacing: 0.5px;
    font-weight: 300;
    font-size: 13px;
    margin-bottom: 22px;
  }
  .entry-pricing-plan .tab-pane span {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 17px;
    display: block;
  }
  .entry-pricing-plan .tab-pane a {
    background: #e9d16f;
    width: 120px;
    padding: 5px 0;
    border-radius: 50px;
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
  }
  .entry-pricing-plan .tab-pane a:hover {
    background: #041e37;
    color: #e9d16f;
  }
  .entry-pricing-plan .tab-pane.sec {
    background-color: #1b334d;
  }
  .entry-pricing-plan .tab-pane.sec h3, .entry-pricing-plan .tab-pane.sec p, .entry-pricing-plan .tab-pane.sec span {
    color: #fff;
  }
  .entry-pricing-plan .tab-pane.pri {
    background-color: #e9d16f;
  }
  .entry-pricing-plan .tab-pane.pri h3, .entry-pricing-plan .tab-pane.pri p, .entry-pricing-plan .tab-pane.pri span {
    color: #041e37;
  }
  .entry-pricing-plan .tab-pane.pri a {
    background: #041e37;
    color: #e9d16f;
  }
  .cms-button-wrapper {
    /* Grid */
  }
  .cms-button-wrapper a {
    height: 50px;
    line-height: 48px;
    font-size: 15px;
    padding: 0 10px;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
  }
  .cms-button-wrapper a i {
    margin-left: 10px;
  }
  .cms-button-wrapper a:hover {
    color: #e9d16f;
    background-color: #fff;
  }
  .cms-button-wrapper.inline {
    display: inline-block;
  }
  @media screen and (max-width: 449px) {
    .cms-button-wrapper.inline {
      display: block;
    }
  }
  .cms-button-wrapper.spa-right {
    margin: 0 45px 0 0;
  }
  @media screen and (max-width: 449px) {
    .cms-button-wrapper.spa-right {
      margin: 0;
    }
  }
  @media screen and (max-width: 449px) {
    .cms-button-wrapper {
      text-align: center;
    }
  }
  .cms-grid-1 {
    /* Coundown */
  }
  .cms-grid-1 .grid-media {
    line-height: 0;
  }
  .cms-grid-1 .grid-media img {
    width: 100%;
  }
  .cms-grid-1 .cms-grid-item {
    margin-bottom: 50px;
    box-shadow: 0 0 3px -5px #000;
  }
  .cms-grid-1 .cms-grid-item:hover .wrap-content .social_icon {
    height: 44px;
  }
  .cms-grid-1 .wrap-content {
    padding-top: 22px;
    position: relative;
    padding-bottom: 25px;
    border-bottom: 5px solid #e9d16f;
  }
  .cms-grid-1 .wrap-content h3 {
    line-height: 0;
    margin-bottom: 1px;
  }
  .cms-grid-1 .wrap-content h3 a {
    font-size: 18px;
    font-weight: 400;
    color: #041e37;
  }
  .cms-grid-1 .wrap-content h3 a:hover {
    color: #e9d16f;
  }
  .cms-grid-1 .wrap-content p {
    color: #666;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0;
  }
  .cms-grid-1 .wrap-content .social_icon {
    position: absolute;
    width: 100%;
    background: #e9d16f;
    height: 0px;
    top: 80px;
    overflow: hidden;
    transition: ease all 0.25s;
  }
  .cms-grid-1 .wrap-content .social_icon ul {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .cms-grid-1 .wrap-content .social_icon li {
    display: inline-block;
  }
  .cms-grid-1 .wrap-content .social_icon a {
    color: #fff;
    font-size: 20px;
    width: 35px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
  }
  .cms-grid-1 .wrap-content .social_icon a:hover {
    color: #1b334d;
  }
  .countdownHolder {
    width: 100%;
    margin: 0 auto;
    font: 42px/1.5 'Open Sans Condensed', sans-serif;
    text-align: center;
    letter-spacing: -3px;
    margin-top: 25px;
  }
  .position {
    display: inline-block;
    height: 3.8em;
    overflow: hidden;
    position: relative;
    width: 3em;
    border: solid #fff 4px;
    text-align: center;
    margin: 0 -13px 0 0;
  }
  .digit {
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    height: 100%;
    font-size: 100px;
    font-weight: 600;
    /**
   * You can use these classes to hide parts
   * of the countdown that you don't need.
   */
  }
  .countDays {
    float: left;
  }
  .countDiv0 {
    float: left;
  }
  .countHours {
    float: left;
  }
  .countDiv1 {
    float: left;
  }
  .countMinutes {
    float: left;
  }
  .countDiv2 {
    float: left;
  }
  .countSeconds {
    float: left;
  }
  .countDays {
    float: left;
    margin-left: 55px;
  }
  .countDiv {
    display: inline-block;
    width: 30px;
    height: 160px;
    position: relative;
    margin-left: 11px;
  }
  .countDiv::before, .countDiv::after {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    left: 50%;
    margin-left: -5px;
    top: 1.5em;
    box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
    content: '';
  }
  .countDiv::after {
    top: 48%;
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .countDays {
      float: left;
      margin-left: 0;
      width: 25%;
    }
    .countHours {
      float: left;
      width: 25%;
    }
    .countMinutes {
      float: left;
      width: 25%;
    }
    .countSeconds {
      float: left;
      width: 25%;
    }
    .position {
      height: 2.8em;
      width: 50%;
    }
    .countDiv {
      display: none;
    }
    .digit {
      font-size: 75px;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .countDays {
      float: left;
      margin-left: 0;
      width: 25%;
    }
    .countHours {
      float: left;
      width: 25%;
    }
    .countMinutes {
      float: left;
      width: 25%;
    }
    .countSeconds {
      float: left;
      width: 25%;
    }
    .digit {
      font-size: 70px;
    }
    .position {
      height: 2.8em;
      width: 50%;
    }
    .token_infor_section h3 {
      font-size: 35px;
    }
    .countDiv {
      display: none;
    }
  }
  @media (min-width: 541px) and (max-width: 767px) {
    .countDays {
      float: left;
      margin-left: 0;
      width: 49%;
    }
    .countHours {
      float: left;
      width: 49%;
    }
    .countMinutes {
      float: left;
      width: 49%;
    }
    .countSeconds {
      float: left;
      width: 49%;
    }
    .digit {
      font-size: 70px;
    }
    .position {
      height: 2.8em;
      width: 50%;
    }
    .token_infor_section h3 {
      font-size: 35px;
    }
    .countDiv {
      display: none;
    }
  }
  @media (max-width: 540px) {
    .countDays {
      float: left;
      margin-left: 0;
      width: 49%;
    }
    .countHours {
      float: left;
      width: 49%;
    }
    .countMinutes {
      float: left;
      width: 49%;
    }
    .countSeconds {
      float: left;
      width: 49%;
    }
    .digit {
      font-size: 45px;
    }
    .position {
      height: 1.8em;
      width: 50%;
    }
    .token_infor_section h3 {
      font-size: 35px;
    }
    .countDiv {
      display: none;
    }
  }
  .cms-coin-info {
    text-align: center;
  }
  .cms-coin-info .name-coin {
    color: #1b334d;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    line-height: normal;
  }
  .cms-coin-info .price-coin {
    color: #1b334d;
    font-size: 28px;
    font-weight: 300;
    line-height: normal;
  }
  .cms-coin-info .col-xs-12 {
    margin-bottom: 30px;
  }
  .cshcr-style-dark .cshcr-widget-head .cshcr-coin-name {
    width: 100%;
    color: #162a40;
    padding: 5px 0;
    font-weight: 500;
    font-size: 15px;
    background: #e9d16f;
  }
  .cshcr-style-dark .cshcr-widget-head .cshcr-coin-symbol {
    font-size: 28px;
    color: #fff;
    margin: 0;
    font-weight: 600;
    padding: 5px 0 0;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
    background-color: #395469;
  }
  .cshcr-style-dark .cshcr-widget-head span {
    display: block;
  }
  .cshcr-style-dark .cshcr-tsyms-contents {
    width: 90%;
    margin: 10px 5% 0;
    background-color: #224158;
    padding-bottom: 10px;
  }
  .cshcr-style-dark .cshcr-tsyms-contents .cshcr-tsym-item .cshcr-tsym-price {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 300;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .4);
  }
  .cshcr-style-dark .cshcr-tsyms-contents .cshcr-tsym-item .cshcr-tsym-symbol {
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 300;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .4);
    margin-bottom: 2px;
  }
  .cshcr-style-dark .cshcr-tsyms-footer .fa.fa-arrow-circle-o-up {
    color: lightgreen;
  }
  .cshcr-style-dark .cshcr-tsyms-footer .fa.fa-arrow-circle-o-down {
    color: red;
  }
  .cshcr-style-dark .cshcr-tsyms-footer .fa, .cshcr-style-dark .cshcr-tsyms-footer .cshcr-tsym-price-change {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .4);
  }
  .cshcr-style-dark .cshcr-tsyms-footer {
    background: #1b334d;
    padding: 10px 0px;
    margin: 0 5%;
    border-top: solid rgba(255, 255, 255, 0.1) 1px;
  }
  .cshcr-style-dark .cshcr-tsyms-footer .cshcr-tsym-ptcchange {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .4);
    margin-bottom: 2px;
    display: block;
  }
  .cshcr-style-dark .cshcr-tsyms-footer .cshcr-tsym-f-item, .cshcr-style-dark .cshcr-tsyms-contents .cshcr-tsym-item {
    float: left;
    width: 33.33333%;
    color: #fff;
  }
  .cshcr-style-dark .wrap-xchange {
    width: 100%;
    background-color: #224158;
    padding-bottom: 10px;
  }
  .cshcr-widget-layout-dark {
    text-align: center;
    width: 100%;
    border-radius: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    border: solid rgba(255, 255, 255, 0.1) 0;
    margin-bottom: 23px;
    padding: 10px;
    background-color: #395469;
  }
  .cms-coin-convert {
    text-align: center;
    margin-bottom: 30px;
  }
  .cms-coin-convert h4 {
    font-size: 17px;
    letter-spacing: 0;
    margin: 0;
    line-height: 28px;
    font-weight: 400;
  }
  .cms-coin-convert .cms-coin-cv-value p {
    font-size: 45px;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 35px;
  }
  .cms-coin-convert .cms-coin-cv-change a {
    background-color: #041e37;
    font-size: 15px;
    height: 50px;
    font-weight: 500;
    color: #fff;
    min-width: 170px;
    border-radius: 100px;
    line-height: 48px;
    padding: 0;
    margin: 0;
    text-align: center;
    display: inline-block;
  }
  .cms-coin-convert .cms-coin-cv-change a:hover {
    background-color: #e9d16f;
    color: #041e37;
  }
  .cms-coin-convert .cms-coin-cv-change .cms-fsym-select, .cms-coin-convert .cms-coin-cv-change .cms-tsym-select {
    width: 100%;
    border: solid #ddd 2px;
    height: 50px;
    line-height: 46px;
    border-radius: 0;
    padding: 0 16px;
    color: #1b334d;
    background: #fff;
    font-weight: 500;
    font-size: 17px;
  }
  @media screen and (max-width: 1199px) {
    .cms-coin-convert .cms-coin-cv-change .cms-fsym-select, .cms-coin-convert .cms-coin-cv-change .cms-tsym-select {
      margin-bottom: 20px;
    }
  }
  @media screen and (max-width: 767px) {
    .cms-carousel .cms-carousel-item .cms-image-wraper img {
      max-width: 300px !important;
      margin: 0 auto;
    }
  }
  .cms-info-wrapper {
    margin-bottom: 30px;
  }
  .cms-info-wrapper .wrap-img {
    line-height: 0;
  }
  .cms-info-wrapper .wrap-img img {
    border-radius: 10px;
    box-shadow: 0 35px 20px -35px rgba(0, 0, 0, .7);
  }
  .cms-info-wrapper .cms-info {
    padding-top: 15px;
  }
  @media screen and (min-width: 1200px) {
    .cms-info-wrapper .cms-info {
      padding-left: 30px;
    }
  }
  .cms-info-wrapper .cms-info h4 {
    font-size: 21px;
    font-weight: 300;
    color: #2f5783;
    margin-bottom: 0;
  }
  .cms-info-wrapper .cms-info h2 {
    margin-bottom: 0;
    font-size: 35px;
    line-height: 45px;
    position: relative;
    color: #1b334d;
    margin-bottom: 25px;
    font-weight: 500;
    letter-spacing: -0.5px;
    margin-top: 10px;
  }
  .cms-info-wrapper .cms-info p {
    text-align: left;
    line-height: 23px;
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 400;
    color: #666;
  }
  .cms-info-wrapper .cms-info a {
    background: #041e37;
    border: solid #041e37 1px;
    font-size: 15px;
    line-height: 48px;
    font-weight: 500;
    margin-top: 25px;
    min-width: 170px;
    height: 50px;
    border-radius: 100px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
  }
  .cms-info-wrapper .cms-info a:hover {
    color: #182e45;
    background: #e9d16f;
    border-color: #e9d16f;
  }
  @media screen and (min-width: 992px) {
    .cms-info-wrapper.style-right .img-w {
      float: right;
    }
  }
  @media screen and (min-width: 992px) {
    .cms-info-wrapper.style-right .cms-info {
      padding-right: 30px;
      padding-left: 0px;
    }
  }
  .fr-chart-coin {
    margin-bottom: 30px;
  }
  .canvasjs-chart-credit {
    display: none;
  }