/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

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

img {
  border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}

.footer .hs_cos_wrapper_type_rich_text > h4,
.form-without-bg-main > h4,
.footer .widget-title  {
    font-size: 20px;
    font-weight: bold;
}
.parallax-bg {
    background-attachment: fixed;
}
@media screen and ( max-width: 767px) {
    .footer .dnd-column {
        margin-bottom: 45px;
    }
}

.system-heading {
    background: #000;
    padding-top: 190px;
    padding-bottom: 105px;
}
.system-heading .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 750px;
    margin: auto;
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.4;
  word-break: break-word;
  overflow-x: hidden;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

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

/* Headings */

h1, .h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6, .h6 {
  margin: 0 0 1.4rem;
  line-height: 1.3;
}

.overline {
  font-size: 25px;
  line-height: 36px;
  letter-spacing: 1.5px;
  display: inline-block;
  font-style: italic;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

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

ul.no-list {
  list-style: none;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Image alt text */
img {
  font-size: 14px;
  word-break: normal;
}

.multi-heading {
  position: relative;
  display: flex;
  margin-top: 25px;
  margin-bottom: 60px;
}
.multi-heading .stock-title {
  font-size: 110px;
  font-weight: 900;
  color: transparent;
  stroke: 1px;
  -webkit-text-stroke: 2px rgb(0 0 0);
  letter-spacing: 0.05em;
  line-height: 85px;
  margin-right: 10px;
}
.multi-heading .description {
  font-size: 18px;
  font-weight: 500;
}
.banner-contents {
  text-align: center;
  position: relative;
}
.main-banner-title {
  font-size: 120px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 65px;
  margin-top: 30px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
}
.banner-decription {
  color: #ee314f;
  text-align: center;
  font-weight: bold;
  font-size: 75px;
  margin-bottom: 0;
}
.banner-spacer {
  display: block;
  height: 190px;
}
.scroll-bottom {
  width: 50px;
  height: 50px;
  background: #000;
  color: #fff !important;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.scroll-bottom svg {
  width: 15px;
}

.pe-xl-15 {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .multi-heading .stock-title  {
    font-size: 70px;
    line-height: 55px;
  }
  .main-banner-title {
    font-size: 45px;
    margin-bottom: 40px;
  }
  .banner-decription {
    font-size: 12px;
  }
  .h1 {
    font-size: 35px !important;
  }
  .h2 {
    font-size: 28px !important;
  }
  .h3 {
    font-size: 22px !important;
  }
  .h4 {
    font-size: 18px !important;
  }
  .h5 {
    font-size: 16px !important;
  }
  .h6 {
    font-size: 12px !important;
  }
}
@media screen and (min-width: 1400px) {
  .pe-xxl-17 {
    padding-right: 7rem !important;
  }
}
@media (min-width: 1200px) {
  .pe-xxl-17 {
    padding-right: 5rem !important;
  }
}
address {
  line-height: 1.75;
  font-style: normal;
}

.footer a {
  color: inherit;
}

.footer li {
  margin-bottom: 8px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  font-weight: 700;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}

.large-btn {
  padding: 22px 65px !important;
  font-size: 16px !important;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 1px solid;
  border-radius: 0;
  display: inline-block;
  font-size: 1rem;
  padding: 1rem;
  width: 100%;
}
form textarea {
  min-height: 150px;
}
form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
















/* Transition */


/* Animation Delay */


/* Box Shadow */


/* Background Size */


/* Border Radius */


/* User Select */


/* Opacity*/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.iconbox .icon {
    max-width: 35px;
    margin: 0 auto;
    margin-bottom: 15px;  
}

.iconbox .icon svg {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
}

.iconbox-main.text-white .icon svg {
    fill: #fff;
}

.iconbox-main.text-white p {
    color: #fff;
}

.iconbox-main.text-white h5 {
    color: #fff;
}

.iconbox-main.text-white .img-icon img{
    filter: invert(1);
}

.iconbox.text_left .icon {
    margin: 0;
    margin-bottom: 20px
}

.iconbox.text_right .icon {
    margin: 0 0 0 auto;
    margin-bottom: 20px
}

.iconbox .img-icon {
margin-bottom: 20px;
}

.iconbox h5 {
    font-weight: 600;
    font-size: 22px;  
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
}

.iconbox p {
    line-height: 28px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
}

.iconbox-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.iconbox-main .iconbox {
    padding: 40px 40px 20px 40px;
    flex: 25%;
    max-width: 25%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
}

.iconbox-main .iconbox.\33 {
    flex: 33.33%;
    max-width: 33.33%;
}

.iconbox-main .iconbox.\32 {
    flex: 50%;
    max-width: 50%;
}

.iconbox.\31  {
    flex: 100%;
    max-width: 100%;
}



.iconbox.text_right .img-icon{
    text-align: right;
    margin-bottom: 20px
}

.iconbox.text_center .img-icon {
    text-align: center;
}

.iconbox.text_left .img-icon {
    text-align: left;
    margin-bottom: 20px
}

/****** Style Two  *******/

.iconbox-main.iconboxstwo .iconbox {
    padding: 20px 20px 0px 20px;
}

.iconbox-main.iconboxstwo .icon-content-wrap {
    margin-left: 0px;
    padding-left: 60px;
}

.iconbox-main.iconboxstwo .iconbox .icon {
    width: 35px;
    margin-bottom: 0;
    margin: 0;
    float: left;
    margin-right: 25px;
    max-width: initial;
}

.iconbox-main.iconboxstwo .iconbox .img-icon {
    margin-bottom: 0px;
    width: 45px;
    margin-bottom: 0;
    margin: 0;
    float: left;
    margin-right: 15;
    max-width: initial;
}


.iconbox-main.iconboxstwo .iconbox.\33 {
    flex: 30.33%;
    max-width: 30.33%;
}

.iconbox-main.ibox-sone .iconbox {
    padding: 40px 40px 20px 40px;
    color: inherit;
    text-decoration: none !important;
}

/* Responsive CSS */
@media only screen and (max-width: 1200px){
.iconbox-main {
    margin: 0;
}
}

@media only screen and (max-width:991px) {
    .iconbox-main .iconbox {
        flex: 50%;
        max-width: 50%;
    }

    .iconbox-main .iconbox.\33  {
        flex: 50%;
        max-width: 50%;
    }

    .iconbox-main.iconboxstwo .iconbox.\33  {
        flex: 50%;
        max-width: 50%;
    }

    .iconbox-main.ibox-sone .iconbox {
        max-width: calc(50% - 30px);
    }
}

@media only screen and (max-width:767px) {
    .iconbox-main .iconbox {
        flex: 100%;
        max-width: 100%;
        margin: 15px 0;
        padding: 20px 20px 0 20px;
    }

    .iconbox-main .iconbox.\33  {
        flex: 100%;
        max-width: 100%;
    }

    .iconbox-main .iconbox.\32  {
        flex: 100%;
        max-width: 100%;
    }

    .iconbox-main.iconboxstwo .iconbox.\33  {
        flex: 100%;
        max-width: 100%;
    }

    .iconbox-main.ibox-sone .iconbox {
        max-width: 100%;
        padding: 20px 20px 0 20px;
    }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
















/* Transition */


/* Animation Delay */


/* Box Shadow */


/* Background Size */


/* Border Radius */


/* User Select */


/* Opacity*/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


.logo-slider .slick-slide:focus {
  outline: 0;
}

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

.logo-wrap:focus {
  outline: 0;
}

.logo-wrap img {
    display: inline-block;
    filter: grayscale(100%);
    opacity: .3;
    cursor: pointer;
    height: auto;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
}

.logo-wrap:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

.logo-slider .slick-track {
	display: flex;
	align-items: center;
	justify-content: center;
}

/********* Customer Logo Style Two CSS  **********/
.client-logo-group {	
	display: flex;
	align-items: center;
	justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

.client-logo-group .client-logo-inner {
  width: 25%;
  padding: 25px 60px;
  display: inline-block; 
  min-height: 166px;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
} 

.client-logo-group .client-logo-inner img {
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
  filter: grayscale(100%);
  opacity: .3;
}

.client-logo-inner:hover  img {
  filter: grayscale(0%);
  opacity: 1;
}


.client-logo-group .client-logo-inner {
  border-left: 2px solid rgba(10, 169, 142, 0.3);
  border-top: 2px solid rgba(10, 169, 142, 0.3);
}

.client-logo-group .client-logo-inner:nth-child(4n+1) {
  border-left: 0;
}

.client-logo-group .client-logo-inner:nth-child(-n+4) {
  border-top: 0;
}


/************* Responsive CSS  ***********/
@media only screen and (max-width:991px){
  .client-logo-group .client-logo-inner {
    padding: 30px;
  }
}

@media only screen and (max-width:767px){
  .client-logo-group .client-logo-inner {
    width: 50%;
  }
  
  .client-logo-group .client-logo-inner {
    border-left: 0;
  }
  
  .client-logo-group .client-logo-inner:nth-child(2n) {
    border-left: 2px solid #0aa98e;
  }
  
  .client-logo-group .client-logo-inner:nth-child(-n+2) {
    border-bottom: 2px solid #0aa98e;
  }
}

@media only screen and (max-width:479px){
  .client-logo-group .client-logo-inner {
    width: 100%;
  }
  
  .client-logo-group .client-logo-inner:nth-child(2n) {
    border-left: 0;
  }
  
  .client-logo-group .client-logo-inner {
    border-bottom: 2px solid #0aa98e;
    border-top: 0;
  }
  
  .client-logo-group .client-logo-inner:last-child {
    border-bottom: 0;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
















/* Transition */


/* Animation Delay */


/* Box Shadow */


/* Background Size */


/* Border Radius */


/* User Select */


/* Opacity*/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/******** Testimonial CSS  ******/
.tes-main .slick-slide:focus {
  outline: 0;
}

.tes-descri {
	display: flex;
}

.tes-img {
  width: 50px;
  height: 50px;
  float: left;
  border-radius: 100%;
  overflow: hidden;
}

.tes-img img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.tes-name {
	padding-left: 75px;
}

.tes-name p {
  margin-bottom: 0;
}

.tes-inner {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;  
}


.tes-main.slick-initialized .slick-slide {
  height: initial !important;
}


.tes-main.slick-slider .slick-list, 
.tes-main.slick-slider .slick-track {
  display: flex;
  padding: 0 !important;
}

.tes-name h5{
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 18px;
}
.tes-name p {
  font-size: 14px;
  color: #777;
}

.text-white p,
.text-white h5,
.text-white span 
{
  color: #fff;
}
.tes-main ul.slick-dots li {
    padding-left: 0;
}

.tes-main ul.slick-dots li::before {
  display: none;
}

.tes-main .slick-dots li button::before {  
  display: none;
}

.tes-main .slick-dots li {
  width: 12px;
  height: 12px;  
}

.tes-main .slick-dots {
  bottom: -30px;
}

.tes-main .slick-dots li button {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;;
  opacity: 1;
  background-color: rgba(33, 33, 33,0.25);
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
}

.tes-main .slick-dots li.slick-active button {
    background-color: #212121;
}

.tes-main .slick-dots li.slick-active button,
.tes-main .slick-dots li:hover button{
  background-color: #212121;
  opacity: 1;
}

.tes-items.slick-slide .tes-inner {
  opacity: 0.4;  
  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;;
}

.tes-items.slick-slide.slick-center .tes-inner {
  opacity: 1;  
  border-color: transparent; 
  -webkit-box-shadow: 0px 12px 35px 5px rgba(0,0,0,0.03);
    -moz-box-shadow: 0px 12px 35px 5px rgba(0,0,0,0.03);
    -o-box-shadow: 0px 12px 35px 5px rgba(0,0,0,0.03);
    -ms-box-shadow: 0px 12px 35px 5px rgba(0,0,0,0.03);
    box-shadow: 0px 12px 35px 5px rgba(0,0,0,0.03);;
}

.tes-main.slick-slider .slick-list, .tes-main.slick-slider .slick-track {
  padding-bottom: 10px !important;
}


/*  Responsive CSS */


@media only screen and (max-width: 767px) {
  .tes-inner {
    padding: 30px;
  }
}
.slick-dots li button {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

/* Blog Component
Specific pieces of UI that are stylized. Typically used for global partial styling
*/
/* Blog listing */

.blog-index {
  display: flex;
  flex-wrap: wrap;
}

.blog-index__post {
  flex: 0 0 100%;
  padding: 1.4rem 1rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post--small {
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post--small {
    flex: 0 0 calc(100% / 3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: flex;
    flex: 1 0 100%;
  }
}

.blog-index__post-image {
  height: auto;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image-wrapper--large {
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    flex: 1 1 100%;
    padding-left: 0;
  }
}

.blog-index__post-title {
  font-size: 1.25rem;
}

.blog-index__post-timestamp {
  display: block;
}

.blog-index__post-author {
  align-items: center;
  display: flex;
}

.blog-index__post-author-image {
  border-radius: 50%;
  height: auto;
  margin-right: 0.35rem;
  width: 30px;
}

.blog-index__post-tags,
.blog-index__post-title,
.blog-index__post-timestamp,
.blog-index__post-author,
.blog-index__post-image--small {
  margin: 0 0 0.7rem;
}

/* Blog pagination */

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border-color: #B0C1D4;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
}

.blog-pagination__link.blog-pagination__prev-link--disabled,
.blog-pagination__link.blog-pagination__next-link--disabled {
  color: #0e101a;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  margin: 0 0.3rem;
  width: 7px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

@media (max-width: 767px) {
  .blog-pagination__number-link {
    display: none;
  }
}

/* Blog post */

.blog-post {
  margin: 0 auto;
  max-width: 100%;
}

.blog-post__meta {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}

.blog-post__meta .author-thumb img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 100%;
  margin-right: 15px;
}

.blog-post__meta a {
  text-decoration: underline;
}

.blog-post__timestamp {
  display: block;
  font-size: 14px;
  color: #777;
}

.blog-post__meta .author-content > a {
  font-size: 19px;
  font-weight: bold;
  text-decoration: none;
}
.post-featured-image img {
  width: 100%;
}
.blog-post__tags {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 20px;
  margin-top: 60px;
}
.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__tag-link {
  font-size: 0.875rem;
}

.blog-single-content {
  border-top: 1px solid #ebebeb;
}

/* Blog related posts */

.blog-related-posts {
  background-color: #F8FAFC;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: flex;
  flex-wrap: wrap;
}

.blog-related-posts__post {
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 3);
  }
}

.blog-related-posts__image {
  height: auto;
  max-width: 100%;
}

.blog-related-posts__title {
  margin: 0.7rem 0;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 100%;
  background: #f3f3f3;
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .blog-comments {
    padding: 20px;
  }
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}


/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

















/* Transition */


/* Animation Delay */


/* Box Shadow */


/* Background Size */


/* Border Radius */


/* User Select */


/* Opacity*/


/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*************************************************** Featured Article ******************************************************/
.featured-article {   
    background-size: cover;
    background-position: center;
    display: table;
    width: 100%;
}

.featured-article #hubspot-topic_data {
    display: block;
    margin-bottom: 0 !important;
}

.featured-article .inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color:#fff;
    text-align:center;
    padding: 150px 0 120px 0;
    margin-top: 84px;
}

.featured-article .inner .page-center{
    max-width:800px;
    margin: 0 auto;
}
.featured-article .inner h1 {
    line-height: 60px;
    margin: 20px 0 40px 0;
}
.featured-article .inner h1 a{ color:#fff; }
.featured-article .inner .topic-link{
    color:#fff;
    text-transform:uppercase;
    text-decoration:underline;
    font-size:14px;
    font-weight:bold;
}
.featured-article .inner p {
    text-transform: uppercase;
    font-weight: 600;
}
.featured-article .read-more {
    background: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
}
.featured-article .read-more:hover{
    background: #0aa98e;
    color:#fff;
}

.featured-article .inner{
  padding-top:132px;
}

/* BLog listing CSS  */

.body-container--blog-index {
  background-color: ;
}


.blog-listing-one {
  padding: 45px 0;
}

.blog-listing-five .blog-listing-one .post-item {
	width: 100%;
}

.blog-listing-one .post-item:first-child {
  display: none;
}

.related-posts .related-post-item img {
  max-width: 100%;
}


#hubspot-topic_data {
	display: none;
}

.blog-topics { 
    text-align:center; 
    margin-top:0;
    padding: 0;
    background: #eaebed;
}

.blog-topics ul {
    padding: 0 0 0 0;
    margin: 0;
}

.blog-topics ul li {
    display: inline-block;
    margin-bottom: 0;
}

.blog-topics ul li::before {
  display: none;
}

.blog-topics ul li a{ 
    padding:20px 15px; 
    display:inline-block;
    font-weight: 600;
    color: #212121;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
}

.blog-topics ul li a:hover {
  color: #0aa98e;
}

.blog-topics ul li a:focus {
  color: #0aa98e;
}

.blog-topics ul li a:active {
  color: ;
}

.blog-listing-one .post-item {
    width: 33.33%;
    text-align: left;
    padding:0 15px 0 0px !important;
    display: inline-block;
    margin: 15px -2px;
    vertical-align: top;
}
.post-item .post-inner .hs-featured-image-wrapper {
    position: relative;
    text-align: center;
}
.post-item .post-inner .hs-featured-image-wrapper .read-more {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);    
    background: #fff;
    padding: 10px 20px; 
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    opacity:0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
}
.post-item .post-inner .hs-featured-image-wrapper .read-more:hover{
    background: #0aa98e;
    color:#fff;
} 

.post-item .post-inner:hover .hs-featured-image-wrapper .read-more{
    opacity:1;
}
.blog-listing-one .post-item .post-inner{
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
    
}
.blog-listing-one .post-item .post-inner:hover {
    -webkit-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
    -o-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
    box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);;
}
.blog-listing-one .post-item .short-desc {
    font-size: 16px;
    padding: 10px 30px 20px 30px;
    display: inline-block;
    background: #fff;
    width: 100%;
    font-weight:bold;    
    min-height:150px;
}
.blog-listing-one .post-item .short-desc .post-title {
    font-size: 21px;
    line-height: normal;
    font-weight: bold;
    opacity: 1;
    min-height: 110px;
    display: inline-block;
    color: #212121;
}
.blog-listing-one .post-item .short-desc .post-title:hover{
  color: #0aa98e;
}
.blog-listing-one .post-item img{
    margin:0 !important;
}
.blog-pagination {
  text-align: center;
  margin-top: 35px;
}

.blog-pagination ul {
  margin: 20px 0;
}

.blog-pagination .next-posts-link,
.blog-pagination .previous-posts-link{
    float:none;
}
.blog-pagination li{
    list-style:none;
    display:inline-block;
    margin-bottom: 0;
    padding-left: 0;
}

.blog-pagination li::before {
  display: none;
}
.blog-pagination a{
  font-size: 15px;    
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 100%;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
}
.blog-pagination a:hover{
    background: transparent;
    box-shadow: none;
}
.blog-pagination .active a{
  color: ;
}
.blog-pagination .blog-pagination__number-link {
  padding: 15px 18px;
}
.blog-pagination .hide{
    display:none;
}
.blog-pagination a .fa-angle-right {
    margin-left: 5px;
    font-size: 20px;
}
.blog-pagination ul{
    padding:0;
}
.blog-pagination a .fa-angle-left {
    margin-right: 5px;
    font-size: 20px;
}
.blog-listing-one .topic-link, 
.blog-listing-one .hubspot-topic_data {
    color: ;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
}
.hooke-style {
    font-size: 24px;
    line-height: 32px;
    margin: 35px 0;
}
.photo-credit-caption {
    color: #808080;
    font-size: 16px;
    text-align: center;
    margin-bottom:20px;
}

/*  One Column Blog CSS */
.blog-listing-five .post-item .post-inner {
	display: table;
	width: 100%;
	background: #fff;
}

.blog-listing-five .post-item .post-inner .hs-featured-image-wrapper {
	position: relative;
	text-align: center;
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

.hs-featured-image-wrapper .hs-featured-image-link {
	display: block;
}

.blog-listing-one .post-item img {
	margin: 0 !important;
}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
	border-width: 0;
	max-height: initial;
	max-width: 100%;
	display: inline-block !important;
	float: none !important;
	margin: 10px 0px 10px 0px;
}

.blog-listing-one .post-item img {
	margin: 0 !important;
}

.post-item .post-inner .hs-featured-image-wrapper .read-more {
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transition: ease-in-out all .4s;
	-webkit-transition: ease-in-out all .4s;
	-ms-transition: ease-in-out all .4s;
	-o-transition: ease-in-out all .4s;
	background: #fff;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	opacity: 0;
}

.blog-listing-one .post-item .short-desc {
	font-size: 16px;
	padding: 10px 30px 20px 30px;
	display: inline-block;
	background: #fff;
	width: 100%;
	font-weight: bold;
	min-height: 150px;
}

.blog-listing-five .post-item .short-desc {
	font-weight: normal;
	font-size: 14px;
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

.blog-listing-one .post-item {
	text-align: left;
}

.blog-listing-five .post-item .short-desc .date {
  color: ;
	font-size: 13px;
	font-weight: 600;
	padding: 10px 0;
	width: 100%;
	display: inline-block;
}

.blog-listing-one .post-item .short-desc .post-title {
	font-size: 21px;
	line-height: normal;
	font-weight: bold;
	opacity: 1;
	min-height: 110px;
	display: inline-block;
  color: #212121;
}

.blog-listing-five .post-item .post-inner .post-title {
	font-size: 21px;
	font-weight: 700;
	line-height: normal;
	min-height: auto;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
}

.blog-listing-five .post-item .post-inner .short-desc .tag-color {
  color: ;
}

.blog-listing-five .post-item .post-inner .short-desc #hubspot-author_data {
	float: none !important;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	border-top: 1px solid #e0e0e0;
	padding-top: 20px;
	margin-top: 10px;
}

.blog-listing-five .post-item .post-inner .short-desc #hubspot-author_data img {
	width: 35px !important;
	border-radius: 100%;
	float: left;
	margin-right: 15px !important;
}

.blog-listing-five .post-item .post-inner .short-desc #hubspot-author_data .author-link {
	font-size: 12px;
	font-weight: 700;
	margin-top: 5px;
	display: inline-block;
 transition: all .4s ease-in-out;
}

