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


.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: 10px;
    padding-right: 10px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: FontAwesome;
  src: url("//8146838.fs1.hubspotusercontent-na1.net/hubfs/8146838/Enconnex_September2020/files/fontawesome-webfont.eot") format("embedded-opentype"),
    url(//8146838.fs1.hubspotusercontent-na1.net/hubfs/8146838/raw_assets/public/Enconnex_September2020/fonts/fontawesome-webfont.woff2) format("woff2"),
    url(//8146838.fs1.hubspotusercontent-na1.net/hubfs/8146838/raw_assets/public/Enconnex_September2020/fonts/fontawesome-webfont.woff) format("woff"),
    url(//8146838.fs1.hubspotusercontent-na1.net/hubfs/8146838/raw_assets/public/Enconnex_September2020/fonts/fontawesome-webfont.ttf) format("truetype"),
    url(//8146838.fs1.hubspotusercontent-na1.net/hubfs/8146838/raw_assets/public/Enconnex_September2020/fonts/fontawesome-webfont.svg) format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: crane;
  src:url(//8146838.fs1.hubspotusercontent-na1.net/hubfs/8146838/raw_assets/public/Enconnex_September2020/fonts/crane-font.woff) format("woff");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("//8146838.fs1.hubspotusercontent-na1.net/hubfs/8146838/Enconnex_September2020/files/fontawesome-5.eot") format("embedded-opentype"),
    url(//8146838.fs1.hubspotusercontent-na1.net/hubfs/8146838/raw_assets/public/Enconnex_September2020/fonts/fontawesome-5.woff2) format("woff2"),
    url(//8146838.fs1.hubspotusercontent-na1.net/hubfs/8146838/raw_assets/public/Enconnex_September2020/fonts/fontawesome-5.woff) format("woff"),
    url(//8146838.fs1.hubspotusercontent-na1.net/hubfs/8146838/raw_assets/public/Enconnex_September2020/fonts/fontawesome-5.ttf) format("truetype"),
    url(//8146838.fs1.hubspotusercontent-na1.net/hubfs/8146838/raw_assets/public/Enconnex_September2020/fonts/fontawesome-5.svg) format("svg");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "themovation-icons";
  src: url("//8146838.fs1.hubspotusercontent-na1.net/hubfs/8146838/Enconnex_September2020/files/themovation-icons-1.eot") format("embedded-opentype"),
    url(//8146838.fs1.hubspotusercontent-na1.net/hubfs/8146838/raw_assets/public/Enconnex_September2020/fonts/themovation-icons.woff) format("woff"), 
    url(//8146838.fs1.hubspotusercontent-na1.net/hubfs/8146838/raw_assets/public/Enconnex_September2020/fonts/themovation-icons.ttf) format("truetype"),
    url(//8146838.fs1.hubspotusercontent-na1.net/hubfs/8146838/raw_assets/public/Enconnex_September2020/fonts/themovation-icons.svg) format("svg");
  font-style: normal;
  font-weight: normal;
}

/* latin-ext */

/* latin-ext */

@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("//8146838.fs1.hubspotusercontent-na1.net/hubfs/8146838/Enconnex_September2020/files/fabrands.eot") format("embedded-opentype"),
    url(//8146838.fs1.hubspotusercontent-na1.net/hubfs/8146838/raw_assets/public/Enconnex_September2020/fonts/fabrands.woff2) format("woff2"),
    url(//8146838.fs1.hubspotusercontent-na1.net/hubfs/8146838/raw_assets/public/Enconnex_September2020/fonts/fabrands.woff) format("woff"),
    url(//8146838.fs1.hubspotusercontent-na1.net/hubfs/8146838/raw_assets/public/Enconnex_September2020/fonts/fabrands.ttf) format("truetype"), 
    url(//8146838.fs1.hubspotusercontent-na1.net/hubfs/8146838/raw_assets/public/Enconnex_September2020/fonts/fabrands.svg) format("svg");
  font-style: normal;
  font-weight: normal;
  font-display: auto;
}
html {
  font-size: 24px;
}

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

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

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,a:focus{
  text-decoration: underline;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: 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 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;
}

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

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

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
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: normal;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 15px;
  padding: 15px 53px;
  
  text-decoration: none !important;
}

.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: 14px;
  font-family:Lato;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 29px;
  padding-top: 0;
  margin: 20px 0 6px;
}
form .hs-form-required {
  display: none;
}
.hs-error-msgs label {
  margin: 0;
  color: #B94A48 !important;
  font-size: 12px;
  line-height: 29px !important;
}
form textarea.hs-input {
  padding: 20px !important;
  margin-bottom: -5px !important;
  height: 186px !important;
  line-height: 29px;
}
.hs-input ,input.hs-search-field__input,input#hs-pwd-widget-password{
  font-family:Lato;
  display: inline-block;
  width: 100%;
  height: 56px;
  padding: 0 15px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  color: #33475b;
  background-color: #ffffff;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
  border-style:solid;
}

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

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #B94A48;
}
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:#0e0b5f;
}

.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.
*********************************************************************************
****************************************************************************** */
header.header.no-nav .header__logo {
  margin: 24px 0px 19px;
}
header.header.no-nav .fixed-header .header__logo {
  float: left;
  display: block;
  margin: 15px 0px 12px;
}
.banner-section .dnd-section {
  padding: 0;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.banner-title{
  width: calc(100% - 60px);
  max-width: 1140px;
  color: #0e0b5f;
  padding: 0;
  margin: 0 auto;
  border-bottom: 1px solid #e6e6e6;
}
.banner-title h1 {
  font-size: 60px;
  padding: 61px 0 60px;
  line-height: 1.1;
  margin: 0;
}
.custom-banner-wrap {
  background-color: #000000;
  opacity: 0.75;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  width: 100%;
  min-height: 500px;
  position: absolute;
}
.custom-banner-wrapper {
  background-position: center center;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  min-height: 500px;
}
.custom-banner-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 500px;
}
.custom-banner-title h1 {
  padding: 10px;
  width: calc(100% - 60px);
  max-width: 1140px;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  font-size: 60px;
  line-height: 1;
}
@media(max-width:1160px){
  .banner-section .dnd-section>.row-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .dnd-section>.row-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media(max-width:1024px){
  .custom-banner-wrap {
    min-height: 400px;
  }
  .custom-banner-wrapper {
    min-height: 400px;
  }
  .custom-banner-title {
    min-height: 400px;
  }
  .custom-banner-title h1 {
    font-size: 56px;
  }
}
@media(max-width:991px){
  .banner-title h1{
    font-size: 56px;
  }
}
@media(max-width:767px){
  .banner-title h1{
    font-size: 48px;
  }
  .custom-banner-wrap {
    min-height: 300px;
  }
  .custom-banner-wrapper {
    background-position: center left;
    min-height: 300px;
  }
  .custom-banner-title {
    min-height: 300px;
  }
  .custom-banner-title h1 {
    font-size: 50px;
  }
}
@media(min-width:768px){
  .custom-banner-wrapper.desktop{
    display:block; 
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  }
  .custom-banner-wrapper.mobile{
    display:none; 
  }
}
@media(max-width:767.5px){
  .custom-banner-wrapper.desktop{
    display:none; 
  }
  .custom-banner-wrapper.mobile{
    display:block; 
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  }
}
/* ******************************************************************************
*********************************************************************************
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{
  width: 100%;
  top: 0;
  left: 0;
  position: relative;
  z-index: 9998;
  text-align: center;
}
.fixed-header{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 120;
  box-shadow: none;
  transition: transform 0.2s ease-in-out;
  transform: translateY(-100%);
  text-align: center;
}
.top-header{
  width: 100%;
  padding: 6.5px 0 4px;
  display: inline-block;
  line-height: 1;
}
.top-header a i{
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  padding-right: 6px;
}
.top-header a:hover{
  text-decoration:none;
}
.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.fa-map-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-envelope-open-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-envelope-open-o:before {
  content: "\f2b6";
}
.fa.fa-map-o:before {
  content: "\f279";
}
.fa-phone:before {
  content: "\f095";
}
.top-header-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.top-header a{
  display: inline-block;
  padding: 0 10px;
  text-align: right; 
  font-size: 12px;
  line-height: 26px;
  margin: 0;
  float: left;
}
.top-header a:last-child{
  padding: 0 0 0 10px;
}
.header__container {
  display: inline-block;
  width: calc(100% - 30px);
  max-width: 100%  !important;
  margin: 0 auto;
  padding: 0 15px;
}
.fixed1 .fixed-header{
  display:block;
  transform: translateY(0%);
}

/* Styles for the Logo */
.bottom-header{
  display: inline-block;
  vertical-align:middle;
  width: 100%;
}
.header__logo {
  float: left;
  display: block;
  margin: 23px 0px 18px;
}
.header__search {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.right-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100px;
  padding: 0 15px;
}
.header__container .search-inline-divider {
  background-color: rgba(255,255,255,1.0);
  margin: 0 10px 4px;
  width: 1px;
  height: 30px;
  align-self: center;
  padding-bottom: 0;
  display: block;
}
.header__container .search-fullscreen {
  transition: height .2s,line-height .2s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
.header__logo img {
  min-height: 70px !important;
  width: auto !important;
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}
.header__container .gm-caret {
  position: relative;
  font-size: 16px;
  line-height: 1;
  padding-left: 5px;
}
.header__container .gm-search__fullscreen-container.gm-hidden {
  visibility: hidden;
  opacity: 0;
}
.header__container .gm-search__fullscreen-container {
  background-color: rgba(12, 12, 12, 0.98);
}
.header__container .gm-search__fullscreen-container {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all linear 0.2s;
  cursor: pointer;
}
.open .header__container .gm-search__fullscreen-container.gm-hidden {
  visibility: visible;
  opacity: 1;
  cursor: default;
}
.header__container i.gmi.gmi-zoom-search {
  padding-left: 15px;
  padding-right: 13px;
  font-size: 17px;
  margin-top:-3px;
}
.gmi {
  font-family: 'crane' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gmi-zoom-search::before {
  content: "\e901";
}
.header__container .gm-search__txt {
  font-size: 11px;
}
.header__container .gm-search__txt {
  display: none;
}
.gm-search__fullscreen-container .gm-search__close {
  position: absolute;
  top: 10%;
  right: 8%;
  display: block;
  width: 32px;
  height: 32px;
  cursor: pointer;
  transition: transform linear 0.2s;
  background: url(//8146838.fs1.hubspotusercontent-na1.net/hubfs/8146838/raw_assets/public/Enconnex_September2020/images/close.svg) center no-repeat;
}
.gm-search__fullscreen-container .gm-search__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  max-width: 800px;
  transform: translate(-50%, -50%);
  text-align: center;
}
.gm-search__fullscreen-container .gm-search__alpha {
  font-size: 16px;
  font-weight: 600;
  line-height: 31px;
  font-family: Lato;
}
.gm-search__fullscreen-container .gm-form-group {
  margin-top: 80px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.gm-search-wrapper .gm-form-group {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.gm-search__fullscreen-container .gm-search__input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  color: #fff;
  border: none;
  border-bottom-width: 2px ;
  border-bottom-style:solid;
  outline: none;
  background-color: transparent;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0;
}
.gm-search__fullscreen-container .gm-search-btn {
  border-bottom: 2px solid rgba(255, 255, 255, 0.31);
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  font-size: 19px;
  color: #fff;
  line-height: 1;
}
.gm-search-btn {
  border: none;
  width: 50px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.fa-search:before {
  content: "\f002";
}
.fixed-header .header__logo img {
  min-height: auto !important;
  width: auto !important;
  max-width: 100%;
/*   max-height: 30px !important; */
  max-height: 39px !important;

}
input.search-field.form-control:focus {
  outline: none;
}
.fixed-header .header__logo {
  float: left;
  display: block;
  /*   margin: 16px 0px 15px; */
  margin: 21px 0;
}
.navbar-toggle {
  display: none;
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}
.gm-search__fullscreen-container .gm-search__close:hover {
  transform: scale(1.1);
}
.mobile-menu {
  display: none;
}
.mobile-menu-wrap {
  display: none;
}

/* Recent Changes */
.fixed-header .right-header{
  height: 87px;
}
body .fixed-header ul.submenu.level-1{
  margin-bottom: 0 !important;
  height: 80px;
}
.fixed-header .submenu.level-1>li{
  height: 80px;
}
/* End of Recent Changes */

@media(min-width:1600px){
  .fixed-header .header__logo {
    float: left;
    display: block;
    margin: 17px 0px 15px;
  }
  .top-header {
    width: 100%;
    padding: 10.5px 0 3px;
    display: inline-block;
    line-height: 1;
  }
  .header__logo {
    float: left;
    display: block;
    margin: 24px 0px 18px;
  }
}
@media (max-width: 1300px){
  .mobile-menu-wrap {
    display: block;
  }
  .navbar-toggle {
    display: flex;
    cursor: pointer;
    transition: height 0.2s;
    align-items: center;
    height: 70px;
    width: auto;
    float: right;
    padding-right: 30px;
    margin-top: -2px;
  }
  .gm-menu-btn__inner {
    border: 0px solid rgba(0, 0, 0, 0.0);
    background-color: rgba(0, 0, 0, 0.0);
    font-size: 24px;
    color: rgba(104, 104, 104, 1.0);
    line-height: 1;
  }
  .right-header{
    display:none;
  }
  .header,.fixed-header{
    overflow: hidden;
  }
  .fixed-header{
    display:none !important;
  }
  .menu-open .mobile-menu {
    transform: translate3d(0px, 0, 0);
  }
  .banner-section,.body-container-wrapper,.blog-header,.blog-body-container,.page-center, .content-wrapper,footer{
    transform: translate3d(0px, 0, 0);
    transition: transform cubic-bezier(0.7, 0, 0.3, 1) 0.4s;
    will-change: transform;
  }
  .menu-open .banner-section,.menu-open .body-container-wrapper,.menu-open .blog-body-container,.menu-open .blog-header,
  .menu-open .page-center, .menu-open .content-wrapper, .menu-open footer{
/*     transform: translate3d(-250px, 0, 0); */
    transform: translate3d(250px, 0, 0);
  }
  .menu-open header.header{
    /*     transform: translate3d(-250px, 0, 0); */
    transform: translate3d(250px, 0, 0);
  }
  header.header{
    transform: translate3d(0px, 0, 0);
    transition: transform cubic-bezier(0.7, 0, 0.3, 1) 0.4s;
    will-change: transform;
  }
  .mobile-menu {
    position: fixed;
    overflow-y: auto;
    transition: transform cubic-bezier(0.7, 0, 0.3, 1) 0.4s;
    will-change: transform;
/*     transform: translate3d(250px, 0, 0); */
    transform: translate3d(-250px, 0, 0);
    /*     right: 0; */
    left: 0;
    top: 0;
    height: 100%;
    padding: 25% 14px 14px 14px;
    width: 250px;
    /*     background-color: rgba(112, 112, 112, 1.0); */
    background-color: #23272a;
    display:block;
    z-index:9999;
  }
  .mobile-menu .header__search {
    display: flex;
    height: auto;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 107px;
  }
  .mobile-menu i.gm-icon.gmi.gmi-zoom-search {
    font-size: 16px;
    margin: 0 auto;
  }
  .mobile-menu span.gm-search__txt {
    font-size: 11px;
    display: block;
    line-height: 29px;
    color:#fff !important;
  }
  .mobile-menu .search-fullscreen {
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    color: rgba(90, 90, 90, 1.0);
  }
  .mobile-menu-wrap .gm-search__fullscreen-container .gm-search__close {
    position: absolute;
    top: 10%;
    right: 8%;
    display: block;
    width: 32px;
    height: 32px;
    cursor: pointer;
    transition: transform linear 0.2s;
    background: url(//8146838.fs1.hubspotusercontent-na1.net/hubfs/8146838/raw_assets/public/Enconnex_September2020/images/close.svg) center no-repeat;
  }
  .mobile-menu-wrap .gm-search__fullscreen-container .gm-search__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85%;
    max-width: 800px;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .mobile-menu-wrap .gm-search__fullscreen-container .gm-search__alpha {
    font-size: 16px;
    font-weight: 600;
    line-height: 31px;
    font-family: Lato;
  }
  .mobile-menu-wrap .gm-search__fullscreen-container .gm-form-group {
    margin-top: 80px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .mobile-menu-wrap .gm-search-wrapper .gm-form-group {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .mobile-menu-wrap .gm-search__fullscreen-container .gm-search__input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    color: #fff;
    border: none;
    border-bottom-width: 2px ;
    border-bottom-style:solid;
    outline: none;
    background-color: transparent;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
  }
  .mobile-menu-wrap .gm-search__fullscreen-container .gm-search-btn {
    border-bottom: 2px solid rgba(255, 255, 255, 0.31);
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    font-size: 19px;
    color: #fff;
    line-height: 1;
  }
  .mobile-menu-wrap .gm-search-btn {
    border: none;
    width: 50px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .mobile-menu-wrap .gm-search__fullscreen-container.gm-hidden {
    visibility: hidden;
    opacity: 0;
  }
  .mobile-menu-wrap .gm-search__fullscreen-container {
    background-color: rgba(12, 12, 12, 0.98);
  }
  .mobile-menu-wrap .gm-search__fullscreen-container {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all linear 0.2s;
    cursor: pointer;
  }
  .open .mobile-menu-wrap .gm-search__fullscreen-container.gm-hidden {
    visibility: visible;
    opacity: 1;
    cursor: default;
  }
  .mobile-menu i.gmi.gmi-zoom-search {
    font-size: 17px;
    color: #fff !important;
  }
  .mobile-menu-wrap .gm-search__fullscreen-container .gm-search__input {
    color: rgba(92,92,92,1.0);
    border-bottom-color: rgba(255,255,255,.31) !important;
  }
  
/*   11 TH DECEMBER 2020 CHANGES HEADER CHANGES*/
  header.header .navbar-toggle {
    transform: translate3d(0px,0,0);
    transition: transform cubic-bezier(0.7,0,0.3,1) .4s;
    will-change: transform;
  }

  .menu-open header.header .navbar-toggle {
    transform: translate3d(-250px,0,0);
  }
  
}

@media(max-width:767px){
  .header__logo{
    margin-left: 15px;
  }
  .header__logo img {
    max-width: 310px !important;
    max-height:auto !important;
    min-height:auto !important;
  }
  .top-header-content a span {
    display: none;
  }
  .top-header-content {
    float: none;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .top-header a {
    padding: 0 4px;
  }
  .header__container {
    padding: 0;
  }
}
@media(max-width:479px){
  .header__logo img {
    max-width: 230px !important;
    max-height:auto !important;
    min-height:auto !important;
  }
}
@media(max-width:350px){
  .header__logo img {
    max-width: 210px !important;
    max-height:auto !important;
    min-height:auto !important;
  }
  .navbar-toggle {
    padding-right: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  text-align: center;
  padding: 70px 0 0;
}
.footer__container{
  width: calc(100% - 30px);
  margin:0 auto;
  padding:0;
}
.footer__copyright {
  padding: 30px 0 20px;
  display: block;
  width: 100%;
  text-align: center;
}
.footer__copyright span {
  font-weight: 400;
  line-height: 1.65;
  display: inline-block;
  margin: 0.5px 0 9.5px;
}
.footer h3{
  position: relative;
  font-size: 18px;
  font-weight: 400;
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 26px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  line-height:1.1;
}
.footer .footer-social h3{
  padding-bottom: 19.5px;
}
.js-gotop.active a{
  width: 50px;
  height: 50px;
  bottom: 18px;
  right: 18px;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  background-color: rgba(000,000,000,0.3);
  opacity: 0.6;
  border-radius: 5px;
  position: fixed;
  z-index: 2147483647;
  display: block;
  color: #fff;
}
.js-gotop a:hover{
  color: #fff;
}
.js-gotop a:hover{
  opacity: 1;
  background-color: rgba(000,000,000,0.5);
}
.js-gotop a:before {
  font-family: "themovation-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "d";
}
.footer-left {
  width: 33.33333333%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.footer-middle {
  width: 33.33333333%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.footer-right {
  width: 33.33333333%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.footer .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.footer a:hover{
  text-decoration:none;
}
.footer input.search-field.form-control:focus {
  border-width: 1px;
  border-style: solid;
}
.footer input.search-field.form-control:-moz-placeholder {
  color: #999999;
}
.footer input.search-field.form-control::-webkit-input-placeholder {
  color: #999999;
}
.footer input.search-field.form-control {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  width: 100%;
  padding: 6px 20px 6px 25px;
  border: 0;
  height: 50px !important;
  display: table-cell;
  position: relative;
  z-index: 2;
  float: left;
  margin-bottom: 0;
  vertical-align: middle;
  border-right: 0 !important;
  border-top-left-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
  background-color: #fff;
  background-image: none;
  font-size: 14px;
  line-height: 1.42857143;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.footer .hide {
  color: #c6c6c6 !important;
  display: none!important;
}
.footer span.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.footer button.search-submit.btn.btn-default {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  position: relative;
  padding: 14px 20px;
  border: 0;
  margin-left: 0 !important;
  height: 50px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50px;
  white-space: normal;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.42857143;
  cursor:pointer;
}
.fa.fa-facebook:before {
  content: "\f39e";
}
.fa-twitter:before {
  content: "\f099";
}
.fa.fa-linkedin:before {
  content: "\f0e1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-instagram:before {
  content: "\f16d";
}
.footer-social,.footer-menu,.footer-contact,.footer-search,.footer-about{
  margin-bottom: 40px;
  text-align:left;
}
.footer-social i.fa {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  font-size: 32px;
  margin: 0;
  padding: 0 10px 10px 0 !important;
}
.footer-social a {
  float: left;
}
.footer__main {
  margin-bottom: 30px;
}
.fa.fa-comment-o:before {
  content: "\f075";
}
.fa-fax:before {
  content: "\f1ac";
}
.footer-contact p a{
  font-size:15px; 
}
.footer-contact p i.fa {
  padding-right: 10px;
  vertical-align: -1px;
}
.footer-contact p i.fa.fa-fax {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family:FontAwesome;
}
.footer-contact p i.fa.fa-map-o {
  padding-right: 6.5px;
}
.footer-contact p {
  margin: 0 0 10.1px;
  font-size: 15px;
  padding: 0;
  line-height: 195%;
}
.footer .footer-left p {
  margin: 0 0 10px;
  font-size: 16px;
  padding: 0;
  line-height: 1.65;
  font-weight: 400;
}
.fa.fa-comment-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.footer-menu ul {
  margin: 0;
  padding: 0;
  display: block !important;
}
.footer-menu ul li {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
}
.footer-menu ul li a {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 8px 0;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.footer-about h3 {
  padding-bottom: 20.5px;
}
.footer button.search-submit.btn.btn-default:focus {
  outline: none;
}
@media(min-width:1600px){
  .footer__copyright {
    padding: 30px 0 21px;
    display: block;
    width: 100%;
    text-align: center;
  }
  .footer__copyright span {
    font-weight: 400;
    line-height: 1.65;
    display: inline-block;
    margin: 0 0 10px;
  }
  .footer .footer-social h3 {
    padding-bottom: 20px;
  }
  .footer-about {
    margin-bottom: 39px;
  }
  .footer-search h3 {
    margin-bottom: 25px;
  }
  .footer h3 {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    margin-top: 0;
    padding-bottom: 21px;
    margin-bottom: 26px;
    border-bottom-width: .1px;
    border-bottom-style: solid;
    line-height: 1.1;
  }
  .footer__main {
    margin-bottom: 29px;
  }
  .footer-contact p {
    margin: 0 0 10px;
  }
}
@media(max-width:991px){
  .footer-left {
    width: 50%;
  }
  .footer-middle {
    width: 50%;
  }
  .footer-right {
    width: 50%;
  }
}
@media(max-width:767px){
  .footer-left {
    width: 100%;
  }
  .footer-middle {
    width: 100%;
  }
  .footer-right {
    width: 100%;
  }
  .footer__main {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .footer-social, .footer-menu, .footer-contact, .footer-search, .footer-about {
    margin-bottom: 50px;
    text-align: left;
  }
  .footer h3 {
    margin-bottom: 18px;
  }
  .footer-contact p {
    margin: 0 0 10.2px;
  }
  .footer-about {
    margin-bottom: 49px;
  }
}

body {
  overflow-x: hidden;
}
.wrapper{
  width: 100%;
  max-width: 1670px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-body-sec{
  padding-top:103px;
  padding-bottom:77px;
}

.blog-body-sec .search-form{
  margin-bottom:48px;
  text-align:right;
}

.blog-body-sec input.hs-search-field__input{
  height:50px;
  border-radius: 25px;
  width: 100%;
  max-width: 534px;
  background-color: #F2F2F3;
  border: 0px;
  padding: 18px 30px 18px 30px;
  font-size: 16px;
  color: #AAAAAA;
  font-weight: 400;
}
.blog-body-sec .search-form button span {
  display: none;
}

.blog-body-sec .search-form button {
  background: #0e0b5f;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  outline: 0;
  border: 0;
  border-radius: 0 25px 25px 0;
  cursor: pointer;
}
.blog-body-sec .search-form form{
  position:relative;
}

.blog-body-sec .search-form button:before {
  position: absolute;
  content: '\f105';
  font-weight: 400;
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 40px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


.blog-body-sec .left-sidebar ul{
  list-style:none;
  padding-left:0;
  margin:0px;
}

.blog-body-sec .left-sidebar .space-left{
  padding-left:33px;
}

.blog-body-sec .left-sidebar ul li a{
  color: #555555;
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
  text-decoration:none;
  text-transform: capitalize;
}

.blog-body-sec .left-sidebar h3{
  font-size: 20px;
  margin-top: 0px;
  margin-bottom:11px;
}

.blog-body-sec .left-sidebar h3 img{
  vertical-align: middle;
  margin-right: 10px;
}

.blog-body-sec .left-sidebar form input,
.blog-body-sec .left-sidebar form select,
.blog-body-sec .left-sidebar form textarea{
  border-left:0px;
  border-right:0px;
  border-top:0px;
  border-radius:0px;
}

.blog-body-sec .left-sidebar .hs-button, 
.blog-body-sec .left-sidebar .button--primary{
  background-color: #0E0B5F;
  border-color: #0E0B5F;
  width: 100%;
  border-radius: 50px;
  padding: 14px 30px;
}

.blog-body-sec .left-sidebar .category-list,
.blog-body-sec .left-sidebar .latest-article-list,
.blog-body-sec .left-sidebar .stay-connected-block{
  padding-bottom:25px;
}

.blog-header{
  position:relative;
  background-repeat:no-repeat;
  background-size: cover;
}


.blog-header:after {
  content: '';
  position: absolute;
  background-color: rgb(0 0 0 / 50%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.blog-header .wrapper{
  position:relative;
  z-index:1;
  max-width: 1140px;
}

.blog-header h6{
  color: #826CF8;
  font-weight: 400;
  margin-bottom: 30px;
}

@media(min-width:768px){
  .blog-body-sec .post-item-outer{
    display: block;
    margin: 0 -2.5% 0 0;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .blog-body-container .blog-center .post-item{
    float: left;
    width: 31.433%;
    display: block;
    box-sizing: border-box;
    margin: 0 1.6% 16px 0;
    list-style: none;
    padding-bottom: 0;
    display: block;
    box-sizing: border-box;
    align-self: stretch;
    transition: all ease-in-out .4s;
    background: #fff;
    border-radius: 5px 5px 5px 5px;
    position: relative;
  }

  .blog-body-container .blog-center .post-item:first-child,
  .blog-body-container .blog-center .post-item:nth-of-child(2){
    width: 46.833%;
  }

}

.hs-blog-post .top-header {
  width: 100%;
  padding: 6.5px 0 4px;
  display: inline-block;
  line-height: 1;
}

.hs-blog-listing .top-header {
  width: 100%;
  padding: 6.5px 0 4px;
  display: inline-block;
  line-height: 1;
}
.hs-blog-listing .header__container ul.submenu.level-1 {
  margin-bottom: 7px;
}
.blog-header .blog-center .blog-header__inner {
  text-align: center;
  padding: 120px 0;
}

.blog-header .blog-center .blog-header__inner h1.blog-header__title {
  line-height: 1.65;
  font-size: 60px;
  color: #ffffff;
  margin:0px;
}


.blog-header a.read-article {
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
  border: 2px solid #ffffff;
  border-radius: 50px;
  padding: 20px 86px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 40px;
  transition: all 0.2s ease-in-out;
}
.blog-header a.read-article:hover {
  background: #000b1659;
}

.blog-body-container .blog-center .post-item .post-item-image{
  height:271px;
  width:100%;
  position:relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;

}

.blog-body-container .blog-center .post-item .post-item-image a{
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
}

.blog-body-container .blog-center .post-inner {
  background-color: #f2f2f3;
  padding: 30px;
}



.post-inner .post-title {
  margin-top: 0;
  font-size: 30px;
  line-height: 1.1;
}

.post-inner .post-title a {
  text-decoration: none;
  color: #23272A;
  font-size: 20px;
  line-height: 1.2;
  display: block;
}

span.tag-links a{
  color: #555555;
  text-decoration: none;
  font-size: 13px;
}


.blog-body-container .post-item .blog-tag{
  border-radius: 50px;
  background-color: gray; /* rgb(14 11 95 / 50%);*/
  padding: 4px 15px 7px;
  display: inline-block;
  color: #ffffff;
  margin-bottom: 12px;
  line-height: 1.2;
  /*   font-family: 'Roboto'; */
}

.post-inner .entry-content {
  padding: 20px 0 0;
}

.post-meta, .date-meta, .entry-meta {
  font-size: 13px;
  color: #8b8b8b;
}

.post-inner .meta-tags {
  margin-top: 20px;
}

nav.post-nav .pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  padding: 0;
  padding-top: 30px;
}

nav.post-nav .pager:after {
  content: '';
  display: table;
  clear: both;
}

nav.post-nav .pager .previous a,
nav.post-nav .pager .next a {
  background-color: transparent;
  border: 1px solid #cecece;
  font-weight: 400;
  border-radius: 50px;
  padding: 10px 35px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

nav.post-nav .pager .previous a {
  float: left;
}

nav.post-nav .pager .next a {
  float: right;
}

nav.post-nav .pager .previous a:hover,
nav.post-nav .pager .next a:hover {
  border: 1px solid #3A3B74;
  color: #fff;
  background-color: #0e0b5f;
  border-color: #0e0b5f;
  text-decoration: none;
}

.hs-blog-post .blog-header .blog-center .blog-header__inner h1.blog-header__title {
  font-size: 60px;
}

.post-content-section img {
  margin-bottom: 20px;
  display: block;
}

.post-content-section .post-inner .entry-content {
  padding: 30px 0 20px;
}

.footer-cta-sec.featured-post:after{
  background-color: rgb(14 11 95 / 50%);
}

.footer-cta-sec h2,
.footer-cta-sec p{
  color:#ffffff;
}
.footer-cta-sec p{
  font-size: 20px;
}
.footer-cta-sec .left-cta a.cta_button{
  font-size: 18px;
  color: #23272A;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 20px 45px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 40px;
  background-color: #ffffff;
}

.footer-cta-sec .right-cta a.cta_button{
  font-size: 18px;
  color: #fff;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 20px 45px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 40px;
  transition: all 0.2s ease-in-out;
}
.footer-cta-sec .right-cta a.cta_button:hover{
  background: #000b1659;
}

.footer-cta-sec a.cta_button{
  min-width:213px;
}

.footer-cta-sec .wrapper .blog-header__inner{
  position:relative;
}

.footer-cta-sec .wrapper .blog-header__inner:before{
  content:'';
  position:absolute;
  background-image:url(https://8146838.fs1.hubspotusercontent-na1.net/hubfs/8146838/blog_2020/Icon-awesome-building.png);
  left: -130px;
  top: 125px;
  width:71px;
  height:81px;
  background-repeat:no-repeat;
  background-size:contain;
}

.blog-body-container .post-item-heading h3{
  margin-bottom:62px;
  font-size:35px;
  text-transform: capitalize;
}


@media(min-width:768px){

  .footer-cta-sec .wrapper{
    max-width:830px;
    padding-left: 130px;
  }

  .footer-cta-sec .blog-header .blog-center .blog-header__inner{
    text-align:left;
  }

  .footer-cta-sec .cta-grp{
    text-align:center;
    margin-left: -12px;
  }

}

@media (max-width: 767px) {
  .blog-header .blog-center .blog-header__inner h1.blog-header__title {
    font-size: 60px;
  }
  .hs-blog-post .blog-header .blog-center .blog-header__inner h1.blog-header__title {
    font-size: 60px;
  }
}

@media (max-width: 479px) {
  nav.post-nav .pager .previous a {
    margin-bottom: 10px;
  }
}



/*=================================================
*          Listing page Styling
* ================================================  */
.blog-body-container .blog-center .ias-trigger.ias-trigger-next {
  clear: both;
  width: 100%;
  text-align: center;
  padding: 45px 0 0;
}

.blog-body-container .blog-center .ias-trigger.ias-trigger-next a{
  font-size: 20px;
  color: #AAAAAA;
  position: relative;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  text-transform: capitalize;
}

.blog-body-container .blog-center .ias-trigger.ias-trigger-next a:before{
  position: absolute;
  content: '';
  background: url(https://8146838.fs1.hubspotusercontent-na1.net/hubfs/8146838/blog_2020/down-arrow.png) no-repeat;
  width: 18px;
  height: 20px;
  background-position: right;
  background-size: contain;
  right: -24px;
  top: 5px;
}
.blog-body-container .blog-center .ias-trigger.ias-trigger-next a:after{
  position: absolute;
  content: '';
  background-color: #aaa;
  width: 0;
  left: 0;
  height: 2px;
  bottom: 0;
  transition: all 0.2s ease-in-out;
}


.blog-body-container .blog-center .ias-trigger.ias-trigger-next a:hover:after {
  width: 116%;
}

.ias-spinner{
  margin: 0 auto;
  display: block;
}
/* search inputlist */
body .blog-body-sec .hs-search-field--open .hs-search-field__suggestions {
  max-width: 534px;
  text-align: left;
  position: absolute;
  right: 0;
  z-index: 9;
  background: #f2f2f3;
  border: 0;
  padding: 15px 20px 13px 30px;
  border-radius: 0 0 25px 25px;
  display: none;
}


/* .blog-body-sec .hs-search-field--open input.hs-search-field__input {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
} */
.blog-body-sec .hs-search-field__suggestions li {
  margin-bottom: 7px;
}
.blog-body-sec .subscribe-form h3 {
  display: none;
}

.blog-body-sec .subscribe-form .hs-form label {
  display: none;
}

.blog-body-sec .left-sidebar form input,
.blog-body-sec .left-sidebar form select,
.blog-body-sec .left-sidebar form textarea {
  height: 45px;
  max-width: 269px;
  border-bottom: 1px solid #AAAAAA;
  color: #555555;
  font-size: 16px;
  padding: 16px 10px 14px 24px;
}
.blog-body-sec .left-sidebar form input:focus,
.blog-body-sec .left-sidebar form select:focus,
.blog-body-sec .left-sidebar form textarea:focus{
  border-color: #0e0b5f;
}

.blog-body-sec .left-sidebar form input::-webkit-input-placeholder{
  color: #AAAAAA;
}
.blog-body-sec .left-sidebar form input::-moz-placeholder{
  color: #AAAAAA;
}
.blog-body-sec .left-sidebar form input:-ms-input-placeholder{
  color: #AAAAAA;
}
.blog-body-sec .left-sidebar form input::-ms-input-placeholder{
  color: #AAAAAA;
}
.blog-body-sec .left-sidebar form input::placeholder{
  color: #AAAAAA;
}

.blog-body-sec .left-sidebar form .field {
  margin-bottom: 9px;
}
.blog-body-sec .left-sidebar .hs-button {
  color: #fff;
  font-size: 16px;
  border-radius: 23px;
  font-weight: 600;
  padding: 11px 30px;
  background: #0E0B5F;
  margin-top: 9px;
}
.blog-body-sec .left-sidebar .stay-connected-block p {
  margin-bottom: 16px;
}
.blog-body-sec .subscribe-form .hs-form label.hs-error-msg {
  display: block;
  margin-bottom: 0;
  line-height: 1.2 !important;
  margin-top: 12px;
}
.blog-body-sec .left-sidebar ul.hs-error-msgs{
  padding: 0;
}
.blog-body-sec .subscribe-form .hs-form label.hs-main-font-element {
  display: block;
  line-height: 1.2 !important;
}
.submitted-message {
  text-align: center;
}
.blog-body-sec .subscribe-form{
  padding-left: 33px;
}
/*=================================================
*         End of Listing page Styling
* ================================================  */

/*=================================================
*           Detail page Styling
* ================================================  */
.post-banner-sec{
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;

}

.blog-content-center .breadcumb {
  padding-bottom: 16px;
}

.blog-content-center .post-body h3 {
  padding-bottom: 12px;
  font-size: 25px;
}
.author-cat-sec > * {
  display: inline-block;
}
.author-cat-sec .top-topics p {
  margin: 0;
}
.author-cat-sec {
  padding-bottom: 15px;
  margin-bottom:50px;
}
.author-cat-sec .top-blog-author span {
  color: #23272a;
  font-size: 16px;
}

.author-cat-sec .top-blog-author a {
  font-size: 16px;
}
.blog-content-center img{
  max-width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}
.blog-content-center img{
  margin: 39px auto ;
  display: block;

}
.blog-content-center p,
.blog-content-center li{
  font-size: 16px;

}
.blog-content-center p,
.blog-content-center h4,
.blog-content-center li{
  color: #1C1C1C;;
}
.blog-content-center h4{

  font-size: 25px;
  font-weight: 400;
}
.blog-content-center a{
  color: #826CF8;
}
.blog-content-center a:hover{
  color: #826CF8;
}
.blog-content-center .breadcumb span,
.blog-content-center .breadcumb span a{
  color: #555555;
  font-size: 16px;
  text-transform: capitalize;
}

.blog-content-center .breadcumb span.title {
  font-weight: 700;
}
.blog-content-center .topics {
  padding-top: 19px;
}
.blog-content-center .topics p {
  font-size: 13px;
}

.blog-content-center .topics p a, .blog-content-center .blog-author a {
  color: #0E0B5F;
}

.blog-content-center .blog-author {
  font-size: 16px;
  margin-top: 50px;
}

.post-body-container .blog-body-sec {
  border-bottom: 1px solid #F2F2F3;
}
.blog-content-center a.cta_button[title] {
  font-size: 18px;
  font-weight: bold;
  border: 2px solid #000;
  border-radius: 41px;
  text-decoration: none;
  background: #000;
  outline: 0;
  padding: 20px 86px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.blog-content-center a.cta_button[title]:hover{
  background: #fff;
  color: #000;
  border-color: #000;
}

/*=================================================
*     End of  Detail page Styling
* ================================================  */

/*=================================================
*      Related Posts Section
* ================================================  */


/*==================================================
Four Col Adjust 
==================================================*/
body  .row-fluid .four-col-adjust > span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}
body .row-fluid .four-col-adjust span > .hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 22.5%;
  -webkit-flex-basis: 22.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 2.43%;
  box-sizing: border-box;
  position: relative;
}
@media (max-width:767px) {
  body .row-fluid .four-col-adjust > span {
    display: block;
    margin-right: 0;
  }
  body .row-fluid .four-col-adjust span > .hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width: 100%;
    -webkit-flex-basis: 100%;
    margin: 0;
    margin-top: 20px;
  }
}

.ex-related-posts .heading h3 {
  color: #23272A;
  font-size: 25px;
  position: relative;
  padding-left: 49px;
}
.ex-related-posts .heading h3:before {
  position: absolute;
  content: '';
  background: url(https://8146838.fs1.hubspotusercontent-na1.net/hubfs/8146838/blog_2020/open-book.png) no-repeat;
  width: 34px;
  height: 29px;
  left: 0;
  background-position: center center;
  background-size: contain;
  top: 10px;
}
.ex-related-posts .heading {
  padding-bottom: 10px;
}

.ex-related-posts {
  padding: 50px 0 100px;
}

.ex-related-posts .hs_cos_wrapper .related-item-image {
  height: 271px;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.ex-related-posts .hs_cos_wrapper .related-item-image a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.ex-related-posts .hs_cos_wrapper .post-inner {
  background-color: #f2f2f3;
  padding: 20px 36px 33px;
}
.ex-related-posts .hs_cos_wrapper .blog-tag {
  border-radius: 50px;
  background-color: gray;
  padding: 4px 15px 7px;
  display: inline-block;
  color: #fff;
  margin-bottom: 14px;
  line-height: 1.2;
}
.ex-related-posts .post-inner .post-title {
  margin-top: 0;
  font-size: 30px;
  line-height: 1.1;
}
.ex-related-posts .post-inner .post-title a {
  text-decoration: none;
  color: #23272a;
  font-size: 20px;
  line-height: 1.2;
  display: block;
}
.ex-related-posts .post-inner .meta-tags {
  margin-top: 20px;
}
.post-meta, .date-meta, .entry-meta {
  font-size: 13px;
  color: #8b8b8b;
}
.ex-related-posts span.tag-links a {
  color: #555;
  text-decoration: none;
  font-size: 13px;
}

body .ex-related-posts .row-fluid .four-col-adjust span>.hs_cos_wrapper .module{
  width:100%;
  background-color:#f2f2f3;
}

/*=================================================
*      End of Related Posts Section
* ================================================  */

/*=====================================================================================
*                                MEDIA QUERIES STATS HERE
* ====================================================================================  */
@media (min-width: 768px){
  .blog-body-container .blog-center .post-item-outer .post-item:nth-child(-n+2) {
    width: 47.9%;
  }
  .blog-body-container .post-item-heading{
    display: none;
  }
  .blog-body-container .search-form .post-item-heading{
    display: block;
  }
  .blog-body-sec .search-form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 68px;
  }
  .blog-body-sec .search-form .post-item-heading{
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    text-align: left;
    margin-top:-17px;
  }
  .blog-body-sec .search-form .search-form-sec{
    -ms-flex-preferred-size: 56%;
    flex-basis: 56%;
  }
  .blog-body-container .post-item-heading h3{
    margin-bottom: 0;
  }

  /*   related posts */
  body .ex-related-posts .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    margin-right: 1.1%;
    flex-basis: 23.5%;
    -webkit-flex-basis: 23.5%;
  }
  .blog-body-sec .left-sidebar .for-mobile{
    display: none;
  }

}


@media (min-width: 1025px){
  .blog-content-center a.cta_button img {
    margin-top: 52px;
  }
  .blog-body-sec .left-sidebar .for-desktop, .blog-body-sec .left-sidebar .stay-connected-block {
    max-width: 319px;
  }
  .post-body-container .blog-body-sec .left-sidebar .for-desktop,
  .post-body-container .blog-body-sec .left-sidebar .stay-connected-block {
    max-width: 319px;
  }
  .post-body-container .span9.body-content.right-col-text {
    padding-left: 2%;

  }
}


@media (min-width: 768px) and (max-width: 1024px){
  /*   Post Details page */
  .post-banner-sec {
    min-height: 300px;
  }

  .blog-content-center .post-body h3 {
    font-size: 25px;
    color: #0e0b5f;
  }

  /*   .blog-content-center h4 {
  font-size: 25px;
  color: #1C1C1C;
} */

  .blog-content-center h5 {
    font-size: 20px;
    color: #1C1C1C;
  }

  body .ex-related-posts .row-fluid .four-col-adjust span>.hs_cos_wrapper{
    flex-basis: 31.8%;
    -webkit-flex-basis: 31.8%;
  }
  /*   footer banner section */
  .footer-cta-sec a.cta_button {
    min-width: 200px;
  }
  .footer-cta-sec .wrapper .blog-header__inner:before {
    left: -100px;
    width: 60px;
    height: 70px;
  }
  /*   Listing items */
  .blog-body-container .blog-center .post-item-outer .post-item {
    width: 47.9%;
  }
  .blog-body-sec .left-sidebar h3 {
    font-size: 18px;
  }
  .blog-body-sec .left-sidebar h3 img {
    margin-right: 7px;
  }
  .blog-body-sec .left-sidebar .space-left,
  .blog-body-sec .subscribe-form{
    padding-left: 30px;
  }
  .blog-body-sec .right-col-text {
    padding-left: 2%;
  }
  .blog-body-container .post-item-heading h3 {
    margin-bottom: 32px;
    font-size: 30px;
  }
  .blog-body-sec .search-form {
    margin-bottom: 38px;
  }


}



@media (max-width: 767px){
  /*===========   blog header ===============*/
  .blog-header h6 {
    font-size: 10px;
    margin-bottom: 4px;
  }

  .blog-header .blog-center .blog-header__inner h1.blog-header__title {
    font-size: 20px;
  }

  .blog-header .blog-center .blog-header__inner {
    padding: 26px 0;
  }

  .blog-header a.read-article {
    margin-top: 12px;
    border: 2px solid #FFFFFF;
    padding: 6px 30px;
  }


  /*==============  blog listing page =============*/


  .blog-body-sec .left-sidebar .stay-connected-block{
    display: none;
  }
  .blog-body-container .search-form .post-item-heading{
    display: none;
  }

  .blog-body-container .post-item-heading h3 {
    margin-bottom: 18px;
  }

  span.tag-links a {
    font-size: 16px;
  }

  .blog-body-container .blog-center .post-inner {
    padding: 18px 33px 17px;
  }

  .post-inner .meta-tags {
    margin-top: 11px;
  }
  .blog-body-container .blog-center .post-item{
    margin-bottom: 17px;
  }
  .blog-body-sec {
    padding: 22px 0 40px;
  }
  .blog-body-sec .left-sidebar h3 {
    background-color: #fff;
    border-radius: 25px;
    padding: 13px 23px 13px 25px;
    font-size: 16px;
    cursor: pointer;
    letter-spacing: 0;
    margin: 0;
    display: inline-block;
  }
  .blog-body-sec .left-sidebar h3.bg-color {
    background-color: #f2f2f3;
  }
  .blog-body-sec .left-sidebar h3.rm-border-radi{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

  }
  .blog-body-sec .left-sidebar .latest-article-list h3 {
    position: absolute;
    top: 0;
    right: 0;
    float:right;

  }
  .blog-body-sec .left-sidebar h3 img {
    margin-right: 10px;
  }
  /*   .blog-body-sec .left-sidebar h3 i{
  font-size: 19px;
  position: relative;
  left: -8px;
  top: 2px;
  font-weight: 600;
} */
  .blog-body-sec .left-sidebar .space-left{
    display: none;
    padding: 0;
    background: #F2F2F3;
    border-radius: 0px 25px 25px 25px;

  }
  .blog-body-sec .left-sidebar .latest-article-list .space-left {
    border-radius: 25px 0px 25px 25px;
  }
  .blog-body-sec .left-sidebar ul {
    padding: 21px 16px 10px 16px;
  }

  .blog-body-sec .left-sidebar ul li a {
    padding-bottom: 3px;
    line-height: 19px;
  }
  .blog-body-sec .left-sidebar .for-desktop{
    display: none;
  }

  .blog-body-sec .left-sidebar .category-list, .blog-body-sec .left-sidebar .latest-article-list {
    padding: 0;
  }
  .blog-body-sec .left-sidebar .for-mobile {
    position: relative;
  }
  .blog-body-sec .left-sidebar .stay-connected-block p br{
    display: none;
  }

  /* search input */
  .blog-body-sec .search-form form{
    margin-top: 20px;
  }
  .blog-body-sec input.hs-search-field__input,
  .blog-body-sec .search-form button{
    height: 48px;
  }
  .blog-body-sec input.hs-search-field__input{
    max-width: inherit;
  }
  body .blog-body-sec .hs-search-field--open .hs-search-field__suggestions{
    max-width: inherit;
    left: 0;
    width: 100%;
  }
  .blog-body-sec .search-form {
    margin-bottom: 28px;
  }
  .blog-body-container .blog-center .ias-trigger.ias-trigger-next {
    padding: 10px 0 0;
  }
  .blog-body-container .blog-center .ias-trigger.ias-trigger-next a {
    font-size: 16px;
  }
  .blog-body-container .blog-center .ias-trigger.ias-trigger-next a:before {
    top: 0;
  }


  /*=============== details page ====================*/
  .post-body-container .blog-body-sec{
    padding: 40px 0 32px;
  }
  .post-banner-sec {
    min-height: 210px;
  }
  
  .body-content.right-col-text{
    margin-top:30px;
  }

  .blog-content-center .breadcumb {
    padding: 20px 0 16px;
  }
  
  .post-body.post-title h1{
    font-size:40px;
  }
  
  .blog-content-center .post-body h2{
    font-size:35px;
  }

  .blog-content-center .post-body h3 {
    font-size: 20px;
    padding-bottom: 5px;
  }

  .blog-content-center p, .blog-content-center li {
    font-size: 16px;
  }

  .blog-content-center img {
    margin: 20px auto;

  }
  .blog-content-center h4 {
    font-size: 25px;
  }
  .blog-content-center .blog-author {
    margin-top: 20px;
  }

  .blog-content-center .topics {
    padding-top: 10px;
  }

  .ex-related-posts {
    padding: 35px 0 50px;
  }

  .ex-related-posts .heading h3 {
    font-size: 25px;
    padding-left: 39px;
  }
  .ex-related-posts .heading h3:before {
    top: 8px;
    width: 31px;
    height: 25px;
  }

  .ex-related-posts .heading {
    padding: 0;
  }
  .author-cat-sec .top-blog-author span,
  .author-cat-sec .top-blog-author a{
    font-size: 16px;
  }
  /*============   footer section =============*/
  .footer-cta-sec.featured-post .blog-header .blog-center .blog-header__inner {
    padding: 144px 0 59px;
  }

  .footer-cta-sec .wrapper .blog-header__inner:before {
    left: 0;
    right: 0;
    margin: auto;
    top: 62px;
    width: 69px;
    height: 79px;
  }

  .footer-cta-sec h2 {
    padding: 14px 0 13px;
    font-size: 45px;
  }

  .footer-cta-sec p {
    font-size: 20px;
  }

  .footer-cta-sec .left-cta a.cta_button {
    margin-top: 26px;
    border-radius: 41px;
  }

  .footer-cta-sec .right-cta a.cta_button {
    margin-top: 15px;
    border: 2px solid #FFFFFF;
    border-radius: 41px;
  }


}

@media (max-width: 374px){
  .blog-body-sec .left-sidebar h3 img{
    margin-right: 3px;
  }
  .blog-body-sec .left-sidebar h3{
    padding: 12px 13px;
  }
  /*   .blog-body-sec .left-sidebar h3 i {
  font-size: 16px;
  left: -2px;
  top: 1px;

} */
  .footer-cta-sec .left-cta a.cta_button,
  .footer-cta-sec .right-cta a.cta_button{
    border: 2px solid #fff;
    padding: 6px 30px;
    min-width: inherit;
    display: block;
    width: 100%;
    box-sizing: border-box !important;
  }

}

/*=====================================================================================
*                                END OF MEDIA QUERIES STATS HERE
* ====================================================================================  */
/* ******************************************************************************
*********************************************************************************
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: 7rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

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

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

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
form#email-prefs-form {
  max-width: 100%;
}
.systems-page .actions{
  padding-top:10px;
}
.systems-page input.hs-button {
  margin-top: 10px;
  width: auto !important;
}
body.has-no-banner p.header {
  background-color: #fff;
}
.fix-header p.header {
  box-shadow: none;
}
body.has-no-banner p.header {
  position: static;
}
@media(max-width:1160px){
  .content-wrapper .systems-page {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media(max-width:767px){
  .systems-page .success {
    min-width:100%;
  }
  .systems-page .hs-input{
    width:100% !important;
  }
}
.systems-page .hs-input {
  max-width: 767px !important;
  width: 100% !important;
  display: block;
}
p.header {
  background: white;
  text-align: left;
  position: static;
}
.systems-page input#hs-pwd-widget-password {
  max-width: 767px !important;
  width: 100% !important;
  display: block;
  height:56px !important;
}
.systems-page .hs-input[type=checkbox],.systems-page .hs-input[type=radio]{
  width:auto !important;
  display: inline-block !important;
}
.systems-page ul.no-list.hs-error-msgs {
  margin: 0;
  padding: 0;
}
@media(min-width:767px){
  .systems-page h2{
    font-size:55px;
  }
  .systems-page h1{
    font-size:56px;
  }
  .systems-page .success{ 
    font-size:.8rem;
  }
}
.form-container .actions {
  margin-bottom: 10px;
}
.form-container .hs-form-field label {
  display: inline-block;
  margin: 5px 0;
  width: auto;
}
.search-page h1 {
  text-align: center;
  margin: 0;
  line-height: 1.1;
}
.search-page {
  /*  padding: 60px 10%; */
}
@media(max-width:767px){
  .systems-page .success{  
    font-size: 1rem;
  }
  .error-page {
    padding: 6rem 15px;
  }
  .systems-page .success {
    min-width:100%;
  }
  .systems-page h2,.blog-recent-posts h2,.blog-index h2{
    font-size:1.6rem;
  }
  .systems-page h1,.error-page_heading,.body-container__landing h1,.blog-post h1{
    font-size:2.1rem;
  }
  div#content h3 {
    font-size: 26px;
  }
}
@media(max-width:767px){
  .error-404-heading h1{
    font-size: 48px;
  }
}


/*===================Custom Search Result Page Style=====================*/

/* Search Result page */
.enconnex.search-page {
  margin: 0 auto;
}

.enconnex.search-page h1 {
  text-align: left;
  font-family: Lato,sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  color: #1c1c1c;
  text-transform: none;
  letter-spacing: 0px;
}


.enconnex.search-page .hs-search-results a {
  font-weight: 700;
  text-decoration: underline;
  font-family: Lato,sans-serif;
  font-style: normal;
  color: #0e0b5f;
  font-size: 0.83rem;
  margin-bottom: .35rem;
}

.enconnex.search-page ul.hs-search-results__listing li {
  margin: 0 0 60px;
  padding: 0;
}

.enconnex.search-page .hs-search-results a:hover,
.enconnex.search-page .hs-search-results a:focus,
.enconnex.search-page .hs-search-results a:visited {
  /*font-style: normal;
  font-weight: normal;
  text-decoration: none;*/
  color: #735de9;
}
.enconnex.search-page .hs-search-results a:focus{
  outline: 0;
}
.enconnex.search-page .hs-search-results__pagination a {
  font-size: 16px;
}
.enconnex.search-page .hs-search-results {
  margin-top: 1.4rem;
}
.enconnex.search-page .hs-search-results__pagination {
  padding-top: 10px;
}
@media (min-width: 768px){
  .enconnex.search-page h1 {
    font-size: 60px;
  }
  
  .enconnex.search-page{
    padding-left:40px;
  }
}

@media(max-width:767px){

  .blog-body-sec .enconnex.search-page .search-form{
    margin-bottom: 50px;
    margin-top: 30px;
    text-align: left;
  }

}
body .container-fluid.page-common-styles .row-fluid [class*="span"] {
  min-height: 0;
}
.page-common-styles img {
  max-width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}
.page-common-styles .dnd-section,
.page-common-styles .dnd-section .widget-type-cell{
  padding: 0;
}
.page-common-styles .dnd-section>.row-fluid {
  max-width: inherit;
}
@media (max-width: 1160px){
  .page-common-styles .dnd-section>.row-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-common-styles .form-white,
.page-common-styles .all-text-white,
.page-common-styles .all-text-white h1,
.page-common-styles .all-text-white h2,
.page-common-styles .all-text-white h3,
.page-common-styles .all-text-white p,
.page-common-styles .all-text-white h4,
.page-common-styles .all-text-white h5,
.page-common-styles .all-text-white h6,
.page-common-styles .all-text-white li,
.page-common-styles .all-text-white a {
  color: #fff;
}
/*======Text Alignment ========*/
.page-common-styles .align-center {
  text-align: center;
}
.page-common-styles .align-left {
  text-align: left;
}
.page-common-styles .align-right {
  text-align: right;
}
.page-common-styles .float-left {
  float: left;
}
.page-common-styles .float-right {
  float: right;
}

.page-common-styles .section-bg{
  background-size: cover!important;
  background-position: center center!important;
  background-repeat: no-repeat!important
}

/* cta button */


.page-common-styles a.cta_button,
.page-common-styles.container-fluid .row-fluid .hs-button{
  font-size: 16px;
  line-height: 1.2;
  padding: 12px 46px 14px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  /*   letter-spacing: 1px; */
  color: #1C1C1C;
  border-radius: 45px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  background: #fff;
  border: 2px solid #1C1C1C;
  text-decoration: none;
}
.page-common-styles a.cta_button:hover,
.page-common-styles.container-fluid .row-fluid .hs-button:hover{
  background: #1C1C1C;
  color: #fff;
}



@media (min-width: 768px) {
  .page-common-styles .equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  body .page-common-styles .row-fluid .vertical-center {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
/*===================================================
Two Col Adjust
===================================================*/
body .container-fluid.page-common-styles .row-fluid .two-col-adjust > span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.5%;
}
body .page-common-styles .row-fluid .two-col-adjust span > .hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 47.9%;
  -webkit-flex-basis: 47.9%;
  float: left;
  margin-right: 2.43%;
  margin-top: 30px;
  box-sizing: border-box;
  position: relative;
}
@media(max-width: 767px) {
  body .container-fluid.page-common-styles  .row-fluid .two-col-adjust > span {
    display: block;
    margin-right: 0;
  }
  body .page-common-styles .row-fluid .two-col-adjust span > .hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width: 100%;
    -webkit-flex-basis: 100%;
    margin: 0;
    margin-top: 20px;
  }
}
/*==================================================
Three Col Adjust 
==================================================*/
body .container-fluid.page-common-styles  .row-fluid .three-col-adjust > span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.5%;
}
body .page-common-styles .row-fluid .three-col-adjust span > .hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 30.9%;
  -webkit-flex-basis: 30.9%;
  float: left;
  margin-right: 2.43%;
  margin-top: 30px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width:767px) {
  body .container-fluid.page-common-styles  .row-fluid .three-col-adjust > span {
    display: block;
    margin-right: 0;
  }
  body .page-common-styles .row-fluid .three-col-adjust span > .hs_cos_wrapper {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 30px auto 0;
    float: none;
  }
}
/*==================================================
Four Col Adjust 
==================================================*/
body .container-fluid.page-common-styles  .row-fluid .four-col-adjust > span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}
body .page-common-styles .row-fluid .four-col-adjust span > .hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 22.5%;
  -webkit-flex-basis: 22.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 2.43%;
  box-sizing: border-box;
  position: relative;
}
@media (max-width:767px) {
  body .container-fluid.page-common-styles  .row-fluid .four-col-adjust > span {
    display: block;
    margin-right: 0;
  }
  body .page-common-styles .row-fluid .four-col-adjust span > .hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width: 100%;
    -webkit-flex-basis: 100%;
    margin: 0;
    margin-top: 20px;
  }
}


body .container-fluid.page-common-styles .row-fluid .section-heading.align-center {
  max-width: 960px;
  margin: 0 auto;
  display: block;
  margin-bottom: 60px;
}

/* body .page-common-styles .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
width: 45.3%;
margin-right: 9.4%;
}
body .page-common-styles .row-fluid .hs-form fieldset .hs-form-field:last-child {
margin-right: 0;
}
.page-common-styles .hs-error-msgs label {
color: #f2545b !important;
} */


@media(max-width: 1024px){
  body .container-fluid.page-common-styles .row-fluid .section-heading.align-center {
    margin-bottom: 30px;
  }
}
/* @media (max-width: 399px){
body .page-common-styles .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
width: 100%;
margin-right: 0;
}
} */





/*=========================================================
FORM STYLE
=========================================================*/                

.page-common-styles::-webkit-input-placeholder {
  color: #989898;
}

.page-common-styles:-moz-placeholder {
  color: #989898;
}

.page-common-styles::-moz-placeholder {  
  color: #989898;
}

.page-common-styles:-ms-input-placeholder {  
  color: #989898;
}

.page-common-styles select::-ms-expand {
  display: none;
}

.page-common-styles .row-fluid form li{
  margin:0;
}

.page-common-styles .row-fluid  form li:before{
  display:none;
}

.page-common-styles .hs-error-msgs li label{
  color: #FD2727 !important;
  font-size: 12px;
}

.page-common-styles form li:before{
  display:none;
}


.page-common-styles .row-fluid form input,
.page-common-styles .row-fluid form select,
.page-common-styles .row-fluid form textarea{
  height: 46px;
  font-family: 'Lato';
  border: 0;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  padding: 0;
  margin-bottom: 0;
  border-radius: 0;
  background: 0;
  padding: 8px 15px;
  color: rgb(85 85 85 / 0.7);
  font-weight:700;
  border-bottom: 3px solid #cad5e2;
  box-sizing: border-box;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
}


.page-common-styles .row-fluid  form input:focus,
.page-common-styles .row-fluid  form select:focus,
.page-common-styles .row-fluid  form textarea:focus{
  outline:0;
  border-color: #0e0b5f;
}

.page-common-styles .row-fluid  form textarea{
  height:130px;    
  resize: none;
}

.page-common-styles .row-fluid  form .hs_file_upload input,
.page-common-styles .row-fluid  form .hs-form-checkbox input,
.page-common-styles .row-fluid  form .hs-form-radio input,
.page-common-styles .row-fluid  form .hs-form-booleancheckbox input{
  height:auto;
  padding:0;
  border:0;
}

.page-common-styles .row-fluid  form .hs-form-checkbox input,
.page-common-styles .row-fluid  form .hs-form-radio input,
.page-common-styles .row-fluid  form .hs-form-booleancheckbox input{
  height:auto;
  padding:0;
  border:0;
  margin-bottom:0;
}

.page-common-styles .row-fluid form .field>label{
  color: #0e0b5f;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 4px;
  margin-top: 0;
}

.page-common-styles .row-fluid form .hs-button.primary{
  height: auto;
  margin-top: 11px;
  cursor:pointer;
}

.page-common-styles form .hs-error-msgs{
  margin:0;
  padding:0;
}

.page-common-styles form .hs-error-msgs li{
  line-height: 1;
  color: red;
  font-weight: 500;
  font-size: 11px;
  position: relative;
  top: -4px;
  letter-spacing: 0.3px;
}

.page-common-styles .row-fluid .hs-form fieldset.form-columns-1 .hs-input {
  width: 100%;
}

body .page-common-styles .row-fluid .hs-form fieldset {
  max-width: 100%;
}



.body-container-wrapper .page-common-styles form ul,
.body-container-wrapper .page-common-styles form li{
  margin:0;
  padding:0;
}

.body-container-wrapper .page-common-styles form ul,
.page-common-styles form ul{
  list-style:none;
}

.body-container-wrapper .page-common-styles form li:before{
  display:none;
}

body .page-common-styles form .hs-form-checkbox:last-child,
body .page-common-styles form .hs-form-radio:last-child,
body .page-common-styles form .hs-form-booleancheckbox{
  margin-bottom:20px;
}

body .page-common-styles .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
  width: 32%;
  margin-right:2%;
}

body .page-common-styles .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
  width: 45.3%;
  margin-right: 7.9%;
}

body .page-common-styles .row-fluid .hs-form fieldset .hs-form-field:last-child{
  margin-right:0;
}

body .page-common-styles .row-fluid .hs-form fieldset.form-columns-2 .input,
body .page-common-styles .row-fluid .hs-form fieldset.form-columns-3 .input {
  margin-right:0px;
}

body .container-fluid.page-common-styles  .row-fluid .hs-form fieldset .field:last-child .input{
  margin-right:0;
}

body .page-common-styles .row-fluid select{
  background: #f5f5f5 url(//2558848.fs1.hubspotusercontent-na1.net/hubfs/2558848/Product-3-Pack/Select%20Arrow%20Small.png) no-repeat;
  background-position: center right;
  -webkit-appearance: none;
}





/*=======================================================
CHECKBOX AND RADIO BUTTONS STYLING
=======================================================*/            

.page-common-styles .row-fluid .hs-form .field .input input[type="checkbox"],
.page-common-styles .row-fluid .hs-form .field .input  input[type="radio"],
body .row-fluid .checkbox-row input,
body .row-fluid input[type="checkbox"]{
  width:auto;
}

.page-common-styles .row-fluid .hs-form .field .input input[type="checkbox"],
.page-common-styles .row-fluid .hs-form .field .input  input[type="radio"],
body .page-common-styles .row-fluid .checkbox-row input,
body .page-common-styles .row-fluid input[type="checkbox"]{
  padding: 0;
  border-radius: 4px;
  background: #fff;
  margin-left: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #0e0b5f;
  -webkit-appearance: none;
  border: 2px solid #ddd;
  margin-right: 8px;
  top: 0;
  width: 16px;
  height: 16px;
}

.page-common-styles .row-fluid .hs-form .field .input input[type="checkbox"]:checked:after,
body .page-common-styles .row-fluid .checkbox-row input:checked:after,
body .page-common-styles .row-fluid input[type="checkbox"]:checked:after{
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  top: 3px;
  left: 2px;
  border: 3px solid #0e0b5f;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}


.page-common-styles .row-fluid .hs-form .field .input  input[type="radio"]{
  border-radius: 50%;
}

.page-common-styles .row-fluid .hs-form .field .input  input[type="radio"]:checked:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 3px;
  background: ;
  left: 3px;
  border-top: 0;
  border-right: 0;
  border-radius: 50%;
}


@media (max-width:480px){


  body .page-common-styles form.hs-form .form-columns-2 .hs-form-field .hs-input,
  body .page-common-styles form.hs-form .form-columns-3 .hs-form-field .hs-input{
    width:100%;
  }

  body .page-common-styles .row-fluid .hs-form fieldset .input{
    margin:0;
  }

  body .page-common-styles .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100%;
    margin-right: 0;
  }

  body .page-common-styles .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    margin-right: 0;
  }

  .page-common-styles .row-fluid form .hs_submit .actions{
    text-align:center;
  }

}



















.page-common-styles .overlay{
  position:relative;
  z-index:1;
}

.page-common-styles .overlay:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgb(14 13 13 / 73%);
  z-index: -1;
}
.pr-small-wrapper .wrapper{
  max-width: 1170px;
}




.pr-banner-sec{
  padding: 50px 0 60px;
}
.pr-banner-sec .logo-sec img{
  margin: 0 auto;
  display: block;
  max-height:75px;
}
.pr-banner-sec h1{
  margin: 0;
  font-size:50px;
}
.pr-banner-sec p {
  font-size: 20px;
  margin:0px;
}
.pr-banner-sec .logo-sec {
  padding-bottom: 8px;
}
.pr-banner-sec .text-sec {
  padding-bottom: 20px;
}
.pr-banner-sec .btn{
  margin-top: 35px;
}

.pr-banner-sec a.cta_button{
  padding: 10px 42px 13px;
  background: #fff;
  color: #000;
  font-size: 16px;
}

.pr-banner-sec a.cta_button:hover {
  background: transparent;
  color: #fff;
  border-color:#ffffff;
}

/*
.pr-banner-sec a.cta_button{
font-weight: 700;
background: transparent;
color: #fff;
border-radius: 45px;
text-transform: capitalize;
border: 2px solid #fff;
}
.pr-banner-sec a.cta_button:hover{
background: rgb(38,42,46);
color: #fff;
}*/



.pr-two-col-sec {
  position: relative;
  padding: 90px 0 180px;
  overflow:hidden;
}
.pr-two-col-sec p{
  line-height: 23px;
/*   color: #1C1C1C; */
}
.pr-two-col-sec h2 {
  padding-bottom: 30px;
}

.pr-two-col-sec .btn {
  margin-top: 34px;
}



.pr-three-col-sec{
  padding: 90px 0 60px;
}
.pr-three-col-sec .section-heading p {
  font-size: 19px;
  color: #1C1C1C;
}

.pr-three-col-sec .section-heading h2 {
  padding-bottom: 6px;
}
.pr-three-col-sec .icon {
  margin-bottom: 13px;
}
.pr-three-col-sec .icon img {
  max-width: 60px;
}

.pr-three-col-sec .hs_cos_wrapper h3 {
  letter-spacing: -0.25px;
}


.pr-three-col-sec .hs_cos_wrapper p {
  letter-spacing: -0.16px;
  line-height: 1.4;
}





.pr-contact-us-sec{
  padding: 233px 0;
}

.pr-talk-form-sec{
  padding: 74px 0 93px;
  position: relative;
  z-index: 1;
}
.pr-talk-form-sec .wrapper{
  max-width: 935px;
}
.pr-talk-form-sec .section-heading p{
  color: #1C1C1C;
}
.pr-talk-form-sec .form-sec {
  padding: 37px 35px 55px 53px;
  background-color: #fff;
  border-radius: 21px;
  box-shadow: 0px 0px 20px #00000029;
}
.pr-talk-form-sec .row-fluid form .input {
  margin-right: 0;
}
.pr-talk-form-sec .form-sec h1 {
  font-size: 28px;
  line-height: 24px;
  color: #33475b;
  margin: 18px 0;
}
.pr-talk-form-sec .hs-form fieldset {
  max-width: 100%;
}





.pr-talk-form-sec .row-fluid form textarea {
  background-color: #f5f8fa;
  padding: 18px 10px 9px !important;
  height: 63px !important;
}


.pr-talk-form-sec .hs-form-required {
  color: red;
  display: inline;
}
.pr-talk-form-sec .legal-consent-container .hs-form-booleancheckbox-display>span {
  display: block;
  margin-left: 20px;
  font-size: 16px;
  letter-spacing: -0.16px;
}
.pr-talk-form-sec .hs-richtext p {
  color: #555555;
  font-size: 16px;
  line-height: 26px;
  margin: 14px 0;
  letter-spacing: -0.16px;
}
.pr-talk-form-sec .inputs-list label {
  color: #0e0b5f;
  font-family: Lato;
  font-size: 14px;
  margin: 0;
  margin-bottom: 4px;
}

.pr-talk-form-sec .row-fluid form input[type="checkbox"] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  min-height: inherit;
}
.pr-talk-form-sec  .grecaptcha-badge {
  margin: inherit;
  margin-top
}
.pr-talk-form-sec .actions {
  margin-top: 25px;
}
.pr-talk-form-sec a.hs-button{
  padding: 14px 48px 15px;
}
body .row-fluid .pr-talk-form-sec .right-col form.hs-form .input {
  margin-right: 0;
}

.pr-talk-form-sec .submitted-message {
  font-size: 20px;
  font-weight: 700;
}
.page-common-styles .pr-talk-form-sec .row-fluid form .hs-button.primary{
  font-size: 18px;
  letter-spacing: 0;
  padding: 13px 46px;
}
/*==================================================================
ENCONNE AC6000 PAGE STYLING STARTS HERE
=====================================================================*/

/*==================================================================
Banner Section Styling
=====================================================================*/


.body-container--ac6000 .pr-banner-sec .wrapper {
  max-width: 1170px;
}

.body-container--ac6000 .pr-banner-sec .text-sec {
  max-width: 1052px;
  margin: 0 auto;
  padding: 0 0 6px;
}


.body-container--ac6000 .pr-banner-sec {
  margin-top: -1px;
  position: relative;
  z-index: 1;
}
.body-container--ac6000 .pr-banner-sec:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgb(14 13 13 / 73%);
  z-index: -1;
  /*     background: linear-gradient(101deg, black, transparent); */
  background: linear-gradient(180deg, black, transparent);
}
/*==================================================================
End of Banner Section Styling
=====================================================================*/


.body-container--ac6000 .pr-two-col-sec {
  background-color: #f2f3f3;
}

.body-container--ac6000 .pr-two-col-sec .left-col a.cta_button{
  background: transparent;
  padding: 11px 38px 14px;
  color: #1c1c1c;
  border: 2px solid #1c1c1c;
}

.body-container--ac6000 .pr-two-col-sec h2 {
  padding-bottom: 39px;
}
.body-container--ac6000 .pr-two-col-sec p {
  letter-spacing: normal;
  font-weight: 400;
  color: #1C1C1C;
}
.pr-two-col-sec .left-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  /*   margin-left: 29px; */
}
.pr-two-col-sec .left-col ul li {
  position: relative;
  margin: 0 0 6px 29px;
  font-size: 20px;
  line-height:1.3;
  color: #1C1C1C;
}
.pr-two-col-sec .left-col ul li:before {
  position: absolute;
  content: '>';
  left: -29px;
  top: 0px;
  font-weight: 600;
}
.body-container--ac6000 .pr-two-col-sec .btn {
  margin: 51px 0 0 0;
}
.body-container--ac6000 .pr-two-col-sec .left-col a.cta_button:hover {
  background: #1c1c1c;
  color: #fff;
}

/*==================================================================
Three Col Sec STARTS HERE
=====================================================================*/
.body-container--ac6000 .pr-three-col-sec h5 {
  font-weight: 400;
  line-height: 1.15;
  color: #000000;
  padding-bottom: 10px;
}

.body-container--ac6000 .pr-three-col-sec .hs_cos_wrapper p {
  line-height: 1.2;
}

.pr-three-col-sec .btn{
  display: none;
}
.pr-three-col-sec .btn.d-show{
  display: block;
  margin-top: 37px;
}
.pr-three-col-sec .btn a.cta_button{
  background: transparent;
}
.pr-three-col-sec .btn a.cta_button:hover{
  background: #1c1c1c;
}

/*==================================================================
End of Three Col Sec
=====================================================================*/


/*==================================================================
ENCONNEX AC6000 PAGE STYLING ENDS HERE
=====================================================================*/

/*==================================================================
MEDIA QUERIRS STARTS HERE
=====================================================================*/

@media (min-width: 768px){
  body .row-fluid .pr-two-col-sec .right-col.section-bg {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
  .pr-banner-sec .for-mobile.text-sec{
    display: none;
  }


  body .container-fluid.page-common-styles .pr-three-col-sec .row-fluid .three-col-adjust>span {
    margin: 0;
    justify-content: center;
  }
  body .page-common-styles .pr-three-col-sec .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    flex-basis: 23.9%;
    -webkit-flex-basis: 23.9%;
    margin-right: 7.03%;
    justify-content: center;
  }
  body .page-common-styles .pr-three-col-sec .row-fluid .three-col-adjust span>.hs_cos_wrapper:nth-child(3n),
  body .page-common-styles .pr-three-col-sec .row-fluid .three-col-adjust span>.hs_cos_wrapper:last-child {
    margin-right: 0;
  }

  .pr-talk-form-sec .right-col {
    padding-left: 9px;
  }
  .pr-talk-form-sec .left-col {
    padding-left: 8.9%;
  }
  .pr-talk-form-sec .section-heading p{
    font-size: 20px;
  }


  /*==================================================================
  ENCONNEX AC6000 PAGE STYLING STARTS HERE
  =====================================================================*/

  .pr-banner-sec a.cta_button{
    font-size: 18px;
    padding: 12px 45px;
    line-height: 26px;
  }

  .body-container--ac6000 .pr-banner-sec .text-sec p {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .body-container--ac6000 .pr-two-col-sec p {
    font-size: 20px;
  }



  /*   body  .body-container--ac6000 .row-fluid .pr-two-col-sec .right-col.section-bg {
  min-height: 315px;
  top: 50%;
  transform: translateY(-50%);
  width: 65.3%;
}
  .body-container--ac6000 .pr-two-col-sec {
  padding-bottom: 102px;
} */
  .body-container--ac6000 .pr-two-col-sec .left-col {
    width: 25%;
    padding-right:10px;
  }

  /*==================================================================
  Three Col Sec Starts here
  =====================================================================*/
  .body-container--ac6000 .pr-three-col-sec .icon {
    margin-bottom: 8px;
    min-height: 60px;
  }
  body .body-container--ac6000 .pr-three-col-sec .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    flex-basis: 24.9%;
    -webkit-flex-basis: 24.9%;
    margin-right: 3.83%;
  }


}

@media (min-width: 1025px){

  
  
  body .container-fluid.page-common-styles .pr-three-col-sec .row-fluid .section-heading.align-center {
    margin-bottom: 55px;
  }
  .pr-contact-us-sec h2{
    font-size: 60px;
  }
  .pr-two-col-sec p{
    /*  font-size: 19px;*/
  }
  .body-container--power-ready a[data-hs-anchor="true"] {
    display: block;
    position: relative;
    top: -127px;
    visibility: hidden;
  }

  /*==================================================================
  ENCONNE AC6000 PAGE STYLING STARTS HERE
  =====================================================================*/
  .body-container--ac6000 a[data-hs-anchor="true"] {
    display: block;
    position: relative;
    top: -127px;
    visibility: hidden;
  }

  .body-container--ac6000 .pr-banner-sec {
    padding: 64px 0 52px;
  }

  .body-container--ac6000 .pr-banner-sec .btn {
    margin-top: 61px;
  }

  .body-container--ac6000 .pr-banner-sec h1 {
    margin-bottom: 12px;
  }

  /*==================================================================
  Three Col Sec Starts here
  =====================================================================*/
  .body-container--ac6000 .pr-three-col-sec {
    padding: 94px 0 100px;
  }

  body .container-fluid.body-container--ac6000 .pr-three-col-sec .row-fluid .section-heading.align-center {
    margin-bottom: 49px;
    max-width: 1340px;
  }
  /*   three col section */
  .body-container--ac6000 .pr-three-col-sec .icon img {
    min-height: 60px;
  }


}

@media (min-width: 1440px){
  .pr-two-col-sec .wrapper,
  .increase-roi-sec .wrapper,
  .per-galance-sec .wrapper,
  .specifications-sec .wrapper{
    max-width: 1356px;
  }
  body .row-fluid .pr-two-col-sec .right-col.section-bg{
    width: 66%;
  }
  body .body-container--ac6000 .pr-two-col-sec.out-perform .right-col.section-bg{
    width: 66%;
  }
}
@media (min-width: 1700px){
  body .row-fluid .pr-two-col-sec .right-col.section-bg{
    width: 66%;
  }
}
@media (min-width: 2240px){
  body .row-fluid .pr-two-col-sec .right-col.section-bg{
    width: 62%;
  }
}

@media (min-width: 1025px) and (max-width: 1399px){
  /* header styling */
  .hs-landing-page .header__logo img {
    min-height: auto !important;
    max-width: 360px;
  }
}
@media (min-width: 768px) and (max-width: 1024px){
  .page-common-styles h1 {
    font-size: 48px;
  }
  .page-common-styles h2 {
    font-size: 35px;
  }
  .page-common-styles h3 {
    font-size: 25px;
    line-height: 1.2;
  }



  .pr-banner-sec .logo-sec {
    padding-bottom: 30px;
  }

  .pr-banner-sec .text-sec {
    padding-bottom: 15px;
  }
  .pr-banner-sec h1{
    font-size: 44px;
  }



  body .row-fluid .pr-two-col-sec .right-col.section-bg {
    height: 100%;
    width: 66%;
  }

  .pr-two-col-sec .left-col {
    width: 30%;
  }

  .pr-two-col-sec h2 {
    padding-bottom: 0;
  }

  .pr-two-col-sec {
    padding: 71px 0 100px;
  }


  .pr-contact-us-sec {
    padding: 153px 0;
  }

  body .body-container--ac6000 .pr-three-col-sec .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    flex-basis: 25.9%;
    -webkit-flex-basis: 25.9%;
    margin-right: 3.83%;
  }

  .body-container--ac6000 .pr-banner-sec .text-sec p {
    font-size: 18px;
  }

}



@media (max-width: 767px){
  .page-common-styles h1 {
    font-size: 40px;
  }
  .page-common-styles h2 {
    font-size: 26px;
  }
  .page-common-styles h3 {
    font-size: 25px;
    line-height: 1.2;
  }
  .page-common-styles h5 {
    font-size: 16px;
  }


  .pr-banner-sec .logo-sec img {
    max-height: 75px;
  }

  .pr-banner-sec {
    padding: 35px 0 71px;
  }
  
  .pr-banner-sec a.cta_button{
/*     padding: 10px 42px 13px; */
  }
  
  .pr-banner-sec h1 {
    margin-bottom: 22px;
  }
  .pr-banner-sec .text-sec p{
    display: none;
  }
  .pr-banner-sec .for-mobile.text-sec h1{
    display: none;
  }
  .pr-banner-sec .for-mobile.text-sec p{
    display: block;
    font-size: 16px;
    line-height: 23px;
  }
  .pr-banner-sec .text-sec {
    padding-bottom: 11px;
  }

  .pr-banner-sec .for-mobile.text-sec {
    padding: 20px 0 0;
  }

  .pr-banner-sec .btn {
    margin-top: 33px;
  }




  body .row-fluid .pr-two-col-sec .right-col.section-bg {
    height: 100%;
    margin: 0 -20px;
  }

  .pr-two-col-sec .row-fluid-wrapper .row-fluid{
    display: flex;
    flex-direction: column-reverse;
  }
  .pr-two-col-sec {
    padding: 0 0 54px;
  }
  .pr-two-col-sec .left-col {
    margin-top: 43px;
  }
  .pr-two-col-sec h2 {
    padding-bottom: 13px;
  }
  .pr-two-col-sec .btn {
    margin-top: 29px;
    text-align: center;
  }
  .body-container--power-ready .pr-two-col-sec {
    text-align: center;
  }
  .pr-two-col-sec p{
    line-height: 1.65;
  }



  .pr-three-col-sec .section-heading h2 {
    font-weight: 400;
    padding-bottom: 14px;
  }
  .pr-three-col-sec {
    padding: 43px 0 36px;
  }
  .pr-three-col-sec .section-heading p {
    font-size: 16px;
    /*     line-height: 19px; */
  }
  /*   .pr-three-col-sec .hs_cos_wrapper p {
  line-height: 19px;
} */

  .pr-three-col-sec .icon {
    margin-bottom: 33px;
  }

  .pr-three-col-sec .hs_cos_wrapper h3 {
    padding-bottom: 14px;
  }

  body .page-common-styles .pr-three-col-sec .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    margin-top: 60px;
  }

  .pr-three-col-sec .hs_cos_wrapper p,
  .pr-three-col-sec .section-heading p{
    line-height: 1.45;
  }




  .pr-talk-form-sec .form-sec {
    padding: 30px;
    margin: 35px 0 0;
  }

  .pr-talk-form-sec {
    padding: 57px 0 50px;
  }
  .pr-talk-form-sec .right-col form .input {
    margin-right: 0;
  }
  .pr-talk-form-sec .row-fluid form input:not([type="submit"]),
  .pr-talk-form-sec .row-fluid form select,
  .pr-talk-form-sec .row-fluid form textarea {
    border-width: 2px;
  }

  .pr-talk-form-sec h2 {
    padding-bottom: 14px;
  }
  .pr-talk-form-sec .section-heading p {
    line-height: 24px;
    font-weight: 400;
  }
  .pr-talk-form-sec .row-fluid form textarea {
    height: 108px !important;
  }


  .body-container--ac6000 .pr-banner-sec h1{
    font-size: 32px;
  }
  .body-container--ac6000 .pr-banner-sec {
    padding: 25px 0 55px;
  }
  .body-container--ac6000 .pr-banner-sec .for-mobile.text-sec {
    padding: 27px 0 0;
  }
  .body-container--ac6000 .pr-banner-sec .for-mobile.text-sec p {
    padding-bottom: 10px;
  }
  .body-container--ac6000 .pr-banner-sec .btn {
    margin-top: 21px;
  }
  .body-container--ac6000 .pr-banner-sec .text-sec {
    padding-bottom: 9px;
  }


  .body-container--ac6000 .pr-two-col-sec h2 {
    padding-bottom: 30px;
  }
  .pr-two-col-sec .left-col ul li {
    font-size: 16px;
  }


  /*==================================================================
  Three Col Sec Starts here
  =====================================================================*/
  .body-container--ac6000 .pr-three-col-sec {
    padding: 67px 0 56px;
  }

  .body-container--ac6000 .pr-three-col-sec h5 {
    padding-bottom: 17px;
  }

  body .page-common-styles.body-container--ac6000 .pr-three-col-sec .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    margin-top: 40px;
  }

  body .page-common-styles .pr-three-col-sec.body-container--ac6000 .row-fluid .three-col-adjust span>.hs_cos_wrapper:first-child {
    margin-top: 47px;
  }
  .body-container--ac6000 .pr-three-col-sec .icon {
    margin-bottom: 16px;
  }
  .body-container--ac6000 .pr-three-col-sec .btn.d-show {
    margin-top: 49px;
  }
  .body-container--ac6000 .pr-three-col-sec .btn a.cta_button {
    padding: 10px 45px 12px 46px;
  }
  .pr-three-col-sec .hs_cos_wrapper p br{
    display: none;
  }



}



@media (max-width: 380px){
  .pr-talk-form-sec .form-sec {
    padding: 24px 25px 25px;
  }
}


/*==================================================================
MEDIA QUERIRS ENDS HERE
=====================================================================*/