/* ******************************************************************************
*********************************************************************************
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 {
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

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

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

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

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.dnd-section > .row-fluid{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width:1600px){
  .dnd-section > .row-fluid{
    padding-right: 75px;
    padding-left: 75px; 
  }
}

@media(max-width:576px){
  .dnd-section > .row-fluid {
    padding:0 10px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 1.71429;
  letter-spacing: .05em;
}

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

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  outline:none;
  touch-action: manipulation;
}
a:hover, a:focus {
  text-decoration: none;
  outline:none;
}

/* 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 {
  line-height: 1.5rem;
}

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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
}

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

img{
  max-width:100%;
}

@media (max-width: 767px) {
  form{
    max-width:100%;
  }
}
/* ******************************************************************************
*********************************************************************************
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: 767px;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  border-style: solid;
  border-width: 2px;
  font-size: 14px;
  
  text-decoration: none;
  font-family: 'Poppins';
}

.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;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: 'Poppins';
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b !important;
  font-size: 14px;
  font-family: 'arial';
}

.hs-input, input#hs-pwd-widget-password{
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  border-width:2px;
  border-style:solid;
  box-sizing: border-box;
  margin-bottom:10px;
  font-family: 'arial';
}

input#hs-pwd-widget-password{
  height: 40px !important;
}

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

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

ul.no-list {
  list-style: none;
  padding:0;
  margin:0;
}

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

@media (max-width:767px){
  form{
    max-width:100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

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

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}
/* 04-05-2022 */
@media (max-width: 767px){
  
span#hs_cos_wrapper_widget_1645735597882_ a {height: 100%;display: flex;min-height: 45px;align-items: center;font-weight: 400;}
span#hs_cos_wrapper_widget_1645735597882_>.txt-right {display: flex;align-items: center;justify-content: center;gap: 10px;}
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li {
    margin-left: 0 !important;
}
  .span7.widget-span.widget-type-cell.cell_1645640931086-vertical-alignment.cell_1645640931086-padding.dnd-column {
    margin-left: 0 !important;
}
  .custom-menu-primary.js-enabled .hs-menu-wrapper { 
    position: relative !important; 
    left: -2vw; 
    min-width: 100vw;
    right: 0;
}
   
span#hs_cos_wrapper_widget_1645653349881_ h2 span {font-size: 30px;} 
span#hs_cos_wrapper_widget_1645653349881_ h2 {line-height: 30px;margin-bottom: 0;} 
#hs_cos_wrapper_module_16449319954226 input[type="submit"] {
    height: 45px;
}
 form.hs-form-fb39f925-e556-44ea-a490-6b90e583c639_dd5ed804-0f6b-47e8-adc5-ce0a7cf85dfc:not(.hs-video-form) .form-columns-2 .hs-form-field .hs-input, form.hs-form-fb39f925-e556-44ea-a490-6b90e583c639_dd5ed804-0f6b-47e8-adc5-ce0a7cf85dfc:not(.hs-video-form) .form-columns-3 .hs-form-field .hs-input ,form.hs-form-fb39f925-e556-44ea-a490-6b90e583c639_af7263b6-17b8-425d-acdc-7126f2f077a9:not(.hs-video-form) .form-columns-2 .hs-form-field .hs-input, form.hs-form-fb39f925-e556-44ea-a490-6b90e583c639_af7263b6-17b8-425d-acdc-7126f2f077a9:not(.hs-video-form) .form-columns-3 .hs-form-field .hs-input {
    width: 100%;
}
.body-wrapper.hs-content-id-67342636584.hs-landing-page.hs-page .row-fluid-wrapper.row-depth-1.row-number-24.dnd_area-row-7-background-color.dnd-section.dnd_area-row-7-padding {padding-top: 30px !important;padding-bottom: 30px !important;}
  div#hs_cos_wrapper_module_16449319954232 {
    margin-top: 20px;
}
  span#hs_cos_wrapper_module_16516870776103_ p span,div#hs_cos_wrapper_module_1646084209654 p span,span#hs_cos_wrapper_widget_1646084067923_ p span {font-size: 30px;}
footer.footer .footer-col-6.padding-right-120.social-icon-wrapper {
    padding-right: 10px;
}
.custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper {height: 0;display: block !important;visibility: hidden;transition: 0.3s ease all;}
 

body.mobile-open .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper {height: auto;visibility: visible; }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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-wrapper{
  background: #f5f5f5;
  border-top: 4px solid #f5982a;
  padding: 2px;
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.header__container {
  margin: 0 auto;
}

.navbar-brand{
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.9);
}

.navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  overflow: visible;
}