/****************************************************************** Blog Post **********************************************************************/
.blog-post-section .widget-type-blog_content {
    background: #fff;    
    box-shadow: 0 0 6px #e0e0e0;
    padding: 30px 40px 40px 40px;
}
.blog-listing-five {
  padding-bottom: 60px;
}

.blog-post-section {
    padding: 0 0 60px 0;
}



.body-container-wrapper.body-top-space .blog-detail-wraper{
  padding-top: 145px;
}

.body-container-wrapper.transparent-top-space .body-top-space .fixedsocailmedia-block {
  top: 242px;
}

.body-container-wrapper.transparent-top-space.body-top-space .blog-detail-wraper{
  padding-top: 196px;
}

.blog-post-section .comment-header {
  float:left;
  width:100%;
}

.blog-post-wrapper .hs-featured-image {
    margin: 30px 0 20px 0 !important;
    width: 100% !important;
    max-width: none !important;
}

.blog-post-wrapper p {
  margin-bottom: 0;
}

.blog-post-wrapper p:last-child {
  margin-bottom: 1.4rem;
}

.blog-post .category {
    display: inline-block;
}

.blog-post .category .topic-link::before {
    font-family: FontAwesome;
    content: "\f02c";
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
    color: #999;
}
.blog-post .date {
    display: inline-block;
    padding:0 15px;
}
.blog-post .date::before {
    font-family: FontAwesome;
    content: "\f017";
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    color: #999;
    margin-left: 10px;
}
.blog-post .blog-listing-author {
    display: inline-block;
    color: #212121;
    
}

