/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}

.button-wrap a {
  background-color: #000F87;
  border-radius: 35px;
  display: inline-flex;
  padding: 15px 23px;
  color: #fff;
  align-items: center;
  justify-content: center;
  transition:all 0.3s ease; 
  font-weight: 600;
}

.button-wrap a:hover {
  background-color: #000F87;
  color: #fff;
}
.button-wrap a svg {
  margin-right: 20px;
  transition:all 0.3s ease; 
}
[data-google-query-id] {
    font-size: 0;
}
.button-wrap a:hover svg {
  margin-right: 30px;
}
.container-fluid.body-container.pillar {
  font-size: 16px;
}
div#back_to_top {
  position: fixed;
  bottom: 0;
  right: 20px;
  cursor: pointer;
}
div[id*="google_ads_iframe"]{
  position: relative;
  overflow-x: auto;
}
div[id*=google_ads_iframe]::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff; /* or add it to the track */
}

.adcol {
  margin-top: 40px;
}
.container-fluid.body-container.pillar .construction_plant_main .content-wrapper {
  padding: 0;
}
div[id*=google_ads_iframe]::-webkit-scrollbar-thumb {
  background: #000;
}
.container-fluid.body-container.body-container--FAQ .construction_plant ,.container-fluid.body-container.body-container--FAQ .get-rates{
  max-width: 100%;
  padding-left: 50px;
  width: calc(100% - 352px);
  margin-left: auto;
}

.hs-embed-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hs-embed-wrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