.navbar-toggler-icon{
  background-image: url(//8807910.fs1.hubspotusercontent-na1.net/hubfs/8807910/raw_assets/public/Laplink_January2021/images/download.svg);
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.header-top-left-text p{
  font-family: "Poppins";
  margin-left: 1.5rem;
  margin-bottom:0px;
  font-size: 14px;
}

.header-top-right-text{
  flex-basis: 100%;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
  margin-right: 1.5rem;
}

.header-top-right-text .hs_cos_wrapper .hs-menu-wrapper>ul{
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-top-right-text .hs_cos_wrapper .hs-menu-wrapper>ul>li{
  margin-right: 1.5rem;
  position: relative;
  display:block;
}

.header-top-right-text .hs_cos_wrapper .hs-menu-wrapper>ul>li:nth-child(4){
  margin-right: 45px;
}

.header-top-right-text .hs_cos_wrapper .hs-menu-wrapper>ul>li>a{
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding: 0.5rem 1rem;
  font-family: "Poppins";
  font-size:14px;
}

.header-top-right-text .hs_cos_wrapper .hs-menu-wrapper>ul>li>a:hover{
  color: rgba(0, 0, 0, 0.7);
}
.header-top-right-text .hs_cos_wrapper .hs-menu-wrapper>ul>li:hover>a:hover{
  color: rgba(0, 0, 0, 0.7);
}

.header-top-right-text .hs_cos_wrapper .hs-menu-wrapper>ul>li:first-child>a:after{
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .555em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.header-top-right-text .hs_cos_wrapper .hs-menu-wrapper ul ul{
  padding:0;
  margin:0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 1px 0 0;
  font-size: 14px;
  color: #9b9b9b;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.header-top-right-text .hs_cos_wrapper .hs-menu-wrapper ul li:hover ul{
  display:block;
}

.header-top-right-text .hs_cos_wrapper .hs-menu-wrapper ul ul li a{
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
  font-family: "Poppins";
  font-size:14px;
}
.header-top-right-text .hs_cos_wrapper .hs-menu-wrapper ul ul li a:hover{
  background-color: #f8f9fa;
}

.header-top-right-text .hs_cos_wrapper .hs-menu-wrapper ul ul li a:active{
  background-color: #007bff;
  color:white;
}

.header-inner-wrapper{
  padding: 0;
  background: #595a5c;
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.header-logo-wrapper{
  margin-top: 2.5px;
  margin-bottom: 2.5px;
}

.header-logo-wrapper a{
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  padding-left: 1.5rem;
  margin-left: 1.5rem;
}

.header-logo-wrapper a img{
  display: inline-block;
  max-width: 100%;
  height: auto;
  width:120px !important;
  vertical-align: middle;
  border-style: none;
}

.custom-menu-primary .navigation-primary{
  flex-basis: 100%;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
  margin-right: 1.5rem;
}


.custom-menu-primary .navigation-primary>ul{
  padding:0;
  margin:0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.custom-menu-primary .navigation-primary>ul>li:first-child{
  border-right: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
}

.custom-menu-primary .navigation-primary>ul>li:last-child{
  margin-right: 50px;
  margin-left: 0;
}

.custom-menu-primary .navigation-primary>ul>li{
  border-right: 1px solid #dcdcdc;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  display: block;
  position: relative;
}

.custom-menu-primary .navigation-primary>ul>li>a{
  padding-right: .5rem;
  padding-left: .5rem;
  padding-right: 0;
  padding-left: 0;
  padding: 15px;
  display: block;
  position: relative;
  color: #fff;
  font-size:15px;
}

.custom-menu-primary .navigation-primary i{
  margin-right: 4.3px;
  font-size: 14px;
}

/* .navigation-primary i {
    display: block;
    float: 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-desktop:before {
  content: "\f108";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-handshake-o:before {
  content: "\f2b5";
}


.custom-menu-primary .navigation-primary>ul>li>ul {
  padding:0;
  margin:0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0px 0 0;
  font-size: 14px;
  color: #9b9b9b;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  border-top: 0;
}

.custom-menu-primary .navigation-primary>ul>li:hover>ul {
  display:block;
}

.custom-menu-primary .navigation-primary>ul>li>ul>li{
  position: relative;
  display: block;
}

.custom-menu-primary .navigation-primary>ul>li>ul>li>a{
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
  font-size:14px;
  font-family:"poppins";
  clear:both;
  padding-right:44px;
}

/* .custom-menu-primary .navigation-primary>ul>li>ul>li.has-submenu>a:after{
margin-left: .3em;
float: right;
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;
margin-top: 0.25rem;
content: "\f054";
font-weight:400;
font-family:FontAwesome;
}  */


.custom-menu-primary .navigation-primary i.fa.fa-chevron-right{
  margin-top: 5px;
  margin-right: 4.3px;
  font-size: 14px;
  float: right;
  margin-right:-20px;
}


.custom-menu-primary .navigation-primary>ul>li>ul>li>ul{
  padding:0;
  margin:0;
  position: absolute;
  z-index: 1000;
  display: none;
  float: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 1px 0 0;
  font-size: 14px;
  color: #9b9b9b;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  top: 0;
  left: 100%;
  margin-top: -6px;
}

.custom-menu-primary .navigation-primary>ul>li>ul>li:hover>ul{
  display:block;
}

.custom-menu-primary .navigation-primary>ul>li>ul>li>ul>li{
  position: relative;
  display: block;
}

.custom-menu-primary .navigation-primary>ul>li>ul>li>ul>li>a{
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
  font-size:14px;
  font-family:"poppins";
}

.custom-menu-primary .navigation-primary .child-trigger{
  display:none;
}

.rd-navbar-wrap{
  min-height:103px;
  transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
}

.rd-navbar{
  display: block;
  background: #ffffff;
  transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
}

.rd-navbar-outer {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.rd-navbar-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1770px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 55px 14px 0;
  transition: padding .35s ease-in-out;
  transition: padding .35s ease-in-out;
  padding-right: 0 !important;
}

.rd-navbar-panel{
  transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
}

.rd-navbar-toggle {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  color: #151515;
  background-color: transparent;
  border: none;
  display: none;
}

.rd-navbar-toggle span {
  transform: rotate(180deg);
}

.rd-navbar-toggle span {
  width: 24px;
  height: 3px;
  background-color: #151515;
  backface-visibility: hidden;
  border-radius: 0;
  position: relative;
  display: block;
  margin: auto;
  transition: .3s all ease;
}
.rd-navbar-brand {
  display: none;
}

.rd-navbar-brand a {
  display: block;
}

.header-logo-fixed-wrapper a img{
  width: auto;
  height: auto;
  max-width: 140px;
  max-height: 140px;
  display: inline-block;
  vertical-align: middle;
  border-style: none;
}

.rd-navbar-main-element {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  justify-content: flex-end;
  width: 100%;
}



.rd-navbar-main-element .header-menu{
  display:contents;
}

.rd-navbar-main-element .header-menu .custom-menu-primary{
  display:contents;
}

.custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper{
  display: flex;
  align-items: center;
}

.custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul{
  order: -1;
  transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li{
  display: inline-block;
  position: relative;
}

.custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li>a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0;
  color: #151515;
  transition: .25s;
}

.custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li>ul{
  padding:0;
  margin:0;
  list-style:none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 1px 0 0;
  font-size: 14px;
  color: #9b9b9b;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}




.custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li>ul>li>a{
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li>ul>li>a:hover{
  background-color: rgba(248,249,250,1.0);
  color: rgba(22,24,27,1.0);
}

.custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li>ul>li>a:active{
  background-color: #007bff;
  color:white;
}

.custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li>a.active:before {
  opacity: 1;
  transform: none;
  visibility: visible;
}
.custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li>a:before {
  position: absolute;
  content: '';
  bottom: -8px;
  left: 0;
  height: 3px;
  width: 100%;
  background: #1f82cc;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  transition: all .2s ease;
}

.child-trigger{
  display: inline-block;
}
.child-trigger i {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.555em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.rd-navbar-main-element .laplink-btn-blue{
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  position: relative;
  z-index: 0;
  transition: background .4s, border-color .4s, color .4s;
  overflow: hidden;
  display: inline-block;
  padding: 17px 33px 15px;
  font-size: 14px;
  line-height: 1.34;
  border: 2px solid;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  user-select: none;
  background: #fff;
  color: #1f82cc;
  outline: none;
  border-radius: 0;
  touch-action: manipulation;
}
.rd-navbar-main-element .laplink-btn-blue:hover{
  color:white;
}

.rd-navbar-main-element .laplink-btn-blue:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 101%;
  background: #1f82cc;
  z-index: -1;
  opacity: 0;
  transform: scale3d(0.7, 1, 1);
  transition: transform 0.42s, opacity 0.42s;
  border-radius: inherit;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}


.rd-navbar-main-element .laplink-btn-bluen:hover{
  color: #fff;
  transition: background .4s .4s, border-color .4s 0s, color .2s 0s;
  position: relative;
  z-index: 0;
  background-color:#1f82cc;
}


.rd-navbar-main-element .laplink-btn-blue:hover:before{
  opacity: 1;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.rd-navbar-wrap.fixed-header{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background-color:white;
  z-index: 9999;
  min-height: 83px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.rd-navbar-wrap.fixed-header .rd-navbar-main{
  padding-top: 11px;
  padding-bottom: 11px;
}

.rd-navbar-wrap.fixed-header .header-logo-fixed-wrapper a img{
  width: auto !important;
}

.rd-navbar-wrap.fixed-header .rd-navbar-main-element{
  margin-left: 18px;
}

.header-height{
  min-height:103px;
}

.rd-navbar-wrap.fixed-header .btn1{
  background: #1f82cc;
  color:white;
}





/* Overlay Style */

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  visibility:hidden;
  overflow: hidden;
  outline: 0;
  opacity: 0; 
  transition: opacity 0.15s linear; 
  transition: 0.15s linear;
}

.modal.modal_info.active{
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0 !important;
  visibility:visible;
  opacity: 1;
  background: hsla(0, 0%, 0%, 0.5);
}

.modal.modal_info1.popup-open{
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0 !important;
  visibility:visible;
  opacity: 1;
  background: hsla(0, 0%, 0%, 0.5);
}



.modal.modal_info .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.modal_info.active .modal-dialog{
  -webkit-transform: translate(0,-50%);
  transform: translate(0, -50%);
  top: 50%;
}

.modal.modal_info1.popup-open .modal-dialog{
  -webkit-transform: translate(0,-50%);
  transform: translate(0, -50%);
  top: 50%;
}
.modal-dialog {
  max-height: 100vh;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  pointer-events: none;
}
.modal-content {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-header, .modal-body {
  padding: 15px 30px 30px 30px;
}

.modal-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-header .close {
  cursor: pointer;
}
.modal-header .close {
  padding: 15px;
  margin: -15px -15px -15px auto;
}


button.close {
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}
.text-left {
  text-align: left;
}

.modal-body{
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}


.modal-content form{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: rgb(51, 51, 51);
  width: auto !important;
  margin-left: 0px;
  text-align: left;
  margin-bottom: 0;
}

.modal-content form .hs-firstname{
  position: relative;
  min-height: 2em;
  text-align: left;
  margin: 0;
  padding: 0;
}

.modal-content form label{
  float: left;
  line-height: 1.2em;
  padding-top: 0.3em;
}

.modal-content form input{
  -webkit-appearance: none;
  background-color: #fff;
  line-height: 1.5em;
  color: #000;
  border: 1px solid #aeb0b6;
  padding: 0.2em 0.3em;
  min-height: 1.9em;
  width: 250px;
  height: 26.19px;
  font-size: 1em;
  margin-bottom:0px;
}

.modal-content  form::-webkit-input-placeholder { /* Edge */
  color: #000;
}

.modal-content  form:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

.modal-content  form::placeholder {
  color: #000;
}

.modal-content  form .hs-button{
  cursor: pointer;
  margin: 0;
  color: #fff;
  background: #fff;
  border: 1px solid #F9B872;
  padding: 0.4em 1em;
  font-size: 1em;
  box-shadow: 0px 0px 10px 2px #FDEEA6;
  background-color: #F49F6C;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F49F6C), to(#EC802F));
  background-image: -webkit-linear-gradient(top, #F49F6C, #EC802F);
  background-image: -moz-linear-gradient(top, #F49F6C, #EC802F);
  background-image: linear-gradient(to bottom, #F49F6C, #EC802F);
  width:auto;
  height: 34.28px;
}

.modal-content form .hs-form-field{
  margin-bottom:10px;
}

.modal-content form select{
  background-color: #fff;
  line-height: 1.5em;
  color: #000;
  border: 1px solid #aeb0b6;
  padding: .2em .3em;
  min-height: 1.9em;
  width: 250px;
  height: 26.19px;
  font-size: 1em;
  margin-bottom: 0px;
}


.modal-content form .hs-input[type=checkbox]{
  display: block;
  content: "";
  position: absolute;
  width: 1em !important;
  min-height: 1em;
  height: 1em;
  margin-left: -1.5em;
  line-height: 1em;
  font-family: Arial, sans-serif;
  font-size: 13px;
  border: 1px solid #aeb0b6;
  box-shadow: 0px 0px 10px 2px #afd5f7;
  background-color: #fff;
}

.hs_i_d_like_to_know_more_about_.hs-i_d_like_to_know_more_about_.hs-fieldtype-checkbox.field.hs-form-field label{
  float: none;
  line-height: 1.2em;
  padding-top: .3em;
  margin-left: 1.5em;
  margin-top: 0.1em;
  display: block;
  min-height: 12px;
}

.hs_i_d_like_to_know_more_about_.hs-i_d_like_to_know_more_about_.hs-fieldtype-checkbox.field.hs-form-field label span{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
}

.hs_additional_comments_.hs-additional_comments_.hs-fieldtype-textarea.field.hs-form-field label{
  margin-bottom:15px;
  margin-top:15px;
  float:none;
}

.hs_additional_comments_.hs-additional_comments_.hs-fieldtype-textarea.field.hs-form-field label span{
  font-family: arial;
  font-size: 13px;
  margin-bottom: 10px;
}

.modal-content form textarea{
  -webkit-appearance: none;
  background-color: #fff;
  line-height: 1.5em;
  color: #000;
  border: 1px solid #aeb0b6;
  padding: 0.2em 0.3em;
  /* box-shadow: 0px 0px 10px 2px #afd5f7; */
  min-height: 1.9em;
  height: 5.8em;
  font-size: 1em;
  width:260px;
}

.modal-content form .hs-richtext p{
  margin-bottom:0px;
}
.modal-content form .hs-richtext p span{
  font-family: arial;
  font-size: 13px;
  line-height: 1.71429;
}


/*  End  */



















@media (min-width:576px){
  .header-wrapper{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .navbar-toggler {
    display: none;
  }

  .header-top-right-text{
    display: -webkit-box;
    display: flex;
    flex-basis: auto;
  }

  .header-top-right-text .hs_cos_wrapper .hs-menu-wrapper>ul{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .header-top-right-text .hs_cos_wrapper .hs-menu-wrapper>ul>li>a{
    color: rgba(0, 0, 0, 0.5);
    display: block;
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .header-inner-wrapper{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
  }
  .custom-menu-primary .navigation-primary{
    display: -webkit-box;
    display: flex;
    flex-basis: auto;
  }

  .custom-menu-primary .navigation-primary>ul{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .custom-menu-primary .navigation-primary>ul>li>a{
    padding: 15px;
    display: block;
    position: relative;
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .modal-dialog {
    margin: 0 auto;
  }
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  .modal-content {
    margin: 15px 0;
  }
}


@media (min-width:992px){
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li:hover>ul{
    display:block;
  }
}

@media (min-width: 1200px){
  .rd-navbar-main {
    padding-top: 24px;
    padding-right: 68px;
    padding-bottom: 20px;
  }

  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li:first-child{
    margin-left: 0px;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li{
    margin-left: 38px;
  }
  .rd-navbar-main-element .laplink-btn-blue{
    margin-left: 39px;
  }
}

@media (min-width:1400px){
  .rd-navbar-main {
    padding-top: 30px;
    padding-bottom: 26px;
  }
  .header-logo-fixed-wrapper a img{
    max-width: 200px;
    max-height: 200px;
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border-style: none;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li{
    margin-left: 42px;
  }
  .rd-navbar-main-element .laplink-btn-blue{
    margin-left: 46px;
  }
}

@media (min-width:1600px){
  .rd-navbar-wrap{
    min-height: 114.961px;
  }
  .rd-navbar-outer{
    padding-left: 75px;
    padding-right: 75px
  }
}

@media (min-width: 1937px){
  .rd-navbar-main {
    padding-right: 0;
  }
}

@media (max-width: 1937px) and (min-width: 1600px){
  .rd-navbar-main {
    position:relative;
  }
}

@media (max-width:1600px){
  .rd-navbar-main-element {
    margin-right: 60px;
  }
}

@media (max-width:1399px){

}

@media (max-width:1199px){
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li>a{
    padding:0 5px;
  }
  .rd-navbar-main-element .laplink-btn-blue{
    margin:0 5px;
    padding: 17px 11px 15px;
  }
  .custom-menu-primary .navigation-primary>ul>li>a{
    text-align:center;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li>a{
    font-size: 11px;
  }
  .rd-navbar-wrap.fixed-header{
    min-height:56px;
  }
}


@media (max-width:991px){
  .rd-navbar-panel {
    color: #151515;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1030;
    display: flex;
    align-items: center;
    height: 56px;
    padding: 4px;
  }
  .rd-navbar-toggle {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #151515;
    background-color: transparent;
    border: none;
  }
  .rd-navbar-toggle span:before, .rd-navbar-toggle span:after {
    transform-origin: 1.71429px center;
  }
  .rd-navbar-toggle span:after, .rd-navbar-toggle span:before, .rd-navbar-toggle span {
    width: 24px;
    height: 3px;
    background-color: #151515;
    backface-visibility: hidden;
    border-radius: 0;
  }
  .rd-navbar-toggle span:after, .rd-navbar-toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    transition: .3s all ease;
  }
  .rd-navbar-toggle span:after {
    top: 10px;
  }
  .mobile-menu-open .header-menu{
    transform: translateX(0);
    transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
  } 

  .header-menu{
    position: fixed;
    left: 0;
    top: -56px;
    bottom: -56px;
    z-index: 1029;
    width: 270px;
    padding: 140px 0 81px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
    line-height: 34px;
    transform: translateX(-110%);
    color: #ffffff;
    background: #ffffff;
    border: 1px solid #d7d7d7;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
  .rd-navbar-wrap{
    min-height:0;
  }
  .mobile-menu-open .rd-navbar-toggle span {
    transform: rotate(360deg);
  }
  .mobile-menu-open .rd-navbar-toggle span:after, .mobile-menu-open .rd-navbar-toggle span:before{
    top: 0;
    width: 15px;
  }
  .mobile-menu-open .rd-navbar-toggle span:before {
    -webkit-transform: rotate3d(0, 0, 1, -40deg);
    transform: rotate3d(0, 0, 1, -40deg);
  }
  .mobile-menu-open .rd-navbar-toggle span:after {
    -webkit-transform: rotate3d(0, 0, 1, 40deg);
    transform: rotate3d(0, 0, 1, 40deg);
  }
  .rd-navbar-main-element{
    position: absolute;
    float: left;
    display:block;
  }
  .rd-navbar-main-element .header-menu {
    display: inherit; 
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul{
    display: block;
    padding-top: 20px;
    margin: 30px 0 4px;
    height: auto;
    text-align: left;
    border-top: 1px solid #e1e1e1;
    order:0;
  }

  .custom-menu-primary .navigation-primary>ul>li{
    line-height: inherit;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li{
    text-align: left;
    display: block;
  }

  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li>a{
    display: block;
    padding: 9px 56px 9px 18px;
    width: 100%;
    line-height: 34px;
    font-size:14px;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper{
    display:block;
  }
  .rd-navbar-main-element .laplink-btn-blue{
    margin: 0 0 4px 0;
  }
  .rd-navbar-toggle:hover, .rd-navbar-toggle:focus{
    outline:none;
  }
  .custom-menu-primary .navigation-primary>ul>li>a{
    text-align:center;
  }

  .header-logo-wrapper a img{
    width:100% !important;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li:first-child{
    margin-top:0px;
  }

  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li{
    margin-top:4px;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li>a{
    letter-spacing: .05em;
  }
  .rd-navbar-main-element .laplink-btn-blue{
    padding:17px 33px 15px;
  }
  .child-trigger {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 9999;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    color:black;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li.hs-item-has-children>a:after{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .555em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
  .child-trigger i {
    opacity:0;
  }
  .header-logo-fixed-wrapper{
    position: relative;
    margin-left: 6px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    font-size: 22px;
    line-height: 46px;
  }

  .rd-navbar-wrap.fixed-header .header-logo-fixed-wrapper a img{
    width: auto !important;
    max-width: 120px;
    max-height: 58px;
    width: auto;
    height: auto
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li>ul{
    position: relative;
    width: 100%;
    z-index: 99;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li>ul>li>a{
    line-height:32px;
  }
  .header-logo-fixed-wrapper a img {
    width: auto !important;
    max-width: 120px;
    max-height: 58px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.rd-navbar-wrap.fixed-header .header-logo-fixed-wrapper a img {
    opacity: 1;
}
  .header-menu {
    transition: .35s all cubic-bezier(0.65,0.05,0.36,1);
}
}


@media (max-width:906px){
  .custom-menu-primary .navigation-primary>ul>li>a{
    font-size:11px;
  }
  .custom-menu-primary .navigation-primary>ul>li>ul>li>a{
    font-size:11px;
  }
  .custom-menu-primary .navigation-primary>ul>li>ul>li>ul>li>a{
    font-size:11px;
  }
}

@media (max-width:748px){
  .custom-menu-primary .navigation-primary>ul>li>a{
    padding-right: .25rem;
    padding-left: .25rem;
  }
  .header-inner-wrapper{
    margin-top:-16px;
  }
}

@media (max-width:626px){
  .header-inner-wrapper{
    margin-top: -24px;
  }
}

@media (max-width:584px){
  .rd-navbar-wrap.fixed-header{
    min-height:56px;
  }
  .header-inner-wrapper{
    margin-top: -48px;
  }
}

@media (max-width:576px){
  .header-top-right-text, .header-inner-wrapper{
    display:none;
  }
  .rd-navbar-wrap.fixed-header{
    min-height:56px;
  }
  .header-logo-fixed-wrapper a img {
    max-width: 120px;
    max-height: 58px;
    width: auto;
    height: auto;
  }
  .footer-col-6{
    text-align:center;
  }
}

/* 24-05-2022 */
/* .rd-navbar-wrap.fixed-header {
    padding: 0 15px;
    transition: none;
} */
.row-fluid-wrapper.row-depth-1.row-number-1.dnd_area-row-0-vertical-alignment.dnd_area-row-0-force-full-width-section.dnd-section.dnd_area-row-0-padding>div {
    padding: 0;
}
div#header-menu .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper {
    gap: 10px;
}
.row-fluid-wrapper.row-depth-1.row-number-1.dnd-section.dnd_area-row-0-padding>.row-fluid>.span12.widget-span.widget-type-cell.dnd-column .rd-navbar-main {
    max-width: 1590px !important;
    padding: 0 15px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */


.footer__container {
  margin: 0 auto;
}


.footer-wrapper{
  background-color: #f4f4f4; 
  padding-left: 15px;
  padding-right: 15px;
  background-size: cover;
  background-position: center center;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.footer-minimal-bottom-panel{
  border-top: 1px solid #e1e1e1;
  padding: 35px 0;
  width: 100%;
}

.footer-row{
  margin-bottom: -10px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.footer-col-6{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.padding-right-120{
  padding-right: 120px; 
}

.footer-menu-wrapper .hs_cos_wrapper>ul{
  list-style:none;
  padding:0;
  margin:0;
  margin-bottom:10px;
  line-height: 1.71429;
  font-size: 12px;
}


.footer-menu-wrapper .hs_cos_wrapper>ul>li{
  display:inline-block;
  letter-spacing: .025em;
  font-weight: 500;
  color: #9b9b9b;
  font-size: 12px;
  margin-bottom:0px;
  line-height:initial;
}

.footer-menu-wrapper .hs_cos_wrapper>ul>li>a{
  transition: all 0.3s ease-in-out;
  letter-spacing: .025em;
  font-weight: 500;
  font-size: 12px;
  color: #9b9b9b;
  line-height: 1.71429;
}

.social-icon-wrapper .hs_cos_wrapper>ul{
  list-style-type:none;
  padding:0;
  margin:0;
  margin-bottom: 10px;
}

.social-icon-wrapper .hs_cos_wrapper>ul>li{
  display:inline-block;
}

.social-icon-wrapper .hs_cos_wrapper>ul>li>a{
  transition: all 0.3s ease-in-out;
}

.social-icon-wrapper .hs_cos_wrapper>ul>li>a img{
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: 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;
}


.back-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 100;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  background: #6689ff;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  transition: .45s all ease-in-out;
  padding-top: 0;
  line-height: 40px !important;
}

.back-to-top:hover {
  color:white;
  background-color:#000000;
}

.fa-angle-up:before {
  content: "\f106";
  font-weight: 400;
  font-family: 'FontAwesome';
}

@media (min-width: 576px){
  .footer-minimal-bottom-panel{
    text-align: left;
  } 
  .footer-row{
    -webkit-box-align: center;
    align-items: center;
  }

  .footer-col-6{
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
}


@media (min-width:768px){
  .footer-col-6{
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .social-icon-wrapper{
    text-align: right;
  }
  .back-to-top {
    width: 50px;
    height: 50px;
    line-height: 50px !important;
    right: 30px;
    bottom: 50px;
  }
}


@media (min-width:1600px){
  .footer{
    padding-left: 75px;
    padding-right: 75px;
  }
  .footer-minimal-bottom-panel{
    max-width: 1770px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 575px){
  .footer-menu-wrapper .hs_cos_wrapper>ul>li{
    display: inline;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

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

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

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

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

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

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

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

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

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

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

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

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

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

/*             Blog Listing with Sidebar            */

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

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

/*             Blog Grid Listing            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*             Blog Grid Listing with Sidebar            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Mobile Blog Sidebar */

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

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

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

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

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

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

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

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

/* Blog Subscription Section */

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

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

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

/*             Blog Post Layout          */

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

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

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

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

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

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

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

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

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

/* Blog Comments */

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

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

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

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

/* Related Articles */

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

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

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


@media (max-width:500px){
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow-x: auto;
    overflow-y: hidden;
  }

}
/* ******************************************************************************
*********************************************************************************
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: 6rem 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:60px 10px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  width: auto !important;
  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;
}

p.header{
  background-color:transparent;
}

form#email-prefs-form h1,
.systems-page h1 {
  font-size: 28px;
}
form#email-prefs-form h2,
.systems-page h2 {
  font-size: 21px;
}
.systems-page h3 {
  font-size: 22px;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
 /* Product page css Start */
.btn_32_Bit a {
    margin-bottom: 5px;
    display: inline-block;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('https://go.laplink.com/hubfs/fonts/opensans-light-webfont.woff2') format('woff2'),
    url('https://go.laplink.com/hubfs/fonts/opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face { 
    font-family: 'open_sansextrabold';
    src: url('https://go.laplink.com/hubfs/fonts/opensans-extrabold-webfont.woff2') format('woff2'),         url('https://go.laplink.com/hubfs/fonts/opensans-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.product_other_info {
    max-width: 212px;
    text-align: center;
    margin: 0 auto;
}
.cell_16886464736062-background-layers:hover, .cell_1688646473606-background-layers:hover,
.cell_1692266843157-background-layers:hover, .cell_16886464736063-background-layers:hover,
.cell_1726974321192-padding:hover{
    background: #fff !important;      
}
.custom-menu-primary .navigation-primary>ul>li>a i {
    display: none;
}
.custom-menu-primary .navigation-primary>ul>li>a i:first-child {
    display: inline-block;
} 
.navigation-primary > ul > li > a.active-branch {
    color: #fff;
}
.cell_17248728728882-background-color:hover, .cell_17248728728883-background-color:hover,
.cell_17248728728884-background-layers:hover, .cell_17248728728885-background-color:hover{
    background: #fff !important;
}
.hs-content-id-174487117950 .cell_16886464736062-background-layers:hover, .hs-content-id-174487117950 .cell_1688646473606-background-layers:hover,
.hs-content-id-174487117950 .cell_1692266843157-background-layers:hover, .hs-content-id-174487117950 .cell_16886464736063-background-layers:hover{
    background: transparent !important;
}
.hs-content-id-174487117950 .dnd_area-row-2-padding>.row-fluid {
    display: flex;
    flex-wrap: wrap;
}  

/* Product page css End */

ul.product-list-style {
    padding: 0;
    list-style: none;
    margin: 0 0 21px 0;
}
.money_back {
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #dfdfdf;
} 
.money_back a, ul.product-list-style+p a {
    color: #f5982a;
}
.money_back a:hover, ul.product-list-style+p a:hover {
    color: #000; 
}

/* ppc lp concept page Start */
#hs-button_widget_1720703807538, #hs-button_module_17207040558233{
    border: 0;
}
.image-with-text {
    grid-gap: 20px;
    align-items: center;
    display: flex;
    margin-bottom: 18px;
    justify-content: center;
    margin-top: 22px;
}
.pcmover-last-paragraph {
    margin: 0 auto;
    max-width: 508px;
}
.pcmover-last-paragraph p {
    font-size: 13px!important;
    margin-top: 7px;
}
.four-box-table h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 4px;
}
.four-box-table tr td {
    border: 0;
}
.dnd_area-row-9-background-image {
    background-position: 100%;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
    display: flex;
}
.box-image-outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.box-image-outer .box-image {
    display: flex;
    align-items: center;
    grid-gap: 11px;
}
.three-box-outer {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px;
}
.image-heading {
    display: flex;
    align-items: center;
    grid-gap: 12px;
}
.image-heading span {
    font-weight: bold;
    font-size: 19px;
    color: #000;
}
.three-image-box {
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    padding: 20px;
}
#hs-button_module_172104618237212,
#hs-button_module_172104618237212, 
#hs-button_module_172104618237222,
#hs-button_module_1721460001992,
#hs-button_module_1721460640694{
    border: 0;
}
.four-box-outer {
    display: flex;
    grid-gap: 40px;
}

.four-box-outer {
    display: flex;
    grid-gap: 50px;
}
.four-box-left {
    width: 70%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 40px;
}
.four-image-box {
    text-align: center;
    background: #F4F4F4;
    padding: 35px 25px;
}
.box-heading h5 {
    margin-bottom: 0;
    margin-top: 9px;
    color: #000;
    font-weight: bold;
    font-size: 20px;
}
.four-box-right {
    width: 30%;
    background: #E8E8E8;
    padding: 30px;
}
.right-top-heading {
    display: flex;
    align-items: center;
    grid-gap: 20px;
    margin-bottom: 20px;
}
.right-top-heading span {
    color: #000;
    font-weight: bold;
    font-size: 18px;
    max-width: 202px;
}
.right-top-paragraph p {
    color: #000;
}
.right-side-box li {
    color: #000;
}
.right-side-box ul {
    padding-left: 33px;
}
select#format {
    height: 46px;
    padding: 0 12px;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #000;
    cursor: pointer;
}
.dnd_area-row-1-background-image>.row-fluid {
    display: flex;
    flex-wrap: wrap;
}
.dnd_area-row-1-background-image>.row-fluid .span3 {
    transition: transform .5s ease;
    border-radius: 41px;
}
.dnd_area-row-1-background-image>.row-fluid .span3:hover{
 -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}
div#hs_cos_wrapper_widget_1720693408032 img, #hs_cos_wrapper_module_17206940480176 img, #hs_cos_wrapper_module_17206940541036 img, 
#hs_cos_wrapper_module_17206940603524 img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; 
}
.dnd_area-row-22-background-color>.row-fluid .dnd-column { 
    width: 20%;
    margin: 0; 
}
.dnd_area-row-22-background-color>.row-fluid {
    display: flex;
    grid-gap: 15px;
}
div#hs_cos_wrapper_widget_1721474324100 {
   /* background: #fff; */
    max-width: 529px;
    padding-bottom: 30px;
}
div#hs_cos_wrapper_widget_1721477269396 h3 {
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 9px;
}
div#hs_cos_wrapper_widget_1721477269396 h3::after {
    content: "";
    background: #f79726;
    width: 188px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
div#hs_cos_wrapper_widget_1721624418957 h2 {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}
div#hs_cos_wrapper_widget_1721624418957 h2::after {
    content: "";
    background: #f79726;
    width: 188px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
} 
.dnd_area-row-1-background-image>.row-fluid h4 {
    border-bottom: 3px solid #f69725;
    max-width: 250px;
    margin: 0 auto;
    color: #000;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

div.select {
    display: flex;
    grid-gap: 11px;
}
select#mySelect, select#mySelect2 {
    border: 1px solid #000;
    padding: 0 11px;
    height: 51px;
    cursor: pointer;
    outline: none;
    color: #000;
    font-weight: bold; 
}
div.select a { 
    background: #f79726;
    color: #fff;
    display: inline-block;
    height: 51px;
    padding: 11px 9px;
    text-align: center;
    width: 92px;
    z-index: 1;
}
div.select a p { 
    display: flex;
    font-size: 15px;
    font-weight: 700;
    justify-content: center;
    margin: 0;
    white-space: nowrap;
    line-height: 26px;
}
select#mySelect2 {
    width: 100%;
    min-width: 438px;
}   
.cell_1720692798179-padding, .cell_1720694048017-padding, .cell_1720694054103-padding, .cell_1720694060351-padding {
    cursor: pointer;
}

/* ppc lp concept page Start */


.hs-ll-button {
  background-color: #faa644;
  border-color: #faa644;
  border-radius: 0px;
  border-width: 2px;
  color: #fff;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.hs-ll-button:hover, .hs-ll-button:focus {
  background-color: #faa644;
  border-color: #faa644;
  color: #fff;
}

.hs-ll-button-2 {
  background-color: #fff;
  border: 2px solid #faa644;
  border-radius: 0px;
  color: #faa644;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.hs-ll-button-2:hover, .hs-ll-button-2:focus {
  background-color: #faa644;
  border-color: #faa644;
  color: #fff;
}

h3.title_3 {
  margin-bottom: 0 !important;
  line-height: 1;
}

h2.title_2 {
  margin-bottom: 0 !important; 
  line-height: 1;
}
/* 17-08-2023 */
a.btn.btn_orange {
    background: #f5982a;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 2px;
}
a.btn.btn_orange:hover {
    background: #faa644;
}
.bottom-price {
    margin-bottom: 36px;
    margin-top: -16px;
}
ul.check-list-icon li {
    position: relative;
    list-style: none;
}
ul.check-list-icon {
    margin: 20px 0;
    padding: 0;
}
ul.check-list-icon li {
    background: url(https://go.laplink.com/hubfs/Enterprise/check-icon.jpg) no-repeat left 15px;
    line-height: 40px;
    padding-left: 25px;
    width: 100%;
    float: left;
}
p.sub-title {
    font-size: 20px;
    line-height: 28px;
    margin-top: 10px;
}
.date-outer {
    display: flex;
    grid-gap: 13px;
}
.date-outer img {
    width: 34px;
}
.date-outer p {
    margin-bottom: 0;
}
.date-outer {
    display: flex;
    grid-gap: 13px;
    margin-bottom: 19px;
}
.title-border {
    margin-bottom: 24px;
    padding-bottom: 12px;
    position: relative;
    display: inline-block;
}
.title-border:after {
    background: #f79726;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 69px;
}
.title-border:before {
    background: #d9d9d9;
    bottom: 1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.center-border-title {
    text-align: center;
}
.center-border-title h2 {
    display: inline-block;
    position: relative;
    text-align: center;
    font-weight: bold;
    padding-bottom: 9px;
}
.center-border-title h2::before {
    background: #d9d9d9;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    content: "";
    bottom: 1px;
}
.center-border-title h2::after {
    background: #f5982a;
    width: 73px;
    height: 4px;
    position: absolute;
    left: 0;
    content: "";
    bottom: 0px;
    right: 0;
    margin: 0 auto;
}
.center-border-title {
    text-transform: uppercase;
}
.center-border-title h2 span {
    font-weight: 300;
}

.testtimonials-top {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    padding: 30px 43px;
    margin-right: 20px;
    margin-left: 20px;
    position: relative;
    border-radius: 3px;
    margin-bottom: 23px;
}
.testtimonials-top::before {
    content: "";
    background-image: url("https://go.laplink.com/hubfs/Pcmover%20professional/comma.png");
    position: absolute;
    width: 29px;
    height: 25px;
    left: 12px;
    top: 21px;
}
.testtimonials-top::after {
    content: "";
    background-image: url("https://go.laplink.com/hubfs/Pcmover%20professional/down_arrow.png");
    position: absolute;
    width: 24px;
    height: 15px;
    left: 0;
    bottom: -12px;
    right: 0;
    margin: 0 auto;
}
.testtimonials-top p {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
}
.testtimonials-bottom p {
    color: #F5982A;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-text-stroke-color: #000;
    stroke: #000;
}
.pro-outer {
    padding: 20px;
    border-bottom: 1px solid #e2e2e2;
}
.pro-outer a.btn.btn_orange {
    margin-top: 4px;
    padding: 10px 31px;
    display: inline-block;
}
.pro-outer.pro-outer-last {
    border-bottom: 0;
}
.hs-content-id-174487117725 div#hs_cos_wrapper_widget_1692451440916 .ui-tabs-panel ul.pricing li .details_left {
    max-width: 77px;
} 
.hs-content-id-174487117950 div#hs_cos_wrapper_widget_1692451440916 .ui-tabs-panel ul.pricing li .details_left {
    max-width: 158px;
}
div#tabs-content {
    background: #f9f9f9;
    margin-top: -17px;
}


.custom-tabs .tabs {
    background-color: transparent;
    border-radius: 0;
}
.custom-tabs ul#tabs-nav {
    list-style: none;
    margin: 0;
    overflow: auto;
    padding: 0;
    height: 58px;
}
.custom-tabs ul#tabs-nav li {
    border-radius: 0;
    cursor: pointer;
    float: left;
    font-weight: 700;
    margin-right: 2px;
    background: #fff;
    border: 1px solid #dddddd;
    border-bottom: none;
    padding: 8px 10px;
}
.custom-tabs ul#tabs-nav li:hover,
.custom-tabs ul#tabs-nav li.active {
  background-color: #404143;
  position: relative;
}
.custom-tabs #tabs-nav li a {
    color: #404143;
    text-decoration: none;
    text-transform: uppercase;
}
.custom-tabs .tab-content {
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #dfdfdf;
}
.custom-tabs ul#tabs-nav li.active a {
    color: #fff;
}
.custom-tabs ul#tabs-nav li:hover a {
    color: #fff;
}
div#tabs-content h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}
.custom-tabs a {
    color: #f5982a; 
}
.custom-tabs ul#tabs-nav li.active::after {
    background: rgba(0, 0, 0, 0) url("https://go.laplink.com/hubfs/Pcmover%20professional/tab_arrow.png") no-repeat scroll center center;
    bottom: -16px;
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}
ul.pcmover_point li ul li {
    width: 100% !important;
    float: left;
    margin: 10px 0;
    background: url(https://go.laplink.com/hubfs/Pcmover%20professional/pdf_icn.png)no-repeat left top;
    padding-left: 30px !important;
    list-style: none;
}
ul.pcmover_point {
    padding: 0 0 0 14px;
    display: inline-block;
    margin: 0;
}
.price_more_info ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
div#hs_cos_wrapper_widget_1692268264749 a {
    color: #f5982a;
    font-size: 16px;
    margin-top: 10px;
}
div#hs_cos_wrapper_widget_1692268264749 a:hover {
    color: #151515;
}
.pro-outer .product-links a {
    color: #f5982a;
}
.pro-outer .product-links a:hover {
    color: #151515;
}

.price_more_info ul p {
    margin: 0;
}
.price_more_info ul a {
    color: #F5982A;
}
.price_more_info ul a:hover {
    color: #000;
}
ul.pcmover_point.pcmover_point_new  li {
    width: 100% !important;
    float: left;
    margin: 10px 0;
    background: url(https://go.laplink.com/hubfs/Pcmover%20professional/pdf_icn.png)no-repeat left top;
    padding-left: 30px !important;
    list-style: none;
}
ul.pcmover_point.pcmover_point_new {
    padding: 0 0 0 14px;
    display: inline-block;
    margin: 0;
}


.should_know ul {
    padding: 0;
    list-style: none;
}
.should_know ul li {
    margin-bottom: 9px;
}

#geeks .ui-tabs-nav {
    background: #595a5c;
    color: #fff;
    display: grid;
    /* justify-content: space-around; */
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
    grid-template-columns: repeat(3,1fr);
    text-align: center;
}
#geeks .ui-tabs-nav a {
    color: #fff;
    padding: 8px 7px;
    width: 100%;
    cursor: pointer;
    display: inline-block;
}
#geeks .ui-tabs-nav .ui-state-active {
    background: #404143 url("https://go.laplink.com/hubfs/Pcmover%20professional/tab_arrow.png") no-repeat scroll center bottom !important;
    position: relative;
}
#geeks .ui-tabs-nav .ui-state-active:after {
    background: transparent url(https://go.laplink.com/hubfs/Pcmover%20professional/tab_arrow.png) no-repeat scroll 50%;
    bottom: -16px;
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}
#geeks .ui-tabs-nav li:focus {
    outline: none;
}
h2.product-name span {
    font-size: 31px !important;
}
#geeks .pricing {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #f9f9f9;
    display: grid;
    border: 1px solid #dfdfdf;
    grid-template-columns: repeat(2,1fr);
}
#geeks .pricing li a {
    color: #f5982a;
}
#geeks .pricing .pricing_details {
    display: flex;
    justify-content: space-between;
}
#geeks .pricing li {
    font-size: 11px;
    border-bottom: 1px solid #dfdfdf;
    padding: 10px;
}
#geeks .pricing li:last-child {
    border-bottom: 0;
}
#geeks .pricing li:nth-child(5) {
    border-bottom: 0;
}





/* 17-08-2023 end*/



.cstm-row .col-md-3 {
    box-sizing: content-box;
}
.cstm-row .col-md-3 img {
    width: 100%;
}
.cstm-row .col-md-3 {
    max-width: calc(100%/5);
    flex: calc(100%/5);
    padding: 20px;
    width: 100%;
}
.d-flex.cstm-row {
    display: flex;
    flex-wrap: wrap;
}
 
 .cstm-row .col-md-3 img {
    position: absolute;
    top: 50%;
    max-width: max-content;
    left: 50%;
    transform: translate(-50%, -50%); 
    transition: 0.3s ease all;
}
.cstm-row .col-md-3 img:first-child{opacity:1;}
.cstm-row .col-md-3 {
    position: relative; min-height:200px;
}
.cstm-row .col-md-3 .logo-hover{opacity: 0;}
.cstm-row .col-md-3:hover .logo-hover {
    opacity: 1;
}
 .cstm-row .col-md-3:last-child {
    border-bottom: 0;
}
.cstm-row .col-md-3:hover img:first-child {
  
    z-index: 0;
}
/*  16-01-2022 */

 .body-wrapper.hs-content-id-63219209568.hs-landing-page.hs-page .row-fluid-wrapper.row-depth-1.row-number-7.dnd-section.dnd_area-row-3-padding.dnd_area-row-3-background-gradient.dnd_area-row-3-force-full-width-section>.row-fluid  {
    display: flex;
}
 .body-wrapper.hs-content-id-63219209568.hs-landing-page.hs-page .dnd-section.dnd_area-row-3-padding.dnd_area-row-3-background-gradient.dnd_area-row-3-force-full-width-section>.row-fluid {
    padding: 0;
}
 .body-wrapper.hs-content-id-63219209568.hs-landing-page.hs-page .span6.widget-span.widget-type-cell.cell_1642328701895-background-color.cell_1642328701895-padding.dnd-column {
    margin-left: 0;
    margin-right: 0;
    width: calc(100% - 49%);     position: relative;
}
a#cta_button_8807910_18712ebd-17cf-454d-a4f6-a11991881623 { 
    padding: 5px 20px; 
    font-size: 20px;
    line-height: 1.5em;
}
div#hs_cos_wrapper_module_16423287018962:before {
    content: "VS";
    position: absolute;
    height: 90px;
    width: 90px;
    font-size: 40px;
    color: #ffff;
    background: rgb(244 144 12);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-weight: 900;
    left: -50px;
    top: 30%;
}
span#hs_cos_wrapper_widget_1642329837812_ {
    display: block;
    padding-left: 24px;
    padding-top: 5px;
}
 .body-wrapper.hs-content-id-63219209568.hs-landing-page.hs-page .row-fluid-wrapper.row-depth-1.row-number-20.dnd-section.dnd_area-row-5-background-color {
    padding-top: 0;
}
div#hs_cos_wrapper_widget_1642185254017 {
    display: none;
}
 
div#hs_cos_wrapper_widget_1642329762892 td,span#hs_cos_wrapper_widget_1642184882738_ td {
    border: none;
} 
span#hs_cos_wrapper_widget_1642184751930_ h2 {
    padding-left: 60px !important;    padding-top: 5px;
}
div#hs_cos_wrapper_widget_1642184680578 {
    padding-left: 20px;
}
 

@media (max-width: 991px)
{
 span#hs_cos_wrapper_module_164193596984713_ h3 {
    white-space: pre-wrap;
}
div#hs_cos_wrapper_dnd_area-module-3,
.row-fluid-wrapper.row-depth-1.row-number-5.dnd_area-row-2-force-full-width-section.dnd_area-row-2-padding.dnd-section #hs_cos_wrapper_widget_1637525209518 {
    padding: 0 !important;
}
span#hs_cos_wrapper_widget_1642329837812_ {
    display: block;
    padding-left: 0;
    padding-top: 5px;
}
  
 .body-wrapper.hs-content-id-63219209568.hs-landing-page.hs-page .row-fluid-wrapper.row-depth-1.row-number-5.dnd_area-row-2-force-full-width-section.dnd_area-row-2-padding.dnd-section #hs_cos_wrapper_widget_1637525209518 {
    padding: 0 !important;
}

 .body-wrapper.hs-content-id-63219209568.hs-landing-page.hs-page .row-fluid-wrapper.row-depth-1.row-number-11.dnd-row.cell_1642328701895-row-2-vertical-alignment .row-fluid {
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
}

 .body-wrapper.hs-content-id-63219209568.hs-landing-page.hs-page .row-fluid-wrapper.row-depth-1.row-number-11.dnd-row.cell_1642328701895-row-2-vertical-alignment .row-fluid .span6.widget-span {
    width: 100%;
    margin: 0 auto;
}
span#hs_cos_wrapper_module_16414116298034_ h2 {
    font-size: 30px !important;
}
  span#hs_cos_wrapper_module_164193596984713_ h3 {
    white-space: pre-line !important;
}
span#hs_cos_wrapper_module_164193596984713_ h2 span {
    font-size: 130px !important;
}
 .body-wrapper.hs-content-id-63219209568.hs-landing-page.hs-page .row-fluid-wrapper.row-depth-1.row-number-35.dnd-section.dnd_area-row-8-background-color .span4.widget-span.widget-type-cell.dnd-column {
    width: 100%;    margin: 0 auto;
}
 .body-wrapper.hs-content-id-63219209568.hs-landing-page.hs-page .row-fluid-wrapper.row-depth-1.row-number-24.cell_16421845321084-row-1-vertical-alignment.dnd-row .row-fluid {
    flex-wrap: wrap;
}
 .body-wrapper.hs-content-id-63219209568.hs-landing-page.hs-page .row-fluid-wrapper.row-depth-1.row-number-24.cell_16421845321084-row-1-vertical-alignment.dnd-row .row-fluid .span6 {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}