.blog-listing-author span {
    color: ;
    text-decoration: underline;
    font-weight: 600;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
}
.blog-post .blog-listing-author:hover span {
  color: #0aa98e;
}

.hs-blog-social-share{
    width:100%;
}

#hs_cos_wrapper_blog_social_sharing {
  display: none;
}

/*.blog-post h1 {*/
/*    font-size: 36px;*/
/*    line-height: normal;*/
/*}*/

.blog-post  .blog-listing-wrapper.style-one.cell-wrapper {
    margin: 10px 0;
    display: inline-block;
    width: 100%;
    font-size: 15px;
}
.blog-post-section .widget-type-blog_subscribe {
    background: #0585fc;
    color: #fff;
    text-align: center;
    padding: 30px;
    margin-top:30px;
}
.blog-post-section .widget-type-blog_subscribe h3 {
    font-size: 18px;
    text-transform:uppercase;
}
.blog-post-section .widget-type-blog_subscribe input {
    width: 100% !important;
    border-radius: 0;
    border: none;
    height:45px;
}
.blog-post-section .widget-type-blog_subscribe .hs-button.primary.large {
    background: #fff;
    border: navajowhite;
    border-radius: 0;
    width: 100%;
    margin-top: 15px;
    padding: 12px 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    height:auto;
}
.blog-post-section .widget-type-blog_subscribe .hs-button.primary.large:hover{
    color:#000;
}
.blog-post-section .widget-type-blog_subscribe .hs-error-msgs label {
    color: red;
    text-shadow: none;
    font-size: 14px;
    text-align: left !important;
    font-weight: normal;
}
.blog-post-section .recent-post{
    margin-top:25px;
}
.blog-post-section .recent-post ul {
    padding: 0 0 10px 17px;
}
.blog-post-section .recent-post ul li {
    margin: 15px 0;
}
.blog-post-section .post-by-tag ul {
    padding: 0 0 0 17px;
}
.blog-post-section .post-by-tag ul li {
    margin: 15px 0;
}

