/* ******************************************************************************
*********************************************************************************
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 */
  line-height: 1.15; /* 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;
}

@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.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  src: url('https://8961140.fs1.hubspotusercontent-na1.net/hubfs/8961140/Monbuilding_January2021/Fonts/fontawesome-webfont.eot')format('eot'),
    url(https://8961140.fs1.hubspotusercontent-na1.net/hubfs/8961140/raw_assets/public/Monbuilding_January2021/Fonts/fontawesome-webfont.woff)format('woff'),
    url(https://8961140.fs1.hubspotusercontent-na1.net/hubfs/8961140/raw_assets/public/Monbuilding_January2021/Fonts/fontawesome-webfont.ttf) format('ttf'),
    url(https://8961140.fs1.hubspotusercontent-na1.net/hubfs/8961140/raw_assets/public/Monbuilding_January2021/Fonts/fontawesome-webfont.woff2) format('woff2'),
    url(https://8961140.fs1.hubspotusercontent-na1.net/hubfs/8961140/raw_assets/public/Monbuilding_January2021/Fonts/fontawesome-webfont.svg) format('svg');
}

@font-face {
  font-family: "Flaticon";
  font-weight: normal;
  font-style: normal;
  src: url('https://8961140.fs1.hubspotusercontent-na1.net/hubfs/8961140/Monbuilding_January2021/Fonts/Flaticon.eot')format('eot'),
    url(https://8961140.fs1.hubspotusercontent-na1.net/hubfs/8961140/raw_assets/public/Monbuilding_January2021/Fonts/Flaticon.woff)format('woff'),
    url(https://8961140.fs1.hubspotusercontent-na1.net/hubfs/8961140/raw_assets/public/Monbuilding_January2021/Fonts/Flaticon.ttf) format('ttf'),
    url(https://8961140.fs1.hubspotusercontent-na1.net/hubfs/8961140/raw_assets/public/Monbuilding_January2021/Fonts/Flaticon.woff2) format('woff2'),
    url(https://8961140.fs1.hubspotusercontent-na1.net/hubfs/8961140/raw_assets/public/Monbuilding_January2021/Fonts/Flaticon.svg) format('svg');
}

@font-face {
  font-family: "Abcmarfa-light";
  font-weight: normal;
  font-style: normal;
  src: url('https://8961140.fs1.hubspotusercontent-na1.net/hubfs/8961140/Fonts/abcmarfa-light-webfont.woff')format('woff'),
}

html,body {
  max-width: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.75;

  overflow-x: hidden;
  line-height: 1.875;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {

}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  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: Lato, sans-serif;
  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 li,
ol li {

}
ul, ol {
    padding-left: 20px;
}

.body-container-wrapper ul li::marker {
    font-size: 13px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

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

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

}

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

@media (max-width: 767px) {

}

@media (max-width: 480px) {

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

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: .92rem;
  padding: 15px 53px;
  
  text-decoration: none !important;
  color: #00c0db;
  background-color: #ffffff;
  border: 1px solid #00c0db;
  box-shadow: unset;
  position: relative;
  z-index: 1;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  -moz-transition: all 400ms;
  transition: all 400ms;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 5px 42px 5px;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: top;
  background: transparent;
  margin-bottom: 0;
  font-family: Poppins;
  margin:10px 0px;
  
    white-space: normal;
}

.hs-form-field {
    margin-bottom: 18px;
}

div#hs-search-module form input {
    margin-bottom: 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 {
  font-size: .83rem;
  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 label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input {
  display: inline-block;
  width: 100%;
  height: 58px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #7F7F7F;
  height: 50px;
  max-width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  padding: 10px 20px;
  -webkit-appearance: none;
  font-family: inherit;
  border: 1px solid #c4cdd7;
  background: transparent;
  outline: none;
  margin: 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.hs-input:focus {
  background: #fff;
  -webkit-box-shadow: 0px 14px 13px 0px rgba(109, 75, 196, 0.08);
  -moz-box-shadow: 0px 14px 13px 0px rgba(109, 75, 196, 0.08);
  box-shadow: 0px 14px 13px 0px rgba(109, 75, 196, 0.08);
}

.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);
}

form {
  max-width: 767px;
  padding: 40px;
  border-radius: 0px;
  border: 2px solid #00c0db;
  box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 );
  background-color: rgba( 255, 255, 255, 1.00 );
  margin-bottom: 20px;
}

.hs-form label {
  color: #000000;
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
}

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 {

}
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 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.lp  .row-footer {
    margin-top: 60px;
}

.lp .copytext {
    border: none;
}

.lp .header-right-nav {
    opacity: 0;
    visibility: hidden;
}

.lp .mobile-hamburger-toggle {
    opacity: 0;
    visibility: hidden;
}

.lp .mobile-left-col {
    min-width: 50px;
}

.lp .header-side-content.mobile-right-col {
    min-width: 109.6px;
}
/* ******************************************************************************
*********************************************************************************
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;

}


/* Styles for the Logo */


/* lava-lamp */
.lavalamp-object {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #00c0db;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  top: 50%;
  transition-property: all;
  transition-duration: 0.8s;
  transform: translate(889.5px, 0px);
  width: 5px;
  height: 5px;
  opacity: 1;
  margin-top: 16px;


  width: 5px !important;
  height: 5px !important;
  transform: translate(742.5px, 0px);
}


/* header-clone-css */
.header-inner-wrapper.cloned {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  overflow: hidden;
  opacity: 0;
  -webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(255,255,255,1);
  color: #313131;
}

.scroll-header .header-inner-wrapper.cloned {
  opacity: 1;
  overflow: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}


@media(max-width:1024px){
  .header-inner-wrapper.cloned {
    display: none !important;
  }
}


/* Styles for the Search Bar */


/* pop-up-css */
.popup-form-wrapper {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1999999999;
  overflow: initial;
  transition: .15s ease-in-out;
  box-sizing: border-box;
  background-color: rgba( 255, 255, 255, 0.80 );
  opacity: 0;
  visibility: hidden;
}

.pop-open .popup-form-wrapper {
  opacity: 1;
  display: block;
  visibility: visible;
}

body.pop-open {
  overflow-y: hidden;
}


.popup-form-inner form {
  max-width: 100%;
  padding: 0;
  margin: 0;
  box-shadow: none;
  background: transparent;
  border: none;
}

.popup-form-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup-form-wrapper {
  overflow-y: auto;
}

.popup-form-inner {
  position: absolute;
  margin-bottom: 3em;
  z-index: 1999999999;
  margin-top: 3em;
  height: auto;
  overflow: visible;
  padding: 40px;
  border-radius: 0px;
  border: 2px solid #00c0db;
  box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 );
  background-color: rgba( 255, 255, 255, 1.00 );
  display: block;
  width: 95%;
}


@media only screen and (min-width: 1024px){
  .popup-form-inner {
    width: 60%;
  }

}


.popup-form-inner-outer {
  position: relative;

  margin-top: 465px;
  top: 100px;
}

.popup-form-inner-outer {
  position: relative;
}

.popup-form-inner {
  margin-top: 0;
}

.popup-form-inner h2 {
  margin: 0;
  margin-bottom: .5em;
  color: #00c0db;
  text-align: left;
  text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.00 );
  font-family: Poppins;
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
}

.popup-form-inner h5 {
  margin: 0;
  color: #161616;
  font-family: Poppins;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 45px;
}

.popup-form {}

.popup-form-inner form {
  width: 100%;
}

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

.popup-form-inner form .hs-form-field {
  margin-bottom: 20px;
}

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