span#hs_cos_wrapper_widget_1642184882738_ td {
    padding: 0 !important;
}
#hs_cos_wrapper_widget_1642184782786 {
    margin-left: 0;
    margin-right: auto;
}
div#hs_cos_wrapper_widget_1642184680578 {
    padding-left: 0;
}
div#hs_cos_wrapper_widget_1642184718096 {
    margin-left: 0;
    text-align: left;
    margin-right: auto;
}
.row-fluid-wrapper.row-depth-1.row-number-35.dnd-section.dnd_area-row-8-background-color {
    padding-top: 0;
}
  span#hs_cos_wrapper_module_16419359698478_ img.hs-image-widget {
    max-width: 300px !important;
}
span#hs_cos_wrapper_widget_1642184751930_ h2 {
    padding-left: 0px !important; 
}
span#hs_cos_wrapper_widget_1642184631646_ h2 {
    padding: 0 !important;
}
#hs_cos_wrapper_module_16414116298034 {
    padding: 0 !important;
}
 .body-wrapper.hs-content-id-63219209568.hs-landing-page.hs-page .row-fluid-wrapper.row-depth-1.row-number-18.dnd-section.dnd_area-row-4-background-color.dnd_area-row-4-padding {
    padding-bottom: 0 !important;
}
}
  @media (max-width:767px) {  
.cell_16886464736062-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}    
div#hs_cos_wrapper_module_1723286300929 {
    text-align: center;
}    
.hs-content-id-175378078871 .dnd_area-row-2-background-layers .span6 {
    padding-bottom: 0;
    padding-top: 35px;
}
#hs-button_module_172329314449425, #hs-button_module_17232931444949 {
    font-size: 16px !important;
}     
.pack-table table>tbody>tr>td {
    display: inline-block;
}
  
      
     
    
    
    
    
    
    
  /* Product page mobile css start */
