/*------------------------------------------------------------------
 * This is main css file for theme. It is broken into following sections:
 * 1.  Global styles and reset
 * 2.  Widgets styles
 * 3.  Plugins styles
 * 4.  Blog styles
 * 5.  Footer styles
 * 6.  Header styles
 * 7.  Side area styles
 * 8.  Search styles
 * 9.  Title area styles
 * 10. Shortcodes styles
 * 11. Custom Post Types styles
-------------------------------------------------------------------*/
/* Colors
   ========================================================================== */
.turquoise {
  color: #4ed6d2 !important; }

.green {
  color: #a6e062 !important; }

.red {
  color: #fc7b7b !important; }

.purple {
  color: #e2a1ff !important; }

.darkBlue {
  color: #3ea3dd !important; }

.yellow {
  color: #ffc459 !important; }

.light {
  color: #fff; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

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

@-webkit-keyframes drop_down_in {
  0% {
    opacity: 0;
    -webkit-transform: perspective(500px) rotateX(-15deg);
            transform: perspective(500px) rotateX(-15deg); }
  50% {
    opacity: 1; }
  100% {
    opacity: 1;
    -webkit-transform: perspective(9999px) rotateX(0deg);
            transform: perspective(9999px) rotateX(0deg); } }

@keyframes drop_down_in {
  0% {
    opacity: 0;
    -webkit-transform: perspective(500px) rotateX(-15deg);
            transform: perspective(500px) rotateX(-15deg); }
  50% {
    opacity: 1; }
  100% {
    opacity: 1;
    -webkit-transform: perspective(9999px) rotateX(0deg);
            transform: perspective(9999px) rotateX(0deg); } }

@-webkit-keyframes drop_down_out {
  0% {
    opacity: 1;
    -webkit-transform: perspective(9999px) rotateX(0deg);
            transform: perspective(9999px) rotateX(0deg); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: perspective(500px) rotateX(-15deg);
            transform: perspective(500px) rotateX(-15deg); } }

@keyframes drop_down_out {
  0% {
    opacity: 1;
    -webkit-transform: perspective(9999px) rotateX(0deg);
            transform: perspective(9999px) rotateX(0deg); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: perspective(500px) rotateX(-15deg);
            transform: perspective(500px) rotateX(-15deg); } }

/* Basic Style
   ========================================================================== */
html body {
  line-height: 1.6;
  overflow-x: hidden; }

body {
  background-color: #fff;
  overflow-x: hidden;
  line-height: 1.7em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p {
  margin-bottom: 20px;
  line-height: 1.6; }
  p.lead {
    font-size: 1.25rem;
    line-height: 1.6; }

a {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear; }
  a:hover, a:focus {
    text-decoration: none; }
  a:focus {
    outline: none; }

.lead {
  font-size: 1.25rem;
  font-weight: normal; }
  .lead p {
    line-height: 1.6; }

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, .h6 a, h6 a,
.heading a {
  color: inherit;
  font-family: inherit; }

h1 {
  font-size: 52px; }

h2 {
  font-size: 40px; }

h3 {
  font-size: 32px;
  font-weight: 400; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 21px; }

h6 {
  font-size: 16px; }

blockquote {
  border-left: 3px solid #2f2f2f;
  margin: 35px 0;
  padding: 7px 0 7px 20px;
  font-style: italic;
  line-height: 1.6em; }
  blockquote p:last-of-type {
    margin-bottom: 0; }

label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin: .28rem 0 .11rem 0;
  cursor: pointer; }

em {
  font-style: italic; }

big {
  font-size: larger; }

abbr {
  color: #d62432;
  text-decoration: none;
  border-bottom: 1px dotted; }

acronym {
  text-decoration: none;
  border-bottom: 1px dotted; }

.required {
  color: #E01020;
  font-size: 16px;
  line-height: 1;
  border: none; }

abbr[title] {
  border: none; }

dl {
  margin-bottom: 20px; }

strong {
  font-weight: 600; }

mark {
  display: inline-block;
  background-color: transparent; }

code,
kbd {
  background-color: #faf9f8;
  padding: 2px 5px; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  -webkit-hyphens: none;
  -ms-hyphens: none;
      hyphens: none; }

ins {
  text-decoration: none; }

pre {
  background: #f9f9f9;
  text-align: left;
  padding: 20px;
  margin-bottom: 20px;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word; }

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

sup {
  top: -0.5em;
  margin-left: 2px; }

table {
  max-width: 100%;
  width: auto;
  overflow-x: auto;
  font-size: 17px;
  line-height: 1.1875;
  border: 1px solid #eaeaea;
  border-right: 0;
  border-bottom: 0;
  border-collapse: collapse;
  margin: 25px 0; }
  table td, table th {
    border: 1px solid #eaeaea;
    border-left: 0;
    border-top: 0;
    font-size: 15px;
    padding: 15px;
    vertical-align: middle;
    text-align: left; }
  table th {
    font-weight: 600; }

dt {
  font-weight: 600; }

dd {
  margin: 0 1.5em 1.5em; }

.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
  border-bottom: 1px solid #eaeaea; }

.wp-block-table.has-fixed-layout {
  table-layout: fixed;
  width: 100%; }

caption, td, th {
  text-align: left;
  font-weight: 400;
  vertical-align: middle; }

var {
  font-style: italic; }

small {
  font-size: 80%; }

hr {
  width: 35px;
  border-top: #eaeaea;
  margin-top: 0;
  margin-bottom: 20px; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

iframe,
embed {
  max-width: 100%; }

cite {
  display: block;
  margin-top: 20px;
  font-size: 0.9375rem;
  color: #9f9f9f; }

.color-scheme-light {
  color: #fff; }
  .color-scheme-light h1, .color-scheme-light h2, .color-scheme-light h3, .color-scheme-light h4, .color-scheme-light h5, .color-scheme-light h6 {
    color: #fff; }
  .color-scheme-light a {
    color: #fff; }
    .color-scheme-light a:hover {
      color: rgba(255, 255, 255, 0.75); }

/* Page PreLoader Spinner
   ========================================================================== */
.page-preloader {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .6s ease-in-out, visibility .6s ease-in-out;
  transition: opacity .6s ease-in-out, visibility .6s ease-in-out; }
  .page-preloader .spinner:after {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
    bottom: auto;
    left: auto;
    opacity: 1;
    border-radius: 50%;
    border: 2px solid #eaeaea;
    border-top: 2px solid #2f2f2f;
    border-right: 2px solid #2f2f2f;
    -webkit-animation: 0.7s rotateSpinner cubic-bezier(0.45, 0.44, 0.35, 1.13) infinite;
            animation: 0.7s rotateSpinner cubic-bezier(0.45, 0.44, 0.35, 1.13) infinite; }
  .page-preloader.loaded {
    opacity: 0;
    visibility: hidden; }

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

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

/* CodeBean Grid
   ========================================================================== */
.cdb-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .cdb-row.cdb-one-cols .cdb-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 767.98px) {
      .cdb-row.cdb-one-cols .cdb-col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
  .cdb-row.cdb-two-cols .cdb-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 767.98px) {
      .cdb-row.cdb-two-cols .cdb-col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
  .cdb-row.cdb-three-cols .cdb-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 767.98px) {
      .cdb-row.cdb-three-cols .cdb-col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
  .cdb-row.cdb-four-cols .cdb-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 767.98px) {
      .cdb-row.cdb-four-cols .cdb-col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
  .cdb-row.cdb-five-cols .cdb-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 767.98px) {
      .cdb-row.cdb-five-cols .cdb-col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
  .cdb-row.cdb-six-cols .cdb-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 767.98px) {
      .cdb-row.cdb-six-cols .cdb-col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }

.cdb-five {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%; }

.default-page-formating {
  padding-top: 80px;
  padding-bottom: 60px; }

/* Forms (inputs, labels, textareas)
   ========================================================================== */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea,
.form-control {
  color: #656565;
  border: 1px solid transparent;
  background: #f4f4f4;
  width: 100%;
  font-size: 0.9375rem;
  padding: 0.875rem 0.9375rem;
  margin-bottom: 16px;
  height: 50px;
  line-height: 1.4;
  border-radius: 0;
  position: relative;
  -webkit-appearance: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  .form-control::-webkit-input-placeholder {
    color: #9f9f9f;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s; }
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  textarea::-moz-placeholder,
  .form-control::-moz-placeholder {
    color: #9f9f9f;
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s; }
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  textarea::-moz-placeholder,
  .form-control::-moz-placeholder {
    color: #9f9f9f;
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s; }
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  .form-control:-ms-input-placeholder {
    color: #9f9f9f;
    -ms-transition: opacity 0.6s;
    transition: opacity 0.6s; }
  input[type="text"]:hover,
  input[type="password"]:hover,
  input[type="email"]:hover,
  input[type="tel"]:hover,
  textarea:hover,
  .form-control:hover {
    cursor: pointer; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  textarea:focus,
  .form-control:focus {
    background: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }
    input[type="text"]:focus::-webkit-input-placeholder,
    input[type="password"]:focus::-webkit-input-placeholder,
    input[type="email"]:focus::-webkit-input-placeholder,
    input[type="tel"]:focus::-webkit-input-placeholder,
    textarea:focus::-webkit-input-placeholder,
    .form-control:focus::-webkit-input-placeholder {
      opacity: 0; }
    input[type="text"]:focus::-moz-placeholder,
    input[type="password"]:focus::-moz-placeholder,
    input[type="email"]:focus::-moz-placeholder,
    input[type="tel"]:focus::-moz-placeholder,
    textarea:focus::-moz-placeholder,
    .form-control:focus::-moz-placeholder {
      opacity: 0; }
    input[type="text"]:focus::-moz-placeholder,
    input[type="password"]:focus::-moz-placeholder,
    input[type="email"]:focus::-moz-placeholder,
    input[type="tel"]:focus::-moz-placeholder,
    textarea:focus::-moz-placeholder,
    .form-control:focus::-moz-placeholder {
      opacity: 0; }
    input[type="text"]:focus:-ms-input-placeholder,
    input[type="password"]:focus:-ms-input-placeholder,
    input[type="email"]:focus:-ms-input-placeholder,
    input[type="tel"]:focus:-ms-input-placeholder,
    textarea:focus:-ms-input-placeholder,
    .form-control:focus:-ms-input-placeholder {
      opacity: 0; }
  .light-form input[type="text"], .light-form
  input[type="password"], .light-form
  input[type="email"], .light-form
  input[type="tel"], .light-form
  textarea, .light-form
  .form-control {
    background: #fff;
    border-color: #fff !important; }

select {
  position: relative;
  width: 100%;
  height: 50px;
  border-radius: 0;
  padding: 0.875rem 0.9375rem;
  border: 1px solid transparent;
  line-height: 1.4;
  background: #f4f4f4 url("../images/select-arrow.png") calc(100% - 20px) 22px no-repeat;
  background-size: 7px 4px;
  -webkit-appearance: none;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease; }
  select:hover {
    cursor: pointer; }
  select:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    border-color: #656565; }

textarea {
  min-height: 120px; }

input[type="submit"].cdb-btn-style-default {
  border: 0; }

.search-form {
  position: relative; }
  .search-form button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: none;
    position: absolute;
    height: 100%;
    width: 52px;
    top: 0;
    right: 0;
    padding: 0;
    font-size: 1.125rem;
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .search-form button:after {
      content: "";
      position: absolute;
      left: 0;
      height: 24px;
      top: calc(50% - 12px);
      display: inline-block;
      vertical-align: middle;
      width: 1px;
      -webkit-transform: none;
      transform: none;
      background: #eaeaea; }
    .search-form button:hover, .search-form button:focus {
      -webkit-box-shadow: none;
              box-shadow: none;
      opacity: 0.7;
      -webkit-transform: none;
              transform: none; }

/* Main Menu
   ========================================================================== */
.header-navigation,
.cdb-main-menu {
  position: relative;
  height: 100%; }

.cdb-main-menu ul li {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .cdb-main-menu ul li a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .cdb-main-menu ul li a i {
      font-size: 1rem;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      vertical-align: middle; }
    .cdb-main-menu ul li a .menu-item-text {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      line-height: 1; }
    .cdb-main-menu ul li a small {
      display: block;
      margin-top: 6px;
      font-size: 13px;
      color: #9f9f9f; }
  .cdb-main-menu ul li:hover > .submenu-active {
    -webkit-animation: drop_down_in .3s ease-in-out;
            animation: drop_down_in .3s ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-transform-origin: center top;
            transform-origin: center top; }

.cdb-main-menu > ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }
  .cdb-main-menu > ul > li {
    display: block;
    height: 100%; }
    .cdb-main-menu > ul > li > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 1.25rem 0.875rem;
      height: 100%;
      white-space: nowrap;
      font-weight: 500; }
      .cdb-main-menu > ul > li > a:after {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        height: 4px;
        border-radius: 0 0 2px 2px;
        top: -1px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease; }
      .header-navigation:hover .cdb-main-menu > ul > li > a {
        opacity: .5; }
      .cdb-main-menu > ul > li > a .sub-menu-arrow {
        position: relative;
        font-size: 1rem;
        vertical-align: middle;
        top: 1px;
        margin-left: 3px; }
      .cdb-main-menu > ul > li > a:hover {
        opacity: 1 !important; }
        .cdb-main-menu > ul > li > a:hover .sub-menu-arrow {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
    .cdb-main-menu > ul > li.is-dropdown-active a {
      opacity: 1 !important; }
    .cdb-main-menu > ul > li.cdb-active-menu-item > a:after, .cdb-main-menu > ul > li:hover > a:after {
      width: 40%; }
    .cdb-main-menu > ul > li > ul:after {
      position: absolute;
      left: 30px;
      top: 0;
      width: 10px;
      height: 10px;
      margin-left: -5px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      content: '';
      margin-top: -5px;
      background-color: #fff; }

.cdb-main-menu .sub-menu {
  opacity: 0;
  width: 300px;
  height: auto;
  max-height: calc(100vh - 2.7rem);
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  text-align: left;
  white-space: normal;
  margin: 0;
  padding: 1.25rem 0;
  -webkit-animation: drop_down_out .25s ease-in-out;
          animation: drop_down_out .25s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform-origin: center top;
          transform-origin: center top; }
  @media (max-width: 1199.98px) {
    .cdb-main-menu .sub-menu {
      width: 260px; } }
  .cdb-main-menu .sub-menu > li {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
    -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, transform .4s ease;
    transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
    will-change: transform, opacity; }
    .cdb-main-menu .sub-menu > li:nth-child(1) {
      -webkit-transition-delay: 0.04s;
              transition-delay: 0.04s; }
    .cdb-main-menu .sub-menu > li:nth-child(2) {
      -webkit-transition-delay: 0.08s;
              transition-delay: 0.08s; }
    .cdb-main-menu .sub-menu > li:nth-child(3) {
      -webkit-transition-delay: 0.12s;
              transition-delay: 0.12s; }
    .cdb-main-menu .sub-menu > li:nth-child(4) {
      -webkit-transition-delay: 0.16s;
              transition-delay: 0.16s; }
    .cdb-main-menu .sub-menu > li:nth-child(5) {
      -webkit-transition-delay: 0.2s;
              transition-delay: 0.2s; }
    .cdb-main-menu .sub-menu > li:nth-child(6) {
      -webkit-transition-delay: 0.24s;
              transition-delay: 0.24s; }
    .cdb-main-menu .sub-menu > li:nth-child(7) {
      -webkit-transition-delay: 0.28s;
              transition-delay: 0.28s; }
    .cdb-main-menu .sub-menu > li:nth-child(8) {
      -webkit-transition-delay: 0.32s;
              transition-delay: 0.32s; }
    .cdb-main-menu .sub-menu > li:nth-child(9) {
      -webkit-transition-delay: 0.36s;
              transition-delay: 0.36s; }
    .cdb-main-menu .sub-menu > li:nth-child(10) {
      -webkit-transition-delay: 0.4s;
              transition-delay: 0.4s; }
    .cdb-main-menu .sub-menu > li:nth-child(11) {
      -webkit-transition-delay: 0.44s;
              transition-delay: 0.44s; }
    .cdb-main-menu .sub-menu > li:nth-child(12) {
      -webkit-transition-delay: 0.48s;
              transition-delay: 0.48s; }
    .cdb-main-menu .sub-menu > li:nth-child(13) {
      -webkit-transition-delay: 0.52s;
              transition-delay: 0.52s; }
    .cdb-main-menu .sub-menu > li:nth-child(14) {
      -webkit-transition-delay: 0.56s;
              transition-delay: 0.56s; }
    .cdb-main-menu .sub-menu > li:nth-child(15) {
      -webkit-transition-delay: 0.6s;
              transition-delay: 0.6s; }
    .cdb-main-menu .sub-menu > li:nth-child(16) {
      -webkit-transition-delay: 0.64s;
              transition-delay: 0.64s; }
    .cdb-main-menu .sub-menu > li:nth-child(17) {
      -webkit-transition-delay: 0.68s;
              transition-delay: 0.68s; }
    .cdb-main-menu .sub-menu > li:nth-child(18) {
      -webkit-transition-delay: 0.72s;
              transition-delay: 0.72s; }
    .cdb-main-menu .sub-menu > li:nth-child(19) {
      -webkit-transition-delay: 0.76s;
              transition-delay: 0.76s; }
    .cdb-main-menu .sub-menu > li:nth-child(20) {
      -webkit-transition-delay: 0.8s;
              transition-delay: 0.8s; }
    .cdb-main-menu .sub-menu > li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: relative;
      color: #656565;
      padding: 0.75rem 1.875rem;
      line-height: 18px;
      font-size: 0.9375rem;
      font-weight: normal; }
      .cdb-main-menu .sub-menu > li a:hover {
        padding-left: 35px;
        background-color: #faf9f8; }
        .cdb-main-menu .sub-menu > li a:hover .cdb-menu-icon {
          background-color: #fff;
          -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
                  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12); }
      .cdb-main-menu .sub-menu > li a .cdb-menu-icon {
        margin-right: 10px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 34px;
        height: 34px;
        min-width: 34px;
        border-radius: 50%;
        margin-left: -10px;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
        .cdb-main-menu .sub-menu > li a .cdb-menu-icon i {
          font-size: 1.25rem;
          line-height: 1; }
  .cdb-main-menu .sub-menu .sub-menu {
    top: -20px;
    left: 100%;
    right: auto; }
    .cdb-main-menu .sub-menu .sub-menu.right {
      left: -100%; }

.cdb-main-menu .submenu-active > li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.cdb-site-header.header-light:not(.is-fixed) .cdb-main-menu > ul > li > a {
  color: #fff; }
  .cdb-site-header.header-light:not(.is-fixed) .cdb-main-menu > ul > li > a:after {
    background-color: #fff; }

.cdb-site-header.header-light:not(.is-fixed) .cdb-search-open {
  color: #fff; }
  .cdb-site-header.header-light:not(.is-fixed) .cdb-search-open:hover {
    opacity: 0.8; }

/* Page Title
   ========================================================================== */
.cdb-page-heading {
  position: relative;
  text-align: center; }
  .cdb-page-heading .page-title-main {
    background: #faf9f8;
    padding-top: 130px;
    padding-bottom: 70px; }
    .cdb-page-heading .page-title-main h1.h2 {
      font-size: 2.375rem;
      margin-bottom: 0; }
  .cdb-page-heading .page-subtitle {
    font-size: 1.125rem;
    margin-top: 0.625rem; }
  .cdb-page-heading .breadcrumbs {
    padding: 0.9375rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #eaeaea;
    color: #9f9f9f; }
    .cdb-page-heading .breadcrumbs a {
      color: #9f9f9f; }
      .cdb-page-heading .breadcrumbs a:hover {
        color: #1f9292; }
    .cdb-page-heading .breadcrumbs i {
      font-size: 1rem;
      margin: 0 2px; }
    .cdb-page-heading .breadcrumbs .breadcrumbs-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }

/* Mobile Navigation Style
   ========================================================================== */
.cdb-mobile-nav {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  z-index: 99999;
  overflow: hidden;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
  opacity: 0;
  visibility: hidden; }
  .cdb-mobile-nav.is-open {
    opacity: 1;
    visibility: visible; }
    .cdb-mobile-nav.is-open .mobile-menu-container {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    .cdb-mobile-nav.is-open .cdb-close-mobile-nav i {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
  .cdb-mobile-nav .cdb-close-mobile-nav {
    position: absolute;
    top: 25px;
    right: 20px;
    z-index: 4;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff;
    -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.07);
            box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.07); }
    .cdb-mobile-nav .cdb-close-mobile-nav i {
      -webkit-transform: rotate(80deg);
              transform: rotate(80deg);
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
      transition: -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
      transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
      transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
    .admin-bar .cdb-mobile-nav .cdb-close-mobile-nav {
      top: calc( 25px + 40px); }
  .cdb-mobile-nav .overlay {
    position: fixed;
    background: rgba(47, 47, 47, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    cursor: pointer; }
  .cdb-mobile-nav .mobile-menu-container {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    width: calc(100% - 30px);
    height: 100vh;
    overflow-y: auto;
    padding: 85px 20px 20px 20px;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.25s; }
    .cdb-mobile-nav .mobile-menu-container .mobile-menu-list > li {
      margin: 0 -20px; }
      .cdb-mobile-nav .mobile-menu-container .mobile-menu-list > li > a {
        font-size: 1.0625rem !important; }
        .cdb-mobile-nav .mobile-menu-container .mobile-menu-list > li > a:before {
          content: '';
          display: block;
          position: absolute;
          height: 100%;
          width: 0;
          left: 0;
          top: 0;
          opacity: 1;
          -webkit-transition: width 0.25s ease;
          transition: width 0.25s ease; }
      .cdb-mobile-nav .mobile-menu-container .mobile-menu-list > li.is-open-sub > a {
        background-color: #faf9f8; }
    .cdb-mobile-nav .mobile-menu-container .mobile-menu-list li {
      position: relative; }
      .cdb-mobile-nav .mobile-menu-container .mobile-menu-list li a {
        position: relative;
        display: block;
        font-size: 0.9375rem;
        line-height: 2.125rem;
        font-weight: 500;
        padding: 5px 20px; }
      .cdb-mobile-nav .mobile-menu-container .mobile-menu-list li .sub-menu-arrow {
        display: inline-block;
        position: absolute;
        color: currentColor;
        text-align: center;
        top: 23px;
        right: 20px;
        font-size: 1.0625rem;
        line-height: 0;
        cursor: pointer;
        -webkit-transition: all .25s ease;
        transition: all .25s ease;
        -webkit-transform-origin: center center;
                transform-origin: center center;
        z-index: 10; }
      .cdb-mobile-nav .mobile-menu-container .mobile-menu-list li .menu-items-counter {
        margin-left: 5px; }
      .cdb-mobile-nav .mobile-menu-container .mobile-menu-list li.is-open-sub > a:before {
        width: 2px; }
      .cdb-mobile-nav .mobile-menu-container .mobile-menu-list li.is-open-sub > .sub-menu-arrow {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
    .cdb-mobile-nav .mobile-menu-container .mobile-menu-list .sub-menu {
      display: none;
      padding-left: 15px; }
    .cdb-mobile-nav .mobile-menu-container .copyright {
      padding-top: 30px; }
    @media (min-width: 576px) {
      .cdb-mobile-nav .mobile-menu-container {
        width: 340px; } }

.mobile-toggle-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #fff;
  -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.07);
          box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.07);
  margin-right: 5px; }
  .mobile-toggle-btn > span {
    position: absolute;
    right: 14px;
    top: 18px;
    width: 22px;
    border-bottom: 2px solid currentColor; }
    .mobile-toggle-btn > span.ham-line-2 {
      top: 24px; }
    .mobile-toggle-btn > span.ham-line-3 {
      top: 30px;
      width: 14px; }
  @media (min-width: 1200px) {
    .mobile-toggle-btn {
      display: none; } }

/* Default Header Styles
   ========================================================================== */
@-webkit-keyframes headerSlideIn {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes headerSlideIn {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.cdb-site-header {
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  z-index: 900; }
  @media (min-width: 768px) {
    .admin-bar .cdb-site-header {
      top: 32px; } }
  .cdb-site-header.is-fixed {
    position: fixed;
    -webkit-animation-duration: .35s;
            animation-duration: .35s;
    -webkit-animation-name: headerSlideIn;
            animation-name: headerSlideIn;
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #fff;
    top: 0;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.04);
            box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.04); }
    @media (min-width: 768px) {
      .admin-bar .cdb-site-header.is-fixed {
        top: 32px; } }
    .cdb-site-header.is-fixed .cdb-reading-indicator {
      opacity: 1; }
    .cdb-site-header.is-fixed .header-wrapper {
      height: 80px; }
  .cdb-site-header .header-wrapper {
    position: relative;
    z-index: 1;
    height: 100px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out; }
  .cdb-site-header .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100%; }
  .cdb-site-header [class*="header-col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .cdb-site-header .header-col-center {
    display: none; }
  @media (min-width: 768px) {
    .cdb-site-header .header-col-center {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .cdb-site-header.menu-alginment-center .header-inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .cdb-site-header.menu-alginment-center .header-col-left,
  .cdb-site-header.menu-alginment-center .header-col-right {
    width: 50%; }
    @media (min-width: 1200px) {
      .cdb-site-header.menu-alginment-center .header-col-left,
      .cdb-site-header.menu-alginment-center .header-col-right {
        width: 25%; } }
  .cdb-site-header.menu-alginment-center .header-col-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .cdb-site-header.menu-alginment-center .header-col-center {
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media (min-width: 1200px) {
    .cdb-site-header.menu-alignment-center .header-col-left, .cdb-site-header.menu-alginment-left .header-col-left {
      width: 75%; } }
  .cdb-site-header.menu-alignment-center .header-col-right, .cdb-site-header.menu-alginment-left .header-col-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 50%; }
    @media (min-width: 1200px) {
      .cdb-site-header.menu-alignment-center .header-col-right, .cdb-site-header.menu-alginment-left .header-col-right {
        width: 25%; } }
  .cdb-site-header .cdb-logo-holder {
    position: relative; }
    @media (min-width: 1200px) {
      .cdb-site-header .cdb-logo-holder {
        padding-right: 60px; } }
    .cdb-site-header .cdb-logo-holder .logo-img {
      -webkit-transition: opacity .25s ease, visibility .25s ease;
      transition: opacity .25s ease, visibility .25s ease; }
    .cdb-site-header .cdb-logo-holder .light-logo {
      position: absolute;
      left: 0;
      opacity: 0;
      visibility: hidden; }
    .cdb-site-header .cdb-logo-holder .cdb-logo-link .logo-text {
      font-size: 26px;
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: 1px;
      white-space: nowrap; }
    .cdb-site-header .cdb-logo-holder .cdb-logo-link:hover {
      color: #656565; }
  .cdb-site-header .header-navigation {
    display: none; }
  .cdb-site-header .header-tools {
    display: none;
    padding-left: 20px; }
  .cdb-site-header.header-light:not(.is-fixed) .cdb-logo-holder .cdb-logo-link {
    color: #fff; }
    .cdb-site-header.header-light:not(.is-fixed) .cdb-logo-holder .cdb-logo-link:hover {
      color: rgba(255, 255, 255, 0.7); }
  .cdb-site-header.header-light:not(.is-fixed) .cdb-logo-holder .dark-logo {
    opacity: 0;
    visibility: hidden; }
  .cdb-site-header.header-light:not(.is-fixed) .cdb-logo-holder .light-logo {
    opacity: 1;
    visibility: visible; }
  .cdb-site-header.header-light:not(.is-fixed) a.cdb-btn {
    background: rgba(255, 255, 255, 0.15);
    -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0 1px 3px 0;
            box-shadow: rgba(0, 0, 0, 0.08) 0 1px 3px 0; }

@media (min-width: 1200px) {
  .header-navigation,
  .header-tools {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

/* Archive Layout
   ========================================================================== */
.archive-wrapper {
  padding-top: 70px;
  padding-bottom: 70px; }
  @media (min-width: 768px) {
    .archive-wrapper {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (min-width: 768px) {
    .archive-wrapper.sidebar-left .cdb-posts-wrapper {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      padding-left: 3.125rem; }
    .archive-wrapper.sidebar-left .cdb-sidebar-area {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  @media (min-width: 768px) {
    .archive-wrapper.sidebar-right .cdb-posts-wrapper {
      padding-right: 3.125rem; } }

/* Blog Styles
   ========================================================================== */
.cdb-blog-posts {
  position: relative; }
  .cdb-blog-posts .cdb-preloader {
    position: absolute;
    width: 100%;
    top: 20%;
    font-size: 16px;
    color: #ddd;
    padding: 15px;
    text-align: center; }

.cdb-blog-post .cdb-post-inner {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px); }

/* Post Single Styles
   ========================================================================== */
.single-post-content {
  padding-bottom: 70px; }
  .single-post-content .post-single-header {
    padding-top: 100px;
    -ms-word-wrap: break-word;
    word-wrap: break-word; }
    .single-post-content .post-single-header .post-header-inner {
      padding-top: 60px;
      padding-bottom: 60px;
      color: #fff; }
    .single-post-content .post-single-header .cdb-post-title {
      color: #fff; }
    .single-post-content .post-single-header .cdb-post-meta-category {
      display: block;
      margin-bottom: 15px; }
      .single-post-content .post-single-header .cdb-post-meta-category .post-categories {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .single-post-content .post-single-header .cdb-post-meta-category a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 0.6875rem;
        text-transform: uppercase;
        letter-spacing: 0.0625rem;
        border-radius: 3px;
        border: 1px solid rgba(255, 255, 255, 0.15);
        color: #fff;
        padding: 6px 12px;
        line-height: 1.2;
        margin-right: 10px;
        margin-top: 5px; }
        .single-post-content .post-single-header .cdb-post-meta-category a:hover {
          border-color: rgba(255, 255, 255, 0.5); }
    .single-post-content .post-single-header .post-header-excerpt {
      margin-top: 30px;
      font-size: 1.25rem; }
      @media (min-width: 768px) {
        .single-post-content .post-single-header .post-header-excerpt {
          padding-right: 5%; } }
    .single-post-content .post-single-header .single-post-meta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .single-post-content .post-single-header .single-post-meta > span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .single-post-content .post-single-header .single-post-meta > span + span {
          margin-left: 1.875rem; }
        .single-post-content .post-single-header .single-post-meta > span i {
          font-size: 1rem;
          margin-right: 8px; }
    .single-post-content .post-single-header .post-single-author {
      display: none; }
      @media (min-width: 768px) {
        .single-post-content .post-single-header .post-single-author {
          margin: 15px 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          text-align: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .single-post-content .post-single-header .post-single-author img {
        border-radius: 50%;
        overflow: hidden; }
      .single-post-content .post-single-header .post-single-author .author-name {
        display: block;
        color: #fff;
        margin-top: 10px;
        margin-bottom: 20px; }
        .single-post-content .post-single-header .post-single-author .author-name span {
          font-weight: 500;
          display: block; }
  .single-post-content .post-single-body {
    font-size: 1.0625rem;
    padding-top: 70px;
    padding-bottom: 20px; }
    .single-post-content .post-single-body .cdb-post-single-thumbnail {
      display: inline-block;
      overflow: hidden;
      margin-bottom: 30px; }
    .single-post-content .post-single-body .main-content ol, .single-post-content .post-single-body .main-content ul {
      list-style: none;
      margin: 0 0 23px; }
      .single-post-content .post-single-body .main-content ol ul, .single-post-content .post-single-body .main-content ol ol, .single-post-content .post-single-body .main-content ul ul, .single-post-content .post-single-body .main-content ul ol {
        margin: 10px 0 0; }
    .single-post-content .post-single-body .main-content ul {
      list-style: disc;
      list-style-position: inside; }
      .single-post-content .post-single-body .main-content ul ul, .single-post-content .post-single-body .main-content ul ol {
        margin: 10px 0 0; }
      .single-post-content .post-single-body .main-content ul li:not(.blocks-gallery-item) {
        margin: 0 0 10px;
        padding: 0 0 0 25px;
        position: relative; }
    .single-post-content .post-single-body .main-content ol {
      list-style: decimal;
      list-style-position: inside; }
      .single-post-content .post-single-body .main-content ol > li {
        margin: 0 0 10px;
        padding: 0 0 0 25px;
        position: relative; }
    .single-post-content .post-single-body .main-content .wp-block-cover-text a {
      color: #fff !important; }
    .single-post-content .post-single-body .main-content a:not(.wp-block-button__link) {
      border-bottom: 1px solid currentColor; }
      .single-post-content .post-single-body .main-content a:not(.wp-block-button__link):hover {
        border-color: transparent; }
    .single-post-content .post-single-body .post-tags {
      padding-top: 30px;
      margin-top: 40px;
      border-top: 1px solid #eaeaea; }

.cdb-related-posts {
  background-color: #faf9f8; }

/* Post Single Sidebar
   ========================================================================== */
.post-single-sidebar {
  display: block;
  font-size: 0.9375rem; }
  @media (min-width: 768px) {
    .post-single-sidebar .sidebar-inner {
      margin-right: 30px; } }
  @media (max-width: 991.98px) {
    .post-single-sidebar {
      padding-bottom: 30px; }
      .post-single-sidebar .sidebar-inner {
        margin-top: 20px;
        padding-top: 40px;
        border-top: 1px solid #eaeaea; } }
  .post-single-sidebar .widget {
    margin-bottom: 30px; }
    .post-single-sidebar .widget.cdb-cf7-widget {
      margin-bottom: 20px; }
  .post-single-sidebar .cdb-post-share {
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
    left: 0;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #eaeaea;
    text-align: center;
    float: right; }
    .post-single-sidebar .cdb-post-share li {
      width: 32px;
      height: 32px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 1.0625rem;
      margin-bottom: 5px; }
      .post-single-sidebar .cdb-post-share li a {
        color: #656565; }
    @media (min-width: 768px) {
      .post-single-sidebar .cdb-post-share {
        margin-right: 30px; } }
    @media (max-width: 991.98px) {
      .post-single-sidebar .cdb-post-share {
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
        float: none;
        margin-top: 10px;
        padding: 12px 10px; }
        .post-single-sidebar .cdb-post-share li {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex; } }

/* Comment Form
   ========================================================================== */
.cdb-comment-form {
  border-top: 4px double #eaeaea;
  margin-top: 30px;
  padding: 30px 0; }
  .cdb-comment-form .first-form-row {
    margin-top: 30px; }
  .cdb-comment-form .comment-reply-title {
    font-size: 1.25rem;
    margin-bottom: 10px; }
  .cdb-comment-form .comment-notes,
  .cdb-comment-form .logged-in-as {
    color: #9f9f9f;
    font-size: 0.9375rem; }
    .cdb-comment-form .comment-notes a,
    .cdb-comment-form .logged-in-as a {
      font-weight: normal; }
  .cdb-comment-form .form-submit {
    margin: 0; }

/* Comment List
   ========================================================================== */
.cdb-comment-holder {
  margin-top: 30px; }
  .cdb-comment-holder .comment-button {
    padding: 30px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.0625rem;
    display: block;
    text-align: center;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 0 1px rgba(144, 144, 144, 0.08);
            box-shadow: 0 3px 0 1px rgba(144, 144, 144, 0.08);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }
  .cdb-comment-holder .comments-holder {
    padding-top: 35px; }

.commentlist {
  list-style: none;
  margin: 0;
  display: block;
  padding: 0; }
  .commentlist .pingback .comment-body,
  .commentlist .trackback .comment-body {
    padding-left: 0; }
  .commentlist .comment-body,
  .commentlist .comment-text {
    position: relative;
    padding-left: 58px;
    padding-bottom: 0;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .commentlist .comment-body,
      .commentlist .comment-text {
        padding-left: 83px; } }
    .commentlist .comment-body .star-rating,
    .commentlist .comment-text .star-rating {
      float: right; }
    .commentlist .comment-body p.meta,
    .commentlist .comment-text p.meta {
      display: block;
      font-size: 13px;
      font-style: normal;
      font-weight: 700;
      color: #343434; }
    .commentlist .comment-body a:hover,
    .commentlist .comment-text a:hover {
      text-decoration: underline; }
  .commentlist .comment-body ol, .commentlist .comment-body ul {
    list-style: none;
    margin: 0 0 23px; }
    .commentlist .comment-body ol ul, .commentlist .comment-body ol ol, .commentlist .comment-body ul ul, .commentlist .comment-body ul ol {
      margin: 10px 0 0; }
  .commentlist .comment-body ul {
    list-style: disc;
    list-style-position: inside; }
    .commentlist .comment-body ul ul, .commentlist .comment-body ul ol {
      margin: 10px 0 0; }
    .commentlist .comment-body ul li:not(.blocks-gallery-item) {
      margin: 0 0 10px;
      padding: 0 0 0 25px;
      position: relative; }
  .commentlist .comment-body ol {
    list-style: decimal;
    list-style-position: inside; }
    .commentlist .comment-body ol > li {
      margin: 0 0 10px;
      padding: 0 0 0 25px;
      position: relative; }
  .commentlist .comment {
    margin: 0; }
    .commentlist .comment:before {
      display: none !important; }
    .commentlist .comment .comment-meta {
      line-height: 1;
      font-size: 12px;
      color: #9f9f9f;
      margin-bottom: 15px;
      font-weight: 400; }
      .commentlist .comment .comment-meta a {
        color: #9f9f9f; }
    .commentlist .comment .vcard {
      display: inline-block;
      border: 0;
      padding: 0;
      margin: 0 0 10px;
      line-height: 12px; }
      .commentlist .comment .vcard .fn {
        font-style: normal;
        font-weight: 600; }
        .commentlist .comment .vcard .fn:before {
          display: none; }
      .commentlist .comment .vcard .says {
        display: none; }
    .commentlist .comment .avatar {
      width: 40px;
      height: 40px;
      position: absolute;
      top: 20px;
      left: 0;
      border-radius: 4px; }
      @media (min-width: 768px) {
        .commentlist .comment .avatar {
          width: 64px;
          height: 64px; } }
    .commentlist .comment p {
      font-size: 15px;
      word-break: break-word;
      margin-bottom: 10px; }
    .commentlist .comment .reply {
      font-size: 12px;
      font-weight: 600;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .commentlist .comment .children {
      list-style: none;
      margin-left: 10px;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .commentlist .comment .children {
          margin-left: 83px; } }
    .commentlist .comment .comment-respond {
      margin: 30px 0;
      padding: 40px;
      border: 1px solid #eaeaea;
      border-radius: 3px; }

.comment-respond .first-form-row {
  margin-top: 30px; }

.comment-respond .comment-reply-title {
  font-size: 1.25rem;
  margin-bottom: 10px; }

/* Post Pagination
   ========================================================================== */
.cdb-post-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .cdb-post-pagination ul li {
    margin: 0 2px;
    text-align: center; }
    .cdb-post-pagination ul li .page-numbers {
      display: block;
      padding: 10px 16px;
      line-height: 1.3;
      color: inherit; }
      .cdb-post-pagination ul li .page-numbers.current {
        cursor: not-allowed; }
      .cdb-post-pagination ul li .page-numbers:hover, .cdb-post-pagination ul li .page-numbers.current {
        color: #fff; }

/* Footer Style
   ========================================================================== */
.site-footer .widgetized-footer-area {
  background: #faf9f8;
  padding: 80px 0 0; }
  .site-footer .widgetized-footer-area.color-scheme-light {
    background: #222; }
  .site-footer .widgetized-footer-area.full-width .container {
    max-width: 100%;
    width: 100%; }
    @media (min-width: 768px) {
      .site-footer .widgetized-footer-area.full-width .container {
        padding-left: 50px;
        padding-right: 50px; } }
  .site-footer .widgetized-footer-area .widget {
    margin-bottom: 45px; }
    .site-footer .widgetized-footer-area .widget .widget-title {
      font-size: 15px;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 25px;
      font-weight: 600; }
    @media (min-width: 768px) {
      .site-footer .widgetized-footer-area .widget {
        padding-right: 15px; } }
  .site-footer .widgetized-footer-area.color-scheme-light .widget-title {
    color: #fff; }
  .site-footer .widgetized-footer-area.color-scheme-light .widget {
    color: rgba(255, 255, 255, 0.8); }
  .site-footer .widgetized-footer-area.color-scheme-light a:not(.btn) {
    color: #fff; }
    .site-footer .widgetized-footer-area.color-scheme-light a:not(.btn):hover {
      color: rgba(255, 255, 255, 0.8); }
  @media (min-width: 768px) {
    .site-footer .widgetized-footer-area .extra-space-col {
      padding-left: 50px; } }

.site-footer .subfooter {
  background-color: #faf9f8;
  padding: 25px 0; }
  .site-footer .subfooter.full-width .container {
    max-width: 100%;
    width: 100%; }
    @media (min-width: 768px) {
      .site-footer .subfooter.full-width .container {
        padding-left: 50px;
        padding-right: 50px; } }
  .site-footer .subfooter p:last-child {
    margin-bottom: 0; }
  .site-footer .subfooter a {
    font-weight: normal; }
  .site-footer .subfooter.color-scheme-light {
    background-color: #222;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px; }
    .site-footer .subfooter.color-scheme-light a {
      color: #fff; }
      .site-footer .subfooter.color-scheme-light a:hover {
        color: rgba(255, 255, 255, 0.8); }

/* Search Tweak
   ========================================================================== */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

input[type="search"]::-ms-clear {
  display: none; }

input[type=text]::-ms-clear {
  display: none; }

/* Sidebar Area Styles
   ========================================================================== */
.cdb-sidebar-area .widget .widget-title,
.wpb_widgetised_column .widget .widget-title {
  font-size: 0.9375rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600; }

.cdb-sidebar-area,
.wpb_widgetised_column,
.post-single-sidebar {
  position: relative;
  z-index: 10; }
  @media (max-width: 767.98px) {
    .cdb-sidebar-area,
    .wpb_widgetised_column,
    .post-single-sidebar {
      padding-top: 70px; } }
  .cdb-sidebar-area .widget,
  .wpb_widgetised_column .widget,
  .post-single-sidebar .widget {
    margin-bottom: 2.625rem; }
    .cdb-sidebar-area .widget:last-child,
    .wpb_widgetised_column .widget:last-child,
    .post-single-sidebar .widget:last-child {
      margin-bottom: 0; }
    .cdb-sidebar-area .widget a,
    .wpb_widgetised_column .widget a,
    .post-single-sidebar .widget a {
      font-weight: 500; }

.widget.widget_nav_menu ul li, .widget.widget_archive ul li, .widget.widget_categories ul li, .widget.widget_pages ul li, .widget.widget_meta ul li, .widget.widget_recent_entries ul li {
  margin-bottom: 6px; }
  .widget.widget_nav_menu ul li a, .widget.widget_archive ul li a, .widget.widget_categories ul li a, .widget.widget_pages ul li a, .widget.widget_meta ul li a, .widget.widget_recent_entries ul li a {
    position: relative;
    display: inline-block;
    font-weight: normal; }
    .widget.widget_nav_menu ul li a:after, .widget.widget_archive ul li a:after, .widget.widget_categories ul li a:after, .widget.widget_pages ul li a:after, .widget.widget_meta ul li a:after, .widget.widget_recent_entries ul li a:after {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      width: 0;
      border-bottom: 1px solid;
      -webkit-transition: width .4s;
      transition: width .4s; }
    .widget.widget_nav_menu ul li a:hover:after, .widget.widget_nav_menu ul li a.active:after, .widget.widget_archive ul li a:hover:after, .widget.widget_archive ul li a.active:after, .widget.widget_categories ul li a:hover:after, .widget.widget_categories ul li a.active:after, .widget.widget_pages ul li a:hover:after, .widget.widget_pages ul li a.active:after, .widget.widget_meta ul li a:hover:after, .widget.widget_meta ul li a.active:after, .widget.widget_recent_entries ul li a:hover:after, .widget.widget_recent_entries ul li a.active:after {
      width: 100%;
      left: 0; }
  .widget.widget_nav_menu ul li ul, .widget.widget_archive ul li ul, .widget.widget_categories ul li ul, .widget.widget_pages ul li ul, .widget.widget_meta ul li ul, .widget.widget_recent_entries ul li ul {
    margin: 6px 0 0 15px; }

.widget.widget_recent_comments ul li {
  margin-bottom: 6px; }
  .widget.widget_recent_comments ul li .comment-author-link,
  .widget.widget_recent_comments ul li .comment-author-link a {
    font-weight: 500;
    color: #9f9f9f; }

.widget.widget_text a:not(.btn) {
  position: relative;
  display: inline-block; }
  .widget.widget_text a:not(.btn):after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    border-bottom: 1px solid;
    -webkit-transition: width .4s;
    transition: width .4s; }
  .widget.widget_text a:not(.btn):hover:after, .widget.widget_text a:not(.btn).active:after {
    width: 100%;
    left: 0; }

.widget.widget_calendar .calendar_wrap table {
  width: 100%;
  border: none; }
  .widget.widget_calendar .calendar_wrap table caption {
    font-size: 15px;
    color: #656565;
    padding: 10px;
    border: 1px solid #eaeaea;
    caption-side: top; }
  .widget.widget_calendar .calendar_wrap table td, .widget.widget_calendar .calendar_wrap table th {
    text-align: center;
    font-size: 15px;
    padding: 10px 5px;
    border: none; }
  .widget.widget_calendar .calendar_wrap table thead {
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea; }
    .widget.widget_calendar .calendar_wrap table thead th {
      background-color: #faf9f8;
      color: #2f2f2f; }
  .widget.widget_calendar .calendar_wrap table tbody {
    border: 1px solid #eaeaea; }
    .widget.widget_calendar .calendar_wrap table tbody a:hover {
      text-decoration: underline; }
  .widget.widget_calendar .calendar_wrap table tfoot #prev {
    text-align: left; }
  .widget.widget_calendar .calendar_wrap table tfoot #next {
    text-align: right; }

.widget.cdb-cf7-widget {
  margin-bottom: 0; }

.widget p a {
  font-weight: 500; }

/* 404 Page
   ========================================================================== */
.page-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60vh;
  padding-top: 140px;
  padding-bottom: 70px; }
  @media (min-width: 768px) {
    .page-404 {
      padding-left: 20px;
      padding-right: 20px; }
      .page-404 .error-holder {
        padding-right: 60px; } }
  .page-404 .error-heading {
    font-size: 2rem;
    line-height: 1.3; }
  .page-404 .error-text {
    margin-bottom: 27px; }
  .page-404 .page-404-image {
    overflow: hidden; }
    .page-404 .page-404-image svg {
      width: 100%;
      height: 100%; }
    @media (max-width: 767.98px) {
      .page-404 .page-404-image {
        margin-top: 50px; } }

/* Search Page
   ========================================================================== */
.cdb-search-post-list {
  margin-top: 30px;
  margin-bottom: 30px; }
  .cdb-search-post-list .post-title {
    font-size: 22px;
    margin: 10px 0; }

.cdb-search-empty {
  position: relative;
  text-align: center; }
  .cdb-search-empty .icon {
    display: inline-block;
    margin: 35px 0 6px;
    width: 140px;
    height: 90px; }
    .cdb-search-empty .icon svg {
      width: 100%;
      height: 100%;
      fill: #ddd; }
  .cdb-search-empty h3 {
    margin-bottom: 6px; }

/* GDPR Banner
   ========================================================================== */
.gdpr-banner {
  position: fixed;
  bottom: 15px;
  left: 15px;
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11);
          box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11);
  padding: 20px;
  font-size: 13px;
  z-index: 300;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .gdpr-banner.show {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .gdpr-banner .gdpr-banner-info a {
    border-bottom: 1px dotted; }
  .gdpr-banner .close-btn {
    cursor: pointer;
    margin-left: 10px; }
    .gdpr-banner .close-btn:hover {
      opacity: .7; }
    .gdpr-banner .close-btn i {
      line-height: 1;
      vertical-align: middle; }

/* Reading Indicator
   ========================================================================== */
.cdb-reading-indicator {
  background: rgba(255, 255, 255, 0);
  border: none;
  bottom: 0;
  display: block;
  height: 2px;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  -webkit-transition: opacity,.2s;
  transition: opacity,.2s; }
  .cdb-reading-indicator::-webkit-progress-bar {
    background-color: transparent; }
  .cdb-reading-indicator::-webkit-progress-value {
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out; }

/* Go Top
   ========================================================================== */
.cdb-go-top {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 15;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.07);
          box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .cdb-go-top span {
    display: inline-block;
    line-height: 1;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  .cdb-go-top:hover {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px); }
    .cdb-go-top:hover span {
      -webkit-animation: cdbBackTopArrow .6s ease both alternate;
              animation: cdbBackTopArrow .6s ease both alternate; }
  .cdb-go-top:active {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cdb-go-top.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none; }
  @media (max-width: 991.98px) {
    .cdb-go-top {
      right: 10px;
      bottom: 10px;
      width: 34px;
      height: 34px; } }

@-webkit-keyframes cdbBackTopArrow {
  40% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    opacity: 0; }
  41% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes cdbBackTopArrow {
  40% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    opacity: 0; }
  41% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

/* Text meant only for screen readers. */
.screen-reader-text {
  position: absolute !important;
  height: 0;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    display: block;
    top: 5px;
    left: 5px;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Page Pagination
   ========================================================================== */
.cdb-page-pagination {
  margin: 30px 0; }
  .cdb-page-pagination .cdb-page-links-title {
    margin-right: 7px; }
  .cdb-page-pagination span.cdb-page-link,
  .cdb-page-pagination a span.cdb-page-link {
    min-width: 40px;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    background-color: #faf9f8; }
  .cdb-page-pagination > span.current .cdb-page-link {
    color: #fff; }

/* WordPress Styles
   ========================================================================== */
.bypostauthor {
  color: inherit;
  background-color: #faf9f8;
  padding: 5px 20px 5px 20px; }

figure {
  display: block;
  margin: 0; }
  figure img {
    display: block;
    height: auto;
    max-width: 100%; }

.alignleft {
  float: left;
  margin: 0 30px 30px 0; }

.alignright {
  float: right;
  margin: 0 0 30px 30px; }
  p .alignright {
    margin-top: 30px; }

.wp-caption {
  max-width: 100% !important; }
  .wp-caption.alignnone {
    margin: 5px 0 30px 0; }

.alignright img,
.alignleft img,
.aligncenter img {
  width: 100%;
  max-width: 100%; }

.wp-block-cover {
  margin-bottom: 30px; }

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

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0; }

.wp-caption {
  color: #9f9f9f;
  margin-bottom: 24px;
  max-width: 100% !important; }
  .wp-caption.alignnone {
    margin: 5px 0 30px 0; }

.wp-caption-text {
  font-size: 13px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px 0;
  padding-right: 10px; }

.gallery {
  display: block;
  margin: 0 -2px;
  clear: both;
  overflow: hidden; }
  .gallery.gallery-columns-2 .gallery-item {
    max-width: 50%; }
    @media (min-width: 576px) {
      .gallery.gallery-columns-2 .gallery-item {
        max-width: 50%; } }
  .gallery.gallery-columns-3 .gallery-item {
    max-width: 50%; }
    @media (min-width: 576px) {
      .gallery.gallery-columns-3 .gallery-item {
        max-width: 33.33%; } }
  .gallery.gallery-columns-4 .gallery-item {
    max-width: 50%; }
    @media (min-width: 576px) {
      .gallery.gallery-columns-4 .gallery-item {
        max-width: 50%; } }
    @media (min-width: 768px) {
      .gallery.gallery-columns-4 .gallery-item {
        max-width: 25%; } }
  .gallery.gallery-columns-5 .gallery-item {
    max-width: 50%; }
    @media (min-width: 576px) {
      .gallery.gallery-columns-5 .gallery-item {
        max-width: 50%; } }
    @media (min-width: 768px) {
      .gallery.gallery-columns-5 .gallery-item {
        max-width: 20%; } }
  .gallery.gallery-columns-6 .gallery-item {
    max-width: 50%; }
    @media (min-width: 576px) {
      .gallery.gallery-columns-6 .gallery-item {
        max-width: 33.33%; } }
    @media (min-width: 768px) {
      .gallery.gallery-columns-6 .gallery-item {
        max-width: 16.66%; } }
  .gallery.gallery-columns-7 .gallery-item {
    max-width: 50%; }
    @media (min-width: 576px) {
      .gallery.gallery-columns-7 .gallery-item {
        max-width: 25%; } }
    @media (min-width: 768px) {
      .gallery.gallery-columns-7 .gallery-item {
        max-width: 14.28%; } }
  .gallery.gallery-columns-8 .gallery-item {
    max-width: 50%; }
    @media (min-width: 576px) {
      .gallery.gallery-columns-8 .gallery-item {
        max-width: 25%; } }
    @media (min-width: 768px) {
      .gallery.gallery-columns-8 .gallery-item {
        max-width: 12.5%; } }
  .gallery.gallery-columns-9 .gallery-item {
    max-width: 50%; }
    @media (min-width: 576px) {
      .gallery.gallery-columns-9 .gallery-item {
        max-width: 25%; } }
    @media (min-width: 768px) {
      .gallery.gallery-columns-9 .gallery-item {
        max-width: 11.11%; } }
  .gallery .gallery-item {
    display: inline-block;
    width: 100%;
    padding: 0 2px;
    margin: 0 0 1.5em;
    vertical-align: top;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
    .gallery .gallery-item:hover {
      opacity: 0.8; }
    .gallery .gallery-item img {
      max-width: 100%;
      display: block;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    .gallery .gallery-item a {
      line-height: 0;
      display: block;
      border: none !important;
      width: 100%; }
    .gallery .gallery-item .gallery-caption {
      color: rgba(51, 51, 51, 0.7);
      font-size: 12px;
      line-height: 1.5;
      padding: 0.5em 0; }

.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none; }

.tag-link:not(.cdb-blog-post),
.tag-cloud-link:not(.cdb-blog-post) {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px 0;
  padding: 8px 10px;
  border-radius: 2px;
  border: 1px solid #eaeaea;
  text-transform: uppercase;
  font-size: 12px !important;
  line-height: 1em;
  letter-spacing: 0.05em; }
  .tag-link:not(.cdb-blog-post):hover,
  .tag-cloud-link:not(.cdb-blog-post):hover {
    color: #fff !important; }

.entry-content ol, .entry-content ul {
  list-style: none;
  margin: 0 0 23px; }
  .entry-content ol ul, .entry-content ol ol, .entry-content ul ul, .entry-content ul ol {
    margin: 10px 0 0; }

.entry-content ul {
  list-style: disc;
  list-style-position: inside; }
  .entry-content ul ul, .entry-content ul ol {
    margin: 10px 0 0; }
  .entry-content ul li:not(.blocks-gallery-item) {
    margin: 0 0 10px;
    padding: 0 0 0 25px;
    position: relative; }

.entry-content ol {
  list-style: decimal;
  list-style-position: inside; }
  .entry-content ol > li {
    margin: 0 0 10px;
    padding: 0 0 0 25px;
    position: relative; }

.wp-block-cover-text {
  color: #fff !important; }

.wp-block-search__input {
  background: #faf9f8;
  width: auto;
  padding: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid transparent; }
  .wp-block-search__input:focus {
    border-color: #2f2f2f; }

.wp-block-button__link {
  margin-bottom: 10px; }

.wp-block-search__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-weight: 500;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
  -webkit-box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.1);
  line-height: 1.125rem;
  padding: 0.75rem 1.25rem;
  color: #ffffff;
  border: 0; }
  .wp-block-search__button:focus {
    outline: none; }
  .wp-block-search__button:hover {
    -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px); }
  .wp-block-search__button:hover, .wp-block-search__button:focus {
    color: #ffffff; }

.blocks-gallery-grid,
.blocks-gallery-caption {
  margin: 0 0 30px; }

.blocks-gallery-item a {
  border: 0 !important; }

.comment-form-cookies-consent {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .comment-form-cookies-consent input[type="checkbox"] {
    margin-right: 10px; }
  .comment-form-cookies-consent label {
    font-weight: 400; }

/* Portfolio Listing
   ========================================================================== */
.portfolio-wrap.project-space-0 > .row {
  margin-right: calc(-0px/2);
  margin-left: calc(-0px/2); }
  .portfolio-wrap.project-space-0 > .row .portfolio-item-wrapper {
    padding: calc(0px/2); }

.portfolio-wrap.project-space-2 > .row {
  margin-right: calc(-2px/2);
  margin-left: calc(-2px/2); }
  .portfolio-wrap.project-space-2 > .row .portfolio-item-wrapper {
    padding: calc(2px/2); }

.portfolio-wrap.project-space-6 > .row {
  margin-right: calc(-6px/2);
  margin-left: calc(-6px/2); }
  .portfolio-wrap.project-space-6 > .row .portfolio-item-wrapper {
    padding: calc(6px/2); }

.portfolio-wrap.project-space-10 > .row {
  margin-right: calc(-10px/2);
  margin-left: calc(-10px/2); }
  .portfolio-wrap.project-space-10 > .row .portfolio-item-wrapper {
    padding: calc(10px/2); }

.portfolio-wrap.project-space-20 > .row {
  margin-right: calc(-20px/2);
  margin-left: calc(-20px/2); }
  .portfolio-wrap.project-space-20 > .row .portfolio-item-wrapper {
    padding: calc(20px/2); }

.portfolio-wrap.project-space-30 > .row {
  margin-right: calc(-30px/2);
  margin-left: calc(-30px/2); }
  .portfolio-wrap.project-space-30 > .row .portfolio-item-wrapper {
    padding: calc(30px/2); }

.portfolio-wrap.project-space-40 > .row {
  margin-right: calc(-40px/2);
  margin-left: calc(-40px/2); }
  .portfolio-wrap.project-space-40 > .row .portfolio-item-wrapper {
    padding: calc(40px/2); }

.portfolio-item-inner {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 100%; }
  .portfolio-item-inner > a {
    position: relative;
    display: block;
    overflow: hidden; }

.portfolio-container {
  padding-top: 70px;
  padding-bottom: 70px; }

.portfolio-filter-list {
  list-style: none; }
  .portfolio-filter-list li {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px; }
    .portfolio-filter-list li + li {
      margin-left: 10px; }
    .portfolio-filter-list li a {
      font-size: 13px;
      text-transform: uppercase;
      display: block;
      letter-spacing: .5px;
      color: #9f9f9f;
      font-weight: 500;
      line-height: 1.7;
      padding: 6px 12px;
      border-radius: 2px;
      border: 1px solid #eaeaea; }
      .portfolio-filter-list li a.active {
        color: #fff; }
    .portfolio-filter-list li:first-child a {
      margin-left: 0; }

.portfolio-thumb {
  display: block;
  position: relative;
  overflow: hidden; }
  .portfolio-thumb img {
    display: block;
    vertical-align: middle;
    -webkit-transition: all 0.6s cubic-bezier(0.21, 0.96, 0.32, 1.02);
    transition: all 0.6s cubic-bezier(0.21, 0.96, 0.32, 1.02); }

/* Portfolio Style Classic
   ========================================================================== */
.portfolio-style-classic .portfolio-content {
  position: relative;
  padding-top: 15px; }
  .portfolio-style-classic .portfolio-content .portfolio-title {
    font-size: 1.375rem;
    margin-bottom: 8px; }

.portfolio-style-classic .view-project {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.6s cubic-bezier(0.21, 0.96, 0.32, 1.02);
  transition: all 0.6s cubic-bezier(0.21, 0.96, 0.32, 1.02); }

.portfolio-style-classic .portfolio-categories {
  -webkit-transition: all 0.6s cubic-bezier(0.21, 0.96, 0.32, 1.02);
  transition: all 0.6s cubic-bezier(0.21, 0.96, 0.32, 1.02); }

.portfolio-style-classic .portfolio-item:hover .portfolio-thumb img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1); }

.portfolio-style-classic .portfolio-item:hover .portfolio-categories {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px); }

.portfolio-style-classic .portfolio-item:hover .view-project {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-32px);
          transform: translateY(-32px); }

/* Portfolio Style Overlay
   ========================================================================== */
.portfolio-style-overlay .portfolio-item {
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .portfolio-style-overlay .portfolio-item .portfolio-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: currentColor; }
    @media (min-width: 768px) {
      .portfolio-style-overlay .portfolio-item .portfolio-content {
        padding: 35px; } }
  .portfolio-style-overlay .portfolio-item .portfolio-categories {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px; }
  .portfolio-style-overlay .portfolio-item .portfolio-title {
    display: inline;
    line-height: 1.5;
    color: currentColor;
    margin-bottom: 0; }
    .portfolio-style-overlay .portfolio-item .portfolio-title span {
      width: calc(100%);
      padding-bottom: 6px;
      background-repeat: no-repeat;
      background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), currentColor 1px);
      background-size: 0 100%;
      -webkit-transition: background-size 0.5s;
      transition: background-size 0.5s; }
  .portfolio-style-overlay .portfolio-item:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 40px rgba(0, 0, 0, 0.1); }
    .portfolio-style-overlay .portfolio-item:hover .portfolio-title span {
      background-size: 100% 100%; }

/* Portfolio Single
   ========================================================================== */
.portfolio-comments {
  margin-top: 70px;
  padding-top: 60px;
  padding-bottom: 20px; }
  .portfolio-comments .cdb-comment-holder {
    padding-bottom: 40px; }

.cdb-portfolio-nav {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #eaeaea; }
  .cdb-portfolio-nav .cdb-nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #9f9f9f; }
    .cdb-portfolio-nav .cdb-nav-link.next {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      text-align: right; }
      .cdb-portfolio-nav .cdb-nav-link.next > div {
        padding-right: 15px; }
    .cdb-portfolio-nav .cdb-nav-link > div {
      padding-left: 15px; }
    .cdb-portfolio-nav .cdb-nav-link .cdb-nav-text {
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 1px;
      text-transform: uppercase; }
    .cdb-portfolio-nav .cdb-nav-link .cdb-nav-title {
      font-size: 1rem;
      font-weight: 600; }
    .cdb-portfolio-nav .cdb-nav-link svg {
      width: 26px;
      height: 26px;
      fill: #9f9f9f;
      -webkit-transition: color 0.35s ease, -webkit-transform 0.35s ease;
      transition: color 0.35s ease, -webkit-transform 0.35s ease;
      transition: color 0.35s ease, transform 0.35s ease;
      transition: color 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease; }
      .cdb-portfolio-nav .cdb-nav-link svg .bar {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease; }
    .cdb-portfolio-nav .cdb-nav-link.prev svg {
      -webkit-transform: translateX(5px);
              transform: translateX(5px); }
      .cdb-portfolio-nav .cdb-nav-link.prev svg .bar {
        -webkit-transform: translateX(20px);
                transform: translateX(20px); }
    .cdb-portfolio-nav .cdb-nav-link.next svg {
      -webkit-transform: translateX(-5px);
              transform: translateX(-5px); }
      .cdb-portfolio-nav .cdb-nav-link.next svg .bar {
        -webkit-transform: translateX(-20px);
                transform: translateX(-20px); }
    .cdb-portfolio-nav .cdb-nav-link .cdb-nav-text {
      display: block; }
    @media (max-width: 767.98px) {
      .cdb-portfolio-nav .cdb-nav-link .cdb-nav-title {
        display: none; } }
    .cdb-portfolio-nav .cdb-nav-link:hover svg {
      fill: #2f2f2f;
      -webkit-transform: none;
              transform: none; }
      .cdb-portfolio-nav .cdb-nav-link:hover svg .bar {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
                transform: none; }

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.cdb-owl-carousel,
.owl-carousel {
  position: relative;
  display: none;
  width: 100%;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
  /* No Js */
  /*
     *  Owl Carousel - Animate Plugin
     */ }
  .cdb-owl-carousel.owl-loaded,
  .owl-carousel.owl-loaded {
    display: block; }
  .cdb-owl-carousel.owl-loading,
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .cdb-owl-carousel.owl-hidden,
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .cdb-owl-carousel.owl-refresh .owl-item,
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .cdb-owl-carousel.owl-drag .owl-item,
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .cdb-owl-carousel.owl-grab,
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .cdb-owl-carousel.owl-rtl,
  .owl-carousel.owl-rtl {
    direction: rtl; }
    .cdb-owl-carousel.owl-rtl .owl-item,
    .owl-carousel.owl-rtl .owl-item {
      float: right; }
  .no-js .cdb-owl-carousel, .no-js
  .owl-carousel {
    display: block; }
  .cdb-owl-carousel .owl-stage,
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden; }
    .cdb-owl-carousel .owl-stage:after,
    .owl-carousel .owl-stage:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
  .cdb-owl-carousel .owl-stage-outer,
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    z-index: 1;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .cdb-owl-carousel .owl-wrapper,
  .cdb-owl-carousel .owl-item,
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .cdb-owl-carousel .owl-item,
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
    .cdb-owl-carousel .owl-item img,
    .owl-carousel .owl-item img {
      display: block;
      width: 100%; }
      .cdb-owl-carousel .owl-item img .owl-lazy,
      .owl-carousel .owl-item img .owl-lazy {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d; }
    .cdb-owl-carousel .owl-item .owl-lazy,
    .owl-carousel .owl-item .owl-lazy {
      opacity: 0;
      -webkit-transition: opacity 400ms ease;
      transition: opacity 400ms ease; }
  .cdb-owl-carousel .owl-nav,
  .owl-carousel .owl-nav {
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .cdb-owl-carousel .owl-nav.disabled,
    .owl-carousel .owl-nav.disabled {
      display: none; }
    .cdb-owl-carousel .owl-nav .owl-prev,
    .cdb-owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
      cursor: pointer;
      cursor: hand;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    @media (min-width: 768px) {
      .cdb-owl-carousel .owl-nav .owl-prev,
      .owl-carousel .owl-nav .owl-prev {
        left: -60px; }
      .cdb-owl-carousel .owl-nav .owl-next,
      .owl-carousel .owl-nav .owl-next {
        right: -60px; } }
    .cdb-testimonials-slider .cdb-owl-carousel .owl-nav .owl-prev, .cdb-testimonials-slider
    .owl-carousel .owl-nav .owl-prev {
      left: 0; }
    .cdb-testimonials-slider .cdb-owl-carousel .owl-nav .owl-next, .cdb-testimonials-slider
    .owl-carousel .owl-nav .owl-next {
      right: 0; }
  .cdb-owl-carousel .owl-dots.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .cdb-owl-carousel .owl-dots .owl-dot,
  .owl-carousel .owl-dots .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .cdb-owl-carousel .owl-dots,
  .owl-carousel .owl-dots {
    text-align: center;
    margin: 18px 0 0; }
    .cdb-owl-carousel .owl-dots .owl-dot,
    .owl-carousel .owl-dots .owl-dot {
      display: inline-block;
      background: 0 0;
      color: inherit;
      border: none;
      padding: 0 !important;
      width: 25px;
      height: 20px;
      -webkit-transform: none !important;
              transform: none !important;
      font: inherit;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .cdb-owl-carousel .owl-dots .owl-dot span,
      .owl-carousel .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        background: #eaeaea;
        display: block;
        border-radius: 50%;
        -webkit-transition: all 0.1s;
        transition: all 0.1s;
        border: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%); }
      .color-scheme-light .cdb-owl-carousel .owl-dots .owl-dot span, .color-scheme-light
      .owl-carousel .owl-dots .owl-dot span {
        background: #fff; }
  .cdb-owl-carousel .animated,
  .owl-carousel .animated {
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
  .cdb-owl-carousel .owl-animated-in,
  .owl-carousel .owl-animated-in {
    z-index: 0; }
  .cdb-owl-carousel .owl-animated-out,
  .owl-carousel .owl-animated-out {
    z-index: 1; }
  .cdb-owl-carousel .fadeOut,
  .owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
            animation-name: fadeOut; }
  .cdb-owl-carousel .fadeIn,
  .owl-carousel .fadeIn {
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn; }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms cubic-bezier(0.02, 0.54, 0.58, 1);
  transition: height 500ms cubic-bezier(0.02, 0.54, 0.58, 1); }

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

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

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

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

.owl-nav {
  position: absolute;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    position: relative;
    padding: 0;
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .owl-nav .owl-prev:hover, .owl-nav .owl-prev:active, .owl-nav .owl-prev:focus,
    .owl-nav .owl-next:hover,
    .owl-nav .owl-next:active,
    .owl-nav .owl-next:focus {
      -webkit-transform: none;
              transform: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .owl-nav .owl-prev:hover span.material-icons,
    .owl-nav .owl-next:hover span.material-icons {
      background-color: #2f2f2f;
      border-color: #2f2f2f;
      color: #fff; }
    .owl-nav .owl-prev:active span.material-icons,
    .owl-nav .owl-next:active span.material-icons {
      -webkit-transform: translateY(2px);
              transform: translateY(2px); }
    .owl-nav .owl-prev span.material-icons,
    .owl-nav .owl-next span.material-icons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 40px;
      width: 40px;
      background-color: #fff;
      border-radius: 50%;
      border: 2px solid #eaeaea;
      font-size: 1.75rem;
      position: relative;
      z-index: 1;
      cursor: pointer;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease; }
    .color-scheme-light .owl-nav .owl-prev span.material-icons, .color-scheme-light
    .owl-nav .owl-next span.material-icons {
      color: #fff;
      background-color: transparent;
      border-color: rgba(255, 255, 255, 0.1); }
    .color-scheme-light .owl-nav .owl-prev:hover span.material-icons, .color-scheme-light
    .owl-nav .owl-next:hover span.material-icons {
      background-color: #fff;
      border: #fff;
      color: #2f2f2f; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 104200;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 104300;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 104500; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute !important;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  color: #fff !important;
  font-style: normal;
  z-index: 2; }
  .mfp-close i {
    position: relative;
    z-index: -1; }

button.mfp-close:hover, .mfp-close:focus {
  opacity: 1 !important;
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 55px 0 55px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 55px;
  bottom: 55px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); */
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -40px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
         * Remove all paddings around the image on small screen
         */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.mfp-bg {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-zoom-in .mfp-with-anim, .mfp-zoom-in .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: scale(0.93);
          transform: scale(0.93); }

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-zoom-in.mfp-ready.mfp-image-loaded .mfp-with-anim, .mfp-zoom-in.mfp-ready .mfp-iframe-scaler {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1); }

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.85; }

.mfp-removing .mfp-iframe-scaler {
  -webkit-transform: scale(1.1) !important;
          transform: scale(1.1) !important;
  opacity: 0 !important; }

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-wrap.mfp-removing .mfp-arrow-left, .mfp-wrap.mfp-removing .mfp-arrow-right {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  opacity: 0; }

/* Contact Form 7
   ========================================================================== */
div.wpcf7 .wpcf7-form .ajax-loader {
  width: 30px;
  height: 6px;
  border: 6px solid;
  background-image: url("../images/loader.svg") !important;
  background-size: 100% !important;
  background-position: center !important;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0; }
  div.wpcf7 .wpcf7-form .ajax-loader.is-active {
    visibility: visible; }

input.wpcf7-submit {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.25rem;
  padding: 15px 25px;
  border: none;
  padding: 15px 40px; }
  input.wpcf7-submit:hover {
    -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px); }
  input.wpcf7-submit:hover, input.wpcf7-submit:focus {
    color: #ffffff; }

div.wpcf7-validation-errors {
  display: none !important; }

.wpcf7-form {
  position: relative;
  text-align: left; }
  .wpcf7-form p {
    margin-bottom: 0; }
    .wpcf7-form p.small {
      margin-bottom: 15px; }

.cdb-cf-style-inline .wpcf7-form p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 30px; }
  @media (max-width: 767.98px) {
    .cdb-cf-style-inline .wpcf7-form p {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.cdb-cf-style-inline .wpcf7-form .ajax-loader {
  position: absolute;
  right: 0;
  margin: 0;
  top: 55px; }

.cdb-cf-style-inline .wpcf7-form-control-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  margin-left: 10px; }
  @media (max-width: 767.98px) {
    .cdb-cf-style-inline .wpcf7-form-control-wrap {
      margin-left: 0;
      margin-bottom: 10px; } }
  .cdb-cf-style-inline .wpcf7-form-control-wrap:first-child {
    margin-left: 0; }
  .cdb-cf-style-inline .wpcf7-form-control-wrap input {
    margin-bottom: 0; }

.cdb-cf-style-inline .wpcf7-submit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  height: 50px;
  line-height: 1;
  margin: 0 0 0 10px; }
  @media (max-width: 767.98px) {
    .cdb-cf-style-inline .wpcf7-submit {
      margin-left: 0;
      text-align: center; } }

.cf7-style-underline input[type="text"],
.cf7-style-underline input[type="password"],
.cf7-style-underline input[type="email"],
.cf7-style-underline input[type="tel"],
.cf7-style-underline textarea,
.cf7-style-underline .form-control {
  background: transparent;
  padding-left: 0;
  border: 0;
  border-bottom: 1px solid #2f2f2f; }
  .cf7-style-underline input[type="text"]::-webkit-input-placeholder,
  .cf7-style-underline input[type="password"]::-webkit-input-placeholder,
  .cf7-style-underline input[type="email"]::-webkit-input-placeholder,
  .cf7-style-underline input[type="tel"]::-webkit-input-placeholder,
  .cf7-style-underline textarea::-webkit-input-placeholder,
  .cf7-style-underline .form-control::-webkit-input-placeholder {
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
    color: #2f2f2f; }
  .cf7-style-underline input[type="text"]::-moz-placeholder,
  .cf7-style-underline input[type="password"]::-moz-placeholder,
  .cf7-style-underline input[type="email"]::-moz-placeholder,
  .cf7-style-underline input[type="tel"]::-moz-placeholder,
  .cf7-style-underline textarea::-moz-placeholder,
  .cf7-style-underline .form-control::-moz-placeholder {
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s;
    color: #2f2f2f; }
  .cf7-style-underline input[type="text"]::-moz-placeholder,
  .cf7-style-underline input[type="password"]::-moz-placeholder,
  .cf7-style-underline input[type="email"]::-moz-placeholder,
  .cf7-style-underline input[type="tel"]::-moz-placeholder,
  .cf7-style-underline textarea::-moz-placeholder,
  .cf7-style-underline .form-control::-moz-placeholder {
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s;
    color: #2f2f2f; }
  .cf7-style-underline input[type="text"]:-ms-input-placeholder,
  .cf7-style-underline input[type="password"]:-ms-input-placeholder,
  .cf7-style-underline input[type="email"]:-ms-input-placeholder,
  .cf7-style-underline input[type="tel"]:-ms-input-placeholder,
  .cf7-style-underline textarea:-ms-input-placeholder,
  .cf7-style-underline .form-control:-ms-input-placeholder {
    -ms-transition: opacity 0.6s;
    transition: opacity 0.6s;
    color: #2f2f2f; }

.newsletter-email {
  position: relative;
  display: inline-block;
  width: 100%; }
  .newsletter-email .wpcf7-submit {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    font-size: 0;
    height: 50px;
    width: 50px;
    padding: 0;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    -webkit-transform: none !important;
            transform: none !important; }
  .newsletter-email span.material-icons {
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 20px;
    color: #2f2f2f;
    pointer-events: none; }

.vc_page_container .cdb-grid-section > .vc_row[data-vc-full-width-init=true] {
  left: 0 !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important; }

.vc_page_container .cdb-grid-section .cdb-grid-section {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0; }

.vc_page_container .cdb-grid-section .vc_column_container {
  padding-left: 15px;
  padding-right: 15px; }

.vc_page_container .cdb-grid-section .vc_column-inner {
  padding-left: 0;
  padding-right: 0; }

.vc_page_container .cdb-grid-section.row-stretch_row > .vc_row {
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 768px) {
    .vc_page_container .cdb-grid-section.row-stretch_row > .vc_row {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .vc_page_container .cdb-grid-section.row-stretch_row > .vc_row {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .vc_page_container .cdb-grid-section.row-stretch_row > .vc_row {
      max-width: 1210px; } }

.vc_page_container .cdb-grid-section.row-stretch_row_content_no_spaces .vc_column_container {
  padding-left: 0;
  padding-right: 0; }

.col-small-shadow .vc_column-inner {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1); }

.col-medium-shadow .vc_column-inner {
  -webkit-box-shadow: 0 15px 40px -5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 15px 40px -5px rgba(0, 0, 0, 0.05); }

.col-large-shadow .vc_column-inner {
  -webkit-box-shadow: 0 48px 90px rgba(0, 0, 0, 0.06), 0 -25px 65px rgba(0, 0, 0, 0.06);
          box-shadow: 0 48px 90px rgba(0, 0, 0, 0.06), 0 -25px 65px rgba(0, 0, 0, 0.06); }

body .cdb-bg-left-top,
body .cdb-bg-left-top > .vc_column-inner {
  background-position: left top !important; }

body .cdb-bg-left-center,
body .cdb-bg-left-center > .vc_column-inner {
  background-position: left center !important; }

body .cdb-bg-left-bottom,
body .cdb-bg-left-bottom > .vc_column-inner {
  background-position: left bottom !important; }

body .cdb-bg-right-top,
body .cdb-bg-right-top > .vc_column-inner {
  background-position: right top !important; }

body .cdb-bg-right-center,
body .cdb-bg-right-center > .vc_column-inner {
  background-position: right center !important; }

body .cdb-bg-right-bottom,
body .cdb-bg-right-bottom > .vc_column-inner {
  background-position: right bottom !important; }

body .cdb-bg-center-top,
body .cdb-bg-center-top > .vc_column-inner {
  background-position: center top !important; }

body .cdb-bg-center-center,
body .cdb-bg-center-center > .vc_column-inner {
  background-position: center center !important; }

body .cdb-bg-center-bottom,
body .cdb-bg-center-bottom > .vc_column-inner {
  background-position: center bottom !important; }

/* nanoScrollerJS (Sass)
   ========================================================================== */
.cdb-scroll {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }
  .cdb-scroll .cdb-scroll-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: scroll;
    overflow-x: hidden; }
    .cdb-scroll .cdb-scroll-content:focus {
      outline: thin dotted; }
    .cdb-scroll .cdb-scroll-content::-webkit-scrollbar {
      display: none; }
  .cdb-scroll > .cdb-scroll-pane {
    width: 6px;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    -webkit-transition: .2s;
    transition: .2s;
    z-index: 10002;
    border-radius: 5px;
    visibility: hidden\9;
    opacity: .01; }
    .cdb-scroll > .cdb-scroll-pane > .cdb-scroll-slider {
      background: rgba(0, 0, 0, 0.5);
      position: relative;
      margin: 0 1px;
      border-radius: 3px; }

.has-scrollbar > .cdb-scroll-content::-webkit-scrollbar {
  display: block; }

.cdb-scroll:hover > .cdb-scroll-pane, .cdb-scroll-pane.active, .cdb-scroll-pane.flashed {
  visibility: visible\9;
  opacity: 0.99; }

/* Recent Posts Widget Style
   ========================================================================== */
.widget.codebean-recent-posts ul li {
  padding-bottom: 20px !important; }
  .widget.codebean-recent-posts ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .widget.codebean-recent-posts ul li .recent-posts-thumbnail {
    overflow: hidden;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 15px;
    width: 60px;
    height: 60px; }
  .widget.codebean-recent-posts ul li .recent-posts-info {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .widget.codebean-recent-posts ul li .entry-title {
    font-weight: 500;
    margin: 0 0 5px;
    display: block;
    line-height: 1.4;
    -webkit-transition: color 0.15s linear;
    transition: color 0.15s linear; }
  .widget.codebean-recent-posts ul li .recent-posts-time {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    color: #9f9f9f; }

/* Search Opener Widget
   ========================================================================== */
.cdb-search-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.cdb-search-holder {
  position: fixed;
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.25s; }
  .cdb-search-holder.is-open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .admin-bar .cdb-search-holder {
    top: 32px; }
  .cdb-search-holder .cdb-search-close {
    position: relative;
    top: 28px;
    right: 20px;
    text-align: right; }
    .cdb-search-holder .cdb-search-close .close-search-button {
      position: relative;
      width: 46px;
      height: 46px;
      border-radius: 50px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background: #fff;
      -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.07);
              box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.07); }
      .cdb-search-holder .cdb-search-close .close-search-button i {
        -webkit-transform-origin: center;
                transform-origin: center;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease; }
      .cdb-search-holder .cdb-search-close .close-search-button:hover i {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
  .cdb-search-holder .search-wrap-inner {
    position: absolute;
    width: 100%;
    top: 30vh;
    left: 0; }
  .cdb-search-holder .search-form-holder {
    max-width: 600px;
    margin: 0 auto; }
    .cdb-search-holder .search-form-holder .search-form {
      position: relative;
      margin-bottom: 30px; }
    .cdb-search-holder .search-form-holder label {
      font-size: 20px;
      font-weight: normal;
      margin-bottom: 10px; }
    .cdb-search-holder .search-form-holder .search-widgets-holder {
      padding-top: 30px;
      border-top: 1px dashed #eaeaea; }
      .cdb-search-holder .search-form-holder .search-widgets-holder .widget-title {
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 500;
        color: #9f9f9f; }

/* Social Profiles Widget
   ========================================================================== */
.cdb-social-profiles .cdb-social-profile {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.125rem; }
  .cdb-social-profiles .cdb-social-profile + .cdb-social-profile {
    margin-left: 0.9375rem; }

.cdb-social-profiles.cdb-square-icons .cdb-social-profile {
  width: 40px;
  height: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 13px 0 rgba(50, 50, 50, 0.05);
          box-shadow: 0 0 13px 0 rgba(50, 50, 50, 0.05); }
  .cdb-social-profiles.cdb-square-icons .cdb-social-profile + .cdb-social-profile {
    margin-left: 0; }

.cdb-social-profiles.cdb-circle-icons .cdb-social-profile {
  width: 40px;
  height: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 13px 0 rgba(50, 50, 50, 0.05);
          box-shadow: 0 0 13px 0 rgba(50, 50, 50, 0.05);
  border-radius: 50%; }
  .cdb-social-profiles.cdb-circle-icons .cdb-social-profile + .cdb-social-profile {
    margin-left: 8px; }

.cdb-social-profiles.cdb-dark-skin.cdb-square-icons .cdb-social-profile, .cdb-social-profiles.cdb-dark-skin.cdb-circle-icons .cdb-social-profile {
  color: #fff; }
  .cdb-social-profiles.cdb-dark-skin.cdb-square-icons .cdb-social-profile:hover, .cdb-social-profiles.cdb-dark-skin.cdb-circle-icons .cdb-social-profile:hover {
    color: rgba(255, 255, 255, 0.8); }

/* Accordions & Toggles
   ========================================================================== */
.cdb-accordion .accordion-title-wrapper {
  cursor: pointer; }

.cdb-accordion .accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .cdb-accordion .accordion-title i {
    -webkit-transform: none;
            transform: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.cdb-accordion .accordion-item.is-open .accordion-title i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.cdb-accordion .accordion-content {
  display: none; }

.cdb-accordion.cdb-accordion-boxed .accordion-title {
  font-size: 18px;
  padding: 18px 30px;
  margin-bottom: 0;
  border-radius: 4px;
  border: 1px solid #ededed; }

.cdb-accordion.cdb-accordion-boxed .accordion-item {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff; }
  .cdb-accordion.cdb-accordion-boxed .accordion-item + .accordion-item {
    margin-top: 20px; }
  .cdb-accordion.cdb-accordion-boxed .accordion-item.is-open {
    -webkit-box-shadow: 0 -5px 70px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 -5px 70px 0 rgba(0, 0, 0, 0.1); }
    .cdb-accordion.cdb-accordion-boxed .accordion-item.is-open .accordion-title {
      color: #fff;
      border-color: transparent;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }

.cdb-accordion.cdb-accordion-boxed .accordion-content {
  padding: 25px 30px 25px; }

.cdb-accordion.cdb-accordion-boxed.color-scheme-light .accordion-item {
  background-color: transparent; }

.cdb-accordion.cdb-accordion-boxed.color-scheme-light .accordion-content {
  background-color: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.7); }
  .cdb-accordion.cdb-accordion-boxed.color-scheme-light .accordion-content * {
    color: inherit; }

.cdb-accordion.cdb-accordion-boxed.color-scheme-light .accordion-title {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1); }

.cdb-accordion.cdb-accordion-simple .accordion-item {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #ededed;
  padding: 7px 0; }

.cdb-accordion.cdb-accordion-simple .accordion-content {
  padding: 10px 45px 25px; }

.cdb-accordion.cdb-accordion-simple .accordion-title {
  position: relative;
  font-size: 20px;
  color: #9f9f9f;
  padding: 20px 30px 20px 45px;
  margin: 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .cdb-accordion.cdb-accordion-simple .accordion-title i {
    position: absolute;
    top: 21px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 28px;
    height: 28px;
    margin-right: 15px;
    border: 1px solid #eaeaea;
    border-radius: 40px;
    color: #9f9f9f; }

.cdb-accordion.cdb-accordion-simple.color-scheme-light .accordion-item {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.1); }

.cdb-accordion.cdb-accordion-simple.color-scheme-light .accordion-content {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.7); }
  .cdb-accordion.cdb-accordion-simple.color-scheme-light .accordion-content * {
    color: inherit; }

.cdb-accordion.cdb-accordion-simple.color-scheme-light .accordion-title {
  color: #fff; }

/* Animated Box
   ========================================================================== */
.cdb-animated-box {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  will-change: transform; }
  .cdb-animated-box.visible {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }

/* Buttons Style
   ========================================================================== */
.cdb-btn,
button,
.button,
[type="submit"],
[type="button"],
.wpcf7-submit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-weight: 500;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
  -webkit-box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.1);
  line-height: 1.125rem;
  padding: 0.75rem 1.25rem; }
  .cdb-btn:focus,
  button:focus,
  .button:focus,
  [type="submit"]:focus,
  [type="button"]:focus,
  .wpcf7-submit:focus {
    outline: none; }
  .cdb-btn[disabled],
  button[disabled],
  .button[disabled],
  [type="submit"][disabled],
  [type="button"][disabled],
  .wpcf7-submit[disabled] {
    opacity: 0.5 !important; }
  .cdb-btn.cdb-btn-color-default,
  button.cdb-btn-color-default,
  .button.cdb-btn-color-default,
  [type="submit"].cdb-btn-color-default,
  [type="button"].cdb-btn-color-default,
  .wpcf7-submit.cdb-btn-color-default {
    color: #2f2f2f;
    background-color: #f8f5f2;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    box-shadow: none; }
    .cdb-btn.cdb-btn-color-default:hover, .cdb-btn.cdb-btn-color-default:focus,
    button.cdb-btn-color-default:hover,
    button.cdb-btn-color-default:focus,
    .button.cdb-btn-color-default:hover,
    .button.cdb-btn-color-default:focus,
    [type="submit"].cdb-btn-color-default:hover,
    [type="submit"].cdb-btn-color-default:focus,
    [type="button"].cdb-btn-color-default:hover,
    [type="button"].cdb-btn-color-default:focus,
    .wpcf7-submit.cdb-btn-color-default:hover,
    .wpcf7-submit.cdb-btn-color-default:focus {
      color: #fff; }
      .cdb-btn.cdb-btn-color-default:hover:hover, .cdb-btn.cdb-btn-color-default:focus:hover,
      button.cdb-btn-color-default:hover:hover,
      button.cdb-btn-color-default:focus:hover,
      .button.cdb-btn-color-default:hover:hover,
      .button.cdb-btn-color-default:focus:hover,
      [type="submit"].cdb-btn-color-default:hover:hover,
      [type="submit"].cdb-btn-color-default:focus:hover,
      [type="button"].cdb-btn-color-default:hover:hover,
      [type="button"].cdb-btn-color-default:focus:hover,
      .wpcf7-submit.cdb-btn-color-default:hover:hover,
      .wpcf7-submit.cdb-btn-color-default:focus:hover {
        -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.2);
                box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.2);
        -webkit-transform: translateY(-1px);
                transform: translateY(-1px); }
  .cdb-btn.cdb-btn-color-primary,
  button.cdb-btn-color-primary,
  .button.cdb-btn-color-primary,
  [type="submit"].cdb-btn-color-primary,
  [type="button"].cdb-btn-color-primary,
  .wpcf7-submit.cdb-btn-color-primary {
    color: #ffffff; }
    .cdb-btn.cdb-btn-color-primary:hover,
    button.cdb-btn-color-primary:hover,
    .button.cdb-btn-color-primary:hover,
    [type="submit"].cdb-btn-color-primary:hover,
    [type="button"].cdb-btn-color-primary:hover,
    .wpcf7-submit.cdb-btn-color-primary:hover {
      -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.2);
              box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.2);
      -webkit-transform: translateY(-1px);
              transform: translateY(-1px); }
    .cdb-btn.cdb-btn-color-primary:hover, .cdb-btn.cdb-btn-color-primary:focus,
    button.cdb-btn-color-primary:hover,
    button.cdb-btn-color-primary:focus,
    .button.cdb-btn-color-primary:hover,
    .button.cdb-btn-color-primary:focus,
    [type="submit"].cdb-btn-color-primary:hover,
    [type="submit"].cdb-btn-color-primary:focus,
    [type="button"].cdb-btn-color-primary:hover,
    [type="button"].cdb-btn-color-primary:focus,
    .wpcf7-submit.cdb-btn-color-primary:hover,
    .wpcf7-submit.cdb-btn-color-primary:focus {
      color: #ffffff; }
  .cdb-btn.cdb-btn-color-alt,
  button.cdb-btn-color-alt,
  .button.cdb-btn-color-alt,
  [type="submit"].cdb-btn-color-alt,
  [type="button"].cdb-btn-color-alt,
  .wpcf7-submit.cdb-btn-color-alt {
    color: #ffffff; }
    .cdb-btn.cdb-btn-color-alt:hover, .cdb-btn.cdb-btn-color-alt:focus,
    button.cdb-btn-color-alt:hover,
    button.cdb-btn-color-alt:focus,
    .button.cdb-btn-color-alt:hover,
    .button.cdb-btn-color-alt:focus,
    [type="submit"].cdb-btn-color-alt:hover,
    [type="submit"].cdb-btn-color-alt:focus,
    [type="button"].cdb-btn-color-alt:hover,
    [type="button"].cdb-btn-color-alt:focus,
    .wpcf7-submit.cdb-btn-color-alt:hover,
    .wpcf7-submit.cdb-btn-color-alt:focus {
      color: #ffffff; }
      .cdb-btn.cdb-btn-color-alt:hover:hover, .cdb-btn.cdb-btn-color-alt:focus:hover,
      button.cdb-btn-color-alt:hover:hover,
      button.cdb-btn-color-alt:focus:hover,
      .button.cdb-btn-color-alt:hover:hover,
      .button.cdb-btn-color-alt:focus:hover,
      [type="submit"].cdb-btn-color-alt:hover:hover,
      [type="submit"].cdb-btn-color-alt:focus:hover,
      [type="button"].cdb-btn-color-alt:hover:hover,
      [type="button"].cdb-btn-color-alt:focus:hover,
      .wpcf7-submit.cdb-btn-color-alt:hover:hover,
      .wpcf7-submit.cdb-btn-color-alt:focus:hover {
        -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.2);
                box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.2);
        -webkit-transform: translateY(-1px);
                transform: translateY(-1px); }
  .cdb-btn.cdb-btn-color-black,
  button.cdb-btn-color-black,
  .button.cdb-btn-color-black,
  [type="submit"].cdb-btn-color-black,
  [type="button"].cdb-btn-color-black,
  .wpcf7-submit.cdb-btn-color-black {
    background-color: #232323;
    color: #fff; }
    .cdb-btn.cdb-btn-color-black:hover, .cdb-btn.cdb-btn-color-black:focus,
    button.cdb-btn-color-black:hover,
    button.cdb-btn-color-black:focus,
    .button.cdb-btn-color-black:hover,
    .button.cdb-btn-color-black:focus,
    [type="submit"].cdb-btn-color-black:hover,
    [type="submit"].cdb-btn-color-black:focus,
    [type="button"].cdb-btn-color-black:hover,
    [type="button"].cdb-btn-color-black:focus,
    .wpcf7-submit.cdb-btn-color-black:hover,
    .wpcf7-submit.cdb-btn-color-black:focus {
      background-color: black;
      color: white;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .cdb-btn.cdb-btn-color-white,
  button.cdb-btn-color-white,
  .button.cdb-btn-color-white,
  [type="submit"].cdb-btn-color-white,
  [type="button"].cdb-btn-color-white,
  .wpcf7-submit.cdb-btn-color-white {
    background-color: #fff;
    color: #2f2f2f; }
    .cdb-btn.cdb-btn-color-white:hover, .cdb-btn.cdb-btn-color-white:focus,
    button.cdb-btn-color-white:hover,
    button.cdb-btn-color-white:focus,
    .button.cdb-btn-color-white:hover,
    .button.cdb-btn-color-white:focus,
    [type="submit"].cdb-btn-color-white:hover,
    [type="submit"].cdb-btn-color-white:focus,
    [type="button"].cdb-btn-color-white:hover,
    [type="button"].cdb-btn-color-white:focus,
    .wpcf7-submit.cdb-btn-color-white:hover,
    .wpcf7-submit.cdb-btn-color-white:focus {
      color: #2f2f2f !important;
      background-color: #fff !important;
      -webkit-box-shadow: none;
              box-shadow: none;
      opacity: 0.9; }
  .cdb-btn.cdb-btn-style-bordered,
  button.cdb-btn-style-bordered,
  .button.cdb-btn-style-bordered,
  [type="submit"].cdb-btn-style-bordered,
  [type="button"].cdb-btn-style-bordered,
  .wpcf7-submit.cdb-btn-style-bordered {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cdb-btn.cdb-btn-style-link,
  button.cdb-btn-style-link,
  .button.cdb-btn-style-link,
  [type="submit"].cdb-btn-style-link,
  [type="button"].cdb-btn-style-link,
  .wpcf7-submit.cdb-btn-style-link {
    position: relative;
    padding: 0 0 4px;
    border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .cdb-btn.cdb-btn-style-link:after,
    button.cdb-btn-style-link:after,
    .button.cdb-btn-style-link:after,
    [type="submit"].cdb-btn-style-link:after,
    [type="button"].cdb-btn-style-link:after,
    .wpcf7-submit.cdb-btn-style-link:after {
      display: block;
      content: '';
      position: absolute;
      top: auto;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      z-index: 1;
      border-bottom: 1px solid currentColor;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      pointer-events: none;
      -webkit-transform-origin: left;
              transform-origin: left;
      -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.23, 0.06, 0.37, 0.9);
      transition: -webkit-transform 0.3s cubic-bezier(0.23, 0.06, 0.37, 0.9);
      transition: transform 0.3s cubic-bezier(0.23, 0.06, 0.37, 0.9);
      transition: transform 0.3s cubic-bezier(0.23, 0.06, 0.37, 0.9), -webkit-transform 0.3s cubic-bezier(0.23, 0.06, 0.37, 0.9); }
    .cdb-btn.cdb-btn-style-link:hover, .cdb-btn.cdb-btn-style-link:focus,
    button.cdb-btn-style-link:hover,
    button.cdb-btn-style-link:focus,
    .button.cdb-btn-style-link:hover,
    .button.cdb-btn-style-link:focus,
    [type="submit"].cdb-btn-style-link:hover,
    [type="submit"].cdb-btn-style-link:focus,
    [type="button"].cdb-btn-style-link:hover,
    [type="button"].cdb-btn-style-link:focus,
    .wpcf7-submit.cdb-btn-style-link:hover,
    .wpcf7-submit.cdb-btn-style-link:focus {
      background-color: transparent !important;
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transform: none;
              transform: none; }
      .cdb-btn.cdb-btn-style-link:hover:after, .cdb-btn.cdb-btn-style-link:focus:after,
      button.cdb-btn-style-link:hover:after,
      button.cdb-btn-style-link:focus:after,
      .button.cdb-btn-style-link:hover:after,
      .button.cdb-btn-style-link:focus:after,
      [type="submit"].cdb-btn-style-link:hover:after,
      [type="submit"].cdb-btn-style-link:focus:after,
      [type="button"].cdb-btn-style-link:hover:after,
      [type="button"].cdb-btn-style-link:focus:after,
      .wpcf7-submit.cdb-btn-style-link:hover:after,
      .wpcf7-submit.cdb-btn-style-link:focus:after {
        -webkit-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transform-origin: right;
                transform-origin: right; }
  .cdb-btn.cdb-btn-style-round,
  button.cdb-btn-style-round,
  .button.cdb-btn-style-round,
  [type="submit"].cdb-btn-style-round,
  [type="button"].cdb-btn-style-round,
  .wpcf7-submit.cdb-btn-style-round {
    border-radius: 2.1875rem; }

body .cdb-btn.cdb-btn-style-default:hover,
body button.cdb-btn-style-default:hover,
body .button.cdb-btn-style-default:hover,
body [type="submit"].cdb-btn-style-default:hover,
body [type="button"].cdb-btn-style-default:hover {
  -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px); }

body .cdb-btn.cdb-btn-style-bordered,
body button.cdb-btn-style-bordered,
body .button.cdb-btn-style-bordered,
body [type="submit"].cdb-btn-style-bordered,
body [type="button"].cdb-btn-style-bordered {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: none;
          box-shadow: none; }

body .cdb-btn.cdb-btn-style-link,
body button.cdb-btn-style-link,
body .button.cdb-btn-style-link,
body [type="submit"].cdb-btn-style-link,
body [type="button"].cdb-btn-style-link {
  position: relative;
  padding: 0 0 4px;
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none; }
  body .cdb-btn.cdb-btn-style-link:after,
  body button.cdb-btn-style-link:after,
  body .button.cdb-btn-style-link:after,
  body [type="submit"].cdb-btn-style-link:after,
  body [type="button"].cdb-btn-style-link:after {
    display: block;
    content: '';
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 1;
    border-bottom: 1px solid currentColor;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    pointer-events: none;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.23, 0.06, 0.37, 0.9);
    transition: -webkit-transform 0.3s cubic-bezier(0.23, 0.06, 0.37, 0.9);
    transition: transform 0.3s cubic-bezier(0.23, 0.06, 0.37, 0.9);
    transition: transform 0.3s cubic-bezier(0.23, 0.06, 0.37, 0.9), -webkit-transform 0.3s cubic-bezier(0.23, 0.06, 0.37, 0.9); }
  body .cdb-btn.cdb-btn-style-link:hover, body .cdb-btn.cdb-btn-style-link:focus,
  body button.cdb-btn-style-link:hover,
  body button.cdb-btn-style-link:focus,
  body .button.cdb-btn-style-link:hover,
  body .button.cdb-btn-style-link:focus,
  body [type="submit"].cdb-btn-style-link:hover,
  body [type="submit"].cdb-btn-style-link:focus,
  body [type="button"].cdb-btn-style-link:hover,
  body [type="button"].cdb-btn-style-link:focus {
    background-color: transparent !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
            transform: none; }
    body .cdb-btn.cdb-btn-style-link:hover:after, body .cdb-btn.cdb-btn-style-link:focus:after,
    body button.cdb-btn-style-link:hover:after,
    body button.cdb-btn-style-link:focus:after,
    body .button.cdb-btn-style-link:hover:after,
    body .button.cdb-btn-style-link:focus:after,
    body [type="submit"].cdb-btn-style-link:hover:after,
    body [type="submit"].cdb-btn-style-link:focus:after,
    body [type="button"].cdb-btn-style-link:hover:after,
    body [type="button"].cdb-btn-style-link:focus:after {
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: right;
              transform-origin: right; }

body .cdb-btn.cdb-btn-style-round,
body button.cdb-btn-style-round,
body .button.cdb-btn-style-round,
body [type="submit"].cdb-btn-style-round,
body [type="button"].cdb-btn-style-round {
  border-radius: 2.1875rem; }

.cdb-btn-size-extra-small {
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 0.375rem 0.625rem; }

.cdb-btn-size-small {
  font-size: 0.875rem;
  line-height: 1rem;
  padding: 0.625rem 0.875rem; }

.cdb-btn-size-default {
  line-height: 1.125rem;
  padding: 0.75rem 1.25rem; }

.cdb-btn-size-large {
  font-size: 16px;
  line-height: 1.25rem;
  padding: 15px 25px; }

.cdb-btn-size-extra-large {
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 1.0625rem 2.5rem; }

.cdb-btn-style-bordered.cdb-btn-size-extra-small {
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 0.25rem 0.5rem; }

.cdb-btn-style-bordered.cdb-btn-size-small {
  font-size: 0.875rem;
  line-height: 1rem;
  padding: 0.5rem 0.75rem; }

.cdb-btn-style-bordered.cdb-btn-size-default {
  line-height: 1.125rem;
  padding: 0.625rem 1.125rem; }

.cdb-btn-style-bordered.cdb-btn-size-large {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  padding: 13px 25px; }

.cdb-btn-style-bordered.cdb-btn-size-extra-large {
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 0.9375rem 2.375rem; }

.cdb-btn-style-bordered.cdb-btn-color-default {
  color: #2f2f2f;
  border-color: #e9e9e9; }
  .cdb-btn-style-bordered.cdb-btn-color-default:hover, .cdb-btn-style-bordered.cdb-btn-color-default:focus {
    color: #fff;
    background-color: #2f2f2f;
    border-color: #2f2f2f; }

.cdb-btn-style-bordered.cdb-btn-color-primary:hover, .cdb-btn-style-bordered.cdb-btn-color-primary:focus {
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none; }

.cdb-btn-style-bordered.cdb-btn-color-alt:hover, .cdb-btn-style-bordered.cdb-btn-color-alt:focus {
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none; }

.cdb-btn-style-bordered.cdb-btn-color-black {
  border-color: #2f2f2f;
  color: #2f2f2f; }
  .cdb-btn-style-bordered.cdb-btn-color-black:hover, .cdb-btn-style-bordered.cdb-btn-color-black:focus {
    background-color: #2f2f2f;
    border-color: #2f2f2f;
    color: white;
    -webkit-box-shadow: none;
            box-shadow: none; }

.cdb-btn-style-bordered.cdb-btn-color-white {
  border-color: rgba(255, 255, 255, 0.5);
  color: white; }
  .cdb-btn-style-bordered.cdb-btn-color-white:hover, .cdb-btn-style-bordered.cdb-btn-color-white:focus {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
    opacity: 1; }

.cdb-btn-style-link.cdb-btn-color-default {
  color: #2f2f2f;
  border-color: #dfdfdf; }
  .cdb-btn-style-link.cdb-btn-color-default:hover, .cdb-btn-style-link.cdb-btn-color-default:focus {
    color: #2f2f2f; }

.cdb-btn-style-link.cdb-btn-color-alt {
  color: #1f9292; }
  .cdb-btn-style-link.cdb-btn-color-alt:hover, .cdb-btn-style-link.cdb-btn-color-alt:focus {
    color: #1f9292; }

.cdb-btn-style-link.cdb-btn-color-black {
  color: #000; }
  .cdb-btn-style-link.cdb-btn-color-black:hover, .cdb-btn-style-link.cdb-btn-color-black:focus {
    color: #000;
    opacity: 0.6; }

.cdb-btn-style-link.cdb-btn-color-white {
  color: #fff; }
  .cdb-btn-style-link.cdb-btn-color-white:after {
    border-color: #fff !important; }
  .cdb-btn-style-link.cdb-btn-color-white:hover {
    color: #fff !important; }

.cdb-btn-full {
  display: block;
  width: 100%;
  text-align: center; }

/* Instagram Shortcode
   ========================================================================== */
.cdb-instagram-el {
  position: relative; }
  .cdb-instagram-el .instagram-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 991.98px) {
      .cdb-instagram-el .instagram-content {
        display: none; } }
  .cdb-instagram-el .instagram-content-inner {
    z-index: 5;
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.04);
            box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.04);
    max-width: 300px;
    width: 100%;
    padding: 30px; }
    .cdb-instagram-el .instagram-content-inner :last-child {
      margin-bottom: 0; }
  .cdb-instagram-el .instagram-placeholder {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .cdb-instagram-el .instagram-placeholder:hover .instagram-hover {
      opacity: 1;
      visibility: visible; }
    .cdb-instagram-el .instagram-placeholder img,
    .cdb-instagram-el .instagram-placeholder > a {
      display: block;
      width: 100%; }
    .cdb-instagram-el .instagram-placeholder > a {
      position: relative;
      overflow: hidden;
      color: #fff; }
      .cdb-instagram-el .instagram-placeholder > a:hover {
        color: #fff; }
    .cdb-instagram-el .instagram-placeholder .instagram-hover {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      background-color: rgba(18, 18, 18, 0.7);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity .3s, visibility .3s;
      transition: opacity .3s, visibility .3s;
      z-index: 3; }
      .cdb-instagram-el .instagram-placeholder .instagram-hover > span {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        cursor: pointer;
        padding: 4px 10px;
        -webkit-transition: color 0.25s;
        transition: color 0.25s; }
        .cdb-instagram-el .instagram-placeholder .instagram-hover > span i {
          margin-right: 6px; }
        .cdb-instagram-el .instagram-placeholder .instagram-hover > span:hover {
          color: rgba(255, 255, 255, 0.7); }
  .cdb-instagram-el.has-no-hover .instagram-placeholder a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(29, 29, 29, 0.4);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s; }
  .cdb-instagram-el.has-no-hover .instagram-placeholder:hover a:after {
    opacity: 1;
    visibility: visible; }
  .cdb-instagram-el .grid-layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .cdb-instagram-el.cdb-no-col-gap {
    margin: 0; }
    .cdb-instagram-el.cdb-no-col-gap .grid-layout {
      margin: 0; }
      .cdb-instagram-el.cdb-no-col-gap .grid-layout .instagram-placeholder {
        padding: 0 0px;
        margin: 0 0 0px; }
  .cdb-instagram-el.cdb-tiny-col-gap {
    margin: 0 0 -4px; }
    .cdb-instagram-el.cdb-tiny-col-gap .grid-layout {
      margin: 0 -2px; }
      .cdb-instagram-el.cdb-tiny-col-gap .grid-layout .instagram-placeholder {
        padding: 0 2px;
        margin: 0 0 4px; }
  .cdb-instagram-el.cdb-small-col-gap {
    margin: 0 0 -10px; }
    .cdb-instagram-el.cdb-small-col-gap .grid-layout {
      margin: 0 -5px; }
      .cdb-instagram-el.cdb-small-col-gap .grid-layout .instagram-placeholder {
        padding: 0 5px;
        margin: 0 0 10px; }
  .cdb-instagram-el.cdb-normal-col-gap {
    margin: 0 0 -20px; }
    .cdb-instagram-el.cdb-normal-col-gap .grid-layout {
      margin: 0 -10px; }
      .cdb-instagram-el.cdb-normal-col-gap .grid-layout .instagram-placeholder {
        padding: 0 10px;
        margin: 0 0 20px; }
  .cdb-instagram-el.cdb-medium-col-gap {
    margin: 0 0 -40px; }
    .cdb-instagram-el.cdb-medium-col-gap .grid-layout {
      margin: 0 -20px; }
      .cdb-instagram-el.cdb-medium-col-gap .grid-layout .instagram-placeholder {
        padding: 0 20px;
        margin: 0 0 40px; }
  .cdb-instagram-el.cdb-large-col-gap {
    margin: 0 0 -50px; }
    .cdb-instagram-el.cdb-large-col-gap .grid-layout {
      margin: 0 -25px; }
      .cdb-instagram-el.cdb-large-col-gap .grid-layout .instagram-placeholder {
        padding: 0 25px;
        margin: 0 0 50px; }
  .cdb-instagram-el.cdb-huge-col-gap {
    margin: 0 0 -60px; }
    .cdb-instagram-el.cdb-huge-col-gap .grid-layout {
      margin: 0 -30px; }
      .cdb-instagram-el.cdb-huge-col-gap .grid-layout .instagram-placeholder {
        padding: 0 30px;
        margin: 0 0 60px; }
  .cdb-instagram-el.cdb-one-cols .grid-layout .instagram-placeholder {
    width: 100%; }
    @media (max-width: 991.98px) {
      .cdb-instagram-el.cdb-one-cols .grid-layout .instagram-placeholder {
        width: 33.33333%; } }
    @media (max-width: 767.98px) {
      .cdb-instagram-el.cdb-one-cols .grid-layout .instagram-placeholder {
        width: 50%; } }
  .cdb-instagram-el.cdb-two-cols .grid-layout .instagram-placeholder {
    width: 50%; }
    @media (max-width: 991.98px) {
      .cdb-instagram-el.cdb-two-cols .grid-layout .instagram-placeholder {
        width: 33.33333%; } }
    @media (max-width: 767.98px) {
      .cdb-instagram-el.cdb-two-cols .grid-layout .instagram-placeholder {
        width: 50%; } }
  .cdb-instagram-el.cdb-three-cols .grid-layout .instagram-placeholder {
    width: 33.33333%; }
    @media (max-width: 991.98px) {
      .cdb-instagram-el.cdb-three-cols .grid-layout .instagram-placeholder {
        width: 33.33333%; } }
    @media (max-width: 767.98px) {
      .cdb-instagram-el.cdb-three-cols .grid-layout .instagram-placeholder {
        width: 50%; } }
  .cdb-instagram-el.cdb-four-cols .grid-layout .instagram-placeholder {
    width: 25%; }
    @media (max-width: 991.98px) {
      .cdb-instagram-el.cdb-four-cols .grid-layout .instagram-placeholder {
        width: 33.33333%; } }
    @media (max-width: 767.98px) {
      .cdb-instagram-el.cdb-four-cols .grid-layout .instagram-placeholder {
        width: 50%; } }
  .cdb-instagram-el.cdb-five-cols .grid-layout .instagram-placeholder {
    width: 20%; }
    @media (max-width: 991.98px) {
      .cdb-instagram-el.cdb-five-cols .grid-layout .instagram-placeholder {
        width: 33.33333%; } }
    @media (max-width: 767.98px) {
      .cdb-instagram-el.cdb-five-cols .grid-layout .instagram-placeholder {
        width: 50%; } }
  .cdb-instagram-el.cdb-six-cols .grid-layout .instagram-placeholder {
    width: 16.66667%; }
    @media (max-width: 991.98px) {
      .cdb-instagram-el.cdb-six-cols .grid-layout .instagram-placeholder {
        width: 33.33333%; } }
    @media (max-width: 767.98px) {
      .cdb-instagram-el.cdb-six-cols .grid-layout .instagram-placeholder {
        width: 50%; } }

/* Blog ShortCode
   ========================================================================== */
.cdb-blog-shortcode {
  -webkit-box-shadow: 0 2px 20px 0 rgba(47, 47, 47, 0.08);
          box-shadow: 0 2px 20px 0 rgba(47, 47, 47, 0.08); }
  .cdb-blog-shortcode .shortcode-post-simple .cdb-post-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 50px;
    height: 100%; }
  .cdb-blog-shortcode .shortcode-post-simple:hover .cdb-post-title .cdb-lines:after {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); }
  .cdb-blog-shortcode .shortcode-post-simple .cdb-post-title {
    font-size: 1.25rem; }
    .cdb-blog-shortcode .shortcode-post-simple .cdb-post-title .cdb-lines {
      display: inline-block !important;
      position: relative; }
      .cdb-blog-shortcode .shortcode-post-simple .cdb-post-title .cdb-lines:after {
        content: '';
        display: inline-block;
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: -0.05em;
        left: 0;
        -webkit-transform: scaleY(0);
                transform: scaleY(0);
        -webkit-transition: -webkit-transform 0.25s ease;
        transition: -webkit-transform 0.25s ease;
        transition: transform 0.25s ease;
        transition: transform 0.25s ease, -webkit-transform 0.25s ease;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none; }
  .cdb-blog-shortcode .shortcode-post-simple .post-content {
    padding: 10px 0 25px 0; }
  .cdb-blog-shortcode .shortcode-post-simple .post-bottom-info .post-author-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .cdb-blog-shortcode .shortcode-post-simple .post-bottom-info .post-author-meta .avatar {
      border-radius: 50px;
      margin-right: 12px; }
    .cdb-blog-shortcode .shortcode-post-simple .post-bottom-info .post-author-meta .info {
      font-size: 0.75rem;
      text-transform: uppercase;
      color: #9f9f9f;
      font-weight: 600; }
      .cdb-blog-shortcode .shortcode-post-simple .post-bottom-info .post-author-meta .info .cdb-time {
        display: block;
        font-size: 0.6875rem; }
      .cdb-blog-shortcode .shortcode-post-simple .post-bottom-info .post-author-meta .info a {
        display: inline-block; }
  .cdb-blog-shortcode .shortcode-post-simple + .shortcode-post-simple {
    border-top: 1px solid #eaeaea; }
    @media (min-width: 768px) {
      .cdb-blog-shortcode .shortcode-post-simple + .shortcode-post-simple {
        border-top: none;
        border-left: 1px solid #eaeaea; } }

/* Service Box ShortCode
   ========================================================================== */
.cdb-service-box {
  display: block;
  text-align: center;
  -webkit-box-shadow: 0 2px 0px rgba(45, 45, 45, 0.1);
          box-shadow: 0 2px 0px rgba(45, 45, 45, 0.1);
  margin-bottom: 30px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  .cdb-service-box .inner-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 36px 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff; }
  .cdb-service-box .service-box-img {
    position: relative;
    padding-bottom: 3px;
    margin-bottom: 20px; }
    .cdb-service-box .service-box-img .service-icon {
      -webkit-transition: -webkit-transform 0.4s ease;
      transition: -webkit-transform 0.4s ease;
      transition: transform 0.4s ease;
      transition: transform 0.4s ease, -webkit-transform 0.4s ease; }
    .cdb-service-box .service-box-img:after {
      content: "";
      position: absolute;
      bottom: 0;
      width: 100%;
      left: 0;
      height: 5px;
      border-radius: 50%;
      background-color: rgba(50, 50, 50, 0.1);
      -webkit-transform: scaleX(1.15);
              transform: scaleX(1.15);
      -webkit-transition: -webkit-transform 0.4s ease;
      transition: -webkit-transform 0.4s ease;
      transition: transform 0.4s ease;
      transition: transform 0.4s ease, -webkit-transform 0.4s ease; }
    .cdb-service-box .service-box-img img {
      display: block;
      margin-left: auto;
      margin-right: auto; }
  .cdb-service-box .service-svg-wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto; }
    .cdb-service-box .service-svg-wrapper svg {
      display: block;
      width: 100%;
      height: 100%; }
  .cdb-service-box .service-box-content h4 {
    font-size: 1.25rem;
    margin-bottom: 0; }
    .cdb-service-box .service-box-content h4 a {
      display: block; }
      .cdb-service-box .service-box-content h4 a:hover {
        opacity: 0.8; }
  .cdb-service-box .service-box-content p {
    font-size: 1rem;
    margin: 10px 0 0; }
  .cdb-service-box .service-arrow-holder {
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(calc(50px/2));
            transform: translateY(calc(50px/2));
    height: 50px;
    width: 50px;
    z-index: 10; }
    .cdb-service-box .service-arrow-holder .service-arrow {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #fff;
      border-radius: 100px;
      -webkit-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease; }
      .cdb-service-box .service-arrow-holder .service-arrow i {
        -webkit-transition: -webkit-transform .5s ease;
        transition: -webkit-transform .5s ease;
        transition: transform .5s ease;
        transition: transform .5s ease, -webkit-transform .5s ease; }
      .cdb-service-box .service-arrow-holder .service-arrow:hover i {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg); }
      .cdb-service-box .service-arrow-holder .service-arrow:after {
        pointer-events: none;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 1px solid;
        opacity: 0;
        -webkit-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards; }
  .cdb-service-box:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); }
    .cdb-service-box:hover .service-box-img .service-icon {
      -webkit-transform: translateY(-1rem) rotate(15deg);
              transform: translateY(-1rem) rotate(15deg); }
    .cdb-service-box:hover .service-box-img:after {
      -webkit-transform: scaleX(0.8);
              transform: scaleX(0.8); }
    .cdb-service-box:hover .service-arrow-holder .service-arrow:after {
      -webkit-animation: signalAnimation 1.2s linear .4s infinite;
              animation: signalAnimation 1.2s linear .4s infinite;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }

/* Icon Box
   ========================================================================== */
.cdb-icon-box {
  position: relative;
  display: block;
  border-radius: 4px; }
  .cdb-icon-box .read-more {
    display: inline-block;
    font-weight: 500;
    margin-top: 15px; }
  .cdb-icon-box .icon-box-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .cdb-icon-box .icon-box-font-icon {
    font-size: 42px;
    line-height: 1;
    padding-bottom: 20px; }
  .cdb-icon-box .icon-box-img {
    padding-bottom: 20px; }
  .cdb-icon-box .icon-box-title.small-title {
    font-size: 17px;
    margin-bottom: 10px; }
  .cdb-icon-box .icon-box-title.large-title {
    font-size: 22px; }
  .cdb-icon-box p:last-of-type {
    margin-bottom: 0; }
  .cdb-icon-box.icon-box-wrapped .icon-box-inner {
    padding: 30px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .cdb-icon-box.icon-place-left .icon-box-img {
    margin-right: 25px; }
  .cdb-icon-box.icon-place-left .icon-box-font-icon {
    margin-right: 25px; }
  .cdb-icon-box.icon-place-left .icon-box-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .cdb-icon-box.icon-place-top .icon-box-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .cdb-icon-box.content-align-right {
    text-align: right; }
    .cdb-icon-box.content-align-right .icon-box-img {
      margin-left: auto; }
  .cdb-icon-box.content-align-center {
    text-align: center; }
    .cdb-icon-box.content-align-center .icon-box-img {
      margin-left: auto;
      margin-right: auto; }
    .cdb-icon-box.content-align-center .icon-box-font-icon,
    .cdb-icon-box.content-align-center .icon-box-img {
      padding-top: 10px;
      padding-bottom: 30px; }
  .cdb-icon-box.has-hover {
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease; }
    .cdb-icon-box.has-hover:hover {
      -webkit-transform: translateY(-5px);
              transform: translateY(-5px);
      -webkit-box-shadow: 0 4px 12px 0 rgba(84, 84, 84, 0.1);
              box-shadow: 0 4px 12px 0 rgba(84, 84, 84, 0.1); }

/* List Shortcode
   ========================================================================== */
.cdb-list ul {
  list-style: none; }
  .cdb-list ul li {
    line-height: 1.2; }

.cdb-list.horizontal-list ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .cdb-list.horizontal-list ul li + li {
    margin-left: 30px; }
  @media (max-width: 767.98px) {
    .cdb-list.horizontal-list ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .cdb-list.horizontal-list ul li + li {
        margin-left: 0; } }

.cdb-list.list-size-default li {
  font-size: 16px;
  margin-bottom: 15px; }

.cdb-list.list-size-large li {
  font-size: 20px;
  margin-bottom: 26px; }

.cdb-list.list-size-large.list-type-unordered li {
  padding-left: 25px; }
  .cdb-list.list-size-large.list-type-unordered li:before {
    width: 6px;
    height: 6px; }

.cdb-list.list-type-icon li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .cdb-list.list-type-icon li .list-icon {
    margin-right: 10px; }

.cdb-list.list-type-ordered ul {
  counter-reset: list_item; }

.cdb-list.list-type-ordered li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  .cdb-list.list-type-ordered li:before {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    content: counter(list_item);
    counter-increment: list_item;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    border-radius: 50%;
    margin-right: 15px; }

.cdb-list.list-type-unordered li {
  position: relative;
  display: block;
  padding-left: 20px; }
  .cdb-list.list-type-unordered li:before {
    position: absolute;
    display: inline-block;
    content: '';
    width: 5px;
    height: 5px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    margin-right: 10px; }

/* Extended Tabs
   ========================================================================== */
.ui-state-active, .ui-state-hover, .ui-state-focus {
  background: none;
  border: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  outline: 0; }

.cdb-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .cdb-tabs.cdb-tab-pos-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .cdb-tabs.cdb-tab-title-right .cdb-tab-menu {
    text-align: right; }
  .cdb-tabs.cdb-tab-title-center .cdb-tab-menu {
    text-align: center; }
  .cdb-tabs.cdb-tab-title-left .cdb-tab-menu {
    text-align: left; }

.cdb-extended-tabs .cdb-tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1); }
  @media (max-width: 767.98px) {
    .cdb-extended-tabs .cdb-tab-menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .cdb-extended-tabs .cdb-tab-menu li {
    width: 100%;
    text-align: center; }
  .cdb-extended-tabs .cdb-tab-menu .cdb-tab-menu-link {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    padding: 38px 0;
    border-top: 2px solid transparent;
    -webkit-transition: border-color .2s ease, color .2s ease;
    transition: border-color .2s ease, color .2s ease;
    color: #9f9f9f; }

.cdb-extended-tabs.cdb-tab-pos-bottom .cdb-tab-menu {
  -webkit-transform: translate(0, 48px);
          transform: translate(0, 48px); }

.cdb-extended-tabs.cdb-tab-pos-top .cdb-tab-menu {
  -webkit-transform: translate(0, -48px);
          transform: translate(0, -48px); }

.cdb-simple-tabs .cdb-tab-menu {
  display: block; }
  .cdb-simple-tabs .cdb-tab-menu li {
    display: inline-block; }
    .color-scheme-light .cdb-simple-tabs .cdb-tab-menu li.ui-state-active a {
      border-color: #fff; }
    .cdb-simple-tabs .cdb-tab-menu li a {
      display: inline-block;
      margin-left: 15px;
      margin-right: 15px;
      border-bottom: 2px solid transparent;
      font-size: 16px;
      line-height: 1.2;
      font-weight: 500;
      padding-bottom: 7px;
      -webkit-transition: none;
      transition: none; }

.cdb-simple-tabs.cdb-tab-title-right .cdb-tab-menu li:last-child a {
  margin-right: 0; }

.cdb-simple-tabs.cdb-tab-title-left .cdb-tab-menu li:first-child a {
  margin-left: 0; }

.cdb-simple-tabs.color-scheme-light .cdb-tab-menu li.ui-state-active a {
  border-color: #fff; }

.cdb-simple-tabs.color-scheme-light .cdb-tab-menu li a {
  color: #fff; }

.cdb-standard-tabs.cdb-tab-pos-bottom .cdb-tab-menu {
  margin-top: 30px; }

.cdb-standard-tabs.cdb-tab-pos-top .cdb-tab-menu {
  margin-bottom: 30px; }

.cdb-standard-tabs .cdb-tab-menu {
  display: block;
  font-size: 0; }
  .cdb-standard-tabs .cdb-tab-menu li {
    display: inline-block; }
    .cdb-standard-tabs .cdb-tab-menu li:first-child a {
      border-left: 1px solid #eaeaea;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    .cdb-standard-tabs .cdb-tab-menu li:last-child a {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
    .cdb-standard-tabs .cdb-tab-menu li a {
      color: #9f9f9f;
      display: inline-block;
      padding: 20px 22px 21px 22px;
      border: 1px solid #eaeaea;
      border-left-color: transparent;
      font-size: 16px;
      line-height: 1.2;
      font-weight: 500;
      -webkit-transition: all .25s ease;
      transition: all .25s ease; }

.cdb-standard-tabs.color-scheme-light .cdb-tab-menu li:first-child a {
  border-left-color: rgba(255, 255, 255, 0.2); }

.cdb-standard-tabs.color-scheme-light .cdb-tab-menu li a {
  border-color: rgba(255, 255, 255, 0.2);
  border-left-color: transparent;
  color: rgba(255, 255, 255, 0.7); }
  .cdb-standard-tabs.color-scheme-light .cdb-tab-menu li a:hover {
    color: #fff; }

.cdb-standard-tabs.color-scheme-light .cdb-tab-menu li.ui-state-active a {
  color: #fff;
  border-color: #fff; }

/* Video Modal
   ========================================================================== */
.cdb-video-modal.style1 {
  position: relative;
  min-height: 100px; }
  .cdb-video-modal.style1 img {
    display: block;
    margin: auto; }
  .cdb-video-modal.style1 .play-button {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    line-height: 1; }
    .cdb-video-modal.style1 .play-button .play-icon {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 50%;
      width: 78px;
      height: 78px;
      background-color: #2f2f2f;
      color: #fff;
      z-index: 10;
      -webkit-transition: -webkit-transform 0.8s ease;
      transition: -webkit-transform 0.8s ease;
      transition: transform 0.8s ease;
      transition: transform 0.8s ease, -webkit-transform 0.8s ease; }
      .cdb-video-modal.style1 .play-button .play-icon i {
        font-size: 40px; }
      .cdb-video-modal.style1 .play-button .play-icon:before {
        display: block;
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 2px solid #2f2f2f;
        border-radius: 50%;
        z-index: 4;
        -webkit-transition: all 0.8s ease;
        transition: all 0.8s ease; }
    .cdb-video-modal.style1 .play-button:hover .play-icon {
      -webkit-transform: scale(0.85);
              transform: scale(0.85); }
      .cdb-video-modal.style1 .play-button:hover .play-icon:before {
        opacity: 0;
        -webkit-transform: scale(1.3);
                transform: scale(1.3); }
  .cdb-video-modal.style1.light-skin .play-icon {
    background-color: #fff;
    color: #2f2f2f; }
    .cdb-video-modal.style1.light-skin .play-icon:before {
      border-color: #fff; }
  .cdb-video-modal.style1.primary-skin .play-icon {
    color: #fff; }

.cdb-video-modal.style2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }

.img-round-0 > img {
  border-radius: 0px; }

.img-round-3 > img {
  border-radius: 3px; }

.img-round-5 > img {
  border-radius: 5px; }

.img-round-10 > img {
  border-radius: 10px; }

.img-round-15 > img {
  border-radius: 15px; }

.img-round-20 > img {
  border-radius: 20px; }

.cdb-play-btn .play-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1; }
  .cdb-play-btn .play-button:hover .play-icon {
    color: #fff;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .cdb-play-btn .play-button:hover .play-text {
    border-color: #2f2f2f; }

.cdb-play-btn .play-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 2px solid #2f2f2f;
  -webkit-transition: background-color .4s ease, -webkit-transform .6s ease;
  transition: background-color .4s ease, -webkit-transform .6s ease;
  transition: background-color .4s ease, transform .6s ease;
  transition: background-color .4s ease, transform .6s ease, -webkit-transform .6s ease; }
  .cdb-play-btn .play-icon:after {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #2f2f2f;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-animation: 1s cdbPulse linear infinite;
            animation: 1s cdbPulse linear infinite; }

.cdb-play-btn .play-text {
  font-size: 16px;
  font-weight: 600;
  padding: 3px 0;
  margin-left: 15px;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color .3s ease;
  transition: border-color .3s ease; }

.cdb-play-btn.primary-skin .play-button:hover .play-icon i {
  color: #fff; }

.cdb-play-btn.light-skin .play-button {
  color: #fff; }
  .cdb-play-btn.light-skin .play-button:hover .play-icon {
    background-color: #fff;
    color: #2f2f2f; }
  .cdb-play-btn.light-skin .play-button:hover .play-text {
    border-color: #fff; }

.cdb-play-btn.light-skin .play-icon {
  border-color: #fff; }
  .cdb-play-btn.light-skin .play-icon:after {
    border-color: #fff; }

@-webkit-keyframes cdbPulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: .6; }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
            transform: translate(-50%, -50%) scale(1.3);
    opacity: 0; } }

@keyframes cdbPulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: .6; }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
            transform: translate(-50%, -50%) scale(1.3);
    opacity: 0; } }

/* Counter
   ========================================================================== */
.cdb-counter .cdb-counter-title {
  margin: 10px 0;
  font-size: 18px; }

.cdb-counter .cdb-counter-icon {
  line-height: 1; }

.cdb-counter.icon-pos-top .cdb-counter-icon {
  margin-bottom: 15px; }

.cdb-counter.icon-pos-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .cdb-counter.icon-pos-left .cdb-counter-icon {
    margin-right: 25px; }

.cdb-counter.cdb-default-counter .cdb-counter-icon {
  font-size: 42px; }

.cdb-counter.cdb-default-counter .cdb-count-number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  font-size: 42px;
  font-weight: normal;
  letter-spacing: -0.125rem;
  margin-bottom: 0; }

.cdb-counter.cdb-default-counter .cdb-counter-prefix {
  line-height: 1; }

.cdb-counter.cdb-large-counter .cdb-counter-icon {
  font-size: 45px; }

.cdb-counter.cdb-large-counter .cdb-count-number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 1;
  font-size: 64px;
  letter-spacing: -0.15625rem; }

/* Section Title
   ========================================================================== */
.cdb-section-heading .cdb-section-title {
  font-size: 34px; }

.cdb-section-heading.no-separator .cdb-section-title {
  margin-bottom: 12px; }

.cdb-section-heading .cdb-section-separator {
  display: inline-block;
  width: 50px;
  height: 2px;
  margin-bottom: 12px; }

/* Progress Bar
   ========================================================================== */
.cdb-progress-bar {
  position: relative;
  margin: 0 0 30px; }
  .cdb-progress-bar .pb-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    margin-bottom: 10px; }
  .cdb-progress-bar .pb-title {
    font-size: 16px; }
  .cdb-progress-bar .pb-title,
  .cdb-progress-bar .pb-percentage {
    color: currentColor;
    font-weight: 600;
    margin: 0; }
  .cdb-progress-bar .pb-line {
    width: 100%;
    height: 5px;
    position: relative;
    background-clip: padding-box;
    background-color: rgba(190, 190, 190, 0.2);
    border-radius: 2px;
    margin-bottom: 15px; }
  .cdb-progress-bar .pb-line-filled {
    width: 1%;
    height: 5px;
    font-size: 0;
    text-align: right;
    background-clip: padding-box;
    border-radius: 2px;
    overflow: visible !important;
    background-color: currentColor; }
  .cdb-progress-bar.pb-style-thin .pb-line,
  .cdb-progress-bar.pb-style-thin .pb-line-filled {
    height: 2px; }
  .cdb-progress-bar.pb-style-thick .pb-line,
  .cdb-progress-bar.pb-style-thick .pb-line-filled {
    height: 12px; }

.cdb-autotype {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.625rem;
  letter-spacing: -0.0625rem;
  font-weight: normal;
  margin-bottom: 0; }
  .cdb-autotype.text-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .cdb-autotype .cdb-autotype-content {
    text-align: left;
    position: relative;
    top: 0;
    left: 0;
    font-weight: 600;
    display: inline-block;
    margin: 0;
    padding: 0 7px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease; }
    .cdb-autotype .cdb-autotype-content .typed-visible {
      white-space: nowrap;
      text-align: left;
      display: inline-block;
      overflow: hidden;
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease; }
    .cdb-autotype .cdb-autotype-content .typed-hidden {
      padding: 0;
      white-space: nowrap;
      display: block;
      visibility: hidden;
      position: absolute; }
  @media (max-width: 991.98px) {
    .cdb-autotype {
      font-size: 2rem;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center; }
      .cdb-autotype .cdb-autotype-content {
        margin-left: auto;
        margin-right: auto; } }

/* Pricing Table
   ========================================================================== */
.cdb-pricing-table {
  position: relative;
  text-align: center;
  background-color: #fff;
  border: 1px solid #eaeaea;
  padding: 50px 40px; }
  .cdb-pricing-table.is-highlighted {
    z-index: 2;
    -webkit-box-shadow: 0 0 20px 1px rgba(60, 60, 60, 0.08);
            box-shadow: 0 0 20px 1px rgba(60, 60, 60, 0.08); }
  .cdb-pricing-table .pricing-icon {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 24px; }
  .cdb-pricing-table .pricing-title {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 8px; }
  .cdb-pricing-table .pricing-period {
    color: #9f9f9f;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 0; }
  .cdb-pricing-table .pricing-value {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 48px;
    letter-spacing: -0.0625rem;
    line-height: 1;
    margin: 8px 0 12px; }
    .cdb-pricing-table .pricing-value .currency {
      margin: 0 6px; }
  .cdb-pricing-table .pricing-features {
    border-top: 1px solid #eaeaea;
    font-size: 17px;
    margin-top: 30px;
    padding-top: 30px; }
    .cdb-pricing-table .pricing-features li {
      padding: 7px 0;
      text-align: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .cdb-pricing-table .pricing-features li i {
        font-size: 20px;
        color: #8cbd7b; }
      .cdb-pricing-table .pricing-features li.disabled i {
        color: #f75f5f; }
  .cdb-pricing-table .pricing-button {
    margin-top: 30px; }

/* Testimonials Slider
   ========================================================================== */
.cdb-testimonials-slider .testimonial-item-inner {
  position: relative;
  display: block;
  text-align: center;
  padding: 40px 8%;
  border: 16px solid rgba(159, 159, 159, 0.1);
  margin-bottom: 20px; }
  .cdb-testimonials-slider .testimonial-item-inner:before {
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid;
    border-top-color: inherit;
    content: "";
    position: absolute;
    bottom: -32px;
    top: auto;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    pointer-events: none; }
  .cdb-testimonials-slider .testimonial-item-inner:after {
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #fff;
    content: "";
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    bottom: -9px;
    margin: auto;
    pointer-events: none; }

.cdb-testimonials-slider.color-scheme-light .testimonial-item-inner {
  border-color: rgba(255, 255, 255, 0.05); }
  .cdb-testimonials-slider.color-scheme-light .testimonial-item-inner:after {
    display: none; }

.cdb-testimonials-slider .testimonial-author {
  margin-bottom: 0; }
  .cdb-testimonials-slider .testimonial-author cite {
    margin-top: 10px; }

.cdb-testimonials-slider .testimonial-img-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .cdb-testimonials-slider .testimonial-img-pagination .testimonial-pagination-item {
    display: inline-block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 50%;
    opacity: 0.4;
    margin: 10px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .cdb-testimonials-slider .testimonial-img-pagination .testimonial-pagination-item.active, .cdb-testimonials-slider .testimonial-img-pagination .testimonial-pagination-item:hover {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1); }

@media (min-width: 992px) {
  .cdb-testimonials-slider.with-navigation .cdb-testimonial-item {
    max-width: 82%;
    margin-left: auto;
    margin-right: auto; } }

/* Testimonials Carousel
   ========================================================================== */
.cdb-testimonials-carousel .owl-item .cdb-testimonial-item {
  opacity: .4; }

.cdb-testimonials-carousel .owl-item.active.center .cdb-testimonial-item {
  opacity: 1; }

.testimonial-style-carousel {
  background-color: #fff;
  padding: 40px 50px;
  margin: 10px 0 20px;
  -webkit-box-shadow: 0 14px 20px -12px rgba(51, 51, 51, 0.15);
          box-shadow: 0 14px 20px -12px rgba(51, 51, 51, 0.15);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.3s ease;
  transition: opacity 0.2s, -webkit-transform 0.3s ease;
  transition: opacity 0.2s, transform 0.3s ease;
  transition: opacity 0.2s, transform 0.3s ease, -webkit-transform 0.3s ease; }
  .testimonial-style-carousel .testimonial-text {
    font-size: 18px;
    margin-bottom: 30px; }
  .testimonial-style-carousel .testimonial-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .testimonial-style-carousel .testimonial-info .testimonial-image {
      width: 70px;
      height: 70px;
      overflow: hidden;
      border-radius: 50%;
      margin-right: 15px; }
    .testimonial-style-carousel .testimonial-info .testimonial-author {
      font-size: 15px;
      margin-bottom: 0; }
      .testimonial-style-carousel .testimonial-info .testimonial-author .author-name {
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 0.5px; }
      .testimonial-style-carousel .testimonial-info .testimonial-author cite {
        font-size: 13px;
        margin-top: 5px; }

/* AJAX Search
   ========================================================================== */
.cdb-ajax-search {
  position: relative; }

.cdb-ajax-form {
  position: relative;
  height: 56px;
  border-radius: 46px;
  background: #f7f7f7;
  overflow: hidden;
  -webkit-transition: border-radius 0.2s ease;
  transition: border-radius 0.2s ease; }
  .cdb-ajax-form.is-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .cdb-ajax-form .s {
    position: relative;
    font-size: 18px;
    width: 100%;
    height: 56px;
    background-color: transparent;
    border: none;
    padding-left: 20px;
    padding-right: 64px;
    margin: 0; }
    .cdb-ajax-form .s:focus {
      background-color: transparent;
      border: none; }
      .cdb-ajax-form .s:focus::-webkit-input-placeholder {
        opacity: 1; }
      .cdb-ajax-form .s:focus::-moz-placeholder {
        opacity: 1; }
      .cdb-ajax-form .s:focus::-moz-placeholder {
        opacity: 1; }
      .cdb-ajax-form .s:focus:-ms-input-placeholder {
        opacity: 1; }
  .cdb-ajax-form .search-icon {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    bottom: 0;
    right: 12px; }
    .cdb-ajax-form .search-icon .search-submit {
      border: none;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: #2f2f2f; }
      .cdb-ajax-form .search-icon .search-submit span {
        font-size: 18px;
        color: #fff; }
  @media (min-width: 992px) {
    .cdb-ajax-form {
      height: 90px;
      max-width: 650px; }
      .cdb-ajax-form .s {
        font-size: 22px;
        height: 90px;
        padding-left: 30px;
        padding-right: 104px; }
      .cdb-ajax-form .search-icon {
        right: 20px; }
        .cdb-ajax-form .search-icon .search-submit {
          width: 60px;
          height: 60px; }
          .cdb-ajax-form .search-icon .search-submit span {
            font-size: 1.875rem; } }

.cdb-search-results {
  position: relative;
  z-index: 200;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .cdb-search-results .cdb-scroll {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 1000;
    width: auto;
    height: auto;
    background-color: #f7f7f7;
    border-bottom-left-radius: 46px;
    border-bottom-right-radius: 46px; }
    .cdb-search-results .cdb-scroll > .cdb-scroll-pane {
      right: 10px;
      bottom: 40px;
      top: 15px; }
  .cdb-search-results .cdb-search-results-inner {
    position: relative;
    max-height: 280px; }
  .cdb-search-results .autocomplete-suggestion {
    padding: 20px 20px;
    border-bottom: 1px solid #efefef;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-animation: fadeInLeft .2s ease both;
            animation: fadeInLeft .2s ease both; }
    .cdb-search-results .autocomplete-suggestion:nth-child(1) {
      -webkit-animation-delay: 50ms;
              animation-delay: 50ms; }
    .cdb-search-results .autocomplete-suggestion:nth-child(2) {
      -webkit-animation-delay: 100ms;
              animation-delay: 100ms; }
    .cdb-search-results .autocomplete-suggestion:nth-child(3) {
      -webkit-animation-delay: 150ms;
              animation-delay: 150ms; }
    .cdb-search-results .autocomplete-suggestion:nth-child(4) {
      -webkit-animation-delay: 200ms;
              animation-delay: 200ms; }
    .cdb-search-results .autocomplete-suggestion:nth-child(5) {
      -webkit-animation-delay: 250ms;
              animation-delay: 250ms; }
    .cdb-search-results .autocomplete-suggestion:nth-child(6) {
      -webkit-animation-delay: 300ms;
              animation-delay: 300ms; }
    .cdb-search-results .autocomplete-suggestion:nth-child(7) {
      -webkit-animation-delay: 350ms;
              animation-delay: 350ms; }
    .cdb-search-results .autocomplete-suggestion:nth-child(8) {
      -webkit-animation-delay: 400ms;
              animation-delay: 400ms; }
    .cdb-search-results .autocomplete-suggestion:nth-child(9) {
      -webkit-animation-delay: 450ms;
              animation-delay: 450ms; }
    .cdb-search-results .autocomplete-suggestion:nth-child(10) {
      -webkit-animation-delay: 500ms;
              animation-delay: 500ms; }
    .cdb-search-results .autocomplete-suggestion .result-title {
      font-size: 18px;
      margin-bottom: 0;
      margin-right: 15px;
      -webkit-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease; }
    .cdb-search-results .autocomplete-suggestion .result-meta {
      font-size: 14px;
      color: #9f9f9f; }
    .cdb-search-results .autocomplete-suggestion .result-thumb {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      overflow: hidden;
      margin-right: 15px; }
    .cdb-search-results .autocomplete-suggestion:hover .result-title {
      opacity: 0.6; }
  .cdb-search-results .not-found-message {
    display: block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center; }
  .cdb-search-results .cdb-results-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    margin: 30px 0; }
    .cdb-search-results .cdb-results-link span {
      font-weight: 600;
      padding: 3px 0;
      line-height: 1;
      border-bottom: 2px solid transparent;
      -webkit-transition: border-color .2s ease;
      transition: border-color .2s ease; }
    .cdb-search-results .cdb-results-link:hover span {
      border-color: #2f2f2f; }
  @media (min-width: 992px) {
    .cdb-search-results {
      max-width: 650px; }
      .cdb-search-results .autocomplete-suggestion {
        padding: 15px 30px; } }

.autocomplete-suggestions {
  position: relative !important;
  z-index: 1001 !important;
  margin-top: 0;
  margin-bottom: -1px;
  margin-right: -1px;
  max-width: none !important;
  max-height: none !important;
  width: auto !important; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

/* Map Offices
   ========================================================================== */
.cdb-map-offices {
  position: relative; }
  .cdb-map-offices .map-offices-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .cdb-map-offices .cdb-map-pin-trigger {
    position: absolute;
    width: 44px;
    height: 44px; }
    .cdb-map-offices .cdb-map-pin-trigger .map-pin-content {
      background: #fff;
      padding: 20px;
      -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
      position: absolute;
      left: 100%;
      top: -20px;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s;
      opacity: 0;
      z-index: 15;
      width: 300px;
      pointer-events: none; }
      .cdb-map-offices .cdb-map-pin-trigger .map-pin-content > h5 {
        font-size: 1rem;
        line-height: 1.2;
        margin-bottom: 12px; }
      .cdb-map-offices .cdb-map-pin-trigger .map-pin-content p:last-child {
        margin-bottom: 0; }
      .cdb-map-offices .cdb-map-pin-trigger .map-pin-content.is-open {
        opacity: 1;
        pointer-events: auto; }
    .cdb-map-offices .cdb-map-pin-trigger .map-pin-icon {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      z-index: 3;
      width: 44px;
      height: 44px;
      cursor: pointer; }
      .cdb-map-offices .cdb-map-pin-trigger .map-pin-icon svg {
        width: 100%;
        height: 100%;
        fill: currentColor;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .cdb-map-offices .cdb-map-pin-trigger .map-pin-icon svg path {
          stroke: #fff;
          stroke-width: 3; }
    .cdb-map-offices .cdb-map-pin-trigger .close-office-cont {
      display: block;
      font-size: 0.75rem;
      margin-top: 8px;
      color: #9f9f9f;
      text-align: right; }
  @media (min-width: 768px) {
    .cdb-map-offices .cdb-map-pin-mobile {
      display: none; }
    .cdb-map-offices .content-pos-top .map-pin-content {
      top: auto;
      bottom: calc(100% + 15px);
      left: calc(-150px + 22px); }
    .cdb-map-offices .content-pos-left .map-pin-content {
      right: calc(100% + 10px);
      left: auto; }
    .cdb-map-offices .content-pos-bottom .map-pin-content {
      top: calc(100% + 15px);
      left: calc(-150px + 22px); } }
  @media (max-width: 991.98px) {
    .cdb-map-offices .cdb-map-pin-trigger .map-pin-content {
      display: none; }
    .cdb-map-offices .cdb-map-pin-mobile {
      background: #fff;
      padding: 20px 40px 20px 20px;
      border-radius: 5px;
      -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: auto;
      bottom: 100%;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      max-width: 100%;
      width: 300px;
      z-index: 10;
      opacity: 0;
      display: block; }
      .cdb-map-offices .cdb-map-pin-mobile.is-open {
        opacity: 1; }
      .cdb-map-offices .cdb-map-pin-mobile .close-pin-mobile {
        position: absolute;
        top: 12px;
        right: 12px;
        color: #9f9f9f;
        font-size: 1.125rem;
        padding: 4px;
        background-color: #f9f9f9;
        cursor: pointer;
        z-index: 2; }
        .cdb-map-offices .cdb-map-pin-mobile .close-pin-mobile:hover {
          color: #656565; } }
  .cdb-map-offices .cdb-map-image {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }

/* Team Member
   ========================================================================== */
.cdb-team-member .cdb-team-image {
  position: relative;
  display: block;
  overflow: hidden; }
  .cdb-team-member .cdb-team-image img {
    min-width: 100%;
    width: 100%;
    display: block; }

.cdb-team-member .social-icons .social-icon-item {
  width: 36px;
  height: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #fff; }

.cdb-team-minimal {
  position: relative;
  margin-bottom: 10px; }
  .cdb-team-minimal .cdb-team-over {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 9%;
    color: #fff;
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; }
    .cdb-team-minimal .cdb-team-over .team-name,
    .cdb-team-minimal .cdb-team-over .team-role {
      color: currentColor; }
    .cdb-team-minimal .cdb-team-over * {
      opacity: 0;
      -webkit-transform: translateY(15px);
              transform: translateY(15px);
      -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
      transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
      transition: opacity 0.3s ease, transform 0.3s ease;
      transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; }
    .cdb-team-minimal .cdb-team-over :nth-child(1) {
      -webkit-transition-delay: 50ms;
              transition-delay: 50ms; }
    .cdb-team-minimal .cdb-team-over :nth-child(2) {
      -webkit-transition-delay: 100ms;
              transition-delay: 100ms; }
    .cdb-team-minimal .cdb-team-over :nth-child(3) {
      -webkit-transition-delay: 150ms;
              transition-delay: 150ms; }
    .cdb-team-minimal .cdb-team-over :nth-child(4) {
      -webkit-transition-delay: 200ms;
              transition-delay: 200ms; }
    .cdb-team-minimal .cdb-team-over :nth-child(5) {
      -webkit-transition-delay: 250ms;
              transition-delay: 250ms; }
    .cdb-team-minimal .cdb-team-over :nth-child(6) {
      -webkit-transition-delay: 300ms;
              transition-delay: 300ms; }
    .cdb-team-minimal .cdb-team-over :nth-child(7) {
      -webkit-transition-delay: 350ms;
              transition-delay: 350ms; }
    .cdb-team-minimal .cdb-team-over :nth-child(8) {
      -webkit-transition-delay: 400ms;
              transition-delay: 400ms; }
  .cdb-team-minimal:hover .cdb-team-over,
  .cdb-team-minimal:hover .cdb-team-over * {
    opacity: 1;
    -webkit-transform: none;
            transform: none; }

.cdb-team-classic .social-icons {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 36px; }
  .cdb-team-classic .social-icons .social-icon-opener {
    width: 36px;
    height: 36px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff;
    margin: 4px 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s; }
  .cdb-team-classic .social-icons .social-icon-item {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    margin: 4px 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s; }
    .cdb-team-classic .social-icons .social-icon-item:nth-child(2) {
      -webkit-transition-delay: 100ms;
              transition-delay: 100ms; }
    .cdb-team-classic .social-icons .social-icon-item:nth-child(3) {
      -webkit-transition-delay: 150ms;
              transition-delay: 150ms; }
    .cdb-team-classic .social-icons .social-icon-item:nth-child(4) {
      -webkit-transition-delay: 200ms;
              transition-delay: 200ms; }
    .cdb-team-classic .social-icons .social-icon-item:nth-child(5) {
      -webkit-transition-delay: 250ms;
              transition-delay: 250ms; }
    .cdb-team-classic .social-icons .social-icon-item:hover {
      color: #9f9f9f; }
  .cdb-team-classic .social-icons:hover .social-icon-opener {
    color: #fff;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.13);
            box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.13); }
  .cdb-team-classic .social-icons:hover .social-icon-item {
    opacity: 1;
    -webkit-transform: none;
            transform: none; }

.cdb-team-classic .cdb-team-info {
  padding: 20px 20px 0; }
  .cdb-team-classic .cdb-team-info .team-name {
    margin-bottom: 5px; }
  .cdb-team-classic .cdb-team-info .team-position {
    font-size: 14px;
    color: #9f9f9f; }
  .cdb-team-classic .cdb-team-info p {
    font-size: 14px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eaeaea; }

/* Clients
   ========================================================================== */
.cdb-clients-carousel .cdb-client-item {
  padding-left: 15px;
  padding-right: 15px; }
  .cdb-clients-carousel .cdb-client-item img {
    display: inline-block;
    width: auto;
    opacity: 0.2;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s; }

.cdb-client-item {
  position: relative;
  text-align: center; }
  .cdb-client-item img {
    display: inline-block;
    width: auto;
    opacity: 0.2;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s; }
  .cdb-client-item:hover img {
    opacity: 1; }

.tooltip-inner {
  max-width: 18.4375rem;
  padding: 6px;
  color: #fff;
  font-size: 0.8125rem;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 52px rgba(16, 21, 23, 0.12);
          box-shadow: 0 0 52px rgba(16, 21, 23, 0.12); }

.bs-tooltip-bottom {
  top: 20px !important; }
  .bs-tooltip-bottom .arrow {
    left: 50%;
    margin-left: -.4rem; }

/* Blog List Shortcode
   ========================================================================== */
.cdb-blog-post .post-image img {
  max-width: 100%;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.cdb-blog-post .post-content {
  word-break: break-word; }

.cdb-blog-post.style-list .cdb-post-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  border: 1px solid #eaeaea;
  margin-bottom: 30px; }
  .cdb-blog-post.style-list .cdb-post-inner .post-image,
  .cdb-blog-post.style-list .cdb-post-inner .post-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .cdb-blog-post.style-list .cdb-post-inner .post-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px; }
  .cdb-blog-post.style-list .cdb-post-inner .post-category a {
    display: inline-block;
    border: 1px solid #eaeaea;
    padding: 8px 10px;
    line-height: 1.2;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px; }
    .cdb-blog-post.style-list .cdb-post-inner .post-category a:hover {
      color: #fff; }
  .cdb-blog-post.style-list .cdb-post-inner .post-title {
    font-size: 1.375rem;
    display: block;
    margin-bottom: 15px; }
  .cdb-blog-post.style-list .cdb-post-inner .post-date {
    display: inline-block;
    padding-top: 15px;
    font-size: 0.875rem;
    color: #9f9f9f; }
  @media (max-width: 991.98px) {
    .cdb-blog-post.style-list .cdb-post-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .cdb-blog-post.style-list .cdb-post-inner .post-content {
        padding: 20px; }
      .cdb-blog-post.style-list .cdb-post-inner .post-image,
      .cdb-blog-post.style-list .cdb-post-inner .post-content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }

.cdb-blog-post.style-date .cdb-post-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px; }
  .cdb-blog-post.style-date .cdb-post-inner .post-date {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px solid #eaeaea;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    max-width: 80px;
    width: 80px;
    height: 80px;
    margin-right: 20px;
    text-transform: uppercase;
    text-align: center; }
    .cdb-blog-post.style-date .cdb-post-inner .post-date .day {
      font-size: 30px;
      font-weight: 500;
      line-height: 1.2; }
    .cdb-blog-post.style-date .cdb-post-inner .post-date .month {
      font-size: 14px; }
  .cdb-blog-post.style-date .cdb-post-inner .post-title {
    display: block;
    font-size: 1.375rem;
    margin-bottom: 15px; }
  .cdb-blog-post.style-date .cdb-post-inner .post-info {
    margin-top: 15px;
    font-size: 0.875rem;
    color: #9f9f9f;
    margin-left: -1px; }
    .cdb-blog-post.style-date .cdb-post-inner .post-info span {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .cdb-blog-post.style-date .cdb-post-inner .post-info span + span {
        margin-left: 20px; }
      .cdb-blog-post.style-date .cdb-post-inner .post-info span i {
        vertical-align: middle;
        font-size: 1.25rem;
        margin-right: 5px; }
    .cdb-blog-post.style-date .cdb-post-inner .post-info a {
      color: currentColor; }
      .cdb-blog-post.style-date .cdb-post-inner .post-info a:hover {
        color: #2f2f2f; }

.cdb-blog-post.style-classic .cdb-post-inner {
  margin-bottom: 50px; }

.cdb-blog-post.style-classic.has-thumb .cdb-post-inner {
  margin-bottom: 35px; }

.cdb-blog-post.style-classic.sticky .post-title {
  display: inline-block;
  border-bottom: 2px solid; }

.cdb-blog-post.style-classic .post-category a {
  display: inline-block;
  border: 1px solid #eaeaea;
  padding: 8px 10px;
  line-height: 1.2;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px; }
  .cdb-blog-post.style-classic .post-category a:hover {
    color: #fff; }

.cdb-blog-post.style-classic .post-title {
  margin-bottom: 15px; }

.cdb-blog-post.style-classic .post-info {
  margin-bottom: 15px; }
  .cdb-blog-post.style-classic .post-info span:not(.post-category) {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 10px;
    color: #9f9f9f; }
    .cdb-blog-post.style-classic .post-info span:not(.post-category):after {
      content: '';
      width: 4px;
      height: 4px;
      border-radius: 10px;
      background-color: #ddd;
      display: inline-block;
      margin-left: 10px; }
    .cdb-blog-post.style-classic .post-info span:not(.post-category):last-of-type:after {
      display: none; }
    .cdb-blog-post.style-classic .post-info span:not(.post-category) a {
      font-weight: 500; }

.cdb-blog-post.style-classic .read-more {
  margin-top: 20px; }

@media (min-width: 768px) {
  .cdb-blog-post.style-classic.has-thumb .post-content {
    position: relative;
    max-width: 88%;
    margin: -10% auto 0;
    padding: 30px 45px 20px;
    background-color: #fff;
    z-index: 2; } }

.cdb-blog-post.style-masonry .cdb-post-inner {
  margin-bottom: 40px; }

.cdb-blog-post.style-masonry.sticky .post-title a {
  border-bottom: 1px solid currentColor;
  display: inline-block; }
  .cdb-blog-post.style-masonry.sticky .post-title a:hover {
    border-bottom-color: transparent; }

.cdb-blog-post.style-masonry .post-content {
  background-color: #f9f9f9;
  padding: 40px; }
  .cdb-blog-post.style-masonry .post-content .read-more {
    margin-top: 10px;
    font-size: 15px; }

.cdb-blog-post.style-masonry .post-info {
  margin-bottom: 10px;
  font-size: 0.875rem;
  color: #9f9f9f;
  margin-left: -1px; }
  .cdb-blog-post.style-masonry .post-info span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .cdb-blog-post.style-masonry .post-info span + span {
      margin-left: 10px; }
    .cdb-blog-post.style-masonry .post-info span i {
      vertical-align: middle;
      font-size: 1.25rem;
      margin-right: 5px; }
  .cdb-blog-post.style-masonry .post-info a {
    color: currentColor; }
    .cdb-blog-post.style-masonry .post-info a:hover {
      color: #2f2f2f; }

.cdb-blog-post.style-masonry .post-title {
  font-size: 1.375rem;
  margin-bottom: 12px; }

.cdb-divider-sector {
  margin-left: -15px;
  margin-right: -15px; }
  .cdb-divider-sector.overlay-on {
    position: relative; }
    .cdb-divider-sector.overlay-on svg {
      position: absolute;
      left: 0;
      right: 0; }
    .cdb-divider-sector.overlay-on.cdb-divider-top svg {
      top: 0; }
    .cdb-divider-sector.overlay-on.cdb-divider-bottom svg {
      bottom: 0; }

/* Google Map shortcode style
   ========================================================================== */
.cdb-google-map {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle; }
  .cdb-google-map .google-map-inner {
    display: block;
    width: 100%;
    height: 300px; }
    .cdb-google-map .google-map-inner iframe,
    .cdb-google-map .google-map-inner object,
    .cdb-google-map .google-map-inner embed {
      width: 100%;
      display: block; }
    .cdb-google-map .google-map-inner img {
      max-width: none; }
  .cdb-google-map .predefined-map-style {
    display: none; }
  .cdb-google-map .disable-map-scrollwheel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1000; }

body {
  font-family: "Barlow", Arial, Helvetica, sans-serif; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, .h6, h6,
.heading {
  font-family: "Barlow", Arial, Helvetica, sans-serif; }

mark, code,
kbd, .cdb-mobile-nav .mobile-menu-container .mobile-menu-list li.is-open-sub > a, .cdb-mobile-nav .mobile-menu-container .mobile-menu-list li.is-open-sub > .sub-menu-arrow, .cdb-mobile-nav .mobile-menu-container .mobile-menu-list li.cdb-active-menu-item > a, .cdb-accordion.cdb-accordion-simple .accordion-item.is-open .accordion-title, .cdb-accordion.cdb-accordion-simple .accordion-item.is-open .accordion-title i, .cdb-accordion.cdb-accordion-simple .accordion-title:hover, .cdb-accordion.cdb-accordion-simple .accordion-title:hover i, .cdb-btn-style-bordered.cdb-btn-color-primary, .cdb-btn-style-link.cdb-btn-color-primary, .cdb-btn-style-link.cdb-btn-color-primary:hover, .cdb-btn-style-link.cdb-btn-color-primary:focus, .cdb-icon-box .read-more, .cdb-icon-box .icon-box-font-icon, .cdb-play-btn.primary-skin .play-icon i, .cdb-counter .cdb-counter-icon, .cdb-progress-bar, .cdb-pricing-table .pricing-value, .cdb-map-offices .cdb-map-pin-trigger .map-pin-icon {
  color: #f4604e; }

.cdb-main-menu > ul > li > a:after, .cdb-mobile-nav .mobile-menu-container .mobile-menu-list > li > a:before, .cdb-post-pagination ul li .page-numbers:hover, .cdb-post-pagination ul li .page-numbers.current, .wp-block-search__button, .portfolio-filter-list li a.active, div.wpcf7 .wpcf7-form .ajax-loader, input.wpcf7-submit, .cdb-accordion.cdb-accordion-boxed .accordion-item.is-open .accordion-title, .cdb-btn.cdb-btn-color-primary,
button.cdb-btn-color-primary,
.button.cdb-btn-color-primary,
.cdb-btn-color-primary[type="submit"],
.cdb-btn-color-primary[type="button"],
.wpcf7-submit.cdb-btn-color-primary, .cdb-btn-style-bordered.cdb-btn-color-primary:hover, .cdb-btn-style-bordered.cdb-btn-color-primary:focus, .cdb-service-box .service-arrow-holder .service-arrow, .cdb-list.list-type-ordered li:before, .cdb-video-modal.style1.primary-skin .play-icon, .cdb-play-btn.primary-skin .play-button:hover .play-icon, .cdb-section-heading .cdb-section-separator, .cdb-team-minimal .cdb-team-over {
  background: #f4604e; }

.portfolio-filter-list li a.active, div.wpcf7 .wpcf7-form .ajax-loader, .cdb-accordion.cdb-accordion-simple .accordion-item.is-open .accordion-title i, .cdb-accordion.cdb-accordion-simple .accordion-title:hover i, .cdb-btn-style-bordered.cdb-btn-color-primary, .cdb-btn-style-bordered.cdb-btn-color-primary:hover, .cdb-btn-style-bordered.cdb-btn-color-primary:focus, .cdb-extended-tabs .cdb-tab-menu li.ui-state-active .cdb-tab-menu-link, .cdb-video-modal.style1.primary-skin .play-icon:before, .cdb-play-btn.primary-skin .play-icon, .cdb-play-btn.primary-skin .play-icon:after {
  border-color: #f4604e; }

.screen-reader-text:focus, .cdb-btn-style-bordered.cdb-btn-color-alt, .cdb-icon-box .read-more:hover {
  color: #1f9292; }

.cdb-reading-indicator::-webkit-progress-value, .cdb-page-pagination > span.current .cdb-page-link, .tag-link:not(.cdb-blog-post):hover,
.tag-cloud-link:not(.cdb-blog-post):hover, .cdb-btn.cdb-btn-color-alt,
button.cdb-btn-color-alt,
.button.cdb-btn-color-alt,
.cdb-btn-color-alt[type="submit"],
.cdb-btn-color-alt[type="button"],
.wpcf7-submit.cdb-btn-color-alt, .cdb-btn-style-bordered.cdb-btn-color-alt:hover, .cdb-btn-style-bordered.cdb-btn-color-alt:focus, .cdb-service-box:hover .service-arrow-holder .service-arrow, .cdb-list.list-type-unordered li:before {
  background: #1f9292; }

.tag-link:not(.cdb-blog-post):hover,
.tag-cloud-link:not(.cdb-blog-post):hover, .cdb-btn-style-bordered.cdb-btn-color-alt, .cdb-btn-style-bordered.cdb-btn-color-alt:hover, .cdb-btn-style-bordered.cdb-btn-color-alt:focus, .cdb-service-box .service-arrow-holder .service-arrow:after {
  border-color: #1f9292; }

a, a:hover, a:focus, .cdb-mobile-nav .mobile-menu-container .copyright a:hover, .single-post-content .post-single-body .main-content a:not(.wp-block-button__link), .post-single-sidebar .cdb-post-share li a:hover, .commentlist .comment .reply a:hover, .site-footer .widgetized-footer-area a:not(.btn):hover, .cdb-sidebar-area .widget a:hover,
.wpb_widgetised_column .widget a:hover,
.post-single-sidebar .widget a:hover, .widget.widget_calendar .calendar_wrap table tbody a, .widget.codebean-recent-posts ul li a:hover .entry-title, .cdb-search-holder .cdb-search-close .close-search-button:hover, .cdb-blog-shortcode .shortcode-post-simple .post-bottom-info .post-author-meta .info a:hover, .cdb-blog-post.style-masonry.sticky .post-title a {
  color: #1f9292; }

.grey, body, .site-footer .widgetized-footer-area a:not(.btn), .cdb-sidebar-area .widget a,
.wpb_widgetised_column .widget a,
.post-single-sidebar .widget a, .widget.codebean-recent-posts ul li .entry-title, .cdb-blog-shortcode .shortcode-post-simple .post-bottom-info .post-author-meta .info a, .cdb-progress-bar .pb-content, .cdb-blog-post.style-list .cdb-post-inner .post-category a, .cdb-blog-post.style-classic .post-category a, .cdb-blog-post.style-classic .post-info span:not(.post-category) a:hover {
  color: #656565; }

.dark, label, .cdb-main-menu > ul > li > a, .cdb-main-menu .sub-menu > li a:hover, .cdb-mobile-nav .cdb-close-mobile-nav, .cdb-mobile-nav .mobile-menu-container .mobile-menu-list li a, .cdb-mobile-nav .mobile-menu-container .copyright a, .mobile-toggle-btn, .cdb-site-header .cdb-logo-holder .cdb-logo-link, .cdb-comment-holder .comment-button, .commentlist .comment .vcard .fn, .commentlist .comment .vcard .fn .url, .commentlist .comment .reply a, .site-footer .subfooter a, .gdpr-banner .close-btn, .cdb-go-top, .tag-link:not(.cdb-blog-post),
.tag-cloud-link:not(.cdb-blog-post), .cdb-portfolio-nav .cdb-nav-link .cdb-nav-title, .cdb-search-open, .cdb-search-holder .cdb-search-close .close-search-button, .cdb-extended-tabs .cdb-tab-menu li.ui-state-active .cdb-tab-menu-link, .cdb-extended-tabs .cdb-tab-menu .cdb-tab-menu-link:hover, .cdb-simple-tabs .cdb-tab-menu li a, .cdb-standard-tabs .cdb-tab-menu li.ui-state-active a, .cdb-standard-tabs .cdb-tab-menu li a:hover, .cdb-play-btn .play-button, .cdb-map-offices .cdb-map-pin-trigger .map-pin-icon:hover, .cdb-map-offices .cdb-map-pin-trigger .map-pin-icon.active, .cdb-team-member .social-icons .social-icon-item, .cdb-team-classic .social-icons .social-icon-opener, .cdb-blog-post.style-date .cdb-post-inner .post-date, .cdb-blog-post.style-classic .post-info span:not(.post-category) a, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, .h6, h6,
.heading {
  color: #2f2f2f; }

.single-post-content .post-single-header .post-header-inner, .cdb-owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot.active span, .cdb-social-profiles.cdb-dark-skin.cdb-square-icons .cdb-social-profile, .cdb-social-profiles.cdb-dark-skin.cdb-circle-icons .cdb-social-profile, .cdb-blog-shortcode .shortcode-post-simple .cdb-post-title .cdb-lines:after, .cdb-play-btn .play-button:hover .play-icon, .cdb-team-classic .social-icons:hover .social-icon-opener, .cdb-blog-post.style-list .cdb-post-inner .post-category a:hover, .cdb-blog-post.style-classic .post-category a:hover {
  background-color: #2f2f2f; }

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus,
.form-control:focus, .cdb-simple-tabs .cdb-tab-menu li.ui-state-active a, .cdb-standard-tabs .cdb-tab-menu li.ui-state-active a, .cdb-blog-post.style-list .cdb-post-inner .post-category a:hover, .cdb-blog-post.style-classic .post-category a:hover {
  border-color: #2f2f2f; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, .h6, h6,
.heading {
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.3;
  display: block; }

@-webkit-keyframes signalAnimation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .6; }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0; } }

@keyframes signalAnimation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .6; }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0; } }
