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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

nav:not(.bannerflow-tw-header) hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control the layout of elements
and how they stack. This is based off of the bootstrap system.
*********************************************************************************
****************************************************************************** */

/* Responsive Grid */

.row-fluid {
  width: 100%;
}

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

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

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 0;
  -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%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

/*  */


.flex_row .col12 {
  width: 100%;
}
.flex_row .col11 {
  width: 91.66%;
}
.flex_row .col10 {
  width: 83.33%;
}
.flex_row .col9 {
  width: 75%;
}
.flex_row .col8 {
  width: 66.66%;
}
.flex_row .col7 {
  width: 58.33%;
}
.flex_row .col6 {
  width: 50%;
}
.flex_row .col5 {
  width: 41.66%;
}
.flex_row .col4 {
  width: 33.33%;
}
.flex_row .col3 {
  width: 25%;
}

.flex_row .col20 {
  width: 20%;
}

.flex_row .col2 {
  width: 16.66%;
}
.flex_row .col1 {
  width: 8.33%;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}

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

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

  .flex_row .col20,
  .flex_row .col12,
  .flex_row .col11,
  .flex_row .col10,
  .flex_row .col9 ,
  .flex_row .col8 ,
  .flex_row .col7 ,
  .flex_row .col6 ,
  .flex_row .col5 ,
  .flex_row .col4 ,
  .flex_row .col3 ,
  .flex_row .col2 ,
  .flex_row .col1 {
    width: 100%;  
  }

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

  .dnd-section > .row-fluid .dnd-column,
  .dnd-section > .row-fluid > [class*="span"].dnd-module {
    padding: 0 10px;

  }
}

.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding:0;
}


@media (min-width: 768px) {

  .dnd-section > .row-fluid .dnd-column,
  .dnd-section > .row-fluid > [class*="span"].dnd-module {
    padding: 0 10px;
  }


  .row-fluid {
    width: 100%;
  }

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

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

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 0;
    -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%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}
@media (max-width: 767px) {
  .row-fluid [class*=span] {
    min-height: 0;
  }
}
/* Clearfix */

.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 ;
  }
}
.page-center,
.content-wrapper ,
.dnd-section > .row-fluid {
  max-width: 100%;
  margin-right:auto;
  margin-left:auto;
}


.content-wrapper,.page-center {
  margin: 0 auto;
  padding: 0 10px;
}

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

.dnd-section .dnd-column {
  padding: 0 10px;
}
body {
  line-height: 1.625;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */
.hs_service .form-title,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

h1{
  line-height:1.48208333;
}
h2{
  line-height:1.48205882;
}
h3{
  line-height:1.25;
}
h4{
  line-height:1.48222222;
  margin-bottom: 24px;
}
h5{
  line-height:1.625;
  margin-bottom:5px;
}
h6{
  line-height:1.42857142857;
}
/* Lists */

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

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}
ul ,ol {
  padding-top: 1.3rem;
  padding-left: 1.5rem;
}

nav:not(.bannerflow-tw-header) ul li,
nav:not(.bannerflow-tw-header)ol li  {
  margin-bottom: 1rem;
}
img{
  max-width:100%;
  height:auto;
  vertical-align:middle;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

nav:not(.bannerflow-tw-header) hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
.hs_cos_wrapper_type_module > hr:only-child {
  background-color: transparent;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

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

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}
.hs-search-field button {
  position: absolute;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  right: 20px;
  width: 20px;
  height: 20px;
}
.hs-search-field button:focus,
.hs-search-field button:hover {
  position: absolute;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  right: 20px;
  width: 20px;
  height: 20px;
}
.hs-search-field form {
  position: relative;
}
.hs-search-field__bar button svg {
  min-height: 18px;
  min-width: 18px;
}
/* Labels */

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

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border-width: 1.2px;
  border-style: solid;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
  line-height:20px;
  font-size:14px;
  font-family:Roboto;
  font-weight:400;
  height: 50px;
  outline:none;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

.fn-date-picker .pika-table thead th {
  color: #FFF;
}
.widget-type-google_search a.hs-button.primary {
  margin-top: 20px;
}
.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

.hs-trans-btn,
form input[type=submit],
.hs-button, .hs-sec-btn,.systems-page .hs-search-results__next-page,
.systems-page .hs-search-results__prev-page {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  font-family:Oswald;
  font-weight:500;
  font-size:18px;
  line-height: 1.5;
  width:auto;
  border: 1px solid;
}

@media(max-width:767px){
  form input[type=submit],
  .hs-button, .hs-sec-btn{
    padding-left:31px;
    padding-right:31px;
    padding-top:6.5px;
    padding-bottom:6.5px;
  }
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
.hs_error_rollup label {
  color: #ef6b51 !important;
}

::-webkit-input-placeholder{
  color: currentColor;
}

::-moz-placeholder{
  color: currentColor;
}

:-ms-input-placeholder{
  color: currentColor;
}

:-moz-placeholder{
  color: currentColor;
}

::placeholder{
  color: currentColor;
}

form input[type=text]:focus, 
form input[type=email]:focus, 
form input[type=password]:focus, 
form input[type=tel]:focus, 
form input[type=number]:focus, 
form input[type=file]:focus, 
form select:focus, 
form textarea:focus{
  box-shadow: 0px 1px 2px rgb(22 22 22 / 10%);
}

form textarea {
  min-height: 150px;
  resize: none;
}

.hs-search-field--open.hs-search-field .hs-search-field__suggestions{
  padding-left:10px;
  padding-right:10px;
  margin-top:10px;
}

.hs-search-field--open.hs-search-field .hs-search-field__suggestions li:first-child {
  margin-top: 10px;
  margin-bottom: 5px;

}
.hs-search-field .hs-search-field__suggestions li:LAST-child{
  margin-bottom:10px;
}

.hs-search-field .hs-search-field__suggestions li:first-child {
  padding: 0 5px;
}
.hs-search-field .hs-search-field__suggestions li a {
  padding: 10px 5px;
  display:block;
}





form .form-columns-1 .hs-input {
  width: 100% !important;
}


@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
  form .hs-input:not([type="checkbox"]):not([type="radio"]) {
    width: 100% !important;
  }
}
/* Table */

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

/* Table Cells */

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

th {
  font-weight: bold;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 1px solid;
  vertical-align: bottom;
}
.footer-section .footer_contact_section_item {
  display: flex;
  padding-top: 10px;
}

.footer-section .footer_contact_section_item .left-section {
  width: 31px;
  margin-right: 10px;
}
.footer-section .footer_contact_section_item .left-section svg {
  width:100%;
  height:100%;
}
.footer .flex_row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.footer-social {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  padding-left: 3%;
}
.footer-social-item:not(:last-child) {
  margin-right: 20px;
}
.footer-menu .hs-menu-wrapper>ul {
  flex-direction: column;
}


.footer .hs-menu-wrapper>ul >li {
  margin: 5px 0;
}

.footer .hs-menu-wrapper>ul >li:first-child {
  margin-top: 0;
}

.footer .hs-menu-wrapper>ul >li:last-child {
  margin-bottom: 0;
}

.footer .col-section{
  padding:0 10px;
}



.footer-section .footer-content p:last-child {
  margin: 0;
}
.footer .footer-form form .hs-form-field {
  margin-bottom: 5px;
}
.footer-social svg {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}
.footer .popup-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  transition: visibility 0s linear 0.4s, opacity 0.4s, transform 0.4s;
  visibility: hidden;
  opacity: 0;
}

/** button form popup style ***/
.footer .popup-wrapper .inner-popup-container {
  position: relative;
  max-width: 600px;
  margin: 10px;
  margin: 0 auto;
}

.footer .popup-wrapper  .popup-inner-wrapper {
  box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
  position: relative;
  border-radius: 6px;
  outline: 0;
  padding: 15px;
}
.footer .close-icon {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  border: 0;
  float: right;
  font-size: 33px;
  font-weight: 700;
  line-height: 1;
}

.ftr_btn_item.ftr-search-open .popup-wrapper {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.7s, transform 0.7s;
}
/** end ***/

.footer .footer-social {
  width: 100%;
}
.footer-form form .hs-button {
  width: 100%;
}
.footer-content h4:last-child {
  margin: 0;
}
.back_to_top {
  align-items: center;
  bottom: -100px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1.5rem;
  height: 3.15rem;
  justify-content: center;
  position: fixed;
  right: 70px;
  width: 3.15rem;
  z-index: 20;
  visibility: hidden;
  transform: scale(0);
  transition: all .6s ease-out 0s;
  right: 2rem;
  bottom: 4rem;
}

.back_to_top svg {

  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}

footer .back_to_top:not(:hover) svg path,
footer .back_to_top:not(:hover) svg{
  fill: #fff;
}

.back_to_top.active {
  bottom: 60px;
}
.back_to_top {
  bottom: -100px;
  border-radius: 10rem;
}
.footer-form .form-title:empty {
  display: none;
}

.footer-social-item{
  width: 40px;
  height: 40px;
}
.footer-menu .hs-menu-wrapper>ul {
  padding-top: 0;
}
.back_to_top.go-top {
  visibility: visible;
}
.backtotop_show .back_to_top {
  visibility: visible;
  bottom: 5rem;
  transition: all .6s ease-in 0s;
  transform: scale(1);
}
.blog_feed-wrapper .blog_feed_content {
  padding-bottom: 10px;
}
.footer_contact_section .ml-content {
  padding-top: 10px;
}
.popup-type-video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.popup-type-video .close-icon.popup-ftr {
  position: absolute;
  right: 0;
  color: #fff;
  cursor: pointer;
  z-index: 999999;
}
.popup-type-video .popup-inner-wrapper {
  padding: 0 !important;
}

