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

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

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

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

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

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

*, *:before, *:after {
    box-sizing: border-box;
  }
  
  /* @import url('http://example.com/example_style.css'); */
  
  /***********************************************/
  /* CSS @imports must be at the top of the file */
  /* Add them above this section                 */
  /***********************************************/
  
  /*****************************************/
  /* Start your style declarations here    */
  /*****************************************/
  
  
  /*  ----------- RESET CSS --------- */
  *, ::before, ::after {
     margin: 0;
     padding: 0;
     outline: none;
     border: 0;
     box-sizing: border-box;
     -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
     
  }
  
  body{
      
      font-weight: 400;   
    -webkit-font-smoothing: antialiased;
  }
  
  h1,h2,h3,h4,h5,h6,
  span,
  div,
  figure,
  a {
    padding: 0;
    margin: 0;
  }
  
  a,a:focus,a:hover {
    text-decoration: none;
    outline:none;
  }
  
  select {
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    
    
  }
  
  select::-ms-expand {/* Remove IE default v icon*/
    display: none;
  }
  
  input::-ms-clear {  /* Remove IE default x icon */
    display: none;
  }
  /* @import url('http://example.com/example_style.css'); */
  
  /***********************************************/
  /* CSS @imports must be at the top of the file */
  /* Add them above this section                 */
  /***********************************************/
  
  /*****************************************/
  /* Start your style declarations here    */
  /*****************************************/
  
  /* 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: 28px;
      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: 28px;
          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: 28px;
          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 ;
      }
  }
  /* @import url('http://example.com/example_style.css'); */
  
  /***********************************************/
  /* CSS @imports must be at the top of the file */
  /* Add them above this section                 */
  /***********************************************/
  
  /*****************************************/
  /* Start your style declarations here    */
  /*****************************************/
  .content-wrapper {
    margin: 0 auto;
    max-width: 1170px;
    padding: 0 20px;
  }
  
  @media screen and (min-width: 1380px) {
    .content-wrapper {
      padding: 0;
    }
  }
  
  .dnd-section {
    padding: 80px 20px;
  }
  
  .dnd-section .dnd-column {
    padding: 0 20px;
  }
  
  @media (max-width: 767px) {
    .dnd-section .dnd-column {
      padding: 0;
    }
  }
  /* @import url('http://example.com/example_style.css'); */
  
  /***********************************************/
  /* CSS @imports must be at the top of the file */
  /* Add them above this section                 */
  /***********************************************/
  
  /*****************************************/
  /* Start your style declarations here    */
  /*****************************************/
  
  html {
    font-size: 16px;
  }
  
  @media (max-width: 767px) {
    html {
      font-size: 16px;
    }
  }
  
  @media (max-width: 480px) {
    html {
      font-size: 16px;
    }
  }
  
  body {
    color: #1a1a1a;
    font-family: 'Roboto', sans-serif;
    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: 16px;
    margin: 0 0 1.4rem;
  }
  
  strong {
    font-weight: 700;
  }
  
  /* Anchors */
  
  a {
    color: #3452ff;
    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{
    color:;
    font-family: 'Roboto', sans-serif;   
    margin-bottom:15px;
    font-weight: 700;
  }
  
  h1,.h1 {
    font-size: 67px;
    line-height: 1;
    font-weight: 700;
    
  }
  
  
  h2,.h2 {
    font-size: 54px;
    line-height: 1.2;
    font-weight: 700;
    
  }
  
  h3,.h3 {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 700;
    
  }
  
  h4,.h4 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    
  }
  
  h5,.h5 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
  }
  
  h6,.h6 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
  }
  
  .overline {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #102d7b;
    text-transform: uppercase;
    display: inline-block;
  }
  
  /*  Heading tag Responsive CSS */
  @media only screen and (max-width:1024px) {
    h1,.h1 {
      font-size: 52px;
    }
    
    h2,.h2 {
      font-size: 42px;
    }
    
    h3,.h3 {
      font-size: 32px;
    }
  }
  
  @media only screen and (max-width:767px) {
    h1,.h1 {
      font-size: 48px;
    }
    
    h2,.h2 {
      font-size: 36px;
    }
    
    h3,.h3 {
      font-size: 28px;
    }
    
    h4,.h4 {
      font-size: 20px;
    }
  }
  
  /* Lists */
  
  ul.no-list {
    list-style: none;
  }
  
  address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
    color: #4e4e4e;
  }
  
  q {
     color: #4e4e4e;
  }
  em {
    margin-bottom: 22px;
    display: block;
  }
  
  ol,
  ul,
  dl {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  
  ol ol,
  ul ul,
  ol ul,
  ul ol {
    margin-bottom: 0
    
  }
  
  dt {
    font-weight: 700;
  }
  
  dd {
    margin-bottom: .5rem;
    margin-left: 0;
  }
  
  dfn {
    font-style: italic;
  }
  
  li {
    padding-left: 25px;
    position:relative;
    margin-bottom:10px;
  }
  
  li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #1a1a1a;
  top: 8px;
  left: 0;
  }
  
  b,
  strong {
    font-weight: bolder;
  }
  
  small {
    font-size: 80%;
  }
  
  mark,
  .mark {
    padding: 0.2em;
    background-color: #fcf8e3;
  }
  
  /* Subscripts and superscripts */
  
  sub,
  sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -.25em;
  }
  
  sup {
    top: -.5em;
  }
  
  /* Code blocks */
  
  code {
    vertical-align: bottom;
  }
  
  /* Blockquotes */
  
  blockquote {
    border-left: 5px solid #f7f7f7;  
    padding-left: 15px;
    margin: 0 0 1rem;
    padding: 15px 0 15px 30px;
    color: #4e4e4e;
  }
  
  /* Horizontal rules */
  
  hr {
    background-color: #CCC;
    border: none;
    color: #CCC;
    height: 1px;
  }
  
  pre,
  code,
  kbd,
  samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  
  pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
  }
  
  figure {
    margin: 0 0 1rem;
  }
  
  img {
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
    
  }
  
  abbr[title],
  abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
  }
  
  /* Focus styles */
  
  .disable-focus-styles :focus {
    outline: none;
  }
  
  
  /*  Table css */
  table {
    border-collapse: collapse;
  }
  
  caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
  }
  
  th {
    text-align: inherit;
  }
  
  label {
    display: inline-block;
    margin-bottom: .5rem;
  }
  
  button {
    border-radius: 0;
  }
  
  button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
  }
  
  input,
  button,
  select,
  optgroup,
  textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  
  button,
  input {
    overflow: visible;
  }
  
  button,
  select {
    text-transform: none;
  }
  
  button,
  html [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
  }
  
  input[type="radio"],
  input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
  }
  
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    -webkit-appearance: listbox;
  }
  
  textarea {
    overflow: auto;
    resize: vertical;
  }
  
  fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
  }
  
  legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
  }
  
  progress {
    vertical-align: baseline;
  }
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  [type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
  }
  
  [type="search"]::-webkit-search-cancel-button,
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
  }
  
  output {
    display: inline-block;
  }
  
  summary {
    display: list-item;
    cursor: pointer;
  }
  
  
  
  
  .button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
    height: 1.5em;
    width: 1.5em;
  }
  
  .button .icon:first-child:not(:last-child) {
    margin-left: calc(-0.5em - 1px);
    margin-right: 0.25em;
  }
  
  .button .icon:last-child:not(:first-child) {
    margin-left: 0.25em;
    margin-right: calc(-0.5em - 1px);
  }
  
  .button .icon:first-child:last-child {
    margin-left: calc(-0.5em - 1px);
    margin-right: calc(-0.5em - 1px);
  }
  
  .button:hover, .button.is-hovered {
    border-color: #b5b5b5;
    color: #363636;
  }
  
  .button:focus, .button.is-focused {
    border-color: #3273dc;
    color: #363636;
  }
  
  .button:focus:not(:active), .button.is-focused:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
  }
  
  .button:active, .button.is-active {
    border-color: #4a4a4a;
    color: #363636;
  }
  
  .button.is-text {
    background-color: transparent;
    border-color: transparent;
    color: #4a4a4a;
    text-decoration: underline;
  }
  
  .button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
    background-color: whitesmoke;
    color: #363636;
  }
  
  .button.is-text:active, .button.is-text.is-active {
    background-color: #e8e8e8;
    color: #363636;
  }
  
  .button.is-text[disabled],
  fieldset[disabled] .button.is-text {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
  }
  
  .button.is-white {
    background-color: white;
    border-color: transparent;
    color: #0a0a0a;
  }
  
  .button.is-white:hover, .button.is-white.is-hovered {
    background-color: #f9f9f9;
    border-color: transparent;
    color: #0a0a0a;
  }
  
  .button.is-white:focus, .button.is-white.is-focused {
    border-color: transparent;
    color: #0a0a0a;
  }
  
  .button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
  }
  
  .button.is-white:active, .button.is-white.is-active {
    background-color: #f2f2f2;
    border-color: transparent;
    color: #0a0a0a;
  }
  
  .button.is-white[disabled],
  fieldset[disabled] .button.is-white {
    background-color: white;
    border-color: transparent;
    box-shadow: none;
  }
  
  .button.is-white.is-inverted {
    background-color: #0a0a0a;
    color: white;
  }
  
  .button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered {
    background-color: black;
  }
  
  .button.is-white.is-inverted[disabled],
  fieldset[disabled] .button.is-white.is-inverted {
    background-color: #0a0a0a;
    border-color: transparent;
    box-shadow: none;
    color: white;
  }
  
  .button.is-white.is-loading::after {
    border-color: transparent transparent #0a0a0a #0a0a0a !important;
  }
  
  .button.is-white.is-outlined {
    background-color: transparent;
    border-color: white;
    color: white;
  }
  
  .button.is-white.is-outlined:hover, .button.is-white.is-outlined.is-hovered, .button.is-white.is-outlined:focus, .button.is-white.is-outlined.is-focused {
    background-color: white;
    border-color: white;
    color: #0a0a0a;
  }
  
  .button.is-white.is-outlined.is-loading::after {
    border-color: transparent transparent white white !important;
  }
  
  .button.is-white.is-outlined.is-loading:hover::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .button.is-white.is-outlined.is-loading:focus::after, .button.is-white.is-outlined.is-loading.is-focused::after {
    border-color: transparent transparent #0a0a0a #0a0a0a !important;
  }
  
  .button.is-white.is-outlined[disabled],
  fieldset[disabled] .button.is-white.is-outlined {
    background-color: transparent;
    border-color: white;
    box-shadow: none;
    color: white;
  }
  
  .button.is-white.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #0a0a0a;
    color: #0a0a0a;
  }
  
  .button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined.is-hovered, .button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined.is-focused {
    background-color: #0a0a0a;
    color: white;
  }
  
  .button.is-white.is-inverted.is-outlined.is-loading:hover::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after {
    border-color: transparent transparent white white !important;
  }
  
  .button.is-white.is-inverted.is-outlined[disabled],
  fieldset[disabled] .button.is-white.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #0a0a0a;
    box-shadow: none;
    color: #0a0a0a;
  }
  
  .button.is-black {
    background-color: #0a0a0a;
    border-color: transparent;
    color: white;
  }
  
  .button.is-black:hover, .button.is-black.is-hovered {
    background-color: #040404;
    border-color: transparent;
    color: white;
  }
  
  .button.is-black:focus, .button.is-black.is-focused {
    border-color: transparent;
    color: white;
  }
  
  .button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
  }
  
  .button.is-black:active, .button.is-black.is-active {
    background-color: black;
    border-color: transparent;
    color: white;
  }
  
  .button.is-black[disabled],
  fieldset[disabled] .button.is-black {
    background-color: #0a0a0a;
    border-color: transparent;
    box-shadow: none;
  }
  
  .button.is-black.is-inverted {
    background-color: white;
    color: #0a0a0a;
  }
  
  .button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered {
    background-color: #f2f2f2;
  }
  
  .button.is-black.is-inverted[disabled],
  fieldset[disabled] .button.is-black.is-inverted {
    background-color: white;
    border-color: transparent;
    box-shadow: none;
    color: #0a0a0a;
  }
  
  .button.is-black.is-loading::after {
    border-color: transparent transparent white white !important;
  }
  
  .button.is-black.is-outlined {
    background-color: transparent;
    border-color: #0a0a0a;
    color: #0a0a0a;
  }
  
  .button.is-black.is-outlined:hover, .button.is-black.is-outlined.is-hovered, .button.is-black.is-outlined:focus, .button.is-black.is-outlined.is-focused {
    background-color: #0a0a0a;
    border-color: #0a0a0a;
    color: white;
  }
  
  .button.is-black.is-outlined.is-loading::after {
    border-color: transparent transparent #0a0a0a #0a0a0a !important;
  }
  
  .button.is-black.is-outlined.is-loading:hover::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .button.is-black.is-outlined.is-loading:focus::after, .button.is-black.is-outlined.is-loading.is-focused::after {
    border-color: transparent transparent white white !important;
  }
  
  .button.is-black.is-outlined[disabled],
  fieldset[disabled] .button.is-black.is-outlined {
    background-color: transparent;
    border-color: #0a0a0a;
    box-shadow: none;
    color: #0a0a0a;
  }
  
  .button.is-black.is-inverted.is-outlined {
    background-color: transparent;
    border-color: white;
    color: white;
  }
  
  .button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined.is-hovered, .button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined.is-focused {
    background-color: white;
    color: #0a0a0a;
  }
  
  .button.is-black.is-inverted.is-outlined.is-loading:hover::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after {
    border-color: transparent transparent #0a0a0a #0a0a0a !important;
  }
  
  .button.is-black.is-inverted.is-outlined[disabled],
  fieldset[disabled] .button.is-black.is-inverted.is-outlined {
    background-color: transparent;
    border-color: white;
    box-shadow: none;
    color: white;
  }
  
  .button.is-light {
    background-color: whitesmoke;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7);
  }
  
  .button.is-light:hover, .button.is-light.is-hovered {
    background-color: #eeeeee;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7);
  }
  
  .button.is-light:focus, .button.is-light.is-focused {
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7);
  }
  
  .button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
  }
  
  .button.is-light:active, .button.is-light.is-active {
    background-color: #e8e8e8;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7);
  }
  
  .button.is-light[disabled],
  fieldset[disabled] .button.is-light {
    background-color: whitesmoke;
    border-color: transparent;
    box-shadow: none;
  }
  
  .button.is-light.is-inverted {
    background-color: rgba(0, 0, 0, 0.7);
    color: whitesmoke;
  }
  
  .button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered {
    background-color: rgba(0, 0, 0, 0.7);
  }
  
  .button.is-light.is-inverted[disabled],
  fieldset[disabled] .button.is-light.is-inverted {
    background-color: rgba(0, 0, 0, 0.7);
    border-color: transparent;
    box-shadow: none;
    color: whitesmoke;
  }
  
  .button.is-light.is-loading::after {
    border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
  }
  
  .button.is-light.is-outlined {
    background-color: transparent;
    border-color: whitesmoke;
    color: whitesmoke;
  }
  
  .button.is-light.is-outlined:hover, .button.is-light.is-outlined.is-hovered, .button.is-light.is-outlined:focus, .button.is-light.is-outlined.is-focused {
    background-color: whitesmoke;
    border-color: whitesmoke;
    color: rgba(0, 0, 0, 0.7);
  }
  
  .button.is-light.is-outlined.is-loading::after {
    border-color: transparent transparent whitesmoke whitesmoke !important;
  }
  
  .button.is-light.is-outlined.is-loading:hover::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .button.is-light.is-outlined.is-loading:focus::after, .button.is-light.is-outlined.is-loading.is-focused::after {
    border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
  }
  
  .button.is-light.is-outlined[disabled],
  fieldset[disabled] .button.is-light.is-outlined {
    background-color: transparent;
    border-color: whitesmoke;
    box-shadow: none;
    color: whitesmoke;
  }
  
  .button.is-light.is-inverted.is-outlined {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.7);
    color: rgba(0, 0, 0, 0.7);
  }
  
  .button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined.is-hovered, .button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined.is-focused {
    background-color: rgba(0, 0, 0, 0.7);
    color: whitesmoke;
  }
  
  .button.is-light.is-inverted.is-outlined.is-loading:hover::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after {
    border-color: transparent transparent whitesmoke whitesmoke !important;
  }
  
  .button.is-light.is-inverted.is-outlined[disabled],
  fieldset[disabled] .button.is-light.is-inverted.is-outlined {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.7);
    box-shadow: none;
    color: rgba(0, 0, 0, 0.7);
  }
  
  .button.is-dark {
    background-color: #363636;
    border-color: transparent;
    color: #fff;
  }
  
  .button.is-dark:hover, .button.is-dark.is-hovered {
    background-color: #2f2f2f;
    border-color: transparent;
    color: #fff;
  }
  
  .button.is-dark:focus, .button.is-dark.is-focused {
    border-color: transparent;
    color: #fff;
  }
  
  .button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
  }
  
  .button.is-dark:active, .button.is-dark.is-active {
    background-color: #292929;
    border-color: transparent;
    color: #fff;
  }
  
  .button.is-dark[disabled],
  fieldset[disabled] .button.is-dark {
    background-color: #363636;
    border-color: transparent;
    box-shadow: none;
  }
  
  .button.is-dark.is-inverted {
    background-color: #fff;
    color: #363636;
  }
  
  .button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered {
    background-color: #f2f2f2;
  }
  
  .button.is-dark.is-inverted[disabled],
  fieldset[disabled] .button.is-dark.is-inverted {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
    color: #363636;
  }
  
  .button.is-dark.is-loading::after {
    border-color: transparent transparent #fff #fff !important;
  }
  
  .button.is-dark.is-outlined {
    background-color: transparent;
    border-color: #363636;
    color: #363636;
  }
  
  .button.is-dark.is-outlined:hover, .button.is-dark.is-outlined.is-hovered, .button.is-dark.is-outlined:focus, .button.is-dark.is-outlined.is-focused {
    background-color: #363636;
    border-color: #363636;
    color: #fff;
  }
  
  .button.is-dark.is-outlined.is-loading::after {
    border-color: transparent transparent #363636 #363636 !important;
  }
  
  .button.is-dark.is-outlined.is-loading:hover::after, .button.is-dark.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-outlined.is-loading:focus::after, .button.is-dark.is-outlined.is-loading.is-focused::after {
    border-color: transparent transparent #fff #fff !important;
  }
  
  .button.is-dark.is-outlined[disabled],
  fieldset[disabled] .button.is-dark.is-outlined {
    background-color: transparent;
    border-color: #363636;
    box-shadow: none;
    color: #363636;
  }
  
  .button.is-dark.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
  }
  
  .button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined.is-hovered, .button.is-dark.is-inverted.is-outlined:focus, .button.is-dark.is-inverted.is-outlined.is-focused {
    background-color: #fff;
    color: #363636;
  }
  
  .button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after {
    border-color: transparent transparent #363636 #363636 !important;
  }
  
  .button.is-dark.is-inverted.is-outlined[disabled],
  fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff;
  }
  
  .button.is-primary {
    background-color: #00d1b2;
    border-color: transparent;
    color: #fff;
  }
  
  .button.is-primary:hover, .button.is-primary.is-hovered {
    background-color: #00c4a7;
    border-color: transparent;
    color: #fff;
  }
  
  .button.is-primary:focus, .button.is-primary.is-focused {
    border-color: transparent;
    color: #fff;
  }
  
  .button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
  }
  
  .button.is-primary:active, .button.is-primary.is-active {
    background-color: #00b89c;
    border-color: transparent;
    color: #fff;
  }
  
  .button.is-primary[disabled],
  fieldset[disabled] .button.is-primary {
    background-color: #00d1b2;
    border-color: transparent;
    box-shadow: none;
  }
  
  .button.is-primary.is-inverted {
    background-color: #fff;
    color: #00d1b2;
  }
  
  .button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered {
    background-color: #f2f2f2;
  }
  
  .button.is-primary.is-inverted[disabled],
  fieldset[disabled] .button.is-primary.is-inverted {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
    color: #00d1b2;
  }
  
  .button.is-primary.is-loading::after {
    border-color: transparent transparent #fff #fff !important;
  }
  
  .button.is-primary.is-outlined {
    background-color: transparent;
    border-color: #00d1b2;
    color: #00d1b2;
  }
  
  .button.is-primary.is-outlined:hover, .button.is-primary.is-outlined.is-hovered, .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined.is-focused {
    background-color: #00d1b2;
    border-color: #00d1b2;
    color: #fff;
  }
  
  .button.is-primary.is-outlined.is-loading::after {
    border-color: transparent transparent #00d1b2 #00d1b2 !important;
  }
  
  .button.is-primary.is-outlined.is-loading:hover::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-outlined.is-loading:focus::after, .button.is-primary.is-outlined.is-loading.is-focused::after {
    border-color: transparent transparent #fff #fff !important;
  }
  
  .button.is-primary.is-outlined[disabled],
  fieldset[disabled] .button.is-primary.is-outlined {
    background-color: transparent;
    border-color: #00d1b2;
    box-shadow: none;
    color: #00d1b2;
  }
  
  .button.is-primary.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
  }
  
  .button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined.is-hovered, .button.is-primary.is-inverted.is-outlined:focus, .button.is-primary.is-inverted.is-outlined.is-focused {
    background-color: #fff;
    color: #00d1b2;
  }
  
  .button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after {
    border-color: transparent transparent #00d1b2 #00d1b2 !important;
  }
  
  .button.is-primary.is-inverted.is-outlined[disabled],
  fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff;
  }
  
  .button.is-primary.is-light {
    background-color: #ebfffc;
    color: #00947e;
  }
  
  .button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered {
    background-color: #defffa;
    border-color: transparent;
    color: #00947e;
  }
  
  .button.is-primary.is-light:active, .button.is-primary.is-light.is-active {
    background-color: #d1fff8;
    border-color: transparent;
    color: #00947e;
  }
  
  .button.is-link {
    background-color: #3273dc;
    border-color: transparent;
    color: #fff;
  }
  
  .button.is-link:hover, .button.is-link.is-hovered {
    background-color: #276cda;
    border-color: transparent;
    color: #fff;
  }
  
  .button.is-link:focus, .button.is-link.is-focused {
    border-color: transparent;
    color: #fff;
  }
  
  .button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
  }
  
  .button.is-link:active, .button.is-link.is-active {
    background-color: #2366d1;
    border-color: transparent;
    color: #fff;
  }
  
  .button.is-link[disabled],
  fieldset[disabled] .button.is-link {
    background-color: #3273dc;
    border-color: transparent;
    box-shadow: none;
  }
  
  .button.is-link.is-inverted {
    background-color: #fff;
    color: #3273dc;
  }
  
  .button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered {
    background-color: #f2f2f2;
  }
  
  .button.is-link.is-inverted[disabled],
  fieldset[disabled] .button.is-link.is-inverted {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
    color: #3273dc;
  }
  
  .button.is-link.is-loading::after {
    border-color: transparent transparent #fff #fff !important;
  }
  
  .button.is-link.is-outlined {
    background-color: transparent;
    border-color: #3273dc;
    color: #3273dc;
  }
  
  .button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused {
    background-color: #3273dc;
    border-color: #3273dc;
    color: #fff;
  }
  
  .button.is-link.is-outlined.is-loading::after {
    border-color: transparent transparent #3273dc #3273dc !important;
  }
  
  .button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after {
    border-color: transparent transparent #fff #fff !important;
  }
  
  .button.is-link.is-outlined[disabled],
  fieldset[disabled] .button.is-link.is-outlined {
    background-color: transparent;
    border-color: #3273dc;
    box-shadow: none;
    color: #3273dc;
  }
  
  .button.is-link.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
  }
  
  .button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused {
    background-color: #fff;
    color: #3273dc;
  }
  
  .button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after {
    border-color: transparent transparent #3273dc #3273dc !important;
  }
  
  .button.is-link.is-inverted.is-outlined[disabled],
  fieldset[disabled] .button.is-link.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff;
  }
  
  .button.is-link.is-light {
    background-color: #eef3fc;
    color: #2160c4;
  }
  
  .button.is-link.is-light:hover, .button.is-link.is-light.is-hovered {
    background-color: #e3ecfa;
    border-color: transparent;
    color: #2160c4;
  }
  
  .button.is-link.is-light:active, .button.is-link.is-light.is-active {
    background-color: #d8e4f8;
    border-color: transparent;
    color: #2160c4;
  }
  
  .button.is-info {
    background-color: #3298dc;
    border-color: transparent;
    color: #fff;
  }
  
  .button.is-info:hover, .button.is-info.is-hovered {
    background-color: #2793da;
    border-color: transparent;
    color: #fff;
  }
  
  .button.is-info:focus, .button.is-info.is-focused {
    border-color: transparent;
    color: #fff;
  }
  
  .button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25);
  }
  
  .button.is-info:active, .button.is-info.is-active {
    background-color: #238cd1;
    border-color: transparent;
    color: #fff;
  }
  
  .button.is-info[disabled],
  fieldset[disabled] .button.is-info {
    background-color: #3298dc;
    border-color: transparent;
    box-shadow: none;
  }
  
  .button.is-info.is-inverted {
    background-color: #fff;
    color: #3298dc;
  }
  
  .button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered {
    background-color: #f2f2f2;
  }
  
  .button.is-info.is-inverted[disabled],
  fieldset[disabled] .button.is-info.is-inverted {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
    color: #3298dc;
  }
  
  .button.is-info.is-loading::after {
    border-color: transparent transparent #fff #fff !important;
  }
  
  .button.is-info.is-outlined {
    background-color: transparent;
    border-color: #3298dc;
    color: #3298dc;
  }
  
  .button.is-info.is-outlined:hover, .button.is-info.is-outlined.is-hovered, .button.is-info.is-outlined:focus, .button.is-info.is-outlined.is-focused {
    background-color: #3298dc;
    border-color: #3298dc;
    color: #fff;
  }
  
  .button.is-info.is-outlined.is-loading::after {
    border-color: transparent transparent #3298dc #3298dc !important;
  }
  
  .button.is-info.is-outlined.is-loading:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .button.is-info.is-outlined.is-loading:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after {
    border-color: transparent transparent #fff #fff !important;
  }
  
  .button.is-info.is-outlined[disabled],
  fieldset[disabled] .button.is-info.is-outlined {
    background-color: transparent;
    border-color: #3298dc;
    box-shadow: none;
    color: #3298dc;
  }
  
  .button.is-info.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
  }
  
  .button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined.is-hovered, .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined.is-focused {
    background-color: #fff;
    color: #3298dc;
  }
  
  .button.is-info.is-inverted.is-outlined.is-loading:hover::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after {
    border-color: transparent transparent #3298dc #3298dc !important;
  }
  
  .button.is-info.is-inverted.is-outlined[disabled],
  fieldset[disabled] .button.is-info.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff;
  }
  
  .button.is-info.is-light {
    background-color: #eef6fc;
    color: #1d72aa;
  }
  
  .button.is-info.is-light:hover, .button.is-info.is-light.is-hovered {
    background-color: #e3f1fa;
    border-color: transparent;
    color: #1d72aa;
  }
  
  .button.is-info.is-light:active, .button.is-info.is-light.is-active {
    background-color: #d8ebf8;
    border-color: transparent;
    color: #1d72aa;
  }
  
  .button.is-success {
    background-color: #48c774;
    border-color: transparent;
    color: #fff;
  }
  
  .button.is-success:hover, .button.is-success.is-hovered {
    background-color: #3ec46d;
    border-color: transparent;
    color: #fff;
  }
  
  .button.is-success:focus, .button.is-success.is-focused {
    border-color: transparent;
    color: #fff;
  }
  
  .button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25);
  }
  
  .button.is-success:active, .button.is-success.is-active {
    background-color: #3abb67;
    border-color: transparent;
    color: #fff;
  }
  
  .button.is-success[disabled],
  fieldset[disabled] .button.is-success {
    background-color: #48c774;
    border-color: transparent;
    box-shadow: none;
  }
  
  .button.is-success.is-inverted {
    background-color: #fff;
    color: #48c774;
  }
  
  .button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered {
    background-color: #f2f2f2;
  }
  
  .button.is-success.is-inverted[disabled],
  fieldset[disabled] .button.is-success.is-inverted {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
    color: #48c774;
  }
  
  .button.is-success.is-loading::after {
    border-color: transparent transparent #fff #fff !important;
  }
  
  .button.is-success.is-outlined {
    background-color: transparent;
    border-color: #48c774;
    color: #48c774;
  }
  
  .button.is-success.is-outlined:hover, .button.is-success.is-outlined.is-hovered, .button.is-success.is-outlined:focus, .button.is-success.is-outlined.is-focused {
    background-color: #48c774;
    border-color: #48c774;
    color: #fff;
  }
  
  .button.is-success.is-outlined.is-loading::after {
    border-color: transparent transparent #48c774 #48c774 !important;
  }
  
  .button.is-success.is-outlined.is-loading:hover::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .button.is-success.is-outlined.is-loading:focus::after, .button.is-success.is-outlined.is-loading.is-focused::after {
    border-color: transparent transparent #fff #fff !important;
  }
  
  .button.is-success.is-outlined[disabled],
  fieldset[disabled] .button.is-success.is-outlined {
    background-color: transparent;
    border-color: #48c774;
    box-shadow: none;
    color: #48c774;
  }
  
  .button.is-success.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
  }
  
  .button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined.is-hovered, .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined.is-focused {
    background-color: #fff;
    color: #48c774;
  }
  
  .button.is-success.is-inverted.is-outlined.is-loading:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
    border-color: transparent transparent #48c774 #48c774 !important;
  }
  
  .button.is-success.is-inverted.is-outlined[disabled],
  fieldset[disabled] .button.is-success.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff;
  }
  
  .button.is-success.is-light {
    background-color: #effaf3;
    color: #257942;
  }
  
  .button.is-success.is-light:hover, .button.is-success.is-light.is-hovered {
    background-color: #e6f7ec;
    border-color: transparent;
    color: #257942;
  }
  
  .button.is-success.is-light:active, .button.is-success.is-light.is-active {
    background-color: #dcf4e4;
    border-color: transparent;
    color: #257942;
  }
  
  .button.is-warning {
    background-color: #ffdd57;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7);
  }
  
  .button.is-warning:hover, .button.is-warning.is-hovered {
    background-color: #ffdb4a;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7);
  }
  
  .button.is-warning:focus, .button.is-warning.is-focused {
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7);
  }
  
  .button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
  }
  
  .button.is-warning:active, .button.is-warning.is-active {
    background-color: #ffd83d;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7);
  }
  
  .button.is-warning[disabled],
  fieldset[disabled] .button.is-warning {
    background-color: #ffdd57;
    border-color: transparent;
    box-shadow: none;
  }
  
  .button.is-warning.is-inverted {
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffdd57;
  }
  
  .button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered {
    background-color: rgba(0, 0, 0, 0.7);
  }
  
  .button.is-warning.is-inverted[disabled],
  fieldset[disabled] .button.is-warning.is-inverted {
    background-color: rgba(0, 0, 0, 0.7);
    border-color: transparent;
    box-shadow: none;
    color: #ffdd57;
  }
  
  .button.is-warning.is-loading::after {
    border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
  }
  
  .button.is-warning.is-outlined {
    background-color: transparent;
    border-color: #ffdd57;
    color: #ffdd57;
  }
  
  .button.is-warning.is-outlined:hover, .button.is-warning.is-outlined.is-hovered, .button.is-warning.is-outlined:focus, .button.is-warning.is-outlined.is-focused {
    background-color: #ffdd57;
    border-color: #ffdd57;
    color: rgba(0, 0, 0, 0.7);
  }
  
  .button.is-warning.is-outlined.is-loading::after {
    border-color: transparent transparent #ffdd57 #ffdd57 !important;
  }
  
  .button.is-warning.is-outlined.is-loading:hover::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-outlined.is-loading:focus::after, .button.is-warning.is-outlined.is-loading.is-focused::after {
    border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
  }
  
  .button.is-warning.is-outlined[disabled],
  fieldset[disabled] .button.is-warning.is-outlined {
    background-color: transparent;
    border-color: #ffdd57;
    box-shadow: none;
    color: #ffdd57;
  }
  
  .button.is-warning.is-inverted.is-outlined {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.7);
    color: rgba(0, 0, 0, 0.7);
  }
  
  .button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined.is-hovered, .button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined.is-focused {
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffdd57;
  }
  
  .button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after {
    border-color: transparent transparent #ffdd57 #ffdd57 !important;
  }
  
  .button.is-warning.is-inverted.is-outlined[disabled],
  fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.7);
    box-shadow: none;
    color: rgba(0, 0, 0, 0.7);
  }
  
  .button.is-warning.is-light {
    background-color: #fffbeb;
    color: #947600;
  }
  
  .button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered {
    background-color: #fff8de;
    border-color: transparent;
    color: #947600;
  }
  
  .button.is-warning.is-light:active, .button.is-warning.is-light.is-active {
    background-color: #fff6d1;
    border-color: transparent;
    color: #947600;
  }
  
  .button.is-danger {
    background-color: #f14668;
    border-color: transparent;
    color: #fff;
  }
  
  .button.is-danger:hover, .button.is-danger.is-hovered {
    background-color: #f03a5f;
    border-color: transparent;
    color: #fff;
  }
  
  .button.is-danger:focus, .button.is-danger.is-focused {
    border-color: transparent;
    color: #fff;
  }
  
  .button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
  }
  
  .button.is-danger:active, .button.is-danger.is-active {
    background-color: #ef2e55;
    border-color: transparent;
    color: #fff;
  }
  
  .button.is-danger[disabled],
  fieldset[disabled] .button.is-danger {
    background-color: #f14668;
    border-color: transparent;
    box-shadow: none;
  }
  
  .button.is-danger.is-inverted {
    background-color: #fff;
    color: #f14668;
  }
  
  .button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered {
    background-color: #f2f2f2;
  }
  
  .button.is-danger.is-inverted[disabled],
  fieldset[disabled] .button.is-danger.is-inverted {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
    color: #f14668;
  }
  
  .button.is-danger.is-loading::after {
    border-color: transparent transparent #fff #fff !important;
  }
  
  .button.is-danger.is-outlined {
    background-color: transparent;
    border-color: #f14668;
    color: #f14668;
  }
  
  .button.is-danger.is-outlined:hover, .button.is-danger.is-outlined.is-hovered, .button.is-danger.is-outlined:focus, .button.is-danger.is-outlined.is-focused {
    background-color: #f14668;
    border-color: #f14668;
    color: #fff;
  }
  
  .button.is-danger.is-outlined.is-loading::after {
    border-color: transparent transparent #f14668 #f14668 !important;
  }
  
  .button.is-danger.is-outlined.is-loading:hover::after, .button.is-danger.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-outlined.is-loading:focus::after, .button.is-danger.is-outlined.is-loading.is-focused::after {
    border-color: transparent transparent #fff #fff !important;
  }
  
  .button.is-danger.is-outlined[disabled],
  fieldset[disabled] .button.is-danger.is-outlined {
    background-color: transparent;
    border-color: #f14668;
    box-shadow: none;
    color: #f14668;
  }
  
  .button.is-danger.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
  }
  
  .button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined.is-hovered, .button.is-danger.is-inverted.is-outlined:focus, .button.is-danger.is-inverted.is-outlined.is-focused {
    background-color: #fff;
    color: #f14668;
  }
  
  .button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after {
    border-color: transparent transparent #f14668 #f14668 !important;
  }
  
  .button.is-danger.is-inverted.is-outlined[disabled],
  fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff;
  }
  
  .button.is-danger.is-light {
    background-color: #feecf0;
    color: #cc0f35;
  }
  
  .button.is-danger.is-light:hover, .button.is-danger.is-light.is-hovered {
    background-color: #fde0e6;
    border-color: transparent;
    color: #cc0f35;
  }
  
  .button.is-danger.is-light:active, .button.is-danger.is-light.is-active {
    background-color: #fcd4dc;
    border-color: transparent;
    color: #cc0f35;
  }
  
  .button.is-small {
    border-radius: 2px;
    font-size: 0.75rem;
  }
  
  .button.is-normal {
    font-size: 1rem;
  }
  
  .button.is-medium {
    font-size: 1.25rem;
  }
  
  .button.is-large {
    font-size: 1.5rem;
  }
  
  .button[disabled],
  fieldset[disabled] .button {
    background-color: white;
    border-color: #dbdbdb;
    box-shadow: none;
    opacity: 0.5;
  }
  
  .button.is-fullwidth {
    display: flex;
    width: 100%;
  }
  
  .button.is-loading {
    color: transparent !important;
    pointer-events: none;
  }
  
  .button.is-loading::after {
    position: absolute;
    left: calc(50% - (1em / 2));
    top: calc(50% - (1em / 2));
    position: absolute !important;
  }
  
  .button.is-static {
    background-color: whitesmoke;
    border-color: #dbdbdb;
    color: #7a7a7a;
    box-shadow: none;
    pointer-events: none;
  }
  
  .button.is-rounded {
    border-radius: 290486px;
    padding-left: calc(1em + 0.25em);
    padding-right: calc(1em + 0.25em);
  }
  
  .buttons {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  
  .buttons .button {
    margin-bottom: 0.5rem;
  }
  
  .buttons .button:not(:last-child):not(.is-fullwidth) {
    margin-right: 0.5rem;
  }
  
  .buttons:last-child {
    margin-bottom: -0.5rem;
  }
  
  .buttons:not(:last-child) {
    margin-bottom: 1rem;
  }
  
  .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
    border-radius: 2px;
    font-size: 0.75rem;
  }
  
  .buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
    font-size: 1.25rem;
  }
  
  .buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
    font-size: 1.5rem;
  }
  
  .buttons.has-addons .button:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  
  .buttons.has-addons .button:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: -1px;
  }
  
  .buttons.has-addons .button:last-child {
    margin-right: 0;
  }
  
  .buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
    z-index: 2;
  }
  
  .buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected {
    z-index: 3;
  }
  
  .buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover {
    z-index: 4;
  }
  
  .buttons.has-addons .button.is-expanded {
    flex-grow: 1;
    flex-shrink: 1;
  }
  
  .buttons.is-centered {
    justify-content: center;
  }
  
  .buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  
  .buttons.is-right {
    justify-content: flex-end;
  }
  
  .buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  
  
  
  .input, .textarea, .select select {
    background-color: white;
    border-color: #dbdbdb;
    border-radius: 4px;
    color: #363636;
  }
  
  .input::-moz-placeholder, .textarea::-moz-placeholder, .select select::-moz-placeholder {
    color: rgba(54, 54, 54, 0.3);
  }
  
  .input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .select select::-webkit-input-placeholder {
    color: rgba(54, 54, 54, 0.3);
  }
  
  .input:-moz-placeholder, .textarea:-moz-placeholder, .select select:-moz-placeholder {
    color: rgba(54, 54, 54, 0.3);
  }
  
  .input:-ms-input-placeholder, .textarea:-ms-input-placeholder, .select select:-ms-input-placeholder {
    color: rgba(54, 54, 54, 0.3);
  }
  
  .input:hover, .textarea:hover, .select select:hover, .is-hovered.input, .is-hovered.textarea, .select select.is-hovered {
    border-color: #b5b5b5;
  }
  
  .input:focus, .textarea:focus, .select select:focus, .is-focused.input, .is-focused.textarea, .select select.is-focused, .input:active, .textarea:active, .select select:active, .is-active.input, .is-active.textarea, .select select.is-active {
    border-color: #3273dc;
    box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
  }
  
  .input[disabled], .textarea[disabled], .select select[disabled],
  fieldset[disabled] .input,
  fieldset[disabled] .textarea,
  fieldset[disabled] .select select,
  .select fieldset[disabled] select {
    background-color: whitesmoke;
    border-color: whitesmoke;
    box-shadow: none;
    color: #7a7a7a;
  }
  
  .input[disabled]::-moz-placeholder, .textarea[disabled]::-moz-placeholder, .select select[disabled]::-moz-placeholder,
  fieldset[disabled] .input::-moz-placeholder,
  fieldset[disabled] .textarea::-moz-placeholder,
  fieldset[disabled] .select select::-moz-placeholder,
  .select fieldset[disabled] select::-moz-placeholder {
    color: rgba(122, 122, 122, 0.3);
  }
  
  .input[disabled]::-webkit-input-placeholder, .textarea[disabled]::-webkit-input-placeholder, .select select[disabled]::-webkit-input-placeholder,
  fieldset[disabled] .input::-webkit-input-placeholder,
  fieldset[disabled] .textarea::-webkit-input-placeholder,
  fieldset[disabled] .select select::-webkit-input-placeholder,
  .select fieldset[disabled] select::-webkit-input-placeholder {
    color: rgba(122, 122, 122, 0.3);
  }
  
  .input[disabled]:-moz-placeholder, .textarea[disabled]:-moz-placeholder, .select select[disabled]:-moz-placeholder,
  fieldset[disabled] .input:-moz-placeholder,
  fieldset[disabled] .textarea:-moz-placeholder,
  fieldset[disabled] .select select:-moz-placeholder,
  .select fieldset[disabled] select:-moz-placeholder {
    color: rgba(122, 122, 122, 0.3);
  }
  
  .input[disabled]:-ms-input-placeholder, .textarea[disabled]:-ms-input-placeholder, .select select[disabled]:-ms-input-placeholder,
  fieldset[disabled] .input:-ms-input-placeholder,
  fieldset[disabled] .textarea:-ms-input-placeholder,
  fieldset[disabled] .select select:-ms-input-placeholder,
  .select fieldset[disabled] select:-ms-input-placeholder {
    color: rgba(122, 122, 122, 0.3);
  }
  
  .input, .textarea {
    max-width: 100%;
    width: 100%;
  }
  
  .input[readonly], .textarea[readonly] {
    box-shadow: none;
  }
  
  .is-white.input, .is-white.textarea {
    border-color: white;
  }
  
  .is-white.input:focus, .is-white.textarea:focus, .is-white.is-focused.input, .is-white.is-focused.textarea, .is-white.input:active, .is-white.textarea:active, .is-white.is-active.input, .is-white.is-active.textarea {
    box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
  }
  
  .is-black.input, .is-black.textarea {
    border-color: #0a0a0a;
  }
  
  .is-black.input:focus, .is-black.textarea:focus, .is-black.is-focused.input, .is-black.is-focused.textarea, .is-black.input:active, .is-black.textarea:active, .is-black.is-active.input, .is-black.is-active.textarea {
    box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
  }
  
  .is-light.input, .is-light.textarea {
    border-color: whitesmoke;
  }
  
  .is-light.input:focus, .is-light.textarea:focus, .is-light.is-focused.input, .is-light.is-focused.textarea, .is-light.input:active, .is-light.textarea:active, .is-light.is-active.input, .is-light.is-active.textarea {
    box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
  }
  
  .is-dark.input, .is-dark.textarea {
    border-color: #363636;
  }
  
  .is-dark.input:focus, .is-dark.textarea:focus, .is-dark.is-focused.input, .is-dark.is-focused.textarea, .is-dark.input:active, .is-dark.textarea:active, .is-dark.is-active.input, .is-dark.is-active.textarea {
    box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
  }
  
  .is-primary.input, .is-primary.textarea {
    border-color: #00d1b2;
  }
  
  .is-primary.input:focus, .is-primary.textarea:focus, .is-primary.is-focused.input, .is-primary.is-focused.textarea, .is-primary.input:active, .is-primary.textarea:active, .is-primary.is-active.input, .is-primary.is-active.textarea {
    box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
  }
  
  .is-link.input, .is-link.textarea {
    border-color: #3273dc;
  }
  
  .is-link.input:focus, .is-link.textarea:focus, .is-link.is-focused.input, .is-link.is-focused.textarea, .is-link.input:active, .is-link.textarea:active, .is-link.is-active.input, .is-link.is-active.textarea {
    box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
  }
  
  .is-info.input, .is-info.textarea {
    border-color: #3298dc;
  }
  
  .is-info.input:focus, .is-info.textarea:focus, .is-info.is-focused.input, .is-info.is-focused.textarea, .is-info.input:active, .is-info.textarea:active, .is-info.is-active.input, .is-info.is-active.textarea {
    box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25);
  }
  
  .is-success.input, .is-success.textarea {
    border-color: #48c774;
  }
  
  .is-success.input:focus, .is-success.textarea:focus, .is-success.is-focused.input, .is-success.is-focused.textarea, .is-success.input:active, .is-success.textarea:active, .is-success.is-active.input, .is-success.is-active.textarea {
    box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25);
  }
  
  .is-warning.input, .is-warning.textarea {
    border-color: #ffdd57;
  }
  
  .is-warning.input:focus, .is-warning.textarea:focus, .is-warning.is-focused.input, .is-warning.is-focused.textarea, .is-warning.input:active, .is-warning.textarea:active, .is-warning.is-active.input, .is-warning.is-active.textarea {
    box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
  }
  
  .is-danger.input, .is-danger.textarea {
    border-color: #f14668;
  }
  
  .is-danger.input:focus, .is-danger.textarea:focus, .is-danger.is-focused.input, .is-danger.is-focused.textarea, .is-danger.input:active, .is-danger.textarea:active, .is-danger.is-active.input, .is-danger.is-active.textarea {
    box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
  }
  
  .is-small.input, .is-small.textarea {
    border-radius: 2px;
    font-size: 0.75rem;
  }
  
  .is-medium.input, .is-medium.textarea {
    font-size: 1.25rem;
  }
  
  .is-large.input, .is-large.textarea {
    font-size: 1.5rem;
  }
  
  .is-fullwidth.input, .is-fullwidth.textarea {
    display: block;
    width: 100%;
  }
  
  .is-inline.input, .is-inline.textarea {
    display: inline;
    width: auto;
  }
  
  .input.is-rounded {
    border-radius: 290486px;
    padding-left: calc(calc(0.75em - 1px) + 0.375em);
    padding-right: calc(calc(0.75em - 1px) + 0.375em);
  }
  
  .input.is-static {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
  }
  
  .textarea {
    display: block;
    max-width: 100%;
    min-width: 100%;
    padding: calc(0.75em - 1px);
    resize: vertical;
  }
  
  .textarea:not([rows]) {
    max-height: 40em;
    min-height: 8em;
  }
  
  .textarea[rows] {
    height: initial;
  }
  
  .textarea.has-fixed-size {
    resize: none;
  }
  
  .checkbox, .radio {
    cursor: pointer;
    display: inline-block;
    line-height: 1.25;
    position: relative;
  }
  
  .checkbox input, .radio input {
    cursor: pointer;
  }
  
  .checkbox:hover, .radio:hover {
    color: #363636;
  }
  
  .checkbox[disabled], .radio[disabled],
  fieldset[disabled] .checkbox,
  fieldset[disabled] .radio {
    color: #7a7a7a;
    cursor: not-allowed;
  }
  
  .radio + .radio {
    margin-left: 0.5em;
  }
  
  .select {
    display: inline-block;
    max-width: 100%;
    position: relative;
    vertical-align: top;
  }
  
  .select:not(.is-multiple) {
    height: 2.5em;
  }
  
  .select:not(.is-multiple):not(.is-loading)::after {
    border-color: #3273dc;
    right: 1.125em;
    z-index: 4;
  }
  
  .select.is-rounded select {
    border-radius: 290486px;
    padding-left: 1em;
  }
  
  .select select {
    cursor: pointer;
    display: block;
    font-size: 1em;
    max-width: 100%;
    outline: none;
  }
  
  .select select::-ms-expand {
    display: none;
  }
  
  .select select[disabled]:hover,
  fieldset[disabled] .select select:hover {
    border-color: whitesmoke;
  }
  
  .select select:not([multiple]) {
    padding-right: 2.5em;
  }
  
  .select select[multiple] {
    height: auto;
    padding: 0;
  }
  
  .select select[multiple] option {
    padding: 0.5em 1em;
  }
  
  .select:not(.is-multiple):not(.is-loading):hover::after {
    border-color: #363636;
  }
  
  .select.is-white:not(:hover)::after {
    border-color: white;
  }
  
  .select.is-white select {
    border-color: white;
  }
  
  .select.is-white select:hover, .select.is-white select.is-hovered {
    border-color: #f2f2f2;
  }
  
  .select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
    box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
  }
  
  .select.is-black:not(:hover)::after {
    border-color: #0a0a0a;
  }
  
  .select.is-black select {
    border-color: #0a0a0a;
  }
  
  .select.is-black select:hover, .select.is-black select.is-hovered {
    border-color: black;
  }
  
  .select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
    box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
  }
  
  .select.is-light:not(:hover)::after {
    border-color: whitesmoke;
  }
  
  .select.is-light select {
    border-color: whitesmoke;
  }
  
  .select.is-light select:hover, .select.is-light select.is-hovered {
    border-color: #e8e8e8;
  }
  
  .select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active {
    box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
  }
  
  .select.is-dark:not(:hover)::after {
    border-color: #363636;
  }
  
  .select.is-dark select {
    border-color: #363636;
  }
  
  .select.is-dark select:hover, .select.is-dark select.is-hovered {
    border-color: #292929;
  }
  
  .select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
    box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
  }
  
  .select.is-primary:not(:hover)::after {
    border-color: #00d1b2;
  }
  
  .select.is-primary select {
    border-color: #00d1b2;
  }
  
  .select.is-primary select:hover, .select.is-primary select.is-hovered {
    border-color: #00b89c;
  }
  
  .select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
    box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
  }
  
  .select.is-link:not(:hover)::after {
    border-color: #3273dc;
  }
  
  .select.is-link select {
    border-color: #3273dc;
  }
  
  .select.is-link select:hover, .select.is-link select.is-hovered {
    border-color: #2366d1;
  }
  
  .select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
    box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
  }
  
  .select.is-info:not(:hover)::after {
    border-color: #3298dc;
  }
  
  .select.is-info select {
    border-color: #3298dc;
  }
  
  .select.is-info select:hover, .select.is-info select.is-hovered {
    border-color: #238cd1;
  }
  
  .select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
    box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25);
  }
  
  .select.is-success:not(:hover)::after {
    border-color: #48c774;
  }
  
  .select.is-success select {
    border-color: #48c774;
  }
  
  .select.is-success select:hover, .select.is-success select.is-hovered {
    border-color: #3abb67;
  }
  
  .select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
    box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25);
  }
  
  .select.is-warning:not(:hover)::after {
    border-color: #ffdd57;
  }
  
  .select.is-warning select {
    border-color: #ffdd57;
  }
  
  .select.is-warning select:hover, .select.is-warning select.is-hovered {
    border-color: #ffd83d;
  }
  
  .select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
    box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
  }
  
  .select.is-danger:not(:hover)::after {
    border-color: #f14668;
  }
  
  .select.is-danger select {
    border-color: #f14668;
  }
  
  .select.is-danger select:hover, .select.is-danger select.is-hovered {
    border-color: #ef2e55;
  }
  
  .select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
    box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
  }
  
  .select.is-small {
    border-radius: 2px;
    font-size: 0.75rem;
  }
  
  .select.is-medium {
    font-size: 1.25rem;
  }
  
  .select.is-large {
    font-size: 1.5rem;
  }
  
  .select.is-disabled::after {
    border-color: #7a7a7a;
  }
  
  .select.is-fullwidth {
    width: 100%;
  }
  
  .select.is-fullwidth select {
    width: 100%;
  }
  
  .select.is-loading::after {
    margin-top: 0;
    position: absolute;
    right: 0.625em;
    top: 0.625em;
    transform: none;
  }
  
  .select.is-loading.is-small:after {
    font-size: 0.75rem;
  }
  
  .select.is-loading.is-medium:after {
    font-size: 1.25rem;
  }
  
  .select.is-loading.is-large:after {
    font-size: 1.5rem;
  }
  
  .file {
    align-items: stretch;
    display: flex;
    justify-content: flex-start;
    position: relative;
  }
  
  .file.is-white .file-cta {
    background-color: white;
    border-color: transparent;
    color: #0a0a0a;
  }
  
  .file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
    background-color: #f9f9f9;
    border-color: transparent;
    color: #0a0a0a;
  }
  
  .file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
    color: #0a0a0a;
  }
  
  .file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
    background-color: #f2f2f2;
    border-color: transparent;
    color: #0a0a0a;
  }
  
  .file.is-black .file-cta {
    background-color: #0a0a0a;
    border-color: transparent;
    color: white;
  }
  
  .file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
    background-color: #040404;
    border-color: transparent;
    color: white;
  }
  
  .file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
    color: white;
  }
  
  .file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
    background-color: black;
    border-color: transparent;
    color: white;
  }
  
  .file.is-light .file-cta {
    background-color: whitesmoke;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7);
  }
  
  .file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
    background-color: #eeeeee;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7);
  }
  
  .file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
    color: rgba(0, 0, 0, 0.7);
  }
  
  .file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
    background-color: #e8e8e8;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7);
  }
  
  .file.is-dark .file-cta {
    background-color: #363636;
    border-color: transparent;
    color: #fff;
  }
  
  .file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
    background-color: #2f2f2f;
    border-color: transparent;
    color: #fff;
  }
  
  .file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
    color: #fff;
  }
  
  .file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
    background-color: #292929;
    border-color: transparent;
    color: #fff;
  }
  
  .file.is-primary .file-cta {
    background-color: #00d1b2;
    border-color: transparent;
    color: #fff;
  }
  
  .file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
    background-color: #00c4a7;
    border-color: transparent;
    color: #fff;
  }
  
  .file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.25);
    color: #fff;
  }
  
  .file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
    background-color: #00b89c;
    border-color: transparent;
    color: #fff;
  }
  
  .file.is-link .file-cta {
    background-color: #3273dc;
    border-color: transparent;
    color: #fff;
  }
  
  .file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
    background-color: #276cda;
    border-color: transparent;
    color: #fff;
  }
  
  .file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25);
    color: #fff;
  }
  
  .file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
    background-color: #2366d1;
    border-color: transparent;
    color: #fff;
  }
  
  .file.is-info .file-cta {
    background-color: #3298dc;
    border-color: transparent;
    color: #fff;
  }
  
  .file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
    background-color: #2793da;
    border-color: transparent;
    color: #fff;
  }
  
  .file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(50, 152, 220, 0.25);
    color: #fff;
  }
  
  .file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
    background-color: #238cd1;
    border-color: transparent;
    color: #fff;
  }
  
  .file.is-success .file-cta {
    background-color: #48c774;
    border-color: transparent;
    color: #fff;
  }
  
  .file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
    background-color: #3ec46d;
    border-color: transparent;
    color: #fff;
  }
  
  .file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(72, 199, 116, 0.25);
    color: #fff;
  }
  
  .file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
    background-color: #3abb67;
    border-color: transparent;
    color: #fff;
  }
  
  .file.is-warning .file-cta {
    background-color: #ffdd57;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7);
  }
  
  .file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
    background-color: #ffdb4a;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7);
  }
  
  .file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25);
    color: rgba(0, 0, 0, 0.7);
  }
  
  .file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
    background-color: #ffd83d;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7);
  }
  
  .file.is-danger .file-cta {
    background-color: #f14668;
    border-color: transparent;
    color: #fff;
  }
  
  .file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
    background-color: #f03a5f;
    border-color: transparent;
    color: #fff;
  }
  
  .file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(241, 70, 104, 0.25);
    color: #fff;
  }
  
  .file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
    background-color: #ef2e55;
    border-color: transparent;
    color: #fff;
  }
  
  .file.is-small {
    font-size: 0.75rem;
  }
  
  .file.is-medium {
    font-size: 1.25rem;
  }
  
  .file.is-medium .file-icon .fa {
    font-size: 21px;
  }
  
  .file.is-large {
    font-size: 1.5rem;
  }
  
  .file.is-large .file-icon .fa {
    font-size: 28px;
  }
  
  .file.has-name .file-cta {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  
  .file.has-name .file-name {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  
  .file.has-name.is-empty .file-cta {
    border-radius: 4px;
  }
  
  .file.has-name.is-empty .file-name {
    display: none;
  }
  
  .file.is-boxed .file-label {
    flex-direction: column;
  }
  
  .file.is-boxed .file-cta {
    flex-direction: column;
    height: auto;
    padding: 1em 3em;
  }
  
  .file.is-boxed .file-name {
    border-width: 0 1px 1px;
  }
  
  .file.is-boxed .file-icon {
    height: 1.5em;
    width: 1.5em;
  }
  
  .file.is-boxed .file-icon .fa {
    font-size: 21px;
  }
  
  .file.is-boxed.is-small .file-icon .fa {
    font-size: 14px;
  }
  
  .file.is-boxed.is-medium .file-icon .fa {
    font-size: 28px;
  }
  
  .file.is-boxed.is-large .file-icon .fa {
    font-size: 35px;
  }
  
  .file.is-boxed.has-name .file-cta {
    border-radius: 4px 4px 0 0;
  }
  
  .file.is-boxed.has-name .file-name {
    border-radius: 0 0 4px 4px;
    border-width: 0 1px 1px;
  }
  
  .file.is-centered {
    justify-content: center;
  }
  
  .file.is-fullwidth .file-label {
    width: 100%;
  }
  
  .file.is-fullwidth .file-name {
    flex-grow: 1;
    max-width: none;
  }
  
  .file.is-right {
    justify-content: flex-end;
  }
  
  .file.is-right .file-cta {
    border-radius: 0 4px 4px 0;
  }
  
  .file.is-right .file-name {
    border-radius: 4px 0 0 4px;
    border-width: 1px 0 1px 1px;
    order: -1;
  }
  
  .file-label {
    align-items: stretch;
    display: flex;
    cursor: pointer;
    justify-content: flex-start;
    overflow: hidden;
    position: relative;
  }
  
  .file-label:hover .file-cta {
    background-color: #eeeeee;
    color: #363636;
  }
  
  .file-label:hover .file-name {
    border-color: #d5d5d5;
  }
  
  .file-label:active .file-cta {
    background-color: #e8e8e8;
    color: #363636;
  }
  
  .file-label:active .file-name {
    border-color: #cfcfcf;
  }
  
  .file-input {
    height: 100%;
    left: 0;
    opacity: 0;
    outline: none;
    position: absolute;
    top: 0;
    width: 100%;
  }
  
  .file-cta,
  .file-name {
    border-color: #dbdbdb;
    border-radius: 4px;
    font-size: 1em;
    padding-left: 1em;
    padding-right: 1em;
    white-space: nowrap;
  }
  
  .file-cta {
    background-color: whitesmoke;
    color: #4a4a4a;
  }
  
  .file-name {
    border-color: #dbdbdb;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    display: block;
    max-width: 16em;
    overflow: hidden;
    text-align: inherit;
    text-overflow: ellipsis;
  }
  
  .file-icon {
    align-items: center;
    display: flex;
    height: 1em;
    justify-content: center;
    margin-right: 0.5em;
    width: 1em;
  }
  
  .file-icon .fa {
    font-size: 14px;
  }
  
  .label {
    color: #363636;
    display: block;
    font-size: 1rem;
    font-weight: 700;
  }
  
  .label:not(:last-child) {
    margin-bottom: 0.5em;
  }
  
  .label.is-small {
    font-size: 0.75rem;
  }
  
  .label.is-medium {
    font-size: 1.25rem;
  }
  
  .label.is-large {
    font-size: 1.5rem;
  }
  
  .help {
    display: block;
    font-size: 0.75rem;
    margin-top: 0.25rem;
  }
  
  .help.is-white {
    color: white;
  }
  
  .help.is-black {
    color: #0a0a0a;
  }
  
  .help.is-light {
    color: whitesmoke;
  }
  
  .help.is-dark {
    color: #363636;
  }
  
  .help.is-primary {
    color: #00d1b2;
  }
  
  .help.is-link {
    color: #3273dc;
  }
  
  .help.is-info {
    color: #3298dc;
  }
  
  .help.is-success {
    color: #48c774;
  }
  
  .help.is-warning {
    color: #ffdd57;
  }
  
  .help.is-danger {
    color: #f14668;
  }
  
  .field:not(:last-child) {
    margin-bottom: 0.75rem;
  }
  
  .field.has-addons {
    display: flex;
    justify-content: flex-start;
  }
  
  .field.has-addons .control:not(:last-child) {
    margin-right: -1px;
  }
  
  .field.has-addons .control:not(:first-child):not(:last-child) .button,
  .field.has-addons .control:not(:first-child):not(:last-child) .input,
  .field.has-addons .control:not(:first-child):not(:last-child) .select select {
    border-radius: 0;
  }
  
  .field.has-addons .control:first-child:not(:only-child) .button,
  .field.has-addons .control:first-child:not(:only-child) .input,
  .field.has-addons .control:first-child:not(:only-child) .select select {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  
  .field.has-addons .control:last-child:not(:only-child) .button,
  .field.has-addons .control:last-child:not(:only-child) .input,
  .field.has-addons .control:last-child:not(:only-child) .select select {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  
  .field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered,
  .field.has-addons .control .input:not([disabled]):hover,
  .field.has-addons .control .input:not([disabled]).is-hovered,
  .field.has-addons .control .select select:not([disabled]):hover,
  .field.has-addons .control .select select:not([disabled]).is-hovered {
    z-index: 2;
  }
  
  .field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active,
  .field.has-addons .control .input:not([disabled]):focus,
  .field.has-addons .control .input:not([disabled]).is-focused,
  .field.has-addons .control .input:not([disabled]):active,
  .field.has-addons .control .input:not([disabled]).is-active,
  .field.has-addons .control .select select:not([disabled]):focus,
  .field.has-addons .control .select select:not([disabled]).is-focused,
  .field.has-addons .control .select select:not([disabled]):active,
  .field.has-addons .control .select select:not([disabled]).is-active {
    z-index: 3;
  }
  
  .field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover,
  .field.has-addons .control .input:not([disabled]):focus:hover,
  .field.has-addons .control .input:not([disabled]).is-focused:hover,
  .field.has-addons .control .input:not([disabled]):active:hover,
  .field.has-addons .control .input:not([disabled]).is-active:hover,
  .field.has-addons .control .select select:not([disabled]):focus:hover,
  .field.has-addons .control .select select:not([disabled]).is-focused:hover,
  .field.has-addons .control .select select:not([disabled]):active:hover,
  .field.has-addons .control .select select:not([disabled]).is-active:hover {
    z-index: 4;
  }
  
  .field.has-addons .control.is-expanded {
    flex-grow: 1;
    flex-shrink: 1;
  }
  
  .field.has-addons.has-addons-centered {
    justify-content: center;
  }
  
  .field.has-addons.has-addons-right {
    justify-content: flex-end;
  }
  
  .field.has-addons.has-addons-fullwidth .control {
    flex-grow: 1;
    flex-shrink: 0;
  }
  
  .field.is-grouped {
    display: flex;
    justify-content: flex-start;
  }
  
  .field.is-grouped > .control {
    flex-shrink: 0;
  }
  
  .field.is-grouped > .control:not(:last-child) {
    margin-bottom: 0;
    margin-right: 0.75rem;
  }
  
  .field.is-grouped > .control.is-expanded {
    flex-grow: 1;
    flex-shrink: 1;
  }
  
  .field.is-grouped.is-grouped-centered {
    justify-content: center;
  }
  
  .field.is-grouped.is-grouped-right {
    justify-content: flex-end;
  }
  
  .field.is-grouped.is-grouped-multiline {
    flex-wrap: wrap;
  }
  
  .field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
    margin-bottom: 0.75rem;
  }
  
  .field.is-grouped.is-grouped-multiline:last-child {
    margin-bottom: -0.75rem;
  }
  
  .field.is-grouped.is-grouped-multiline:not(:last-child) {
    margin-bottom: 0;
  }
  
  @media screen and (min-width: 769px), print {
    .field.is-horizontal {
      display: flex;
    }
  }
  
  .field-label .label {
    font-size: inherit;
  }
  
  @media screen and (max-width: 768px) {
    .field-label {
      margin-bottom: 0.5rem;
    }
  }
  
  @media screen and (min-width: 769px), print {
    .field-label {
      flex-basis: 0;
      flex-grow: 1;
      flex-shrink: 0;
      margin-right: 1.5rem;
      text-align: right;
    }
    .field-label.is-small {
      font-size: 0.75rem;
      padding-top: 0.375em;
    }
    .field-label.is-normal {
      padding-top: 0.375em;
    }
    .field-label.is-medium {
      font-size: 1.25rem;
      padding-top: 0.375em;
    }
    .field-label.is-large {
      font-size: 1.5rem;
      padding-top: 0.375em;
    }
  }
  
  .field-body .field .field {
    margin-bottom: 0;
  }
  
  @media screen and (min-width: 769px), print {
    .field-body {
      display: flex;
      flex-basis: 0;
      flex-grow: 5;
      flex-shrink: 1;
    }
    .field-body .field {
      margin-bottom: 0;
    }
    .field-body > .field {
      flex-shrink: 1;
    }
    .field-body > .field:not(.is-narrow) {
      flex-grow: 1;
    }
    .field-body > .field:not(:last-child) {
      margin-right: 0.75rem;
    }
  }
  
  .control {
    box-sizing: border-box;
    clear: both;
    font-size: 1rem;
    position: relative;
    text-align: inherit;
  }
  
  .control.has-icons-left .input:focus ~ .icon,
  .control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
  .control.has-icons-right .select:focus ~ .icon {
    color: #4a4a4a;
  }
  
  .control.has-icons-left .input.is-small ~ .icon,
  .control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
  .control.has-icons-right .select.is-small ~ .icon {
    font-size: 0.75rem;
  }
  
  .control.has-icons-left .input.is-medium ~ .icon,
  .control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon,
  .control.has-icons-right .select.is-medium ~ .icon {
    font-size: 1.25rem;
  }
  
  .control.has-icons-left .input.is-large ~ .icon,
  .control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon,
  .control.has-icons-right .select.is-large ~ .icon {
    font-size: 1.5rem;
  }
  
  .control.has-icons-left .icon, .control.has-icons-right .icon {
    color: #dbdbdb;
    height: 2.5em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.5em;
    z-index: 4;
  }
  
  .control.has-icons-left .input,
  .control.has-icons-left .select select {
    padding-left: 2.5em;
  }
  
  .control.has-icons-left .icon.is-left {
    left: 0;
  }
  
  .control.has-icons-right .input,
  .control.has-icons-right .select select {
    padding-right: 2.5em;
  }
  
  .control.has-icons-right .icon.is-right {
    right: 0;
  }
  
  .control.is-loading::after {
    position: absolute !important;
    right: 0.625em;
    top: 0.625em;
    z-index: 4;
  }
  
  .control.is-loading.is-small:after {
    font-size: 0.75rem;
  }
  
  .control.is-loading.is-medium:after {
    font-size: 1.25rem;
  }
  
  .control.is-loading.is-large:after {
    font-size: 1.5rem;
  }
  
  .breadcrumb {
    font-size: 1rem;
    white-space: nowrap;
  }
  
  .breadcrumb a {
    align-items: center;
    color: #3273dc;
    display: flex;
    justify-content: center;
    padding: 0 0.75em;
  }
  
  .breadcrumb a:hover {
    color: #363636;
  }
  
  .breadcrumb li {
    align-items: center;
    display: flex;
  }
  
  .breadcrumb li:first-child a {
    padding-left: 0;
  }
  
  .breadcrumb li.is-active a {
    color: #363636;
    cursor: default;
    pointer-events: none;
  }
  
  .breadcrumb li + li::before {
    color: #b5b5b5;
    content: "\0002f";
  }
  
  .breadcrumb ul,
  .breadcrumb ol {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  
  .breadcrumb .icon:first-child {
    margin-right: 0.5em;
  }
  
  .breadcrumb .icon:last-child {
    margin-left: 0.5em;
  }
  
  .breadcrumb.is-centered ol,
  .breadcrumb.is-centered ul {
    justify-content: center;
  }
  
  .breadcrumb.is-right ol,
  .breadcrumb.is-right ul {
    justify-content: flex-end;
  }
  
  .breadcrumb.is-small {
    font-size: 0.75rem;
  }
  
  .breadcrumb.is-medium {
    font-size: 1.25rem;
  }
  
  .breadcrumb.is-large {
    font-size: 1.5rem;
  }
  
  .breadcrumb.has-arrow-separator li + li::before {
    content: "\02192";
  }
  
  .breadcrumb.has-bullet-separator li + li::before {
    content: "\02022";
  }
  
  .breadcrumb.has-dot-separator li + li::before {
    content: "\000b7";
  }
  
  .breadcrumb.has-succeeds-separator li + li::before {
    content: "\0227B";
  }
  
  .card {
    background-color: white;
    box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
    color: #4a4a4a;
    max-width: 100%;
    position: relative;
  }
  
  .card-header {
    background-color: transparent;
    align-items: stretch;
    box-shadow: 0 0.125em 0.25em rgba(10, 10, 10, 0.1);
    display: flex;
  }
  
  .card-header-title {
    align-items: center;
    color: #363636;
    display: flex;
    flex-grow: 1;
    font-weight: 700;
    padding: 0.75rem 1rem;
  }
  
  .card-header-title.is-centered {
    justify-content: center;
  }
  
  .card-header-icon {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 0.75rem 1rem;
  }
  
  .card-image {
    display: block;
    position: relative;
  }
  
  .card-content {
    background-color: transparent;
    padding: 1.5rem;
  }
  
  .card-footer {
    background-color: transparent;
    border-top: 1px solid #ededed;
    align-items: stretch;
    display: flex;
  }
  
  .card-footer-item {
    align-items: center;
    display: flex;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: center;
    padding: 0.75rem;
  }
  
  .card-footer-item:not(:last-child) {
    border-right: 1px solid #ededed;
  }
  
  .card .media:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  
  .dropdown {
    display: inline-flex;
    position: relative;
    vertical-align: top;
  }
  
  .dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
    display: block;
  }
  
  .dropdown.is-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  
  .dropdown.is-up .dropdown-menu {
    bottom: 100%;
    padding-bottom: 4px;
    padding-top: initial;
    top: auto;
  }
  
  .dropdown-menu {
    display: none;
    left: 0;
    min-width: 12rem;
    padding-top: 4px;
    position: absolute;
    top: 100%;
    z-index: 20;
  }
  
  .dropdown-content {
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
  
  .dropdown-item {
    color: #4a4a4a;
    display: block;
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 0.375rem 1rem;
    position: relative;
  }
  
  a.dropdown-item,
  button.dropdown-item {
    padding-right: 3rem;
    text-align: inherit;
    white-space: nowrap;
    width: 100%;
  }
  
  a.dropdown-item:hover,
  button.dropdown-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
  }
  
  a.dropdown-item.is-active,
  button.dropdown-item.is-active {
    background-color: #3273dc;
    color: #fff;
  }
  
  .dropdown-divider {
    background-color: #ededed;
    border: none;
    display: block;
    height: 1px;
    margin: 0.5rem 0;
  }
  
  /*  Table CSS */
  table, td, th {
    border: 1px solid #1a1a1a;  
  }
  
  th,td {
    padding: 5px 10px;
  }
  /* @import url('http://example.com/example_style.css'); */
  
  /***********************************************/
  /* CSS @imports must be at the top of the file */
  /* Add them above this section                 */
  /***********************************************/
  
  
  /*****************************************/
  /* Start your style declarations here    */
  /*****************************************/
  
  
  /* Form */
  
  form {
    font-family: 'Roboto', sans-serif;
  }
  
  .hs-form-field {
    margin-bottom: 1.4rem;
  }
  
  /* Labels */
  
  form label {
    color: #33475B;
    display: block;
    font-size: 0.875rem;
    padding-top: 0;
    margin-bottom: 0.35rem;
    text-align: left;
    width: auto;
  }
  
  /* Help text - legends */
  
  form legend {
    color: #33475B;
    font-size: 0.875rem;
  }
  
  /* Inputs */
  
  .input {
    position: relative;
  }
  
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=tel],
  input[type=number],
  input[type=file],
  select,
  textarea {
    background-color: #FFF;
    border: 2px solid #D1D6DC;
    border-radius: 3px;
    color: #33475B;
    display: inline-block;
    font-size: 0.875rem;
    padding: 0.7rem;
    width: 100%;
  }
  
  input[type=text]:focus,
  input[type=email]:focus,
  input[type=password]:focus,
  input[type=tel]:focus,
  input[type=number]:focus,
  input[type=file]:focus,
  select:focus,
  textarea:focus {
    outline-color: rgba(82, 168, 236, 0.8);
  }
  
  fieldset {
    max-width: 100% !important;
  }
  
  ::-webkit-input-placeholder {
    color: #BFBFBF;
  }
  
  ::-moz-placeholder {
    color: #BFBFBF;
  }
  
  :-ms-input-placeholder {
    color: #BFBFBF;
  }
  
  :-moz-placeholder {
    color: #BFBFBF;
  }
  
  ::placeholder {
    color: #BFBFBF;
  }
  
  /* Inputs - checkbox/radio */
  
  form .inputs-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .inputs-list > li {
    display: block;
    margin: 0.7rem 0;
    padding: 0;
    width: 100%;
  }
  
  .inputs-list > li::before {
    display:none;
  }
  .inputs-list input,
  .inputs-list span {
    font-size: 0.875rem;
    vertical-align: middle;
  }
  
  .hs-input[type=checkbox],
  .hs-input[type=radio] {
    border: none;
    cursor: pointer;
    height: auto;
    line-height: normal;
    margin-right: 0.35rem;
    padding: 0;
    width: auto;
  }
  
  /* Inputs - datepicker */
  
  .hs-fieldtype-date .input .hs-dateinput:before {
    color: #33475B;
    content:'\01F4C5';
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .fn-date-picker .pika-table thead th {
    color: #FFF;
  }
  
  .fn-date-picker td.is-today .pika-button {
    color: #343A40;
  }
  
  .fn-date-picker td.is-selected .pika-button {
    background: #343A40;
    border-radius: 0;
    box-shadow: none;
  }
  
  .fn-date-picker td .pika-button:hover {
    background-color: #343A40 !important;
    border-radius: 0 !important;
    color: #FFF;
  }
  
  /* Inputs - file picker */
  
  input[type=file] {
    background-color: transparent;
    border: initial;
    box-shadow: none;
    line-height: 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;
  }
  
  form .header {
    background-color: transparent;
    border: none;
  }
  
  /* GDPR */
  
  .legal-consent-container .hs-form-booleancheckbox-display > span,
  .legal-consent-container .hs-form-booleancheckbox-display > span p {
    font-size: 0.875rem;
    margin-left: 1rem !important;
  }
  
  /* Validation */
  
  .hs-form-required {
    color: red;
  }
  
  .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 {
    background-color: #494A52;
    border: 1px solid #494A52;
    border-radius: 6px;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 0.92rem;
    font-weight: normal;
    height: auto;
    line-height: 1.1;
    margin: 0;
    padding: 15px 53px;
    position: relative;
    text-align: center;
  
    text-decoration: none;
    transition: all 0.15s linear;
    white-space: normal;
    width: auto;
    word-break: break-word;
  }
  
  form input[type=submit]:hover,
  form input[type=submit]:focus,
  form .hs-button:hover,
  form .hs-button:focus {
    background-color: #21222A;
    border-color: #21222A;
  
    color: #FFF;
  }
  
  form input[type=submit]:active,
  form .hs-button:active {
    background-color: #71727A;
    border-color: #71727A;
  
    color: #FFF;
  }
  
  /* Captcha */
  
  .grecaptcha-badge {
    margin: 0 auto;
  }
  
  .form-columns-2 .hs-form-field:last-child {
    margin-left: 30px ;
  }
  
  fieldset.form-columns-2 .hs-form-field{
    width:calc(50% - 15px) !important;
  }
  
  fieldset.form-columns-3 .input,
  fieldset.form-columns-2 .input,
  fieldset.form-columns-1 .input{  
    margin-right: 0px !important;
  }
  
  .form-columns-3 .hs-form-field:nth-child(2) {
    margin-left: 30px;
    margin-right: 30px !important;
  }
  
  
  
  .form-columns-3 .hs-form-field:nth-child(2) {
    margin-left: 30px;
    margin-right: 30px;
  }
  
  fieldset.form-columns-3 .hs-form-field{
    width:calc(32.89% - 15px) !important;
  }
  
  fieldset.form-columns-2 .hs-form-field input{
      width:100% !important;
    } 
  
  fieldset.form-columns-3 .hs-form-field input{
      width:100% !important;
    } 
  
  fieldset.form-columns-1 .hs-input {
    width: 100% !important;
  }
  
  .hs-fieldtype-checkbox .hs-input[type="checkbox"],
  .hs-fieldtype-booleancheckbox .hs-input[type="checkbox"]{
    position: relative;
    top: 0;
    width: 20px !important;
    height: 20px;
    border: 2px solid #dfdfdf;
    border-radius: 4px; 
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
  }
  
  input[type="checkbox"]::before {
      position: absolute;
      content: "\f00c";
      font-family: 'FontAwesome';
      top: 0;
      right: 0;
      left: 0px;
      text-align: center;
      visibility: hidden;
      opacity: 0;
      font-size: 14px;
      color: #fff;
  }
  
  .hs-fieldtype-checkbox .hs-input[type="checkbox"]:checked:before,
  .hs-fieldtype-booleancheckbox .hs-input[type="checkbox"]:checked:before{
    opacity: 1;
    visibility: visible;
  }
  
  .hs-fieldtype-checkbox .hs-input[type="checkbox"]:checked,
  .hs-fieldtype-booleancheckbox .hs-input[type="checkbox"]:checked{
    background-color: #102d7b;
    border-color: #102d7b;
  }
  
  
  
  .hs-fieldtype-checkbox .hs-input[type="checkbox"]:focus,
  .hs-fieldtype-booleancheckbox .hs-input[type="checkbox"]:focus{
    outline: 0;
  }
  
  form .hs-input[type="radio"],
  form .hs-input[type="radio"]{
    position: relative;
    top: 0;
    width: 20px !important;
    height: 20px;
    border: 2px solid  #dfdfdf;
    border-radius: 4px; 
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 100%;
    -wbkit-border-radius: 100%;
  }
  
  input[type="radio"]::before {
      position: absolute;
      content: "";
      top: 50%;
      right: 0;
      left: 0px;
      text-align: center;
      visibility: hidden;
      opacity: 0;
      background-color: #102d7b;
      width: 12px;
      height: 12px;
      display: inline-block;
      border-radius: 100%;
      transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
      margin: 0 auto;
  }
  
  form .hs-input[type="radio"]:checked:before,
  form .hs-input[type="radio"]:checked:before{
      opacity: 1;
    visibility: visible;
  }
  
  form .hs-input[type="radio"]:focus,
  form .hs-input[type="radio"]:focus {
    outline: 0;
  }
  
  .hs_upload_resume .hs-input[type="file"] {
    padding: 10px;
    background-color: #f7f7f7;
    border: 2px solid #dfdfdf;
  }
  
  /*  Responsvie css */
  
  @media only screen and (max-width:1210px) {
    
    .form-columns-3 {
      display:flex;
    }
    
  }
  
  @media only screen and (max-width:767px) {
    .form-without-bg-main {
      margin-top: 30px;
    }
    
      .form-columns-2 .hs-form-field:last-child {
      margin-left: 0px;
    }
  
    fieldset.form-columns-2 .hs-form-field{
      width:100% !important;
    } 
    
    fieldset.form-columns-2 .hs-form-field input{
      width:100% !important;
    }
    
    .form-columns-3 {
      flex-wrap: wrap;
    }
    
    fieldset.form-columns-3 .hs-form-field {
      width: 100% !important;
    }
    
    .form-columns-3 .hs-form-field:nth-child(2) {
      margin-left: 0;
      margin-right: 0 !important;
    }
  }
  /* @import url('http://example.com/example_style.css'); */
  
  /***********************************************/
  /* CSS @imports must be at the top of the file */
  /* Add them above this section                 */
  /***********************************************/
  
  /*****************************************/
  /* Start your style declarations here    */
  /*****************************************/
  
  
  /* Banner Style One CSS */
  
  .slider-main h1 {
    margin-bottom: 30px;
  }
  
  .slider-main h4 {
    margin-bottom: 20px;
  }
  
  .item.banner-text-white p {
    color: #fff;
  }
  
  .banner-slider ul.slick-dots li::before {
    display:none; 
  }
  
  .item { 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    height: 100%;
  }
  
  .item .item-inner {
      max-width: 800px;
      z-index: 11;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      left: 0;
  }
  
  .item.b_center .item-inner {	
      margin: 0 auto;
      text-align: center;
  }
  
  
  /*  banner overlay css */
  
  .slider-main .overlay {
    display: none;
  }
  
  .slider-main .overlay,
  .slider-main .overlay {
    display:block;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  
  .banner-text-white h1,
  .banner-text-white h4,
  .banner-text-white .overline,
  .banner-text-white .bannner_description {
    color: #fff;
  }
    
  .banner-text-white h1,
  .banner-text-white h4,
  .banner-text-white .overline,
  .banner-text-white .bannner_description {
    color: #fff;
  }
  
  .banner-text-white .large_btn.bordered_btn,
  .banner-text-white .medium_btn.bordered_btn, 
  .banner-text-white .small_btn.bordered_btn {
    border-color: #fff;
    color: #fff;
  }
  
  .banner-text-white .btn.bordered_btn:hover {
    background-color: #fff;
    color: #1a1a1a;
    border-color: #fff;
  }
  
  .bannner_description {
      margin-bottom: 50px;
  }
  
  .btn-group .btn {
    margin-right: 16px;
  }
  
  .dnd-section.dnd_area-row-0-force-full-width-section .banner-slider {
    height: 100vh;
  }
  
  .banner-slider {
    height: 68vh;
  }
  
  
  /*  Down arrow CSS */
  .downarrow-main{
    position: absolute;
    bottom: 60px;
    right: 0;
    left: 0;
    text-align: center;
  }
  
  .downarrow-inner {
      width: 32px;
      height: 32px;
      display: inline-block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
  }
  
  .downarrow-inner img {
    max-width: 28px;    
    animation: scroll 1.5s infinite;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    
  }
  
  .downarrow-inner:hover img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
  }
  
  @keyframes scroll {0% {transform: translateY(5px);} 50% {transform: translateY(13px);} 100% {transform: translateY(5px);}}
  @-webkit-keyframes scroll {0% {transform: translateY(5px);} 50% {transform: translateY(13px);} 100% {transform: translateY(5px);}}
  
  .item {
    display: flex !important;
    align-items: center !important;
  }
  
  .item.b_left .item-inner {
    padding-left: 0;
  }
  
  .item .item-inner {
    position: static;
    top: initial;
    transform: initial;
    right: initial;
    left: initial;
  }
  
  .banner-item-wrap {
      position: relative;
  }
  
  .item.b_right .item-inner {
    padding-right: 0;
  }
  
  .slider-main {
      position: relative;
  }
  
  .downarrow-main {
    bottom: 60px;
  }
  
  
  /******************** INNER BANNER CSS  *****************/
  .inner-banner-main {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  
  .inner-banner-main .overlay {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  
  .inner-banner-main .dnd-section { 
    padding: 150px 20px 125px 20px;
    display: block;
  }
  
  .inner-banner-wrap {
      max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
  }
  
  .inner-banner-main.b_left .inner-banner-wrap {
    margin: 0;
    text-align: left;
    padding-left: 70px;
  }
  
  .inner-banner-main.b_right .inner-banner-wrap {
    margin: 0 0 0 auto;
    text-align: right;
    padding-right: 70px;
  }
  
  .dnd-section.dnd_area-row-0-force-full-width-section .banner-slider {
      height: initial;
  }
  
  .item {
      padding: 110px 0;
  }
  /* Responsive CSS  */
  
  
  @media only screen and (max-width: 1024px) {
     
    .item {
      padding: 100px 0 100px 0;
      min-height: initial;
    }
    
    
      .dnd-section.dnd_area-row-0-force-full-width-section .banner-slider {
      min-height: initial;
    }
    
    .body-container.body-container--blog-index.blog-post-container {
      margin-top: 60px;
    }
  }
  
  @media only screen and (max-width:991px){
    .inner-banner-main .dnd-section {
        padding: 150px 20px 90px 20px;
    }
    
    .banner-top-space-without-topbar .inner-banner-main .dnd-section {
      padding: 100px 20px 90px 20px;
    }  
    
    .dnd-section.dnd_area-row-0-force-full-width-section .banner-slider {
      height: initial;
       min-height: initial;
    }
    
    .item {
      padding: 80px 0;
       min-height: initial;
    }
  }
  
  @media only screen and (max-width:767px){
  
    .bannner_description {
        margin-bottom: 40px;
    }   
    
    .downarrow-main {
      bottom: 30px;
    }
    
    .item {
      padding: 60px 0 60px 0;
    }
    
    .inner-banner-main .dnd-section {
      padding: 100px 20px 90px 20px;
    }
  }
  
  @media only screen and (max-width:560px){
    
    .banner-item-wrap .item.b_center .item-inner {  
      padding-right: 0px;
      padding-left: 0px;
    }
  }
  
  
  @media only screen and (max-width:479px ){
    .slider-main .btn-group .btn {
      margin-bottom: 15px;
    }
    
    .inner-banner-main .dnd-section {
      padding: 100px 20px 70px 20px;
    }
  }
  
  @media only screen and (min-width: 1366px) {  
    .item {
      padding: 60px 0;
       min-height: 684px;
    } 
    
    .dnd-section.dnd_area-row-0-force-full-width-section .banner-slider {
      min-height: 684px;
    }
  }
  
  @media only screen and (min-width: 640px) and (max-width: 1366px) {
    .item {
      padding: 100px 0 100px 0;
      min-height: 500px;
    }
    .hs-menu-item a{
      font-size:20px!important;
    }
    .main-logo span{
      font-size:18px!important;
    }
    .bl_langSwitcher{
      display: none!important;
    }
    .banner-link{
      bottom:20px!important;
    }
  }
  
  @media only screen and (max-width: 640px) {
    .item {
      padding: 50px 0 50px 0;
      min-height: 400px;
    }
    .hs-menu-item {
      margin-bottom: 10px!important;
    }
    .hs-menu-item a{
      font-size:16px!important;
    }
    .body-container-wrapper{
      margin-top: 110px!important;
    }
    .main-logo span{
      font-size:16px!important;
    }
    .dnd_area-row-5-background-layers{
      overflow: hidden;
    }
      .bl_langSwitcher{
      display: none!important;
    }
    .unique-header-main .unique-logo-wrap{
      flex:1;
    }
    .banner-link{
      bottom:20px!important;
    }
  }
  
  @media only screen and (min-width: 1600px) {
    .dnd-section.dnd_area-row-0-force-full-width-section .banner-slider {
      min-height: 684px;
    }
    
    .item {
      min-height: 684px;
    }
  }
  
  @media only screen and (min-width: 1800px) {
    .dnd-section.dnd_area-row-0-force-full-width-section .banner-slider {
      min-height: 996px;
    }
    
    .item {
      min-height: 996px;
    }
  }
  
  @media only screen and (min-width: 1920px) {
    .dnd-section.dnd_area-row-0-force-full-width-section .banner-slider {
      min-height: 996px;
    }
    
    .item {
      min-height: 996px;
    }
  }
  /* @import url('http://example.com/example_style.css'); */
  
  /***********************************************/
  /* CSS @imports must be at the top of the file */
  /* Add them above this section                 */
  /***********************************************/
  /* @import url('http://example.com/example_style.css'); */
  
  /***********************************************/
  /* CSS @imports must be at the top of the file */
  /* Add them above this section                 */
  /***********************************************/
  
  /*****************************************/
  /* Start your style declarations here    */
  /*****************************************/
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /* Transition */
  
  
  /* Animation Delay */
  
  
  /* Box Shadow */
  
  
  /* Background Size */
  
  
  /* Border Radius */
  
  
  /* User Select */
  
  
  /* Opacity*/
  
  /*****************************************/
  /* Start your style declarations here    */
  /*****************************************/
  
  /********** Accordion CSS  *************/
  .acc {
    max-width: 60%;
      margin: 0 auto;
  }
  .acc__card {
    margin-bottom: 30px;
    position: relative;
  }
  
  .acc__card:last-child {
    margin-bottom: 0;
  }
  
  .acc__title {
    font-size: 18px;
    color: #1a1a1a;
      line-height: 1.5;
      font-weight: 700;
      display: block;
      padding: 22px 60px 22px 22px;
    border: 2px solid #f7f7f7;
      width: 100%;
    cursor: pointer;
    -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;;
  }
  
  .acc__panel {
    background: #fff;
    color: #1a1a1a;
    display: none;
    margin: 0;
    text-align: left;
    
  }
  
  .acc__panel p {
    margin-bottom: 0;
  }
  
  .acc__title::after {
      width: 12px;
      height: 12px;
      border-right: 2px solid #1a1a1a;
      border-bottom: 2px solid #1a1a1a;
      position: absolute;
      right: 27px;
      content: " ";
      top: 27px;
      transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
  }
  
  .acc__title.active::after {
    top: 34px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
  }
  
  .acc__title.active {
    background-color: #fff;
    color: #1a1a1a;
    border-color: #fff;
    border-radius: 10px 10px 0px 0px;
    -webkit-box-shadow: 0 0px 5px 0px rgba(0,0,0,0.1);
      -moz-box-shadow: 0 0px 5px 0px rgba(0,0,0,0.1);
      -o-box-shadow: 0 0px 5px 0px rgba(0,0,0,0.1);
      -ms-box-shadow: 0 0px 5px 0px rgba(0,0,0,0.1);
      box-shadow: 0 0px 5px 0px rgba(0,0,0,0.1);;
  }
  
  .acc__title.active::after,
  .acc__title:hover::after {
    border-right: 2px solid #1a1a1a;
    border-bottom: 2px solid #1a1a1a;
  }
  
  .acc__title:hover {
    color: #1a1a1a;
  }
      
  
  .acc__panel{
    display: none;
    padding: 0 60px 15px 22px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0px 9px 10px 0px rgba(0,0,0,0.1);
      -moz-box-shadow: 0px 9px 10px 0px rgba(0,0,0,0.1);
      -o-box-shadow: 0px 9px 10px 0px rgba(0,0,0,0.1);
      -ms-box-shadow: 0px 9px 10px 0px rgba(0,0,0,0.1);
      box-shadow: 0px 9px 10px 0px rgba(0,0,0,0.1);; 
    
  }
  
  /************ Dark Background Accordion CSS **************/
  .acc.accordion_dark .acc__title {
    color: #fff;
    border: 2px solid #4e4e4e;
  }
  
  
  .acc.accordion_dark .acc__title.active {
    color: #1a1a1a;
    border: 2px solid #fff;
  }
  
  .acc.accordion_dark .acc__title::after,
  .acc.accordion_dark .acc__title::after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  
  .acc.accordion_dark .acc__title.active::after,
  .acc.accordion_dark .acc__title.active::after {
    border-right: 2px solid #1a1a1a;
    border-bottom: 2px solid #1a1a1a;
  }
  
  .acc.accordion_dark .acc__title.active::before {
    border-right: 
  }
  
  /****** Responsive CSS  ********/
  @media only screen and (max-width: 1024px){
    .acc {
      max-width: 80%;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .acc {
      max-width: 100%;
    }
    
    .acc__card {
      margin-bottom: 20px;
    }
    
   .acc .acc__title {
     font-size: 18px;
     padding: 18px 30px;
    }
    .acc .acc__panel {
      padding: 0 30px 22px 22px;
      margin-top: -10px;
    }
    
    .acc .acc__title {
     padding: 18px 38px 18px 20px;
    }
    
    .acc .acc__title::after {
      right: 20px;
      top: 24px;
    }
    
    .acc .acc__title.active::after {
      top: 32px;
    }
  }
  /* @import url('http://example.com/example_style.css'); */
  
  /***********************************************/
  /* CSS @imports must be at the top of the file */
  /* Add them above this section                 */
  /***********************************************/
  /* @import url('http://example.com/example_style.css'); */
  
  /***********************************************/
  /* CSS @imports must be at the top of the file */
  /* Add them above this section                 */
  /***********************************************/
  
  /*****************************************/
  /* Start your style declarations here    */
  /*****************************************/
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /* 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;
    padding: 10px 0;
    display: block;
    
  }
  
  .logo-wrap,
  .client-logo-inner img{
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -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,
  .client-logo-inner:hover img{
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  
  .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: 30px 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 #f7f7f7;
    border-top: 2px solid #f7f7f7;
  }
  
  .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;
  }
  
  .logo-slider .slick-slide  {margin: 0 35px;}
  /************* 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 #f7f7f7;
    }
    
    .client-logo-group .client-logo-inner:nth-child(-n+2) {
      border-bottom: 2px solid #f7f7f7;
    }
    
    .logo-slider .slick-slide  {margin:  15px;}
  }
  
  @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 #f7f7f7;
      border-top: 0;
    }
    
    .client-logo-group .client-logo-inner:last-child {
      border-bottom: 0;
    }
    
    .logo-slider .slick-slide {
      margin: 0 10px;
    }
  }
  /* @import url('http://example.com/example_style.css'); */
  
  /***********************************************/
  /* CSS @imports must be at the top of the file */
  /* Add them above this section                 */
  /***********************************************/
  /* @import url('http://example.com/example_style.css'); */
  
  /***********************************************/
  /* CSS @imports must be at the top of the file */
  /* Add them above this section                 */
  /***********************************************/
  
  /*****************************************/
  /* Start your style declarations here    */
  /*****************************************/
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /* Transition */
  
  
  /* Animation Delay */
  
  
  /* Box Shadow */
  
  
  /* Background Size */
  
  
  /* Border Radius */
  
  
  /* User Select */
  
  
  /* Opacity*/
  
  /*****************************************/
  /* Start your style declarations here    */
  /*****************************************/
  
  .hs-tabs__item{
    display: none;
    padding: 50px 0;
    float: left;
    width: 100%;
  }
  .hs-tabs__item--active{
    display: block;
  }
  .hs-tabs__item img{ 
       /* Protect images from overflowing the tab */ 
    max-width: 100%;
    height: auto;
    
  }
  .hs-tabs__navitem .icon {
    margin-right: 30px;
  }
  
  .hs-tabs__navitem .icon 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: opacity(0.5);
  }
  
  .hs-tabs__navitem:hover .icon img {
    filter: opacity(1);
  }
  
  .hs-tabs__navitem:hover {
    color: #1a1a1a;
  }
  
  .hs-tabs__navitem:hover,
  .hs-tabs__navitem:focus,
  .hs-tabs__navitem:active{
    border-color: #1a1a1a;
    color: #1a1a1a;
  }
  
  .hs-tabs__navitem--active .icon img {
    filter: opacity(1);
  }
  
  .hs-tabs__nav{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
  }
  .hs-tabs__nav li{
    flex: 1;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    margin-left: 25px;
  }
  
  .hs-tabs__nav li:first-child {
    margin-left: 0;
  }
  
  .hs-tabs__nav li::before {
    display: none;
  }
  
  .hs-tabs__navitem{
    text-decoration: none;
    display: block;
    padding: 20px;
    border-bottom: 2px solid rgba(26, 26, 26,0.5);
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(26, 26, 26,0.5);
    font-size: 24px;
    font-weight: 700;
    -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;;
  }
  .hs-tabs__navitem--active{
    color: #1a1a1a;
    border-color: #1a1a1a;
  }
  /* fix for hubspot injected div */
  .hs-tabs__navitem *{
    pointer-events: none;
  }
  
  .span12.two-column {
    display: flex;
  }
  
  .span12.two-column .span6 {
    display: flex;
    flex: 1;
    width: initial;
  }
  
  @media only screen and (max-width:991px){
    .hs-tabs__navitem .icon {
      margin-right: 20px;
    }
    
    .hs-tabs__item {
      padding-bottom: 0;
    }
  }
  
  @media only screen and (max-width: 767px){
    .hs-tabs__nav li {
      flex: 100%;
    }
    
    .hs-tabs__nav {
      flex-wrap: wrap;
    }
    
    .hs-tabs__nav li {
      margin-left: 0;
    }
  }
  
  @media only screen and (max-width: 479px) {
    .hs-tabs__navitem {
      font-size: 18px;
    }
  }
  /* @import url('http://example.com/example_style.css'); */
  
  /***********************************************/
  /* CSS @imports must be at the top of the file */
  /* Add them above this section                 */
  /***********************************************/
  /* @import url('http://example.com/example_style.css'); */
  
  /***********************************************/
  /* CSS @imports must be at the top of the file */
  /* Add them above this section                 */
  /***********************************************/
  
  /*****************************************/
  /* Start your style declarations here    */
  /*****************************************/
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /* 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 {
    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 {
    -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;
  }
  
  /* 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                 */
  /***********************************************/
  /* @import url('http://example.com/example_style.css'); */
  
  /***********************************************/
  /* CSS @imports must be at the top of the file */
  /* Add them above this section                 */
  /***********************************************/
  
  /*****************************************/
  /* Start your style declarations here    */
  /*****************************************/
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /* 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;
  }
  
  .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;
    display: none!important;
  }
  
  .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(26, 26, 26,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: #1a1a1a;
  }
  
  .tes-main .slick-dots li.slick-active button,
  .tes-main .slick-dots li:hover button{
    background-color: #1a1a1a;
    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: 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);;
  }
  
  .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;
    }
  }
  /* @import url('http://example.com/example_style.css'); */
  
  /***********************************************/
  /* CSS @imports must be at the top of the file */
  /* Add them above this section                 */
  /***********************************************/
  /* @import url('http://example.com/example_style.css'); */
  
  /***********************************************/
  /* CSS @imports must be at the top of the file */
  /* Add them above this section                 */
  /***********************************************/
  
  /*****************************************/
  /* Start your style declarations here    */
  /*****************************************/
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /* Transition */
  
  
  /* Animation Delay */
  
  
  /* Box Shadow */
  
  
  /* Background Size */
  
  
  /* Border Radius */
  
  
  /* User Select */
  
  
  /* Opacity*/
  
  /*****************************************/
  /* Start your style declarations here    */
  /*****************************************/
  
  
  
  /* 1a. Containers */
  
  
  
  
  /* 1b. Colors */
  
  
  
  
  /* 1c. Typography */
  
  
  
  
  
  
  
  
  /* 1d. Buttons */
  
  
  
  
  
  /* Button CSS  */
  
  .btn {
    ;
    text-transform: none;
    color:#102d7b;
    text-decoration: none;
    display: inline-block;  
    margin-bottom: 30px;
    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;;
  }
  
  
  .btn:hover,
  .btn:active {
    text-decoration: none;
  }
  
  .large_btn {  
    min-width: 210px;
    font-size: 16px;
    padding: 17px 52px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    background-color: ;
  }
  
  .large_btn.text_btn,
  .medium_btn.text_btn,
  .small_btn.text_btn {
    min-width: initial;
    padding: 0px;
    border-radius: 0px;
    text-align: initial;
    background-color: transparent;
    text-decoration: underline;
    color: #102d7b;
  }
  
  .large_btn.text_btn:hover,
  .medium_btn.text_btn:hover,
  .small_btn.text_btn:hover,
  .large_btn.text_btn:active,
  .medium_btn.text_btn:active,
  .small_btn.text_btn:active {
    text-decoration: none;
  }
  
  .large_btn.bordered_btn,
  .medium_btn.bordered_btn,
  .small_btn.bordered_btn {
  
    background-color: transparent;
  }
  
  .large_btn.filled_btn,
  .medium_btn.filled_btn,
  .small_btn.filled_btn {
    border:none !important;
  }
  
  .large_btn.filled_btn,
  .medium_btn.filled_btn,
  .small_btn.filled_btn {
    border:none !important;
  }
  
  .medium_btn {
    min-width: 173px;
    font-size: 14px;
    padding: 14px 30px;
    border-radius: 4px;
    text-align: center;
  }
  
  .small_btn {
    min-width: 125px;
    font-size: 12px;
    padding: 6px 28px;
    border-radius: 3px;
    text-align: center;
  }
  
  .small_btn.bordered_btn {
    border-width: 1px;
    border-style: solid;
    border-color: #102d7b;
    background-color: transparent;
  }
  
  .small_btn.bordered_btn:hover {
    background-color: #102d7b;
    border-color: #102d7b;
  }
  
  .small_btn.bordered_btn:active {
    background-color: #102d7b;
    border-color: #102d7b;
  }
  
  .align_btn_left {
    text-align:left;
  }
  
  .align_btn_center {
    text-align:center;
  }
  
  .align_btn_right {
    text-align:right;
  }
  
  
  /* Base Color CSS */
  .btn.bordered_btn.base_color {
    border-color: #4e4e4e;
    color: #4e4e4e;
  }
  
  .btn.bordered_btn.base_color:hover{
    background-color: #4e4e4e;
    border-color: #4e4e4e; 
    color: #fff;
    -webkit-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -moz-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -o-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -ms-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);;
  }
  
  .btn.filled_btn.base_color {
    background-color: #4e4e4e;
  }
  
  .btn.filled_btn.base_color:hover {
    background-color: #4e4e4e;
    color: #fff;
     -webkit-filter: contrast(2);
    filter: contrast(2);
    -moz-filter: contrast(2);
    -webkit-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -moz-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -o-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -ms-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);;
    
  }
  
  .btn.text_btn.base_color {
    color: #4e4e4e;
  }
  
  /* Primary Color CSS */
  
  .btn.bordered_btn.primary_color {
    border-color: #102d7b;
    color: #102d7b;
  }
  
  .btn.bordered_btn.primary_color:hover{
    background-color: #102d7b;
    border-color: #102d7b;
    color: #fff;
    -webkit-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -moz-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -o-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -ms-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);;
    
  }
  
  .btn.filled_btn.primary_color {
    background-color: #102d7b;
    
  }
  
  .btn.filled_btn.primary_color:hover {
    background-color: #102d7b;
    color: #fff;
    -webkit-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -moz-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -o-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -ms-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);;
    -webkit-filter: contrast(2);
    filter: contrast(2);
    -moz-filter: contrast(2);
   
  }
  
  .btn.text_btn.primary_color {
    color: #102d7b;
  }
  
  /* Secondary  CSS */
  
  .btn.bordered_btn.secondary_color {
    border-color: #1a1a1a;
    color: #1a1a1a;
  }
  
  .btn.bordered_btn.secondary_color:hover{
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #fff;
    -webkit-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -moz-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -o-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -ms-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);;
  }
  
  .btn.filled_btn.secondary_color {
    background-color: #1a1a1a;
  }
  
  .btn.filled_btn.secondary_color:hover {
    -webkit-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -moz-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -o-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -ms-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);;
    color: #fff;
    background-color: #1a1a1a;
    -webkit-filter: contrast(2);
    filter: contrast(2);
  }
  
  .btn.text_btn.secondary_color {
    color: #1a1a1a;
    
  }
  
  /* Danger color CSS */
  
  .btn.bordered_btn.danger_color {
    border-color: #eb5252;
    color: #eb5252;
  }
  
  .btn.bordered_btn.danger_color:hover{
    background-color: #eb5252;
    border-color: #eb5252;
    color: #fff;
    -webkit-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -moz-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -o-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -ms-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);;
    
  }
  
  .btn.filled_btn.danger_color {
    background-color: #eb5252;
  }
  
  .btn.filled_btn.danger_color:hover {
    background-color: #eb5252;
    color: #fff;
    -webkit-filter: contrast(2);
    filter: contrast(2);
    -webkit-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -moz-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -o-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -ms-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);;
  }
  
  
  .btn.text_btn.danger_color {
    color: #eb5252;
  }
  
  /* Warning color CSS */
  
  .btn.bordered_btn.warning_color {
    border-color: #ff9a4c;
    color: #ff9a4c;
  }
  
  .btn.bordered_btn.warning_color:hover{
    background-color: #ff9a4c;
    border-color: #ff9a4c;
    color: #fff;
    -webkit-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -moz-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -o-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -ms-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);;
  }
  
  .btn.filled_btn.warning_color {
    background-color: #ff9a4c;
  }
  
  .btn.filled_btn.warning_color:hover {
    background-color:#ff9a4c;
    color: #fff;
    -webkit-filter: contrast(2);
    filter: contrast(2);
    -webkit-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -moz-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -o-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -ms-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);;
  }
  
  
  
  .btn.text_btn.warning_color {
    color: #ff9a4c;
  }
  
  /* success color CSS */
  
  .btn.bordered_btn.success_color {
    border-color: #68d452;
    color: #68d452;
  }
  
  .btn.bordered_btn.success_color:hover{
    background-color: #68d452;
    border-color: #68d452;
    color: #fff;
    -webkit-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -moz-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -o-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -ms-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);;
  }
  
  .btn.filled_btn.success_color {
    background-color: #68d452;
  }
  
  .btn.filled_btn.success_color:hover {
    background-color: #68d452;
    color: #fff;
     -webkit-filter: contrast(2);
    filter: contrast(2);
    -webkit-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -moz-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -o-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -ms-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);;
  }
  
  
  .btn.text_btn.success_color {
    color: #68d452;
  }
  
  /* dark color CSS */
  
  .btn.bordered_btn.dark_color {
    border-color: #021626;
    color: #021626;
  }
  
  .btn.bordered_btn.dark_color:hover{
    background-color: #021626;
    border-color: #021626;
    color: #fff;
    -webkit-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -moz-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -o-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -ms-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);;
  }
  
  
  .btn.filled_btn.dark_color {
    background-color: #021626;
  }
  
  .btn.filled_btn.dark_color:hover {
    background-color: #021626;
    color: #fff;
     -webkit-filter: contrast(2);
    filter: contrast(2);
    -webkit-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -moz-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -o-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -ms-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);;
  }
  
  
  
  .btn.text_btn.dark_color {
    color: #021626;
  }
  
  /* dark color gray CSS */
  
  .btn.bordered_btn.dark_color_gray {
    border-color: #1a1a1a;
    color: #1a1a1a;
  }
  
  .btn.bordered_btn.dark_color_gray:hover{
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #fff;
    -webkit-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -moz-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -o-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -ms-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);;
  }
  
  .btn.filled_btn.dark_color_gray {
    background-color: #1a1a1a;
  }
  
  .btn.filled_btn.dark_color_gray:hover {
    background-color: #1a1a1a;
    color: #fff;
    -webkit-filter: contrast(2);
    filter: contrast(2);
    -webkit-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -moz-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -o-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -ms-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);;
  }
  
  
  .btn.text_btn.dark_color_gray {
    color: #1a1a1a;
  }
  
  /* light color CSS */
  
  .btn.bordered_btn.light_color {
    border-color: #f7fbff;
    color: #1a1a1a;
  }
  
  .btn.bordered_btn.light_color:hover{
    background-color: #f7fbff;
    border-color: #f7fbff;
    color: #1a1a1a;
    -webkit-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -moz-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -o-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -ms-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);;
  }
  
  .btn.filled_btn.light_color {
    background-color: #f7fbff;
    color: #1a1a1a;
  }
  
  .btn.filled_btn.light_color:hover {
    background-color: #f7fbff;
    -webkit-filter: contrast(2);
    filter: contrast(2);
    color: #1a1a1a !important;
    -webkit-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -moz-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -o-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -ms-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);;
  }
  
  
  .btn.text_btn.light_color {
    color: #1a1a1a;
  }
  
  /* light color gray CSS */
  
  .btn.bordered_btn.light_color_gray {
    border-color: #f7f7f7;
    color: #1a1a1a;
  }
  
  .btn.bordered_btn.light_color_gray:hover{
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    color: #1a1a1a;
    -webkit-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -moz-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -o-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -ms-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);;
  }
  
  .btn.filled_btn.light_color_gray {
    background-color: #f7f7f7;
    color: #1a1a1a;
  }
  .btn.filled_btn.light_color_gray:hover {
    background-color: #f7f7f7;
    -webkit-filter: contrast(2);
    filter: contrast(2);
    color: #1a1a1a;
    -webkit-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -moz-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -o-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -ms-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);;
  }
  
  
  .btn.text_btn.light_color_gray {
    color: #1a1a1a;
  }
  
  
  /* Button White Color */
  .btn.bordered_btn.white_color {
      border-color: #fff;
      color: #fff;
  }
  
  .btn.bordered_btn.white_color:hover {
      background-color: #fff;
    color: #1a1a1a;
    border-color: #fff;
    -webkit-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -moz-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -o-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -ms-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);;
  }
  
  .btn.filled_btn.white_color {
      background-color: #fff;
      color: #1a1a1a;
  }
  
  .btn.filled_btn.white_color:hover{  
    background-color: #fff;
    -webkit-filter: contrast(2);
    filter: contrast(2);
    color: #1a1a1a;
    -webkit-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -moz-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -o-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -ms-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);;
  }
  
  .btn.text_btn.white_color {
    color: #fff;
  }
  
  /* Responsive CSS  */
  @media only screen and (max-width: 991px){
    .button-page .row-fluid-wrapper > .row-fluid {
      flex-wrap: wrap;
    }
    .button-page .span3 {
      width: auto;  
      flex-wrap: wrap;
      padding-bottom: 20px !important;
    }  
  }
  /* @import url('http://example.com/example_style.css'); */
  
  /***********************************************/
  /* CSS @imports must be at the top of the file */
  /* Add them above this section                 */
  /***********************************************/
  
  /* @import url('http://example.com/example_style.css'); */
  
  /***********************************************/
  /* CSS @imports must be at the top of the file */
  /* Add them above this section                 */
  /***********************************************/
  
  /*****************************************/
  /* Start your style declarations here    */
  /*****************************************/
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /* 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;
  }
  
  .body-container--blog-index {
    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: #3452ff;
      color:#fff;
  }
  
  .featured-article .inner{
    padding-top:132px;
  }
  
  /* BLog listing CSS  */
  
  .body-container--blog-index {
    background-color: #f7f7f7;
  }
  
  
  .blog-listing-one {
    padding: 45px 0;
  }
  
  .blog-listing-five .blog-listing-one .post-item {
      width: 100%;
  }
  
  
  .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: #1a1a1a;
      -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: #3452ff;
  }
  
  .blog-topics ul li a:focus {
    color: #3452ff;
  }
  
  .blog-topics ul li a:active {
    color: #3452ff;
  }
  
  .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: #102d7b;
      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: #1a1a1a;
  }
  .blog-listing-one .post-item .short-desc .post-title:hover{
    color: #3452ff;
  }
  .blog-listing-one .post-item img{
      margin:0 !important;
  }
  .blog-pagination {
    text-align: center;
  }
  
  .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: 14px;    
      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: #3452ff;
  }
  .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: #3452ff;
      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: 100%;
      vertical-align: middle;
  }
  
  .blog-listing-one .post-item {
      text-align: left;
  }
  
  .blog-listing-five .post-item .short-desc .date {
    color: #4e4e4e;
      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: #1a1a1a;
  }
  
  .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: #3452ff;
  }
  
  .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;
  }
  
  .news-content p{
    font-size:16px;
    line-height: 30px;
    margin:5px 0;
  }
  
  .news-content .title{
    font-size:22px;
    margin:10px 0;
    font-weight: bold;
    margin-top:30px;
  }
  
  .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: #1a1a1a;
      
  }
  
  .blog-listing-author span {
      color: #3452ff;
      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: #3452ff;
  }
  
  .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: #102d7b;
      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: #3452ff;
  }
  #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: #1a1a1a;
  }
  .social-twi {
    background-color:#55acee;
  }
  .social-lin {
    background-color:#007bb5;
  }
  .social-fac {
    background-color:#3b5998;
  }
  
  .blog-descritions .btn i {
    padding-left: 5px;
    font-weight: 700;
    font-size: 18px;
    margin-top: 0;
  }
  
  
  
  
  @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: #1a1a1a;
      -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:#3452ff;
  }
   .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: #1a1a1a;
    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: #102d7b;
      background:transparent;
      color: #102d7b;
      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: #1a1a1a;
      -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: #3452ff;
    color:#fff;
    border-color: #3452ff;
  }
  
  .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;
    justify-content: center;
  }
  
  .recent-blog-main .post-item{
    display: flex;
    justify-content: center;
  }
  
  .recent-blog-main .post-item  .post-inner{	
      margin: 15px;
    border: 2px solid #f7f7f7;
    -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;;
    
  }
  .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: #102d7b;
  }
  
  .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 -15px;
  }
  
  .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;
  }
  
  .short-desc.blog-content-group {
    padding: 30px;
  }
  
  .short-desc.blog-content-group p {
    margin-bottom: 0;
    
  }
  
  .short-desc.blog-content-group h4{
      display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  
  .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;
    -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: #102d7b;
  }
  
  .btn.text_btn.read-more::before {
      position: absolute;
      right: -30px;
      font-family: FontAwesome;	
      content: '\f178';
      font-size: 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;;
  }
  
  .btn.text_btn.read-more:hover::before {
    color: #102d7b;
  }
  
  .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;
  }
  
  .heading-content .h4,
  .heading-content .h2,
  .heading-content .h3,
  .heading-content .h5,
  .heading-content .h6,
  .heading-content .h1{
   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: #1a1a1a;
      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: 100%;
      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;
    }
    
  }
  /* CSS @imports must be at the top of the file */
  /* Add them above this section                 */
  /***********************************************/
  /* @import url('http://example.com/example_style.css'); */
  
  /***********************************************/
  /* CSS @imports must be at the top of the file */
  /* Add them above this section                 */
  /***********************************************/
  
  /*****************************************/
  /* Start your style declarations here    */
  /*****************************************/
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /* Transition */
  
  
  /* Animation Delay */
  
  
  /* Box Shadow */
  
  
  /* Background Size */
  
  
  /* Border Radius */
  
  
  /* User Select */
  
  
  /* Opacity*/
  
  /*****************************************/
  /* Start your style declarations here    */
  /*****************************************/
  
  /********** 404 Page CSS ************/
  .body-container-wrapper .system-pages-wrapper{
    padding-top: 144px;
    padding-bottom: 150px;
  }
  
  .body-container-wrapper.with-top-bar-panel .system-pages-wrapper {
    padding-top: 196px;  
  }
  
  .error-page {
      position: relative;
      text-align: center;
      max-width: 860px;
      margin: 0 auto;
  }
  
  .error-page img{
    margin-bottom: 30px;
    max-width: 320px;
  }
  
  .error-page .overline {
    float: left;
    width: 100%;
    margin-bottom: 12px; 
    color: #102d7b;
  }
  
  .error-page__heading h1{
    margin-bottom: 30px !important;
    float:left;
    width: 100%;
  }
  
  .error-page p{
    margin-bottom: 30px;
  }
  
  /*********** 500 page css  ********/
  
  .error-page .hs-search-field ul li {
    padding-left: 0;
  }
  
  .error-page .hs-search-field ul li::before {
    display: none;
  }
  
  .error-page .hs-search-field--open .hs-search-field__suggestions {
    border: 2px solid #bfbfbf !important;
    border-top: 0 !important;
    text-align: left;
    padding: 10px 15px;  
  }
  
  .error-page .hs-search-field--open .hs-search-field__suggestions:hover {
    border-color: #102d7b !important;
  }
  
  /*************** Password Prompt Page CSS ************/
  .error-page #hs-pwd-widget-password {
      height: initial !important;
    margin-top: 0px !important;
  }
  
  .error-page.password-page form {
    display: flex;
    border: 0;
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    margin-top: 30px;
  }
  
  .error-page.password-page form .hs-button.primary.large {
    min-width: 170px;
    margin-left: 15px;
    font-size: 14px;
  }
  
  .error-page.password-page form .hs-button.primary.large:focus {
    outline: none;
  }
  
  .error-page.password-page form {
      display: flex;
      max-width: 500px;
      margin: 0 auto;
    padding: 0;
    margin-top: 30px;  
  }
  
  
  /****************  Email Unsubscribe Page CSS ***************/
  .error-page #email-prefs-form h3 {
      display: none !important;
  }
  
  .error-page.emailunsubscribe .email-edit.hs-input {
    padding:.7rem !important;
    width: 315px !important;
  }
  
  .error-page.emailunsubscribe form .hs-button.primary {
      min-width: 170px;
      margin-left: 15px;
      padding: 17px 30px;
      font-size: 14px;
  }
  
  .error-page.emailunsubscribe form .hs-button.primary:focus {
    outline: none;
  }
  
  .error-page.emailunsubscribe .page-header {
    display: none !important;
  }
  
  .error-page.emailunsubscribe form  {
      max-width: 500px;
      margin: 0 auto;
    border: 0;
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
  }
  
  .error-page.emailunsubscribe #content {
      display: flex;
  }
  
  .error-page.emailunsubscribe #content div {
    padding-bottom: 0px !important;
  }
  
  .error-page .btn {
    background-color: #102d7b;
  }
  
  .error-page .btn:hover {
    -webkit-filter: contrast(2);
    filter: contrast(2);  
    -webkit-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -moz-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -o-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -ms-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);;
  } 
  
  /*************** Email Subscription Page CSS **************/
  
  .system-pages-wrapper.email-subscription-wrapper .page-header h1 {
    display: none;
  }
  
  .system-pages-wrapper.email-subscription-wrapper .page-header h2 {
    display: none !important;
  }
  
  .system-pages-wrapper.email-subscription-wrapper .error-page.password-page.email-subscription h2 {
    float: none;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #102d7b;
    text-decoration: underline;  
  }
  
  .error-page.password-page.email-subscription form {
      max-width: 100%;
      display: inline-block;
    border: 0;
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
  }
  
  .system-pages-wrapper.email-subscription-wrapper  .email-prefs .item {
      -moz-user-select: none;
      -webkit-user-select: none;
      -o-user-select: none;
      user-select: none;
      padding-bottom: 1px;
      position: relative;
      margin: 20px 0px;
      cursor: pointer;
  }
  
  .system-pages-wrapper.email-subscription-wrapper .email-prefs .item {
    float: none;
    display: inline-block !important;
    vertical-align: top;
    text-align: left;
    width: 31%;
    min-height: 140px;
    margin: 12px !important;
    padding: 15px;
    background-color: #fff;
    border-radius: 12px;
    -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;;
  }
  
  .system-pages-wrapper.email-subscription-wrapper .item: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);;
  }
  
  .system-pages-wrapper.email-subscription-wrapper .email-prefs .item .item-inner{
    max-width: initial;
    position: static;
    top: initial;
    transform: initial;
    right:initial;
    left: initial;
  }
  
  
  .system-pages-wrapper.email-subscription-wrapper {
    background-color: #f7f7f7;
  }
  
  .system-pages-wrapper.email-subscription-wrapper .email-prefs .item .item-inner {
      flex: 1;
  }
  
  .system-pages-wrapper.email-subscription-wrapper .checkbox-row span.fakelabel span {
      float: left;
      font-weight: 700;
      margin-left: 7px;
      vertical-align: top;
    color: #1a1a1a;
  }
  
  .system-pages-wrapper.email-subscription-wrapper .checkbox-row input {
      position: relative;
      top: 3px;
      width: 20px;
      height: 20px;
      border: 2px solid #dfdfdf;
    border-radius: 4px;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
  }
  
  .system-pages-wrapper.email-subscription-wrapper input::before {
      position: absolute;
      content: "\f00c";
      font-family: 'FontAwesome';
      top: -5px;
      right: 0;
      left: 0px;
      text-align: center;
    visibility: hidden;
    opacity: 0;
    font-size: 14px;
    color: #fff;
  }
  
  .system-pages-wrapper.email-subscription-wrapper .item.selected .item-inner input::before {
    visibility: visible;
    opacity: 1;
  }
  
  .system-pages-wrapper.email-subscription-wrapper .item.selected .item-inner input {
    border-color: #3452ff;
    background-color: #3452ff;
  }
  
  .system-pages-wrapper.email-subscription-wrapper .checkbox-row input:focus {
    outline: none;
  }
  
  .system-pages-wrapper.email-subscription-wrapper .checkbox-row span.fakelabel span {
      width: 90%;
    float: none;
    display: inline-block;
  }
  
  .system-pages-wrapper.email-subscription-wrapper .email-prefs .item p {
      margin: 5px 20px 0px 28px;
  }
  
  .system-pages-wrapper.email-subscription-wrapper form .header {
    text-align: center;
  }
  
  .system-pages-wrapper.email-subscription-wrapper .page-header  br{
    display: none;
  }
  
  .system-pages-wrapper.email-subscription-wrapper .page-header {
      text-align: center;
      max-width: 500px;
      margin: 0 auto;
      margin-bottom: 20px;
  }
  
  .system-pages-wrapper.email-subscription-wrapper #content {
      text-align: center;
  }
  
  .system-pages-wrapper.email-subscription-wrapper  .subscribe-options {
      margin-top: 50px;
  }
  
  .system-pages-wrapper.email-subscription-wrapper .subscribe-options input[type="checkbox"] {
    position: relative;
      top: 3px;
      width: 30px;
      height: 30px;
      border: 2px solid #dfdfdf;
    border-radius: 4px;
    margin-right: 8px;
     appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
  }
  
  .system-pages-wrapper.email-subscription-wrapper .subscribe-options #globalunsub::before {
    font-size: 18px;
    top: 0;
  }
  
  .system-pages-wrapper.email-subscription-wrapper .subscribe-options .vbefore #globalunsub:focus {
    outline: 0;
  }
  
  .system-pages-wrapper.email-subscription-wrapper .subscribe-options .vbefore #globalunsub::before {
    visibility: visible;
    opacity: 1;
  }
  
  .system-pages-wrapper.email-subscription-wrapper .subscribe-options .vbefore #globalunsub{
    border-color: #3452ff;
    background-color: #3452ff;
  }
  
  .system-pages-wrapper.email-subscription-wrapper .subscribe-options {
    text-align: center;
  }
  
  
  .system-pages-wrapper.email-subscription-wrapper .subscribe-options  p {
    display: flex;
    justify-content: center;
  }
  
  
  
  .system-pages-wrapper.email-subscription-wrapper .subscribe-options  label span {
    font-size: 18px;
    color: #4e4e4e;
    margin-top: 5px;
  }
  
  .system-pages-wrapper.email-subscription-wrapper .subscribe-options label {
    display: flex;
    align-items: center;
  }
  
  .system-pages-wrapper.email-subscription-wrapper .item.disbled {
    opacity: .6;
    cursor: not-allowed;
  }
  
  .system-pages-wrapper.email-subscription-wrapper.subscribe-options .hs-button.primary:focus {
    outline: 0;
  }
  
  .system-pages-wrapper.email-subscription-wrapper.subscribe-options .hs-button.primary {
    padding: 18px 52px;
    -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;;
  }
  
  .system-pages-wrapper form,
  .system-pages-wrapper.email-subscription-wrapper form {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
  }
  
  /* email-subscription-confirmation PAge CSS */
  .email-subscription-confirmation {
    text-align: center;
  }
  
  .email-subscription-confirmation-inner {  
    max-width: 860px;
    margin: 0 auto;
  }
  
  .email-subscription-confirmation-inner img {
    max-width: 320px;
    margin-bottom: 10px;
  }
  
  .email-subscription-confirmation-inner .page-header h2 {
    font-size: 36px;
  }
  
  .email-subscription-confirmation-inner .page-header{
    max-width: 60%;
    margin: 0 auto;
    margin-bottom: 20px !important;
  }
  
  .email-subscription-confirmation-inner .page-header br {
    display: none;
  }
  
  .email-subscription-confirmation-inner .success {
    font-weight: 600;
    color: #68d452;
  }
  
  /************* Coming Soon Page CSS  ****************/
  .sysyem-page-form-wrap .hs_email label span{
      display: none;
  }
  
  .sysyem-page-form-wrap .hs_email .hs_error_rollup {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      margin: 0 auto;
      max-width: 400px;
  }
  
  .sysyem-page-form-wrap .hs_email > label {
    display: none;
  }
  
  .sysyem-page-form-wrap .hs-button.primary.large {
    min-width: 170px;
    margin-left: 15px;
    padding: 18px 30px;
    font-size: 14px;
  }
  
  .sysyem-page-form-wrap form {
    display: flex;
    margin: 0 auto;
    max-width: 440px;
    border: 0;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
  }
  
  .sysyem-page-form-wrap form .input .hs-input {
    width: 255px;
  }
  
  .sysyem-page-form-wrap form .hs_error_rollup {
      position: absolute;
      bottom: -20px;
      right: 0;
      left: 0;
      margin: auto;
      max-width: 300px;
  }
  
  .system-pages-wrapper .error-page #hs_cos_wrapper_content p {
    margin-bottom: 0;
  }
  
  .system-pages-wrapper .error-page.emailunsubscribe #hs_cos_wrapper_content p {
    margin-bottom: 25px;
  }
  
  #hs_form_target_Coming_Soon {
    margin-top: 30px;
  }
  
  .hs-search-field__bar {
      margin-top: 30px;
  }
  
  
  /************** Responsive CSS  ****************/
  @media only screen and (max-width: 1180px) {
    .system-pages-wrapper.email-subscription-wrapper .checkbox-row span.fakelabel span {
        width: 80%;
    }
  }
  
  @media only screen and (max-width: 1024px ){
    .body-container-wrapper .system-pages-wrapper {
      padding-bottom: 100px;
    }
  }
  
  @media only screen and (max-width: 991px ){
    .body-container-wrapper .system-pages-wrapper {
      padding-bottom: 60px;
    }
    
    .system-pages-wrapper.email-subscription-wrapper .email-prefs .item {
      width: 46.2%;
    }
  }
  
  @media only screen and (max-width:767px){
    .body-container-wrapper .system-pages-wrapper {
      padding-top: 134px;
      padding-bottom: 50px;
    }
    
    .error-page img {
      max-width: 300px;
    }
    
    .error-page {
      max-width: 100%;
    }
    
    .error-page.password-page form .hs-button.primary.large {
        min-width: 130px;      
        padding: 17px 30px;
    }
    
    .error-page.password-page form {      
        max-width: 380px;
     }
    
    /*  Email Unsubscribe CSS   */
    .error-page.emailunsubscribe form .hs-button.primary {
      min-width: 130px;  
      padding: 17px 28px;
    }
    
    .error-page.emailunsubscribe .email-edit.hs-input {
      width: 100% !important;
    }
    
    /* Email Subscription preferences page css    */
    .system-pages-wrapper.email-subscription-wrapper .email-prefs .item {
      width: 100%;
      margin: 15px 0 !important;
      min-height: auto;
    }
    
    .system-pages-wrapper.email-subscription-wrapper .subscribe-options {
      margin-top: 20px;
    }
    
    .system-pages-wrapper.email-subscription-wrapper .subscribe-options label span {
      font-size: 16px;
    }
    
    /* Coming Soon Page css   */
    .sysyem-page-form-wrap .hs-button.primary.large {
      min-width: 130px;
      padding: 18px 28px;
    }
    
    .sysyem-page-form-wrap form .input .hs-input {
      width: 100%;
    }
    
    .sysyem-page-form-wrap form {
      max-width: 380px;
    }
    
    /* Email Subscribe Confirmation page css    */
    .email-subscription-confirmation-inner .page-header{
      max-width: 100%;
    }
    
    .body-container-wrapper .system-pages-wrapper {
      padding-top: 125px;
      padding-bottom: 60px;
    }
  }
  
  @media only screen and (max-width: 479px) {
    .error-page.password-page form {
        flex-wrap: wrap;
     }
      
      .error-page img {
        max-width: 220px;
      }
    
      .error-page #hs-pwd-widget-password {
        margin-bottom: 15px;
      }
  
      .error-page.password-page form .hs-button.primary.large {
        min-width: 100%;
        margin-left: 0px;
      }
    
      .error-page.password-page form {
        max-width: 100%;      
      }
    
      /*  Email Unsubscribe CSS   */
      .error-page.emailunsubscribe form  {
        max-width: 100%;
      }
      .error-page.emailunsubscribe form .email-edit.hs-input { 
        margin-bottom: 15px;
      }
      .error-page.emailunsubscribe form .hs-button.primary {
        min-width: 100%;  
        padding: 17px 30px;
        margin-left:0;
      }
    
      .error-page.emailunsubscribe #content {
        flex-wrap: wrap;
      }
    
      .error-page.emailunsubscribe #content div {
        width: 100%;
        float: left;
      }
    
    .system-pages-wrapper.email-subscription-wrapper form .hs-button {
      padding: 17px 30px !important;
      font-size: 14px;
    }
    
    .system-pages-wrapper.email-subscription-wrapper .subscribe-options label {
      margin-left:0;  
    }
    
    .system-pages-wrapper.email-subscription-wrapper .subscribe-options label span {
      font-size: 14px;
      max-width: 65%;
      line-height: 18px;
    }
    
    .system-pages-wrapper.email-subscription-wrapper .subscribe-options #globalunsub::before {
      top: -2px;
    }
    
    .system-pages-wrapper.email-subscription-wrapper .subscribe-options input[type="checkbox"] {
      width: 25px;
     height: 25px;
    }
    
    /* Coming soon Page CSS    */
    .sysyem-page-form-wrap form {
      max-width: 100%;
      flex-wrap: wrap;
    }
    
    .sysyem-page-form-wrap form .hs_email,.sysyem-page-form-wrap form .hs_submit {
      float:left;
      width: 100%;
    }
    
    .sysyem-page-form-wrap .hs-button.primary.large {
      min-width: 100%;
      margin-left: 0;
    }
    
    /* Email Subscribe confirmation page css    */
    .email-subscription-confirmation-inner img {
      max-width: 220px;
    }
    
    .email-subscription-confirmation-inner .page-header h2 {
      font-size: 24px;
    }
    
    .sysyem-page-form-wrap {
      margin-bottom: 25px;
    }
  }
  /* @import url('http://example.com/example_style.css'); */
  
  /***********************************************/
  /* CSS @imports must be at the top of the file */
  /* Add them above this section                 */
  /***********************************************/
  /* @import url('http://example.com/example_style.css'); */
  
  /***********************************************/
  /* CSS @imports must be at the top of the file */
  /* Add them above this section                 */
  /***********************************************/
  
  /*****************************************/
  /* Start your style declarations here    */
  /*****************************************/
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /* Transition */
  
  
  /* Animation Delay */
  
  
  /* Box Shadow */
  
  
  /* Background Size */
  
  
  /* Border Radius */
  
  
  /* User Select */
  
  
  /* Opacity*/
  
  /*****************************************/
  /* Start your style declarations here    */
  /*****************************************/
  
  .subscribe-form-oneline .form-without-bg-main form {
    display: flex;
    justify-content: center;
    max-width: 600px;
    margin: 0 auto;
  }
  
  .subscribe-form-oneline .form-without-bg-main form .hs_email {
    flex: 80%;
  }
  
  .subscribe-form-oneline .form-without-bg-main form .hs-button {
    padding: 18px 22px;
    margin-left: 15px;
  }
  
  .splash-page.subscribe-form-oneline .form-without-bg-main form .hs-button {
    background-color: #fff;
    color: #1a1a1a;
  }
  
  .splash-page.subscribe-form-oneline .form-without-bg-main form .hs-button:hover {
    background-color: #fff;
    -webkit-filter: contrast(2);
    filter: contrast(2);
    color: #1a1a1a;
    -webkit-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -moz-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -o-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -ms-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);;
  }
  
  .lead-capture-page .hs-button.primary.large {
    width: 100%;
  }
  
  /* Responsive CSS */
  
  @media only screen and (max-width:1024px) {
    .splash-page .dnd_area-row-0-background-image {
      margin-top: 0;
    }
    
    .squeeze-page .form-without-bg-main {
      margin-bottom: 100px;
    }
    
    
  }
  
  @media only screen and (max-width:991px) {
    .squeeze-page img.hs-image-widget {
      left: -25px;
    }
  }
  
  @media only screen and (max-width:767px) {
    .squeeze-page img.hs-image-widget {
      left: -14px;
    }
    
    .lead-capture-page {padding-top: 60px;}
    .squeeze-page .form-without-bg-main {
      margin-bottom: 360px;
    }
    
  }
  
  @media only screen and (max-width:479px) {
    /* Landing Page Two CSS   */
    .subscribe-form-oneline .form-without-bg-main form {
      flex-wrap: wrap;
    }
    
    .subscribe-form-oneline .form-without-bg-main form .hs_email {
      flex: 100%;
    }
    
    .subscribe-form-oneline .form-without-bg-main form .hs-button {
      margin-left: 0px;
      min-width: 100%;
    }
    
    .subscribe-form-oneline .form-without-bg-main form .hs_submit {
        width: 100%;
    }
    
    .subscribe-form-oneline .form-without-bg-main form .hs_submit {
        max-width: 100%;
    }
    
    .splash-page .dnd_area-row-0-background-image {
      margin-top: 15px;
    }
    
    .squeeze-page img.hs-image-widget {
      left: -10px;
    }
    
    .squeeze-page .form-without-bg-main {
      margin-bottom: 250px;
    }
  }
  /* CSS @imports must be at the top of the file */
  /* Add them above this section                 */
  /***********************************************/
  /* @import url('http://example.com/example_style.css'); */
  
  /***********************************************/
  /* CSS @imports must be at the top of the file */
  /* Add them above this section                 */
  /***********************************************/
  
  /*****************************************/
  /* Start your style declarations here    */
  /*****************************************/
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /* Transition */
  
  
  /* Animation Delay */
  
  
  /* Box Shadow */
  
  
  /* Background Size */
  
  
  /* Border Radius */
  
  
  /* User Select */
  
  
  /* Opacity*/
  
  /*****************************************/
  /* Start your style declarations here    */
  /*****************************************/
  
  /********** 404 Page CSS ************/
  .body-container-wrapper .system-pages-wrapper{
    padding-top: 144px;
    padding-bottom: 150px;
  }
  
  .body-container-wrapper.with-top-bar-panel .system-pages-wrapper {
    padding-top: 196px;  
  }
  
  .error-page {
      position: relative;
      text-align: center;
      max-width: 860px;
      margin: 0 auto;
  }
  
  .error-page img{
    margin-bottom: 30px;
    max-width: 320px;
  }
  
  .error-page .overline {
    float: left;
    width: 100%;
    margin-bottom: 12px; 
    color: #102d7b;
  }
  
  .error-page__heading h1{
    margin-bottom: 30px !important;
    float:left;
    width: 100%;
  }
  
  .error-page p{
    margin-bottom: 30px;
  }
  
  /*********** 500 page css  ********/
  
  .error-page .hs-search-field ul li {
    padding-left: 0;
  }
  
  .error-page .hs-search-field ul li::before {
    display: none;
  }
  
  .error-page .hs-search-field--open .hs-search-field__suggestions {
    border: 2px solid #bfbfbf !important;
    border-top: 0 !important;
    text-align: left;
    padding: 10px 15px;  
  }
  
  .error-page .hs-search-field--open .hs-search-field__suggestions:hover {
    border-color: #102d7b !important;
  }
  
  /*************** Password Prompt Page CSS ************/
  .error-page #hs-pwd-widget-password {
      height: initial !important;
    margin-top: 0px !important;
  }
  
  .error-page.password-page form {
    display: flex;
    border: 0;
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    margin-top: 30px;
  }
  
  .error-page.password-page form .hs-button.primary.large {
    min-width: 170px;
    margin-left: 15px;
    font-size: 14px;
  }
  
  .error-page.password-page form .hs-button.primary.large:focus {
    outline: none;
  }
  
  .error-page.password-page form {
      display: flex;
      max-width: 500px;
      margin: 0 auto;
    padding: 0;
    margin-top: 30px;  
  }
  
  
  /****************  Email Unsubscribe Page CSS ***************/
  .error-page #email-prefs-form h3 {
      display: none !important;
  }
  
  .error-page.emailunsubscribe .email-edit.hs-input {
    padding:.7rem !important;
    width: 315px !important;
  }
  
  .error-page.emailunsubscribe form .hs-button.primary {
      min-width: 170px;
      margin-left: 15px;
      padding: 17px 30px;
      font-size: 14px;
  }
  
  .error-page.emailunsubscribe form .hs-button.primary:focus {
    outline: none;
  }
  
  .error-page.emailunsubscribe .page-header {
    display: none !important;
  }
  
  .error-page.emailunsubscribe form  {
      max-width: 500px;
      margin: 0 auto;
    border: 0;
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
  }
  
  .error-page.emailunsubscribe #content {
      display: flex;
  }
  
  .error-page.emailunsubscribe #content div {
    padding-bottom: 0px !important;
  }
  
  .error-page .btn {
    background-color: #102d7b;
  }
  
  .error-page .btn:hover {
    -webkit-filter: contrast(2);
    filter: contrast(2);  
    -webkit-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -moz-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -o-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -ms-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);;
  } 
  
  /*************** Email Subscription Page CSS **************/
  
  .system-pages-wrapper.email-subscription-wrapper .page-header h1 {
    display: none;
  }
  
  .system-pages-wrapper.email-subscription-wrapper .page-header h2 {
    display: none !important;
  }
  
  .system-pages-wrapper.email-subscription-wrapper .error-page.password-page.email-subscription h2 {
    float: none;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #102d7b;
    text-decoration: underline;  
  }
  
  .error-page.password-page.email-subscription form {
      max-width: 100%;
      display: inline-block;
    border: 0;
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
  }
  
  .system-pages-wrapper.email-subscription-wrapper  .email-prefs .item {
      -moz-user-select: none;
      -webkit-user-select: none;
      -o-user-select: none;
      user-select: none;
      padding-bottom: 1px;
      position: relative;
      margin: 20px 0px;
      cursor: pointer;
  }
  
  .system-pages-wrapper.email-subscription-wrapper .email-prefs .item {
    float: none;
    display: inline-block !important;
    vertical-align: top;
    text-align: left;
    width: 31%;
    min-height: 140px;
    margin: 12px !important;
    padding: 15px;
    background-color: #fff;
    border-radius: 12px;
    -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;;
  }
  
  .system-pages-wrapper.email-subscription-wrapper .item: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);;
  }
  
  .system-pages-wrapper.email-subscription-wrapper .email-prefs .item .item-inner{
    max-width: initial;
    position: static;
    top: initial;
    transform: initial;
    right:initial;
    left: initial;
  }
  
  
  .system-pages-wrapper.email-subscription-wrapper {
    background-color: #f7f7f7;
  }
  
  .system-pages-wrapper.email-subscription-wrapper .email-prefs .item .item-inner {
      flex: 1;
  }
  
  .system-pages-wrapper.email-subscription-wrapper .checkbox-row span.fakelabel span {
      float: left;
      font-weight: 700;
      margin-left: 7px;
      vertical-align: top;
    color: #1a1a1a;
  }
  
  .system-pages-wrapper.email-subscription-wrapper .checkbox-row input {
      position: relative;
      top: 3px;
      width: 20px;
      height: 20px;
      border: 2px solid #dfdfdf;
    border-radius: 4px;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
  }
  
  .system-pages-wrapper.email-subscription-wrapper input::before {
      position: absolute;
      content: "\f00c";
      font-family: 'FontAwesome';
      top: -5px;
      right: 0;
      left: 0px;
      text-align: center;
    visibility: hidden;
    opacity: 0;
    font-size: 14px;
    color: #fff;
  }
  
  .system-pages-wrapper.email-subscription-wrapper .item.selected .item-inner input::before {
    visibility: visible;
    opacity: 1;
  }
  
  .system-pages-wrapper.email-subscription-wrapper .item.selected .item-inner input {
    border-color: #3452ff;
    background-color: #3452ff;
  }
  
  .system-pages-wrapper.email-subscription-wrapper .checkbox-row input:focus {
    outline: none;
  }
  
  .system-pages-wrapper.email-subscription-wrapper .checkbox-row span.fakelabel span {
      width: 90%;
    float: none;
    display: inline-block;
  }
  
  .system-pages-wrapper.email-subscription-wrapper .email-prefs .item p {
      margin: 5px 20px 0px 28px;
  }
  
  .system-pages-wrapper.email-subscription-wrapper form .header {
    text-align: center;
  }
  
  .system-pages-wrapper.email-subscription-wrapper .page-header  br{
    display: none;
  }
  
  .system-pages-wrapper.email-subscription-wrapper .page-header {
      text-align: center;
      max-width: 500px;
      margin: 0 auto;
      margin-bottom: 20px;
  }
  
  .system-pages-wrapper.email-subscription-wrapper #content {
      text-align: center;
  }
  
  .system-pages-wrapper.email-subscription-wrapper  .subscribe-options {
      margin-top: 50px;
  }
  
  .system-pages-wrapper.email-subscription-wrapper .subscribe-options input[type="checkbox"] {
    position: relative;
      top: 3px;
      width: 30px;
      height: 30px;
      border: 2px solid #dfdfdf;
    border-radius: 4px;
    margin-right: 8px;
     appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
  }
  
  .system-pages-wrapper.email-subscription-wrapper .subscribe-options #globalunsub::before {
    font-size: 18px;
    top: 0;
  }
  
  .system-pages-wrapper.email-subscription-wrapper .subscribe-options .vbefore #globalunsub:focus {
    outline: 0;
  }
  
  .system-pages-wrapper.email-subscription-wrapper .subscribe-options .vbefore #globalunsub::before {
    visibility: visible;
    opacity: 1;
  }
  
  .system-pages-wrapper.email-subscription-wrapper .subscribe-options .vbefore #globalunsub{
    border-color: #3452ff;
    background-color: #3452ff;
  }
  
  .system-pages-wrapper.email-subscription-wrapper .subscribe-options {
    text-align: center;
  }
  
  
  .system-pages-wrapper.email-subscription-wrapper .subscribe-options  p {
    display: flex;
    justify-content: center;
  }
  
  
  
  .system-pages-wrapper.email-subscription-wrapper .subscribe-options  label span {
    font-size: 18px;
    color: #4e4e4e;
    margin-top: 5px;
  }
  
  .system-pages-wrapper.email-subscription-wrapper .subscribe-options label {
    display: flex;
    align-items: center;
  }
  
  .system-pages-wrapper.email-subscription-wrapper .item.disbled {
    opacity: .6;
    cursor: not-allowed;
  }
  
  .system-pages-wrapper.email-subscription-wrapper.subscribe-options .hs-button.primary:focus {
    outline: 0;
  }
  
  .system-pages-wrapper.email-subscription-wrapper.subscribe-options .hs-button.primary {
    padding: 18px 52px;
    -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;;
  }
  
  .system-pages-wrapper form,
  .system-pages-wrapper.email-subscription-wrapper form {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
  }
  
  /* email-subscription-confirmation PAge CSS */
  .email-subscription-confirmation {
    text-align: center;
  }
  
  .email-subscription-confirmation-inner {  
    max-width: 860px;
    margin: 0 auto;
  }
  
  .email-subscription-confirmation-inner img {
    max-width: 320px;
    margin-bottom: 10px;
  }
  
  .email-subscription-confirmation-inner .page-header h2 {
    font-size: 36px;
  }
  
  .email-subscription-confirmation-inner .page-header{
    max-width: 60%;
    margin: 0 auto;
    margin-bottom: 20px !important;
  }
  
  .email-subscription-confirmation-inner .page-header br {
    display: none;
  }
  
  .email-subscription-confirmation-inner .success {
    font-weight: 600;
    color: #68d452;
  }
  
  /************* Coming Soon Page CSS  ****************/
  .sysyem-page-form-wrap .hs_email label span{
      display: none;
  }
  
  .sysyem-page-form-wrap .hs_email .hs_error_rollup {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      margin: 0 auto;
      max-width: 400px;
  }
  
  .sysyem-page-form-wrap .hs_email > label {
    display: none;
  }
  
  .sysyem-page-form-wrap .hs-button.primary.large {
    min-width: 170px;
    margin-left: 15px;
    padding: 18px 30px;
    font-size: 14px;
  }
  
  .sysyem-page-form-wrap form {
    display: flex;
    margin: 0 auto;
    max-width: 440px;
    border: 0;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
  }
  
  .sysyem-page-form-wrap form .input .hs-input {
    width: 255px;
  }
  
  .sysyem-page-form-wrap form .hs_error_rollup {
      position: absolute;
      bottom: -20px;
      right: 0;
      left: 0;
      margin: auto;
      max-width: 300px;
  }
  
  .system-pages-wrapper .error-page #hs_cos_wrapper_content p {
    margin-bottom: 0;
  }
  
  .system-pages-wrapper .error-page.emailunsubscribe #hs_cos_wrapper_content p {
    margin-bottom: 25px;
  }
  
  #hs_form_target_Coming_Soon {
    margin-top: 30px;
  }
  
  .hs-search-field__bar {
      margin-top: 30px;
  }
  
  
  /************** Responsive CSS  ****************/
  @media only screen and (max-width: 1180px) {
    .system-pages-wrapper.email-subscription-wrapper .checkbox-row span.fakelabel span {
        width: 80%;
    }
  }
  
  @media only screen and (max-width: 1024px ){
    .body-container-wrapper .system-pages-wrapper {
      padding-bottom: 100px;
    }
  }
  
  @media only screen and (max-width: 991px ){
    .body-container-wrapper .system-pages-wrapper {
      padding-bottom: 60px;
    }
    
    .system-pages-wrapper.email-subscription-wrapper .email-prefs .item {
      width: 46.2%;
    }
  }
  
  @media only screen and (max-width:767px){
    .body-container-wrapper .system-pages-wrapper {
      padding-top: 134px;
      padding-bottom: 50px;
    }
    
    .error-page img {
      max-width: 300px;
    }
    
    .error-page {
      max-width: 100%;
    }
    
    .error-page.password-page form .hs-button.primary.large {
        min-width: 130px;      
        padding: 17px 30px;
    }
    
    .error-page.password-page form {      
        max-width: 380px;
     }
    
    /*  Email Unsubscribe CSS   */
    .error-page.emailunsubscribe form .hs-button.primary {
      min-width: 130px;  
      padding: 17px 28px;
    }
    
    .error-page.emailunsubscribe .email-edit.hs-input {
      width: 100% !important;
    }
    
    /* Email Subscription preferences page css    */
    .system-pages-wrapper.email-subscription-wrapper .email-prefs .item {
      width: 100%;
      margin: 15px 0 !important;
      min-height: auto;
    }
    
    .system-pages-wrapper.email-subscription-wrapper .subscribe-options {
      margin-top: 20px;
    }
    
    .system-pages-wrapper.email-subscription-wrapper .subscribe-options label span {
      font-size: 16px;
    }
    
    /* Coming Soon Page css   */
    .sysyem-page-form-wrap .hs-button.primary.large {
      min-width: 130px;
      padding: 18px 28px;
    }
    
    .sysyem-page-form-wrap form .input .hs-input {
      width: 100%;
    }
    
    .sysyem-page-form-wrap form {
      max-width: 380px;
    }
    
    /* Email Subscribe Confirmation page css    */
    .email-subscription-confirmation-inner .page-header{
      max-width: 100%;
    }
    
    .body-container-wrapper .system-pages-wrapper {
      padding-top: 125px;
      padding-bottom: 60px;
    }
  }
  
  @media only screen and (max-width: 479px) {
    .error-page.password-page form {
        flex-wrap: wrap;
     }
      
      .error-page img {
        max-width: 220px;
      }
    
      .error-page #hs-pwd-widget-password {
        margin-bottom: 15px;
      }
  
      .error-page.password-page form .hs-button.primary.large {
        min-width: 100%;
        margin-left: 0px;
      }
    
      .error-page.password-page form {
        max-width: 100%;      
      }
    
      /*  Email Unsubscribe CSS   */
      .error-page.emailunsubscribe form  {
        max-width: 100%;
      }
      .error-page.emailunsubscribe form .email-edit.hs-input { 
        margin-bottom: 15px;
      }
      .error-page.emailunsubscribe form .hs-button.primary {
        min-width: 100%;  
        padding: 17px 30px;
        margin-left:0;
      }
    
      .error-page.emailunsubscribe #content {
        flex-wrap: wrap;
      }
    
      .error-page.emailunsubscribe #content div {
        width: 100%;
        float: left;
      }
    
    .system-pages-wrapper.email-subscription-wrapper form .hs-button {
      padding: 17px 30px !important;
      font-size: 14px;
    }
    
    .system-pages-wrapper.email-subscription-wrapper .subscribe-options label {
      margin-left:0;  
    }
    
    .system-pages-wrapper.email-subscription-wrapper .subscribe-options label span {
      font-size: 14px;
      max-width: 65%;
      line-height: 18px;
    }
    
    .system-pages-wrapper.email-subscription-wrapper .subscribe-options #globalunsub::before {
      top: -2px;
    }
    
    .system-pages-wrapper.email-subscription-wrapper .subscribe-options input[type="checkbox"] {
      width: 25px;
     height: 25px;
    }
    
    /* Coming soon Page CSS    */
    .sysyem-page-form-wrap form {
      max-width: 100%;
      flex-wrap: wrap;
    }
    
    .sysyem-page-form-wrap form .hs_email,.sysyem-page-form-wrap form .hs_submit {
      float:left;
      width: 100%;
    }
    
    .sysyem-page-form-wrap .hs-button.primary.large {
      min-width: 100%;
      margin-left: 0;
    }
    
    /* Email Subscribe confirmation page css    */
    .email-subscription-confirmation-inner img {
      max-width: 220px;
    }
    
    .email-subscription-confirmation-inner .page-header h2 {
      font-size: 24px;
    }
    
    .sysyem-page-form-wrap {
      margin-bottom: 25px;
    }
  }
  /* @import url('http://example.com/example_style.css'); */
  
  /***********************************************/
  /* CSS @imports must be at the top of the file */
  /* Add them above this section                 */
  /***********************************************/
  /* @import url('http://example.com/example_style.css'); */
  
  /***********************************************/
  /* CSS @imports must be at the top of the file */
  /* Add them above this section                 */
  /***********************************************/
  
  /*****************************************/
  /* Start your style declarations here    */
  /*****************************************/
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /* Transition */
  
  
  /* Animation Delay */
  
  
  /* Box Shadow */
  
  
  /* Background Size */
  
  
  /* Border Radius */
  
  
  /* User Select */
  
  
  /* Opacity*/
  
  
  
  
  /* 1b. Colors */
  
  
  
  
  
  
  
  /*****************************************/
  /* Start your style declarations here    */
  /*****************************************/
  
  .unique-header-main {
    float: left;
    width: 100%;
  }
  
  /*  Header CSS */
  .container {
    max-width: 100%;
    width: 1170px !important;
    margin: 0 auto !important;
    float: none !important;
  }
  
  .home-page .header-container-wrapper {
    margin-top:-1px;
  }
  
  .home-page .header-container-wrapper .header-container {
    position:static !important;
    min-height:initial;
  }
  
  .home-page .header-container-wrapper .header-container {
    background:transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
  }
  
  
  .unique-header {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 1111;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
      box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);; 
  }
  
  .unique-header {  
    -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;;
  }
  
  .unique-header {
    float: left;
    width: 100%;
  }
  
  .unique-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .unique-logo-wrap {
    float: left;
    width: auto;
    padding: 15px 0;
  }
  
  
  /* Menu new CSS */
  
  
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    font-size: 18px;
    color: #666;
  }
  
  .menu-block-wrap {
    display: flex;
    align-items: center;
  }
  
  .unique-header-menu {
    display: block !important;
  }
  
  .togglemenu {
    position: relative;
    width: 35px;
    height: 25px;
    float: right;
    display: none;
    margin-top: 0px;
  }
  
  .togglemenu span {
    position: absolute;
    height: 3px;
    background-color: #fff;
    top: 11px;
    right: 0;
    left: 0;
  }
  
  .hs-item-has-children > a {
    padding-right: 30px !important;
  }
  
  .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
  }
  
  .hs-menu-wrapper ul {
    padding: 0;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
  }
  
  .unique-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    float: left;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul::before {
    content: " ";
    display: table;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
  }
  
  .unique-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a {
    float: left;
    padding: 29px 20px;
  }
  
  .unique-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child a {
    padding-right: 0;
  }
  
  .unique-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > 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;;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    max-width: none;
    padding: 34px 20px 28px 20px;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: none;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    line-height: 26px;
  }
  
  .unique-header .unique-header-menu .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    line-height: 0;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
  }
  
  .unique-header .unique-header-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a::before {
    position: absolute;
    content: "\f107";
    font-family: FontAwesome;
    right: 15px;
    top: 28px;
    font-size: 14px;
    color: #666;
    -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;;
  }
  
  
  .unique-header .hs-menu-wrapper li.hs-menu-depth-1:hover > a, 
  .unique-header .hs-menu-wrapper li.hs-menu-depth-1:hover > a::before {
    color:  !important;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s;
    position: absolute;
    z-index: 10;
    left: 0;
  }
  
  .unique-header .unique-header-menu .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    transition: opacity 0s linear .2s,visibility 0s linear .2s;  
    -webkit-box-shadow: 0 30px 30px rgba(0,0,0,0.10);
      -moz-box-shadow: 0 30px 30px rgba(0,0,0,0.10);
      -o-box-shadow: 0 30px 30px rgba(0,0,0,0.10);
      -ms-box-shadow: 0 30px 30px rgba(0,0,0,0.10);
      box-shadow: 0 30px 30px rgba(0,0,0,0.10);
    
  }
  
  .unique-header .unique-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
    margin:0;
    padding-left:0;
  }
  
  .unique-header .unique-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li::before {
    display:none;
  }
  
  .unique-header .unique-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul ul li {
    padding: 0 15px;
  }
  
  .unique-header .unique-header-menu .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    float: none;
    width: 100%;
    position: relative;
  }
  
  .unique-header .unique-header-menu .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    padding: 5px 15px;
    ;
    text-transform: capitalize;
    font-weight: 600;
  }
  
  .unique-header-menu .hs-menu-wrapper > ul ul {
    min-width: 200px;
    background: #fff; 
  }
  
  .unique-header .unique-header-menu .hs-menu-wrapper > ul ul {
    padding: 15px 0;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
  }
  
  .unique-header .unique-header-menu .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    padding: 5px 15px;
    font-family: 'Open Sans',sans-serif;
    text-transform: capitalize;
    font-weight: 600;
  }
  
  .unique-header .unique-header-menu .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    float: none;
    width: 100%;
    position: relative;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
  }
  
  .unique-header .unique-header-menu .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    font-family: 'Open Sans',sans-serif;
    text-transform: capitalize;
    font-weight: 600;
  }
  
  .unique-header .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 102%;
    top: -15px;
  }
  
  
  /*  Light Header CSS */
  
  .unique-header-menu .hs-menu-wrapper > ul ul {
    top:85px;
  }
  
  .unique-header.light-header {
    background-color: #fff;
  }
  
  .unique-header.light-header .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
    background: #eeeff3 !important;
    color: #1a1a1a !important;
  }
  
  .unique-header.light-header .unique-header-menu .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper > li.hs-item-has-children > a:hover::before{
    color: #1a1a1a;
  }
  
  .unique-header.light-header .unique-header-menu .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper > li.hs-item-has-children > a::before {
    color: #666666;
  }
  
  .unique-header.light-header .search-item-main .search-icon:hover {
    background-color: #e8e5e5;
  }
  
  .unique-header.light-header .search-box {
      background-color: #fff;
      -webkit-box-shadow: 0 1px 3px #d9d9d9;
      -moz-box-shadow: 0 1px 3px #d9d9d9;
      -o-box-shadow: 0 1px 3px #d9d9d9;
      -ms-box-shadow: 0 1px 3px #d9d9d9;
      box-shadow: 0 1px 3px #d9d9d9;;
  }
  
  .unique-header.light-header .hs-menu-wrapper li:not(.hs-menu-depth-1):hover > a,
  .unique-header.light-header .hs-menu-wrapper li.active-branch:not(.hs-menu-depth-1):hover > a {
    background-color:#eeeff3;
    color:#1a1a1a !important;
  }
  
  .unique-header .hs-menu-wrapper li.hs-menu-depth-1:hover > a,
  .unique-header .hs-menu-wrapper li.hs-menu-depth-1:hover > a::before {
    color:#1a1a1a !important;
  }
  
  .unique-header.light-header .hs-menu-wrapper li:not(.hs-menu-depth-1):hover > a::before,
  .unique-header.light-header .hs-menu-wrapper li.active-branch:not(.hs-menu-depth-1):hover > a::before {
    color:#1a1a1a !important;
  }
  
  .unique-header .unique-header-menu .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    transition: opacity 0s linear .2s,visibility 0s linear .2s;
    -webkit-box-shadow: 0 30px 30px rgba(0,0,0,0.10);
      -moz-box-shadow: 0 30px 30px rgba(0,0,0,0.10);
      -o-box-shadow: 0 30px 30px rgba(0,0,0,0.10);
      -ms-box-shadow: 0 30px 30px rgba(0,0,0,0.10);
      box-shadow: 0 30px 30px rgba(0,0,0,0.10);;
  }
  
  
  .unique-header .unique-header-menu .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    float:none;
    width: 100%;
    position: relative;
  }
  
  .unique-header .unique-header-menu .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper > li.hs-item-has-children > a::before {
    position: absolute;
    content: "\f107";
    font-family: FontAwesome;
    top:8px;
    right:15px;
    font-size: 14px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
  }
  
  /*Toogle menu css*/
    .togglemenu {position: relative;width: 35px;height: 25px;float: right;display: none;margin-top: 0px;}
    .togglemenu span {position: absolute;height:3px;background-color: #fff;top:11px;right: 0;left: 0;}
    .togglemenu span:before {position: absolute;content: "";height: 3px;top:-9px;right: 0;left: 0;background-color: #fff;}
    .togglemenu span:after {position: absolute;content: "";height: 3px;top:9px;right: 0;left: 0;background-color: #fff;}
    .togglemenu.active span {background: none;}
    .togglemenu span:before, .togglemenu span:after {transition-property: top,transform;-webkit-transition-property:top,-webkit-transform;}
    .togglemenu span:before, .togglemenu span:after {transition-duration: 0.3s,0.3s;transition-delay: 0.3s, 0s;-webkit-transition-duration: 0.3s,0.3s;-webkit-transition-delay: 0.3s, 0s;}
    .togglemenu.active span:before {top: 0;transform: rotate(45deg);-webkit-transform:rotate(45deg);}
    .togglemenu.active span:after {top:0;transform: rotate(-45deg);-webkit-transform:rotate(-45deg);}
    .togglemenu.active span:before, .togglemenu.active span:after {transition-delay: 0s, 0.3s;-webkit-transition-delay: 0s, 0.3s;} 
  
  
  .banner-stye-two.ptb-100 {
    padding-bottom: 95px;
    padding-top: 180px;
  }
  
  .banner-stye-two.banner-top-space {
    margin-top:51px;
  }
  
  .home-page.header-fixed-main .header-container-wrapper {
    position: fixed;
    -webkit-box-shadow: 0 1px 3px #d9d9d9;
      -moz-box-shadow: 0 1px 3px #d9d9d9;
      -o-box-shadow: 0 1px 3px #d9d9d9;
      -ms-box-shadow: 0 1px 3px #d9d9d9;
      box-shadow: 0 1px 3px #d9d9d9;;
    -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;;
  }
  
  .home-page.header-fixed-main.lp-page .body-container-wrapper {
    margin-top:76px;
  }
  
  /* No Navigation Header CSS */
  
  .header.header--no-navigation {
      padding: 25px 0px;	
      position: fixed;
      left: 0;
      right: 0;
    z-index: 11111;
    background-color: #fff;
    border: 1px solid #f7f7f7;
  }
  
  .fixed--header--no-navigation{
    -webkit-box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
      -moz-box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
      -o-box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
      -ms-box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
      box-shadow: 0px 10px 10px rgba(0,0,0,0.1);;
  }
  
  .header.header--no-navigation .content-wrapper {
      padding-left: 0px;
      padding-right: 0px;
  }
  
  .unique-header-main .main-logo img {
      max-width: 100%;
  }
  
  /*  Responsive Header CSS */
  
  @media only screen and (min-width: 1025px){
    .unique-header-menu {display: block !important;}
    .unique-header .child-trigger {display:none !important;} 
  }
  
  @media only screen and (max-width: 1024px){ 
    /* Menu CSS    */
    .togglemenu {display:block;top: 19px;}
    .unique-header-menu.js-enabled .hs-menu-wrapper {height:100%;overflow: scroll;position: fixed;top: 60px;padding: 0; display:none;left: 0;right: 0;border-top: 1px solid #e0e0e0;}
    .unique-header .unique-header-menu .hs-menu-wrapper > ul {background-color: #1a1a1a;}  
    
    .togglemenu {
      position: relative;
      height: 25px;
      top: initial;
      right: initial;
    }
    .unique-header .unique-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-child {display:block;} 
    .unique-header-menu {position:absolute;right:0;left:0;}
    
    .child-trigger {display: block; cursor: pointer;  position: absolute; top: 0px; right: 0px; width: 55px !important; min-width: 55px !important; height: 45px !important;  padding: 0 !important;  border-left: 1px dotted rgba(255,255,255,.20);}
    
    .unique-header-menu {position: static; right: 0; left: 0; top: 84px;}
    .unique-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {width: 100%; } 
    .unique-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {float: left;width:100%;}
    .unique-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {float: left;width:100%;}
    
    .unique-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a {padding:15px;border-bottom:1px solid #e0e0e0;}
    .unique-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-child a{background-color: #fff; color: #666 !important; font-size: 16px; font-weight: 700;border-bottom:0;padding: 18px 15px;}
    .unique-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-child a:hover {background-color: #3452ff !important;}
    .unique-header .unique-header-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a::before {right: 22px;top: 17px;}
    .unique-header .unique-header-menu .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper {width:100%;position:static !important;}
    
    .unique-header .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {left: 0px; top: 46px; width: 100%;}
    .unique-header .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper li a {width: 100%;}
    .unique-header-menu.js-enabled .hs-menu-children-wrapper {display: none;}
    .unique-header  a.child-trigger {display: block !important;}
    .unique-header .child-trigger {height: 57px !important;}
    .unique-header .unique-header-menu .hs-menu-wrapper > ul ul li .child-trigger {height:46px!important;}
    .unique-header .unique-header-menu .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper > li.hs-item-has-children > a::before {right: 20px;transform: rotate(0);top: 20px;}
    .unique-header .unique-header-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a::before {right: 22px;}
    .unique-header .unique-header-menu ul.hs-menu-children-wrapper {visibility: visible !important; opacity: 1 !important; position: static !important; display: none; }
    .unique-header .unique-header-menu .hs-menu-wrapper > ul ul li {background-color:#fff;}
    .unique-header .unique-header-menu .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper li {padding-right:0;}
    
    .unique-header-menu.js-enabled .hs-menu-wrapper { -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;;}  
    
    .unique-header.light-header .togglemenu span{background-color:#1a1a1a;}
    .unique-header.light-header .togglemenu span::before,.unique-header.light-header .togglemenu span::after {background-color:#1a1a1a;}
    .unique-header.light-header .unique-header-menu .hs-menu-wrapper > ul {background-color: #fff;}
    .unique-header.light-header .unique-header-menu .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper {background-color: transparent;padding: 0;}
  
    .unique-header .unique-header-menu .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a.selected-a::before,.unique-header .unique-header-menu .hs-menu-wrapper > ul li.hs-item-has-children a.selected-a::before { -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;;transform: rotate(-180deg);}
    .unique-header .unique-header-menu .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a::before,.unique-header .unique-header-menu .hs-menu-wrapper > ul li.hs-item-has-children a::before {transform: rotate(0deg); -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;;}
    .unique-header .togglemenu.active span {background: none;}
    .unique-header.menu-scroll-top .unique-header-menu.js-enabled .hs-menu-wrapper {top:60px;}
    
    .unique-header.light-header .search-box, .unique-header.transparent-header .search-box {top: 60px;}
    .unique-header-menu .hs-menu-wrapper.menu-top-space {top: 112px;} 
    
    .banner-top-space-without-topbar .inner-banner-main {margin-top: 60px;}  
    
    .unique-header .unique-header-menu .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper > li.hs-item-has-children > a::before {right: 22px;top: 10px;}
   
    
    /*  No Navigation  Header CSS */
    .header.header--no-navigation {
      padding: 15px 0;
    }
    
    .header.header--no-navigation .content-wrapper {
      padding-left: 15px;
      padding-right: 15px;
    }
    
    .unique-header-main .unique-logo-wrap {
      width: 50%;
    }
    
    .unique-header-main .main-logo img {
      max-width: 100%;
    }
    
    .unique-header-menu .hs-menu-wrapper {
      display: none;
    }
    
  }
  
  @media only screen and (max-width: 767px){ 
    
    /*  Mobile  Menu CSS    */
    .unique-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {float:left;}  
    .unique-header .unique-header-menu .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper {visibility: visible !important;opacity: 1 !important;}
    
    .unique-header-menu .hs-menu-wrapper.menu-top-space {top: 116px;}  
    
  }
  
  @media only screen and (max-width:479px){   
    .unique-header { -webkit-transition: all .4s ease-in-out;
      -moz-transition: all .4s ease-in-out;
      -o-transition: all .4s ease-in-out;
      -ms-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;; } 
    .unique-header-menu .hs-menu-wrapper.menu-top-space {top: 142px;}
    
  }
  /* @import url('http://example.com/example_style.css'); */
  
  /***********************************************/
  /* CSS @imports must be at the top of the file */
  /* Add them above this section                 */
  /***********************************************/
  /* @import url('http://example.com/example_style.css'); */
  
  /***********************************************/
  /* CSS @imports must be at the top of the file */
  /* Add them above this section                 */
  /***********************************************/
  
  /*****************************************/
  /* Start your style declarations here    */
  /*****************************************/
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /* Transition */
  
  
  /* Animation Delay */
  
  
  /* Box Shadow */
  
  
  /* Background Size */
  
  
  /* Border Radius */
  
  
  /* User Select */
  
  
  /* Opacity*/
  
  /*****************************************/
  /* Start your style declarations here    */
  /*****************************************/
  
  
  
  
  /**************************
     Footer CSS
   **************************/
  
  .footer {
  /*   padding: 100px 0; */
    padding: 30px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;  
    position: relative;
    float:left;
    width: 100%;
    
  }
  .span4.footer-nav {
      text-align: left;
  }
  
  .footer.overlay_footer::before {
    position: absolute;
    content:"";
    top:0;
    right:0;
    left:0;
    bottom:0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
  }
  
  .regal-footer {
    position: relative;
    z-index: 11;
  }
  
  .footer h5.footer-title {
    color: #1a1a1a;
    margin-bottom: 15px;
  }
  
  .footer h5.footer-title div{
    color: #1a1a1a;
   
  }
  
  .footer-descirption p {
    max-width: 300px;
  }
  
  
  .footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {  
    font-size: 16px;  
    color: #1a1a1a;
    text-transform:capitalize;
    font-weight: normal;
    padding: 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;; 
    
  }
  
  .footer.text_white .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
     color: #fff;
  }
  
  .footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
    margin-bottom: 5px;
  }
  
  .footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
    color: #102d7b;
  }
  
  .footer.text_white .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
    color: rgba(255,255,255,0.7);
  }
  
  .footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li::before {
    display: none;
  }
  
  .copyright-block p {
    color: #1a1a1a;
    font-size:14px;
    font-family: 'Roboto', sans-serif;
    margin-left: 0;
    margin-bottom: 0;
    
  }
  
  .footer.text_white .copyright-block div {
      color: #fff;  
  }
  
  
  .footer-logo {
    margin-bottom: 15px;
  }  
  
  .footer.text_white .copyright-block p {
     color: #fff;
  }
  .span12.copyright-block {
    margin-left: 0 !important;
  }
  
  .footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
    padding-left: 0;
    width: 100%;
  }
  
  .footer.text_white .footer-descirption p{
    color: #fff;
    max-width: 270px;
  }
  
  .footer.text_white h5.footer-title {
    color: #fff;
  }
  
  .footer.text_white h5.footer-title div {
    color: #fff;
  }
  
  .social-links__icon:fist-child {
    margin-left: 0;
  }
  
  .social-links__icon:last-child {
    margin-right: 0;
  }
  
  .footer-address address {
    color: #1a1a1a;
  }
  .footer.text_white  address {
    color:#fff;
  }
  
  .footer-descirption-col p {
    max-width: 300px;
  }
  
  .footer.text_white .footer-descirption-col p {
    color:#fff;
  }
  
  .footer .emailinfo {
    color:#1a1a1a;
    -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;;
  }
  
  .footer.text_white .emailinfo {
    color:#fff;
    
    
  }
  
  .footer.text_white .emailinfo div {
    color:#fff;
  }
  
  .footer.text_white .emailinfo div:hover,
  .footer.text_white .emailinfo:hover {
    color: rgba(255,255,255,0.7);
  }
  
  .span6.social-wrapper {
    display: none!important;
    justify-content: flex-end;
  }
  
  .social-links__icon {
    display: inline-block;
    position: relative;  
    margin: 0 5px;
    width: 25px;
    height: 25px;
    -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;;
    
     
  }
  
  .social-links__icon svg {
    fill: #102d7b;
    height: 15px;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -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;;
     
  }
  
  .social-links__icon:hover svg {
     fill: rgba(52,82,255,0.7);
  }
  
  .footer.text_white .social-links__icon svg {
     fill: #fff;
    
  }
  .footer.text_white .social-links__icon:hover svg{
    fill: rgba(255,255,255,0.8);
  }
  
  .span6.copyright-inner {
    display: flex;
    align-items: center;
  }
  
  .copyright-block {
    padding: 40px 0 0 0;
  }
  
  .emailinfo:hover {
    color: #3452ff;
  }
  
  
  /*  Footer No Navigation CSS */
  .footer.footer--no-navigation {
      padding: 30px 0;
      color: #fff;
      background-color: #021626;
  }
  
  .footer.footer--no-navigation .footer-bottom-left a {
    color: #102d7b;
    -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;;
  }
  
  .footer.footer--no-navigation .footer-bottom-left a:hover {
    color: rgba(16, 45, 123,0.8);
  }
  
  
  .footer-social-media ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  
  .footer-social-media ul li {
    padding-left: 0;
    display: inline-block;
    margin: 0;
  }
  
  .footer-social-media ul li:before {
    display: none;
  }
  
  .footer-social-media ul li a {
    color: #fff; 
    background-color: transparent;  
    border-radius: 100%;
      width: 30px;
      height: 30px;	
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
    -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;;
  
  }
  
  .footer-social-media ul li a:hover {
    color: #3452ff;
    background-color: #fff;
  }
  
  .footer-social-media ul li:last-child a {
    padding-right: 0;
  }
  
  .span6.footer-social-block{
    display: flex;
    justify-content: flex-end;
  }
  
  
  .span6.copyright-inner a {
    color: #102d7b;
    -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;;
  }
  
  .span6.copyright-inner a:hover {
    color: rgba(16, 45, 123,0.8);
  }
  
  .footer.text_white .footer-form-wrap .hs-button.primary.large {
    background-color: #fff;
    color: #1a1a1a;
  }
  
  .footer.text_white .footer-form-wrap .hs-button.primary.large:hover {
    background-color: #fff;
     -webkit-filter: contrast(2);
    filter: contrast(2);
    -webkit-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -moz-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -o-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      -ms-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
      box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);;
    color: #1a1a1a;
  }
  
  .footer .footer-form-wrap .hs-button.primary.large{
    background-color:#1a1a1a;
    color: #fff;
  }
  
  .footer .footer-form-wrap .hs-button.primary.large:hover {
    background-color:#1a1a1a;
    color: #fff;
    -webkit-filter: contrast(2);
    filter: contrast(2);
  }
  /****************************
      Footer Responsive CSS
  ****************************/
  
  @media only screen and (max-width:991px) {
    .footer {
      padding: 80px 0;
    }
  }
  
  @media only screen and (max-width:767px) {
    .footer {
      padding: 50px 0;
    }
    
    .footer-logo-columns {
      margin-bottom: 15px;
    }
    .span4.footer-nav{
      float:left;
      width:100%;
      margin-bottom: 15px;
    }
    
    .span6.footer-address {
        margin-bottom: 20px;
    }
    
    .span6.copyright-inner {
        width: 50%;
    }
    
    .span12.copyright-block {
      display: flex;
      flex-wrap: wrap;
      padding-top: 30px;
    }
    
    .span6.social-wrapper {
        width: 50%;
    }
    
    .span3.footer-nav {
      margin-bottom: 20px;
      float: left;
      width: 100%;
    }
    
    .footer .social-wrapper h5.footer-title {
       padding-left: 0px;
    }
    
    .span12.copyright-block {
      width: 100%;
    }
   
    /* Footer No Navigation CSS   */
    .span6.footer-social-block {   
      justify-content: center;
      margin-top: 10px;
    }
    
    .span6.footer-bottom-left {
      text-align: center;
    }
    
    .span4.footer-nav {
      text-align: left;
    }
  }
  
  @media only screen and (max-width: 479px) {
    
    .footer h5.footer-title {
      margin-bottom: 10px;
    }
    
    .span12.copyright-block {
      padding-top: 25px;
    }
    .span6.copyright-inner {
        width: 100%;
    }
    
    .span6.social-wrapper {
        width: 100%;
    }
    
    .span6.social-wrapper {
      justify-content: flex-start;
      margin-top: 10px;
      display: none!important;
    } 
  }
  #hs_cos_wrapper_widget_1668011192079_,#hs_cos_wrapper_widget_1646133025205_,#hs_cos_wrapper_module_17176364264123_{
    scroll-margin-top: 100px; 
  }
  #hs_cos_wrapper_widget_1746116576259_,#hs_cos_wrapper_widget_1646116576259_,#hs_cos_wrapper_widget_1646120171035_{
    scroll-margin-top: 150px; 
  }
  .dnd_area-row-12-background-layers{
    overflow-x: hidden;
  }
  .banner-link{
    bottom:60px;
  }
  @media only screen and (min-width: 1920px){
    .banner-link{
      bottom:150px;
    }
  }