h2.product-name span {
    font-size: 24px!important;
    margin-top: 20px;
    display: inline-block;
}
p.sub-title {
    font-size: 16px;
}    
div#hs_cos_wrapper_widget_1692265617509 span {
    font-size: 21px !important;
    margin-top: 14px !important;
}    
div#hs_cos_wrapper_widget_1692265617509 {
    margin-top: 20px;
}    
.hs-content-id-130589269614 .row-number-9 .row-fluid,
.hs-content-id-174487117574 .row-number-9 .row-fluid,
.hs-content-id-174487117725 .row-number-9 .row-fluid,
.hs-content-id-174487117950 .row-number-9 .row-fluid{
    justify-content: center;
}
.hs-content-id-130589269614 .row-number-9 .row-fluid .span3,
.hs-content-id-174487117574 .row-number-9 .row-fluid .span3,
.hs-content-id-174487117725 .row-number-9 .row-fluid .span3,
.hs-content-id-174487117950 .row-number-9 .row-fluid .span3{
    padding-top: 34px !important;
    padding-bottom: 10px  !important;
}
.hs-content-id-130589269614 .row-number-38 .span12 h2,
.hs-content-id-174487117574 .row-number-38 .span12 h2,
.hs-content-id-174487117725 .row-number-38 .span12 h2,
.hs-content-id-174487117950 .row-number-38 .span12 h2{
    font-size: 18px!important;
}    
.title-border h2 {
    font-size: 23px !important;
    margin-top: 20px;
}    
.center-border-title h2 {
    font-size: 23px !important;
}    
div#hs_cos_wrapper_module_16922686531588 p, div#hs_cos_wrapper_module_1692269464786 p, div#hs_cos_wrapper_module_1692269471522 p {
    margin: 0 auto;
    max-width: 240px;
    font-size: 14px !important;
}
.row-number-23>.row-fluid .span4:nth-child(2):before {
    display: none;
}   
.row-number-23>.row-fluid .span4:nth-child(2):after {
    display: none;
}  
div#hs_cos_wrapper_widget_1692264098544 {
    padding: 0 90px;   
}
.custom-tabs ul#tabs-nav {
    height: auto;
    display: flex;
    text-align: center;
}   
.custom-tabs ul#tabs-nav li {
    font-size: 12px;
}    
div#tabs-content {
    margin-top: 6px;
}   
.title-border.title-border-sibebar h2 {
    font-size: 20px !important;
}      
div#hs_cos_wrapper_widget_1692271985170 h1 {
    font-size: 18px !important;
}    
    
    
/* Product page mobile css End */   

 /* ppc lp concept page Start mobile */  
 .hs_submit.hs-submit {  
    display: inline-block;
    margin-bottom: 50px;
}   
div#hs_cos_wrapper_module_17229200848988 p br,
div#hs_cos_wrapper_module_17229200848993 h3 br,
div#hs_cos_wrapper_module_17229200848993 br{
    display: none;
}          
div#hs_cos_wrapper_widget_1720692874799 h1 {
    font-size: 30px;
}
select#mySelect2 {
    width: 100%;
    min-width: auto;
}
.dnd_area-row-1-background-image>.row-fluid {
    grid-gap: 32px;
}
.hs-content-id-172699369261 .row-number-9 .row-fluid, .hs-content-id-174007923290 .row-number-9 .row-fluid {
    justify-content: center;
}   
.hs-content-id-172699369261 .dnd_area-row-2-background-image, .hs-content-id-174007923290 .dnd_area-row-3-background-layers {
    background-position: right !important;
    padding-top: 50px !important;
    padding-bottom: 60px !important;
}   
div#hs_cos_wrapper_widget_1692268264749 h2 br {
    display: none;
}
.dnd_area-row-5-background-image {
    background-image: none !important;
}
div#hs_cos_wrapper_module_17210461823724 h3 br {
    display: none;
}    
div#hs_cos_wrapper_module_172104618237217 {
    margin-top: 50px;
}    
div#hs_cos_wrapper_module_172104618237225 {
    margin-top: 50px;
}
.hs-content-id-172699369261 .dnd_area-row-9-background-layers, 
.hs-content-id-172699369261 .dnd_area-row-18-background-image,
.hs-content-id-172699369261 .dnd_area-row-12-background-image{
    background-position: right !important;
    padding-top: 50px !important;
    padding-bottom: 67px !important;
}  
.hs-content-id-174007923290 .dnd_area-row-9-background-layers, 
.hs-content-id-174007923290 .dnd_area-row-19-background-layers,
.hs-content-id-174007923290 .dnd_area-row-13-background-layers{
    background-position: right !important;
    padding-top: 50px !important;
    padding-bottom: 67px !important;
}     
.hs-content-id-172699369261 .dnd_area-row-9-background-layers br,
.hs-content-id-174007923290 .dnd_area-row-9-background-layers br,
div#hs_cos_wrapper_widget_1721477269396 p br, 
div#hs_cos_wrapper_module_17214811338376 p br, div#hs_cos_wrapper_module_17214811338375 h1 br,
div#hs_cos_wrapper_widget_1721474501850 br, #hs_cos_wrapper_widget_1721474006589 br, #hs_cos_wrapper_module_17210461823724 br,
.cell_17214712653964-vertical-alignment br, div#hs_cos_wrapper_widget_1721474171734 br {
    display: none;
}    
.three-box-outer {
    grid-template-columns: repeat(1,1fr);
}    
.four-box-outer {
    grid-gap: 40px;
    flex-wrap: wrap;
}    
.four-box-left {
    grid-template-columns: repeat(1,1fr);
    width: 100%;
    grid-gap: 40px;
}    
.four-box-right {
    padding: 30px;
    width: 100%;
}    
.dnd_area-row-20-background-image {
    background-image: none !important;
}   
.dnd_area-row-22-background-color>.row-fluid {
    flex-wrap: wrap;
}
.dnd_area-row-22-background-color>.row-fluid .dnd-column {
    margin: 7px 0 26px 0;
    width: 100%;
}    
div#hs_cos_wrapper_module_17214811338375 h1 {
    margin-top: 20px;
    margin-bottom: 24px;
}    
.box-image-outer {
    flex-wrap: wrap;
    grid-gap: 11px;
}    
div#hs_form_target_widget_1721474324100 input.hs-button.primary.large {
    width: 227px !important;
}   
div#hs_form_target_widget_1721474324100 {
    margin-bottom: 30px;
}    
div#hs_cos_wrapper_widget_1721467887998 td { 
    display: block;
    margin-bottom: 20px;
    width: 100%!important;
}    
.hs-content-id-172699369261 .dnd_area-row-1-padding, .hs-content-id-174007923290 .dnd_area-row-1-padding {
    padding-top: 236px!important;
    padding-bottom: 50px !important;
}  
.hs-content-id-172699369261 .row-fluid-wrapper.row-depth-1.row-number-8.dnd-row>.row-fluid,
.hs-content-id-174007923290 .row-fluid-wrapper.row-depth-1.row-number-8.dnd-row>.row-fluid{
    padding-top: 0px!important;
}     
.hs-content-id-172699369261 .cell_16886464736062-padding, .hs-content-id-172699369261 .cell_1692266843157-padding,
.hs-content-id-172699369261 .cell_16886464736063-padding{
    padding-top: 0px !important;
} 
.hs-content-id-174007923290 .cell_16886464736062-padding, .hs-content-id-174007923290 .cell_1692266843157-padding,
.hs-content-id-174007923290 .cell_16886464736063-padding{
    padding-top: 0px !important;
}     
div#hs_cos_wrapper_module_1721047187234 {
    margin-top: 52px;
}    
div#hs_cos_wrapper_widget_1720704604983 {
    margin-top: 30px;
}    
div#hs_cos_wrapper_widget_1721474324100 {
    margin-top: 20px;
}    
div #hs_cos_wrapper_module_1721460001992 {
    margin-left: 0px;
} 
div #hs_cos_wrapper_module_1721460640694 {
    margin-left: 0px;
}     
    
   
 /* ppc lp concept page End mobile */     
   
   
   