.backtotop_show .back_to_top:hover{
  border:1px solid #fff;
}
.backtotop_show .back_to_top:hover{
  transition: all .1s ease-in 0s;
}
.popup-wrapper.popup-type-video .popup-inner-wrapper {
  line-height: 0;
}
.footer .footer-simple-menu ul {
  display: flex;
  flex-direction: column;
}
.footer .blog_feed-wrapper .blog_feed_item .blog_feed_item_byline span.readmore {
  display: block;
}
.footer .blog_feed_item {
  margin-bottom: 15px;
  padding: 4px 0;
  display: flex;
  align-items: center;
}

.footer .blog_feed_item .blog_feed_featured_image {
  border-radius: 5px;
  content: "";
  display: inline-block;
  min-height: 100px;
  left: 0;
  overflow: hidden;
  position: relative;
  flex: 0 0 25%;
  top: 0;
  transform: none;
  max-width: 25%;
  vertical-align: middle;
  z-index: 10;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  margin-right: 10px;
}

.footer .blog_feed_item_byline span.author {
  margin-right: 15px;
}
.footer .blog_feed_item_title {
  font-weight: 700;
}
.footer-menu .hs-menu-wrapper ul {
  display: block !important;
  position: relative !important;
  opacity: 1 !important;
  top: 100% !important;
  left: 0 !important;
}
.footer .ftr-search-open .popup-wrapper .inner-popup-container {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}


.footer .popup-wrapper .inner-popup-container {
  border-radius: 5px;
  margin: 0 auto;
  max-width: 1024px;
  opacity: 0;
  overflow: hidden;
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-transition: .4s ease .2s;
  -o-transition: .4s ease .2s;
  transition: .4s ease .2s;
  width: 100%;
}
.footer .custom-wrapper-popup {
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  overflow-y: auto;
  padding: 50px 20px;
  width: 100%;
}
.footer .custom-embeded-content {
  padding-bottom: 57.7%;
  position: relative;
}

.footer .custom-embeded-content iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.footer .cst-external-video {
  position: relative;
  padding-bottom: 56.7%;
}

.footer .cst-external-video iframe.iframe_video {
  position: absolute;
  height: 100%;
  width: 100%;
}
.popup-type-video .close-icon.popup-ftr {
  margin-right: 15px;
  margin-top: 5px;
}
.footer {
  font-size: 0.95em;
}

.footer_contact_section_item .left-section svg, 
.footer_contact_section_item .left-section img {
  width: 50px;
  fill: currentColor;
}
.footer .footer-simple-menu ul {
  padding: 0;
}

.footer .footer-button.btn_row {
  margin-top: 0;
}

@media(max-width:767px){
  .footer .flex_row .col-section.col2 {
    width: 100%;
  }
  .footer .flex_row .col-section {
    width: 100%;
  }
  .footer-section-2 .footer-content {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .footer-social-item:not(:first-child) {
    margin: 0 15px;
  }
  .footer .footer-section-2 .col-section.col2 {
    padding: 0;
  }
  .footer .popup-wrapper.popup-type-pop_form .inner-popup-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .back_to_top {
    right: 22px;
  }
  .footer .flex_row .col-section:not(:first-child) {
    padding-top: 20px;
  }
  .footer .back_to_top {
    height: 2.6rem;
    width: 2.6rem;
  }
}
/* Menu and simple menu */
.hs-menu-wrapper:not(nav.bannerflow-tw-header .hs-menu-wrapper) ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */
.hs-menu-wrapper.hs-menu-flow-horizontal:not(nav.bannerflow-tw-header .hs-menu-wrapper) .hs-menu-children-wrapper {
  flex-direction: column;
}

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

/* Vertical menu */
.hs-menu-wrapper.hs-menu-flow-vertical:not(nav.bannerflow-tw-header .hs-menu-wrapper) ul {
  flex-direction: column;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts:not(nav.bannerflow-tw-header .hs-menu-wrapper) ul {
  display: inline-flex;
}

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

.hs-menu-wrapper.flyouts:not(nav.bannerflow-tw-header .hs-menu-wrapper) .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts:not(nav.bannerflow-tw-header .hs-menu-wrapper) .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts:not(nav.bannerflow-tw-header .hs-menu-wrapper) .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts:not(nav.bannerflow-tw-header .hs-menu-wrapper) .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts:not(nav.bannerflow-tw-header .hs-menu-wrapper) .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts:not(nav.bannerflow-tw-header .hs-menu-wrapper) .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts:not(nav.bannerflow-tw-header .hs-menu-wrapper) .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts:not(nav.bannerflow-tw-header .hs-menu-wrapper) .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s
}

[data-aos] {
  pointer-events: none
}

[data-aos].aos-animate {
  pointer-events: auto
}

[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(.25,.25,.75,.75)
}

[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(.6,-.28,.735,.045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(.175,.885,.32,1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(.68,-.55,.265,1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(.47,0,.745,.715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(.39,.575,.565,1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(.445,.05,.55,.95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(.55,.085,.68,.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(.25,.46,.45,.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(.55,.085,.68,.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(.25,.46,.45,.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(.55,.085,.68,.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(.25,.46,.45,.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

@media screen {
/*   html:not(.no-js) [data-aos^=fade][data-aos^=fade]  */
  html [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform
  }

/*   html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate  */
  html [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }

/*   html:not(.no-js) [data-aos=fade-up]  */
  html [data-aos=fade-up] {
    -webkit-transform: translate3d(0,100px,0);
    transform: translate3d(0,100px,0)
  }

/*   html:not(.no-js) [data-aos=fade-down]  */
  html [data-aos=fade-down] {
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0)
  }

/*   html:not(.no-js) [data-aos=fade-right]  */
  html [data-aos=fade-right] {
    -webkit-transform: translate3d(-100px,0,0);
    transform: translate3d(-100px,0,0)
  }

/*   html:not(.no-js) [data-aos=fade-left]  */
  html [data-aos=fade-left] {
    -webkit-transform: translate3d(100px,0,0);
    transform: translate3d(100px,0,0)
  }

/*   html:not(.no-js) [data-aos=fade-up-right]  */
  html [data-aos=fade-up-right] {
    -webkit-transform: translate3d(-100px,100px,0);
    transform: translate3d(-100px,100px,0)
  }

/*   html:not(.no-js) [data-aos=fade-up-left]  */
  html [data-aos=fade-up-left] {
    -webkit-transform: translate3d(100px,100px,0);
    transform: translate3d(100px,100px,0)
  }

/*   html:not(.no-js) [data-aos=fade-down-right]  */
  html [data-aos=fade-down-right] {
    -webkit-transform: translate3d(-100px,-100px,0);
    transform: translate3d(-100px,-100px,0)
  }

/*   html:not(.no-js) [data-aos=fade-down-left]  */
  html [data-aos=fade-down-left] {
    -webkit-transform: translate3d(100px,-100px,0);
    transform: translate3d(100px,-100px,0)
  }

/*   html:not(.no-js) [data-aos^=zoom][data-aos^=zoom]  */
  html [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform
  }

/*   html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate  */
  html [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
  }

/*   html:not(.no-js) [data-aos=zoom-in]  */
  html [data-aos=zoom-in] {
    -webkit-transform: scale(.6);
    transform: scale(.6)
  }

/*   html:not(.no-js) [data-aos=zoom-in-up]  */
  html [data-aos=zoom-in-up] {
    -webkit-transform: translate3d(0,100px,0) scale(.6);
    transform: translate3d(0,100px,0) scale(.6)
  }

/*   html:not(.no-js) [data-aos=zoom-in-down]  */
  html [data-aos=zoom-in-down] {
    -webkit-transform: translate3d(0,-100px,0) scale(.6);
    transform: translate3d(0,-100px,0) scale(.6)
  }

/*   html:not(.no-js) [data-aos=zoom-in-right]  */
  html [data-aos=zoom-in-right] {
    -webkit-transform: translate3d(-100px,0,0) scale(.6);
    transform: translate3d(-100px,0,0) scale(.6)
  }

/*   html:not(.no-js) [data-aos=zoom-in-left]  */
  html [data-aos=zoom-in-left] {
    -webkit-transform: translate3d(100px,0,0) scale(.6);
    transform: translate3d(100px,0,0) scale(.6)
  }

/*   html:not(.no-js) [data-aos=zoom-out]  */
  html [data-aos=zoom-out] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }

/*   html:not(.no-js) [data-aos=zoom-out-up]  */
  html [data-aos=zoom-out-up] {
    -webkit-transform: translate3d(0,100px,0) scale(1.2);
    transform: translate3d(0,100px,0) scale(1.2)
  }

/*   html:not(.no-js) [data-aos=zoom-out-down]  */
  html [data-aos=zoom-out-down] {
    -webkit-transform: translate3d(0,-100px,0) scale(1.2);
    transform: translate3d(0,-100px,0) scale(1.2)
  }

/*   html:not(.no-js) [data-aos=zoom-out-right]  */
  html [data-aos=zoom-out-right] {
    -webkit-transform: translate3d(-100px,0,0) scale(1.2);
    transform: translate3d(-100px,0,0) scale(1.2)
  }

/*   html:not(.no-js) [data-aos=zoom-out-left]  */
  html [data-aos=zoom-out-left] {
    -webkit-transform: translate3d(100px,0,0) scale(1.2);
    transform: translate3d(100px,0,0) scale(1.2)
  }

/*   html:not(.no-js) [data-aos^=slide][data-aos^=slide]  */
  html [data-aos^=slide][data-aos^=slide] {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    visibility: hidden
  }

/*   html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate  */
  html [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

/*   html:not(.no-js) [data-aos=slide-up]  */
  html [data-aos=slide-up] {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
  }

/*   html:not(.no-js) [data-aos=slide-down]  */
  html [data-aos=slide-down] {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
  }

/*   html:not(.no-js) [data-aos=slide-right]  */
  html [data-aos=slide-right] {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
  }

/*   html:not(.no-js) [data-aos=slide-left]  */
  html [data-aos=slide-left] {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
  }

/*   html:not(.no-js) [data-aos^=flip][data-aos^=flip]  */
  html [data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
  }

/*   html:not(.no-js) [data-aos=flip-left]  */
  html [data-aos=flip-left] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg)
  }

/*   html:not(.no-js) [data-aos=flip-left].aos-animate  */
  html [data-aos=flip-left].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0)
  }

/*   html:not(.no-js) [data-aos=flip-right]  */
  html [data-aos=flip-right] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg)
  }

/*   html:not(.no-js) [data-aos=flip-right].aos-animate  */
  html [data-aos=flip-right].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0)
  }

/*   html:not(.no-js) [data-aos=flip-up]  */
  html [data-aos=flip-up] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg)
  }

/*   html:not(.no-js) [data-aos=flip-up].aos-animate  */
  html [data-aos=flip-up].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0)
  }

/*   html:not(.no-js) [data-aos=flip-down]  */
  html [data-aos=flip-down] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg)
  }