.blog-post-section .hs-button.primary {
  min-width: 100%; 
}

.blog-post-section .hs-button.primary:focus,
.blog-post-section .hs-button.primary:active {
  outline: 0;
  box-shadow: none;
}

.blog-post-section .hs-search-module .input{
    position:relative;
}

.blog-post-section .hs-search-module .input input:focus{
    box-shadow:none !important;
}

.blog-post-section .widget-type-google_search label {
    font-size: 36px;    
    display: block;
    margin: 0 0 0;
}
.blog-post-section .section.post-footer {
    background: #fff;
    box-shadow: 0 0 6px #e0e0e0;
    float: left;
}

.blog-post-section .hs-form  {  
    padding: 40px 25px;
    border: none;
    border-radius: 0;
}

.blog-post-section .hs-form  .hs_firstname, 
.blog-post-section .hs-form  .hs_lastname, 
.blog-post-section .hs-form  .hs_email, 
.blog-post-section .hs-form  .hs_website {
    width: 50%;
    display: inline-block;
    padding:0 15px;
    vertical-align: top;
}

.blog-post-section .hs-form  .hs-error-msgs.inputs-list {
    margin: 0;
}

.blog-post-section .hs-form  .hs_comment.field {
    display: inline-block;
    width: 100%;
    padding: 0 15px;
}

.blog-post-section .hs-form .hs_submit,
.blog-post-section .hs-form .hs_subscribe{
    padding:0 15px;
}

.blog-post-section .hs-form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    margin-left:15px;
}

.blog-post-section .hs-form .hs_recaptcha.hs-recaptcha.field.hs-form-field .grecaptcha-badge {
  margin: 0;
  
}

.comment-date {
    font-size: 0.8em;
    color: #666;
    display: inherit !important;
    text-align: left;
}
.comment-from h4 {
    font-size: 16px !important;
    text-transform:uppercase;
    margin: 0;
    color: #0585fc;
}
.comment-from h4 a:hover{
    color:#0585fc;
}
.comment-reply-to.hs-button {
    position: absolute;
    top: 36px;
    right: 0;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    width: 55px;
    overflow: hidden;
    height: 20px;
}
.comment {
    position: relative;
    border:none;
}
.comment.depth-0{
    border:none !important;
}
.comment-reply-to::before{
    display:none;
}
.comment-reply-to em{
    display:none;
}
.comment-body{
    padding:0;
}
.related-posts {
    display: inline-block;
    width: 100%;
    padding: 40px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 0 6px #e0e0e0;
    margin-top: 30px;
}
.related-posts .related-post-item {
    width: 33.33%;
    float: left;
    padding: 0 30px 0 0;
}
.related-posts h5 {
    margin-bottom: 25px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 15px;
    font-size: 16px;
    text-transform: uppercase;
}
.related-posts .related-title a {
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0;
    display: inline-block;
}
.blog-post-section .comment-header {
    background: #fff;
    padding: 30px 40px;
    box-shadow: 0 0 6px #e0e0e0;
}
.blog-post-section .comment-header h4 {
    float: left;
    margin: 12px 0 0 0;
    font-size: 16px;
    text-transform: uppercase;
}

.blog-post-section .comment-header p {
  margin: 0;
}

.blog-post-section .comment-header a {
    float: right;
    background: #0aa98e;
    font-size: 14px;
    padding: 14px 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-top:0px;
    border-radius: 4px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
}

.blog-post-section .comment-header a:hover {
  background: #0aa98e;
}
#comments-listing {
    border-bottom: 0 !important;
    padding: 0 !important;
    /*background: #fff;*/
    padding: 0 60px 30px;
    margin-bottom: 0;
    margin-top: 0;
    /*box-shadow: 0 0 6px #e0e0e0;*/
    border-bottom: 1px solid #e0e0e0;
}
.blog-post-section .author-detail {
    display: inline-block;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 6px #e0e0e0;
    padding: 40px;
    margin-top: 30px;
}
.blog-post-section .author-detail .author-header {
    border-bottom: 1px solid #e0e0e0;
    padding: 0 0 12px 0;
    margin-bottom: 30px;
}
.blog-post-section .author-detail .author-header h6{
    font-size: 16px;
    text-transform: uppercase;
}
.blog-post-section .author-detail .image {
    width: 120px;
    float: left;
    margin-right:30px;
}
.blog-post-section .author-detail .image img{
    width:100%;
    border-radius:100%;
}
.blog-post-section .author-detail .author-description a.hs-author-social-link {
    padding-right: 10px;
    font-size: 20px;
}
.blog-post-section .author-detail .author-description .author-link {
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 5px;
}

.blog-post-section ul li::before,
.blog-post-section ol li::before {
  display: none;
  
}

.blog-post-wrapper ul,
.blog-post-wrapper ol {
  padding-left: 45px;
  margin-bottom: 30px;
}

.blog-post-section ul li,
.blog-post-section ol li {
  padding-left: 0;
}



/* ******************* Blog Post Fixed Social Media CSS ******************* */
.fixedsocailmedia-block ul li a {
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
}

.fixedsocailmedia-block {
	position: fixed;
	left: 0;
  top: 240px;
  width:40px;
  z-index:1111;
}
  
.fixedsocailmedia-block ul {
  padding-left:0;
  list-style:none;
  margin:0;
  float:left;
  width:100%;
  text-align:center;
}

.fixedsocailmedia-block ul li {
  float:left;
  width:100%;
  margin-bottom:2px;
  padding-left: 0;
}

.fixedsocailmedia-block ul li::before {
  display: none;

}
.fixedsocailmedia-block ul li:last-child {
  margin-bottom:0;
}

.fixedsocailmedia-block ul li a {
  color:#fff;
  float:left;
  width:100%;
  padding:5px;
}

.fixedsocailmedia-block ul li a:hover {
  background-color: #212121;
}
.social-twi {
  background-color:#55acee;
}
.social-lin {
  background-color:#007bb5;
}
.social-fac {
  background-color:#3b5998;
}


@media (max-width:1170px) {
  .fixedsocailmedia-block {top: 192px;}
}

@media (max-width:1023px) {
  .fixedsocailmedia-block {top: 160px;}
}

@media (max-width:767px) {
  .fixedsocailmedia-block {top: 235px;}
  
  .blog-post-section .author-detail .image {
      width: 120px;
      float: left;
      margin-right: 30px;
      margin: 0 auto;
      float: none;
      margin-bottom: 30px;
    }
  
    .author-description {
      width: 100%;
      float: left;
      text-align: center;
    }

    .span9.blog-post-section {
      width: 100%;
      float: left;
    }

    .span3.sidebar {
      width: 100%;
      margin: 0;
      float: left;
    }
  
    .author-description p {
      margin-bottom: 10px;
    }
}

