/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
@import url('//fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap');

@font-face {
  font-family: eicons;
  src: url("https://7645963.fs1.hubspotusercontent-na1.net/hubfs/7645963/Bibliotheca_September2020/Fonts/eicons.eot") format("embedded-opentype"), 
    url("https://7645963.fs1.hubspotusercontent-na1.net/hubfs/7645963/Bibliotheca_September2020/Fonts/eicons.woff2") format("woff2"),
    url("https://7645963.fs1.hubspotusercontent-na1.net/hubfs/7645963/Bibliotheca_September2020/Fonts/eicons.woff") format("woff"),
    url("https://7645963.fs1.hubspotusercontent-na1.net/hubfs/7645963/Bibliotheca_September2020/Fonts/eicons.ttf") format("truetype"),
    url("https://7645963.fs1.hubspotusercontent-na1.net/hubfs/7645963/Bibliotheca_September2020/Fonts/eicons.svg") format("svg");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("https://7645963.fs1.hubspotusercontent-na1.net/hubfs/7645963/Bibliotheca_September2020/Fonts/fa-solid-900.eot") format("embedded-opentype"), 
    url("https://7645963.fs1.hubspotusercontent-na1.net/hubfs/7645963/Bibliotheca_September2020/Fonts/fa-solid-900.woff2") format("woff2"), 
    url("https://7645963.fs1.hubspotusercontent-na1.net/hubfs/7645963/Bibliotheca_September2020/Fonts/fa-solid-900.woff") format("woff"),
    url("https://7645963.fs1.hubspotusercontent-na1.net/hubfs/7645963/Bibliotheca_September2020/Fonts/fa-solid-900.ttf") format("truetype"),
    url("https://7645963.fs1.hubspotusercontent-na1.net/hubfs/7645963/Bibliotheca_September2020/Fonts/fa-solid-900.svg") format("svg");
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("https://7645963.fs1.hubspotusercontent-na1.net/hubfs/7645963/Bibliotheca_September2020/Fonts/fa-regular-400.eot") format("embedded-opentype"),
    url("https://7645963.fs1.hubspotusercontent-na1.net/hubfs/7645963/Bibliotheca_September2020/Fonts/fa-regular-400.woff2") format("woff2"), 
    url("https://7645963.fs1.hubspotusercontent-na1.net/hubfs/7645963/Bibliotheca_September2020/Fonts/fa-regular-400.woff") format("woff"),
    url("https://7645963.fs1.hubspotusercontent-na1.net/hubfs/7645963/Bibliotheca_September2020/Fonts/fa-regular-400.ttf") format("truetype"),
    url("https://7645963.fs1.hubspotusercontent-na1.net/hubfs/7645963/Bibliotheca_September2020/Fonts/fa-regular-400.svg") format("svg");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("https://7645963.fs1.hubspotusercontent-na1.net/hubfs/7645963/Bibliotheca_September2020/Fonts/fa-brands-400.eot") format("embedded-opentype"), 
    url("https://7645963.fs1.hubspotusercontent-na1.net/hubfs/7645963/Bibliotheca_September2020/Fonts/fa-brands-400.woff2") format("woff2"),
    url("https://7645963.fs1.hubspotusercontent-na1.net/hubfs/7645963/Bibliotheca_September2020/Fonts/fa-brands-400.woff") format("woff"), 
    url("https://7645963.fs1.hubspotusercontent-na1.net/hubfs/7645963/Bibliotheca_September2020/Fonts/fa-brands-400.ttf") format("truetype"),
    url("https://7645963.fs1.hubspotusercontent-na1.net/hubfs/7645963/Bibliotheca_September2020/Fonts/fa-brands-400.svg") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Astra";
  src: url("https://7645963.fs1.hubspotusercontent-na1.net/hubfs/7645963/Bibliotheca_September2020/Fonts/Astra.eot") format("embedded-opentype"), 
    url("https://7645963.fs1.hubspotusercontent-na1.net/hubfs/7645963/Bibliotheca_September2020/Fonts/astra.woff2") format("woff2"),
    url("https://7645963.fs1.hubspotusercontent-na1.net/hubfs/7645963/Bibliotheca_September2020/Fonts/Astra.woff") format("woff"), 
    url("https://7645963.fs1.hubspotusercontent-na1.net/hubfs/7645963/Bibliotheca_September2020/Fonts/Astra.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}











































/* ******************************************************************************
*********************************************************************************
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 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control 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;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

html {
  font-size: 16px;
  overflow-x: hidden;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.85714285714286;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-top: 0;
  margin-bottom: 1.75em;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  transition: all .2s linear;
}
a:hover, a:focus {
  text-decoration: none;
}

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

h1 {
  font-size: 2.1rem;  
  line-height: 1.5em;
  letter-spacing: 1px;
}

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

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

h4 {  
  font-size: 1.175rem;  
  line-height: 1.5;

}

h5 {
  font-size: 1rem;  
}

h6 {
  font-size: .9rem;  
}

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;
}
blockquote {
  margin: 1.5em 1em 1.5em 3em;
  padding: 1.2em;
  font-size: 1.1em;
  line-height: inherit;
  position: relative;
  border-left: 5px solid rgba(0,0,0,.05);
  color: #000000;
  font-style: italic;
  text-align: justify;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* Highlighted Text */
::-moz-selection {
  background-color: #e6e7e8;
  color: #000000;
}
::selection {
  background-color: #e6e7e8;
  color: #000000;
}



/* 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;
}

.fa, .fas {
  font-weight: 900;
}
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}
.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, .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

@media (max-width: 768px){
  html {
    font-size: 91.2%;
  }


}
/* ******************************************************************************
*********************************************************************************
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: Lato, sans-serif;
  border:1px solid;
  padding:5px;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

.hs-button {
  text-decoration: none !important;
  display: inline-block;
  white-space: normal;
  padding: 4px 12px;
  margin:15px 0;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  font-family: inherit;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}
.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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


.hs-form label {
  font-size: inherit;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}
.hs-error-msgs{
  padding:0;
  margin:0;
  list-style:none;
}

form .hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input,
.hs-input[type=password],
.hs-input[type=text], 
.hs-search-field__input[type=text],
input[type=password] {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

.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: 1rem;
  color: #494a52;
}
.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: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
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;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}


.custom-menu-primary .hs-menu-wrapper > ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.custom-menu-primary >* {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
  height: 100%;
}

.custom-menu-primary >*>* {
  width: 100%;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  padding: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-style: normal;
  line-height: 1.2em;
  font-family: Raleway, sans-serif;
  border: 0;
  border-style: solid;
  border-bottom-width: 1px;
  border-color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
  color: #343434;
  position:relative;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
  color: #ff0000;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #ff0000;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after, 
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>a:after {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-left: 10px;
  align-self: center;
  order: 2;
  color: #ff0000;
  content: "\f107";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>a:before {
  content: "\f015";
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  align-self: center;
  order: -1;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.active>a {
  color: #ff0000;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #ff0000;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:before {
  content: "";
  position: absolute;
  height: 16px;
  background: transparent;
  width: 100%;
  bottom: -26px;
  left: 0;
  right: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.active:first-child>a:before {
  color: #ff0000;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul{
  opacity: 0;
  top: 80%;
  visibility: hidden;
  transition: top 0.3s cubic-bezier(0.48, 0.01, 0.5, 0.99),opacity 0.3s cubic-bezier(0.48, 0.01, 0.5, 0.99),visibility 1s linear;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  background-color: white;
  pointer-events: none;
  left: 0;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
  z-index: 999;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:not(:nth-child(2)):hover>ul{
  opacity: 1;
  top: 100%;
  visibility: visible;
  pointer-events: auto;
}


.custom-menu-primary .hs-menu-wrapper>ul>li.sub-menu-open>ul{
  opacity: 1;
  top: 100%;
  visibility: visible;
  pointer-events: auto;
}


.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>li {
  width: 50%;
  margin-bottom: 20px;
  font-size: 15px;
  padding: 10px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>li>a {
  font-weight: 700;
  fill: #343434;
  color: #343434;
  background-color: #ffffff;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #ff0000;
  border-radius: 0px 0px 0px 0px;
  padding: 10px 0px 10px 0px;
  display: inline-block;
  line-height: 1;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>li>a:hover {
  color: #ff0000;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li {
  width: 20%;
  padding: 10px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li>ul>li:nth-child(1) {
  background-color: #009dcb;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li>ul {
  height: 180px;
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li>ul>li:nth-child(1)>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
  padding: 35px;
  text-align: center;
  justify-content: flex-start;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li>ul>li:nth-child(1)>ul>li:nth-child(1) {
  font-size: 45px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-align: center;
  padding-bottom: 9px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li>ul>li:nth-child(1)>ul>li:nth-child(1)>a {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0 auto;
  color: inherit;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li:nth-child(1)>ul>li:nth-child(1)>ul>li:nth-child(1)>a:before {
  content: "\f019";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li>ul>li:nth-child(1)>ul>li:nth-child(2)>a {
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 1px;
  font-family: "Raleway", Sans-serif;
  font-weight: 500;
  color: #fff;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li>ul>li:nth-child(1)>ul>li:nth-child(2) {
  line-height: normal;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li:nth-child(2)>ul>li:nth-child(1)>ul>li:nth-child(1)>a:before {
  content: "\f03e";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li:nth-child(2)>ul>li:nth-child(1) {
  background-color: #ff0000;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li:nth-child(3)>ul>li:nth-child(1) {
  background-color: #C0C434;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li:nth-child(4)>ul>li:nth-child(1) {
  background-color: #8B77B4;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li:nth-child(5)>ul>li:nth-child(1) {
  background-color: #F5BB09;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li:nth-child(3)>ul>li:nth-child(1)>ul>li:nth-child(1)>a:before {
  content: "\f167";
  font-family: "Font Awesome 5 Brands";
  margin-left: -3px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li:nth-child(2)>ul>li:nth-child(1)>ul>li:nth-child(1),
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li:nth-child(3)>ul>li:nth-child(1)>ul>li:nth-child(1) {
  font-size: 50px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li>ul>li:nth-child(1)>ul>li:nth-child(1)>a>img {
  width: 48px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li:nth-child(4)>ul>li:nth-child(1)>ul>li:nth-child(1)>a {
  margin-bottom: 15px;
  margin-top: -11px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li:nth-child(5)>ul>li:nth-child(1)>ul>li:nth-child(1)>a {
  margin-bottom: 14px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li:nth-child(3)>ul>li:nth-child(1)>ul>li:nth-child(1)>a {
  font-family: "Font Awesome 5 Brands";
  font-weight: normal;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li>ul>li:nth-child(2) {
  opacity: 0;
  background-color: #343434;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li:nth-child(1)>ul>li:nth-child(2)>ul>li:nth-child(1)>a {
  font-size: 18px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li>ul:hover>li:nth-child(2) {
  opacity: 1;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li>ul>li:nth-child(2)>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
  padding: 35px;
  text-align: center;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li>ul>li:nth-child(2)>ul>li:nth-child(1)>a {
  margin: 0 0 20px;
  padding: 0;
  font-size: 16px;
  font-family: "Raleway", Sans-serif;
  font-weight: 500;
  color: #fff;
  display: block;
  line-height: 1;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li>ul>li:nth-child(2)>ul>li:nth-child(2)>a {
  fill: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-size: 15px;
  padding: 12px 24px;
  display: inline-block;
  line-height: 1;
  cursor: pointer;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
  font-family: "Raleway", Sans-serif;
  font-weight: 600;
  background-color: #ff0000;
  border-width: 0px;
  border-radius: 0px;
}

.sub-menu .custom-menu-primary>*,
.sub-menu .custom-menu-primary .hs-menu-wrapper>ul{
  position: static;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul {
  transition: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2):hover>ul {
  transition: top .3s cubic-bezier(0.48,0.01,0.5,0.99),opacity .3s cubic-bezier(0.48,0.01,0.5,0.99),visibility 1s linear;
  top: 95%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>.header-container-bottom {
  width: 100%;
}

.menu-innner {
  padding: 5px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-innner >li {
  width: 14.285%;
}

.menu-innner >li>ul {
  padding: 10px;
}

.menu-innner >li>ul>li:nth-child(1) {
  margin-bottom: 20px;
}

.menu-innner >li>ul>li:nth-child(1)>a {
  font-size: 14px;
  font-weight: 600;
  fill: #343434;
  color: #343434;
  background-color: #ffffff;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #ff0000;
  border-radius: 0px 0px 0px 0px;
  padding: 10px 0px 10px 0px;
  font-family: "Raleway", Sans-serif;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.menu-innner >li>ul>li:nth-child(1)>a:hover {
  color: #ff0000;
}

.menu-innner >li>ul>li:nth-child(2)>ul>li {
  font-size: 13px;
  line-height: 0.8em;
}

.menu-innner >li>ul>li:nth-child(2)>ul>li:not(:last-child) {
  padding-bottom: calc(12px/2);
}

.menu-innner >li>ul>li:nth-child(2)>ul>li>a {
  color: #343434;
  display: inline-block;
  width: 100%;
}

.menu-innner >li>ul>li:nth-child(2)>ul>li>a:before {
  content: "\f054";
  color: #b3b3b3;
  font-size: 10px;
  width: 1.25em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 2px;
}

.menu-innner >li>ul>li:nth-child(2)>ul>li:not(:first-child) {
  margin-top: calc(12px/2);
}

.menu-innner >li>ul>li:nth-child(2)>ul>li:hover>a {
  color: #ff0000;
}







@media (min-width: 768px){

  .custom-menu-primary{
    width: 80%;
    z-index: 1000;
  }
}

@media (max-width: 1200px) and (min-width: 768px){

  .header-language-inner>*>*>ul>li>ul {
    right: 0;
    left: auto !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li>ul>li:nth-child(2)>ul>li:nth-child(2)>a {
    font-size: 12px!important;
    padding: 12px 14px!important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li>ul>li:nth-child(1)>ul>li:nth-child(2)>a {
    font-size: 12px!important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li>ul>li:nth-child(2)>ul {
    padding: 35px 10px!important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li>ul>li:nth-child(2)>ul>li:nth-child(1)>a {
    font-size: 13px!important;
  }
  .menu-innner>li {
    width: 25%!important;
  }
  .menu-innner,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul{
    flex-wrap: wrap;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li {
    width: 33.33%!important;
  }

}


@media (max-width: 991px) and (min-width: 768px){
  .header-language-inner>*>*>ul>li>a {
    padding: 9px 11px !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 10px 7px;
    font-size: 14px;
  }
}

@media (max-width: 767px){
  .header-mob-inner {
    background-color: #343434;
  }

  .header-mob-inner>div>div {
    width: 100%;
    padding: 10px;
  }

  .header-mob-inner .header-row {
    padding: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header-mob-inner .menu-title {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
  }

  .header-mob-inner .menu-title h2 {
    line-height: 1;
    margin: 0;
    font-family: "Raleway", Sans-serif;
    font-weight: 500;
    color: #ffffff;
    font-size: 16px;
  }

  .mob-menu {
    position: relative;
    width: 100%;
  }

  .elementor-menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    padding: .25em;
    cursor: pointer;
    border: 0 solid;
    margin: 0 auto;
    background-color: #ff0000;
    font-size: 23px;
    border-width: 0px;
    border-radius: 0px;
    color: #ffffff;
    width: 34.5px;
    height: 34.5px;
  }

  [class*=" eicon-"], [class^=eicon] {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .eicon-menu-bar:before {
    content: '\e816';
  }

  .elementor-menu-toggle:hover {
    background-color: #ffffff;
    color: #ff0000;
  }

  .mobile-open .menu1 .elementor-menu-toggle .eicon-menu-bar:before {
    content: "\e87f";
  }


  .lang-open .menu2 .elementor-menu-toggle .eicon-menu-bar:before {
    content: "\e87f";
  }

  .main-menu,
  .language-mob-menu {
    margin-top: 10px;
    -webkit-transition: max-height .3s,-webkit-transform .3s;
    transition: max-height .3s,-webkit-transform .3s;
    -o-transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s,-webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow: auto;
    background-color: #fff;
    font-size: 13px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
    top: 35px;
    margin: 0 -20px;
    margin-top: 10px;
    position: absolute;
    z-index: 9997;
    left: 0;
    right: 0;
  }

  .mobile-open .main-menu ,
  .lang-open .language-mob-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh;
  }

  .mob-menu ul,.language-mob-inner>*>*>ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
  }

  .mob-menu .hs-menu-wrapper > ul> li,.language-mob-inner>*>*>ul>li {
    display: block;
    position: relative;
  }

  .mob-menu .hs-menu-wrapper > ul> li > a,.language-mob-inner>*>*>ul>li>a {
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
    font-family: "Raleway", Sans-serif;
    color: #494c4f;
    padding: 10px 20px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mob-menu .hs-menu-wrapper > ul> li > a:hover,
  .language-mob-inner>*>*>ul>li>a:hover{
    background-color: #55595c;
    color: #fff;
  }

  .mob-search-container {
    padding: 10px;
  }

  .mob-search-container form {
    padding: 0;
    border: 0;
    display: block;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }

  .header-mob-search .elementor-search-form__container {
    border: 0 solid transparent;
    background-color: #b3b3b3;
    border-width: 4px 4px 4px 4px;
    border-radius: 0px;
    min-height: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    overflow: hidden;
  }

  .header-mob-search input.elementor-search-form__input {
    -ms-flex-preferred-size: 100%;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
    flex-basis: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    background: none;
    line-height: 1;
    min-width: 0;
    font-family: "Raleway", Sans-serif;
    padding-left: calc(39px / 3);
    padding-right: calc(39px / 3);
    color: #343434;
    font-size: 14px;
    font-weight: 600;
    outline: none !important;
  }

  .header-mob-search .elementor-search-form__submit {
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    background: none;
    line-height: 1;
    font-size: 16px;
    color: #fff;
    border: none;
    border-radius: 0;
    font-family: "Raleway", Sans-serif;
    font-weight: 400;
    min-width: 39px;
    background-color: #b3b3b3;
    cursor: pointer;
  }

  .header-mob-search .elementor-search-form__submit:hover {
    background-color: #ff0000;
  }

  .header-mob-search .elementor-search-form__input::placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6;
  }
  .language-mob-inner>*>*>ul>li>a>img + span {
    margin-left: .3em;
  }

  .language-mob-inner>*>*>ul>li .sub-arrow i::before {
    content: "";
  }

  span.sub-arrow {
    font-size: 16px;
    line-height: 1;
    padding: 10px 0 10px 10px;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .language-mob-inner>*>*>ul>li>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background-color: #fff;
    font-size: 13px;
    display: none;
    width: 225px;
  }

  .language-mob-inner>*>*>ul>li>ul>li {
    background-color: #000000;
    color: #ffffff;
    font-size: 13px;
  }

  .language-mob-inner>*>*>ul>li>ul>li>a {
    font-family: "Raleway", Sans-serif;
    font-weight: 500;
    font-size: .85em;
    display: block;
    padding: 4px 5px 4px 5px;
    line-height: 20px;
    border-left: 8px solid transparent;
    color: #ffffff;
  }

  .language-mob-inner>*>*>ul>li>ul>li>a img {
    display: inline;
    vertical-align: baseline;
    width: 18px;
    height: 12px;
  }

  .language-mob-inner>*>*>ul>li>ul>li>a span {
    margin-left: 0.1em;
  }
  .language-mob-inner>*>*>ul>li:last-child,
  .language-mob-inner>*>*>ul>li:last-child>a{
    color: #ffffff;
    background-color: #343434;
  }
  .language-mob-inner>*>*>ul>li:last-child:hover>a,
  .language-mob-inner>*>*>ul>li:last-child:hover{
    color: #ffffff;
    background-color: #ff0000;   
  }
  .language-mob-inner>*>*>ul>li>ul>li>a:hover {
    color: #ffffff;
    background-color: #ff0000;
    display: block;
    padding: 4px 8px 4px 8px;
  }
  .header-mob-search .visible .elementor-search-form__container {
    background-color: #e6e7e8;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.5em;
  width: 100%;
}

table, td, th {
  border: 1px solid rgba(0,0,0,.1);
}
td, th {
  padding: 8px;
  text-align: left;
  border-width: 0 1px 1px 0;
}
th {
  font-weight: 700;
}
.banner-area {
  background-color: #ff0000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  position: relative;
  margin-top: 1px;
}

.banner-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #343434;
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.banner-area .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 400px;
}

.banner-content {
  width: 100%;
  text-align: center;
  letter-spacing: 1px;
}
.banner-content h1 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 1px;
  font-family: "Raleway", Sans-serif;
  margin: 0;
}

.banner-area.blog-banner{
  margin-top: -2px; 
}

.banner-area.blog-banner .banner-overlay {
  background-color: #343434;
  opacity: 0.42;
}

/*==================================================== 
====================Media Query======================
====================================================*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

  .banner-area .container {
    height: 400px;
  }
}


@media (min-width: 1025px){
  .banner-area.blog-banner{
    background-attachment: fixed;
  }
}


@media (max-width: 767px){
  .banner-area {
    margin-top: 0px;
  }  
}
/* ******************************************************************************
*********************************************************************************
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 landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.dnd-section>.row-fluid,
.page-center, 
.content-wrapper, 
.container {
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1200px){
  .dnd-section>.row-fluid, .page-center, .content-wrapper {
    padding: 0 10px;
  }

}
/* ******************************************************************************
*********************************************************************************
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-top {
  background-color: #343434;
  position: relative;
  z-index: 99999;
}

.header-container-top {
  max-width: 1316px;
  min-height: 15px;
  margin-right: auto;
  margin-left: auto;
}

.header-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-search, .header-top-space, .header-language-menu {
  position: relative;
  min-height: 1px;
}

.header-search .header-search-container {
  padding: 0px 10px 0px 10px;
}

.header-search form.elementor-search-form {
  display: block;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  padding: 0;
  border: 0;
}

.header-search .elementor-search-form__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  overflow: hidden;
  background: #eceeef;
  min-height: 39px;
  background-color: #343434;
  border: 0 solid transparent;
  border-width: 4px 4px 4px 4px;
  border-radius: 0px;
}
.header-search form.visible .elementor-search-form__container {
  background-color: #e6e7e8;
}

.header-search form.visible input.elementor-search-form__input {
  color: #343434;
}

.header-search form.visible .elementor-search-form__icon {
  color: #343434;
}

.header-search .elementor-search-form__icon {
  padding-left: calc(39px / 3);
  font-size: 14px;
  color: #e6e7e8;
  opacity: .6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-search input.elementor-search-form__input {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  min-width: 0;
  box-shadow: none;
  box-sizing: border-box;
  transition: all .2s linear;
  font-size: 14px;
  color: #e6e7e8;
  padding-left: calc(39px / 3);
  padding-right: calc(39px / 3);
  font-family: "Raleway", Sans-serif;
  font-weight: 400;
  outline:none !important
}


.header-search .elementor-search-form__input::placeholder {
  color: inherit;
  font-family: inherit;
  opacity: .6;
}

.header-top-inner {
  height: 3px;
}

.header-language-inner {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
  text-align: center;
}


.header-language-inner > * > * > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1px;
}

.header-language-inner > * > * > ul > li:not(:last-child) {
  margin-right: -5px;
  position: relative;
}

.header-language-inner > * > * > ul > li >a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Raleway", Sans-serif;
  white-space: nowrap;
  padding: 13px 20px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-top: 9px;
  padding-bottom: 9px;
}

.header-language-inner > * > * > ul > li >a:before,.header-language-inner > * > * > ul > li >a:after {
  display: block;
  position: absolute;
  content: "";
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  bottom: 0;
  z-index: -1;
  top: 0;
  opacity: 0;
  background-color: #ff0000;
}

.header-language-inner > * > * > ul > li >a:before {
  right: 50%;
  left: 50%;
}

.header-language-inner > * > * > ul > li >a:hover:before,
.header-language-inner>*>*>ul>li:last-child:hover>a:before{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  left: 0;
  right: 0;
}

.header-language-inner > * > * > ul > li >a:hover:before,
.header-language-inner > * > * > ul > li >a:hover:after,
.header-language-inner>*>*>ul>li:last-child:hover>a:before{
  background-color: #ff0000;
  opacity: 1;
}


.header-language-inner > * {
  width: 100%;
}



.header-language-inner .sub-arrow {
  font-size: 16px;
  line-height: 1;
  padding: 10px 0 10px 10px;
  margin-top: -11px;
  margin-bottom: -10px;
}
.header-language-inner .sub-arrow i {
  pointer-events: none;
}
.header-language-inner .sub-arrow i::before {
  content: "";
}

.header-language-inner>*>*>ul>li:last-child {
  position: relative;
}

.header-language-inner>*>*>ul>li:last-child img+span {
  margin-left: .3em;
}

.header-language-inner>*>*>ul>li:last-child img {
  display: inline;
  vertical-align: baseline;
  width: 18px;
  height: 12px;
  max-width: 100%;
  border: none;
}

.header-language-inner>*>*>ul>li>ul {
  position: absolute;
  width: 225px;
  top: auto;
  left: 0px;
  opacity: 0;
  visibility: visible;
  transition: .5s all ease-in;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
  line-height: normal;
  display: none;
}

.header-language-inner>*>*>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  display: block;
}

.header-language-inner>*>*>ul>li>ul>li {
  font-size: 13px;
  position: relative;
}

.header-language-inner>*>*>ul>li>ul>li>a {
  background-color: #000000;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Raleway", Sans-serif;
  display: block;
  padding: 4px 5px 4px 5px;
  white-space: nowrap;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  line-height: 20px;
  border-left: 8px solid transparent;
}

.header-language-inner>*>*>ul>li>ul>li>a:hover {
  color: #ffffff;
  background-color: #343434;
  display: block;
  padding: 4px 8px 4px 8px;
}


.header-language-inner>*>*>ul>li:last-child ul img+span {
  margin-left: 0.1em;
}



.header-bottom {
  background-color: #ffffff;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  z-index: 999;
  position: relative;
}

.header-container-bottom {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.header_logo a {
  display: inline-block;
  text-align: center;
}

.header_logo a img {
  vertical-align: middle;
  display: inline-block;
  width: 90% !important;
  height: auto;
  max-width: 100%;
  border: none;
}

.header_logo > *>* {
  margin: 20px 5px 20px 5px;
  display: block;
}

header.header.stm-pg-hd .header-row {
  justify-content: center;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

  .header-search .elementor-search-form__container {
    height: 39px;
  }
}


@media (min-width: 768px){

  .header-search{
    width: 25%;
  }
  .header-top-space{
    width: 3.97%;
  }
  .header-language-menu {
    width: 71.026%;
  }
  .header_logo{
    width: 20%;
  }
  .header-mob-bottom{
    display:none; 
  }
}


@media (max-width: 767px){
  .header-container-top {
    display: none;
  }

  .custom-menu-primary {
    display: none;
  }

  .header_logo {
    width: 100%;
    text-align: center;
    padding: 10px;
  }

  .header_logo>*>* {
    margin: 20px 20px 20px 20px;
  }

  .header_logo a img {
    width: 363px !important;
    max-width: 100%;
    filter: brightness( 100% ) contrast( 130% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
  }

  .header-bottom {
    margin: 1px 0;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

/*==================================================== 
====================Top Section======================
====================================================*/

.top-section-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-section-inner > div {
  width: 100%;
  position: relative;
  min-height: 1px;
}
.top-section-left > .footer-populated {
  background-color: #c0c434;
  transition: background 0.9s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  height: 100%;
}
.top-section-right > .footer-populated {
  background-color: #009dcb;
  transition: background 0.9s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  height: 100%;
}

.top-section-left:hover > .footer-populated,
.top-section-right:hover > .footer-populated{
  background-color: #343434;
}
.top-section-wrap {
  align-content: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top-section-wrap > div {
  width: 100%;
}
.top-section-wrap > div:not(:last-child){
  margin-bottom: 20px;
}

.top-section-space .elementor-spacer-inner {
  height: 20px;
}
.top-text-container {
  margin: 0px 20px 0px 20px;
  padding: 0px 20px 0px 20px;
}

.top-text-wrapper {
  text-align: center;
}

.elementor-icon-box-icon {
  margin-bottom: 6px;
}

.elementor-icon-box-content h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  font-family: "Raleway", Sans-serif;
  margin-bottom: 20px;
  line-height: 1.4;
}

.elementor-icon-box-content p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Raleway", Sans-serif;
  margin: 0;
}

.top-section-button {
  text-align: center;
}

.top-section-button a {
  background-color: #c0c434;
  border-radius: 0px 0px 0px 0px;
  font-family: "Raleway", Sans-serif;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  padding: 12px 24px;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #fff;
}

.top-section-left .top-section-button a,
.top-section-left .top-section-button a:hover,
.top-section-left .top-section-button a:focus{
  background-color: #009dcb;
  color: #fff;
}
.top-section-right .top-section-button a:hover,
.top-section-right .top-section-button a:focus{
  background-color: #c0c434;
  color: #fff;
}

.footer_top_section .elementor-icon i {
  transform: rotate(0deg);
}
.fa.fa-envelope-o,
.fa.fa-user-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}


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