/*   html:not(.no-js) [data-aos=flip-down].aos-animate  */
  html [data-aos=flip-down].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0)
  }
}
html {
  overflow-y: overlay;
  overflow: auto;
  -webkit-tap-highlight-color: transparent;
}

.page-center{
  padding-left: 0;
  padding-right: 0;
}


.hs-trans-btn {
  border: 0 solid;
}

.page-center.full_width {
  max-width: 100%;
  width: 100%;
}
.text_right .btn_row {
  justify-content: end;
}

.text_left .btn_row {
  justify-content: start;
}

.dnd-module .widget-type-linked_image {
  overflow: hidden;
}

/*  video background */


.bnr_vid {
  height: 110vh;
  height: 110%;
  min-height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100vw;
  z-index: 1;
  top: 0;
  left: 0;
}

.bnr_vid video{
  width:100%;
  object-fit: cover;
  height: 100%;
}

/* .bnr_vid.iframe_banner_vid {
width: 100%;
height: 100%;
} */

/* .bnr_vid.iframe_banner_vid iframe {
height: 100%;
width: 100%;
min-height: unset;
min-width: unset;
top: 0;
left: 0;
transform: none;
} */

.bnr_vid.iframe_banner_vid {
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%) ;
  left: 50%;
  top: 50%;
  height: auto;
  width: auto;
  min-height: 100%;
  min-width: 100%;
  aspect-ratio: 16 / 9;
}

.bnr_vid.iframe_banner_vid iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  top: 0;
  width: 100%;
}

.safari .bnr_vid.iframe_banner_vid iframe{
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

@media screen and (max-width: 991px) {
  .safari .bnr_vid.iframe_banner_vid iframe{
    -webkit-transform: scale(6.5);
    transform: scale(6.5);
  }
}

.lg-components {
  min-height: 47px;
  display: inline-block;
  width: 100%;
}

.lg-outer .lg-content{
  bottom: 47px !important;
}

/*  */
.text_center{
  text-align:center;
}
.text_right{
  text-align:right;
}
.text_left{
  text-align:left;
}

.flex_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

[class*="full-width-section"].dnd-section > .row-fluid,
[class*="full-width-section"].dnd-section {
  padding: 0;
}

.hs-button {
  display: inline-block;
}

.btn_row:empty {
  margin: 0 !important;
}

.btn_row {
  margin-top: 20px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 10px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
}

.btn_item a {
  display: inline-block;
}

.flex_row .col20,
.flex_row .col12,
.flex_row .col11,
.flex_row .col10,
.flex_row .col9 ,
.flex_row .col8 ,
.flex_row .col7 ,
.flex_row .col6 ,
.flex_row .col5 ,
.flex_row .col4 ,
.flex_row .col3 ,
.flex_row .col2 ,
.flex_row .col1 {
  padding:0 10px;
}

.bg_el{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.top_sec {
  text-align: center;
  margin-bottom: 50px;
}


.pdlr15{
  padding-left:15px;
  padding-right:15px;
}

.pdlr10{
  padding-left:10px;
  padding-right:10px;
}

.margin10{
  margin-left:-10px;
  margin-right:-10px;
}

.pdlr0{ 
  padding-left:0px;
  padding-right:0px;
}


.top_sec .top_content > *:last-child {
  margin-bottom: 0;
}

.text_center .btn_row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dnd_padd {
  position: relative;
  overflow: hidden;
}

.dnd_padd .page-center {
  position: relative;
  z-index: 2;
}


.bg_el.overlay_bg {
  z-index: 2;
}

.simpleParallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.simpleParallax_wrap .thumbnail {
  transition: 0.1s ease;
  width: 100%;
}


/*  */

.glide__slides > * {
  white-space: normal;
}

.glide__bullet.glide__bullet{
  transition: all 400ms ease-in-out;
}


.glide__bullets {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  position: absolute;
  width: 100%;
  bottom: 0;
  row-gap: 5px;
  left: 0;
  z-index: 2;
}

.glide__bullets .glide__bullet {
  border-radius: 100%;
  width: 10px;
  height: 10px;
  margin: 0 1.5px;
  cursor: pointer;
}

.glide__bullets.square_bullets .glide__bullet {
  width: 30px;
  height: 5px;
  border-radius: 24px;
}

.glide .glide__arrow{
  width: 40px;
  height: 40px;
  border-radius: 100%;
  transition: 0.2s ease;
}

.glide .glide__arrow--left {
  left: -40px;
}

.glide .glide__arrow--right {
  right: -40px;
}

.glide__bullets.numberBullets {
  font-size: 1.125em;
  bottom: -32px;
}

.glide__bullets.numberBullets .glide__bullet {
  background: none;
  width: auto;
  height: auto;
  margin: 0 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.glide__bullets.numberBullets .glide__bullet:after {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 2.5px;
  display: block;
  margin: 0 auto;
  margin-top: 5px;
  transition: inherit;
}

@media (max-width: 1280px){
  .glide .glide__arrow--right {
    right: 20px;
  }
  .glide .glide__arrow--left {
    left: 20px;
  }
}


@media(max-width:480px){
  .glide__arrows {
    display: none;
  }
}

/*  */

.page-center.fullwidth {
  max-width: 100%;
  width: 100%;
}

.flex_row.rowGap15 {
  row-gap: 20px;
}

.flex_row.colGap15 {
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}


.text_left .icon_inner {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.text_right .icon_inner {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text_center .icon_inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}



@media(max-width:1300px) and (min-width:1101px){
  .col20_row .flex_row .col20{
    width: 25%;
  }
}

@media(max-width:1100px) and (min-width:992px){
  .col20_row .flex_row .col20,
  .col3_row .flex_row .col3{
    width: 33.33%;
  }
}

@media(max-width:991px) and (min-width:768px){
  .col20_row .flex_row .col20,
  .col2_row .flex_row .col2,
  .col3_row .flex_row .col3,
  .col4_row .flex_row .col4{
    width: 50%;
  }
}

/*  */

.glide__slides > * {
  margin-bottom: 30px;
  margin-top: 30px;
}

.card_gallery > .btn_row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}

.logos_row {
  margin-bottom: 10px;
}

.logos_row .glide__bullets {
  position: absolute;
  border: 0;
  width: 100%;
  left: 0;
  z-index: 2;
}

.testimonials_slider .top_sec,
.card_gallery.sliderEnable .top_sec {
  margin-bottom: 20px;
}

.slider_btn_footer .btn_row {
  margin-top: 50px;
}

.top_sec .flex_row .content_widget {
  text-align: left;
}

.top_sec .flex_row .top_content {
  max-width: 100%;
}

.top_sec .btn_row_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top_sec .btn_row_wrap .btn_row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}



.top_sec.noButton {
  padding-left: 10px;
  padding-right: 10px;
}

.testimonials_slider .bottom_row.glide,
.card_gallery .bottom_row.glide {
  padding-bottom: 24px;
}

.bnr_wrp {
  overflow: hidden;
}

.testimonials_sliderv3 .glide .glide__arrow--right {
  right: 10px;
}

.testimonials_sliderv3 .glide .glide__arrow--left {
  left: 10px;
}

.testimonials_sliderv2 .glide__arrow {
  margin-top: -24px;
}

/*  */

.cnt-mid-sec h2 {
  margin-bottom: 15px;
}

.cnt-mid-sec .hs_cos_wrapper_type_rich_text p:last-child {
  margin-bottom: 0;
}

.cnt-mid-sec form input:not(.hs-button),
.cnt-mid-sec form textarea {
  padding: 17px 27px 13px;
}

.cnt-mid-sec form .hs-form-field {
  margin-bottom: 10px;
}

.cnt-mid-sec form .hs-form-field textarea {
  min-height: 140px;
  resize:none;
}

.cnt-mid-sec form .hs_submit {
  margin-top: 5px;
  display: inline-block;
}

.cnt-mid-sec form .hs-form-field > label {
  margin: 0;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  margin-bottom: 24px;
}

.rating svg {
  width: 20px;
  height: 20px;
  display: block;
  vertical-align: middle;
}

.testimonials_sliderv2 span.star_fill {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.rating .fill svg path {
  fill: rgb(245, 205, 62);
}

.rating svg path {
  fill: transparent;
  stroke: rgb(245, 205, 62);
}

.text_center .rating {
  justify-content: center;
}

.text_right .rating {
  justify-content: flex-end;
}

.faq-mid-sec p:last-child {
  margin-bottom: 0;
}

.simpleParallax_wrap .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-mid-sec .widget-type-rich_text p {
  margin-bottom: 30px;
}

.portfolio-mid-sec .hs_cos_wrapper_type_rich_text > h4 {
  margin-bottom: 5px;
}

.portfolio-detail-pg p:last-child {
  margin-bottom: 0;
}

.landing_pg_v3 .two-col-content .content-col .description > ul,
.portfolio-detail-pg .hs_cos_wrapper_type_rich_text > ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding-top: 0;
  margin-bottom: 60px;
}

.landing_pg_v3 .two-col-content .content-col .description > ul > li:before,
.portfolio-detail-pg .hs_cos_wrapper_type_rich_text > ul > li:before {
  content: "";
  background-image: url(https://1906005.fs1.hubspotusercontent-na1.net/hubfs/1906005/raw_assets/public/Matter/images/ul-litsing.png);
  width: 22px;
  height: 22px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
}

.landing_pg_v3 .two-col-content .content-col .description > ul > li,
.portfolio-detail-pg .hs_cos_wrapper_type_rich_text > ul > li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 20px;
}

.landing_pg_v3 .two-col-content .content-col .description > ul:last-child,
.portfolio-detail-pg .hs_cos_wrapper_type_rich_text > ul:last-child {
  margin-bottom: 0;
}

.portfolio-mid-sec .gallery-section .glide__arrow--left {
  left: -10px;
}

.portfolio-mid-sec .gallery-section .glide__arrow {
  transform: translateY(-50%);
  top: 50%;
}

.portfolio-mid-sec .gallery-section.dnd_padd {
  overflow: visible;
}

.portfolio-mid-sec .gallery-section .glide__arrow--right {
  right: -10px;
}

.portfolio-mid-sec h3 {
  margin-bottom: 24px;
}

.portfolio-detail-pg .hs_cos_wrapper_type_rich_text > ul > li:last-child {
  margin-bottom: 0;
}

@media(max-width:767px){
  .top_sec .btn_row_wrap,
  .top_sec .btn_row_wrap .btn_row {
    justify-content: center;
  }
}

/* form_popup  */
.popup_modal {
  background: rgba(0,0,0,.3);
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: .1s ease;
  -o-transition: .1s ease;
  transition: .1s ease;
  visibility: hidden;
  width: 100%;
  z-index: 999;
}
.popup_modal .popup_modal_inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  overflow-y: auto;
  padding: 50px 20px;
  width: 100%;
}

.popup_modal .popup_modal_box {
  border-radius: 5px;
  margin: 0 auto;
  max-width: 1024px;
  opacity: 0;
  overflow: hidden;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: .4s ease .2s;
  -o-transition: .4s ease .2s;
  transition: .4s ease .2s;
  width: 100%;
}

.popup_modal .closeIcon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 35px;
  font-weight: 700;
  height: 35px;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 35px;
  z-index: 11;
  background: #fff;
  padding: 5px;
  stroke-width: 2px;
}