.popup-form-inner form .hs-input:focus {
  border-color: transparent;
  background: #fff;
  -webkit-box-shadow: 0px 14px 13px 0px rgba(109, 75, 196, 0.08);
  -moz-box-shadow: 0px 14px 13px 0px rgba(109, 75, 196, 0.08);
  box-shadow: 0px 14px 13px 0px rgba(109, 75, 196, 0.08);
  border-color: #00c0db;
}

.popup-form-inner form .hs_surname_,.popup-form-inner form .hs_phone {
  padding-right: 10px;
}

.popup-form-inner form  .hs_firstname {
}

.popup-form-inner form .hs_phone {}

.hs-input[type=checkbox], .hs-input[type=radio] {
  appearance: checkbox;
}

.popup-form-inner form .hs-input[type=checkbox] {
  width: auto !important;
  display: inline;
}

.popup-form-inner form .popup-form-inner form {}

li.hs-form-booleancheckbox {}

.popup-form-inner form  li.hs-form-booleancheckbox {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  margin: 0 0 0 1em;
  padding-left: 10px;
  padding-right: 10px;
}

.popup-form-inner form  .inputs-list label {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 18px;
  font-family: Poppins;
  color: #7F7F7F;
  line-height: normal;
}

.popup-form-inner form input.hs-button.primary.large {
  margin: 0;
}

.popup-form-inner button.pum-close {
  cursor: pointer;
  min-width: 1em;
  z-index: 2;
  text-decoration: none;
  text-align: center;
  position: absolute;
  height: auto;
  width: auto;
  left: auto;
  right: 5px;
  bottom: auto;
  top: 0px;
  padding: 0px;
  color: #00c0db;
  font-family: inherit;
  font-weight: 400;
  font-size: 19px;
  line-height: 36px;
  border: 1px none #ffffff;
  border-radius: 0px;
  box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 );
  text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.00 );
  background-color: rgba( 255, 255, 255, 0.00 );
}
.popup-form-inner .hs-form label {
  color: #000000;
  margin: 0;
}

.popup-form-inner  form textarea {
  height: 120px;
  padding-top: 20px;
}


/* header-css */

header.header {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
  top: 0;
  position: relative;
}

header.header {}

.header .header-inner-wrapper {
  width: 100%;
  padding: 0 30px;
}

.header .header-inner-wrapper .header-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 110px;
}
.header-inner-wrapper.cloned .header-inner {
  height: 100px;
}
.logo-wrapper {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: left;
}