.fa.fa-user-circle-o:before {
  content: "\f2bd";
}
.elementor-icon-box-icon .elementor-icon {
  fill: #ffffff;
  color: #ffffff;
  border-color: #ffffff;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-size: 50px;
  text-align: center;
}

/*==================================================== 
====================Footer===========================
====================================================*/

.ast-small-footer {
  font-size: 0.625rem;
  font-weight: normal;
  line-height: 1;
  color: #b3b3b3;
  text-align: center;
  position: relative;
}

.ast-small-footer > .ast-footer-overlay {
  background-color: #343434;
  padding-top: 2em;
  padding-bottom: 2em;
}


.ast-small-footer-wrap {
  text-align: center;
}


.footer_top {
  background-color: #343434;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  color: #e6e7e8;
}
.footer_top a {
  color: #b3b3b3;
}
.footer_top a:hover,
.footer_top a:focus{
  color: #ffffff;
}

.top-col-left,
.top-col-right,
.logo-text-address,
.left-border{
  position: relative;
  min-height: 1px;
}

.inner-pd-lg {
  padding: 15px;
}

.top-inner ,
.left-wrap{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inner-pd,
.col-4-inner{
  padding: 10px;
}

.footer-logo-inner {
  margin: 20px 30px 0px 0px;
}

.footer-logo img {
  width: 100% !important;
  max-width: 100%;
}

.footer-logo-inner >*, .footer-logo-inner >*>* {
  font-size: 0;
}
.top-inner .vl {
  border-left: 1px solid #b3b3b3;
  height: 430px;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 35px;
}

.top-col-left .elementor-spacer-inner {
  height: 195px;
}

.top-col-left .logo-text-address>div>div:not(:last-child) {
  margin-bottom: 20px;
}

.footer-address {
  color: #e6e7e8;
  font-family: "Raleway", Sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.footer-address p {
  margin-bottom: 1.6em;
  font-weight: 300;
}

.divider-top .elementor-divider-separator {
  display: inline-block;
  width: 100%;
  border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-border-color);
  margin: 0;
  direction: ltr;
}

.divider-top .elementor-divider {
  line-height: 0;
  font-size: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.divider-top {
  --divider-border-style: solid;
  --divider-border-color: #b3b3b3;
  --divider-border-width: 1px;
  width: 100%;
}

.logo-text-address > div > div {
  width: 100%;
}

.logo-text-address > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}


.social-share {
  position: relative;
  width: 100%;
  text-align: left;
}

.social-share-container {
  margin: 0px 0px 0px -15px;
}

.elementor-social-icons-wrapper {
  font-size: 0;
}

.elementor-social-icons-wrapper a {
  color: #b3b3b3;
  background-color: rgba(179,179,179,0);
  font-size: 20px;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-align: center;
  padding: .5em;
  cursor: pointer;
}

.elementor-social-icons-wrapper a:not(:last-child) {
  margin-right: 0px;
}

.elementor-icon i, .elementor-icon svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}