.popup_modal.active_show {
  opacity: 1;
  visibility: visible;
}

.popup_modal.show {
  display: block;
}

.popup_modal.active_show .popup_modal_box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.popup_modal .content_box {
  padding: 20px;
}

.popup_modal .video_box {
  padding-bottom: 56.25%;
  position: relative;
}

.popup_modal .form__box {
  padding: 20px;
}

.popup_modal .form-title:empty {
  margin: 0;
}

.popup_modal .video_box .bnr_vid {
  height: 100%;
}

.popup_modal video,
.popup_modal .video_box iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.popup_modal .video_box .bnr_vid {
  width: 100%;
}

.popup_modal .content_box > *:last-child {
  margin-bottom: 0;
}

a.popupBtn.popup_video {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

a.popupBtn.popup_video span.icon {
  line-height: 0;
  margin-right: 10px;
}
.page-center.full_width .glide .glide__arrow--left {
  left: 20px;
}

.page-center.full_width .glide .glide__arrow--right {
  right: 20px;
}

.about-page .card_gallery .card_content + .btn_row {
  margin-top: 15px;
}

.about-page .card_gallery h3.it_title {
  margin-bottom: 15px;
}

.about-page .card_gallery .top_sec {
  margin-bottom: 55px;
}

.about-page .counter-section .item .cont-wrap .img-wrap {
  min-height: 60px;
  margin-bottom: 15px;
}

.about-page .counter-section .flex_row {
  margin: 0 -10px;
}

.about-page .cm_team_wrp .cm_team_image {
  padding-bottom: 1px;
}

.about-page .cm_team_wrp .cm_team_icons {
  column-gap: 5px;
}

.about-page .cm_team_wrp .cm_team_icons a {
  width: 40px;
  height: 40px;
}

.about-page .cm_team_wrp .cm_team_text {
  margin-bottom: 19px;
}

.about-page .dnd_padd.accordion_wrap {
  overflow: visible;
}

/* About Ver 2 */

.about_page_V2 .cm_tm_wrp .top_sec {
  margin-bottom: 20px;
}

.about_page_V2 .cm_tm_wrp .square_bullets {
  margin-bottom: 0;
}

.about_page_V2 .logo_slider .top_sec {
  padding-top: 0;
}

.about_page_V2 .two-col-content .multirichtext * {
  color: inherit;
  margin-bottom: 10px;
}

.about_page_V2 .two-col-content .img-col .description-cont {
  padding: 20px 19px;
}

.banner_v3_inner{
  padding-bottom: 187px;
  padding-top: 176px;
}

.service-listing-page .card_gallery .card_inner {
  padding: 29px 20px;
}

.faq_page .dnd_padd.accordion_wrap {
  overflow: visible;
}

.servs-details-pg .hs_cos_wrapper_type_rich_text ul li:last-child {
  margin-bottom: 0;
}

.doc-main-sec .hs_cos_wrapper_type_linked_image {
  display: inline-block;
  box-shadow: 0px 0px 2px #333;
}

.doc-main-sec .hs_cos_wrapper_type_linked_image img.hs-image-widget {
  width: 358px;
}

@media (min-width:768px) {
  .top_sec .btn_row_wrap.col4 {
    width: 33.33%;
  }
}

@media (max-width:767px) {

  .portfolio-mid-sec img.hs-image-widget {
    width: 100%;
  }

  .portfolio-mid-sec .widget-type-linked_image {
    display: block;
    width: 100%;
  }

  .top_sec .flex_row .content_widget {
    text-align: center;
  }

  .portfolio-detail-pg .hs_cos_wrapper_type_rich_text > ul {
    margin-bottom: 30px;
  }

}


.dnd-section {
  overflow: hidden;
}
.hs_service .widget-type-form .form-title{
  color:#fff;
  text-align:center;
}
.hs_service .col4 .dnd-column {
  padding: 0;
}

.hs_service .widget-type-form {
  padding: 20px;
  border-radius: 2px;
}
.lg-sub-html {
  color: inherit !important;

}
.lg-outer .lg-inner {
  white-space: normal !important;
}

.hs_service .widget-type-form .hs-button {
  width:100%;
}
.hs_service .widget-type-form .field >label {
  color: #fff;
}
body .lg-backdrop{
  opacity: 0.8 !important;
}
.lg-item .lg-sub-html {
  padding: 0!important;
}

div[class*="lightGallery-captionsmodule"] {
  padding: 15px 40px!important;
}
div[class*="lightGallery-captionsmodule"]:empty {
  display: none !important;
}


table {
  border-collapse: collapse;
  border: none;
}

a.cta_button{
  box-sizing: border-box !important;
}

/* remove border on no nav header on template landing page v7*/

.header .primary-section  {border-bottom-color:#ffffff!important;}









/* 1a. Containers */







/* 1b. Colors */









/* 1c. Typography */





 



































































/* 1e. Forms */



/* 1f. Tables */



/* 1g. Site header */

/* 1h. Site footer */







/*remove top bar from the typeform*/

.span8 .widget-span .widget-type-cell .dnd_area-column-1-padding .dnd-column {display:none;}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding-top: 100px ;
  padding-bottom: 100px ;
}






.flex_row .col20,
.flex_row .col12,
.flex_row .col11,
.flex_row .col10,
.flex_row .col9 ,
.flex_row .col8 ,
.flex_row .col7 ,
.flex_row .col6 ,
.flex_row .col5 ,
.flex_row .col4 ,
.flex_row .col3 ,
.flex_row .col2 ,
.flex_row .col1,
.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left: 10px;
  padding-right: 10px;
 
}








.content-wrapper ,
.dnd-section > .row-fluid,
.page-center{
  
  max-width: 1415px;
  
}


.header .page-center,
.header .primary-section .page-center{
  
  max-width: 1415px;
  
}

.footer .page-center{
  
  max-width: 1415px;
  
}









body {
  font-size: 16px;
  color: #2d3159;
  font-weight: 400;
  font-family: Roboto,sans-serif;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  line-height:1.625;
  background-color:  

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  letter-spacing: 0px;
}



form#email-prefs-form .subscribe-options label{
  font-size: 16px;
  color: #2d3159;
}

/* Anchors */

a {
  color: #010101;
}

a:hover,
a:focus,
a:active {
  color: #B9BBBD;
}