.logo-wrapper > div {
  max-height: 100%;
  height: 100%;
  display: inline-block;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.logo-wrapper > div > span  {
  display: inline-block;
  vertical-align: middle;
  padding-right: 0;
}



.logo-wrapper a {
  color: inherit;
}

.logo-wrapper a img {
  width: auto !important;
  vertical-align: top;
  max-width: 100%;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  max-height: 100%;
  height: 51px;
}


.header-nav-wrapper {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}


.header-nav-wrap-inner {
  max-height: 100%;
  height: 100%;
  display: inline-block;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.custom-menu-primary {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.02em;
  height: 110px;
}

.mobile-hamburger-toggle {
  vertical-align: middle;
  padding: 0 0;
  display: none;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  -moz-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  height: 20px;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger-box {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 20px;
  vertical-align: top;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: currentColor;
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  -o-transition: -o-transform 0.15s ease;
  -moz-transition: transform 0.15s ease, -moz-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease, -moz-transform 0.15s ease, -o-transform 0.15s ease;
}

.hamburger-box .hamburger-inner {
  top: -1px;
  -webkit-transition: background-color 0s 0.13s linear;
  -o-transition: background-color 0s 0.13s linear;
  -moz-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
  top: -9px;
}

.hamburger-box .hamburger-inner::before {
  top: 9px;
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-box .hamburger-inner::after {
  top: 18px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.custom-menu-primary nav.navigation-primary {
  display: inherit;
  height: inherit;
}

.custom-menu-primary ul.submenu.level-1 {
  position: static;
  height: 100%;
  padding: 0;
  font-family: Poppins;
  font-weight: 400;
  line-height: 30px;
  font-size: 16px;
}

.custom-menu-primary ul.submenu.level-1 > li {
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  position: relative;
  padding-left: 0;
  height: 100%;

  float: left;
}

.custom-menu-primary ul.submenu.level-1 > li > a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  opacity: 1;
  color: inherit;
  padding: 0 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
}

.custom-menu-primary ul.submenu.level-1 > li > a > span {
  position: relative;
}

.custom-menu-primary ul.submenu.level-1 > li.has-submenu > a > span {
  margin-right: 14px;
}

.custom-menu-primary > div {
  height: inherit;
}
.custom-menu-primary ul.submenu.level-1>li.has-submenu>a>span span.menu-item_plus:before,
.custom-menu-primary ul.submenu.level-1>li.has-submenu>a>span span.menu-item_plus:after {
  position: absolute;
  content: "";
  z-index: 1;
  background: currentColor;
}
.custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2>li.active-branch>a>span:before {
  opacity: 1;
  margin-left: -20px;
  background-color: #00c0db;
}

.custom-menu-primary ul.submenu.level-1>li.has-submenu>a>span span.menu-item_plus:before {
  width: 8px;
  height: 2px;
  right: -14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}



.custom-menu-primary ul.submenu.level-1>li.has-submenu>a>span span.menu-item_plus:after {
  width: 2px;
  height: 8px;
  right: -11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.custom-menu-primary ul.submenu.level-1 {
  /*     position: relative; */
}

.custom-menu-primary ul.submenu.level-1 {
  position: relative;
}

.lavalamp-object {
  transform: none;
}


/* .lavalamp-object{

left: 0px !important;
} */




.custom-menu-primary ul.submenu.level-1>li>a {
  color: #000;
}
.header-side-content {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: right;
}

.header-side-content-inner {
  max-height: 100%;
  height: 100%;
  display: inline-block;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.header-right-nav {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0;
}

.header_spacing {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
}

.header-button {
  display: inline-block;
  vertical-align: middle;
}

.header-button > div {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inherit;
}

.header-button > div > span {
  text-align: left;
  display: inherit;
  position: relative;
  z-index: 20;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  z-index: 0;
}

.header-button .pum-trigger {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 65px;
  -moz-border-radius: 65px;
  border-radius: 65px;
  line-height: 2;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: initial;
  white-space: nowrap;
  -webkit-transition: inherit;
  -o-transition: inherit;
  -moz-transition: inherit;
  transition: inherit;
  line-height: 1.16;
  min-width: 130px;
  min-height: 42px;
  padding: 10px 17px;
  font-size: 14px;
  font-family: Poppins;
  margin-bottom: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: rgba(255,255,255,1);
  border-color: rgba(93,93,98,1);
  background-color: rgba(93,93,98,1);
}

.header-button .pum-trigger:hover {
  color: rgba(93,93,98,1);
  border-color: rgba(93,93,98,1);
  background-color: rgba(255,255,255,1);
}
.header-right-nav > div {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inherit;
}

.header-right-nav > div > span {
  display: inherit;
  padding-bottom: 0px;
}

.header-right-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  padding-bottom: 0px;
}

.header-right-nav ul li {
  position: relative;
  z-index: 1;
  padding-left: 20px;
  list-style: none;
  line-height: 40px;
}

.header-right-nav ul li:last-child {
  padding-bottom: 0;
}

.header-right-nav ul li:before {
  content: '';
  position: absolute;
  z-index: 1;
  font-size: 1em;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  left: 2px;
  top: 18px;
  background-color: unset !important;
}

.header-right-nav ul li a {
  text-transform: capitalize;
  color: #000;
}

.header-right-nav ul li:after {
  content: '|';
  position: absolute;
  right: -12px;
  float: right;
  top: 0;
}

.header-right-nav ul li:last-child:after {
  display: none;
}

.header-right-nav ul li a.active-item {
  color: #00c0db;
}

.header_spacing {
  width: 11px !important;
}

.custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2 {
  left: 0;
  top: 100%;
  transform: none;
  width: auto;
  display: block;
  position: absolute;
  left: -12px;
  top: -webkit-calc(100% + 15px);
  top: -moz-calc(100% + 15px);
  top: calc(100% + 15px);
  min-width: 270px;
  white-space: nowrap;
  padding: 0;
  opacity: 0;
  z-index: 555;
  visibility: hidden;
  text-align: left;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  transition: all .3s ease-in;
  border: 0;
  -webkit-box-shadow: 0px 15px 38px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 15px 38px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 38px 0px rgba(0, 0, 0, 0.1);
  margin-top: 0;
  padding: 24px 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-family: Poppins;
  font-weight: 300;
  line-height: 30px;
  font-size: 16px;
  background-color: rgba(255,255,255,1);
  color: #313131;
  left: auto;
  right: 0;
}

.custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2 {}

.custom-menu-primary ul.submenu.level-1>li:hover>ul.submenu.level-2 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateX(0) translateZ(0);
  -moz-transform: rotateX(0) translateZ(0);
  transform: rotateX(0) translateZ(0);
  top: 100%;
}

.custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2:before {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  height: 15px;
  width: 100%;
  content: '';
}

.custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2 > li {
  vertical-align: middle;
  position: relative;
  padding-left: 0;
  display: block;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -moz-transition: 0s;
  transition: 0s;
  line-height: inherit;
}

.custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2 > li > a {
  color: inherit;
  opacity: 1;
  display: block;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -moz-transition: 0s;
  transition: 0s;
  padding: 4px 28px 4px 36px;
  color: #313131;
  font-weight: 300;
}

.custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2 > li > a > span {
  position: relative;
  padding-left: 0;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  -moz-transition: color .3s;
  transition: color .3s;
  display: block;
}

.custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2 > li > a > span:before {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-top: -2.5px;
  margin-left: -30px;
  left: 0%;
  width: 5px;
  height: 5px;
  border: 0;
  content: '';
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.6s cubic-bezier(0.25, 1, 0.55, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.25, 1, 0.55, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.25, 1, 0.55, 1) 0s;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.55, 1) 0s;
  background-color: #00c0db;
}


.custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2>li:hover>a {
  color: #00c0db;
}

.custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2>li:hover>a>span:before {
  opacity: 1;
  margin-left: -20px;
  background-color: #00c0db;
}



@media(min-width:1201px){
  .mobile-header-wrapper{
    display: none;
  }
}


@media(max-width:1200px){
  .header-inner-wrapper {
    display: none;
  }


  .mobile-header-wrapper {
    color: #0a0a0a;
  }

  .mobile-header-wrapper {}

  .mobile-header-wrapper .mobile-header-inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 90px;
  }

  .mobile-left-col {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mobile-left-col .mobile-left-col-inner {
    max-height: 100%;
    height: 100%;
    display: inline-block;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mobile-hamburger-toggle {
    display: inherit;
  }

  .mobile-mid-col {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    left: 10px;
  }

  .mobile-mid-col > .mobile-mid-col-inner {
    max-height: 100%;
    height: 100%;
    display: inline-block;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mobile-logo-wrapper {
    max-height: 100%;
    height: 100%;
    display: inline-block;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mobile-logo-wrapper > div {
    display: inline-block;
    vertical-align: middle;
    padding-right: 0;
    padding-left: 0;
  }

  .mobile-logo-wrapper > div > span {
    display: inherit;
  }

  .mobile-logo-wrapper > a {
    color: inherit;
  }

  .mobile-logo-wrapper a {
    color: inherit;
  }

  .mobile-logo-wrapper a img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    max-height: 100%;
    height: 51px;
    width: auto !important;
  }

  .header-side-content.mobile-right-col {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  header.header {
    position: relative;
  }
  .mobile-hamburger-toggle {
    padding-right: 20px;
  }

  .mobile-mid-col {
    left: 0;
  }

  
  
.mobile-open .mobile-header-wrapper {
    position: fixed;
    width: 100%;
    background-color: #fff;
}
  
  /*   mobile-menu-css */
  .mobile_nav_wrapper {
    background-color: rgba(247,249,253,1);
    color: #4f4e4e;
  }

  .custom-menu-primary-mobile {
    position: fixed;
    z-index: -10;
    width: 100%;
    height: 0%;
    opacity: 0;
    background-color: #222328;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
    background-color: rgba(247,249,253,1);
    color: #4f4e4e;
  }

  .custom-menu-primary-mobile > div {
    letter-spacing: 0.02em;
    padding-top: 30px;
    min-height: calc(100vh - 90px - 30px);
    display: block;
  }

  .custom-menu-primary-mobile ul.submenu.level-1 {
    font-family: Poppins;
    font-weight: 400;
    line-height: 30px;
    font-size: 16px;
    min-height: 508px;
    position: relative;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0 30px 30px 30px;
    text-align: left;
  }

  .custom-menu-primary-mobile ul.submenu.level-1 > li {
    position: static;
    display: block;
    float: none;
    height: auto;
    padding: 0;
  }

  .custom-menu-primary-mobile ul.submenu.level-1 > li > a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    opacity: 1;
    color: inherit;
    padding: 0 17px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
    position: relative;
    text-transform: capitalize;
    padding: 10px 0;
    margin: 0;
  }

  .custom-menu-primary-mobile ul.submenu.level-1 > li > a.active-item {
    color: #00c0db;
  }

  .mobile-open .custom-menu-primary-mobile {
    z-index: 999;
    opacity: 1;
    height: calc(100vh - 90px);
  }

  .mobile-open .hamburger-box .hamburger-inner {
    -webkit-transition-delay: 0.22s;
    -moz-transition-delay: 0.22s;
    -o-transition-delay: 0.22s;
    transition-delay: 0.22s;
    background-color: transparent;
  }

  .mobile-open .hamburger-box .hamburger-inner::before {
    top: 0;
    -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -o-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
    -moz-transform: translate3d(0, 9px, 0) rotate(45deg);
    transform: translate3d(0, 9px, 0) rotate(45deg);
  }

  .mobile-open .hamburger-box .hamburger-inner::after {
    top: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -o-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 9px, 0) rotate(-45deg);
    -moz-transform: translate3d(0, 9px, 0) rotate(-45deg);
    transform: translate3d(0, 9px, 0) rotate(-45deg);
  }

  .submenu-toggle {
    width: 50px;
    height: 50px;
    z-index: 1;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    margin-right: 0;
    display: inline !important;
  }

  .custom-menu-primary-mobile ul.submenu.level-1>li {
    position: relative;
  }
  .custom-menu-primary-mobile ul.submenu.level-1>li>a {
    width: auto;
    display: inline-block;
  }

  .custom-menu-primary-mobile ul.submenu.level-1>li.has-submenu > a {
    margin-right: 14px;
  }
  .submenu-toggle:before {
    content: '';
    display: inline-block;
    border-top-width: 1px;
    border-top-style: solid;
    border-left-width: 1px;
    border-left-style: solid;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -moz-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    -o-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: none !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    width: 8px;
    height: 8px;
    visibility: visible;
    margin-top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: inherit;
    margin-left: 0 !important;
  }

  .custom-menu-primary-mobile ul {
    -webkit-transition: all .3s !important;
    -moz-transition: all .3s !important;
    -ms-transition: all .3s !important;
    -o-transition: all .3s !important;
    transition: all .3s !important;
  }

  .custom-menu-primary-mobile ul.submenu.level-1>li ul.submenu.level-2,
  .custom-menu-primary-mobile ul.submenu.level-1>li ul.submenu.level-3 {
    position: fixed !important;
    top: 0;
    right: 0;
    margin: 0;
    left: 0;
    display: none;
    background-color: rgba(0,166,226,0.0);
  }

  .custom-menu-primary-mobile ul.submenu.open, 
  .custom-menu-primary-mobile ul.submenu.level-2.open {
    transform: translate3d(-100%,0px,0px);
  }

  .custom-menu-primary-mobile ul.submenu.level-1>li.open ul.submenu.level-2, 
  .custom-menu-primary-mobile ul.submenu.level-2>li.open ul.submenu.level-3 {
    transform: translateX(100%);
  }

  .custom-menu-primary-mobile .navigation-primary>ul.submenu.level-1>li.open>ul.submenu.level-2, 
  .custom-menu-primary-mobile ul.submenu.level-2>li.open ul.submenu.level-3 {
    display: block;
  }
  .custom-menu-primary-mobile ul.submenu.level-1>li ul.submenu.level-2 {
    padding: 0 30px 0 30px;
  }

  .custom-menu-primary-mobile ul.submenu.level-1>li ul.submenu.level-2 > li {
    display: block;
    float: none;
    height: auto;
    padding: 0;
  }

  .custom-menu-primary-mobile ul.submenu.level-1>li ul.submenu.level-2 > li.back {
    margin-left: -21px;
  }

  .custom-menu-primary-mobile ul.submenu.level-1>li ul.submenu.level-2 > li.back h4 {
    margin: 0;
    position: relative;
    text-transform: capitalize;
    -webkit-transition: 0s;
    -o-transition: 0s;
    -moz-transition: 0s;
    transition: 0s;
    padding: 10px 0;
    margin: 0;
    display: inline-block !important;
    color: inherit !important;
    letter-spacing: 0.02em;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;

    cursor: pointer;
  }

  .custom-menu-primary-mobile ul.submenu.level-1>li ul.submenu.level-2 > li.back h4:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    left: 2px;
    top: 18px;
    content: "\f177";
    display: inline-block;
    position: static;
    width: auto;
    height: auto;
    padding-right: 5px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
    -moz-transition: color 0.4s;
    transition: color 0.4s;
    color: inherit !important;
  }

  .custom-menu-primary-mobile ul.submenu.level-1>li ul.submenu.level-2 > li > a {
    position: relative;
    text-transform: capitalize;
    color: inherit;
    opacity: 1;
    display: block;
    -webkit-transition: 0s;
    -o-transition: 0s;
    -moz-transition: 0s;
    transition: 0s;
    padding: 10px 0;
    margin: 0;
    font-weight: 300;
  }

  .custom-menu-primary-mobile ul.submenu.level-1>li ul.submenu.level-2 > li:hover > a {
    color: #00c0db;
  }

  .custom-menu-primary-mobile ul.submenu.level-1>li ul.submenu.level-2 > li > a:before {
    position: absolute;
    display: block;
    top: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-top: -2.5px;
    margin-left: -30px;
    left: 0%;
    width: 5px;
    height: 5px;
    border: 0;
    content: '';
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.6s cubic-bezier(0.25, 1, 0.55, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0.25, 1, 0.55, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.25, 1, 0.55, 1) 0s;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.55, 1) 0s;
    background-color: #00c0db;
  }

  .custom-menu-primary-mobile ul.submenu.level-1>li ul.submenu.level-2 > li:hover > a:before {
    opacity: 1;
    margin-left: -20px;
  }

  .custom-menu-primary-mobile ul.submenu.level-1>li ul.submenu.level-2>li.active-branch>a {
    color: #00c0db;
  }

  .custom-menu-primary-mobile ul.submenu.level-1>li ul.submenu.level-2>li.active-branch>a:before {
    opacity: 1;
    margin-left: -20px;
  }

}

@media(max-width:480px){
  .mobile-logo-wrapper a img {
    height: auto;
  }
}
/* ******************************************************************************
*********************************************************************************
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: Lato, sans-serif;
  font-size: .7rem;
  margin: .5rem 0;
}



.footer {
  position: relative;
}

.footer_top-area {
  color: #fff;
}

.softlab_wave_footer {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 138px;
}

.softlab_wave_footer svg {
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
}

.footer_top-area .footer__container {}

.footer_top-area .row-footer {
  padding-top: 90px;
  padding-bottom: 60px;
}

.footer_top-area .row-footer > .row-mar {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}

.copyright-wrapper {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  position: relative;
  padding-top: 25px;
}

.copyright-wrapper > .pad {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.copytext {
  font-size: 16px;
  line-height: 30px;
}

.copytext p {
  margin: 0;
  text-align: center;
  line-height: inherit;
  font-size: inherit;
  color: #bdbdbd;
}

.copyright-wrapper .softlab_divider {
  font-size: 0;
  line-height: 0;
  text-align: left;
}

.copyright-wrapper .softlab_divider .divider_custom {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #4f4f52;
}


.footer-top {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.footer-top > .pad {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.footer-top .softlab_module_spacing {}

.footer-top .softlab_module_spacing .spacing_size {
  height: 80px;
}

.footer-top > .pad > .row-mar {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}

.footer-col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}


@media (min-width: 768px){
  .footer-col {
    float: left;
    width: 33.33333333%;
  }

}

.footer-col.footer-col-1 {}

.footer-col > .footer-col-pad {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.footer-col-1 .footer-social {
  text-align: left;
  margin-left: -6px;
  margin-right: -6px;
}



.social-links a {}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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




.copyright-wrapper>.pad {
  height: auto;
  display: inline-block;
}

.footer-top {
  display: inline-block;
}

.copytext {
  border-top: 1px solid #4f4f52;
}

.footer-social {
  margin-top: 26px;
}

.footer-col.footer-col-1 {}

.footer-col-1 .footer-content {
  font-size: 16px;
  line-height: 30px;
  margin-top: 24px;
}

.footer-logo {}

.footer-logo img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.footer-col.footer-col-2 {}

.footer-col-2 nav.navigation-primary {
  display: inherit;
}

.footer-col-2  ul.submenu.level-1 {
  display: block;
  text-align: center;
}

.footer-col-2 ul.submenu.level-1 > li {
  display: block;
}

.footer-col-2 ul.submenu.level-1 > li:nth-child(1) > a {
  font-weight: 600;
  font-family: Poppins;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  cursor: text;
}

.footer-col-2 ul.submenu.level-1 > li > a {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  position: relative;
  z-index: 1;
}

.footer-col-2 ul.submenu.level-1 > li > a:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  bottom: 0;
  border-bottom: 1px solid;
  width: 0;
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: visible;
  -webkit-transition: all .3s ease-in-out 0s,border-color 0s;
  -o-transition: all .3s ease-in-out 0s,border-color 0s;
  -moz-transition: all .3s ease-in-out 0s,border-color 0s;
  transition: all .3s ease-in-out 0s,border-color 0s;
  color: #00c0db;
}

.footer-col-2 ul.submenu.level-1 > li > a:hover {
  color: #00c0db;
}

.footer-col-2 ul.submenu.level-1 > li > a:hover:before {
  width: 100%;
}

.footer-col-2 ul.submenu.level-1 > li:nth-child(1) > a:hover {
  color: #fff;
}

.footer-col-2 ul.submenu.level-1 > li:nth-child(1) > a:before {
  display: none;
}

.footer-col.footer-col-3 {}

.footer-col-3 {}

.footer-col-3 h6 {
  margin: 0;
  font-weight: 600;
  font-family: Poppins;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
}

.footer-col-3 form {
  margin: 0;
  padding: 0;
  max-width: 100%;
  box-shadow: none;
  background: transparent;
  border: none;
}

.footer-form {}

.footer-form .hs-form label {
  margin: 0;
}

.footer-form .hs_email {
  margin: 0;
}

.footer-form .hs-input {
  height: 50px;
  max-width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  padding: 10px 20px;
  -webkit-appearance: none;
  font-family: inherit;
  border: 1px solid #c4cdd7;
  background: transparent;
  outline: none;
  margin: 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
  color: #D4D4D4;
  background: #ffffff;
  border-color: #ffffff;
  margin-bottom: 20px;
}

.footer-form input.hs-button.primary.large {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  height: 50px;
  background: transparent;
  margin-bottom: 0;
  border-width: 0;
  border-style: solid;
  padding: 5px 42px 5px;
  text-transform: capitalize;
  font-family: inherit;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0;
  color: #ffffff;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  -moz-transition: all 400ms;
  transition: all 400ms;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-family: Poppins;
  color: #ffffff;
  background-color: #00c0db;
  border-color: #00c0db;
  box-shadow: unset;
}

.footer-form input.hs-button.primary.large:hover {
  color: #00c0db;
  background-color: #ffffff;
}

.footer-form .hs-input:hover {
  border-color: #00c0db;
}

.copyright-wrapper {
  padding-top: 16px;
}

.footer-col-2 ul.submenu.level-1>li {
  margin-bottom: 7px;
}

.footer-col-2 ul.submenu.level-1>li:nth-child(1) {
  margin-bottom: 31px;
  position: relative;
  top: 9px;
}

.footer-col-2 ul.submenu.level-1>li:nth-child(6) {
}
.footer-form {
  margin-top: 46px;
}

.footer-col-3 h6 {
  position: relative;
  top: 11px;
}


/* back-to-top-css */
a#back-to-top {
    position: fixed;
    z-index: 20;
    width: 44px;
    height: 44px;
    line-height: 44px;
    right: 0;
    bottom: 30px;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateX(130%);
    -moz-transform: translateX(130%);
    -ms-transform: translateX(130%);
    -o-transform: translateX(130%);
    transform: translateX(130%);
    cursor: pointer;
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px;
    -webkit-box-shadow: 0 5px 38px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 38px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 38px 0 rgba(0, 0, 0, 0.1);
    background-color: #4dc1d5;
    color: #ffffff;
}

a#back-to-top:after {
    content: "\f1c0";
    font-family: Flaticon;
    font-size: 16px;
    display: inline-block;
    margin-left: 5px;
}