.fa.fa-facebook, .fa.fa-twitter {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.elementor-social-icon i {
  color: #b3b3b3;
}

.elementor-icon i:before, .elementor-icon svg:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

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

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

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

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

.fa.fa-xing, .fa.fa-xing-square, .fa.fa-youtube, .fa.fa-youtube-play, .fa.fa-youtube-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa-youtube:before {
  content: "\f167";
}

.elementor-social-icons-wrapper a:hover {
  color: #ffffff;
  opacity: .9;
}

.top-col-right-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}



.col-4-wrap > div:not(:last-child) {
  margin-bottom: 20px;
}

.col-4-space .elementor-spacer-inner {
  height: 5px;
}

.menu-title h6 {
  color: #ffffff;
  font-family: "Raleway", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  line-height: 1.7;
}

.menu-title h6 a {
  color: #b3b3b3;
  font-family: 'Raleway',sans-serif;
  text-transform: inherit;
  font-size: inherit;
  line-height: inherit;
}

.footer-menu {
  color: #e6e7e8;
  font-family: "Raleway", Sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.footer-menu-inner {
  margin: -10px 0px -10px 10px;
}

.footer-menu p {
  margin-bottom: 1.6em;
}
.footer-menu p a,
.footer-address p a{
  font-weight:300;
}

.desktop-space .elementor-spacer-inner {
  height: 60px;
}

.desktop-space .elementor-spacer-inner {
  height: 60px;
}

.footer-search form {
  padding: 0;
  border: 0;
}

.footer-search .elementor-search-form__container {
  min-height: 28px;
  background: #eceeef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  overflow: hidden;
}

.footer-search .elementor-search-form__input {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  box-shadow: none;
  box-sizing: border-box;
  transition: all .2s linear;
  color: #343434;
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  min-width: 0;
  font-size: 15px;
  font-family: "Raleway", Sans-serif;
  font-weight: 400;
  padding-left: calc(28px / 3);
  padding-right: calc(28px / 3);
  outline: none !important;
}

.footer-search .elementor-search-form__input::placeholder {
  color: inherit;
  font-family: inherit;
  opacity: .6;
}

.footer-search .elementor-search-form__submit {
  -webkit-transition: color .2s,background .2s;
  -o-transition: color .2s,background .2s;
  transition: color .2s,background .2s;
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  font-size: 16px;
  color: #fff;
  border: none;
  border-radius: 0;
  font-family: "Raleway", Sans-serif;
  font-weight: 400;
  min-width: 28px;
  background-color: #ff0000;
  cursor: pointer;
}

.fa-search:before {
  content: "\f002";
}

.footer-search .elementor-search-form__submit:hover {
  background-color: #cc0000;
}

.col-4-wrap {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.col-4-wrap > div {
  width: 100%;
}
.footer-menu-inner3 {
  margin: -10px 0px -10px 0px;
}


a#ast-scroll-top {
  position: fixed;
  text-align: center;
  cursor: pointer;
  z-index: 99;
  width: 2.1em;
  height: 2.1em;
  line-height: 2.1;
  color: #fff;
  border-radius: 2px;
  display: none;
  content: "769";
  color: #ffffff;
  background-color: #ff0000;
  font-size: 15px;
  font-size: 0.9375rem;
  right: 30px;
  bottom: 30px;
  transform: rotateZ(180deg);
}

a#ast-scroll-top:before {
  content: "\e900";
  font-family: Astra;
  text-decoration: inherit;
}