@media only screen and (max-width: 479px) {
  .comment-header h4 {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  
  .blog-post-section .comment-header p {
    margin: 0;
    float: left;
    width: 100%;
    text-align: center;
  }
  
  .blog-post-section .section.post-footer {
    float: none;
    display: block;
  }
  
  .blog-post-section .comment-header a {
    float: none;
    padding: 12px 30px;	
    display: inline-block;
    margin-top: 15px;
  }
  
  .blog-post-section .hs-form .hs_firstname, .blog-post-section .hs-form .hs_lastname, .blog-post-section .hs-form .hs_email, .blog-post-section .hs-form .hs_website {
    width: 100%;
  }
  
  #hs_cos_wrapper_blog_comments {
      float: left;
      width: 100%;
    }
  
  .blog-post-wrapper ul, .blog-post-wrapper ol {
    padding-left: 25px;
  }
  
  .blog-post-section .hs-button.primary {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*******************************  Blog Side Bar  CSS *******************/
.blog-listing-five .sidebar {
	padding-top: 60px;
}

.sidebar h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom:20px;
}

.subscrib_form_main ul.inputs-list {
  margin:0 !important;
}
.subscrib_form_main .hs-form-required {
  display: none;
}

.subscrib_form_main .hs-button.primary {
  min-width: 100%;
}

.subscrib_form_main .hs-button.primary:focus {
  outline: 0;
}

.subscrib_form_main {
  margin-bottom : 30px;
}

/******************************  About Company CSS ***************************/
.aboutusinfo {
  margin-bottom:30px;
}

.aboutusinfo h3 {
  margin-bottom: 12px;
}

/***************************** Recent Post CSS *******************************/

.sidebar .widget-type-blog_subscribe h3 {
    font-size: 18px;
    text-transform: uppercase;
}
.sidebar .widget-type-blog_subscribe .hs-form-required{
    display:none;
}

.sidebar .widget-type-blog_subscribe input{
    width: 100% !important;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    height: 45px;
}
.sidebar .widget-type-blog_subscribe input:focus{
    box-shadow:0 0 16px #e0e0e0;
}


.sidebar .related-post .image {
    width: 70px;
    float: left;
}
.sidebar .related-post {
    display: inline-block;
    width: 100%;
}
 .sidebar .detail {
    padding-left: 85px;
    line-height:normal;
    padding-bottom:20px;
}
.sidebar .detail .date{
    font-size:14px;
    margin-top:5px;
}
.sidebar .tabber-content{
    padding:30px 15px;
    border:none;
    background:transparent;
}
.sidebar .tabber-tabs li a{
    border-left:none !important;
    border-right:none !important;
    border-top:none !important;
    border-bottom:4px solid transparent;
    font-weight: 700;
    
}
.sidebar .detail a{
    font-size:14px;
    font-weight:600;
    color: #212121;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
 .sidebar .detail a:hover{
  color:#0aa98e;
}
 .sidebar .tabber-tabs  li{
    width:50%;
    padding-left: 0;
    margin-bottom: 0;
}

.tabber-tabs > li {
	float: left;
}

.sidebar .tabber-tabs li::before {
  display: none;
}

.sidebar .tabber-tabs a {
  color: #212121;
  font-size: 18px;
  font-weight:400;
  text-transform: uppercase;
}

.tabber-tabs > li > a {
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 2px;
	line-height: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 20px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	text-decoration: none;
	display: block;
}

 .sidebar .tabber-tabs .active a{
    border-color: #0aa98e;
    background:transparent;
    color: #0aa98e;
    font-weight: 700;
}

.body-container .tabber-tabs {
	border-bottom: 1px solid #ddd;
	list-style: none;
	padding: 0;
	margin: 0 0 -2px;
}
.sidebar .topic-list h3 {    
    font-size: 16px;
    text-transform: uppercase;
}
.sidebar .topic-list ul{
    margin:0;
    padding:0;
}

.sidebar .topic-list ul li {
  padding-left: 0;
  margin-bottom: 0;
  
}

.sidebar .topic-list ul li::before {
  display: none;
}
.sidebar .topic-list ul li a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #e0e0e0;
    padding: 7px 13px;
    display: inline-block;
    margin: 5px 0;
    border-radius: 4px;
    color: #212121;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
}
.sidebar .topic-list ul li a:hover {
  color: #fff;
}
.sidebar .topic-list ul li {
    display:inline-block;
}
.sidebar .topic-list ul li a:hover{
  background: #0aa98e;
  color:#fff;
  border-color: #0aa98e;
}




.sidebar .tabber-content {
	padding-bottom: 20px;
}

/**************************** CAll To Action CSS  ***********************/

.calltoactionblock a img {
  width: 100%;
  height: auto;
}

.calltoactionblock {
  display:block;
  margin-bottom:30px;
  position:relative;
}
.calltoactionblock span {
  position: absolute;
  color: #fff;
  background: #0585fc;
  min-width: 110px;
  font-weight: 500;
  text-align: center;
  padding: 8px;
}

.calltoactionblock a {
  display: flex;
  justify-content: center;
  align-items: center;
}


/*################################### THree Coloumn Blog Listing CSS  ######################## */
.blog-listing-five .blog-listing-one.blog-listing-threecol .post-item {
    width: 33.33%;
    text-align: left;
    padding:0 15px 0 15px !important;
    display: inline-block;
    margin: 15px -2px;
    vertical-align: top;
}

.blog-listing-five .blog-listing-one.blog-listing-threecol .post-item .post-inner .hs-featured-image-wrapper {
  display: block;
  width: 100%;
}

.blog-listing-five .blog-listing-one.blog-listing-threecol .post-item .short-desc {
	display: block;
  width: 100%;
}

.blog-listing-five .blog-listing-one.blog-listing-threecol .post-listing {
  margin: 0 -15px;
}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  width: 100%;
}

.blog-listing-five .blog-listing-one.blog-listing-threecol .post-item .post-inner .post-title {
	height: initial;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* Blog Module CSS */
.recent-blog-main {
	display: flex;
  flex-wrap: wrap;
}

.recent-blog-main .post-item {
  display: flex;
  justify-content: center;
}

.recent-blog-main .post-item .post-inner{	
	margin: 20px;
  border: 1px solid #ececec;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
  
}
.recent-blog-main .post-title h4 {
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
}
.recent-blog-main .post-title:hover h4 {
  color: #0aa98e;
}

.recent-blog-main .post-item .post-inner.bottom-padding-desc {
  padding: 30px 30px 20px 30px;
}

#\33.post-item {
	max-width: 33.33%;
}

#\33.post-item .post-inner{
	max-width: 100%
}
#\34.post-item {
	max-width: 25%;
}

#\34.post-item .post-inner {
	max-width: 100%;
}

#\32.post-item {
  max-width: 50%;
}

#\32.post-item .post-inner {
  max-width: 100%;
  
}

#\32.post-item .post-inner .hs-featured-image-link {
 height: 300px;
}


#\31.post-item {
	width: calc(100%);
}

#\31.post-item .post-inner{
   max-width: 30%;
      
}

.recent-blog-main .post-item .post-inner:hover {
  -webkit-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
    -o-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
    box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);;
  border-color: rgba(0,0,0,0.1);
}

.recent-blog-main {
  margin: 0 -20px;
}

.recent-blog-main .hs-featured-image-link {
	height: 220px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
  width: 100%;
  
}

.recent-blog-main .post-item .post-inner {
  border-radius: 0;
  border-width: 1px;
}

.short-desc.blog-content-group {
  padding: 35px;
}


.short-desc.blog-content-group h4{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 15px;
}

.view-blog img {
  width: 25px;
}

.comment-blog img {
  width: 22px;
}

.blog-counter {
	display: flex;
	justify-content: space-between;
	padding: 20px 0 0 0;
	border-top: 1px solid #e7e7e7;
  margin-top: 40px;
}

.recent-blog-main .post-item p,
.recent-blog-main .post-item h4,
.recent-blog-main .post-item .comment-blog img,
.recent-blog-main .post-item .view-blog img,
.recent-blog-main .post-item .blog-counter span {
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
}



.btn.text_btn.read-more {
	background: transparent;
	margin-top: 25px;
  position: relative;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: bold;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;

}
.btn.text_btn.read-more:hover {
  color: #0aa98e;
}

.btn.text_btn.read-more svg {
  width: 10px;
  position: relative;
  top: 1px;
  margin-left: 3px;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
}

.btn.text_btn.read-more:hover svg {
  color: #0aa98e;
}

.span9.blog-listing-one-main {
  float: none;
  margin: 0 auto !important;
}