.hs-content-id-61747784631 h1,.hs-content-id-61747784631 h2,.hs-content-id-61747784631 h3 {
    font-size: 24px !important;
}
  .span12.widget-span.widget-type-cell.dnd-column.cell_16375250963793-background-image .row-fluid-wrapper.row-depth-1.row-number-8.dnd-row , .span12.widget-span.widget-type-cell.dnd-column.cell_16375250963793-background-image .row-fluid-wrapper.row-depth-1.row-number-7.dnd-row {
    max-width: 100%;
    flex: 100%;
} 
   .hs-content-id-60220688540.hs-landing-page.hs-page span#hs_cos_wrapper_dnd_area-module-3_ h2 {
   font-size: 22px;} 
   span#hs_cos_wrapper_widget_1637525209518_ p span {
    font-size: 16px;
}
.span12.widget-span.widget-type-cell.dnd-column.cell_16375250963793-background-image {
    padding: 0 20px;
}
   span#hs_cos_wrapper_widget_1639674420285_ img {
    max-width: 110px !important;
    width: 100%;
}
.body-wrapper.hs-content-id-60220688540.hs-landing-page.hs-page .row-fluid-wrapper.row-depth-1.row-number-4.dnd_area-row-1-vertical-alignment.dnd-section {
    padding: 20px 0;
}
.hs-content-id-60220688540 .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section>.row-fluid .span6.widget-span.widget-type-cell.dnd-column:last-child {
    max-width: calc(100% - 100px);
    flex: calc(100% - 100px);
}
.hs-content-id-60220688540.hs-landing-page.hs-page .hs-button {
    font-size: 12px;
    padding: 10px;
}
   .hs-content-id-60220688540 .span12.widget-span.widget-type-cell .row-fluid-wrapper.row-depth-1.row-number-17.dnd-section .span4.widget-span.widget-type-cell.dnd-column:nth-child(2) {
    margin: 20px 0;
}
   .span12.widget-span.widget-type-cell.dnd-column.cell_16375250963793-background-image * {
    position: unset;
    margin-top: 0;
}
div#hs_cos_wrapper_widget_1637525460284 .hs-button {
    margin-bottom: 30px;
}
   span#hs_cos_wrapper_widget_1637525209518_ h2 {
    font-size: 26px !important;
    position: unset;
    transform: translate(0);
    margin-top: 40px;
    margin-bottom: -20px;
}
    div#hs_cos_wrapper_module_164193596984713 h2 span {
    font-size: 90px !important;
}
.body-wrapper.hs-content-id-63219209568.hs-landing-page.hs-page .row-fluid-wrapper.row-depth-1.row-number-7.dnd-section.dnd_area-row-3-padding.dnd_area-row-3-background-gradient.dnd_area-row-3-force-full-width-section>.row-fluid {
    flex-wrap: wrap;
}
.body-wrapper.hs-content-id-63219209568.hs-landing-page.hs-page span#hs_cos_wrapper_dnd_area-module-3_ h1 {
    font-size: 24px !important;
}
.body-wrapper.hs-content-id-63219209568 .row-fluid-wrapper.row-depth-1.row-number-3.dnd_area-row-1-vertical-alignment.dnd_area-row-1-background-color.dnd-section {
    padding: 0px 10px;
}
.body-wrapper.hs-content-id-63219209568 .row-fluid-wrapper.row-depth-1.row-number-5.dnd_area-row-2-force-full-width-section.dnd_area-row-2-padding.dnd-section {
    padding: 25px 10px !important;
}.body-wrapper.hs-content-id-63219209568.hs-landing-page.hs-page .span6.widget-span.widget-type-cell.cell_1642328701895-background-color.cell_1642328701895-padding.dnd-column {
       width: 100%; 
}
div#hs_cos_wrapper_module_16423287018962:before { 
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
}
#hs_cos_wrapper_module_16423287018962 {
    padding-top: 30px;
}
#hs_cos_wrapper_widget_1639337846697 {
    padding-bottom: 50px;
}
.body-wrapper.hs-content-id-63219209568  .span6.widget-span.widget-type-cell.cell_1639337840237-padding.cell_1639337840237-background-color.dnd-column ol {
    margin-top: -40px;
    padding-left: 20px;
}
span#hs_cos_wrapper_widget_1642329837812_ p,.span6.widget-span.widget-type-cell.cell_1642328972704-vertical-alignment.dnd-column p {
    text-align: center;
}
div#hs_cos_wrapper_module_16414116105564 {
    padding: 0 !important;
}
.body-wrapper.hs-content-id-63219209568 .row-fluid-wrapper.row-depth-1.row-number-18.dnd-section.dnd_area-row-4-background-color.dnd_area-row-4-padding {
    padding: 30px 0 !important;
}
span#hs_cos_wrapper_module_16414116298034_ h2 {
    font-size: 24px !important;
    margin-bottom: 15px;
}
span#hs_cos_wrapper_module_16414116105564_ ul {
    padding-left: 30px;
}
span#hs_cos_wrapper_widget_1642184593591_ span {
    font-size:24px !important;
}
a#cta_button_8807910_b87cead6-e3f6-4342-829a-af57095b71fe span {
    font-size: 18px;
   }
   span#hs_cos_wrapper_module_16419359641054_ h2 { 
    font-size: 30px;}
 .body-wrapper.hs-content-id-63219209568 input {
    width: 100% !important;
}
  .body-wrapper.hs-content-id-63219209568 .input{margin-right: 0 !important}