.elementor-social-icons-wrapper a:hover i {
  color: #e6e7e8;
}


/*==================================================== 
====================Media Query======================
====================================================*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

.footer-search .elementor-search-form__submit{
  height:28px;
  }
}



@media (min-width: 768px){
  .top-col-left{
    width: 33.421%;
  }
  .top-col-right{
    width: 79.283%; 
  }
  .top-col-right-row .col-4:nth-child(1){
    width: 33.333%;
  }

  .top-col-right-row .col-4:nth-child(2){
    width: 32.97%;
  }

  .top-col-right-row .col-4:nth-child(3){
    width: 33.69%;
  }

  .desktop-hidden{
    display:none;
  }
  .divider-top {
    display: none;
  }
  .top-section-inner > div {
    width: 50%;
    position: relative;
    min-height: 1px;
  }
}




@media (min-width: 769px){
  .ast-small-footer>.ast-footer-overlay {
    padding-top: 2.66666em;
    padding-bottom: 2.66666em;
  }
  .ast-small-footer .ast-container {
    max-width: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }
  .logo-text-address{
    width: 90.476%;
  }
  .left-border{
    width: 9.514%;
  }
}



@media (max-width: 1024px){
  .top-inner ,
  .left-wrap,
  .top-col-right-row,
  .top-section-inner{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px){

  .col-4-space {
    display: none;
  }

  .logo-text-address .social-share, 
  .footer-height-space,
  .left-border {
    display: none;
  }


  .footer-logo img {
    width: auto!important;
  }

  .top-inner > div,
  .left-wrap > div {
    width: 100%;
  }
  .elementor-icon-box-icon {
    margin-bottom: 5px;
  }
}
/* ******************************************************************************
*********************************************************************************
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 {
  margin: 0 auto;
}

.blog-header {
  background-color: transparent;
  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-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: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.comment-date {
  display: block !important;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}



/*==================================================== 
====================Blog Listing======================
====================================================*/
.blog-wrapper .content-wrapper {
  padding: 0 !important;
}
.blog-wrapper {
  margin-top: 20px;
  margin-bottom: 0px;
}

