/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

/**
 * 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 how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

main.body-container-wrapper .dnd-section>.row-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

@media(max-width:1280px){
  .dnd-section>.row-fluid {
    max-width: 960px !important;
}
}

@media(max-width:990px){
  .dnd-section>.row-fluid {
    max-width: 720px !important;
}
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
  
.dnd-section>.row-fluid {
    max-width: 540px !important;
}
  
}

@media(max-width:575px){
  .dnd-section>.row-fluid {
    max-width: 100% !important;
}
  
main.body-container-wrapper .dnd-section>.row-fluid {
    padding-right: 30px;
    padding-left: 30px;
}
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


@font-face { 
  font-family: "Font Awesome 5 Pro"; 
  src: url("https://f.hubspotusercontent40.net/hubfs/8381198/InQuartik_April2021/fonts/fa-light-300.eot") format("embedded-opentype"), 
    url("//f.hubspotusercontent40.net/hubfs/8381198/raw_assets/public/InQuartik_April2021/fonts/fa-light-300.woff2") format("woff2"), 
    url("//f.hubspotusercontent40.net/hubfs/8381198/raw_assets/public/InQuartik_April2021/fonts/fa-light-300.woff") format("woff"), 
    url("//f.hubspotusercontent40.net/hubfs/8381198/raw_assets/public/InQuartik_April2021/fonts/fa-light-300.ttf") format("truetype"); 
  font-style: normal;
  font-weight: 300; 
  font-display: block;
}

@font-face { 
  font-family: "Font Awesome 5 Pro"; 
  src: url("https://f.hubspotusercontent40.net/hubfs/8381198/InQuartik_April2021/fonts/fa-regular-400.eot") format("embedded-opentype"), 
    url("//f.hubspotusercontent40.net/hubfs/8381198/raw_assets/public/InQuartik_April2021/fonts/fa-regular-400.woff2") format("woff2"), 
    url("//f.hubspotusercontent40.net/hubfs/8381198/raw_assets/public/InQuartik_April2021/fonts/fa-regular-400.woff") format("woff"), 
    url("//f.hubspotusercontent40.net/hubfs/8381198/raw_assets/public/InQuartik_April2021/fonts/fa-regular-400.ttf") format("truetype"); 
  font-style: normal; 
  font-weight: 400; 
  font-display: block; 
}

@font-face { 
  font-family: "Font Awesome 5 Pro"; 
  src: url("https://f.hubspotusercontent40.net/hubfs/8381198/InQuartik_April2021/fonts/fa-solid-900.eot") format("embedded-opentype"), 
    url("//f.hubspotusercontent40.net/hubfs/8381198/raw_assets/public/InQuartik_April2021/fonts/fa-solid-900.woff2") format("woff2"), 
    url("//f.hubspotusercontent40.net/hubfs/8381198/raw_assets/public/InQuartik_April2021/fonts/fa-solid-900.woff") format("woff"), 
    url("//f.hubspotusercontent40.net/hubfs/8381198/raw_assets/public/InQuartik_April2021/fonts/fa-solid-900.ttf") format("truetype"); 
  font-style: normal; 
  font-weight: 900; 
  font-display: block;
}

@font-face { 
  font-family: "Font Awesome 5 Brands";
  src: url("https://f.hubspotusercontent40.net/hubfs/8381198/InQuartik_April2021/fonts/fa-brands-400.eot") format("embedded-opentype"), 
    url("https://f.hubspotusercontent40.net/hubfs/8381198/InQuartik_April2021/fonts/fa-brands-400.woff2") format("woff2"), 
    url("https://f.hubspotusercontent40.net/hubfs/8381198/InQuartik_April2021/fonts/fa-brands-400.woff") format("woff"), 
    url("https://f.hubspotusercontent40.net/hubfs/8381198/InQuartik_April2021/fonts/fa-brands-400.ttf") format("truetype"); 
   font-weight: 400;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    background: #e1e1e1;
}

::selection {
    background-color: #bbd6fb;
    color: #fff;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
  font-family: Poppins;
  font-size: 16px;
  color: #7f7f7f;
  line-height: 1.5;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Poppins;
}

/* Anchor Links */
a {
  color: #84bb49;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Poppins;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-family: Poppins;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}


ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

.body-container-wrapper a {
    text-decoration: underline;
}

blockquote {
  margin: 0 0 1rem;
  font-style: italic;
  margin-bottom: 56px;
  padding: 0 2rem;
}


/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
/*   outline-color: green; */
}

.disable-focus-styles :focus {
  outline: none;
}

@media(max-width:1200px){
  
  h1 {
    font-size: calc(1.40625rem + 1.875vw)!important;
}
  
 h2 {
    font-size: calc(1.375rem + 1.5vw) !important;
}
  
h3 {
    font-size: calc(1.3150rem + 0.75vw) !important;
}
  
h4 {
    font-size: calc(1.3125rem + 0.75vw) !important;
}
  
 h5 {
    font-size: calc(1.275rem + 0.3vw)!important;
}
  
}

@media (max-width: 767px) {
/*   html {
    font-size: 
  } */
}

@media (max-width: 480px) {
/*   html {
    font-size: 
  } */
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Poppins;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-style: solid;
  text-decoration: none !important;
  outline: none;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
}

.hs-form .field .input a {
    margin-top: 18px;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;

  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  display: block;
  float: none;
  width: auto;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
}

.hs-error-msgs label {
  margin-bottom: 5px;
  color: #f2545b !important;
  padding-left:5px !important;
}

.hs-input {
  display: block;
  max-width: 700px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
  height: 40px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  outline: none;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 16px;
  color: #7f7f7f;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }
  .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-2 .hs-form-field input[type=radio],
  .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-3 .hs-form-field input[type=radio],
  .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-2 .hs-form-field input[type=radio],
  .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
    width: 24px;
  }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Poppins;
}