.body-wrapper.hs-content-id-63219209568 span#hs_cos_wrapper_widget_1642329797379_ {
    display: block;
    text-align: center;
}
.body-wrapper.hs-content-id-63219209568 span#hs_cos_wrapper_widget_1642329762892_ td {
    text-align: center;
    padding: 0 !important;
}
.body-wrapper.hs-content-id-63219209568 #hs_cos_wrapper_widget_1639337846697 {
    padding-left: 20px !important; padding-right: 20px !important;
}
.body-wrapper.hs-content-id-63219209568 span#hs_cos_wrapper_module_164193596984713_ * {
    line-height: 51px !important;
}
.body-wrapper.hs-content-id-63219209568 div#hs_cos_wrapper_module_164193596984713 h3+p,.body-wrapper.hs-content-id-63219209568 div#hs_cos_wrapper_module_164193596984713 h3+p * {
    font-size: 14px;
    line-height: 24px !important;
}
.body-wrapper.hs-content-id-63219209568 .row-fluid-wrapper.row-depth-1.row-number-35.dnd-section.dnd_area-row-8-background-color { 
    padding-bottom: 10px;
}
.body-wrapper.hs-content-id-63219209568 .row-fluid-wrapper.row-depth-1.row-number-33.dnd_area-row-7-background-color.dnd-section {
    padding-bottom: 10px;
}
.body-wrapper.hs-content-id-63219209568 span#hs_cos_wrapper_widget_1642329837812_ { 
    padding-bottom: 10px;
}
.body-wrapper.hs-content-id-63219209568.hs-landing-page.hs-page .row-fluid-wrapper.row-depth-1.row-number-20.dnd-section.dnd_area-row-5-background-color {
      padding-bottom: 10px;
}
.banner img {
    width: 100%;
    max-width: 100%;
}
#hs_cos_wrapper_module_16423287018962 { 
    padding-left: 20px !important;
    padding-right: 20px !important;
}
}