.blog-index {
  padding: 30px;
}

.blog-index-inner {
  padding: 20px 0px 20px 0px;
}

.blog-item-inner {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}
.post-item-wrap {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  min-height: 1px;
}
.post-item {
  position: relative;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.post-item .lae-module-image {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.post-item .lae-module-image {
  position: relative;
  overflow: hidden;
  margin: 0 0 15px 0;
}
.post-item .lae-entry-details {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.post-item .lae-module-image img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  max-width: 100%;
  height: auto;
}

.post-item .lae-module-image:hover > img {
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
}

.post-item .entry-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 10px 0;
  font-family: 'Raleway',sans-serif;
  color: #343434;
}

.entry-title a {
  color: #343434;
  font-size: 24px;
  font-weight: 600;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  line-height: 1.2;
  font-family: 'Raleway',sans-serif;
}
.entry-title a:hover {
  color: #ff0000;
}

.post-item .lae-module-meta {
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 8px 0;
}

.lae-module-meta span {
  color: #ff0000;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  padding: 0;
  margin: 0;
  border-bottom: 1px dotted;
  cursor: help;
}
.post-item .entry-summary {
  color: #343434;
  font-size: 16px;
  margin: 15px auto 0;
  padding: 0;
}

.blog-pagination{
  display: block !important;
}
.blog-pagination .no-post{
  display: none;
}
.blog-pagination {
  display: none !important;
}

.post-item {
  opacity: 1 !important;
}


/*==================================================== 
====================Blog Post========================
====================================================*/
.blog-post-wrapper .content-wrapper {
  max-width: 800px;
}

.blog-post-title {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.blog-post-title h1 {
  color: #343434;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3em;
  padding: 0;
  margin: 0;
}


.blog-post-image {
  margin-bottom: 20px;
}

.blog-post-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display:block;
}

.blog-post-social .social-share-container {
  margin: -20px 0px 0px 0px;
}

.elementor-grid {
  grid-template-columns: repeat(5,1fr);
  display: grid;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-post-social ul li {
  word-break: break-word;
  min-width: 0;
}

.blog-post-social ul li a {
  overflow: hidden;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition-property: background-color,border-color,-webkit-filter;
  transition-property: background-color,border-color,-webkit-filter;
  -o-transition-property: filter,background-color,border-color;
  transition-property: filter,background-color,border-color;
  transition-property: filter,background-color,border-color,-webkit-filter;
  height: 4.5em;
  cursor: pointer;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-post-social ul li a.share_linkedin {
  background-color: #0077b5;
}

.blog-post-social ul li a.share_twitter {
  background-color: #1da1f2;
}

.blog-post-social ul li a.share_facebook {
  background-color: #3b5998;
}

.blog-post-social ul li a.elementor-share-btn_email {
  background-color: #ea4335;
}

.blog-post-social ul li a.elementor-share-btn_email:hover {
  -webkit-filter: saturate(1.5) brightness(1.2);
  filter: saturate(1.5) brightness(1.2);
  color: #fff;
}

.blog-post-social .elementor-share-btn__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 4.5em;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-post-social .elementor-share-btn__icon i {
  font-size: 1.7em;
}

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

.fa-linkedin:before {
  content: "\f08c";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}

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

.blog-post-social ul li a:hover {
  -webkit-filter: saturate(1.5) brightness(1.2);
  filter: saturate(1.5) brightness(1.2);
}

.blog-post-social 
.social-share-container {
  margin: -20px 0px 0px 0px;
}

.blog-post-image-wrap {
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 0px 0px 20px 0px;
}

.blog-post__body p {
  text-align: justify;
}
.blog-post-bottom {
  margin-top: 0px;
  margin-bottom: 50px;
}
/*==================================================== 
====================Media Query======================
====================================================*/
@media (min-width: 500px){
  .post-item .entry-title {
    font-size: 20px;
    line-height: 26px;
  }
}


@media (min-width: 600px){
  .post-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .post-item .lae-module-image {
    width: 30%;
    min-width: 250px;
  }
  .post-item .lae-entry-details {
    margin-left: 25px;
    width: 70%;
  }
}

@media (min-width: 767px){
  .post-item {
    padding-bottom: 50px;
  }
}

@media (min-width: 1024px){
  .post-item .entry-title {
    font-size: 26px;
    line-height: 34px;
  }
}


@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}
/* ******************************************************************************
*********************************************************************************
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: Lato, sans-serif;
  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: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  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: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  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: #494a52;
}

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

.systems-page .hs-input,
.systems-page .hs-input[type=password],
.systems-page .hs-input[type=text], 
.systems-page .hs-search-field__input[type=text],
.systems-page input[type=password]{
  max-width:720px;
  display:block;
  width:100% !important;
  padding: 4px 6px!important;
  font-size: 14px!important;
}
.systems-page input[type=password]{
  height:auto !important;
  margin-top:0 !important;
}
.systems-page .hs-input[type=checkbox],
.systems-page .hs-input[type=radio] {
  width: auto!important;
  display: inline-block;
}

.systems-page.stm-pg-df .hs-button {
  background-image: none;
  background-color: #B3B3B3;
  color: #343434;
}

.systems-page.stm-pg-df .hs-button:hover {
  color: #b3b3b3;
  background-color: #343434;
}

.systems-page.stm-pg-df [type="checkbox"] {
  opacity: 0;
  position: relative;
  z-index: 1;
}

.systems-page.stm-pg-df [type="checkbox"]:hover {
  background-color: #B3B3B3;
}
.systems-page.stm-pg-df [type="checkbox"]+span{
  position: relative;
  z-index: -1;
}
.systems-page.stm-pg-df [type="checkbox"]+span:before {
  align-items: center;
  background: #b3b3b3;
  border: 1px solid #d6d7d8;
  display: flex;
  height: 14px;
  justify-content: center;
  left: -18px;
  position: absolute;
  top: 1px;
  width: 15px;
  z-index: 6;
  content: "";
  border-radius: 4px;

}

.systems-page.stm-pg-df [type="checkbox"]:checked + span:before,
.systems-page.stm-pg-df [type="checkbox"]:checked:hover + span:before{
  background-color: #343434;
}
.systems-page.stm-pg-df [type="checkbox"]:hover + span:before{
  background-color:#b3b3b3
}


@media (max-width: 767px) {

  .systems-page .hs-input,
  .systems-page .hs-input[type=password],
  .systems-page .hs-input[type=text], 
  .systems-page .hs-search-field__input[type=text],
  .systems-page input[type=password]{
    max-width:100%;
  }

}


@media (max-width: 767px) and (min-width: 480px) {
  .error-page:before {
    font-size: 28vw;
  }
}

@media (max-width: 479px){
  .systems-page h1{}
  .systems-page h2{}
}