/* Headings */
.h1,
h1 {
  font-family: Montserrat,sans-serif;
  font-size: 48px;
  color: #1a1d33;
  font-weight: 600;
  
  line-height:1.48208333;
  letter-spacing:  0px;
}
.h2,
h2 {
  font-family: Montserrat,sans-serif;
  font-size: 34px;
  color: #1a1d33;
  font-weight: 600;
  
  line-height:1.48205882;
  letter-spacing:  0px;
}
.h3,
h3 {
  font-family: Montserrat,sans-serif;
  font-size: 24px;
  color: #1a1d33;
  font-weight: 600;

  
  line-height:1.25;
  letter-spacing:  0px;
}

.blog-main-post .comment-from h4,.systems-page .hs-search-results__title,
.h4,
h4 {
  font-family: Montserrat,sans-serif;
  font-size: 18px;
  color: #1a1d33;
  font-weight: 600;
  
  line-height:1.48222222;
  letter-spacing:  0px;
}

.blog-comments button.comment-reply-to.hs-button.secondary,
.h5,
h5 {
  font-family: Roboto,sans-serif;
  font-size: 16px;
  color: #2d3159;
  font-weight: 400;
  
  line-height:1.625;
  letter-spacing:  0px;
}
.h6,
h6 {
  font-family: Roboto,sans-serif;
  font-size: 14px;
  color: #2d3159;
  font-weight: 400;
  
  line-height:1.42857142857;
  letter-spacing:  0px;
}


/* Blockquote */

blockquote {
  border-left-color: 

  
  
    
  


  rgba(1, 1, 1, 1.0)

;
}
.bnr_wrp .pg_number_item:not(.glide__bullet--active) .cm_dots{
  color: rgba(185, 187, 189,1);
}



@media(max-width:767px){


  
  h1{
    font-size:38px;
  }
  

  
  h2{
    font-size:28px;
  }
  

  
  h3{
    font-size:19px;
  }
  

  

  

  
}
































.hs_cos_wrapper_type_password_prompt,
.hs-search-field__bar,
.widget-type-form,
/* .hs_cos_wrapper_type_form, */
.widget-type-blog_subscribe,
.widget-type-google_search,
.widget-type-password_prompt.custom_error_message,
.widget-type-email_simple_subscription,
.section.post-footer form ,
.hs_cos_wrapper_type_member_login , 
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_password_reset_request ,
.hs_cos_wrapper_type_password_reset{
  
  padding: 5%;
  display:block;
  
  background-color: 

  
  
    
  


  rgba(236, 235, 240, 1.0)

;
  
  box-shadow: 0px 10px 30px rgb(22 34 51 / 10%);
  
}




/* Form title */

.cm_team_wrp .team_trigger.second_font{
  color: 

  
  
    
  


  rgba(2, 103, 128, 1.0)

;
}

.hs_service .widget-type-form{
  background-color: 

  
  
    
  


  rgba(2, 103, 128, 1.0)

;
}

.form-title {
  
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: #010101;
}

.form-title {
    text-align:center;
}
/* Form label */

form label {
  color: #757781;
}

/* Form help text */

form legend {
  color: #212429;
}

/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea,
.tabber .media-col .form-wrap .hs-input {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(187, 191, 200, 1.0)

;
  border-radius: 4px;
  border-radius: px;
  color:

  
  
    
  


  rgba(185, 187, 189, 1.0)

;
}