body.scroll-top-top.disable-focus-styles.header-hide {}

.scroll-top-top a#back-to-top {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

a#back-to-top:hover:after {
    -webkit-animation: scroll_up_anim 1.5s infinite;
    -moz-animation: scroll_up_anim 1.5s infinite;
    -o-animation: scroll_up_anim 1.5s infinite;
    animation: scroll_up_anim 1.5s infinite;
}

@-webkit-keyframes scroll_up_anim {
    0% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    50% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }

    100% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
}

@-moz-keyframes scroll_up_anim {
    0% {
        -moz-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    50% {
        -moz-transform: translateY(3px);
        transform: translateY(3px);
    }

    100% {
        -moz-transform: translateY(-3px);
        transform: translateY(-3px);
    }
}

@-o-keyframes scroll_up_anim {
    0% {
        -o-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    50% {
        -o-transform: translateY(3px);
        transform: translateY(3px);
    }

    100% {
        -o-transform: translateY(-3px);
        transform: translateY(-3px);
    }
}

@keyframes scroll_up_anim {
    0% {
        -webkit-transform: translateY(-3px);
        -moz-transform: translateY(-3px);
        -o-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    50% {
        -webkit-transform: translateY(3px);
        -moz-transform: translateY(3px);
        -o-transform: translateY(3px);
        transform: translateY(3px);
    }

    100% {
        -webkit-transform: translateY(-3px);
        -moz-transform: translateY(-3px);
        -o-transform: translateY(-3px);
        transform: translateY(-3px);
    }
}
.footer-form .hs-input::placeholder {
    color: #4f5965;
}
@media(max-width:1200px){
  .copyright-wrapper {
    padding-top: 15px;
  }

  .footer-col-2 ul.submenu.level-1>li {
    margin-bottom: 7px;
  }

  .footer-col-2 ul.submenu.level-1>li:nth-child(1) {
    margin-bottom: 31px;
    top: 9px;
  }

  .footer-col-2 ul.submenu.level-1>li>a {
    width: auto;
    display: inline-block;
  }

  .footer-col-2 ul.submenu.level-1>li {
    width: auto;
    display: inherit;
  }


}
 

@media(max-width:767px){
  .footer-form {
    margin-bottom: 40px;
  }

  .footer-col.footer-col-3 {
    padding-top: 23px;
  }

}
/* ******************************************************************************
*********************************************************************************
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;
  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: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.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: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.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-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: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  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: #494a52;
  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 .hs-button {

}
.blog-comments .hs-button:hover {

}
.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;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
   padding: 5px;
   overflow: hidden;
   overflow-x: auto;
}

.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;
}


/* blog-css */

.blog-header-banner {
  padding: 10px 0;
  padding-top: 0;
}

.blog-header-banner h1 {
  margin: 0;
  font-weight: 800;
  text-transform: capitalize;
  font-family: Poppins;
  color: #161616;
  font-size: 42px;
  line-height: 72px;
}


.blog-wrap {
  padding: 40px 0;
  position: relative;
  z-index: 0;
  padding-bottom: 120px;
}

.blog-wrap > .content-wrapper {}

.blog-wrap > .content-wrapper > .row {
  margin-left: -15px;
  margin-right: -15px;
}

.blog-left-col {
  float: left;
  min-height: 1px;
  display: block;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.blog-right-col {
  float: left;
  display: block;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}

@media only screen and (min-width: 768px){
  .blog-left-col {
    width: 75%;
  }

  .blog-right-col {
    width: 25%;
  }
}





.blog-left-col > .row-mar {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}

.blog-left-col > .row-mar > .row-pad {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.blog-wrap .blog-indexx {
  margin-left: -15px;
  margin-right: -15px;
}

.post-item {
  display: block;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.post-item .blog-postt {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin-bottom: 50px;
}

.post-item .blog-postt:after {
  display: block;
  content: '';
  height: 0;
  clear: both;
}

.post-item .blog-postt .blog-post_wrapper {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.post-item .blog-post_media {
  position: relative;
  margin-bottom: 30px;
}

.post-item .blog-post_media_part {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.post-item .blog-post_media_part .hs-featured-image-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}

.post-item .blog-post_media_part .hs-featured-image-wrapper img {
  margin: 0;
  max-width: 100%;
  width: 100%;
  float: none;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-transform: scale(1.25, 1.25);
  -moz-transform: scale(1.25, 1.25);
  -ms-transform: scale(1.25, 1.25);
  -o-transform: scale(1.25, 1.25);
  transform: scale(1.25, 1.25);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  /* transform: scale(1, 1); */
  /* width: auto; */
  
    height: auto;
}

.post-item .blog-postt .blog-post_meta_info {
  position: absolute;
  left: 0;
  top: 30px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  background: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 38px 0;
  z-index: 12;
  white-space: nowrap;
  -webkit-transition: all .45s ease;
  -o-transition: all .45s ease;
  -moz-transition: all .45s ease;
  transition: all .45s ease;
  margin-left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post-item .blog-postt .blog-post_meta_info .meta-wrapper {
  font-family: Poppins;
  text-transform: uppercase;
  line-height: 0;
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  color: #8b9baf;
}

.post-item .blog-postt .blog-post_meta_info .meta-wrapper span.date_post {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  opacity: 1;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  letter-spacing: 0;
  line-height: 38px;
  color: #8b9baf;
}

.post-item .blog-postt:hover .blog-post_wrapper .blog-post_meta_info {
  -webkit-box-shadow: 0px 10px 38px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 38px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 38px 0px rgba(0, 0, 0, 0.1);
}

.post-item .blog-postt:hover .blog-post_meta_info .meta-wrapper span.date_post {
  color: #00c0db;
}

.post-item .blog-post_content .meta-wrapper {
  font-weight: 400;
  padding-top: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #8b9baf;
  margin-bottom: 3px;
  line-height: 0;
}

.post-item .blog-post_content .meta-wrapper {}

.post-item .blog-post_content .meta-wrapper span.blog-post_meta-categories {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  letter-spacing: 0;
  opacity: 1;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #8b9baf;
}

.post-item .blog-post_content .meta-wrapper span.blog-post_meta-categories span {
  line-height: 30px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  color: #5d5d62;
}

.post-item .blog-post_content .meta-wrapper span.blog-post_meta-categories span a {
  line-height: 30px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  letter-spacing: 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  text-transform: lowercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  color: #5d5d62;
}

.post-item .blog-post_content .meta-wrapper span.blog-post_meta-categories span a:hover {
  color: #00c0db !important;
}

.post-item .blog-post_content h3.blog-post_title {
  color: #161616;
  font-family: Poppins;
  font-weight: 700;
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 10px;
}

.post-item .blog-post_content h3.blog-post_title a {
  color: #161616;
  font-family: Poppins;
  font-weight: 700;
  font-size: 30px;
  line-height: 42px;
}

.post-item .blog-post_content h3.blog-post_title a:hover {
  color: #00c0db;
}

.post-item .blog-post_text {
  font-size: 16px;
  margin-bottom: 20px;
}

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

.post-item .blog-post_meta-desc {
  margin-bottom: -15px;
}

.post-item .blog-post_meta-desc .blog-post_meta-wrap {
  float: left;
  line-height: 0;
}

.post-item .blog-post_meta-desc .blog-post_meta-wrap .blog-post_info-wrap {
  color: #8b9baf;
}

.post-item .blog-post_meta-desc .meta-wrapperr {
  font-family: Poppins;
  color: #8b9baf;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  border-top-width: 0 !important;
  float: left;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
}

.post-item .blog-post_meta-desc .meta-wrapperr span.comments_post {
  line-height: 30px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  opacity: 1;
  display: inline-block;
  vertical-align: middle;
  font-family: Poppins;
  position: relative;
  color: #8b9baf;
}

.post-item .blog-post_meta-desc .meta-wrapperr span.comments_post a {
  line-height: 30px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  font-family: Poppins;
  color: #8b9baf;
}

.post-item .blog-post_meta-desc .meta-wrapperr span.comments_post a:before {
  font-family: 'Flaticon';
  font-size: 16px;
  display: inline-block;
  border: 0;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -4px;
  content: "\f1bc";
  color: #7cb5fc;
}

.post-item .blog-post_meta-desc .meta-wrapperr span.comments_post a:hover {
  color: #161616;
}

.blog-pagination {
  display: flex !important;
  margin-top: 3.3rem;
}


.sidebar-text {}

.sidebar-text .widget-title {
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
  font-family: Poppins;
}

.sidebar-text .widget-title:before {
  content: '';
  display: block;
  width: 100%;
  background: #e5e5e5;
  height: 1px;
  position: absolute;
  bottom: 0;
}

.sidebar-text .widget-title:after {
  display: block;
  content: '';
  width: 40px;
  height: 3px;
  bottom: -.5px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  background-color: #5d5d62;
}

.sidebar-text span.widget-title_wrapper {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  font-weight: 600;
  padding: 0 8px;
  position: relative;
  z-index: 1;
  display: inline-block;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #161616;
}

.sidebar-text .textwidget {}

.sidebar-text .textwidget p {
  margin-bottom: 0;
}

.side-search {
  padding-top: 38px;
  position: relative;
}

.side-search form {
  margin: 0;
  padding: 0;
  box-shadow: none;
  border: none;
  max-width: 100%;
  background: transparent;
  position: relative;
  z-index: 1;
}

.side-search form input.hs-search-field__input {
  height: 50px;
  max-width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  padding: 10px 20px;
  -webkit-appearance: none;
  font-family: inherit;
  border: 1px solid #c4cdd7;
  background: transparent;
  outline: none;
  margin: 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
  height: 48px;
  padding: 0px 50px 0 20px;
  border: 0;
  outline: none;
  font-weight: 400;
  background: transparent;
  overflow: hidden;
  margin-bottom: 0;
  color: #97a0aa;
  -webkit-box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.1) inset;
  margin-bottom: 12px;
}

.side-search form button {
  display: inline-block;
  vertical-align: top;
  height: 50px;
  background: transparent;
  margin-bottom: 0;
  border-width: 0;
  border-style: solid;
  padding: 5px 42px 5px;
  text-transform: capitalize;
  font-family: inherit;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0;
  color: #ffffff;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  -moz-transition: all 400ms;
  transition: all 400ms;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-family: Poppins;
  box-shadow: 0px 9px 30px 0px rgba(0,192,219,0.4);
  position: absolute;
  z-index: 1;
  top: 0;
  right: 20px;
  width: 25px;
  height: 48px;
  font-size: 0;
  text-align: center;
  opacity: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  z-index: 2;
}

.side-search form button > span {
  display: none;
}

.side-search form:after {
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-align: center;
  position: absolute;
  z-index: 1;
  content: "";
  background: url(https://8961140.fs1.hubspotusercontent-na1.net/hubfs/8961140/raw_assets/public/Monbuilding_January2021/images/search.svg);
  line-height: 0;
  font-size: 0;
  display: block;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  right: 20px;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  background: #97a0aa;
  mask: url(https://8961140.fs1.hubspotusercontent-na1.net/hubfs/8961140/raw_assets/public/Monbuilding_January2021/images/search.svg) no-repeat 50% 50%;
  mask-size: cover;
  -webkit-mask: url(https://8961140.fs1.hubspotusercontent-na1.net/hubfs/8961140/raw_assets/public/Monbuilding_January2021/images/search.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
}


.side-search form input.hs-search-field__input:focus {
    border: 0;
    background: #fff;
    -webkit-box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.1) inset;
}

.side_categories {
    position: relative;
    z-index: 1;
    padding-top: 38px;
}

.side_categories .title {
    text-align: center;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
    font-family: Poppins;
}

.side_categories .title:before {
    content: '';
    display: block;
    width: 100%;
    background: #e5e5e5;
    height: 1px;
    position: absolute;
    bottom: 0;
}

.side_categories .title:after {
    display: block;
    content: '';
    width: 40px;
    height: 3px;
    bottom: -.5px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    background-color: #5d5d62;
}

.side_categories .title span.title_wrapper {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    font-weight: 600;
    padding: 0 8px;
    position: relative;
    z-index: 1;
    display: inline-block;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #161616;
}

.side_categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: -11px;
}

.side_categories ul li {
    position: relative;
    z-index: 1;
    font-weight: 600;
    font-size: 16px;
    line-height: 36px;
    padding-left: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.side_categories ul li a {
    text-transform: capitalize;
    padding-right: 0;
    display: inline-block;
    color: inherit;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    padding-left: 20px;
}

.side_categories ul li a:before {
    position: absolute;
    content: "";
    z-index: 1;
    background: #8b9baf;
    width: auto;
    height: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    width: 8px;
    height: 2px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #00c0db;
}

.side_categories ul li a:after {
    position: absolute;
    content: "";
    z-index: 1;
    background: #8b9baf;
    width: auto;
    height: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    width: 2px;
    height: 8px;
    left: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #00c0db;
}

.side_categories ul li a:hover {
    color: #00c0db;
}

.side_categories h3 {
    display: none;
}


@media(max-width:1200px){
.blog-header-banner {
    padding-top: 20px;
}
}

@media(max-width:1024px){
.blog-left-col {
    width: 100%;
}

.blog-right-col {
    width: 100%;
}
}



@media(max-width:768px){
.blog-header-banner h1 {
}

.blog-header-banner {
    padding-top: 0;
    margin-top: -16px;
    padding-bottom: 4px;
}

}




/* post-css */

.blog-post-single-item {
    margin-bottom: 60px;
}

.meta-wrapper-topic-p {
    margin-bottom: 10px;
    margin-top: -10px;
}

.meta-wrapper-topic-p span.blog-post_meta-categories {
    opacity: 1;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-family: Poppins;
}

.meta-wrapper-topic-p span.blog-post_meta-categories a {
    color: #5d5d62;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    text-transform: lowercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
    line-height: 30px;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    letter-spacing: 0;
}

.meta-wrapper-topic-p span.blog-post_meta-categories a:hover {
    color: #00c0db;
}

.blog-post-single-item h1.blog-post__titlee {
    margin: 0;
    color: #161616;
    font-family: Poppins;
    font-weight: 700;
    font-size: 36px;
    overflow-wrap: break-word;
    font-weight: 700;
    line-height: 1.32;
    margin-top: 0;
    margin-bottom: 10px;
}

.blog-post-single-item .meta-wrapper-author {
    color: #8b9baf;
    font-weight: 400;
    padding-top: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-family: Poppins;
    margin-bottom: 10px;
    margin-top: -10px;
}

.blog-post-single-item .meta-wrapper-author span.date_post {
    line-height: 30px;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    letter-spacing: 0;
    opacity: 1;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.blog-post-single-item .meta-wrapper-author span.author_post {
    line-height: 30px;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    letter-spacing: 0;
    opacity: 1;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.blog-post-single-item .meta-wrapper-author span.author_post:before {
    content: '|';
    margin: 0 5px;
    display: inline-block;
    color: inherit;
}

.blog-post-single-item .meta-wrapper-author span.author_post a {
    color: #8b9baf;
}

.blog-post-single-item .meta-wrapper-author span.author_post a:hover {
    color: #161616;
}

.blog-post-single-item .blog-post-img-wrap {
    margin-bottom: 65px;
}

.blog-post-single-item .blog-post-img-wrap img.hs-featured-image {
    float: none;
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    -webkit-transform: scale(1.25, 1.25);
    -moz-transform: scale(1.25, 1.25);
    -ms-transform: scale(1.25, 1.25);
    -o-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.blog-post__body p img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    max-width: 100%;
}

.tagcloud-wrapper {
    padding-top: 60px;
    padding-bottom: 35px;
    clear: both;
    border-bottom: 1px solid rgba(96, 101, 104, 0.15);
}

.tagcloud-wrapper:after {
    content: '';
    display: table;
    clear: both;
}

.tagcloud-wrapper .tagcloud {
    float: none !important;
    display: block;
    text-align: center;
}

.tagcloud-wrapper .tagcloud a {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 14px !important;
    line-height: 28px;
    font-weight: 400;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0 12px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    border: 0;
    background: #f7f9fd;
    color: #767676;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform: lowercase;
    color: #4f5965;
}

.tagcloud-wrapper .tagcloud a:hover {
    background: #fff;
    -webkit-box-shadow: 0px 6px 13px 0px rgba(145, 145, 145, 0.3);
    -moz-box-shadow: 0px 6px 13px 0px rgba(145, 145, 145, 0.3);
    box-shadow: 0px 6px 13px 0px rgba(145, 145, 145, 0.3);
    color: #00c0db;
}

.softlab-post-navigation {
    padding: 0;
    margin-bottom: -30px;
    position: relative;
}

.prev-link_wrapper {
    float: left;
    margin-bottom: 30px;
    text-align: right;
    width: -webkit-calc(50% - 65px);
    width: -moz-calc(50% - 65px);
    width: calc(50% - 65px);
}

.next-link_wrapper {
    text-align: left;
    float: right;
    margin-bottom: 30px;
    width: -webkit-calc(50% - 65px);
    width: -moz-calc(50% - 65px);
    width: calc(50% - 65px);
}

.info_next-link_wrapper, .info_prev-link_wrapper {
    padding-top: 20px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.info_prev-link_wrapper > a {
    padding: 21px 54px 18px 14px;
}

.info_prev-link_wrapper > a, .info_next-link_wrapper > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 15px 38px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 38px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 38px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-family: Poppins;
}

.info_prev-link_wrapper > a:before, .info_next-link_wrapper > a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    -moz-transition: all .45s ease;
    transition: all .45s ease;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
}

.prev-link_wrapper .image_prev {
    display: inline-block;
    width: 70px;
    height: 70px;
    overflow: hidden;
    vertical-align: top;
    margin-right: 20px;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.prev-link_wrapper .image_prev:before {
    content: "\f1be";
    font-family: 'Flaticon';
    font-size: 21px;
    position: absolute;
    line-height: 70px;
    left: 0;
    margin-left: 20px;
    right: 0;
    opacity: 1;
    color: #fff;
    display: block;
    text-align: center;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.prev-link_wrapper .image_prev.no_image:before {
    opacity: 1;
    visibility: visible;
    margin-left: 0;
}

.next-link_wrapper .image_next:after, .prev-link_wrapper .image_prev:after, .next-link_wrapper .image_next.no_image:before, .prev-link_wrapper .image_prev.no_image:before {
    color: #8b9baf;
}

.prev-link_wrapper .image_prev:after {
    display: block;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.prev-link_wrapper .image_prev .no_image_post {
    display: block;
    width: 100%;
    height: 100%;
}

.prev-link_wrapper .image_prev.no_image .no_image_post:before {
    content: "\f1be";
    font-family: 'Flaticon';
    font-size: 21px;
    position: absolute;
    line-height: 70px;
    left: 0;
    margin-left: 20px;
    right: 0;
    opacity: 1;
    color: #fff;
    display: block;
    text-align: center;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

span.prev-link-info_wrapper {
    color: #161616;
}

.prev-link_wrapper .prev_title {
    max-width: 228px;
    font-weight: 500;
    line-height: 24px;
    display: inline-block;
    position: relative;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    -moz-transition: all .45s ease;
    transition: all .45s ease;
    word-wrap: break-word;
    text-transform: capitalize;
}

.prev-link-info_wrapper > span, .next-link-info_wrapper > span {
    display: block;
    text-transform: uppercase;
}

.prev-link-info_wrapper .meta-wrapper, .next-link-info_wrapper .meta-wrapper {
    background: none;
    padding-left: 0;
    padding-right: 0;
    font-weight: 500;
    font-size: 13px;
    color: #8b9baf;
}

.prev-link-info_wrapper .meta-wrapper > *, .next-link-info_wrapper .meta-wrapper > * {
    opacity: 1;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    -moz-transition: all .45s ease;
    transition: all .45s ease;
    line-height: 30px;
    letter-spacing: 0;
}

.info_next-link_wrapper > a {
    padding: 21px 14px 18px 54px;
}

.next-link_wrapper .next_title {
    max-width: 228px;
    display: inline-block;
    text-align: left;
    font-weight: 500;
    line-height: 24px;
    position: relative;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    -moz-transition: all .45s ease;
    transition: all .45s ease;
    word-wrap: break-word;
    text-transform: capitalize;
}

.next-link_wrapper .image_next {
    display: inline-block;
    width: 70px;
    height: 70px;
    overflow: hidden;
    vertical-align: top;
    margin-left: 20px;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.next-link_wrapper .image_next:before {
    content: '\f1bd';
    font-family: 'Flaticon';
    font-size: 21px;
    position: absolute;
    line-height: 70px;
    left: 0;
    margin-right: 20px;
    right: 0;
    opacity: 1;
    color: #fff;
    display: block;
    text-align: center;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.next-link_wrapper .image_next.no_image:before {
    opacity: 1;
    visibility: visible;
    margin-right: 0;
    color: #8b9baf;
}

.next-link_wrapper .image_next:after {
    display: block;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    color: #8b9baf;
}

.next-link_wrapper .image_next .no_image_post {
    display: block;
    width: 100%;
    height: 100%;
}

.next-link_wrapper .image_next.no_image .no_image_post:before {
    content: "\f1bd";
    font-family: 'Flaticon';
    font-size: 21px;
    position: absolute;
    line-height: 70px;
    left: 0;
    margin-right: 20px;
    right: 0;
    opacity: 1;
    color: #fff;
    display: block;
    text-align: center;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

span.next-link-info_wrapper {
    color: #161616;
}

a.back-nav_page {
    position: absolute;
    left: 50%;
    top: -webkit-calc(50% - 15px);
    top: -moz-calc(50% - 15px);
    top: calc(50% - 15px);
    width: 18px;
    height: 18px;
    margin-top: -9px;
    margin-left: -9px;
}

.softlab-post-navigation .back-nav_page span {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #bbc8d7;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -moz-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

.softlab-post-navigation .back-nav_page span:nth-child(1) {
    top: 0;
    left: 0;
}

.softlab-post-navigation .back-nav_page span:nth-child(2) {
    top: 0;
    right: 0;
}

.softlab-post-navigation .back-nav_page span:nth-child(3) {
    bottom: 0;
    right: 0;
}

.softlab-post-navigation .back-nav_page span:nth-child(4) {
    bottom: 0;
    left: 0;
}

.info_next-link_wrapper:hover, .info_prev-link_wrapper:hover {
    padding-top: 0px;
}

.info_prev-link_wrapper > a:hover, .info_next-link_wrapper > a:hover {
    box-shadow: 0px 15px 38px 0px rgba(0, 0, 0, 0.1);
}

.info_prev-link_wrapper > a:hover:before, .info_next-link_wrapper > a:hover:before {
    opacity: 1;
    visibility: visible;
}

.prev-link_wrapper a:hover .image_prev:before {
    margin-left: -5px;
}

.prev-link_wrapper a:hover .image_prev.no_image:before {
    opacity: 0;
    visibility: hidden;
}

.info_prev-link_wrapper > a:hover, .info_next-link_wrapper > a:hover {
    box-shadow: 0px 15px 38px 0px rgba(0, 0, 0, 0.1);
}

.info_prev-link_wrapper > a:hover:before, .info_next-link_wrapper > a:hover:before {
    opacity: 1;
    visibility: visible;
}

.next-link_wrapper a:hover .image_next:before {
    margin-right: -5px;
}

.next-link_wrapper a:hover .image_next.no_image:before {
    opacity: 0;
    visibility: hidden;
}

.softlab-post-navigation .back-nav_page:hover span:nth-child(1) {
    margin-left: 10px;
}

.softlab-post-navigation .back-nav_page:hover span:nth-child(2) {
    margin-top: 10px;
}

.softlab-post-navigation .back-nav_page:hover span:nth-child(3) {
    margin-right: 10px;
}

.softlab-post-navigation .back-nav_page:hover span:nth-child(4) {
    margin-bottom: 10px;
}

.blog-comments {
    margin-top: 44px;
    margin-bottom: 44px;
}

.blog-comments h3 {
    margin: 0;
    color: #161616;
    font-family: Poppins;
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    position: relative;
    font-size: 30px;
    font-weight: 700;
}

.section.post-footer {}

.section.post-footer form {
    margin: 0;
    padding: 0;
    max-width: 100%;
    border: none;
    box-shadow: none;
    margin-top: 30px;
}

.section.post-footer form .hs-input {
    color: #000;
}

ul.no-list.hs-error-msgs.inputs-list {}

ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg,ul.no-list.hs-error-msgs.inputs-list label.hs-main-font-element {
    color: red;
}

@media(min-width:1025px){
/* .sidebar-text {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
} */
  
  
  .blog-right-col {
  position: sticky;
  top: 111px;
}
  
}

@media(max-width:1024px){
.softlab-post-navigation {
    margin-bottom: 0;
}
}

@media(max-width:768px){
.prev-link_wrapper {
    max-width: 100%;
    width: 100%;
}

.next-link_wrapper {
    max-width: 100%;
    width: 100%;
}

a.back-nav_page {
    display: none;
}
}
/* ******************************************************************************
*********************************************************************************
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 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  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;
}
ul.no-list {
    padding-left: 0;
}
.sp .systems-page {
    padding-left: 0;
    padding-right: 0;
}

main.body-container-wrapper.sp.subscription {}

.sp.subscription form input.email-edit.hs-input {
    width: 100% !important;
    padding: 10px 20px !important;
}

.sp .hs-input[type=checkbox], .sp .hs-input[type=radio] {
    width: auto;
    display: inline-block;
}

.prompt form input#hs-pwd-widget-password {
    color: #7f7f7f;
    height: 50px;
    max-width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    padding: 10px 20px;
    -webkit-appearance: none;
    font-family: inherit;
    border: 1px solid #c4cdd7;
    background: transparent;
    outline: 0;
    margin: 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    border-color: rgba(196,205,215,1.0);
    color: ;
    border-radius: 25px;
    height: 50px !important;
    margin-bottom: 18px;
}

.prompt form input#hs-pwd-widget-password:focus {
    background: #fff;
    -webkit-box-shadow: 0px 14px 13px 0px rgba(109,75,196,0.08);
    -moz-box-shadow: 0px 14px 13px 0px rgba(109,75,196,0.08);
    box-shadow: 0px 14px 13px 0px rgba(109,75,196,0.08);
    border-color: rgba(0,192,219,1.0);
}
.subscriptions form {
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    max-width: 100%;
    box-shadow: none;
}