@media(max-width:767px){
  .hs-input {
  max-width: 100%;
}
  
.body-container-wrapper .custom_error_message form,
.body-container-wrapper .widget-type-form,
.body-container-wrapper .widget-type-blog_subscribe,
.body-container-wrapper .widget-type-google_search,
.body-container-wrapper .widget-type-password_prompt.custom_error_message,
.body-container-wrapper .widget-type-email_simple_subscription,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments,
.body-container-wrapper .hs-search-field__bar,
.body-container-wrapper .submitted-message,
.body-container-wrapper #hs_cos_wrapper_password_prompt,
.body-container .submitted-message,.blog-comments form,
.widget-type-email_simple_subscription,
.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,
  .widget-type-password_prompt{
    margin-top:18px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

.hs-menu-item a {
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

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

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.landing-footer {
    padding-top: 0px !important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
}

.site-header {
    position: relative;
}

.site-header-row {
    padding: .5rem 1rem;
}

.site-header-row-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding-top: 1px;
    padding-bottom: 1px;
}

.header_logo {
    flex-basis: 0%;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.header_logo>div {
    display: flex;
/*     flex-wrap: wrap; */
    margin-right: -15px;
    margin-left: -15px;
}

.header_logo a {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    position: relative;
    top: -1px;
}

.navigation-primary .level-3 li:hover {
    border-radius: 5px;
}

.header_logo img {
    height: 50px;
    margin-top: 4px;
    margin-left: 4px;
    vertical-align: middle;
    width: auto !important;
}

.custom-menu-primary ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.custom-menu-primary ul li a {
    text-decoration: none;
}

.navigation-primary .level-2 {
    display: none;
    position: fixed;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    top: 78px;
    border-radius: 0;
    border: 2px solid #e0e0e0;
    background-color: #fff;
    padding: 0;
    font-size: 1rem;
    color: #7f7f7f;
    text-align: left;
    background-clip: padding-box;
    z-index: 1000;
    margin-top: .125rem;
}

.navigation-primary .level-2 img {
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
    width: 100%;
    object-fit: cover;
    height: 400px;
}

.navigation-primary .level-1>li.Litigation.Daily .level-2>li>a>span {
    display: none;
}

.navigation-primary .level-3 {
    display: block !important;
    overflow: visible !important;
}

.custom-menu-primary {
    display: flex!important;
    flex-basis: auto;
    flex-grow: 1;
    align-items: center;
    max-width: 100%;
/*     flex-basis: 100%; */
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.navigation-primary .level-1>li.Products.\&.Solutions.active {
}

.navigation-primary .level-1>li.Products.\&.Solutions>.level-2:after {
    content: "";
    clear: both;
    display: table;
}

.navigation-primary .level-1>li.Products.\&.Solutions>.level-2>li {
    float: left;
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}

.navigation-primary .level-1>li.Products.\&.Solutions>.level-2>li:nth-child(1) {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('//f.hubspotusercontent40.net/hubfs/8381198/raw_assets/public/InQuartik_April2021/images/bg_1.png');
}

.navigation-primary .level-1>li.Products.\&.Solutions>.level-2>li>a {
    padding-right: 16px;
    padding-left: 16px;
    display: block;
    color: #333333;
    font-size: 1.25rem;
    letter-spacing: 0rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    pointer-events: none;
}

.navigation-primary .level-1>li.Products.\&.Solutions>.level-2>li:nth-child(2) {
    padding-left: 2.5rem;
    padding-right: 18px;
}


.custom-menu-primary>div {
    flex-direction: row;
    width: 100%;
    /* justify-content: flex-end!important; */
    display: flex;
    flex-wrap: wrap;
}

.navigation-primary {
    width: 100%;
}

.navigation-primary .level-1 {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    flex-direction: row;
}

.navigation-primary .level-1>li {
    display: flex;
    position: relative;
}

.navigation-primary .level-1>li>a {
    font-size: 14px;
    line-height: 28px;
    position: relative;
    display: inline;
    font-weight: 500;
    padding: .5rem;
    white-space: nowrap;
    color: #4d4d4d;
}

.navigation-primary .level-1>li.has-submenu>a:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.navigation-primary .level-1>li.Contact.Us>a {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-user-select: none;
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 42px;
}

.navigation-primary .level-1>li.EN {
    margin-left: 4rem;
}

.navigation-primary .level-1>li>a i {
    margin-right: 5px;
}

.far {
    font-weight: 400;
}

.fal, .far {
    font-family: "Font Awesome 5 Pro";
}

.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-globe:before {
    content: "\f0ac";
}

.fa, .fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

.fa-external-link:before {
    content: "\f08e";
}

.navigation-primary .level-1>li.Go.to.Patentcloud>a i {
    margin-left: 4px;
}

.site-header {
    min-height: 82px;
}


/*--------*/

@media(min-width:1281px){

div.child-trigger {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: block;
    height: 100%;
    cursor: pointer;
}

.navigation-primary .level-1>li.Products.\&.Solutions>.level-2>li>a {
    display: block;
    color: #333333;
    font-size: 1.25rem;
    letter-spacing: 0rem;
    font-weight: 500;
    line-height: 1.5;
    pointer-events: none;
}

.navigation-primary .level-1>li.Products.\&.Solutions>.level-2>li:nth-child(1)>a{
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 0.5rem;
}

.navigation-primary .level-1>li.Products.\&.Solutions>.level-2>li:nth-child(2)>a {
    margin-bottom: 1.5rem;
    padding-right: 16px;
    padding-left: 16px;
}

.navigation-primary .level-1>li.Products.\&.Solutions>.level-2>li .level-3 {
    display: flex !important;
    flex-wrap: wrap;
}

.navigation-primary .level-1>li.Products.\&.Solutions>.level-2>li .level-3>li {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}

.navigation-primary .level-1>li.Products.\&.Solutions>.level-2>li:nth-child(2) .level-3>li>a {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    display: block;
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 400;
}

.navigation-primary .level-1>li.Products.\&.Solutions>.level-2>li .level-3>li i.fas {
    margin-right: 20px;
    padding-left: 2px;
}

.fa-caret-right:before {
    content: "\f0da";
}

.navigation-primary .level-1>li.Products.\&.Solutions>.level-2>li:nth-child(2) .level-3>li {
    display: flex;
    align-items: center;
}

.navigation-primary .level-1>li.Products.\&.Solutions>.level-2>li:nth-child(1) .level-3>li img {
    width: 34px !important;
    max-width: 100%;
    vertical-align: middle;
    height: auto !important;
}

.navigation-primary .level-1>li.Products.\&.Solutions>.level-2>li:nth-child(1) .level-3>li {
    display: flex;
    flex-wrap: wrap;
}

.navigation-primary .level-1>li.Products.\&.Solutions>.level-2>li:nth-child(1) .level-3>li>span {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.navigation-primary .level-1>li.Products.\&.Solutions>.level-2>li:nth-child(1) .level-3>li>a {
    flex-basis: 0%;
    flex-grow: 1;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    font-weight: 600;
    color: #4d4d4d;
    display: block;
}

.navigation-primary .level-1>li.Products.\&.Solutions>.level-2>li:nth-child(1) .level-3>li>a>span>span {
    color: gray;
    font-size: 81.25%;
    font-weight: 400;
    display: block;
}

.navigation-primary .level-1>li.Products.\&.Solutions>.level-2>li:nth-child(1) .level-3>li {
    padding-right: 1rem;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-top: 1rem;
}

.navigation-primary .level-1>li.Products.\&.Solutions>.level-2>li:nth-child(1) .level-3 {
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.navigation-primary .level-1>li.Products.\&.Solutions>.level-2>li:nth-child(1)>a {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.navigation-primary .level-1>li.Products.\&.Solutions>.level-2>li:nth-child(1) .level-3>li:nth-child(n+5) {
    padding-bottom: 1rem;
}

.navigation-primary .level-1>li.Products.\&.Solutions>.level-2>li:nth-child(1) .level-3>li:last-child {
    padding: 0px;
}

.navigation-primary .level-1>li.Products.\&.Solutions>.level-2>li:nth-child(1) .level-3>li:last-child>a {
    color: #84bb49;
    font-weight: 500;
}

.navigation-primary .level-1>li.Products.\&.Solutions>.level-2>li:nth-child(1) .level-3>li:nth-child(n+5) {
    padding-bottom: 1rem;
}

.navigation-primary .level-1>li.Products.\&.Solutions>.level-2>li:nth-child(1) .level-3>li:last-child {
    padding: 0px;
}

.navigation-primary .level-1>li.Products.\&.Solutions>.level-2>li:nth-child(1) .level-3>li:last-child>a {
    color: #84bb49;
    font-weight: 500;
}

.navigation-primary .level-1>li.Products.\&.Solutions>.level-2>li:nth-child(1) .level-3>li:last-child>a {
    padding-left: 16px;
}

.navigation-primary .level-1>li.Products.\&.Solutions>.level-2>li:nth-child(2) .level-3>li:last-child i {
    display: none;
}

.navigation-primary .level-1>li.Products.\&.Solutions>.level-2>li:nth-child(2) .level-3>li:last-child a {
    color: #84bb49;
    font-weight: 500;
}

.navigation-primary .level-1>li.Products.\&.Solutions>.level-2>li:nth-child(2) .level-3>li:last-child {
    position: absolute;
    bottom: 2rem;
    left: 55.4%;
}


.navigation-primary .level-1>li.Partners .level-2>li {
    padding-bottom: 3rem;
    padding-top: 3rem;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 50%;
}

.navigation-primary .level-1>li.Partners .level-2:after {
    content: "";
    clear: both;
    display: table;
}

.navigation-primary .level-1>li.Partners .level-2>li>a {
    color: #333333;
    font-weight: 700;
    margin-bottom: 2rem;
    display: block;
    font-size: 1.875rem;
    letter-spacing: 0rem;
    padding-right: 2rem;
    padding-left: 2rem;
    pointer-events: none;
}

.navigation-primary .level-1>li.Partners .level-2>li .level-3>li:nth-child(1)>a {
    line-height: 1.5;
    margin-bottom: 3rem;
    display: block;
    color: gray;
    font-size: 16px;
    pointer-events: none;
}

.navigation-primary .level-1>li.Partners .level-2>li .level-3 {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 2rem;
    padding-left: 2rem;
    margin-bottom: 0.5rem;
}

.navigation-primary .level-1>li.Partners .level-2>li .level-3>li {
    padding-right: 15px;
    padding-left: 15px;
}

.navigation-primary .level-1>li.Partners .level-2>li .level-3>li:nth-child(2)>a {
    white-space: nowrap;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    outline: none;
}

.navigation-primary .level-1>li.Partners .level-2>li:nth-child(2) {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('//f.hubspotusercontent40.net/hubfs/8381198/raw_assets/public/InQuartik_April2021/images/bg_1.png');
}
  
  
.navigation-primary .level-1>li.EN .level-2>li>a:hover {
    background-color: transparent !important;
    color: #84bb49 !important;
}

.navigation-primary .level-1>li.Partners .level-2>li p {
    color: #45c5af;
    padding-bottom: 0.25rem;
    margin-bottom: 0.5rem;
    font-size: 81.25%;
    font-weight: 400;
    line-height: 1.5;
    padding-left: 2rem;
}


.navigation-primary .level-1>li.Resources .level-2>li {
    padding-bottom: 3rem;
    padding-top: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.navigation-primary .level-1>li.Resources .level-2>li>a {
    font-size: 18px;
    line-height: 27px;
    padding-bottom: 11px;
    border-bottom: 2px solid #d9d9d9;
    font-weight: 700;
    height: 40px;
    display: block;
    color: #333;
    pointer-events: none;
    margin-bottom: 1.5rem;
    margin-left: 2.04rem;
    margin-right: 2rem;
}

.navigation-primary .level-1>li.Resources .level-3>li>a {
    color: #4d4d4d;
    display: block;
    line-height: 1.5;
    padding-right: 15px;
    padding-left: 15px;
}

.navigation-primary .level-1>li.Resources .level-3 {
    display: flex !important;
    flex-wrap: wrap;
    padding-left: 2rem;
    padding-right: 2rem;
}

.navigation-primary .level-1>li.Resources .level-3>li {
    display: flex;
    align-items: center;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

.navigation-primary .level-1>li.Resources .level-3>li i {
    margin-right: 5px;
    padding-left: 2px;
}


.navigation-primary .level-1>li.About .level-2:after {
    content: "";
    display: table;
    clear: both;
}

.navigation-primary .level-1>li.About .level-2>li {
    padding-bottom: 3rem;
    padding-top: 3rem;
    float: left;
    width: 50%;
}

.navigation-primary .level-1>li.About .level-2>li>a {
    font-size: 18px;
    line-height: 27px;
    padding-bottom: 11px;
    border-bottom: 2px solid #d9d9d9;
    font-weight: 700;
    height: 40px;
    display: block;
    margin-bottom: 1.5rem;
    color: #333333;
    margin-left: 17px;
    margin-right: 21px;
    pointer-events: none;
}
  
.navigation-primary .level-1>li.Partners .level-3>li:hover {
    background-color: transparent !important;
}
  
.navigation-primary .level-1>li.Products.\&.Solutions>.level-2>li:nth-child(1) .level-3>li:hover:last-child {
    background-color: transparent !important;
}
  
.navigation-primary .level-1>li.Products.\&.Solutions>.level-2>li:nth-child(2) .level-3>li:hover:last-child {
    background-color: transparent !important;
}

.navigation-primary .level-1>li.Products.\&.Solutions>.level-2>li:nth-child(2) .level-3>li:last-child a:hover {
    background-color: transparent !important;
}
  
.navigation-primary .level-1>li.About .level-2>li .level-3 {
    display: flex !important;
    flex-wrap: wrap;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 7px;
    margin-right: -15px;
    margin-left: -14px;
}

.navigation-primary .level-1>li.About .level-2>li .level-3>li {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    align-items: center;
}

.navigation-primary .level-1>li.About .level-2>li .level-3>li>a {
    padding-bottom: .5rem;
    padding-top: .5rem;
    display: block;
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 400;
    padding-right: 15px;
    padding-left: 15px;
}

.navigation-primary .level-1>li.About .level-2>li .level-3>li i {
    margin-right: 5px;
}

.navigation-primary .level-1>li.About .level-2>li:nth-child(1) {
    padding-left: 2.5rem;
    padding-right: 1rem;
}

.navigation-primary .level-1>li.About .level-2>li:nth-child(2) {
    padding-right: 2.5rem;
    padding-left: 1rem;
}


.navigation-primary .level-1>li.About .level-2>li.PROGRAMS>.level-3 {
    margin-left: -18px !important;
}

.navigation-primary .level-1>li.About .level-2>li:nth-child(2)>a {
    margin-left: 13px;
    margin-right: 25px;
}

.navigation-primary .level-1>li.EN .level-2 {
    position: absolute;
    width: unset;
    left: 0px;
    top: 61px;
    margin: 0px;
    padding: 5px 20px 5px 3.25rem;
    min-width: 10rem;
}

.navigation-primary .level-1>li.EN .level-2>a {
    padding: 10px 0px;
    position: relative;
}

.navigation-primary .level-1>li.EN .level-2>li>a {
    padding: 10px 0px;
    position: relative;
    display: block;
    font-weight: 400;
    color: #333;
    white-space: nowrap;
    font-weight: 500;
}

.navigation-primary .level-1>li.EN .level-2>li:nth-child(1)>a {
    color: #84bb49;
}

.navigation-primary .level-1>li.EN .level-2>li:nth-child(1)>a:before {
    content: "\f00c";
    position: absolute;
    left: -2rem;
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
}

.site-header-row {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #fff;
}
 
  
.mobile-menubar {
    display: none !important;
}
  
.menu-icon-bar {
    display: none !important;
}
  
  .mm-search-form{
    display:none;
  }
  
.navigation-primary .level-1>li.Products.\&.Solutions>.level-2>li:nth-child(2) .level-3>li:last-child a:hover {
    color: #5d8632!important;
}
  
.navigation-primary .level-3 li:hover i {
    color: #84bb49;
}
  
}

@media(max-width:1439px){
  .navigation-primary .level-1>li.EN {
    margin-left: 1rem;
}
}

@media(max-width:1281px){
  .navigation-primary .level-1>li.EN {
    margin-left: 1rem;
}
}

@media(max-width:1280px){
  .desktop-menubar {
    display: none !important;
}
  
.mobile-menubar {
    height: calc(100vh - 75px);
    overflow-y: auto !important;
    overflow-x: hidden !important;
/*     padding: 0 2rem; */
    margin-left: -1rem;
    margin-right: -1rem;
    max-width: unset;
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    position: absolute;
    top: 100%;
    background-color: #fff;
    width: 100%;
    display:none;
}
  
.mobile-menubar div>ul {
    border-top: 1px solid transparent;
    min-height: calc(100% - 26px);
    padding-bottom: 7rem;
    margin-top: 8px;
    position: relative;
    width: 100%;
   margin-top: 1rem;
  
}
  
.mobile-menubar div>ul:before {
    content: "";
    border-top: 1px solid #e5e5e5;
    position: absolute;
    z-index: 999;
    top: 0px;
/*     width: 93%; */
      width: calc(100% - 64px);
    left: 50%;
    transform: translate(-50%, -50%);
}

.mobile-menubar div>ul>li {
    padding: 1rem 2rem;
}

.mobile-menubar div>ul>li>a {
    font-weight: 500;
    display: block;
    padding: .5rem 0px;
    color: #4d4d4d;
    margin-bottom: 0;
    position: relative;
}

.mobile-menubar div>ul>li .hs-menu-children-wrapper {
  display: none;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  z-index: 1000;
}

.menu-icon-bar {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  margin-top: 0px;
/*   position: relative;
  right: -34px; */
    
}
  
.search-open .navbar-toggler-icon {
    top: -1px;
    position: relative;
}
  
/* .search-open .menu-icon-bar {
    position: relative;
    right: -50px;
} */

  
.header_logo>div:nth-child(1) {
    flex-basis: 0%;
    flex-grow: 1;
    max-width: 100%;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    outline: none;
    cursor: pointer;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

.mobile-open .navbar-toggler-icon:after {
    content: "\f00d";
    display: inline-block;
    font-size: 35px;
    font-weight: 300;
    color: #7f7f7f;
    font-family: "Font Awesome 5 Pro";
}

button.search-btn::after {
    content: "\f002";
    display: inline-block;
    font-size: 25px;
    font-weight: 300;
    color: #7f7f7f;
    font-family: "Font Awesome 5 Pro";
}

button.search-btn {
    background-color: transparent;
    border: none;
    position: relative;
    top: 1.5px;
    display: inline-block;
    cursor: pointer;
    outline: none;
}

.site-header-row-inner {
    padding-top: 0px;
    padding-bottom: 0px;
}

.header_logo {
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
/*     flex-wrap: wrap; */
    width: 100%;
    flex-basis: 0;
    flex-grow: 1;
}
  
.header_logo a {
    top: 0px;
}
  
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
  
  .mobile-open .navbar-toggler-icon {
    background-image: unset;
}
  
.mobile-menubar div>ul>li.ContactUs>a {
    font-weight: 500;
    text-align: center;
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

.mobile-menubar div>ul>li.ContactUs {
    padding-right: 3rem;
}
  
.mobile-menubar div>ul>li.English>a {
    text-align: center;
    padding: 0px 0px;
}
  
.mobile-menubar div>ul>li.ContactUs>a {
    background-color: #84bb49;
    font-weight: 500;
    text-align: center;
    border: 1px solid #84bb49;
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    color: #fff;
}

.mobile-menubar div>ul>li.ContactUs {
    padding-right: 3rem;
}

.mobile-menubar div>ul>li.English>a {
    text-align: center;
    padding: 0px 0px;
}

.fa-sort-down:before {
    content: "\f0dd";
}

.mobile-menubar div>ul>li.English {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    padding-right: 3rem;
}

.mobile-menubar div>ul>li.English .mr-0_25 {
    margin-right: 0.25rem;
}

.mobile-menubar div>ul>li.English .ml-0_25 {
    margin-right: 5px;
    margin-left: 0.25rem;
}

.mobile-menubar div>ul>li.English>a {
    font-weight: 400;
}

.mobile-menubar div>ul>li.English i {
    color: #333;
}


.mobile-menubar div>ul .mm_contact {
    position: absolute;
    bottom: 0;
    width: 100vw;
    border-top: 1px solid #e5e5e5;
    display: block;
/*     margin-left: -2.3rem!important; */
      right: -5px;
    margin-bottom: -10px;
}

.mobile-menubar div>ul .mm_contact a {
    color: #84bb49;
    padding: 8px 0;
    text-align: center;
    width: 100%;
    display: block;
    text-decoration: none;
}  

.site-header-row {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    width: 100%;
    background-color: #fff;
}
  
  div.child-trigger {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    cursor: pointer;
    text-align: right;
    padding-right: 22px;
    padding-top: 15px;
    padding-bottom: 13px;
    color: #444;
    z-index: 999;
  }
  
div.child-trigger:after {
    display: inline-block;
    margin-left: unset;
    vertical-align: unset;
    content: "\f078";
    border-top: unset;
    border-right: unset;
    border-bottom: unset;
    border-left: unset;
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
    font-size: 1.25rem;
    line-height: 40px;
    width: 100vw;
    height: 48px;
    z-index: -1;
    text-align: right;
    padding-right: 32px;
}

.mobile-menubar div>ul>li {
    position: relative;
}
  
.mobile-menubar ul.hs-menu-children-wrapper>li>a {
    font-weight: 500;
    color: #4d4d4d;
    font-size: 13px;
    display: block;
}
  
.mobile-menubar div>ul>li.Products .hs-menu-children-wrapper>li {
    display: flex;
    flex-wrap: wrap;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f0f0f0;
    align-items: center;
    line-height: 11px;
}

.mobile-menubar div>ul>li .hs-menu-children-wrapper>li img {
    width: 30px;
}

.mobile-menubar div>ul>li .hs-menu-children-wrapper>li>a {
    padding-right: 15px;
    padding-left: 15px;
    display: block;
}


.mobile-menubar div>ul>li.Products .hs-menu-children-wrapper {
    margin-right: -3rem;
    padding-left: 16px;
}

.mobile-menubar div>ul>li.Products .hs-menu-children-wrapper>li:last-child {
    margin-bottom: 2rem;
    border-bottom: 0px;
    position: relative;
    left: -15px;
}

.mobile-menubar div>ul>li.Products .hs-menu-children-wrapper>li:last-child>a {
    font-weight: 500;
    color: #84bb49;
    font-size: 16px;
    line-height: normal;
}
  
.child-trigger.child-open:after {
    content: "\f077";
    color: hsl(89deg 46% 51%);
}


.mobile-menubar div>ul>li.Pricing ul.hs-menu-children-wrapper>li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 17px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
}

.mobile-menubar div>ul>li.Pricing ul.hs-menu-children-wrapper {
    margin-right: -3rem;
    padding-left: 16px;
}

.mobile-menubar div>ul>li.Pricing ul.hs-menu-children-wrapper>li img {
    max-width: 100%;
    vertical-align: middle;
}

.mobile-menubar div>ul>li.Pricing ul.hs-menu-children-wrapper>li:last-child {
    border: 0px;
}
  

.mobile-menubar div>ul>li:nth-child(n+4) ul.hs-menu-children-wrapper {
    margin-right: -3rem;
    padding-left: 16px;
}

.mobile-menubar div>ul>li:nth-child(n+4) ul.hs-menu-children-wrapper>li {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f0f0f0;
}

.mobile-menubar div>ul>li:nth-child(n+4) ul.hs-menu-children-wrapper>li:last-child {
    border: 0px;
    margin-bottom: 2rem;
}

.mobile-menubar div>ul>li.Partners ul.hs-menu-children-wrapper {
    padding-left: 0px;
}
  
.mobile-menubar div>ul>li.English div.child-trigger {
    display: none;
}
  
.mm-search-form {
    width: 92.1%;
    display: none;
}

.mm-search {
    height: 64px;
    border: none;
    padding-left: 1rem;
    width: 100%;
    outline: none;
    background-color: transparent !important;
}


.search-open .header_logo>:nth-child(2) {
    display: none;
}
  
.search-open .mm-search-form {
    display: block;
}
  
  
.search-open .header_logo {
    padding-left: 1px;
    padding-right: 11px;
}

.search-open .site-header-row {
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    z-index: 99999;
}

.search-open .navbar-toggler-icon {
    background-image: unset;
}

.search-open .navbar-toggler-icon:after {
    content: "\f00d";
    font-size: 35px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: #7F7F7F;
    position: relative;
    top: -1px;
}

.search-divpt-1 {
    height: calc(100vh - 72px);
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 80px;
    z-index: 9999;
    padding-top: 1rem;
    padding-right: 31px;
    padding-left: 31px;
    display: none;
}
  
.search-open .search-divpt-1 {
    display: block;
}
  
.header_logo>div:nth-child(2) {
    width: 94.9%;
}
  
.header__container {
    max-width: 100% !important;
}
  
  
.mobile-menubar div>ul>li.English ul.hs-menu-children-wrapper {
    display: block !important;
    margin-top: 0px;
    border: 0px;
    padding-top: 0px;
}
  
.mobile-menubar div>ul>li.English .language-drop-down {
    position: fixed;
    top: 0px;
    left: 0;
    height: 100vh;
    background-color: #fff;
    z-index: 1033;
    width: 100%;
    padding-left: 1rem;
/*     padding-right: 1rem!important; */
    display:none;
}

.mobile-menubar div>ul>li.English .language-drop-down .mm_language_mobile_div_head {
    height: 80px;
    padding: .5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 2rem;
}

.fa-times:before {
    content: "\f00d";
}

.mobile-menubar div>ul>li.English .mm_language_close {
    font-weight: 300;
    font-size: 35px;
    line-height: 64px;
    width: 56px;
    text-align: center;
    color: #7f7f7f;
}

.mobile-menubar div>ul>li.English .colm p {
    height: 64px;
    border: none;
    line-height: 64px;
    font-weight: 500;
    margin-bottom: 0;
    color: #4d4d4d;
}

  .mobile-menubar div>ul>li.English ul.hs-menu-children-wrapper>li>a {
    display: block;
    text-align: left;
}

.mobile-menubar div>ul>li.English ul.hs-menu-children-wrapper>li {
    display: inline-block;
    text-align: left;
    padding: 16px 1rem;
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
      padding-right: 2rem;
    
}

.mobile-menubar div>ul>li.English ul.hs-menu-children-wrapper>li>a {
    padding: 0px;
}

.mobile-menubar div>ul>li.English ul.hs-menu-children-wrapper>li:last-child {
    margin-bottom: 0px;
}

.mobile-menubar div>ul>li.English ul.hs-menu-children-wrapper>li:nth-child(1) a:after {
    color: #84bb49;
}

.mobile-menubar div>ul>li.English ul.hs-menu-children-wrapper>li:nth-child(1)>a:after {
    content: "\f00c";
    position: absolute;
    right: 1.5rem !important;
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    
}
  
.mobile-menubar div>ul>li:hover div.child-trigger {
    color: #84bb49;
}

.mobile-menubar div>ul>li.English ul.hs-menu-children-wrapper>li:nth-child(1)>a {
    color: #84bb49;
}

.mobile-menubar div>ul>li.English ul.hs-menu-children-wrapper>li>a {
    font-weight: 500;
    font-size: 13px;
    width: 100%;
    display: inline-block;
    position: relative;
}

.language-open .mobile-menubar div>ul>li.English .language-drop-down {
    display: block;
}
  
.site-header {
    min-height: 80px;
}
  
.mobile-menubar div>ul>li:hover > a:after {
    content: ' ';
    background-color: rgb(245,249,240);
    display: inline-block;
    margin-left: unset;
    vertical-align: unset;
    border-top: unset;
    border-right: unset;
    border-bottom: unset;
    border-left: unset;
    position: absolute;
    right: 15px;
    line-height: 40px;
    width: 100vw;
    height: 48px;
    top: -4px;
    left: -2rem;
}

.mobile-menubar div>ul>li:hover > a {
    color: #84bb49;
}

.mobile-menubar div>ul>li .hs-menu-children-wrapper>li:hover {
    background-color: #f6f6f6;
    border-radius: 5px;
    margin-right: 22px;
}
  
.mobile-menubar div>ul>li>a span {
    position: relative;
    z-index: 999;
}
  
.mobile-menubar div>ul>li.ContactUs:hover a:after {
    background-color: transparent !important;
}
  
.mobile-menubar div>ul>li.English:hover a:after {
    background-color: transparent !important;
}
  
.mobile-menubar div>ul>li.English:hover a {
    color: #4d4d4d !important;
}
  
.mobile-menubar div>ul>li.English ul.hs-menu-children-wrapper>li:hover {
    background-color: transparent !important;
}
  
.mobile-menubar div>ul>li .hs-menu-children-wrapper>li>a{
    position:relative;
  }

.site-header-row {
    padding-bottom: 0px;
}

 .search-open .site-header-row {
    padding-bottom:8px;
}
  
.mobile-menubar div>ul>li.Products .hs-menu-children-wrapper>li:hover {
    margin-right: 0px;
}
  
.mobile-menubar div>ul>li.English ul.hs-menu-children-wrapper>li:nth-child(1):hover > a:after {
    width: unset;
    left: unset;
    top: -10.5px;
}
  
.mobile-menubar div>ul>li.English:hover ul.hs-menu-children-wrapper>li:nth-child(1) > a {
  color: #84bb49 !important;
}
  
}

@media(max-width:1260px){
/*   button.search-btn {
    top: 0px;
} */
  
.search-open .site-header-row {
    padding-right: 21px;
}
  
.mm-search-form {
    width: 94.9%;
    padding-right: 10px;
}
  
}

@media(max-width:740px){
  .mobile-menubar div>ul>li.ContactUs {
    padding-right: 2rem;
}
  
.mobile-menubar div>ul>li.English {
    padding-right: 2rem;
}
  
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
}
.footer__container {
  margin: 0 auto;
}
.footer__copyright {
  font-family: Poppins;
}


.site-footer {
    box-shadow: 0 -2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    position: relative;
    z-index: 1028;
    padding-top: 10.5rem;
}

.site-footer-top-row {
    display: flex;
    flex-wrap: wrap;
/*     margin-right: -15px;
    margin-left: -15px; */
}

.site-footer-top-row .site-footer-colm.logo-ftr {
    padding-right: 2.5rem;
}

.site-footer-top-row .site-footer-colm {
    flex-basis: 0%;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
}

.site-footer-top-row .site-footer-colm+.site-footer-colm {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.site-footer-top-row .site-footer-colm:last-child {
    padding-right: 15px;
}

hr.footer-hr.border-gray-800 {
    width: 90%;
    margin-left: 5%;
    border-width: 0px;
    border-top: 2px solid #4d4d4d;
    margin-top: 6rem;
    box-sizing: content-box;
    height: 0;
    margin-bottom: 0px;
}

.footer-section-2 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.footer-section-2-row {
    padding-bottom: 2rem;
    padding-top: 2rem;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.ftr-justify-content-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.ftr-justify-content-center .ftr-section-2-colm {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    padding-right: 3.5rem;
}

.ftr-justify-content-center .ftr-section-2-colm:last-child {
    padding-right: 15px;
}

.site-footer-bottom ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.site-footer-bottom ul li a {
    text-decoration: none;
}

.site-footer-bottom {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

.site-footer-bottom .footer_container {
    margin-left: 8.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.footer_container-colm {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.footer_container-colm-center {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.footer_container-colm-smapll {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 81.25%;
    font-weight: 400;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.footer_container-colm-smapll-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.footer_container-colm-smapll-row .footer-copyright {
    margin-right: 4.5rem;
    order: 1;
}

.footer-bottom-link {
    display: inline-block;
    order: 2;
}

.site-footer-bottom ul>li {
    display: inline-block;
}


.site-footer-bottom ul>li:not(:last-child)::after {
    content: '|';
    margin: 0 15px;
}

.ftr-mailer-colm.txxt-cont {
    font-size: 16px;
    margin-right: 8px;
}

.ftr-language-colm.txxt-content {
    font-size: 16px;
}

.ftr-mailer-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.ftr-mailer-colm.ftr-form {
}

.ftr-mailer-colm.ftr-form form {
}

.ftr-mailer-colm.ftr-form form .hs_email>label {
    display: none;
}

.ftr-mailer-colm.ftr-form form>div {
    display: inline-block;
    margin-bottom: 0px;
}

.ftr-mailer-colm.ftr-form form .hs-input {
    border-radius: 4px 0 0 4px;
    border: 0px!important;
    padding: 8px!important;
    height: 40px;
    margin: 0;
    font-size: 13px;
    min-width: 200px;
    outline: none;
    font-family: 'Poppins';
    font-weight: 400;
}

.ftr-mailer-colm.ftr-form form .hs-input::placeholder {
    color: rgb(117, 117, 117);
}

.language-opens .dropdown.footer-lang-btn button {
    color: #333;
    background-color: #999;
    border-color: #999;
}

.ftr-mailer-colm.ftr-form .hs_error_rollup {
    display: none;
}

.dropdown.footer-lang-btn button:hover {
    color: #333;
    background-color: #999;
    border-color: #999;
}

.dropdown.footer-lang-btn .dropdown-menu a:hover {
    text-decoration: none;
      color: #84bb49;
}

.ftr-mailer-colm.ftr-form form .hs-button {
    border-radius: 0 4px 4px 0px;
    margin-top: 0;
    height: 40px;
    color: #fff;
    background-color: #84bb49;
    padding: .5rem 1rem;
    outline: none;
    border: none;
    font-size: 13px;
    font-family: 'Poppins';
    font-weight: 400;
}

.ftr-language-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: center;
}

.ftr-language-colm.txxt-content {
    margin-right: 8px;
}

.ftr-language-colm.ftr-langg {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.ftr-language-colm.ftr-langg .dropdown.footer-lang-btn {
    position: relative;
}


.dropdown.footer-lang-btn button {
    white-space: nowrap;
    color: #999;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid #d9d9d9;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    padding: .5rem 1rem;
    cursor: pointer;
    padding-top: 7.5px;
    padding-bottom: 8.5px;
}

.dropdown.footer-lang-btn .dropdown-menu {
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #7f7f7f;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    padding-left: 2rem;
}

.dropdown.footer-lang-btn .dropdown-menu a {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #333;
    text-align: inherit;
    white-space: nowrap;
}

.dropdown.footer-lang-btn .dropdown-menu a.active {
    color: #84bb49;
    background-color: transparent!important;
    position: relative;
}

.dropdown.footer-lang-btn .dropdown-menu a.active:before {
    content: "\f00c";
    position: absolute;
    left: -1rem;
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
}

.ftr-social .social-icons a {
    text-decoration: none;
}

.dropdown.footer-lang-btn button:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.social-icons img {
    max-width: 100%;
    height: auto;
    margin-right: 1rem;
}

.ftr-section-2-colm.ftr-social {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.social-icons.text-center.text-xl-left {
    padding-top: 7px;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: center;
}

.social-icons.text-center.text-xl-left a:nth-child(2) img {
    margin-right: 20px;
    margin-left: 5px;
}

.site-footer-top-row h6 {
    height: 3.7rem;
    font-size: 1.25rem;
    letter-spacing: 0rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0px;
}

.site-footer-top-row ul {
    line-height: 3rem;
    margin-bottom: 1rem;
}


.site-footer-top-row h6 {
    height: 3.7rem;
    font-size: 1.25rem;
    letter-spacing: 0rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0px;
}

.site-footer-top-row ul {
    line-height: 3rem;
}


.site-footer-colm.logo-ftr>div img {
    margin-bottom: 1rem;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.site-footer-colm.logo-ftr p {
    line-height: 1.5;
    margin-bottom: 1rem;
}

.site-footer-colm.logo-ftr .ftr-button {
    padding-top: 0.25rem;
}

.site-footer-colm.logo-ftr .ftr-button a {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    padding: .5rem 24px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

.site-footer-colm.logo-ftr .ftr-button a:hover {
  text-decoration:none;
}

.site-footer-colm.logo-ftr .ftr-button a i.fas {
    margin-right: 5px;
}

.fa-paper-plane:before {
    content: "\f1d8";
}

.site-footer-colm.popular-links ul>li:last-child a i {
    display: none;
}

.site-footer-colm.popular-links ul>li>a i {
    margin-left: 4px;
}

.div-with-footer {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 5px;
  position: relative;
  top: 6.5rem;
  z-index: 1029;
  height: 13rem;
}

.div-with-footer-rows {
    padding-right: 15px;
    padding-left: 15px;
}


.div-with-footer-colm {
    margin-left: 8.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    height: 100%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.div-with-footer-lft {
    flex: 0 0 75%;
    max-width: 75%;
    height: 100%;
    align-items: center;
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
}

.div-with-footer-lft-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.div-with-footer-right {
    flex: 0 0 25%;
    max-width: 25%;
    height: 100%;
    align-items: center;
    padding-right: 15px;
    padding-left: 15px;
    justify-content: flex-end;
    display: flex;
}

.div-with-footer h4 {
    width: 100%;
    display: block;
    font-size: 1.875rem;
    letter-spacing: 0rem;
    font-weight: 400;
    margin-bottom: .5rem;
    line-height: 1.5;
}

.div-with-footer p.mt-0_5 {
    padding-top: 0.5rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.div-with-footer-right a {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    text-decoration: none;
}

.div-with-footer-right-row {
     text-align: right;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.div-with-footer-row {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    margin-right: -15px;
    margin-left: -15px;
}

.language-opens .dropdown.footer-lang-btn .dropdown-menu {
    display: block;
}

/* .ftr-mailer-colm.ftr-form label.hs-error-msg {
    position: absolute;
    font-family: 'Poppins';
    font-size: 13px;
} */

.ftr-mailer-colm.ftr-form label.hs-error-msg {
/*     position: absolute; */
    font-family: 'Poppins';
    font-size: 13px;
/*     top: -21px; */
    color: #f07470!important;
    margin-left: 19px;
}

.ftr-mailer-colm.ftr-form .hs-error-msgs.inputs-list li:before {
  content: "\f06a"!important;
  color: #F07470;
  display: inline-block;
  position: absolute;
  font-size: 13px!important;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  top: -2px;
}

.ftr-mailer-colm.ftr-form form .hs-input {
    max-width: 100%;
}

.ftr-mailer-colm.ftr-form ul.no-list.hs-error-msgs.inputs-list {
    position: absolute;
    bottom: 91%;
}

.ftr-section-2-colm.ftr-mailer {
    position: relative;
    top: 0.5px;
}

.ftr-language-colm.txxt-content {
    position: relative;
    top: -0.5px;
}

@media(max-width:1280px){
  .footer__container {
    max-width: 960px !important;
}
  
.site-footer-bottom .footer_container {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.footer_container-colm-smapll-row .footer-copyright {
    border-top: 1px solid #808080;
    padding-top: 7.5px;
    margin-left: -30px;
    margin-right: -30px;
    width: 100vw;
    text-align: center;
    position: relative;
    order: 2;
}

.footer-bottom-link {
    width: 100%;
    padding-bottom: .5rem;
    order: 1;
}

.site-footer-bottom ul>li {
    width: 49%;
    line-height: 38px;
}

.site-footer-bottom ul>li:not(:last-child)::after {
    display: none;
}
  
.ftr-mailer-colm.txxt-cont {
    display: none;
}

.ftr-language-colm.txxt-content {
    display: none;
}
  
.ftr-language-colm.ftr-langg {
    width: 100%;
    position: relative;
}
  
.ftr-mailer-colm.ftr-form {
    width: 100%;
}
  
.ftr-justify-content-center .ftr-section-2-colm {
    width: 100%;
    padding-right: 15px;
    margin-bottom: 1rem;
}
  
.ftr-mailer-colm.ftr-form form .hs_email.hs-email {
    width: calc(100% - 97px);
}
  
.ftr-language-colm.ftr-langg .dropdown.footer-lang-btn {
    margin-top: 1.5rem;
}
  
.dropdown.footer-lang-btn button {
    width: 100%;
    text-align: left;
}
 
.dropdown.footer-lang-btn button:after {
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -2.5px;
}
  
.ftr-justify-content-center .ftr-section-2-colm:last-child {
    margin-top: 18px;
}
  
.footer-section-2-row {
    padding-bottom: 25.5px;
}
  
.ftr-mailer-colm.ftr-form {
    margin-top: 1.5rem;
}
  
.site-footer-top-row .site-footer-colm {
    flex: 0 0 50%;
    max-width: 50%;
}

.site-footer-colm.logo-ftr {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 16px;
}

.site-footer-top-row .site-footer-colm+.site-footer-colm {
    padding-left: 15px;
    padding-right: 15px;
}

.site-footer-top-row .site-footer-colm.logo-ftr {
    padding-right: 15px;
    margin-right: 0px;
    margin-top: 0px;
    padding-left: 15px;
    text-align: center;
}

.site-footer-top-row {
    padding-left: 16px;
    padding-right: 16px;
}
  
.site-footer-top-row .site-footer-colm {
    margin-top: 4rem;
}

.site-footer-colm.logo-ftr .ftr-button a {
    width: 100%;
}
  
.site-footer-top-row .site-footer-colm.logo-ftr>div:nth-child(1) {
    width: 174px;
    margin: 0 auto;
}
  
.div-with-footer-right a {
    margin-top: 3rem;
}
  
/* .ftr-mailer-colm.ftr-form label.hs-error-msg {
    bottom: 0px;
    top: 103%;
} */
 
.ftr-mailer-colm.ftr-form ul.no-list.hs-error-msgs.inputs-list {
    position: absolute;
    bottom: 0px;
    top: 116%;
}

/* .ftr-mailer-colm.ftr-form .hs-error-msgs.inputs-list li:before {
  margin-top: 5px;
} */
  
.dropdown.footer-lang-btn .dropdown-menu {
    bottom: 0%;
    top: 100%;
    width: 100%;
    height: fit-content;
}
  
.dropdown.footer-lang-btn button {
    padding-top: 8px;
    padding-bottom: 8.5px;
}
  
.social-icons.text-center.text-xl-left a:nth-child(2) img {
    margin-left: 4px;
}
  
.ftr-section-2-colm.ftr-mailer {
    top: 0px;
}
  
}

@media(max-width:1200px){
  .div-with-footer h4 {
    font-size: calc(1.3125rem + 0.75vw);
}
}

@media(max-width:1024px){
  .footer_container-colm-smapll-row .footer-copyright {
    padding-top: 8.5px;
}
}

@media(max-width:992px){
  .footer_container-colm-smapll-row .footer-copyright {
    padding-top: 8px;
}
}

@media(max-width:991px){
  .footer_container-colm-smapll-row .footer-copyright {
    padding-top: 7.5px;
}
}

@media(max-width:990px){
  
  
.site-footer-top-row ul li a {
    font-size: 13px;
}
  
.site-footer-top-row ul li {
    line-height: 47px;
}
  
.footer__container {
    max-width: 720px !important;
}
  
.dropdown.footer-lang-btn button {
    padding-top: 8px;
    padding-bottom: 8px;
}
  
.footer_container-colm-smapll-row .footer-copyright {
    padding-top: 7.5px;
}

.footer-section-2-row {
    padding-bottom: 26px;
}
  
}

@media(max-width:767px){
  .footer__container {
    max-width: 540px !important;
}
  
.site-footer-bottom .footer_container {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
}
  
.site-footer {
    padding-top: 3rem;
}
  
hr.footer-hr.border-gray-800 {
    width: 100%;
    margin-left: unset;
}
  
.div-with-footer {
    display: none;
}
  
.footer_container-colm-smapll-row .footer-copyright {
    padding-top: 8px;
}
  
.footer-section-2-row {
    padding-bottom: 25.5px;
}
  
.dropdown.footer-lang-btn button {
    padding-bottom: 8.5px;
}
  
}

@media(max-width:575px){
  .footer__container {
    max-width: 100% !important;
}
  
.landing-footer .footer_container-colm-smapll-row .footer-copyright {
    padding-left: 10px;
    padding-right: 10px;
}

}

@media(max-width:322px){
  .footer_container-colm-smapll-row .footer-copyright {
    padding-left: 5px;
    padding-right: 5px;
}
  
 .footer_container-colm-smapll-row .footer-copyright {
    padding-top: 9px;
}
  
.site-footer-top-row {
    padding-bottom: 1px;
}
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 15px;
  margin: 0 auto;
}

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
  }
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
}
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Poppins;
}
.blog-index__post-content a {
  color: #7f7f7f;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Poppins;
      margin-top: 5rem;
}
.blog-pagination__link {
  display: inline-flex;
  color: #7f7f7f;
  text-decoration: none;
  border: 2px solid transparent;
   line-height: 23px;
}
.blog-pagination__link--active {
  background-color: #ededed;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #7f7f7f;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}


.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #7f7f7f;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #7f7f7f;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Poppins;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #7f7f7f;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
-webkit-flex: 1; /* Safari */
-ms-flex: 1; /* IE 10 */
flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
	display: flex;
}

.blog-index__post-inner-card {
	display: flex;
	flex-flow: column nowrap;
	width: 100%;
	border-radius: 5px;
	background: #fff;
}

.blog-index__post-image {
	border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
	display: flex;
	flex-direction: column;
	padding: 24px 30px 30px 30px;
	height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
	font-size: 12px;
	font-weight: 200;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
	text-decoration: none;
}

.blog-index__post-content--small h2 {
	font-size: 18px;
	line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
	text-decoration: none;
	transition: all .5s;
}

.blog-post__meta-section {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: auto;
	padding-top: 30px;
	font-size: 14px;
}

.blog-post__read-more a:hover {
	text-decoration: none;
}

.read-more__arrow {
	position: relative;
	top: 3px;
	padding-left: 10px;
}

.blog-post__read-more svg {
	width: 15px;
	height: auto;
}

.blog-post__read-more a svg {
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

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

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

@media screen and (max-width: 999px) {
	.blog-index.sidebar .blog-index__post {
		flex: 0 0 calc(100%/1);
	}
}

.blog-sidebar {
	padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
	margin-bottom: 20px;
	font-size: 21px;
	font-weight: 600;
	line-height: 37px;
}

.blog-sidebar ul {
	padding: 30px;
	margin: 0 0 40px 0;
	list-style: none;
	border-radius: 5px;
	background: #fff;
}

.blog-sidebar ul li {
	padding: 10px 0;
	border-top: 1px solid #dfddd9;
	font-weight: 600;
}

.blog-sidebar ul li:first-child {
	border-top-color: transparent;
}

.blog-sidebar a {
	text-decoration: none;
}

.blog-sidebar a:hover {
	text-decoration: none;
}

.blog-sidebar .filter-link-count {
	display: none;
}

.blog-sidebar .filter-expand-link {
	position: relative;
	top: -15px;
	display: block;
	margin-bottom: 25px;
	text-transform: capitalize;
	text-align: center;
}

.blog-sidebar-post-listing ul li {
	padding-left: 2.3em;
	line-height: 24px;
	text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
	position: relative;
	width: 22px;
	float: left;
	content: counter(list-item);
	margin-right: 25px;
	font-size: 36px;
	font-weight: 600;
}

.blog-sidebar-post-listing li a {
	position: relative;
	top: -3px;
}

.blog-pagination.span12 {
	display: flex;
	margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
	.hs-blog-listing .content-wrapper > .row-fluid {
		display: flex;
		flex-direction: column;
	}

	.hs-blog-listing .span3 {
		order: 1;
	}

	.hs-blog-listing .span9 {
		order: 2;
	}

	.hs-blog-listing .blog-pagination {
		order: 3;
	}

	.blog-sidebar.mobile .blog-sidebar-topic-filter ul,
	.blog-sidebar.mobile .blog-sidebar-post-listing ul {
		visibility: hidden;
		opacity: 0;
		transition: all 5s;
		display: none;
	}

	.blog-sidebar.mobile .blog-sidebar-topic-filter h3,
	.blog-sidebar.mobile .blog-sidebar-post-listing h3 {
		cursor: pointer;
	}
	.blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
	.blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
		content: "+";
		padding-left: 6px;
	}

	.blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
	.blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
		content: "-";
		padding-left: 7px;
	}

	.blog-sidebar.mobile .clicked ul {
		display: block;
		visibility: visible;
		transition: all 1s;
		opacity: 1;
	}
}

/* Blog Subscription Section */

.subscription-form {
	display: block;
	margin: 0 auto;
	padding: 60px 0;
	width: 40%;
	text-align: center;
}

@media (max-width: 767px) {
	.subscription-form {
		width: 85%;
	}
}

.subscription-form label {
	text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
	margin-bottom: -110px;
	min-height: 300px;
  background-size: cover;
	border-radius: 5px;
	margin-top: 40px;
	background-position: center center;
}

.blog-post {
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 84px 100px 80px 100px;
	background: #fff;
	border-radius: 5px;
}

.blog-post.no-image {
	margin-top: 50px;
}

.blog-post__title {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.25;
}

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

.blog-post__links {
	display: block;
	padding: 26px 0;
	margin-top: 20px;
}

.blog-post__back-to-blog {
	text-decoration: none;
}

.blog-post__back-to-blog svg {
	position: relative;
	top: 6px;
	margin-right: 10px;
	width: 20px;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

@media (max-width: 767px) {
	.blog-post {
		width: 90%;
		padding: 30px;
	}
}

/* Blog Comments */

.blog-comments {
	max-width: 100%;
}

.comment.depth-0:first-child {
	margin-top: 2em;
}

.comment.depth-1 {
	padding-left: 2em;
	padding-top: 1em;
	margin-top: 1em;
}

.blog-comments form {
	margin-top: 2em;
	padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
	flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
	text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
	justify-content: flex-end;
}

/*----------style banner----------*/

.blog-banner {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  padding: 7.39rem 0;
  height: 100%;
}

.blog-banner .blog-banner-row {
    z-index: 3;
    position: relative;
    align-items: center;
}

.blog-banner h1 {
    color: #4d4d4d;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: center;
    letter-spacing: 3px;
    font-size: 2.5rem;
    line-height: 1.5;
}

/*-----template------*/

.listing-resources-posts-row img {
    max-width: 100%;
    border-radius: 5px 5px 0 0;
    vertical-align: middle;
}

.listing-resources-posts {
    margin-top: 3rem;
}

.listing-resources-posts-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.listing-resources-posts-row .posts-item-list {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 2rem;
}

.listing-resources-posts-row .posts-item-list .posts-item-inner {
    background: #FFF;
    box-shadow: 0 0 6px rgb(0 0 0 / 25%);
    border-radius: 5px;
    text-align: center;
}

.listing-resources-posts-row .posts-item-list .posts-item-inner>a {
    text-decoration: none;
    height: 208.125px;
    overflow: hidden;
    display: block;
}

.posts-item-inner-containt a {
    text-decoration: none;
}

.posts-item-inner-containt {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.posts-item-inner-containt h6.text-gray-800.mb-0_25 {
    color: #4d4d4d!important;
    margin-bottom: 0.25rem!important;
    font-size: 1.25rem;
    letter-spacing: 0rem;
    font-weight: 500;
    line-height: 1.5;
}

.listing-resources-posts {
    margin-top: 3rem;
}

.listing-resources-posts-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.listing-resources-posts-row .posts-item-list {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 2rem;
}

.listing-resources-posts-row .posts-item-list .posts-item-inner {
    background: #FFF;
    box-shadow: 0 0 6px rgb(0 0 0 / 25%);
    border-radius: 5px;
    text-align: center;
}

.listing-resources-posts-row .posts-item-list .posts-item-inner>a {
    text-decoration: none;
    height: 208.125px;
    overflow: hidden;
    display: block;
}

.posts-item-inner-containt a {
    text-decoration: none;
}

.posts-item-inner-containt {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.posts-item-inner-containt h6.text-gray-800.mb-0_25 {
    color: #4d4d4d!important;
    margin-bottom: 0.25rem!important;
    font-size: 1.25rem;
    letter-spacing: 0rem;
    font-weight: 500;
    line-height: 1.5;
}

.posts-item-inner-containt p {
    color: #cccccc;
    font-weight: 400;
    font-size: 81.25%;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.blog-pagination ul {
    margin-top: 0;
    margin-bottom: 8px;
}

.blog-pagination ul li {
    display: inline;
    margin-left: -5px;
}

.blog-pagination ul li a {
    border-radius: 0;
    cursor: pointer;
    padding: .5rem 1rem;
    border: 1px solid #ededed;
    color: #84bb49;
    text-decoration: none;
}

.blog-pagination ul li a:hover {
    background-color: #ededed;
}

a.blog-pagination__link.blog-pagination__prev-link.blog-pagination__prev-link--disabled {
    display: none;
}

a.blog-pagination__link.blog-pagination__next-link.blog-pagination__next-link--disabled {
    display: none;
}

.post-page-wrapper img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

/*-------pot-------*/

.post-page-wrapper-row {
    padding-top: 3.5rem;
}


.post-page-wrapper-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: flex-start;
}

.post-page-wrapper-row .posts-lft {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 3rem;
    padding-right: 7.5rem;
}

.post-page-wrapper-row .sidebar-right {
    padding-right: 0;
    padding-top: 1rem;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 15px;
}

.post-page-wrapper-row .posts-lft h1 {
    font-size: 2.8125rem;
    letter-spacing: 0rem;
    font-weight: 600;
    margin-bottom: .5rem;
    line-height: 1.5;
    color: #333333;
    position: relative;
    top: -2px;
}

.post-page-wrapper-row .posts-lft h6.mt-4.mb-2 {
    margin-top: 4rem;
    margin-bottom: 2rem;
    font-size: 1.25rem;
    letter-spacing: 0rem;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
}

.post-page-wrapper-row .posts-lft > img {
    margin-bottom: 3.5rem;
}

.post-body p {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 300;
    color: #333;
    margin-bottom: 30px;
}

.post-meta {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    font-size: 13px;
    color: #119da4;
    padding: 5px 0;
    margin-bottom: 2.5rem;
}

.post-meta-row {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
}

.post-meta-row-colm {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.post-meta-row-colm .col-auto.seperator {
    color: #333;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.post-meta-row-colm .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.post-meta-row-colm {
}

.post-meta-row-colm .post_cat a {
    color: #119da4;
    text-decoration: none;
}

.post-meta-row-colm .post_cat {
    padding-left: 0.25rem;
    padding-right: 15px;
}

.post-meta-row-colm .author_name {
    padding-left: 0.5rem;
    padding-right: 0.25rem;
}

.share-btn {
    background-color: #f6f6f6;
    padding: 21px 30px;
}

.share-btn-row {
    padding-right: 15px;
    padding-left: 15px;
}

.share-btn-row .share-btn-row-colm {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.share-btn-row-colm .colm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.share-btn-row-colm .colm-auto h6 {
    color: #999999!important;
    margin-bottom: 0!important;
    font-size: 1.25rem;
    letter-spacing: 0rem;
    font-weight: 500;
    line-height: 1.5;
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-linkedin-in:before {
    content: "\f0e1";
}

.fa-envelope:before {
    content: "\f0e0";
}

.share-btn-icon a {
    width: 30px;
    height: 30px;
    background-color: #e0e0e0;
    text-align: center;
    margin-left: 10px;
    cursor: pointer;
      display: inline-block;
    line-height: 30px;
}

.fal, .far {
    font-family: "Font Awesome 5 Pro";
}

.fal {
    font-weight: 300;
}

.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}

.related_post {
    margin-top: 3rem;
}

.related_post h6 {
    font-size: 1.25rem;
    letter-spacing: 0rem;
    font-weight: 500;
    line-height: 1.5;
    color: #4d4d4d!important;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 0.5rem!important;
    margin-bottom: 0px;
}

.related_posts_list p {
    border-bottom: 1px solid #d9d9d9;
    font-weight: 500;
    color: #119da4;
    margin-top: 1.5rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.related_posts_list p a {
    text-decoration: none;
    color: #119da4;
    display: block;
}

.sidebar-right aside {
    border: none;
    margin-bottom: 50px;
/*     overflow: hidden; */
    padding: 0;
}

.sidebar-right .search-3 h1 {
    color: #333;
    font-size: 1rem !important;
    line-height: 1.5rem;
    font-weight: 400;
    margin-bottom: 22px;
    margin-top: 0;
    letter-spacing: 0rem;
}

.sidebar-right .search-3 .hs-search-field__input {
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 0px!important;
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: gray;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    outline-offset: -2px;
    outline: none;
}

.sidebar-right .search-3 form {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.sidebar-right .search-3 form button {
    margin-left: -1px;
    background-color: transparent;
    border: 1px solid rgb(204 204 204);
    border-left: none;
}

.sidebar-right .search-3 form button svg {
    height: 19px !important;
    fill: #999;
    right: 4px;
    position: relative;
    top:1px;
}

/* .sidebar-right aside.search-3 {
    position: relative;
    top: -2px;
} */

.sidebar-right h3 {
    color: #333;
    font-size: 1rem !important;
    line-height: 1.5rem;
    font-weight: 400;
    margin-bottom: 22px;
    letter-spacing: 0rem;
}


.sidebar-right aside + aside ul {
    padding: 0;
    list-style-type: none;
    margin-bottom: 1rem;
    margin-top: 0px;
}

.sidebar-right aside + aside ul li {
    padding: 10px 0;
    border-bottom: 1px solid #D9D9D9;
}

.sidebar-right aside + aside ul li:first-child {
    padding-top: 0px;
}

.sidebar-right aside + aside ul li a {
    text-decoration: none;
    color: #119da4 !important;
}

.sidebar-right aside:last-child ul li {
    border: 0px;
}

span.filter-link-count {
    display: none;
}

.sidebar-right {
    position: relative;
    top: -2px;
}

.share-btn-row-colm .colm-auto a {
    text-decoration: none;
    color: #999 !important;
}


.sidebar-right .search-3 ul li {
    padding: 1px 6px;
}

.sidebar-right .search-3 ul li a {
    text-decoration: none;
    color: #999;
}

.sidebar-right .search-3 ul li a:hover {
    background-color: transparent;
}

.post-page-wrapper-row .posts-lft p.sub_title {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    color: #333333;
}

.blog-banner .blog-banner-row {
    padding-bottom: 1px;
}

.blog-banner-colm span {
    padding-left: 12px;
}

@media(min-width:1281px){
  .blog-pagination {
    margin-top: 0rem !important;
    position: relative;
    top: 6.5rem;
}
}



@media(max-width:1280px){
  
  .blog-banner{
    padding: 7.5rem 0;
  }
  
 .blog-banner h1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}
  
.blog-banner-colm span {
    padding-left: 11px;
}
  
/*------temp------*/
  
.content-wrapper {
    max-width: 960px !important;
}
  
.sidebar-right {
    position: relative;
    top: 0px;
}
  

}

@media(max-width:990px){
  .content-wrapper {
    max-width: 720px !important;
}
}

@media(max-width:767px){
  .blog-banner {
    padding: 3rem 0px;
}
  
.content-wrapper {
    max-width: 540px !important;
}
  
.listing-resources-posts-row .posts-item-list {
    flex: 0 0 100%;
    max-width: 100%;
}
  
.post-page-wrapper-row .posts-lft {
    flex: 0 0 100%;
    max-width: 100%;
      padding-left: 15px;
    padding-right: 15px;
}

.post-page-wrapper-row .sidebar-right {
    flex: 0 0 100%;
    max-width: 100%;
      padding-left: 15px;
    padding-right: 15px;
}
  
  
}

@media(max-width:575px){
  .content-wrapper {
    max-width: 100% !important;
}
  
.post-page-wrapper-row .posts-lft {
    padding-left: 30px;
    padding-right: 30px;
}
  
.post-page-wrapper-row .sidebar-right {
    padding-left: 30px;
    padding-right: 30px;
}
  
.blog-banner-colm span {
    padding-left: 10px;
}
  
}

@media(max-width:330px){
  .share-btn-row-colm .colm-auto a {
    margin-bottom: 3px;
}
  
.blog-banner-colm span {
    padding-left: 9px;
}
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Poppins;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 32px 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 700px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Poppins;
  font-size: 1.25rem;
  color: #7f7f7f;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #7f7f7f;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

/*-------style--------*/

.systems-page ul.no-list.hs-error-msgs {
    margin: 15px 0px;
    padding: 0px;
}

.systems-page .actions {
    padding: 18px 0px;
}

.systems-page form label {
    font-family: arial,helvetica,sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    line-height: 20px;
}

.systems-page input#hs-pwd-widget-password {
    display: block;
    max-width: 700px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    min-height: 27px;
    height: 40px !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
    outline: 0;
    margin-bottom: 18px;
}

.systems-page input#hs-pwd-widget-password:focus {
    background-color: rgba(245,248,250,1.0);
    border-color: rgba(82,168,236,0.8);
}

.systems-page .form-floating-alert-wrapper .form-floating-alert-error {
    color: #f8a9ad !important;
    max-width:700px;
}

.systems-page form {
    font-size: 14px;
}

.systems-page input#hs-login-widget-remember {
    display: inline-block;
    vertical-align: middle;
}

.systems-page a {
    text-decoration: none;
}


@media(max-width:767px){
  .systems-page .success {
    min-width: 100%;
}
  
.systems-page h1 {
    font-size: 28px !important;
}
  
 .systems-page h2 {
    font-size: 22px !important;
}
  
.systems-page input#hs-pwd-widget-password {
    max-width: 100%;
}
  
.systems-page .form-floating-alert-wrapper .form-floating-alert-error {
    max-width:100%;
}
  
h1.error-page_heading {
    font-size: 28px !important;
}

.systems-page h4 {
    font-size: 20px !important;
}
  
}

@media(max-width:575px){
  .systems-page {
    padding-left: 15px;
    padding-right: 15px;
}
}