/* 28-04-2022 */
 div#contactus .modal-body {
    height: 480px;
    overflow: auto;
}

@media (max-width:1440px) {   
span#hs_cos_wrapper_widget_1721464159536_ br, .text-right br {
    display: none;
}
  
  #hs_cos_wrapper_module_17210427313878 span, 
  #hs_cos_wrapper_module_17214722843916 span,
  #hs_cos_wrapper_module_17214818287086 span, 
  #hs_cos_wrapper_module_17210427313878 span,
  #hs_cos_wrapper_widget_1720698299021 span
  {
      font-size: 18px !important;  
  }  
#hs_cos_wrapper_module_1721460001992 {
    margin-left: 17px;
} 
#hs_cos_wrapper_module_1721460640694 {
    margin-left: 13px;
}  
div#hs_cos_wrapper_module_17214811338375 h1  br {
    display: none;
}  
#hs_cos_wrapper_module_17214818287085 h3, 
#hs_cos_wrapper_module_17214722843915 h3,
#hs_cos_wrapper_module_17214722843915 h3,
#hs_cos_wrapper_widget_1720698196723 h3,
#hs_cos_wrapper_module_17210427313877 h3{
    font-size: 34px !important;
  }  
div#hs_cos_wrapper_widget_1721477269396 p br{
  display: none;  
  } 
  
  
  

}