::-webkit-input-placeholder {
  color: 

  
  
    
  


  rgba(185, 187, 189, 1.0)

;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder{
  color: 

  
  
    
  


  rgba(185, 187, 189, 1.0)

;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: 

  
  
    
  


  rgba(117, 119, 129, 1.0)

;
}
.actions .hs-button {
  margin-bottom: 0;
}

/* Form placeholder text */


.hs-fieldtype-date .input .hs-dateinput:before {
  color: #2d3159;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: 

  
  
    
  


  rgba(33, 36, 41, 1.0)

;
}

.fn-date-picker td .pika-button:hover {
  background-color: 

  
  
    
  


  rgba(33, 36, 41, 1.0)

 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: 

  
  
    
  


  rgba(33, 36, 41, 1.0)

;
}

/* Submit button */

/* 1d. Buttons */











.cm_nv_wrp .cm_nv_inner  .custom,
form input[type=submit],
.hs-button,
.tabber .media-col .form-wrap input.hs-button,
form input[type=submit],
.hs-trans-btn{
  font-family: Montserrat;
}


.hs_fillter_wrp .type_2 .hs_fil_cat_item{
  border-width: 0px;
  border-radius: 6px;
  padding: 15px 45px;
}
.cm_nv_wrp .cm_nv_inner  .custom,
form input[type=submit],
.hs-button,
.tabber .media-col .form-wrap input.hs-button{
  background-color: 

  
  
    
  


  rgba(0, 88, 255, 1.0)

;
  border-width: 0px;
  border-color: 

  
  
    
  


  rgba(0, 88, 255, 1.0)

;
  font-size: 18.0px; 
  border-radius: 6px;
  color: #FFFFFF;
  padding: 15px 45px;
  font-family: Montserrat;
}

.popupBtn.hs-button svg path,
.popupBtn.hs-button svg{
  fill: #FFFFFF;
}

.cm_pg_wrp .social-share-icon ul a{
  border-radius: 6px;
}

form input[type=submit]:focus,
.hs-button:focus,
.tabber .media-col .form-wrap input.hs-button:focus {
  background-color: 

  
  
    
  


  rgba(0, 88, 255, 1.0)

;
  color: #FFFFFF;
}

.popupBtn.hs-button:focus svg path,
.popupBtn.hs-button:hover svg path,
.popupBtn.hs-button:focus svg,
.popupBtn.hs-button:hover svg{
  fill: #FFFFFF;
}




form input[type=submit]:hover,
.hs-button:hover,
.tabber .media-col .form-wrap input.hs-button:hover{
  background-color: 

  
  
    
  


  rgba(0, 88, 255, 1.0)

;
  color: #FFFFFF;
  border-color: 

  
  
    
  


  rgba(0, 88, 255, 1.0)

;
}

form input[type=submit]:active,
.hs-button:active,
.tabber .media-col .form-wrap input.hs-button:active{
  color: #FFFFFF;
  background-color: 

  
  
    
  


  rgba(0, 88, 255, 1.0)

;
}

/* 1d. primary Buttons */
button,
.button {
  background-color: 

  
  
    
  


  rgba(0, 88, 255, 1.0)

;
  border-width: 0px;
  border-color: 

  
  
    
  


  rgba(0, 88, 255, 1.0)

;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 18.0px; 
  padding: 15px 45px;
  font-family:Montserrat;
}

.cm_pg_wrp .right-col .social-share a.custom,
.cm_pg_wrp .left-col a.custom{
  font-size: 18.0px; 
}

button:hover,
.button:hover {
  background-color: 

  
  
    
  


  rgba(0, 88, 255, 1.0)

;
  color: #FFFFFF;
  border-color: 

  
  
    
  


  rgba(0, 88, 255, 1.0)

;
}


.hs-button.hoverDisable{
  background-color: 

  
  
    
  


  rgba(0, 88, 255, 1.0)

;
  color: #FFFFFF;
  border-color: 

  
  
    
  


  rgba(0, 88, 255, 1.0)

;
}

.popupBtn.hs-button.hoverDisable:focus svg path,
.popupBtn.hs-button.hoverDisable:hover svg path,
.popupBtn.hs-button.hoverDisable:focus svg,
.popupBtn.hs-button.hoverDisable:hover svg{
  fill: #FFFFFF;
}
/* 1d. Secondary Buttons */












.contact-banner .form-row.hs-secondary input.hs-button,
.contact-banner .form-row.hs-secondary .hs-button,
.landing-banner .form-row.hs-secondary input.hs-button,
.landing-banner .form-row.hs-secondary .hs-button,
.hs_service .widget-type-form .hs-button,
.form-row.secondary input[type="submit"],
.popup_modal_box.bg_primary .hs-button,
.hs-sec-btn,
.systems-page .hs-search-results__next-page,
.systems-page .hs-search-results__prev-page {
  background-color:  

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-width: 1px;
  border-color: 

  
  
    
  


  rgba(0, 88, 255, 1.0)

;
  border-radius: 6px;
  color: #0058ff;
  font-size: 18.0px; 
  padding: 15px 45px;
  font-family: Montserrat;
}



.popupBtn.hs-sec-btn svg path,
.popupBtn.hs-sec-btn svg{
  fill: #0058ff;
}

.popup_modal_box.bg_primary .hs-button:focus,
.popup_modal_box.bg_primary .hs-button:hover{
  background-color:  

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #0058ff;
  border-color: 

  
  
    
  


  rgba(0, 88, 255, 1.0)

;
}

.contact-banner .form-row.hs-secondary input.hs-button:focus,
.contact-banner .form-row.hs-secondary .hs-button:focus,
.contact-banner .form-row.hs-secondary input.hs-button:hover,
.contact-banner .form-row.hs-secondary .hs-button:hover,
.landing-banner .form-row.hs-secondary .hs-button:focus,
.landing-banner .form-row.hs-secondary .hs-button:hover,
.landing-banner .form-row.hs-secondary input.hs-button:hover,
.landing-banner .form-row.hs-secondary input.hs-button:focus,
.form-row.secondary input[type="submit"]:focus,
.form-row.secondary input[type="submit"]:hover,
.hs-sec-btn:hover,
.hs-sec-btn:focus,
.systems-page .hs-search-results__next-page:hover,
.systems-page .hs-search-results__prev-page:hover,
.systems-page .hs-search-results__next-page:focus,
.systems-page .hs-search-results__prev-page:focus{
  background-color:  

  
  
    
  


  rgba(0, 88, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(0, 88, 255, 1.0)

;
  color: #FFFFFF;
}

.popupBtn.hs-sec-btn:hover svg path,
.popupBtn.hs-sec-btn:focus svg path,
.popupBtn.hs-sec-btn:hover svg,
.popupBtn.hs-sec-btn:focus svg{
  fill: #FFFFFF;
}

.pricing-table-gp .pricing-area.popular-item a.hs-sec-btn:focus,
.pricing-table-gp .pricing-area.popular-item a.hs-sec-btn:hover{
  border-color: #FFFFFF;
}

.hs_service .widget-type-form .hs-button:hover{
  background-color:  

  
  
    
  


  rgba(0, 88, 255, 1.0)

;
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.hs-sec-btn.hoverDisable{
  background-color:  

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #0058ff;
  border-color: 

  
  
    
  


  rgba(0, 88, 255, 1.0)

;
}

.popupBtn.hs-sec-btn.hoverDisable:hover svg path,
.popupBtn.hs-sec-btn.hoverDisable:focus svg path,
.popupBtn.hs-sec-btn.hoverDisable:hover svg,
.popupBtn.hs-sec-btn.hoverDisable:focus svg{
  fill: #0058ff;
}

/* 1d. Transprent Buttons */













.hs-trans-btn {
  border-width: 0px;
  border-radius: 6px;
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
  padding: 12.1428571428px 45px ;
  font-family: Montserrat;
}

.hs-trans-btn:hover,
.hs-trans-btn:focus {
  background-color:  

  
  
    
  


  rgba(0, 88, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(0, 88, 255, 1.0)

;
  color: #FFFFFF;
}

@media(max-width:767px){

  .cm_pg_wrp .right-col .social-share a.custom,
  .cm_pg_wrp .left-col a.custom,
  .cm_nv_wrp .cm_nv_inner  .custom,
  form input[type=submit],
  .hs-button{
    padding-top: 8.478260869500001px;
    padding-bottom: 8.478260869500001px;
    padding-right: 35.76923076915px;
    padding-left: 35.76923076915px;
  }

  .hs-trans-btn,
  .hs-sec-btn{
    padding: 8.478260869500001px;
    padding-bottom: 8.478260869500001px;
    padding-right: 35.76923076915px;
    padding-left: 35.76923076915px;
  }
}

header .button-section-container.btn2  .hs-sec-btn,
header .button-section-container.btn2  .hs-button{
  font-size: 13.99999999986px;  
  padding : 12.1428571428px 22.5px 
}

/* ===== small btn size for modules  ===== */

.cnt-wit-tp-img-wrp .col-btn-grp a,
.testimonials_slider .testmn_item .btn_item a,
.feat-wrap .feat-item-wrp .right-content .btn_row a,
.card_gallery .card_inner .card_box .btn_item a,
.career-opportunities .career_popup .popup-btn .btn_row a,
.blog-feed .recent-post-item .post-btm .read-more a,
.accordion_wrap .acc-item .acc-content .acc-btn-wrap a,
.systems-page .hs-search-results__next-page,
.systems-page .hs-search-results__prev-page{
  padding-top: 12.3913043478px;
  padding-bottom: 12.3913043478px;
  padding-left: 20.4545454543px;
  padding-right: 20.4545454543px;
  font-size: 14.0px; 
}
.sidebar .hs_small_btn a,
body .hs_small_btn .btn_item a{
  padding-top: 12.3913043478px;
  padding-bottom: 12.3913043478px;
  padding-left: 20.4545454543px;
  padding-right: 20.4545454543px;
  font-size: 14.0px; 
}

















table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  
}

th,
td {
  border-color: 

  
  
    
  


  rgba(1, 1, 1, 1.0)

;
  color: #010101;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(33, 36, 41, 1.0)

;
  border-color: 

  
  
    
  


  rgba(1, 1, 1, 1.0)

;
  color: #FFFFFF;
}

tfoot th,
tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(1, 1, 1, 1.0)

;
  color: #010101;
}








/*-----ALTER SECTION ------*/







.header .alert-section{
  background-color:

  
  
    
  


  rgba(242, 252, 255, 1.0)

;
}
.header .alert-section p{
  color:

  
  
    
  


  rgba(2, 103, 128, 1.0)

;
}
.header .close-icon svg path {
  fill:

  
  
    
  


  rgba(1, 1, 1, 1.0)

;
}

.header .alert-section a{
  color:

  
  
    
  


  rgba(73, 80, 87, 1.0)

;
}
.header .alert-section a:hover{
  color:

  
  
    
  


  rgba(2, 103, 128, 1.0)

;
}
/*-----------*/

/*-----TOP SECTION ------*/












.header .top-section{
  background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
header.header .cst-inner-wrapper .text h4{
  color:

  
  
    
  


  rgba(33, 36, 41, 1.0)

;
}

.header .social-share ul li>a,
header.header .section-icon{
  background-color:

  
  
    
  


  rgba(2, 103, 128, 0.04)

;
}
.header .social-share ul li>a svg path,
header.header .section-icon svg path{
  fill:

  
  
    
  


  rgba(2, 103, 128, 1.0)

;
}
.header .social-share ul li>a:hover svg path,
.header .contact-section a:hover svg path{
  fill:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.header .social-share ul li>a:hover,
.header .contact-section a:hover .section-icon{
  background-color:

  
  
    
  


  rgba(2, 103, 128, 1.0)

;
}
/*-----------*/

/*------MAIN SECTION -----*/















.header .primary-section{
  background-color:

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-bottom-color:

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.header hr{
  background-color:

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.nav>nav>ul .header__menu-item--depth-1>a{
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.nav>nav>ul .header__menu-item--depth-1>a svg path{
  fill:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.nav>nav>ul .header__menu-item--depth-1>a:hover
{
  color:

  
  
    
  


  rgba(0, 88, 255, 1.0)

;
}
.nav>nav>ul .header__menu-item--depth-1>a:hover .child-trigger svg path{
  fill:

  
  
    
  


  rgba(0, 88, 255, 1.0)

;
}
.nav>nav>ul .header__menu-item--depth-1.active>a,
.nav>nav>ul .header__menu-item--depth-1.active-branch>a{
  color:

  
  
    
  


  rgba(0, 88, 255, 1.0)

;
}
.nav>nav>ul .header__menu-item--depth-1.active>a  .child-trigger svg path,
.nav>nav>ul .header__menu-item--depth-1.active-branch> a  .child-trigger svg path{
  fill:

  
  
    
  


  rgba(0, 88, 255, 1.0)

;
}
.nav .header__menu--desktop>.header__menu-wrapper .header__menu-submenu--level-2,
.header__menu--desktop>.header__menu-wrapper .header__menu-submenu ul{
  background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.nav>nav>ul .header__menu-submenu--level-2>.header__menu-item ul li a{
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.nav>nav>ul .header__menu-submenu--level-2>.header__menu-item ul li a:hover{
  color:

  
  
    
  


  rgba(2, 103, 128, 1.0)

;
}
.nav>nav>ul .header__menu-submenu--level-2>.header__menu-item ul li.active> a,
.nav>nav>ul .header__menu-submenu--level-2>.header__menu-item ul li.active-branch> a{
  color:

  
  
    
  


  rgba(2, 103, 128, 1.0)

;
}

.header .primary-section{
  box-shadow: 2px 11px 12px 10px 

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
}


/** optional bg color **/








.nav>nav>ul .header__menu-item--depth-1 {
  
  background-color: 

  
  
    
  


  rgba(2, 103, 128, 0.0)

;
}

.nav > nav > ul .header__menu-item--depth-1.active,
.nav > nav > ul .header__menu-item--depth-1.active-branch {
  
  background-color: 

  
  
    
  


  rgba(2, 103, 128, 0.0)

;
}


.nav > nav > ul .header__menu-item--depth-1  ul > li a {
  
}

.nav > nav > ul .header__menu-item--depth-1  ul > li a {
  background-color: 

  
  
    
  


  rgba(2, 103, 128, 0.0)

;
}

.nav > nav > ul .header__menu-item--depth-1 > ul li.active > a,
.nav > nav > ul .header__menu-item--depth-1 > ul li.active-branch > a{
  background-color: 

  
  
    
  


  rgba(2, 103, 128, 0.0)

;
}


@media(max-width:991px){
  header.header .nav{
    background-color:

  
  
    
  


  rgba(2, 103, 128, 1.0)

;
  }
}


header.header .hs-button{
  padding-right: 47.5568181819px;
  padding-left: 47.5568181819px;
}

.header .search .search-icon-container:after{
  color:

  
  
    
  


  rgba(33, 36, 41, 1.0)

;
}







.header .right-section .globe_class ul.lang_list_class >li{
  background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header .right-section .globe_class ul.lang_list_class >li>a{
  color:

  
  
    
  


  rgba(33, 36, 41, 1.0)

;
}
.header .right-section .globe_class ul.lang_list_class >li>a:hover{
  color:

  
  
    
  


  rgba(2, 103, 128, 1.0)

;
}










.search-open .header-search-inner,.header .btn-section.popup-open .popup-wrapper{
  background-color:

  
  
    
  


  rgba(0, 0, 0, 0.8)

;
}
.header-search-inner .hs-search-field__bar form,
.header-search-inner .hs-search-field__bar{
  background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header .search .search-icon-container svg path {
  fill:

  
  
    
  


  rgba(33, 36, 41, 1.0)

;
}

.header-search-inner .header-search-close svg path{
  fill:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


.header ul.hs-search-field__suggestions{
  background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}



.nav>nav>ul .header__menu-item--depth-1>a, .nav.megamenu>nav>ul .header__menu-item--depth-1> ul>li>a{
  font-family:Montserrat;
  font-weight: 600;
}


@media(min-width:992px){
  .nav>nav>ul .header__menu-item--depth-1>a,
  .nav.megamenu>nav>ul .header__menu-item--depth-1> ul>li>a {
    font-size: 18px;
  }
}















@media(max-width:991px){
  header.header .nav{
    background-color:

  
  
    
  


  rgba(2, 103, 128, 1.0)

;
  }
  header.header .nav .header__menu.header__menu--desktop> ul >li a{
    color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
  header.header .nav .header__menu.header__menu--desktop> ul >li a:hover{
    color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
  header.header .nav .header__menu.header__menu--desktop> ul >li.header__menu-item--has-submenu .mobile-child-trigger
  {
    color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
  header.header .container-wrapper.mobile-open .cst-inner-wrapper .text h4:last-child{
    color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
  .header .container-wrapper.mobile-open .social-share li svg path,
  .header .container-wrapper.mobile-open .section-icon svg path{
    fill:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
  header.header .nav:after,header.header .nav:before{
    background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
  header.header .mobile-close-icon svg path{
    fill:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
  header.header .nav .header__menu.header__menu--desktop ul >li:not(:last-child){
    border-bottom-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
  header.header .nav .header__menu.header__menu--desktop> ul >li:first-child{
    border-top-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}





/*  */








/*  */

.ftr_btn_item.ftr-search-open .popup-wrapper,.ftr_btn_item.hdr-search-open .popup-wrapper{
  background-color:

  
  
    
  


  rgba(0, 0, 0, 0.8)

;
}

.footer .popup-wrapper .popup-inner-wrapper,.header .popup-wrapper .popup-inner-wrapper{
  background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


.footer .close-icon{
  color:

  
  
    
  


  rgba(33, 36, 41, 1.0)

;
}

@media(min-width:992px){
  header.header .mobile-open .btn-section .hs-button{
    background-color:  

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    color: #0058ff;
  }
  /* check  mobile button style at min width  */
}

.popup-wrapper.popup-type-video .close-icon.popup-hdr svg path,
.popup-type-video .close-icon.popup-ftr svg path{ 
  fill:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.footer .close-icon svg path,.header .close-icon svg.svg-icon path{
  fill:

  
  
    
  


  rgba(33, 36, 41, 1.0)

;
}











@media(max-width:991px){
  header .top-section.mobile_section .btn-section a{
    background-color:  

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    border-color: 

  
  
    
  


  rgba(0, 88, 255, 1.0)

;
    color: #0058ff;
  }

  header .top-section.mobile_section .btn-section a:hover,
  header .top-section.mobile_section .btn-section a:focus{
    background-color:  

  
  
    
  


  rgba(0, 88, 255, 1.0)

;
    border-color: 

  
  
    
  


  rgba(0, 88, 255, 1.0)

;
    color: #FFFFFF;
  }
}














.footer_partial_wrapper {
  background-image:url();
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.footer-content,
.footer {
  color:

  
  
    
  


  rgba(187, 191, 200, 1.0)

;
}

.footer-heading h1,
.footer-heading h2,
.footer-heading h3,
.footer-heading h4,
.footer-heading h5,
.footer-heading h6{
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.footer a{
  color: 

  
  
    
  


  rgba(187, 191, 200, 1.0)

;
}

.footer a:hover{
  color: 

  
  
    
  


  rgba(231, 232, 233, 1.0)

;
}

.footer-section{
  background-color:

  
  
    
  


  rgba(1, 1, 1, 1.0)

;
}

.footer .footer-social .footer-social-item svg{
  fill:

  
  
    
  


  rgba(2, 103, 128, 1.0)

;
}

.back_to_top{
  background-color:

  
  
    
  


  rgba(2, 103, 128, 1.0)

;
}

.footer  svg path,
.footer  svg,
.footer .footer_contact_section_item svg path,
.footer .footer_contact_section_item svg{
  fill : 

  
  
    
  


  rgba(2, 103, 128, 0.0)

;
}

.backtotop_show .back_to_top:hover svg{
  fill:

  
  
    
  


  rgba(2, 103, 128, 1.0)

;
}
.backtotop_show .back_to_top:hover{
  border-color:

  
  
    
  


  rgba(2, 103, 128, 1.0)

;
  background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}






.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #2d3159;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #B9BBBD;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #B9BBBD;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #212429;
}

.blog-pagination__link {
  color: #2d3159;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #212429;
}

.blog-post__title {
  color: #1a1d33;
  font-family:Montserrat,sans-serif;
}

.blog-post__author {
  background-color: #010101;
}


.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
  color: #B9BBBD;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
  fill: #B9BBBD;
}

.blog-sidebar  ul.hs-search-field__suggestions a{
  color: #010101;
}

.blog-index__post-content--small h2 {
  font-size: 24px;
}

.blog-index__post-content a {
  color: #2d3159;
}

.blog-sidebar a {
  color: #1a1d33;
}

.post-featured-image {
  max-height: px;
}

.blog-post__meta a {
  color: #1a1d33;
}

.blog-post__meta a:hover {
  color: #B9BBBD;
}

.blog-post__back-to-blog {
  color: #1a1d33;
}

.blog-post__back-to-blog svg {
  fill: #1a1d33;
}

.blog-pagination a.blog-pagination__link{
  color:

  
  
    
  


  rgba(2, 103, 128, 1.0)

;
  background-color:

  
  
    
  


  rgba(185, 187, 189, 1.0)

;
}

.blog-pagination a.blog-pagination__link:hover {
  background: 

  
  
    
  


  rgba(2, 103, 128, 1.0)

;
  color: 

  
  
    
  


  rgba(185, 187, 189, 1.0)

;
}

nav.blog-pagination path{
  fill:

  
  
    
  


  rgba(1, 1, 1, 1.0)

;
}

.without-sidebar .blog-index__post-inner-card.no-image {
  background-color: 

  
  
    
  


  rgba(2, 103, 128, 1.0)

;
  background-color: transparent;
}











.card__price {
  font-family: Montserrat,sans-serif;
  font-size: 24px;
  color: #1a1d33;
  font-weight: 600;
}




.hs-error-msg,.systems-page ul.no-list.hs-error-msgs label{
  color:

  
  
    
  


  rgba(238, 54, 37, 1.0)

 !important;
}























.dnd_padd{
  padding-top:100px;
  padding-bottom:100px;
}
.cm_comp_wrp .before_after.bg_primary{
  border-right-color:

  
  
    
  


  rgba(2, 103, 128, 1.0)

;
}
.cm_comp_wrp .before_after.bg_secondary{
  border-right-color:

  
  
    
  


  rgba(185, 187, 189, 1.0)

;
}
.bg_primary{
  background-color:

  
  
    
  


  rgba(2, 103, 128, 1.0)

;
}

.bg_secondary{
  background-color:

  
  
    
  


  rgba(185, 187, 189, 1.0)

;
}
.mem_imng.bg_secondary_svg{
  background-color:

  
  
    
  


  rgba(185, 187, 189, 1.0)

;
}
.mem_imng.bg_primary_svg{
  background-color:

  
  
    
  


  rgba(2, 103, 128, 1.0)

; 
}

.hs_fil_t2_read a{
  color:

  
  
    
  


  rgba(2, 103, 128, 1.0)

;
}
.hs_fil_t2_read a h4{
  color:

  
  
    
  


  rgba(2, 103, 128, 1.0)

;
}
.hs_fil_t2_read a svg,

.bg_primary_svg{
  fill:

  
  
    
  


  rgba(2, 103, 128, 1.0)

;
}

.bg_secondary_svg{
  fill:

  
  
    
  


  rgba(185, 187, 189, 1.0)

;
}


.primary_font{
  color:

  
  
    
  


  rgba(33, 36, 41, 1.0)

;
}
.second_font{
  color:

  
  
    
  


  rgba(1, 1, 1, 1.0)

;
}



.primary_acc_font{
  color:

  
  
    
  


  rgba(2, 103, 128, 1.0)

;
}
.second_acc_font{
  color:

  
  
    
  


  rgba(185, 187, 189, 1.0)

;
}





.card_item.hoverAdde .card_inner:hover a.hs-sec-btn {
  background-color: 

  
  
    
  


  rgba(0, 88, 255, 1.0)

;
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.card_item.hoverAdde .card_inner:hover a.hs-button {
  background-color:  rgba(0, 88, 255,1);
  color: #FFFFFF;
  border-color: 

  
  
    
  


  rgba(0, 88, 255, 1.0)

;
}
.cm_nv_wrp .hs-sec-btn:hover{
  border-color:rgba(0, 88, 255,1);
}
.cm_nv_wrp .hs-button{
  border-color:#FFFFFF;
}



.glide .glide__arrow svg path{
  fill:

  
  
    
  


  rgba(2, 103, 128, 1.0)

;
}
.glide .glide__arrow:hover svg path{
  fill:

  
  
    
  


  rgba(185, 187, 189, 1.0)

;
}


.glide__bullets .glide__bullet{
  background-color:

  
  
    
  


  rgba(185, 187, 189, 1.0)

;
}

.glide__bullet.glide__bullet--active,
.glide__bullet.glide__bullet:hover{
  background-color:

  
  
    
  


  rgba(2, 103, 128, 1.0)

;
}

.bnr_wrp .glide .glide__arrow--disabled {
  fill:

  
  
    
  


  rgba(185, 187, 189, 1.0)

;
}
.cm_team_icons a *,
.closeIcon svg path {
  fill:

  
  
    
  


  rgba(2, 103, 128, 1.0)

;
}

/*  */

.card_inner:hover .hoverAdde .hvrFontColr_theme  *:not(a[class]){
  color:

  
  
    
  


  rgba(2, 103, 128, 1.0)

;
}

/*  */
.card_gallery.styleChanges .icBg_bg_primary{
  background-color:

  
  
    
  


  rgba(2, 103, 128, 1.0)

;
}
.card_gallery.styleChanges .icBg_bg_secondary{
  background-color:

  
  
    
  


  rgba(185, 187, 189, 1.0)

;  
}

.card_gallery.styleChanges  .hoverAdde .card_inner:hover .icBgHvr_primary_color{
  background-color:

  
  
    
  


  rgba(2, 103, 128, 1.0)

;
}

.card_gallery.styleChanges  .hoverAdde .card_inner:hover .icBgHvr_secondary_color{
  background-color:

  
  
    
  


  rgba(185, 187, 189, 1.0)

;  
}
/*  */

.card_gallery.styleChanges .icColr_bg_primary svg,
.card_gallery.styleChanges .icColr_bg_primary{
  color:

  
  
    
  


  rgba(2, 103, 128, 1.0)

; 
  fill:

  
  
    
  


  rgba(2, 103, 128, 1.0)

; 
}

.card_gallery.styleChanges .icColr_bg_secondary svg,
.card_gallery.styleChanges .icColr_bg_secondary{
  color:

  
  
    
  


  rgba(185, 187, 189, 1.0)

; 
  fill:

  
  
    
  


  rgba(185, 187, 189, 1.0)

; 
}

.card_gallery.styleChanges .hoverAdde .icColr_bg_secondary svg,
.card_gallery.styleChanges .hoverAdde .icColr_bg_secondary{
  color:

  
  
    
  


  rgba(185, 187, 189, 1.0)

; 
  fill:

  
  
    
  


  rgba(185, 187, 189, 1.0)

; 
}


.card_gallery.styleChanges .hoverAdde .card_inner:hover .icColrHvr_bg_primary svg,
.card_gallery.styleChanges .hoverAdde .card_inner:hover .icColrHvr_bg_primary{
  color:

  
  
    
  


  rgba(2, 103, 128, 1.0)

; 
  fill:

  
  
    
  


  rgba(2, 103, 128, 1.0)

; 
}


.card_gallery.styleChanges .hoverAdde .card_inner:hover .icColrHvr_bg_secondary svg,
.card_gallery.styleChanges .hoverAdde .card_inner:hover .icColrHvr_bg_secondary{
  color:

  
  
    
  


  rgba(185, 187, 189, 1.0)

; 
  fill:

  
  
    
  


  rgba(185, 187, 189, 1.0)

; 
}

.pricing-table-gp .pricing-area.popular-item.brd_primary,
.pricing-table-gp .pricing-area.brd_primary{
  border-color:

  
  
    
  


  rgba(2, 103, 128, 1.0)

;
}

.pricing-table-gp .pricing-area.popular-item.brd_secondary,
.pricing-table-gp .pricing-area.brd_secondary{
  border-color:

  
  
    
  


  rgba(185, 187, 189, 1.0)

;
}



/*  */

.blog-feed .tags_wrap:after{
  background-color: rgba(1, 1, 1,0.15);
}



.blog-feed.theme2 .overlay_icon.bg_el{
  background-color: rgba(33, 36, 41,0.5);
}

.blog-feedv3.theme2 .meta_wrap > span,
.blog-feed.theme2 .meta_wrap > span{
  background-color:#010101;
}

.blog-index__post-inner-card .overlay_bg.bg_primary,
.blog-feedV2 .overlay_bg.bg_primary{
  background: linear-gradient(180deg, rgba(21, 192, 234, 0.1) 0%, 

  
  
    
  


  rgba(2, 103, 128, 1.0)

 100%);
}

.blog-index__post-inner-card .overlay_bg.bg_secondary,
.blog-feedV2 .overlay_bg.bg_secondary{
  background: linear-gradient(180deg, rgba(21, 192, 234, 0.1) 0%, 

  
  
    
  


  rgba(185, 187, 189, 1.0)

 100%);
}


.blog-index__post-inner-card .read-more a,
.blog-feedv3 .read-more a{
  color:

  
  
    
  


  rgba(2, 103, 128, 1.0)

;
}

.pricing-table-gp .slider:before{
  background-color: 

  
  
    
  


  rgba(2, 103, 128, 1.0)

;
}

.glide__bullets.numberBullets{
  font-family: Roboto;
}


.glide__bullets.numberBullets .glide__bullet{
  color:

  
  
    
  


  rgba(185, 187, 189, 1.0)

;
}
.glide__bullets.numberBullets .glide__bullet:after{
  background:

  
  
    
  


  rgba(185, 187, 189, 1.0)

;
}

.blog-wit-sidbr span.icon_svg svg{
  fill:

  
  
    
  


  rgba(33, 36, 41, 1.0)

;
}

.body-container--blog-post .blog-post-container .meta_wrap svg{
  fill:

  
  
    
  


  rgba(33, 36, 41, 1.0)

;
}

.related-content-col svg{
  fill:

  
  
    
  


  rgba(1, 1, 1, 1.0)

;
}

.blog-post__body ul li:before{
  color:

  
  
    
  


  rgba(2, 103, 128, 1.0)

;
}

.glide__bullets.numberBullets .glide__bullet.glide__bullet--active{
  color:

  
  
    
  


  rgba(2, 103, 128, 1.0)

;
}

.post_banner.simple-banner,
.glide__bullets.numberBullets .glide__bullet--active.glide__bullet:after{
  background:

  
  
    
  


  rgba(2, 103, 128, 1.0)

;
}

.cm-btm-tags a,
.blog-comments button.comment-reply-to:before,
.hs_fillter_wrp .type_3 .hs_fil_cat_item.is-checked{
  color:

  
  
    
  


  rgba(2, 103, 128, 1.0)

;
}

.hs_fillter_wrp .type_1 .hs_fil_cat_item{
  color:

  
  
    
  


  rgba(1, 1, 1, 1.0)

;
}

.hs_fillter_wrp .hs_fil_cat_item.is-checked{
  color:

  
  
    
  


  rgba(33, 36, 41, 1.0)

;
}
body .hs_fillter_wrp .hs_fil_cat_item.primary_font{
  color:

  
  
    
  


  rgba(2, 103, 128, 1.0)

;
}
body .hs_fillter_wrp .hs_fil_cat_item.second_font{
  color:

  
  
    
  


  rgba(185, 187, 189, 1.0)

;
}
body .hs_fillter_wrp .hs_fil_cat_item.is-checked.primary_font{
  color:

  
  
    
  


  rgba(2, 103, 128, 1.0)

;
  border-color:

  
  
    
  


  rgba(2, 103, 128, 1.0)

;
}
body .hs_fillter_wrp .hs_fil_cat_item.is-checked.second_font{
  color:

  
  
    
  


  rgba(185, 187, 189, 1.0)

;
  border-color:

  
  
    
  


  rgba(185, 187, 189, 1.0)

;
}

body .hs_fillter_wrp .hs_fil_cat_item.is-checked.bg_primary{
  background-color:

  
  
    
  


  rgba(2, 103, 128, 1.0)

;
}
body .hs_fillter_wrp .hs_fil_cat_item.is-checked.bg_secondary{
  background-color:

  
  
    
  


  rgba(185, 187, 189, 1.0)

;
}
.blog-wit-sidbr .smallCard .meta_wrap >div span,
.blog-wit-sidbr .smallCard .meta_wrap >span{
  font-size: 12.31px;
}

@media(max-width:767px){
  .blog-wit-sidbr .largeCard .meta_wrap >div span,
  .blog-wit-sidbr .largeCard .meta_wrap >span{
    font-size: 12.31px;
  }
}

.related-content-col .meta_wrap{
  font-size: 10.0px;
}

.blog-sidebar .hs_cos_wrapper_type_post_filter>.block ul>li>a:after{
  color:

  
  
    
  


  rgba(2, 103, 128, 1.0)

;
}

.blog-header__author-social-links svg,
.social_share_inner svg{
  fill:

  
  
    
  


  rgba(2, 103, 128, 1.0)

;
}

.blog-post__read-minutes span.meta_time.h5,
.body-container--blog-post .blog-post-container .meta_wrap a{
  color:

  
  
    
  


  rgba(33, 36, 41, 1.0)

;
}

.social_share_inner ul>li>a,.blog-header__author-social-links>a{
  background-color:rgba(2, 103, 128,0.04);
}




@media(max-width:767px){
  .dnd_padd,
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}


.blog-feedv3 .read-more,
.glide__bullets.numberBullets .glide__bullet{
  font-family: Montserrat;
}

.cm_tmw_col.primary svg{
  color:

  
  
    
  


  rgba(2, 103, 128, 1.0)

 !important;
}
.cm_tmw_col.secondary  svg{
  color:

  
  
    
  


  rgba(185, 187, 189, 1.0)

 !important;
}
circle.hs_circle.bg_primary{
  fill:

  
  
    
  


  rgba(2, 103, 128, 1.0)

;
}
circle.hs_circle.bg_secondary{
  fill:

  
  
    
  


  rgba(185, 187, 189, 1.0)

;
}

.error-page:before{
  color:

  
  
    
  


  rgba(185, 187, 189, 1.0)


}

.custom-header {
z-index: 9999999 !important;
}

.section-page-menu .bar-wrap ul.hs-menu-children-wrapper {
	 gap: 1rem;
	 flex-direction: row !important;
  margin-left: 2rem !important
}
.hs-button-container{
  display: flex;
  gap: 1rem;
}