/* Blog Post CSS */

.hs-blog-post .body-container-wrapper.transparent-top-space .body-container--blog-index{
  padding-top: 200px;
}

.blog-listing-one-main .blog-listing-one .post-item {
  padding-right: 0 !important;
}

.span10.blog-post-section {
	float: none;
	margin: 0 auto !important;
}

.blog-post-section .widget-type-blog_content,
.blog-post-section .author-detail,
.related-posts,
.blog-post-section .comment-header{
  -webkit-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
    -o-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
    box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);;
}

.blog-post-section .widget-type-blog_content {
  padding: 60px 0;
}

.blog-post-section .hs-featured-image {
  margin: 45px 0 55px 0 !important;
}

.blog-post-section .blog-post {
	max-width: 670px;
	margin:0 auto;
}

.blog-post-section .section.post-body #hs_cos_wrapper_post_body {
  max-width: 670px;
	margin:0 auto;
  display: block;
}

.blog-post-container {
  padding-bottom: 150px;
}

.blog-listing-five .post-item .post-inner .short-desc #hubspot-author_data .hs-author-avatar {
	width: 35px !important;
	border-radius: 100%;
	float: left;
	margin-right: 15px !important;
	height: 35px;
	overflow: hidden;
}

.blog-listing-five .post-item .post-inner .short-desc #hubspot-author_data .author-img {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	height: 100%;
}

.blog-listing-five .post-item .post-inner .short-desc #hubspot-author_data {
	float: none !important;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	border-top: 1px solid #e0e0e0;
	padding-top: 20px;
	margin-top: 10px;
}

/*  Blog Post New Design CSS */
.body-container-wrapper.blog-post-new .body-container--blog-index {
  background-color: #fff;
}

.blog-banner-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: initial;
  
}

.blog-banner-img.featured-article .inner {
  padding: 150px 0;
}

.blog-banner-img h1,
.blog-banner-img .blog-listing-author,
.blog-banner-img .blog-listing-author span{
  color: #fff;
}

.body-container-wrapper.blog-post-new .blog-post-section .widget-type-blog_content {	
	padding: 0;
	background: transparent;
	box-shadow: none;
}

.body-container-wrapper.blog-post-new .blog-listing-wrapper.style-one.cell-wrapper {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.blog-banner-img .blog-listing-author {
  margin-right: 30px;
}

.body-container-wrapper.blog-post-new .blog-comments h5 {
  font-size: 16px;
}

.body-container-wrapper.blog-post-new .blog-post-section .author-detail .author-header {
  border: 0;
  padding: 0;
}

.body-container-wrapper.blog-post-new .author-detail,
.body-container-wrapper.blog-post-new .related-posts,
.body-container-wrapper.blog-post-new .blog-comments{
	max-width: 670px;
	margin: 0 auto;
	display: block;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.body-container-wrapper.blog-post-new .author-detail-wrap,
.body-container-wrapper.blog-post-new .related-posts-wrap,
.body-container-wrapper.blog-post-new .blog-comment-wrap{
  width: 100%;
  float: left;
}

.body-container-wrapper.blog-post-new .related-posts-wrap {padding-bottom: 50px;}

.body-container-wrapper.blog-post-new .blog-post-section .hs-form,
.body-container-wrapper.blog-post-new .blog-post-section .section.post-footer{
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.body-container-wrapper.blog-post-new .blog-post-section .hs-form {
  margin: 0 -15px;
}

.body-container-wrapper.blog-post-new .author-detail {
	margin-top: 60px;
	margin-bottom: 50px;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 50px;
}

.body-container-wrapper.blog-post-new .blog-pagination {
	margin-top: 40px;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 40px;
	max-width: 670px;
	margin: 0 auto;
}

.body-container-wrapper.blog-post-new .related-posts {
  margin-bottom: 50px;
}

.body-container-wrapper.blog-post-new  .related-posts h5 {
  padding-bottom: 0;
  border: 0;
}

.body-container-wrapper.blog-post-new .blog-pagination {
  margin-top: 40px;
}

.body-container-wrapper.blog-post-new .author-description {
	padding-left: 150px;
}

.body-container-wrapper.blog-post-new .blog-comments {
	padding-top: 50px;
	border-top: 1px solid #e4e4e4;
}

.body-container-wrapper .blog-detail-wraper {
  padding-top: 80px;
  position: relative;
}

.blog-post-section .author-detail .author-header h6{
    font-size: 16px;
    text-transform: uppercase;
}
.blog-post-section .author-detail .image {
    width: 120px;
    height: 120px;
    float: left;
    margin-right:30px;
    border-radius:100%;
    overflow: hidden;
}

.blog-post-section .author-detail .image .hs-author-avatar {
  height: 100%;
  width: 100%;
  display: block;
}

.blog-post-section .author-detail .image .hs-author-avatar {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-post-section .author-detail .image img{
    width:100%;
    border-radius:100%;
    height: 100%;
}

.blog-post-section .author-detail .author-description a.hs-author-social-link {
    padding-right: 10px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
}

.blog-post-section .author-detail .author-description a.hs-author-social-link:hover {
  transform: translateY(-3px);
}

.fixedsocailmedia-block ul li a i {
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
}

.fixedsocailmedia-block ul li a:hover i {
  transform: translateY(-3px);
}


.blog-post-section .author-detail .author-description .author-link {
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 5px;
}

.blog-post-section ul li::before,
.blog-post-section ol li::before {
  display: none;
  
}

.blog-post-wrapper ul,
.blog-post-wrapper ol {
  padding-left: 45px;
  margin-bottom: 30px;
}

.blog-post-wrapper ul 
  list-style-type: disc;
}



.blog-post-section ul li,
.blog-post-section ol li {
  padding-left: 0;
}

.blog-post-wrapper ul li
  padding-left: 5px !imporatant;
}

.blog-listing-five .post-item .post-inner .hs-featured-image-wrapper,
.blog-listing-five .post-item .short-desc{
  display: inline-block;
}

.blog-listing-five .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {	
	max-width: 100%;
	display: inline-block !important;
	float: none !important;
	margin: 10px 0px 10px 0px;
	height: 100%;
	object-fit: cover;
	-webkit-object-fit: cover;
	-ms-object-fit: cover;
	width: 100%;	
}

.blog-listing-five .hs-featured-image-wrapper .hs-featured-image-link {
	height: 100%;
}

.body-wrapper.hs-blog-listing .blog-listing-five .post-item .post-inner {
  display: flex;
  flex-wrap: wrap;
}


.blog-post-wrapper ul, .blog-post-wrapper ol {
	padding-left: 45px;
	margin-bottom: 30px;
}

.blog-post-wrapper ul li {
	padding-left: 5px;
}

/*  Subscribe CSS */

.innerbanner-subscribe-form form {
	padding: 0;
	background: transparent;
	border: 0;
	display: flex;
	max-width: 600px;
	margin: 0 auto;
}

.blog-subscription-main .innerbanner-subscribe-form {
  margin-top: 0;
}

.blog-subscription-main {
  padding: 50px 0;
  background-color: #f7f7f7;
  float: left;
  width: 100%;
  border-top: 1px solid #e4e4e4;
}

.blog-subscription-main .innerbanner-subscribe-form {
	margin-top: 0;
	float: left;
	width: 60%;
}

.blog-subscription-title {
	float: left;
	width: 40%;
	text-align: left;
  margin-bottom: 30px;
}

.blog-subscription-title p {
  margin-bottom: 0;
}

.blog-subscription-title h4 {
 margin-bottom: 5px;
}

.blog-subscription-main .innerbanner-subscribe-form form {
  max-width: 100%;
}

.blog-subscription-main .blog-subscription-inner {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}


.innerbanner-subscribe-form form .hs_email {
  margin-bottom: 0;
  width: 80%;
}

.innerbanner-subscribe-form form .hs_email > label {
	display: none;
}

.form-without-bg-main {
  background-color: transparent !important;
}

.blog-topics {
  background-color: transparent;
  border-bottom: 1px solid #e4e4e4;
}

.innerbanner-subscribe-form form input[type="submit"], .innerbanner-subscribe-form form .hs-button {
	min-width: 180px;
	font-size: 14px;
	padding: 18px 30px;
	margin-left: 15px;
  background-color: #212121;
	color: #fff;
}

.blog-listing-five.alternate-blog-style .post-item .post-inner .hs-featured-image-wrapper {
	position: relative;
	text-align: center;
	display: inline-block;
	width: 50%;
  border-radius: 5px 0 0 5px;
}


.blog-listing-five.alternate-blog-style .post-item .short-desc {
	display: inline-block;
	width: 50%;
	padding: 30px;
	border-radius: 0 5px 5px 0;
}

.blog-listing-five.alternate-blog-style .post-item .post-inner .btn {
	margin-bottom: 0px;
}

.blog-listing-five.alternate-blog-style .hs-featured-image-wrapper .hs-featured-image-link {
	height: 100%;
}

.blog-listing-five.alternate-blog-style .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
	border-width: 0;
	max-height: initial;
	max-width: 100%;
	display: inline-block !important;
	float: none !important;
	margin: 10px 0px 10px 0px;
	height: 100%;
	object-fit: cover;
	-webkit-object-fit: cover;
	-ms-object-fit: cover;
	width: 100%;
	border-radius: 5px 0 0 5px;
}

.body-wrapper.hs-blog-listing .blog-listing-five .post-item .post-inner {
  -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;;
}
/***************************** Blog Listing Page Responsive CSS   ********************/
@media only screen and (max-width:1024px) {
  .recent-blog-main .hs-featured-image-link {
    height: 180px;
  }
  
  .post-item .post-inner .hs-featured-image-wrapper .read-more {
    padding: 8px 10px;
  }
  
  #\31 .post-item .post-inner {
    max-width: 40%;
  }
  
  .hs-blog-post .body-container-wrapper.transparent-top-space .body-container--blog-index {
    padding-top: 120px;
  }
  
  .fixedsocailmedia-block {
    top: 160px;
  }
  
  .body-container--blog-index {
    margin-top: 60px;
  }
  
  .featured-article .inner {padding: 80px 0 70px 0;}
  
  .body-container.body-container--blog-index.blog-post-container {
    margin-top: 60px;
  }
  
  
  .blog-banner-img.featured-article .inner {
    padding: 100px 0 70px 0;
  }
  
  .body-container.body-container--blog-index.blog-post-container {
	margin-top: 60px;
}
}