@media(max-width:991px){
  .container-fluid.body-container.pillar .span8 .dnd-column {
    width: 100% !important;
    float: none !important;
    padding: 15px 0 !important;
  }
  .container-fluid.body-container.pillar .row-fluid {
    flex-wrap: wrap;
  }
  .container-fluid.body-container.body-container--FAQ .construction_plant, .container-fluid.body-container.body-container--FAQ .get-rates {
    padding-left: 20px;
  }
}
@media(max-width:767px){
  .container-fluid.body-container.pillar .recent-posts-wrapper .post-title a {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000F87;
  }
  .container-fluid.body-container.body-container--FAQ .construction_plant ,.container-fluid.body-container.body-container--FAQ .get-rates {
    max-width: 100%;
    padding-left: 0;
    width: 100%;
  }
  .container-fluid.blog-home-page .dnd-section {
    background-color: transparent !important;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, 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;
}

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

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

/**
 * 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 and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive Grid */																									

.row-fluid {																									
  width: 100%;																									
  *zoom: 1;																									
}																									

.row-fluid:before, .row-fluid:after {																									
  display: table;																									
  content: "";																									
}																									

.row-fluid:after {																									
  clear: both;																									
}																									

.row-fluid [class*="span"] {																									
  display: block;																									
  float: left;																									
  width: 100%;																									
  min-height: 1px;																									
  *margin-left: 0;																									
  -webkit-box-sizing: border-box;																									
  -moz-box-sizing: border-box;																									
  -ms-box-sizing: border-box;																									
  box-sizing: border-box;																									
}																									

.row-fluid [class*="span"]:first-child {																									
  margin-left: 0;																									
}																									

.row-fluid .span12 {																									
  width: 100%;																									
}																									
.row-fluid .span11 {																									
  width: 91.66%;																									
}																									
.row-fluid .span10 {																									
  width: 83.33%;																									
}																									
.row-fluid .span9 {																									
  width: 75%;																									
}																									
.row-fluid .span8 {																									
  width: 66.66%;																									
}																									
.row-fluid .span7 {																									
  width: 58.33%;																									
}																									
.row-fluid .span6 {																									
  width: 50%;																									
}																									
.row-fluid .span5 {																									
  width: 41.66%;																									
}																									
.row-fluid .span4 {																									
  width: 33.33%;																									
}																									
.row-fluid .span3 {																									
  width: 25%;																									
}																									
.row-fluid .span2 {																									
  width: 16.66%;																									
}																									
.row-fluid .span1 {																									
  width: 8.33%;																									
}																									

.container-fluid {																									
  *zoom: 1;																									
}																									

.container-fluid:before, .container-fluid:after {																									
  display: table;																									
  content: "";																									
}																									

.container-fluid:after {																									
  clear: both;																									
}																									

@media (max-width: 767px) {																									
  .row-fluid {																									
    width: 100%;																									
  }																									

  .row-fluid [class*="span"] {																									
    display: block;																									
    float: none;																									
    width: 100%;																									
    margin-left: 0;																									
  }		
  .dnd-section>.row-fluid .dnd-column {
    padding-left: 0!important;	
    padding-right: 0!important;	
  }
  .dnd-section  .row-fluid {
    flex-wrap: wrap !important;
  }
}																									

.dnd-section > .row-fluid .dnd-column{																									
  padding-left: 15px;																									
  padding-right: 15px;																									
}																									
.dnd-section[class*="force-full-width-section"] > .row-fluid > .dnd-column.span12,																									
.dnd-section[class*="force-full-width-section"] > .row-fluid > .span12.dnd-module,
.dnd-section[class*="force-full-width-section"] > .row-fluid{																									
  padding-left: 0px ;																						
  padding-right: 0px ;																	
}																									


@media (min-width: 768px) {																									
  .row-fluid {																									
    width: 100%;																									
    *zoom: 1;																									
  }																									

  .row-fluid:before, .row-fluid:after {																									
    display: table;																									
    content: "";																									
  }																									

  .row-fluid:after {																									
    clear: both;																									
  }																									

  .row-fluid [class*="span"] {																									
    display: block;																									
    float: left;																									
    width: 100%;																									
    min-height: 1px;																									
    margin-left: 0;																									
    -webkit-box-sizing: border-box;																									
    -moz-box-sizing: border-box;																									
    -ms-box-sizing: border-box;																									
    box-sizing: border-box;																									
  }																									

  .row-fluid [class*="span"]:first-child {																									
    margin-left: 0;																									
  }																									

  .row-fluid .span12 {																									
    width: 100%;																									
  }																									
  .row-fluid .span11 {																									
    width: 91.66%;																									
  }																									
  .row-fluid .span10 {																									
    width: 83.33%;																									
  }																									
  .row-fluid .span9 {																									
    width: 75%;																									
  }																									
  .row-fluid .span8 {																									
    width: 66.66%;																									
  }																									
  .row-fluid .span7 {																									
    width: 58.33%;																									
  }																									
  .row-fluid .span6 {																									
    width: 50%;																									
  }																									
  .row-fluid .span5 {																									
    width: 41.66%;																									
  }																									
  .row-fluid .span4 {																									
    width: 33.33%;																									
  }																									
  .row-fluid .span3 {																									
    width: 25%;																									
  }																									
  .row-fluid .span2 {																									
    width: 16.66%;																									
  }																									
  .row-fluid .span1 {																									
    width: 8.33%;																									
  }																									
}																									

/* Clearfix */																									

.clearfix {																									
  *zoom: 1;																									
}																									

.clearfix:before, .clearfix:after {																									
  display: table;																									
  content: "";																									
}																									

.clearfix:after {																									
  clear: both;																									
}																									

/* Visibilty Classes */																									

.hide {																									
  display: none;																									
}																									

.show {																									
  display: block;																									
}																									

.invisible {																									
  visibility: hidden;																									
}																									

.hidden {																									
  display: none;																									
  visibility: hidden;																									
}																									

/* Responsive Visibilty Classes */																									

.visible-phone {																									
  display: none !important;																									
}																									

.visible-tablet {																									
  display: none !important;																									
}																									

.hidden-desktop {																									
  display: none !important;																									
}																									

@media (max-width: 767px) {																									
  .visible-phone {																									
    display: inherit !important;																									
  }																									

  .hidden-phone {																									
    display: none !important;																									
  }																									

  .hidden-desktop {																									
    display: inherit !important;																									
  }																									

  .visible-desktop {																									
    display: none !important;																									
  }																									
}																									

@media (min-width: 768px) and (max-width: 1139px) {																									
  .visible-tablet {																									
    display: inherit !important;																									
  }																									

  .hidden-tablet {																									
    display: none !important;																									
  }																									

  .hidden-desktop {																									
    display: inherit !important;																									
  }																									

  .visible-desktop {																									
    display: none !important ;																									
  }																									
}
.content-wrapper {
  margin: 0 auto;
}
.content-wrapper,.dnd-section > .row-fluid  {
  padding: 0 18px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HTML elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.34;
  overflow-wrap: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration:none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.4rem 0 1.4rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 30px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  max-width:100%;
  height:auto;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text */
input:focus{
  outline:none;
}

.hs-error-msg,.hs_error_rollup label.hs-main-font-element {
  color: #ef6b51 !important;
  font-size: 12px;
}

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form textarea {
  resize: vertical;
}

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

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  font-family: 'Sora';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-decoration:none;
}
.hs-button {
  display: inline-block;
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table Defaults */
table {
  width: 100%; /* Added from module for consistent full-width tables */
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */
td,
th {
  padding: 15px; /* Added a consistent default padding */
  vertical-align: top;
  text-align: left;
}

tbody tr th {
  color: #fff;
  background: #000f87;
}

/* Table Header */
thead th,
thead tr:first-child td { /* Target first row cells as headers for flexibility */
  background: #000F87;
  color: #fff;
  vertical-align: bottom;
  font-size: 18px; /* Moved from media query to be a default */
  line-height: 30px; /* Moved from media query to be a default */
}

/* Table Body */
tbody {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}

tbody tr:nth-child(odd) td {
  background: rgba(205, 230, 252, 0.2); /* Zebra striping */
}

/* Added to handle paragraphs inside table cells globally */
table td p {
  margin: 0;
}

/* Table Footer */
tfoot td {
  background: #000F87;
  color: #fff; /* Added color for footer text */
  padding: 10px;
}

/* Responsive Styles */
@media (max-width: 767px) {
  tbody tr td {
    padding: 15px 15px; /* Adjust body cell padding on mobile */
  }
}
.blog-home-page img.hs-image-widget {
  border-radius: 20px;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

header.header .inner-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

header.header .header-top {
  padding: 32px 0;
}
header.header .inner-wrapper .left-col {
  width: 33.33%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.bottom-right-col .hs-search-field__input:focus {
  outline: none;
  border: none;
}
header.header .inner-wrapper .right-col {
  width: 66.66%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header.header .hs-search-field__suggestions {
  position: absolute;
  top: 100%;
  width: 100%;
  background: #fff;
  z-index: 2;
}

header.header .hs-search-field__suggestions #results-for,
header.header .hs-search-field__suggestions a {
  padding: 20px;
}

header.header .popular-topic-wrapper {
  z-index: 1;
}
header.header .inner-wrapper .right-col>div {
  padding: 0 20px;
}

header.header .header-top {
  background: #D9D9D9;
}

.desk-menu .hs-menu-wrapper>ul>li>a {
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  display: block;
  padding: 0 20px;
  font-weight: 300;
}

.desk-menu .hs-menu-wrapper>ul {
  margin: 0 -20px;
}
.hamburger-menu svg {
  display: inline-block;
  vertical-align: middle;
}



.header-bottom {
  z-index: 99;
}
.header-bottom {
  background-color: #fff;
  padding: 30px 0;
}

.bottom-left-col {
  width: 50%;
}

.header-bottom .inner-wrapper {
  margin: 0 -15px;
}

.popular-topic-wrapper {
  width: 50%;
  padding: 0 20px;
}

.bottom-right-col .hs-search-field__input {
  padding: 10px;
  border: none;
  padding-left: 50px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAYAAACJfM0wAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEPSURBVHgBtZTREYIwEERXG5AS0oGWQAfagXTgWIFYgSVoB2oFagVqBWAF2oHemuNDCBAy+GZ2gOGyl+QuAdzMRHtRJnqrrqKtyCCAWM1OoqRkMhEt9H+nBHPRU83bSDWBaQuc+AaWzLk9UVMQTefozl4TOElg9zQEA7t9lVkPRVPRDmHkohtsF1WMY9Ed4Rxha1QxjjRrKC/RyGX8F2icw7GUDnDsw2XMPZohHBb/7PoRo6ZlPOCEsqYANvoG3YjgcbCKoBX8TXmcT/C4Cgz8bq5Y41L9Tl3mA8dABnJ5ueiiT8Lqj/V9jd+CJbCrXYoOdcYk0plRRfPzEN1R0wGamLXaaeJeMdCCDtA/37b9ACqZOpulp1MlAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-position: 5px 10px;
  font-family: 'Sora';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.bottom-right-col .hs-search-field__input::placeholder {
  color: #000;
}

.bottom-right-col .hs-search-field__input:focus {
  outline: none;
}
.search-btm {
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  padding: 10px 40px 10px 10px;
  display: flex;
  align-items: center;
  padding-right: 10px;
  cursor: pointer;
}

.search-btm img {
  margin-right: 22px;
}

.bottom-right-col {
  width: 50%;
  display: flex;
  align-items: center;
}

.bottom-right-col .search-wrapper {
  width: 50%;
  padding: 0 20px;
}

.search-btm {
  width: 50%;
}
.bottom-right-col .topic-btn {
  padding: 20px;
  padding: 10px;
  border: none;
  padding-right: 40px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAKCAYAAAC5Sw6hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABOSURBVHgBpZDLCQAwCEMzQkfoCO6/TFdpoT2I/WhsQBBJnhBgqiCvqpc2RsBLVrbYAwO7ZhiY643Awg9fRrqCUyDT4xZMQyzsC6JhLqQDRlYT8Vg8PasAAAAASUVORK5CYII=');
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer;
  font-family: 'Sora';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
img {
  vertical-align: bottom;
}

.topic-innner {
  display: none;
}
.topic-innner {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background-color: #fff;
}

.header-bottom {
  position: relative;
}

.topic-innner ul {
  max-width: 60%;
  margin: 0 auto;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
  /* margin: 0 -20px; */
}

.topic-innner ul>li {
  width: 33.33%;
  padding: 20px 20px 0;
}

.bottom-right-col .topic-btn {
  user-select: none;
}
.bottom-right-col .topic-btn.active {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAKCAYAAAC5Sw6hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABMSURBVHgBpZGBCQAgCAR/hEZwBPdfplVCUBCizO9BEHmPR4Fa6vUlA0wvGqYJkHsacpu1IW3Yi7H0dKIfvcwxt50B/r0BkxgIeFkQLGE2E/GxkD2qAAAAAElFTkSuQmCC');
}
.bottom-left-col,.bottom-right-col {
  padding: 0 15px;
}
.mob-arrow-img {
  display: none;
}

.mob-arrow-img .up {
  display: none;
}

.mob-arrow-img.active .up {
  display: block;
}
.mob-arrow-img {
  cursor: pointer;
}
.mob-arrow-img.active .down {
  display: none;
}
.topic-innner ul>li a {
  font-weight: 300;
  line-height: 24px;
}
.topic-innner ul>li {
  opacity: 0;
  transform: translate3d(0, -20px, 0);
  transition: all 0.3s ease-in-out;
}

.topic-innner.active ul>li,.bottom-right-col.active .topic-innner  ul>li {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.bottom-right-col .hs-search-field__input {
  background-image: none;
  padding: 10px;
  border-bottom: 1px solid #000 !important;
}

.bottom-right-col .search-wrapper {
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  transition: opacity 300ms ease-out 400ms;
}

header.header.active .bottom-right-col .search-wrapper {
  visibility: visible;
  opacity: 1;
  transition: opacity 500ms ease-in 200ms;
  width: 50%;
  height: auto;

}


header.header.active .search-btm {
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease-out 400ms;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
}
.search-wrapper svg {
  width: 21px;
  height: 21px;
  margin-left: 10px;
}
.search-wrapper svg {
  cursor: pointer;
}
.search-wrapper svg>* {
  stroke: #000;
}

.bottom-right-col .search-wrapper {
  display: flex;
  align-items: center;
}

.bottom-right-col .hs-search-field__input {
  padding: 5px 0;
}

.search-wrapper .hs_cos_wrapper_type_module {
  width: calc(100% - 20px);
}
header.header .overlay {
  background: rgba(0,0,0,0.4);
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  transition: .4s all cubic-bezier(0.4, 0, 0.25, 1);
}

header.header.active .overlay {
  opacity: 1;
  transition: .4s all cubic-bezier(0.4, 0, 0.25, 1);
}
header.header.active  {
  transition: .4s all cubic-bezier(0.4, 0, 0.25, 1);
}

header.header .header-top {
  z-index: 99;
  position: relative;
}

.header-bottom {
  z-index: 99;
  position: relative;
}

.search-wrapper {
  opacity: 1;
  transition: opacity 500ms ease-in 200ms;
  color: #1d1d1f;
}

.search-btm {
  opacity: 1;
  transition: opacity 500ms ease-in 200ms;
  color: #1d1d1f;
}
.search-btn-mobile {
  height: 22px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 20px;
}
.search-btn-mobile svg {
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
  height: 21px;
  margin-left: 10px;
  padding: 5px;
  width: 21px;
}
.search-btn-mobile  svg>* {
  stroke: #fff;
}

.search-btn-mobile img {
  margin-right: 20px;
}




header.header .inner-wrapper .left-col {
  width: auto;
}

header.header .inner-wrapper .right-col {
  flex: 1 1 0%;
  justify-content: flex-end;
  width: auto;
}


.contact_list {
  display: none;
}

button.contact-btn {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  line-height: inherit;
  padding: 0;
  border-radius: 9999px;
  border-color: rgba(0,15,135,1);
  border-width: 1px;
  align-items: center;
  display: flex;
  background-color: transparent;
  background-image: none;
}

body, html {
  font-size: 16px;
}

svg.h-6.w-6.mr-1 {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.25rem;
}

svg.h-6 {
  height: 1.5rem;
  display: block;
  vertical-align: middle;
}

header.header .inner-wrapper .right-col {
  align-items: stretch;
}

header.header .inner-wrapper .right-col>div {
  display: flex;
  align-items: center;
  padding: 0;
  padding-left: 36px;
}

button.contact-btn {
  padding: 0 9px;
  color: #000f87;
  height: 100%;
}

header.header .header-primary .inner-wrapper {
  min-height: 108px;
}

header.header .hs-button {
  font-size: .875rem;
  line-height: 1.25rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  border-color: #000f87;
  border-radius: 9999px;
  border-width: 1px;
  background-color: transparent;
  color: #000f87;
  border-style: solid;
}


.search-icon svg.w-6.text-brand-blue {
  width: 1.5rem;
  display: block;
  vertical-align: middle;
}

.desk-menu .hs-menu-wrapper>ul>li>a {
  padding: 0;
  font-size: .875rem;
  line-height: 1.25rem;
  color: #000f87;
  font-weight: 300;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}

.desk-menu .hs-menu-wrapper>ul>li:not(first-child) {
  padding-left: 36px;
}

header.header .inner-wrapper .right-col>div.desk-menu {
  padding: 0;
}

.desk-menu .hs-menu-wrapper>ul {
  margin: 0;
}

.logo {
  padding-top: 6px;
}


.header-primary {
  position: relative;
  z-index: 999;
  background-color: #fff;
}
.mobile-search-icon {
  display: none;
}

button.toggle-button {
  display: none;
}
.contact_list {
  padding: 1rem;
  position: absolute;
  right: 0;
  margin-top: 0.5rem;
  display: flex;
  border-radius: 0.375rem;
  padding: 1rem;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);
  flex-wrap: wrap;
  width: 12rem;
  transform-origin: top right;
  top: 100%;
  background-color: #fff;
  display:none;
}

.button_list,.login_menu {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.login_menu .hs-menu-wrapper ul {
  display: block;
}

.content-btn-wrp {
  position: relative;
}

.contact_list button,.login_menu ul li a {
  background-color: transparent;
  background-image: none;
  border: 0;
  font-size: .875rem;
  line-height: 1.25rem;
  text-align: left;
  padding: 0;
  color: rgba(0,15,135,1);
  font-weight: 300;
  display: block;
}

.contact_list button.login_btn {
  margin-top: 9px;
}

.contact_list hr {
  margin: 0;
  margin-top: 13.5px;
  border-bottom: 1px solid rgba(209,213,219,1);
  width: 100%;
}

.login_menu {
  margin-top: 13.5px;
}

.login_menu ul li + li {
  margin-top: 9px;
}

.header-primary .hs-menu-wrapper> ul>li> ul {
  position: absolute;
  top: 100%;
  margin-top: 1rem;
  max-height: calc((100vh - 6rem) - 1rem);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.5rem;
  overflow-y: scroll;
  flex-wrap: wrap;
  display: flex;
  max-width: 1280px;
  left: 50%;
  position: fixed;
  top: 6rem;
  flex-direction: row !important;
  transform: translateX(-50%);
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 #0000,0 0 #0000,0 0 #0000,0 0 #0000,0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);
  display: flex;
  flex-wrap: wrap;
  font-size: .875rem;
  line-height: 1.25rem;
}

.desk-menu .hs-menu-wrapper>ul>li {
  position: relative;
}

.header-primary .hs-menu-wrapper> ul>li> ul>li {
  width: 25%;
  padding: 0.75rem;
}

.header-primary .hs-menu-wrapper> ul>li> ul>li>a {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
  display: block;
  /* display: flex; */
  cursor: default;
  align-items: center;
  font-weight: 500;
}

.header-primary .hs-menu-wrapper> ul>li> ul>li>ul>li {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}

.header-primary .hs-menu-wrapper> ul>li> ul>li.All_Categories {
  width: 100%;
  text-align: center;
}

.header-primary .hs-menu-wrapper> ul>li> ul>li.All_Categories >a {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-left: 8rem;
  padding-right: 8rem;
  border: 1px solid rgba(0, 15, 135, 1.0);
  border-radius: 9999px;
  width: auto;
  display: inline-block;
  font-weight: 300;
  cursor: pointer;
}
.header-primary .hs-menu-wrapper>ul>li>ul {
  display: none;
}
.arrow {
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  left: 50%;
  top: 100%;
  top: 4.5rem;
  color: #fff;
  display: none;
}
.login_menu ul li:nth-child(2) {
  padding-bottom: 13.5px;
  border-bottom: 1px solid rgba(209,213,219,1);
  margin-bottom: 13.5px;
}

.login_menu {
  margin: 0;
}
.desk-menu .hs-menu-wrapper>ul>li>a {
  position: relative;
}
.header-primary .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper.active {
  display: flex;
}
header.header.fixed .header-bottom {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
}
.bottom-right-col .hs-search-field__input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.search-wrapper svg {
  padding: 0;
  width: 16px;
  height: 16px;
}
header.header.fixed .header-bottom {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.header-bottom {
  transition: 0.4s filter ease-in-out;
}
.header-primary {
  background-color: #f6f6f6;
}
.bottom-right-col .topic-btn {
  max-width: 170px;
  margin-left: auto;
}

.header-primary img.hs-image-widget {
  max-width: 121.88px;
}

.desk-menu .hs-menu-wrapper>ul>li>a {
  font-size: 14px;
  padding: 0;
}

header.header .hs-button {
  font-size: 14px;
}

header.header .header-primary .inner-wrapper {
  min-height: auto !important;
}

.header-primary {
  padding: 14px 0;
}
header.header .hs-button {
  padding: 4px 45px;
}
.bottom-right-col {
  justify-content: flex-end;
}
.search-btm {
  justify-content: flex-end;
  width: 46%;
}
.popular-topic-wrapper {
  width: 40%;
}
.popular-topic-wrapper {
  padding-right: 0;
}

.bottom-logo-img img.hs-image-widget {
  max-width: 220px;
  width: 220px;
}

.header-bottom {
  padding: 20px 0;
}

.bottom-right-col .topic-btn {
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 20px;
}

.search-btm.desk {
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 20px;
  width: 42%;
}

.popular-topic-wrapper {
  width: 34%;
}
.bottom-right-col .hs-search-field__input {
  font-size: 14px;
  line-height: 1;
  padding-top: 0;
}
header.header.active .header-bottom {
  padding: 18px 0;
}

@media(min-width:992px){
  .bottom-right-col {
    display: flex !important;
  }
  .search-btn-mobile{
    display:none;
  }
}
@media(min-width:1280px){
  .sidebar_menu {
    display:none;
  }
}
@media(max-width:1279px){
  header.header .inner-wrapper .right-col {
    display: none;
  }

  header.header .inner-wrapper .left-col {
    width: 100%;
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  header.header .inner-wrapper .left-col .logo {
    max-width: 240px;
    padding-top: 6px;
    margin-left: 6px;
  }

  .mobile-search-icon, button.toggle-button {
    display: flex;
  }

  .mobile-search-icon {
    margin-left: 1rem;
    display: flex;
    color: rgba(156,163,175,1);
    /* margin-right: 20px; */
  }

  .mobile-search-icon svg {
    width: 1.75rem;
    display: block;
    vertical-align: middle;
  }

  .mobile-search-icon a,.mobile-search-icon a:hover {
    color: rgba(156,163,175,1);
  }

  button.toggle-button {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    color: rgba(156,163,175,1);
    background-color: transparent;
    background-image: none;
    border: 0;
    margin-left: -0.5rem;
    margin-right: 0.5rem;
  }

  svg.bar-icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  svg.cross-icon {
    display: none;
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: middle;
  }

  header.header .header-primary .inner-wrapper {
    min-height: 4rem;
  }
  .sidebar_menu  .hs-menu-wrapper ul ul {
    display: none;
  }

  .sidebar_menu  .hs-menu-wrapper ul {
    display: block;
  }

  .sidebar_menu {
    height: 100vh;
    position: absolute;
    right: 0px;
    background-color: #fff;
    z-index: 999;
    top: 4rem;
  }

  .sidebar_menu .hs-menu-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sidebar_menu .hs-menu-wrapper> ul {
    padding-bottom: 0.75rem;
    padding-top: 0.5rem;
    display: flex;
    flex-direction: column;
  }

  .sidebar_menu .hs-menu-wrapper> ul>li>a {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
    display: block;
    font-weight: 500;
  }

  .sidebar_menu .hs-menu-wrapper> ul {
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .sidebar_menu .hs-menu-wrapper> ul>li:first-child>a, .sidebar_menu .hs-menu-wrapper> ul>li:nth-child(3)>a,.sidebar_menu .hs-menu-wrapper> ul>li:nth-child(6)>a {
    border-bottom: 1px solid;
    border-color: rgba(209,213,219,1);
  }

  .sidebar_menu .hs-menu-wrapper> ul>li + li {
    margin-top: 4.5px;
  }
  .sidebar_menu .hs-menu-wrapper>ul>li:last-child a {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    color: #fff;
    background-color: rgba(0, 15, 135, 1.0);
    border-radius: 9999px;
    font-size: .875rem;
    line-height: 1.25rem;
    border: 1px solid rgba(0, 15, 135, 1.0);
  }

  .sidebar_menu .hs-menu-wrapper>ul>li:nth-child(3)>a, .sidebar_menu .hs-menu-wrapper>ul>li:nth-child(6)>a {
    padding-bottom: 18px;
  }
  .sidebar_menu {
    right: -700px;
    transition: 0.2s right ease-in-out;
  }
  .sidebar_menu.active {
    right: 0;
  }

  button.toggle-button.active {
  }

  button.toggle-button.active svg.cross-icon {
    display: block;
  }

  button.toggle-button.active svg.bar-icon {
    display: none;
  }
  body.mob_menu_open {
    overflow: hidden;
  }

  svg.cross-icon {
    width: 1.75rem;
    height: 1.75rem;
  }
  .sidebar_menu .hs-menu-wrapper  ul >li>ul {
    position: absolute;
    bottom: 0;
    top: 0;
    max-height: 100vh;
    overflow-y: scroll;
    background-color: #fff;
    padding-bottom: 4rem;
    left: 0;
    width: 100%;
  }

  .sidebar_menu .hs-menu-wrapper ul ul.hs-menu-children-wrapper.active {
    display: block;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sidebar_menu .hs-menu-wrapper> ul >li>ul>li>a {
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
    display: flex;
    font-weight: 500;
    align-items: center;
  }
  .sidebar_menu   svg.side-arrow {
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.75rem;
  }
  .sidebar_menu .hs-menu-wrapper> ul >li> ul.hs-menu-children-wrapper> li:last-child> a {
    border: 1px solid #000f87;
    border-radius: 9999px;
    cursor: pointer;
    display: inline-block;
    font-weight: 300;
    padding: 10px 40px;
    width: auto;
    margin-top: 15px;
  }

  .sidebar_menu .hs-menu-wrapper> ul >li> ul.hs-menu-children-wrapper> li:last-child {
    text-align: center;
  }

  .sidebar_menu .hs-menu-wrapper> ul >li> ul.hs-menu-children-wrapper> li:last-child> a svg {
    display: none;
  }
  .sidebar_menu li.dl_back a {
    font-weight: 500;
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
    display: flex;
    align-items: center;
    padding: 0;
  }
  .sidebar_menu .hs-menu-wrapper ul ul.hs-menu-children-wrapper.active ul {
    overflow: hidden;
  }
  .sidebar_menu li.dl_back svg.side-arrow {
    transform: rotate(178deg);
    width: 1.25rem;
    height: 1.25rem;
    margin-left: -0.25rem;
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
    margin-right: 0;
    display: block;
    vertical-align: middle;
  }
  .sidebar_menu .hs-menu-wrapper ul ul ul li {
    margin-left: 1.25rem;
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
  }

  .sidebar_menu .hs-menu-wrapper ul ul ul li.dl_back {
    margin: 0;
  }
  .sidebar_menu li.dl_back svg.main.side-arrow {
    display: block;
    transform: none;
    margin-right: 4.5px;
  }

  .sidebar_menu li.dl_back svg.side-arrow {
    display: none;
  }
  button.toggle-button {
    margin: 0;
    padding-right: 0;
  }

  .mobile-search-icon {
    margin: 0;
  }
  header.header {
    position:relative;
    z-index:9999;
  }
  header.header .inner-wrapper .left-col .logo {
    margin-left: 0;
  }
  .body-wrapper {
    overflow-x: hidden;
  }
}
@media(max-width:1215px){
  .button-wrp .hs-button {
    padding: 14px 20px;
  }

  header.header .inner-wrapper .left-col {
    width: 20%;
  }

  header.header .inner-wrapper .right-col {
    width: 80%;
  }

  .topic-innner ul {
    max-width: 90%;
  }
  .bottom-left-col {
    width: 33.33%;
  }

  .bottom-right-col {
    width: 66.66%;
  }
}

@media(max-width:991px){

  header.header .inner-wrapper .left-col {
    width: 100%;
  }

  header.header .inner-wrapper .left-col .logo {
    width: calc(100% - 40px );
    text-align: center;
    padding: 0;
  }

  .hamburger-menu {
    max-width: 40px;
  }

  .bottom-left-col,.bottom-right-col {
    width: 100%;
  }

  .bottom-right-col {
    display: none;
  }
  .bottom-left-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .mob-arrow-img {
    display: block;
  }

  .bottom-right-col .topic-btn {
    display: none;
  }

  .topic-innner {
    display: block!important;
    opacity: 1!important;
    height: 100% !important;
    visibility: visible !important;

  }
.topic-innner ul {
  max-height: calc(100vh - 107px);
  overflow-y: auto;
} 
  .topic-innner ul>li {
    width: 100%;
  }

  .topic-innner ul {
    max-width: 100%;
  }

  .topic-innner ul>li {
    padding: 15px 0px;
  }

  .bottom-right-col {
    position: absolute;
    width: 100%;
    top: 100%;
    background-color: #fff;
    padding: 0;
    left: 0;
  }

  .topic-innner ul {
    padding: 10px 0;
  }

  .bottom-right-col .hs-search-field__input {
    border-bottom: 1px solid #F6F6F6;
  }

  .bottom-right-col .search-wrapper {
    width: 100%;
  }
  .bottom-logo-img {
    width: 60%;
  }
  .popular-topic-wrapper {
    width: 100%;
  }
  .topic-innner {
    position: static;
  }
  header.header .inner-wrapper .right-col>div.desk-menu {
    display: none;
  }

  .button-wrp {
    display: none;
  }

  header.header .inner-wrapper .right-col {
    position: absolute;
    right: 0;
  }
  .desk {
    display: none !important;
  }

  .s-title {
  }

  .s-input {
    opacity: 0;
    height: 0;
    transition: opacity .5s ease-in .2s;
    width: 0;
    display: flex;
    align-items: center;
    visibility: hidden;
  }
  header.header.active .s-input {
    visibility: visible;
  }
  .s-input hs_cos_wrapper_type_module {
    width: 100%;
  }
  header.header.active .header-bottom {
    padding: 20px 0!important;
  }
  .search-btn-mobile svg {
    background-color: transparent;
    fill: #000;
    padding: 0;
  }

  .search-btn-mobile svg>* {
    stroke: #000;
  }

  .s-input .hs_cos_wrapper_type_module {
    display: block;
    width: calc(100% - 32px);
  }

  header.header.active .s-input {
    opacity: 1;
    height: 100%;
    width: 100%;
    width: calc(100% - 42px);
  }
  .s-title {
    padding: 8px 0 5px;
  }
  header.header.active .s-title {
    opacity: 0;
    height: 0;
    width: 0;
  }
  header.header. .s-title {
    opacity: 1;

  }
}

@media(max-width:767px){

}



@media(max-width:640px){
  .sidebar_menu {
    width: 100%;
  }

  .sidebar_menu .hs-menu-wrapper>ul>li:last-child a {
    text-align: center;
  }
}
@media(max-width:479px){
  header.header .inner-wrapper .left-col .logo {
    padding: 0px 10px 0;
  }

  .mobile-search-icon {
    margin-left: 0;
  }

  button.toggle-button {
    margin-right: 0;
  }
}
footer.footer {
  background-color: #fff !important;
  padding:40px 0px;
}

footer.footer .top_footer {
  display: flex;
  width: 100%;
}

footer.footer .footer_wrapper{
  width:100%;
  max-width:1440px;
  margin:0 auto;
  padding:0px 60px;
}

.social_iconsimg_wrap {
  display: none;
}

footer.footer .left_section {
  padding-right: 50px;
  width:20%;
}

footer.footer .right_section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.bottom_footer .footer__copyright span {
  color: #000f87;
}

footer.footer .right_section .menu:not(:first-child) {
  width: 17%;
  padding-top:20px;
}

footer.footer .right_section .menu_two {
  width: 30% !important;
}

footer.footer .social_icons ul.social_follow {
  display: flex;
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.social_icons ul.social_follow > li:not(:last-child) {
  padding-right: 15px;
}

footer.footer .social_icons ul.social_follow > li {
  display: inline-block;
}

footer.footer .social_icons ul.social_follow > li > a {
  display: inline-block;
}

footer.footer .right_section ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: block;
}

footer.footer .right_section .menu .hs-menu-wrapper > ul > li > ul {
  border-top: 1.5px solid #000F87;
  padding-top: 18px;
}

footer.footer .right_section .menu .hs-menu-wrapper > ul > li > ul >li {
  display: block;
}

footer.footer .right_section .menu .hs-menu-wrapper > ul > li > ul >li>a {
  display: block;
  margin-bottom: 5px;
  font-family: 'Sora';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #000F87;
}

footer.footer .right_section .menu .hs-menu-wrapper > ul > li > a {
  padding-bottom: 18px;
  display: block;
  font-family: 'Sora';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #000F87;
}

footer.footer .img_wrap {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  align-items: center;
  padding-bottom: 35px;
}

footer.footer .img_wrap .img1 img {
  width: 138px !important;
}

footer.footer .img_wrap .image_2 img {
  width: 158px !important;
}

footer.footer .img_wrap .img1 {
  padding-right: 25px;
}

.menu_two .hs-menu-wrapper > ul > li > ul > li {
  width: 50%;
}

.menu_two .hs-menu-wrapper > ul > li > ul {
  display: flex;
  flex-direction: row !important;
}

footer.footer .left_section .logo_brand {
  margin-bottom: 40px;
}

footer.footer .left_section .btn_two {
  margin: 10px 0px;
}

footer.footer .left_section .btn_three {
  margin-bottom: 35px;
}

.bottom_footer .footer__copyright p {
  color: #000f87;
  margin: 0px;
}

.bottom_footer .footer__copyright p a {
  color: #000f87;
  display: inline-block;
}


.bottom_footer {
  width: 100%;
  display: flex;
}

.bottom_footer .footer__copyright {
  padding: 20px 0px 0px 0px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-family: 'Sora';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #000F87;
  border-top: 1.5px solid #000F87;
}

.bottom_footer .footer__copyright p a:after {
  content: "|";
  padding: 10px;
}

.bottom_footer .footer__copyright p span:after {
  content: "|";
  padding: 10px;
}


@media(max-width:1200px){
  footer.footer .right_section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }

  footer.footer .left_section {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 0px;
    margin-bottom: 40px;
  }

  footer.footer .right_section .menu_two {
    width:  100% !important;
  }

  footer.footer .right_section .menu_three {
    width: 50% !important;
  }

  footer.footer .right_section .blog_tag {
    width: 50% !important;
  }

  footer.footer .right_section .menu .hs-menu-wrapper>ul>li>ul {
    border: none;
    padding: 0px;
  }

  footer.footer .right_section .menu .hs-menu-wrapper>ul>li>a {
    padding-bottom: 10px;
    font-size: 15px;
  }

  footer.footer .right_section .menu .hs-menu-wrapper>ul>li>ul>li>a {
    font-size: 14px;
  }
  footer.footer .right_section .menu_one.menu {
    width: 50%;
  }
  footer.footer .right_section .menu .hs-menu-wrapper>ul>li>a {
    border-bottom: 1.5px solid #000f87;
  }

  footer.footer .right_section .menu .hs-menu-wrapper>ul>li>ul {
    padding-bottom: 40px;
    padding-top: 20px;
  }
}

@media(max-width:767px){ 
  footer.footer .right_section .menu:not(:first-child),  footer.footer .right_section .menu_one.menu {
    width: 100% !important;
  }
  footer.footer .footer_wrapper {
    padding: 0px 20px;
  }
  footer.footer .right_section .menu .hs-menu-wrapper>ul>li>a {
    padding-bottom: 10px;
  }
  footer.footer .img_wrap {
    justify-content: center;
  }
  footer.footer .left_section {
    width: 100%;
    margin-bottom: 50px;
    align-items: center;
  }
  footer.footer .right_section .menu .hs-menu-wrapper>ul>li>a {
    border-bottom: 1.5px solid #000F87;
  }
  footer.footer .right_section .menu .hs-menu-wrapper>ul>li>ul {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  footer.footer .right_section .menu .hs-menu-wrapper>ul>li>ul>li>a {
    font-size: 12px;
  }
  footer.footer .right_section .menu .hs-menu-wrapper>ul>li>a {
    font-size: 12px;
    line-height: 1.66;
    font-family: 'Sora';
    font-weight: 600;
  }
  .bottom_footer .footer__copyright p {
    font-size: 10px;
    font-weight: 500;
    color: #000F87;
  }
  footer.footer .img_wrap {
    display: none;
  }

  footer.footer .footer_wrapper .social_icons {
    display: none;
  }
  .social_iconsimg_wrap {
    display: block;
  }
  footer.footer .img_wrap {
    padding-top: 20px;
  }
  footer.footer .left_section .logo_brand img {
    width: 230px !important;
  }

  footer.footer .left_section .logo_brand {
    margin-bottom: 33px;
  }

  footer.footer .left_section .btn_three {
    margin: 0px;
  }
  footer.footer .right_section .menu:not(:first-child) {
    padding: 0px;
  }
}
/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}
/* --------------------
    FEATURED SECTION
-------------------- */

.b-feature-list.b-post-list {
  border-radius: 20px !important;
  overflow: hidden !important;
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
}

.b-post-image {
  border-radius: 1.5rem;
  display: none;
}

/* Overlay wrapper */
.b-post-item-overlay:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to top, rgba(16, 16, 16, 0.95) 0%, rgba(16, 16, 16, 0) 100%);
}

.b-post-item-overlay .b-post-content {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 32px;
    color: #fff;
}

/* Label */

.label-featured {
    background-color: #FF602D;
}

  .b-post-item:hover .label-featured {
    background-color: #000F87;
  }

.label {
    text-align: center;
    min-width: 114px;
    font-size: 10px;
    font-weight: 700;
    color: #fff!important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 8px 22px;
}

/* Title  */

.b-post-item .b-post-title {
    line-height: 1.35;
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0;
}

  .b-post-item-overlay .b-post-content a {
    color: #fff;
    text-decoration: none;
  }

/* Meta  */

.b-post-item .b-post-meta {
    font-size: 12px;
    color: #d9d9d9;
    font-weight: 400;
}

/* Hover effects */
.b-post-item:hover .b-post-content h2 a {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .b-post-item,
  .b-post-item-overlay {
    min-height: 300px;
  }
}

.b-post-item,
.b-post-item-overlay {
  background-size: cover;
  min-height: 500px;
}
/* @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    */
/*****************************************/

.Ques_main {
  position: relative;
  max-width: 320px;
}

.FAQ_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 70px 0px;
}

/* .Question_section {
width: 30%;
position: sticky !important;
top: 0 !important;
height: 500px !important;
z-index: 1;
left: 0 !important;
} */

.stickyParent{ margin: 100px 0px; }
.stickyParent .content-wrapper{ position: relative; }
.sidebar{ height: 400px; width: 320px; display: inline-block; margin-right: -4px; vertical-align: top; position: absolute; top: 0; left: 15px; }
.sideContent{  display: inline-block; margin-right: -4px; vertical-align: top; margin-left: 320px; }	

.sidebar.sticky{ position: fixed; left: 0px;  max-width: 369px; }
.sidebar.buttonSticky{ bottom: 0;top:  inherit; position: absolute; left: 15px !important; }

.Ans_col {
  width: calc(100% - 352px);
}
.sidebar [id*=google_ads_iframe] {
  text-align: left !important;
}

.hs-breadcrumb-menu-divider:before {content: '/';}

li.hs-breadcrumb-menu-item.last-crumb {
  color: #000F87;
}

li.hs-breadcrumb-menu-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ans_description p {
  margin: 0;
}

.ans_description *+p {
  margin-top: 1.4rem;
}
/*  FAQ Answere Module style */
.faq_inner{
  border-left: 1px solid #000;
  padding-left:50px;
}
.ans_content {
  padding: 20px 0px 30px 0px;

}
.ans_description {
  font-size: 14px;
}
.buttonSticky .dropDown_wrapper {
  position: relative !important;
}

.Question_section.sidebar.sticky {
  margin-top: 125px;
}

@media(min-width:991px) and (max-width:1350px){
  .Ques_main{
    width: 90%;
  }
}
@media(max-width:990px){
  .Ques_main {
    margin: 0 auto;
    padding-right: 20px;

  }
  .faq_inner {
    padding-left: 20px;
  }
}
@media(max-width:767px){
  .Ans_col {
    width: 100%;
    margin: 0;
  }

  .sticky .dropDown_wrapper {
    display: block ;
    margin: 0 -20px;
  }
  .FAQ_row {
    padding: 0px;
  }
  .Ques_main {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .Question_section.sidebar {
    left: 0 !important;
    top: inherit;
    height: auto;
    margin-bottom: 50px;
    position: inherit;
  }
  .faq_inner {
    padding-left: 0px;
    border: 0;
  }
  .Ans_col {
    height: auto;
  }
  .sticky .ques_dropDown .dropDown_wrapper {
    position: fixed !important;
    top: 60px !important;
    z-index: 99 !important;
    width: 100% !important;
  }
  .construction_plant {
    margin: 0 auto;
  }
.sticky.buttonSticky .ques_dropDown .dropDown_wrapper {
   position: relative !important;
}
}
/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}