@media only screen and (max-width:991px ){
  .blog-listing-five .span9,.blog-listing-five .span3 {
    width: 100%;
    margin:0;
  }
  
  .blog-listing-five .span3.sidebar {
    padding-top:0;
  }
  
  .featured-article .inner h1 {
	   margin: 15px 0 20px 0;
  }
  
  .featured-article .inner .page-center {
    padding: 30px 20px;
  }
  
  .featured-article #hubspot-topic_data {
    margin-bottom: 0;
  }
  
  /* ********** Blog Three Column CSS   ***********   */
  .blog-listing-five .blog-listing-one.blog-listing-threecol .post-item {
    width: 50%;
  }
  
  /*  Blog Module CSS   */
  #\33 .post-item {
    max-width: 50%;
  }
  
  #\34 .post-item {
    max-width: 50%;
  }
  
  #\32 .post-item .post-inner .hs-featured-image-link {
    height: 220px;
  }
  
  #\31 .post-item .post-inner {
    max-width: 50%;
  }
  
  .blog-post-section .blog-post {
    max-width: 80%;
  }
  
 .blog-post-section .section.post-body #hs_cos_wrapper_post_body {
    max-width: 80%;
  } 
  
  
  .body-container-wrapper.blog-post-new .author-detail, 
  .body-container-wrapper.blog-post-new .related-posts, 
  .body-container-wrapper.blog-post-new .blog-comments,
  .body-container-wrapper.blog-post-new .blog-pagination{
    max-width: 80%;
  }
  
  .featured-article .inner {
    padding: 60px 0 40px 0;
  }
  
  .blog-banner-img.featured-article .inner {
    padding: 80px 0 50px 0;
  }
  
  
}

@media only screen and (max-width: 767px ){
  .featured-article .inner .page-center {
    max-width: 100%;   
  }
  
  .featured-article .inner h1 {
    margin: 12px 0 20px 0;
    line-height: 42px;
  }
  
  .blog-topics ul li {
    padding-left: 0;
  }
  
  .blog-listing-five .post-item .post-inner .hs-featured-image-wrapper {
    display: block;
    width: 100%;
  }
  
  .blog-listing-five .post-item .short-desc {
    display: block;
    width: 100%;
  }
  
  .blog-listing-one {
	  padding: 35px 0;
  }
  
  .blog-listing-one .post-item .short-desc {
    padding: 10px 25px 20px 25px;
  }
  
  .blog-listing-five .post-item .post-inner p {
    margin-bottom: 10px;
  }
  
  .blog-listing-five .blog-listing-one .post-item {
    padding: 0 !important;
  }
  
  .featured-article .inner {
	  padding-top: 160px;
  }
  
  .blog-topics ul li a {
    padding: 8px 15px;
  }
  
  .blog-listing-five {
	    padding-bottom: 0;
  }
  
  /* ********** Blog Three Column CSS   ***********   */
  .blog-listing-five .blog-listing-one.blog-listing-threecol .post-item {
    width: 100%;
  }
  
  /*  Blog Module CSS   */
  #\33 .post-item {
    max-width: 100%;
  }
  
  #\34 .post-item {
    max-width: 100%;
  }
  
  #\32 .post-item {
    max-width: 100%;
  }
  
  #\32 .post-item .post-inner{
    max-width: 100%;
  }
  
  .recent-blog-main .hs-featured-image-link {
    height: 220px;
  }
  
  #\31 .post-item .post-inner {
    max-width: 100%;
  }
  
  .blog-post-container {
    padding-bottom: 50px;
  }
  
  .body-container-wrapper.body-top-space .blog-post-container .blog-detail-wraper {
    padding-top: 115px;
  }
  
  .blog-post-section .blog-post {
    max-width: 80%;
  }
  
  .fixedsocailmedia-block {
    top: 130px;
  }
  
  .blog-post-section .section.post-body #hs_cos_wrapper_post_body {
    max-width: 80%;
  }
  
  .featured-article .inner {	
    padding: 60px  0 20px 0;
  }
  
  .blog-banner-img.featured-article .inner {
    padding: 30px 0 20px 0;
  }
  
   .body-container-wrapper.blog-post-new .blog-pagination {    
    margin-bottom: 50px;
    max-width: 80%;
  }
  
  .body-container-wrapper.blog-post-new .related-posts {
    margin-bottom: 30px;    
  }
  
  .body-container-wrapper.blog-post-new .author-description {
    padding-left:0px;
  }
  
  .body-container-wrapper.blog-post-new .blog-post-section .author-detail .author-header {	
    text-align: center;
    padding-top: 0;
  }
  
  .body-container-wrapper.blog-post-new .author-description {
    width: initial;
    float: none;    
  }
  
  .blog-banner-img.featured-article .inner {
    padding: 80px 0;
  }
  
  .featured-article .inner {
    padding: 80px 0 50px 0;
  }
  
  .related-posts .related-post-item {width: 100%;padding:0;margin-bottom: 30px;}
  .related-posts .related-post-item:last-child {margin-bottom: 0;}
  .body-container-wrapper.blog-post-new .related-posts-wrap {
    padding-bottom: 40px;
  }
  
  .blog-post-section .author-detail .image {	
    float: none;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  
  .body-container-wrapper.blog-post-new .author-detail {
    margin-top: 0;
  }
  
  .body-container-wrapper.blog-post-new .body-container--blog-index {
    margin-top: 60px;
  }
  
  .body-container-wrapper .blog-detail-wraper {
    padding-top: 60px;
  }
  
  .blog-listing-five .post-item .post-inner .hs-featured-image-wrapper,
  .blog-listing-five .post-item .short-desc{
    width: 100%;
  }
  
  .blog-subscription-title {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  
  .blog-subscription-main .innerbanner-subscribe-form {
    float: left;
    width: 100%;
  }
  
  .blog-subscription-main .innerbanner-subscribe-form .form-without-bg-main {
    margin-top: 15px;
  }
  
  .blog-listing-five.alternate-blog-style .post-item .post-inner .hs-featured-image-wrapper,
  .blog-listing-five.alternate-blog-style .post-item .short-desc{	
    width: 100%;
  }
  
  .blog-listing-five.alternate-blog-style .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    border-radius: 5px 5px 0 0;
  }
  
  .blog-listing-five.alternate-blog-style .post-item .short-desc {   
    border-radius: 0 0 5px 5px;
  }

}

@media only screen and (max-width:479px){
  .featured-article .inner h1 {
    line-height: 42px;
    font-size: 36px;
  }
  
  .recent-blog-main .hs-featured-image-link {
    height: 160px;
  }
  
  #\32 .post-item .post-inner .hs-featured-image-link {
    height: 160px;
  }
  
  .blog-banner-img.featured-article .inner {
    padding: 40px 0;
  }
  
  .body-container-wrapper .blog-detail-wraper {
    padding-top: 50px;
  }
  
  .innerbanner-subscribe-form form .hs_email {
    margin-bottom: 15px;
    width: 100%;
  }
  
  .innerbanner-subscribe-form form .hs_submit.hs-submit {
    width: 100%;
  }
  
  .blog-subscription-main .innerbanner-subscribe-form form {    
    flex-wrap: wrap;
  }
  
  .innerbanner-subscribe-form form input[type="submit"], .innerbanner-subscribe-form form .hs-button {
    min-width: 100%;	
    margin-left: 0;
  }
  
  .blog-listing-five.alternate-blog-style .post-item .short-desc {
    padding: 20px;
  }
  
}

.figura-gallery {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.figura-gallery .gallery-items {
  max-width: 33.333%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 25px;
}
.figura-gallery .gallery-img img {
  max-width: 100%;
  height: auto;
}

.figura-gallery .gallery-img {
  height: 100%;
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.figura-gallery .gallery-overlay {
  background: #000000e0;
  position: absolute;
  display: block;
  width: 100%;
  height: 98.2%;
  top: 0;
  left: 0;
  opacity: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}
.figura-gallery .gallery-overlay .text-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.figura-gallery .gallery-overlay .text-wrapper .pli-text {
  padding: 20px;
  -webkit-transform: translate3d(0,40px,0) skewY(-8deg);
  transform: translate3d(0,40px,0) skewY(-8deg);
  -webkit-transition: opacity .3s,-webkit-transform 0s .3s;
  transition: opacity .3s,-webkit-transform 0s .3s;
  -o-transition: transform 0s .3s,opacity .3s;
  transition: transform 0s .3s,opacity .3s;
  transition: transform 0s .3s,opacity .3s,-webkit-transform 0s .3s;
  will-change: transform,opacity;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-drag-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.pli-category-holder {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1px 0 0;
  color: #bbb;
  font-size: 14px;
  line-height: 28px;
}
.pli-title {
  color: #fff;
  position: relative;
  z-index: 4;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}
.pli-title a {
  color: inherit !important;
}
.gallery-items:hover .gallery-overlay {
  opacity: 1;
} 
.gallery-items:hover .gallery-overlay .text-wrapper .pli-text  {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition: .6s cubic-bezier(.11,.29,.03,.88);
  -o-transition: .6s cubic-bezier(.11,.29,.03,.88);
  transition: .6s cubic-bezier(.11,.29,.03,.88);
} 
.gallery-inner {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .figura-gallery .gallery-col-3 {
    max-width: 33.33333%;
  }
  
  .figura-gallery .gallery-col-1 {
    max-width: 100%
  }

  .figura-gallery .gallery-col-4 {
    max-width: 25%;
  }  
  
  .figura-gallery .gallery-col-8 {
    max-width: 66.6666%;
  }

  .figura-gallery .gallery-col-2 {
    max-width: 50%;
  }
}
@media only screen and (min-width: 676px) and (max-width: 991px) {
  .figura-gallery .gallery-col-3 {
    max-width: 50%;
  }
  
  .figura-gallery .gallery-col-1 {
    max-width: 100%
  }

  .figura-gallery .gallery-col-8 {
    max-width: 100%;
  }

  .figura-gallery .gallery-col-4 {
    max-width: 50%;
  }
  
  .figura-gallery .gallery-col-2 {
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .figura-gallery .gallery-items {
    width: 100%;
    right: 0;
  }
  .figura-gallery .gallery-col-3 {
    max-width: 100%;
  }

  .figura-gallery .gallery-col-8 {
    max-width: 100%;
  }
  
  .figura-gallery .gallery-col-1 {
    max-width: 100%
  }

  .figura-gallery .gallery-col-4 {
    max-width: 100%;
  }
  
  .figura-gallery .gallery-col-2 {
    max-width: 100%;
  }
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  background: transparent;
}
.page-header,
.system-page-content .content-wrapper {
  position: relative;
}
.system-page-content {
  padding: 145px 0 105px;
  background-size: cover;
  background-position: center center;
  position: relative;
  background-attachment: fixed;
}

@media screen and (max-width: 767px) {
  .system-page-content {
    padding: 60px 0;
  }
}
.page-header-posts {
  padding: 150px;
  background-color:rgba(0, 0, 0, 1);
  background-size: cover;
  background-position: center center;
}
.contact-listing {
  padding-left: 20px;
}
.contact-listing li {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.7;
}

.body-container-wrapper {
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */
.header {
  padding-top: 15px;
}
.header .dnd-section {
  padding: 0;
}

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}

.header__column {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 30px;
}
.header__row-1,
.header__row-2,
.header__row-3 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.header_search_icons {
  margin-right: 15px;
  position: relative;
}
.header_search_icons .icons svg {
  width: 18px;
}
.header_search_icons .icons {
  cursor: pointer;
  padding: 15px;
  display: block;
}

.header_search_icons .header__search {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  right: 0;
  top: 100%;
  background: #ffff;
  padding: 0;
  box-shadow: 0 2px 20px 0 rgb(0 0 0 / 5%);
}
.header_search_icons .header__search.open{
  opacity: 1;
  visibility: visible;
}
.header__search label {
  display: none !important;
}

.header_search_icons .header__search .hs_cos_wrapper_widget  {
  z-index: 1;
  background: #fff;
  padding: 15px;
  position: relative;
}
.header__search.header--element:before {
  content: '';
  width: 15px;
  height: 15px;
  background: #fff;
  position: absolute;
  right: 15px;
  transform: rotate(45deg);
  top: -7px;
  z-index: 0;
  box-shadow: 0 2px 20px 0 rgb(0 0 0 / 5%);
}

.tranasparent-header {
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  background: transparent !important;
  top: 0;
  z-index: 99;
}

@media (max-width: 767px) {
  .header__container {
    /* flex-direction: column;
    padding: 20px 0 0; */
  }

  .header__row-3 {
    display: none;
  }

  .header__column {
    position: static;
    margin-right: -15px;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 0;
  }
  .header_search_icons .icons svg {
    width: 25px;
    position: relative;
    top: 4px;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    /* margin: 0 auto;
    width: 100%; */
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--main {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 50px;
}

/* Search bar */

.header__search {
  padding: 0 22px;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 15px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 10px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 20px 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 30px;
  }
}


/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 15px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid #ebebeb;
  border-radius: 0;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
  display: block;
  left: calc(100% - 50px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 16px;
  padding: 10px 15px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 18px;
  margin-bottom: 0;
  margin-left: 15px;
  padding: 15px 0; 
  text-transform: uppercase;
  font-weight: 600;
  color: #212121;
  font-family: 'Jost',sans-serif;
}

.header__language-switcher--label-current:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #00000080;
  content: "";
  display: block;
  height: 0px;
  margin-left: 5px;
  margin-top: 0;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 30px;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }

  .header__language-switcher--label-current {
    display: none;
  }



  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}
@media (max-width: 992px) and (min-width: 767px) {
  .header__row-3,
  .header__row-1 .header__language-switcher {
    display: none;
  }
}
.lang_list_class:before {
  border-bottom-color: #ebebeb !important;
}
.header__language-switcher .globe_class {
  background-image: none;
  width: 0;
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #212121;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 95px;
    z-index: 20;
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 5%);
  }

  .header__search--toggle {
    display: none;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 0;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
    filter: invert(1);
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
    filter: invert(1);
  }

  .header__close--toggle.show {
    display: block;
  }
  .header__navigation--toggle.hide.open {
    display: none;
  }
  .header_search_icons {
    position: static;
  }
  .header_search_icons .header__search {
    height: auto !important;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}