*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control the layout of elements
and how they stack. This is based off of the bootstrap system.
*********************************************************************************
****************************************************************************** */

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

/*  */


.flex_row .col12 {
  width: 100%;
}
.flex_row .col11 {
  width: 91.66%;
}
.flex_row .col10 {
  width: 83.33%;
}
.flex_row .col9 {
  width: 75%;
}
.flex_row .col8 {
  width: 66.66%;
}
.flex_row .col7 {
  width: 58.33%;
}
.flex_row .col6 {
  width: 50%;
}
.flex_row .col5 {
  width: 41.66%;
}
.flex_row .col4 {
  width: 33.33%;
}
.flex_row .col3 {
  width: 25%;
}

.flex_row .col20 {
  width: 20%;
}

.flex_row .col2 {
  width: 16.66%;
}
.flex_row .col1 {
  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%;
  }

  .flex_row .col20,
  .flex_row .col12,
  .flex_row .col11,
  .flex_row .col10,
  .flex_row .col9 ,
  .flex_row .col8 ,
  .flex_row .col7 ,
  .flex_row .col6 ,
  .flex_row .col5 ,
  .flex_row .col4 ,
  .flex_row .col3 ,
  .flex_row .col2 ,
  .flex_row .col1 {
    width: 100%;  
  }

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
    width: 100%;
  }

  .dnd-section > .row-fluid .dnd-column,
  .dnd-section > .row-fluid > [class*="span"].dnd-module {
    padding: 0 10px;

  }
}

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


@media (min-width: 768px) {

  .dnd-section > .row-fluid .dnd-column,
  .dnd-section > .row-fluid > [class*="span"].dnd-module {
    padding: 0 10px;
  }


  .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%;
  }
}
@media (max-width: 767px) {
  .row-fluid [class*=span] {
    min-height: 0;
  }
}
/* 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 ;
  }
}
.page-center,
.content-wrapper ,
.dnd-section > .row-fluid {
  max-width: 100%;
  margin-right:auto;
  margin-left:auto;
}


.content-wrapper,.page-center {
  margin: 0 auto;
  padding: 0 10px;
}

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

.dnd-section .dnd-column {
  padding: 0 10px;
}
body {
  line-height: 1.625;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */
.hs_service .form-title,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

h1{
  line-height:1.48208333;
}
h2{
  line-height:1.48205882;
}
h3{
  line-height:1.25;
}
h4{
  line-height:1.48222222;
  margin-bottom: 24px;
}
h5{
  line-height:1.625;
  margin-bottom:5px;
}
h6{
  line-height:1.42857142857;
}
/* Lists */

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

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}
ul ,ol {
/*   padding-top: 1.3rem; */
  padding-left: 1.5rem;
}

ul  li,
ol li  {
  margin-bottom: 1rem;
}
img{
  max-width:100%;
  height:auto;
  vertical-align:middle;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.5rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
.hs_cos_wrapper_type_module > hr:only-child {
  background-color: transparent;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}
.hs-search-field button {
  position: absolute;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  right: 20px;
  width: 20px;
  height: 20px;
}
.hs-search-field button:focus,
.hs-search-field button:hover {
  position: absolute;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  right: 20px;
  width: 20px;
  height: 20px;
}
.hs-search-field form {
  position: relative;
}
.hs-search-field__bar button svg {
  min-height: 18px;
  min-width: 18px;
}
/* Labels */

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

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=search],
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 {
  border-width: 1.2px;
  border-style: solid;
  display: inline-block;
  padding: 0.7rem;
  width: 100%;
  height: 50px;
  outline:none;
  font-weight:inherit;
}

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

.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;
}
.widget-type-google_search a.hs-button.primary {
  margin-top: 20px;
}
.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 !important;
  margin-top: 0.35rem;
}

/* Submit button */

.hs-trans-btn,
form input[type=submit],
.hs-button, .hs-sec-btn,.systems-page .hs-search-results__next-page,
.systems-page .hs-search-results__prev-page {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  font-weight:500;
  font-size:18px;
  line-height: 1.5;
  width:auto;
  border: 1px solid;
}

@media(max-width:767px){
  form input[type=submit],
  .hs-button, .hs-sec-btn{
    padding-left:31px;
    padding-right:31px;
    padding-top:6.5px;
    padding-bottom:6.5px;
  }
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
.hs_error_rollup label {
  color: #ef6b51 !important;
}

::-webkit-input-placeholder{
  color: currentColor;
}

::-moz-placeholder{
  color: currentColor;
}

:-ms-input-placeholder{
  color: currentColor;
}

:-moz-placeholder{
  color: currentColor;
}

::placeholder{
  color: currentColor;
}

form input[type=search]:focus,
form input[type=text]:focus, 
form input[type=email]:focus, 
form input[type=password]:focus, 
form input[type=tel]:focus, 
form input[type=number]:focus, 
form input[type=file]:focus, 
form select:focus, 
form textarea:focus{
  box-shadow: 0px 1px 2px rgb(22 22 22 / 10%);
}

form textarea {
  min-height: 150px;
  resize: none;
}

.hs-search-field--open.hs-search-field .hs-search-field__suggestions{
  padding-left:10px;
  padding-right:10px;
  margin-top:10px;
}

.hs-search-field--open.hs-search-field .hs-search-field__suggestions li:first-child {
  margin-top: 10px;
  margin-bottom: 5px;

}
.hs-search-field .hs-search-field__suggestions li:LAST-child{
  margin-bottom:10px;
}

.hs-search-field .hs-search-field__suggestions li:first-child {
  padding: 0 5px;
}
.hs-search-field .hs-search-field__suggestions li a {
  padding: 10px 5px;
  display:block;
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
  form .hs-input:not([type="checkbox"]):not([type="radio"]) {
    width: 100% !important;
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
  word-break: normal;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
  text-align: left;
}

th {
  font-weight: bold;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 1px solid;
  vertical-align: bottom;
}
html:not(.hs-inline-edit) .header-wrapper .container-fluid > .row-fluid-wrapper > .row-fluid > .span12.widget-span {
	min-height: 0;
} 
header.header {
	z-index: 101;
	position: relative;
}
header.header.sticky_header_active_wrap,
header.header.popup-open-wrap{
	z-index: 102;
}

.header .alert-section .text-alert {
	line-height: 1.42857142857;
	font-size: 0.875em;
	margin:0;
}
.header .close-icon {
	width: 16px;
	height: 16px;
}
.header .primary-section {
	padding-top: 10px;
	padding-bottom: 10px;
}

.header .alert-section {
	background: #F2FCFF;
	padding-top: 15px;
	padding-bottom: 15px;
}
.header .alert-section .close-icon svg {
	width: 16px;
	overflow:hidden;
	height: 16px;
}
.header .alert-section>.page-center {
	display: flex;
	justify-content: space-between;
}

.header .section-icon svg {
	width: 16PX;
	height: 16PX;
}

.header .top-section {
	padding-top: 15px;
	padding-bottom: 15px;
}

.header .social-share li img,
.header .social-share li svg {
	width: 24px;
	vertical-align: middle;
	height: 24px;
}
.header .social-share ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.header .address-section,.header .contact-section > a {
	display: flex;
	align-items: center;
	transition: all 0.15s linear;
}


.header .top-section .cst-inner-wrapper {
	display: flex;
	width: 100%;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	flex-wrap:wrap;
	row-gap: 10px;
}
header.header .cst-inner-wrapper .text {
	margin-left: 0px;
}
.header .social-share ul>li>a {
	background: #FFF9FC;
	border-radius: 90px;
	width: 40px;
	height: 40px;
	transition: all 0.25s linear;
}


.header .social-share ul>li:not(:last-child) {
	margin-right: 20px;
}
.header .section-icon svg {
	display: inline-block;
	vertical-align: middle;
}

.header .social-share ul li>a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.primary-section .container-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.header .right-section {
	width: 28%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: auto;
}
.header .logo-section {
	width: auto;
}

.header .right-section .globe-icon svg {
	margin-left: 1px;
}

.header .menu-section .hs-menu-wrapper>ul >li>a {
	line-height: 1.48222222222;
}


.header hr {
	padding: 0;
	margin: 0;
}

.header .cst-humburger-icon .trigger {
	display: block;
	width: 28px;
	height: 2px;
	margin: 6px 0 6px 12px;
	border-radius: 1px;
	opacity: 1;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.header .cst-humburger-icon .trigger:nth-child(1) {
	margin-top: 11px;
}

.header .cst-humburger-icon .trigger:nth-child(2) {
	width: 20px;
	margin-left: 20px;
}
.header .cst-humburger-icon{
	display:none;
	cursor: pointer;
}

.Site-search {
	display: none;
}


header.header .section-icon {
	min-height: 30px;
	min-width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 90px;
	background: #F2FCFF;
	margin-right: 5px;
	transition: all 0.25s linear;
}

header.header .button-section-container {
	display: flex;
	justify-content: space-between;
	gap: 5px;
	flex-wrap: wrap;
}


.header .page-center {
	padding-left: 10px;
	padding-right: 10px;
}
.child-trigger {
	display: none;
}
.nav.megamenu > nav > ul .header__menu-item--depth-1 > a > .child-trigger {
	display: block;
}
.nav.megamenu > nav > ul .header__menu-item--depth-1 > a {
	display: flex;
	align-items: center;
	vertical-align: middle;
}


.child-trigger {
	margin-left: 10px;
}

.header .search .search-icon-container {
	margin-right: 10px;
	cursor:pointer;
}

.header .search .search-icon-container:after {
	content: '|';
	font-size: 35px;
	margin-left: 14px;
	margin-right: 5px;
	font-weight: 200;
}

header.header .cst-inner-wrapper .text h4:last-child {
	margin: 0;
}
.header .social-share ul {
	justify-content: flex-end;
}
.header .right-section .globe_class ul.lang_list_class > li {
	margin-bottom: 0;
}
/** saerch style **/

.header-search-inner {
	min-height: calc(100vh - 100px);
	overflow-y: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-filter: "alpha(opacity=0)";
	height: 100%;
	left: -150%;
	opacity: 0;
	position: fixed;
	top: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(1.1);
	-webkit-transition: all 0s cubic-bezier(.32,0,0,1) 0s,background .3s cubic-bezier(.32,0,0,1) 0s,-webkit-transform .3s cubic-bezier(.32,0,0,1) .15s;
	transition: all 0s cubic-bezier(.32,0,0,1) 0s,background .3s cubic-bezier(.32,0,0,1) 0s,-webkit-transform .3s cubic-bezier(.32,0,0,1) .15s;
	-o-transition: all 0s cubic-bezier(.32,0,0,1) 0s,transform .3s cubic-bezier(.32,0,0,1) .15s,background .3s cubic-bezier(.32,0,0,1) 0s;
	transition: all 0s cubic-bezier(.32,0,0,1) 0s,transform .3s cubic-bezier(.32,0,0,1) .15s,background .3s cubic-bezier(.32,0,0,1) 0s;
	transition: all 0s cubic-bezier(.32,0,0,1) 0s,transform .3s cubic-bezier(.32,0,0,1) .15s,background .3s cubic-bezier(.32,0,0,1) 0s,-webkit-transform .3s cubic-bezier(.32,0,0,1) .15s;
	visibility: hidden;
	width: 100%;
	z-index: 10000;
}

.header-search-inner .search-suggestion {
	margin: auto;
	max-width: 895px;
	padding: 30px 20px;
	width: 100%;
}

.header-search-inner .hs-search-field__bar form {
	/*   box-shadow: 0 0 65px 0 rgb(0 0 0 / 8%); */
	padding: 22px 35px;
	position: relative;
}

.header-search-inner .hs-search-field__bar form button {
	border: 0;
	height: 50px;
	margin-top: 0;
	position: absolute;
	right: 35px;
	width: 50px;
	vertical-align: middle;
	text-align: center;
	line-height: normal;
	background: transparent;
	transform: none;
	bottom: 25px;
	top: auto;
}

.header-search-inner .hs-search-field__bar button svg {
	width: 20px !important;
	height: 20px !important;
	display: inline-block;
	vertical-align: middle;
}
.header-search-inner .header-search-close {
	position: absolute;
	right: 30px;
	top: 20px;
	cursor: pointer;
}

.header-search-inner .header-search-close svg {
	WIDTH: 2rem !important;
	height: 2rem !important;
}

.header-search-inner .header-search-close svg path {
	fill: #fff;
}

.header-search-inner .hs-search-field__bar .btn_row {
	padding-bottom: 20px;
	justify-content: left;
}

.header-search-inner .hs-search-field__bar .search-content {
	padding: 0 35px;
}

.header-search-inner .hs-search-field__bar .search-content .cont {
	margin-bottom: 1rem;
}

/** end   **/

header.header .contact-wrapper {
	width: 66.666%;
	display: flex;
	flex-wrap: wrap;
}

header.header .mobile-open .nav {
	display: block;
}
/** button form popup style ***/
.header .popup-wrapper {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	transition: visibility 0s linear 0.4s, opacity 0.4s, transform 0.4s;
	visibility: hidden;
	opacity: 0;
}

.header .popup-wrapper .inner-popup-container {
	position: relative;
	max-width: 600px;
	margin: 10px;
	margin: 0 auto;
}

.header .popup-wrapper  .popup-inner-wrapper {
	box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
	position: relative;
	border-radius: 6px;
	outline: 0;
	padding: 15px;
	BACKGROUND: aliceblue;
}
.header .close-icon {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	border: 0;
	float: right;
	font-size: 33px;
	font-weight: 700;
	line-height: 1;
	text-shadow: 0 1px 0 #ff1515;
	filter: alpha(opacity=20);
	color: black;
	transform: rotate(87deg);
	display: flex;
	align-items: center;
}
.header .btn-section.popup-open .popup-wrapper {
	visibility: visible;
	opacity: 1;
	transition: opacity 0.7s, transform 0.7s;
}
/** end ***/

.search-open .header-search-inner {
	-ms-filter: "alpha(opacity=100)";
	left: 0;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	visibility: visible;
}
.nav.megamenu >nav>ul .header__menu-submenu {
	border-radius: 0 0 10px 10px;
}
.header .primary-section {
	border-width: 1px;
	border-style: solid;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}
.header .mobile_section {
	display: none;
}

header.header .container-wrapper.mobile-open .cst-inner-wrapper .text h4:last-child {
	color: #fff;
}

.header .right-section {
	justify-content: flex-end;
}
.header .right-section .globe_class {
	background: none;
	width: 48px;
	height: 40px;
	cursor: unset;
}

.header .right-section .globe-icon {
	margin-right: 24px;
}
.header hr {
	height: 1px;
}
.header .right-section .globe-icon {
	display: inline-block;
	vertical-align: super;
	margin-top: 8px;
}
.header .right-section .langauge {
	position: relative;
}

.header__language-switcher-label {
	position: absolute;
	top: 0;
	width: 100%;
}


.header .right-section .globe_class ul.lang_list_class > li {
	border: none;
	padding: 0;
	line-height: 1.4444;
	font-size: 1em;
}

.header .right-section .globe_class ul.lang_list_class > li > a {
	padding: 15px;
	display: block;
}

.header .right-section .globe_class ul.lang_list_class:before {
	display: none;
}

.header .right-section .globe_class ul.lang_list_class:after {
	display: none;
}
.header .social-share ul li {
	margin-bottom: 0;
}

.header__menu--desktop>.header__menu-wrapper li {
	margin-bottom: 0;
}
.header .right-section .globe_class ul.lang_list_class {
	box-shadow: 0 26px 30px 0 rgb(32 32 32 / 25%);
	transition: all 0.3s ease-in-out 0s;
	position: absolute;
	top: 100%;
	transform: translateY(4rem);
	opacity: 0;
	visibility: hidden;
	width: 100px;
}
.header .right-section  .globe_class:hover .lang_list_class {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
.header .close-icon.popup-hdr {
	right: 33px;
	transform: rotate(359deg);
}
.header .close-icon svg.svg-icon {
	cursor: pointer;
}
.sticky_header_active > .primary-section {
	position: fixed;
	width: 100%;
	top: 0;
	left:0;
}
.header .close-icon.popup-hdr {
	top: 15px;
	width: 30px;
	z-index:999;
}
.mobile-close-icon {
	display: none;
}
.header .right-section .globe_class ul.lang_list_class {
	left: -22px;
}
.header .right-section .globe_class ul.lang_list_class {
	transition: all 0.3s ease-in-out 0s;
	position: absolute;
	top: 100%;
	transform: translateY(4rem);
	opacity: 0;
	visibility: hidden;
	width: 100px;
	padding: 0;
	border-radius: 0 0 10px 10px;
	display: flex !important;
	flex-direction: column;
}

.header .right-section .globe_class ul.lang_list_class > li:last-child {
	border-radius: 0 0 10px 10px;
}
.header .right-section .globe_class:hover .lang_list_class {
	visibility: visible;
	opacity: 1;
	transform: translateY(1.5rem);
}
.header ul.hs-search-field__suggestions{
	list-style:none;
	padding:0;
}
.header ul.hs-search-field__suggestions li{
	padding-bottom:10px;
}
.hs-search-field--open ul.hs-search-field__suggestions li#results-for {
	font-weight: 700;
}
.header .right-section .globe_class:hover:after {
	content: '';
	position: absolute;
	height: 30px;
	width: AUTO;
	top: 100%;
	MIN-WIDTH: 2REM;
}
.header ul.hs-search-field__suggestions {
	padding: 0 20px;
}

.header-search-inner ul.hs-search-field__suggestions li {
	margin: 0;
	padding: 0;
}

.header-search-inner ul.hs-search-field__suggestions li a, .header-search-inner ul.hs-search-field__suggestions li#results-for {
	padding: 5px 10px;
	display: block;
}

.header-search-inner ul.hs-search-field__suggestions {
	padding: 0 10px;
	margin-bottom: 0;
}
.header .btn-section.popup-open .inner-popup-container {

}


.header .popup-wrapper .inner-popup-container {
	border-radius: 5px;
	margin: 0 auto;
	max-width: 1024px;

	width: 100%;
}


.header .popup-wrapper .popup-inner-wrapper{
	opacity: 0;
	overflow: hidden;
	-webkit-transform: translateY(200px);
	-ms-transform: translateY(100px);
	transform: translateY(200px);
	-webkit-transition: .4s ease .2s;
	-o-transition: .4s ease .2s;
	transition: .4s ease .2s;
}


.header .btn-section.popup-open  .popup-wrapper .popup-inner-wrapper{
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.header .csutom-section-popup {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
	justify-content: center;
	overflow: hidden;
	overflow-y: auto;
	padding: 50px 20px;
	width: 100%;
}

.header .cst-external-video {
	position: relative;
	padding-bottom: 56.7%;
}

.header .cst-external-video iframe.iframe_video {
	position: absolute;
	height: 100%;
	width: 100%;
}


.custom-no-navigation .primary-section {
	padding: 0;
}

.custom-no-navigation .top-section {
	padding-top: 20px;
	padding-bottom: 20px;
}

.custom-no-navigation {
	height: 100%;
}

.custom-no-navigation .container-wrapper {
	height: 100%;
	min-height: 83px;
}
.alert-section.hide_alert_section {
	display: none;
}


.header .primary-section {
	display: flex;
	align-items: center;
}

.header .primary-section .page-center {
	width: 100%;
}

/* updates */
.nav:not(.megamenu) > nav > ul ul li {
	padding-left: 0;
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 0;
}

.nav:not(.megamenu) > nav > ul ul li > a {
	display: block;
	padding: 10px 20px;
	margin-bottom: 0;
}


header .nav > nav > ul .header__menu-item--depth-1 ul > li a {
	display: block;
	margin-bottom: 0;
	padding: 10px;
}

@media (min-width: 992px) {
	header .nav > nav > ul .header__menu-item--depth-1 ul > li a {
		padding: 10px 20px;
	}

	.header .search .search-icon-container.no_btn:after {
		display: none;
	}
}

header .logo-section > div {
	display: inline-block;
}

header .logo-section .sticky_logo {
	display: none;
}

.primary-container.stickyLogo_changes.sticky_header_active .static_logo {
	display: none;
}

.primary-container.stickyLogo_changes.sticky_header_active .sticky_logo {
	display: inline-block;
}

/* updates */

header.header .cst-inner-wrapper .text h4 {
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}

.header .section-icon svg {
	width: 24px;
	height: 24px;
}

header.header .section-icon {
	min-height: unset;
	min-width: unset;
	width: 40px;
	height: 40px;
}

header.header .section-icon svg,
header.header .section-icon > * {
	display: block;
}

.header .alert-section .text-alert {
	padding-right: 28px;
}

.header .alert-section .text-alert > *:last-child {
	margin-bottom: 0;
}

.megamenu .header__menu-wrapper li.header__menu-item--depth-1.three_items, .megamenu .header__menu-wrapper li.header__menu-item--depth-1.two_items {
	position: relative;
}
.megamenu .header__menu-wrapper li.header__menu-item--depth-1.two_items:nth-last-of-type(-n+2) .header__menu-submenu--level-2,.megamenu .header__menu-wrapper li.header__menu-item--depth-1.three_items:nth-last-of-type(-n+2) .header__menu-submenu--level-2 {
	right: 0;
	left: auto;
}


/*  */

@media (min-width:992px){

	.nav.megamenu >nav>ul .header__menu-submenu--level-2 {
		display: flex !important;
		width: 100%;
		min-width: 41rem;
		flex-wrap: wrap;
		pointer-events: none;
		position: absolute;
		top: 100%;
		box-shadow: 0px 0px 30px 0px rgb(32 32 32 / 25%);
		transition: all 0.3s ease-in-out 0s;
		left: 0;
		margin: 0;
		padding: 1rem 0;
		transform: translateY(4rem);
		visibility: hidden;
		opacity: 0;
		z-index: 15000;
	}
	.nav.megamenu > nav > ul .header__menu-item--depth-1 {
		position: static;
	}
	.nav.megamenu {
		position: relative;
		width: 46%;
		width: auto;
	}
	.header__menu--desktop > .header__menu-wrapper {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0;
		margin: 0;
		list-style: none;
		width: 100%;
		flex-wrap:wrap;
		column-gap: 30px;
	}

	.header__menu--desktop > .header__menu-wrapper.mobile_menu_list {
		display: none;
	}


	.nav > nav > ul .header__menu-item--depth-1.header__menu-item--has-submenu:hover>a:after {
		content: '';
		position: absolute;
		height: 30px;
		width: AUTO;
		top: 100%;
		MIN-WIDTH: 5REM;
	}
	.nav.megamenu > nav > ul>.header__menu-item--has-submenu:hover ul {
		opacity: 1;
		transform: translateY(0);
		visibility: visible;
		pointer-events: auto;
	}
	.nav.col-4.megamenu > nav > ul .header__menu-submenu--level-2 >.header__menu-item {
		width: 25%;
	}
	.nav.col-3.megamenu > nav > ul .header__menu-submenu--level-2 >.header__menu-item {
		width: 33%;
	}
	.nav.col-3.megamenu > nav > ul .header__menu-submenu--level-2> .header__menu-item {
		width:50%;
	}
	.nav > nav > ul ul {
		padding: 0;
		margin: 0;
	}
	.nav > nav > ul .header__menu-item--depth-1 > a,
	.nav.megamenu > nav > ul .header__menu-item--depth-1> ul>li>a {
		line-height: 1.4444;
		font-size: 18px;
	}
	.nav.megamenu > nav > ul .header__menu-submenu--level-2>.header__menu-item li:not(:last-child) {
		padding-bottom: 20px;
	}

	.nav.megamenu > nav > ul .header__menu-submenu--level-2 {
		padding-left: 10px;
		padding-right: 10px;
	}

	.nav.megamenu > nav > ul .header__menu-submenu--level-2>.header__menu-item ul {
		padding-top: 20px;
	}
	.nav {
		width: 46%;
		width: auto;
	}
	.header__menu--desktop>.header__menu-wrapper .header__menu-submenu--level-2 {
		position: absolute;
		top: 100%;
		min-width: 18rem;
		left: 0;
		margin: 0;
		padding: 1rem 0;
		transform: translateY(4rem);
		visibility: hidden;
		opacity: 0;
		z-index: 15000;
		box-shadow: 0px 0px 30px 0px rgb(32 32 32 / 25%);
		transition: all 0.3s ease-in-out 0s;
	}
	.header__menu--desktop>.header__menu-wrapper .header__menu-submenu {
		position: absolute;
		top: 100%;
		min-width: 9rem;
		left: 0;
		margin: 0;
		padding: 1rem 0;
		transform: translateY(4rem);
		visibility: hidden;
		opacity: 0;
		z-index: 15000;
		box-shadow: 0px 0px 30px 0px rgb(32 32 32 / 25%);
	}
	.header__menu--desktop>.header__menu-wrapper .header__menu-item--has-submenu {
		position: relative;
	}

	.header__menu--desktop>.header__menu-wrapper .header__menu-item--has-submenu:hover >ul,
	.nav.col-4.megamenu .header__menu--desktop>.header__menu-wrapper .header__menu-submenu--level-2:hover >ul {
		visibility: visible ;
		opacity: 1 ;
		transform: translateY(0) ;
		display: block ;
	}
	.header__menu--desktop>.header__menu-wrapper .header__menu-item--has-submenu:hover >ul{
		visibility: visible ;
		opacity: 1 ;
		transform: translateY(1.7REM) ;
		display: block ;
	}
	.header__menu--desktop>.header__menu-wrapper .header__menu-submenu ul {
		top: 0;
		left: 100%;
	}
	.nav > nav > ul ul li:not(:last-child) {
		padding-bottom: 15px;
	}

	.nav > nav > ul ul li {
		padding-left: 20px;
		padding-right: 20px;
	}
	.nav.megamenu .header__menu--desktop>.header__menu-wrapper .header__menu-submenu--level-2 {
		box-shadow: 0 26px 30px 0 rgb(32 32 32 / 25%);
		left: 0;
		margin: 0;
		opacity: 0;
		padding: 1rem 0;
		position: absolute;
		top: 100%;
		transform: translateY(4rem);
		visibility: hidden;
		z-index: 15000;
	}
	.nav.megamenu > nav > ul.header__menu-wrapper .header__menu-item--depth-1:hover ul.header__menu-submenu--level-2 {
		visibility: visible;
		opacity: 1;
		transform: translateY(1.7rem) ;
	}

	.nav.megamenu .header__menu--desktop>.header__menu-wrapper .header__menu-submenu--level-2 ul {
		left: 0;
		position: static;
		background: transparent;
		box-shadow: none;
		min-width: 10rem;
	}
	.nav.megamenu > nav > ul .header__menu-submenu--level-2>.header__menu-item ul li {
		padding-left: 0;
		padding-right: 0;
	}

	/*** mega single item css ***/

	.nav.megamenu .header__menu--desktop>.header__menu-wrapper >li.single_item {
		position: relative !important;
	}

	.nav.megamenu .header__menu--desktop>.header__menu-wrapper >li.single_item >ul {
		width: 0;
		min-width: 10rem;
	}

	.nav.megamenu .header__menu--desktop>.header__menu-wrapper >li.single_item >ul >li {
		width: 100% !important;
		text-align: left;
	}

	.nav.megamenu  .header__menu--desktop>.header__menu-wrapper >li.single_item >ul >li ul {
		min-width: 0 !important;
		width: 100%;
	}


	/*** end here **/
	/*** mega two item css ***/
	.nav.megamenu .header__menu--desktop>.header__menu-wrapper >li.two_items >ul {
		min-width: 0;
		width: 22rem;
		text-align: center;
	}

	.nav.megamenu .header__menu--desktop>.header__menu-wrapper >li.two_items >ul >li {
		width: 50% !important;
	}
	/*** end here **/
	/*** mega three item css ***/

	.nav.megamenu .header__menu--desktop>.header__menu-wrapper >li.three_items>ul {
		width: 0;
		min-width: 30rem;
		text-align: center;
	}
	.nav.megamenu .header__menu--desktop>.header__menu-wrapper >li.three_items>ul >li {
		width: 33% !important;
	}

	/*** end here **/
	.nav.megamenu > nav > ul .header__menu-submenu>.header__menu-item ul:last-child {
		padding-bottom: 0;
	}
	.nav.megamenu .header__menu--desktop>.header__menu-wrapper >li.single_item >ul >li ul.header__menu-submenu--level-3 {
		padding-top: 0;
	}
	header .address-section {
		padding-right: 3.5%;
	}
	.mobile-child-trigger {
		display: none;
	}
	.nav.megamenu.col-4 .header__menu--desktop>.header__menu-wrapper .more_items .header__menu-submenu--level-2 {
		min-width: 45rem;
	}
	.nav.megamenu .header__menu--desktop>.header__menu-wrapper .header__menu-submenu--level-2 ul {
		display: block !important;
	}
	header.header .social-share {
		padding-right: 0;
	}



	.header .top-section .page-center {
		padding-left: 0;
	}
	.header .close-icon {
		position: absolute;
		right: -22px;
		top: 2px;
		transform: rotate(87deg);
	}

	.header .alert-section>.page-center {
		position: relative;
	}

	.header__menu--desktop>.header__menu-wrapper .header__menu-item--has-submenu:hover >ul {
		transition: all 0.3s ease-in-out 0s;
	}
	.primary-container {
		min-height: 78px;
	}
	.header__menu--desktop ul.header__menu-wrapper .header__menu-item--depth-1 li > a:empty {
		display: none;
	}
	.nav > nav > ul .header__menu-item--depth-1 > a {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.nav > nav > ul .header__menu-item--depth-1 > a .child-trigger {
		display: block;
	}

	.primary-section .container-wrapper {
		column-gap: 15px;
	}

	.nav.al_left {
		margin-right: auto;
	}

	.nav.al_right {
		margin-left: auto;
	}

	.nav.no_megamenu .header__menu-wrapper .header__menu-submenu {
		display: block !important;
	}

	/*  updates  */

	.header__menu--desktop > .header__menu-wrapper li .header__menu-item--has-submenu:hover >ul {
		transform: translateY(1REM);
	}

	.nav > nav > ul ul li:not(:last-child) {
		padding: 0;
	}

	.nav > nav > ul ul li {
		padding: 0;
	}

	.header div.desktop_hide {
		display: none;
	}


	/*  min 992  */

}

@media(max-width:1200px){
	.header .close-icon {
		right: 20px; 
	}
}
@media(max-width:1200px) and (min-width:992px){
	.header .right-section{
		width:33%;
		width: auto;
	}

	.header__menu--desktop > .header__menu-wrapper {
		column-gap: 15px;
	}

}




@media (max-width:991px){
	.header__menu--desktop > .header__menu-wrapper.desktop_menu_list {
		display: none;
	}

	.header  .cst-humburger-icon{
		display:block;
	}
	.header .menu-section {
		display: none;
	}
	.header .address-section {
		width: 100%;
	}
	.header .logo-section {
		margin-right:auto;
	}

	.primary-section .container-wrapper {
		justify-content: flex-end;
	}
	.button-section-container .btn-section .hs-button {
		padding: 6.499999999950001px 30.99999999993px;
	}
	header.header .nav {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		z-index: 50;
		display:none;
	}
	header.header .nav .header__menu.header__menu--desktop {
		position: relative;
		max-width: none;
		width: 100%;
		overflow-y: auto;
		min-height: 100vh;
		height: 100%;
	}

	header.header .nav .header__menu.header__menu--desktop> ul {
		padding: 0;
		padding-left: 30px;
		padding-right: 30px;
	}

	header.header .nav .header__menu.header__menu--desktop> ul {
		padding-top: 6rem;
	}

	header.header .nav .header__menu.header__menu--desktop> ul >li:first-child {
		border-top: solid 1px #94b4d9;
	}

	/*   header.header .nav .header__menu.header__menu--desktop >ul >li {
	padding-top: 0.6em;
	padding-bottom: 0.7em;
} */

	header.header .nav .header__menu.header__menu--desktop> ul >li a svg path {
		fill: #fff;
	}

	header.header .nav .header__menu.header__menu--desktop> ul >li ul {
		padding: 0;
		margin: 0;
		padding-top: 10px;
	}

	/*   header.header .nav .header__menu.header__menu--desktop> ul >li ul li {
	padding-bottom: 10px;
} */

	/*   header.header .nav .header__menu.header__menu--desktop> ul >li:first-child {
	padding-top: 10px;
} */
	.header .right-section {
		width: auto;
	}
	header.header .nav .header__menu.header__menu--desktop> ul >li> ul {
		display: none;
	}
	header.header .nav .mobile-close-icon .close-mob-icon-1 {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		margin-top: 11px;
		background-color: #fff;
		display: block;
		width: 28px;
		height: 4px;
		margin: 0px 0 3px 21px;
		border-radius: 1px;
		opacity: 1;
	}

	header.header .nav .mobile-close-icon .close-mob-icon-2 {
		-webkit-transform: rotate(48deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(223deg);
		margin-top: 11px;
		background-color: #fff;
		display: block;
		width: 28px;
		height: 4px;
		margin: -7px 0 0px 23px;
		border-radius: 1px;
		opacity: 1;
	}
	header.header .nav .header__menu.header__menu--desktop> ul >li a {
		justify-content: space-between;
	}
	.nav.megamenu > nav > ul .header__menu-item--depth-1 > a > .child-trigger {
		display: none;
	}
	.mobile-child-trigger {
		position: absolute;
		right: 0px;
		top: 70px;
		height: 40px;
		width: 40px;
		text-align: center;
		cursor: pointer;
		z-index: 99;
	}

	header.header .nav .header__menu.header__menu--desktop ul >li {
		position: relative;
	}

	header.header .nav .header__menu.header__menu--desktop> ul >li a {
		width: 100%;
		display: block;
	}
	.mobile-child-trigger svg path {
		fill: #fff;
	}

	.mobile-child-trigger svg {
		width: 25px;
		height: 9px;
	}
	.mobile-child-trigger {
		display: none;
	}
	header.header .nav .header__menu.header__menu--desktop> ul >li.header__menu-item--has-submenu> .mobile-child-trigger {
		display: block;
	}
	header.header .nav .header__menu.header__menu--desktop> ul>li>.mobile-child-trigger {
		display: block;
		cursor: pointer;
		position: absolute;
		top: 0px;
		right: 0px;
		width: 56px;
		height: 56px;
		user-select: none;
		font-size: 2rem;
		padding: 5px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.mobile-child-trigger {
		display: none;
	}
	header.header .nav .header__menu.header__menu--desktop> ul>li>.mobile-child-trigger.child-open:before {
		content: "-";
		font-size:55px;
	}
	header.header .nav .header__menu.header__menu--desktop> ul>li>.mobile-child-trigger::before {
		content: "+";
	}
	header.header .nav .header__menu.header__menu--desktop ul >li:not(:last-child) {
		border-bottom: solid 1px #94b4d9;
	}
	.header .contact-section {
		width: 100%;
	}
	.header__menu--desktop>.header__menu-wrapper .header__menu-submenu {
		background: transparent !important;
	}
	header.header .cst-inner-wrapper .text {
		margin-left: 5px;
	}
	.header .social-share {
		margin-top: 10px;
	}
	header.header .contact-wrapper {
		WIDTH: 100%; 
	}
	.header .social-share ul {
		justify-content: start;
	}
	.container-wrapper.mobile-open .top-section.mobile_section {
		display: block;
		background: transparent;
		padding-top: 4rem;
	}
	.header .top-section {
		display: none;
	}
	header.header .nav .header__menu.header__menu--desktop> ul{
		padding-top: 9rem;
	}
	header.header .mobile-close-icon {
		position: absolute;
		right: 30px;
		top: 30px;
		cursor: pointer;
		z-index: 60;
	}

	header.header .mobile-close-icon {
		display: block;
	}
	header.header .mobile-close-icon svg.svg-icon {
		font-size: 33px;
	}
	header.header .nav .header__menu.header__menu--desktop> ul >li.header__menu-item--has-submenu> .mobile-child-trigger {
		height: 48px;
		display: flex;
	}
	header.header .nav .header__menu.header__menu--desktop> ul ul>li {
		border: none !important;
	}
	header.header .nav .header__menu.header__menu--desktop> ul >li a:empty {
		display: none;
	}
	header.header .nav .header__menu.header__menu--desktop> ul >li ul ul a {
		font-weight: 300;
	}
	header.header .nav .header__menu.header__menu--desktop> ul >li> ul {
		padding: 0;
	}
	/*   header.header .nav .header__menu.header__menu--desktop> ul >li> ul> li {
	padding-bottom: 0;
} */

	header.header .nav .header__menu.header__menu--desktop> ul >li a:empty ul {
		padding: 0;
	}
	header.header .nav .header__menu.header__menu--desktop> ul >li a:empty ~ ul {
		padding: 0;
	}
	header.header .nav .header__menu.header__menu--desktop> ul >li ul li:last-child {
		padding-bottom: 0;
	}

	.container-wrapper.mobile-open ::-webkit-scrollbar {
		width: 0px;
	}
	header.header .nav .header__menu.header__menu--desktop> ul >li> a {
		display: block;
		padding: 10px;
	}
	header.header .nav .header__menu.header__menu--desktop> ul >li.header__menu-item--has-submenu> a {
		padding-right: 60px;
		display: block;
	}
	header.header .button-section-container .btn-section {
		display: none;
	}
	/*   header.header .nav .header__menu.header__menu--desktop> ul >li> ul> li li:not(:first-child) {
	padding-top: 10px;
} */

	header.header .nav .header__menu.header__menu--desktop> ul >li> ul> li:not(:first-child) {
		padding-top: 0;
	}

	/*   header.header .nav .header__menu.header__menu--desktop> ul >li> ul> li {
	padding-bottom: 15px;
	padding-top: 15px;
} */

	/*   header.header .nav .header__menu.header__menu--desktop> ul >li ul li:not(:first-child) {
	padding-bottom: 10px;
	padding-top: 0;
} */

	header .top-section.mobile_section .address-section + .contact-section {
		margin-top: 10px;
	}
	.header .social-share li {
		border: none !important;
	}
	.header .page-center, .header .primary-section .page-center{
		padding-left:20px;
		padding-right:20px;
	}  

	.header .top-section.mobile_section .page-center {
		max-width: 100%;
	}

	/*    */


	.header div.mobile_hide {
		display: none;
	}

	/*  max 991  */

	header.header.no_menu .top-section {
		display: block;
	}
	header.header.no_menu .button-section-container {
		display: block;
	}
	header.header.no_menu .button-section-container .btn-section {
		display: block;
	}
	.header .contact-section>a {
		display: inline-flex;
	}
	header.header .contact-wrapper {
		row-gap: 10px;
	}
	header.header.no_menu .top-section .address-section {
		width: auto;
	}
	header.header.no_menu .top-section .contact-section {
		width: auto;
	}
	header.header.no_menu .top-section .contact-wrapper {
		column-gap: 15px;
	}

	.header .top-section.mobile_section .cst-inner-wrapper {
		row-gap: 20px;
	}



	/*    */

	header.header.noMenu_triggerActive .right-section > .button-section-container {
		display: none;
	}

	header.header.no_menu.noMenu_triggerActive .top-section {
		display: none;
	}

	header.header.no_menu.noMenu_triggerActive .top-section.mobile_section {
		display: block;
	}

	header.header .top-section.mobile_section .btn-section a {
		width: 100%;
	}

	header.header .nav.noMenuSelected nav.header__menu.header__menu--desktop {
		padding-top: 2rem;
	}

	header.header .nav.noMenuSelected nav.header__menu > ul.header__menu-wrapper {
		padding: 0;
		margin: 0;
	}

	header.header .top-section.mobile_section {
		background: transparent;
	}

}





@media(max-width:480px){
	header.header .button-section-container {
		display: none;
	}
	.container-wrapper.mobile-open .top-section.mobile_section {
		padding-top: 4rem;
	}
	.header .top-section .cst-inner-wrapper .btn-section a {
		max-width: 100%;
		display: block;
	}
}


@media(max-width:350px){
	.header .right-section .globe-icon {
		margin-right: 15px;
	}
	.header .right-section .globe-icon > img {
		width: 22px;
	}

	.header .search .search-icon-container {
		margin: 0;
	}
	.header .right-section .globe-icon {
		margin-right: 10px;
	}

	.header .search .search-icon-container:after {
		margin-left: 5px;
		margin-right: 5px;
	}

}


/* Blog */

.blog-listings .cm-banner-section.simple-banner {
	min-height: 594px;
	margin-top: -136px;
}

.blog-listings .cm-banner-section .banner-content-inner .top_sec {
	min-height: 200px;
	margin: 122px auto 24px 0px;
	max-width: 770px;
	display: block;
}

.blog-listings .cm-banner-section .banner-content-inner .top_sec h1 {
	font-size: 72px;
	line-height: 1.05555556;
	margin-bottom: 0.625rem;
	display: inline-block;
}

.blog-listings .cm-banner-section .flex_row .banner-content-inner {
	min-height: auto;
	margin: 0;
	padding: 40px 0px;
	max-width: 770px;
}

.blog-listings .cm-banner-section .page-center .flex_row {
	margin: 0;
	min-height: auto;
	padding: 35px 15px 0;
	display: block;
}

.blog-listings .cm-banner-section .page-center {
	padding: 0;
	max-width: 1450px;
	margin: 0 auto;
}

.blog-listings .cm-banner-section .page-center .flex_row:after,
.blog-listings .cm-banner-section .page-center .flex_row:before {
	content: "";
	display: table;
}

.blog-listings .cm-banner-section .page-center .flex_row:after {
	clear: both;
}

.blog-listings .blog-list-wrapper {
	padding-top: 35px;
}

.blog-listings .blog-list-wrapper .wpb_wrapper .wpb_single_image .feature-img>a:after {
	display: block;
	opacity: 0;
}

.blog-listings .blog-list-wrapper .wpb_wrapper .wpb_single_image .feature-img>a:hover:after{
	opacity: 1;
}


.blog-listings .main-blog-list .list-sidebar .row-fluid-wrapper {
	padding: 0;
}

.blog-listings .main-blog-list .blog-sidebar {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.blog-listings .list-social-share .contact-socials .social-icons a {
	max-width: 100%;
	height: 36px;
	display: block;
	width: 36px;
	margin: 0;
	margin-right: 12px;
}

.blog-listings .list-social-share .contact-socials .social-icons {
	flex-wrap: wrap;
	font-size: 0;
	width: auto;
}

.blog-listings .list-social-share .contact-socials:after {
	height: 90px;
	width: 26px;
}

.blog-listings .main-blog-list .list-sidebar .row-number-3 .hs_cos_wrapper h4 {
	margin-top: 0 !important;
}

.blog-sidebar .hs_cos_wrapper_type_post_filter > .block {
	margin-top: 0 !important;
}

.blog-listings .list-sidebar .hs_cos_wrapper_type_post_filter h3 {
	margin-top: 0 !important;
}

.blog-listings .main-blog-list .list-sidebar .row-number-4 .hs-search-field form input {
	height: auto;
	padding: 5px 15px;
	line-height: 1.5;
	font-size: 15px;
	min-height: 40px;
}

.blog-listings .row-number-4 form button.hs-search-field__button {
	position: static;
	transform: none;
	display: inline-flex;
	align-items: center;
	margin-top: 2px;
	padding-top: 12px;
}

.blog-listings .post-live-chat .sidebar_livechat.dnd_padd {
	padding-top: 0;
	padding-bottom: 0;
}

.blog-listings .cm-sidebar-help .content_widget .rich_text h4 {
	margin-top: 0;
}

.side-post-subscribe,
.post-live-chat {
	padding: 0 15px;
}

a.next-posts-link.load-more {
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	background-color: transparent;
	color: #5472D2;
	border: 1px solid transparent;
	box-sizing: border-box;
	word-wrap: break-word;
	-webkit-user-select: none;
	user-select: none;
	text-decoration: none;
	position: relative;
	top: 0;
	transition: all .2s ease-in-out;
	line-height: normal;
	box-shadow: none;
	border-radius: 0;
	height: 42px;
	color: rgba(255, 255, 255, 1) !important;
	text-transform: uppercase;
	font-family: 'Rajdhani', sans-serif;
	font-size: 19px !important;
	font-weight: 600 !important;
	padding: 8px 7px 8px 24px !important;
	background-color: rgba(237, 28, 36, 1) !important;
}

a.next-posts-link.load-more:after {
	content: "";
	width: 17px;
	height: 42px;
	background-image: url(//21201888.fs1.hubspotusercontent-na1.net/hubfs/21201888/raw_assets/public/RapidPackaging_September2024/images/red-button-right.png);
	position: absolute;
	right: -17px;
	top: -1px;
}

a.next-posts-link.load-more:hover {
	color: rgba(180, 180, 180, 1) !important;
	text-transform: uppercase;
	font-family: 'Rajdhani', sans-serif;
	font-size: 19px !important;
	font-weight: 600 !important;
}

@media (max-width:1410px) and (min-width:1381px) {
	
	.child-theme .header .header-menu .hs-menu-wrapper > ul>li>a {
		font: normal normal 600 18px / 22px "Rajdhani", Helvetica, Arial, Verdana, sans-serif;
		text-transform: uppercase;
	}
	
}

@media (max-width:1400px) {

	.blog-listings .cm-banner-section.simple-banner .bg_el.bg_img {
		background-position: 25% 100% !important;
	}

	.blog-listings .cm-banner-section .page-center {
		max-width: 1311px;
	}

	.blog-listings .cm-banner-section .page-center .flex_row {
		max-width: 770px !important;
	}

	.blog-listings .cm-banner-section .banner-content-inner .top_sec h1 {
		line-height: 0.78;
		padding-top: 10px;
	}

	.blog-listings .cm-banner-section.simple-banner {
		margin-top: -136px;
	}

}


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

	.blog-listings .cm-banner-section .page-center {
		max-width: 1520px;
		padding: 0 35px;
	}
	
}
.footer-social-item.tycustom_icon {
  font-size: 25px;
}

.footer-social-item svg path {
  fill: currentColor;
}

/*  */
html:not(.hs-inline-edit) .footer_partial_wrapper .container-fluid > .row-fluid-wrapper > .row-fluid > .span12.widget-span {
  min-height: 0;
}

.footer-section .footer_contact_section_item {
  display: flex;
  padding-top: 10px;
}

.footer-section .footer_contact_section_item .left-section {
  width: 31px;
  margin-right: 10px;
  font-size: 31px;
      line-height: 1;
}

.footer-section .footer_contact_section_item .left-section svg {
  width: 100%;
  height: 100%;
}

.footer .flex_row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.footer-social {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  padding-left: 3%;
  gap: 15px;
}

.footer-menu .hs-menu-wrapper>ul {
  flex-direction: column;
}

.footer .hs-menu-wrapper>ul >li {
  margin: 5px 0;
}

.footer .hs-menu-wrapper>ul >li:first-child {
  margin-top: 0;
}

.footer .hs-menu-wrapper>ul >li:last-child {
  margin-bottom: 0;
}

.footer .col-section {
  padding: 0 10px;
}

.footer-section .footer-content p:last-child {
  margin: 0;
}

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

.footer-social img, .footer-social svg {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}

.footer-social img {
  height: auto;
}

.footer .popup-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  transition: visibility 0s linear 0.4s, opacity 0.4s, transform 0.4s;
  visibility: hidden;
  opacity: 0;
}

/** button form popup style ***/
.footer .popup-wrapper .inner-popup-container {
  position: relative;
  max-width: 600px;
  margin: 10px;
  margin: 0 auto;
}

.footer .popup-wrapper .popup-inner-wrapper {
  box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
  position: relative;
  border-radius: 6px;
  outline: 0;
  padding: 15px;
}

.footer .close-icon {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  border: 0;
  float: right;
  font-size: 33px;
  font-weight: 700;
  line-height: 1;
}

.ftr_btn_item.ftr-search-open .popup-wrapper {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.7s, transform 0.7s;
}

/** end ***/
.footer .footer-social {
  width: 100%;
}

.footer-form form .hs-button {
  width: 100%;
}

.footer-content h4:last-child {
  margin: 0;
}

.back_to_top {
  align-items: center;
  bottom: -100px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1.5rem;
  height: 3.15rem;
  justify-content: center;
  position: fixed;
  right: 70px;
  width: 3.15rem;
  z-index: 20;
  visibility: hidden;
  transform: scale(0);
  transition: .4s ease-in-out 0s;
  right: 2rem;
  bottom: 4rem;
}

.back_to_top svg {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}

footer .back_to_top:not(:hover) svg path {
  fill: currentColor;
}

.back_to_top.active {
  bottom: 60px;
}

.back_to_top {
  bottom: -100px;
  border-radius: 10rem;
}

.footer-form .form-title:empty {
  display: none;
}

.footer-social-item {
  width: 40px;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.footer-social-item a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.footer-menu .hs-menu-wrapper>ul {
  padding-top: 0;
}

.back_to_top.go-top {
  visibility: visible;
}

.backtotop_show .back_to_top {
  visibility: visible;
  bottom: 5rem;
  transform: scale(1);
}

.blog_feed-wrapper .blog_feed_content {
  padding-bottom: 10px;
}

.footer_contact_section .ml-content {
  padding-top: 10px;
}

.popup-type-video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.popup-type-video .close-icon.popup-ftr {
  position: absolute;
  right: 0;
  color: #fff;
  cursor: pointer;
  z-index: 999999;
}

.popup-type-video .popup-inner-wrapper {
  padding: 0 !important;
}

.backtotop_show .back_to_top {
  border-width: 1px;
  border-style: solid;
}

.footer .back_to_top svg path {
  fill: inherit;
}

.backtotop_show .back_to_top:hover {
  transition: .1s ease-in 0s;
}

.popup-wrapper.popup-type-video .popup-inner-wrapper {
  line-height: 0;
}

.footer .footer-simple-menu ul {
  display: flex;
  flex-direction: column;
}

.footer .blog_feed-wrapper .blog_feed_item .blog_feed_item_byline span.readmore {
  display: block;
}

.footer .blog_feed_item {
  margin-bottom: 15px;
  padding: 4px 0;
  display: flex;
  align-items: center;
}

.footer .blog_feed_item .blog_feed_featured_image {
  border-radius: 5px;
  content: "";
  display: inline-block;
  min-height: 100px;
  left: 0;
  overflow: hidden;
  position: relative;
  flex: 0 0 25%;
  top: 0;
  transform: none;
  max-width: 25%;
  vertical-align: middle;
  z-index: 10;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  margin-right: 10px;
}

.footer .blog_feed_item_byline span.author {
  margin-right: 15px;
}

.footer .blog_feed_item_title {
  font-weight: 700;
}

.footer-menu .hs-menu-wrapper ul {
  display: block;
  position: relative;
  opacity: 1;
  top: 0;
  left: 0;
}

.footer-menu .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  position: relative;
}

.footer .ftr-search-open .popup-wrapper .inner-popup-container {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.footer .popup-wrapper .inner-popup-container {
  border-radius: 5px;
  margin: 0 auto;
  max-width: 1024px;
  opacity: 0;
  overflow: hidden;
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-transition: .4s ease .2s;
  -o-transition: .4s ease .2s;
  transition: .4s ease .2s;
  width: 100%;
}

.footer .custom-wrapper-popup {
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  overflow-y: auto;
  padding: 50px 20px;
  width: 100%;
}

.footer .custom-embeded-content {
  padding-bottom: 56.25%;
  position: relative;
}

.footer .custom-embeded-content iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  max-width: 100%;
}

.footer .cst-external-video {
  position: relative;
  padding-bottom: 56.7%;
}

.footer .cst-external-video iframe.iframe_video {
  position: absolute;
  height: 100%;
  width: 100%;
}

.popup-type-video .close-icon.popup-ftr {
  margin-right: 15px;
  margin-top: 5px;
}

.footer {
  font-size: 0.95em;
}

.footer_contact_section_item .left-section svg, .footer_contact_section_item .left-section img {
  width: 50px;
  fill: currentColor;
}

.footer .footer-simple-menu ul {
  padding: 0;
}

.footer .footer-button.btn_row {
  margin-top: 0;
}

.footer .footer-row.type_blog_feed {
  text-align: left;
}

/*  */
.footer .al_center {
  text-align: center;
}

.footer .al_right {
  text-align: right;
}

.footer .al_center.type_social_icons .footer-social {
  justify-content: center;
}

.footer .al_right.type_social_icons .footer-social {
  justify-content: flex-end;
}

.footer .al_center .footer-button {
  justify-content: center;
}

.footer .al_left .footer-button {
  justify-content: flex-start;
}

.footer .al_right .footer-button {
  justify-content: flex-end;
}

.footer .custom-embeded-content iframe {
  top: 0;
  left: 0;
}

.footer .right-section.sl-content a {
  color: inherit;
}

@media(max-width: 991px) and (min-width:768px) {
  footer.footer div.tab_hide {
    display: none;
  }
}

@media(min-width: 992px) {
  footer.footer div.desktop_hide {
    display: none;
  }
}

@media(max-width: 991px) and (min-width:768px) {
  .footer .al_tab_center {
    text-align: center;
  }

  .footer .al_tab_right {
    text-align: right;
  }

  .footer .al_tab_left {
    text-align: left;
  }

  .footer .al_tab_center.type_social_icons .footer-social {
    justify-content: center;
  }

  .footer .al_tab_right.type_social_icons .footer-social {
    justify-content: flex-end;
  }

  .footer .al_tab_left.type_social_icons .footer-social {
    justify-content: flex-start;
  }

  .footer .al_tab_center .footer-button {
    justify-content: center;
  }

  .footer .al_tab_left .footer-button {
    justify-content: flex-start;
  }

  .footer .al_tab_right .footer-button {
    justify-content: flex-end;
  }
}

@media(max-width: 767px) {
  .footer .flex_row .col-section.col2 {
    width: 100%;
  }

  .footer .flex_row .col-section {
    width: 100%;
  }

  .footer-social-item:not(:first-child) {
    margin: 0 15px;
  }

  .footer .footer-section-2 .col-section.col2 {
    padding: 0;
  }

  .footer .popup-wrapper.popup-type-pop_form .inner-popup-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .back_to_top {
    right: 22px;
  }

  .footer .flex_row .col-section:not(:first-child) {
    padding-top: 20px;
  }

  .footer .back_to_top {
    height: 2.6rem;
    width: 2.6rem;
  }

  footer.footer div.mobile_hide {
    display: none;
  }

  .footer .al_mob_center {
    text-align: center;
  }

  .footer .al_mob_right {
    text-align: right;
  }

  .footer .al_mob_left {
    text-align: left;
  }

  .footer .al_mob_center.type_social_icons .footer-social {
    justify-content: center;
  }

  .footer .al_mob_right.type_social_icons .footer-social {
    justify-content: flex-end;
  }

  .footer .al_mob_left.type_social_icons .footer-social {
    justify-content: flex-start;
  }

  .footer .al_mob_center .footer-button {
    justify-content: center;
  }

  .footer .al_mob_left .footer-button {
    justify-content: flex-start;
  }

  .footer .al_mob_right .footer-button {
    justify-content: flex-end;
  }
}
/* 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;
  }
}
[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s
}

[data-aos] {
  pointer-events: none
}

[data-aos].aos-animate {
  pointer-events: auto
}

[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(.25,.25,.75,.75)
}

[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(.6,-.28,.735,.045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(.175,.885,.32,1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(.68,-.55,.265,1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(.47,0,.745,.715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(.39,.575,.565,1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(.445,.05,.55,.95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(.55,.085,.68,.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(.25,.46,.45,.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(.55,.085,.68,.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(.25,.46,.45,.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(.55,.085,.68,.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(.25,.46,.45,.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

@media screen {
/*   html:not(.no-js) [data-aos^=fade][data-aos^=fade]  */
  html [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform
  }

/*   html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate  */
  html [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }

/*   html:not(.no-js) [data-aos=fade-up]  */
  html [data-aos=fade-up] {
    -webkit-transform: translate3d(0,100px,0);
    transform: translate3d(0,100px,0)
  }

/*   html:not(.no-js) [data-aos=fade-down]  */
  html [data-aos=fade-down] {
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0)
  }

/*   html:not(.no-js) [data-aos=fade-right]  */
  html [data-aos=fade-right] {
    -webkit-transform: translate3d(-100px,0,0);
    transform: translate3d(-100px,0,0)
  }

/*   html:not(.no-js) [data-aos=fade-left]  */
  html [data-aos=fade-left] {
    -webkit-transform: translate3d(100px,0,0);
    transform: translate3d(100px,0,0)
  }

/*   html:not(.no-js) [data-aos=fade-up-right]  */
  html [data-aos=fade-up-right] {
    -webkit-transform: translate3d(-100px,100px,0);
    transform: translate3d(-100px,100px,0)
  }

/*   html:not(.no-js) [data-aos=fade-up-left]  */
  html [data-aos=fade-up-left] {
    -webkit-transform: translate3d(100px,100px,0);
    transform: translate3d(100px,100px,0)
  }

/*   html:not(.no-js) [data-aos=fade-down-right]  */
  html [data-aos=fade-down-right] {
    -webkit-transform: translate3d(-100px,-100px,0);
    transform: translate3d(-100px,-100px,0)
  }

/*   html:not(.no-js) [data-aos=fade-down-left]  */
  html [data-aos=fade-down-left] {
    -webkit-transform: translate3d(100px,-100px,0);
    transform: translate3d(100px,-100px,0)
  }

/*   html:not(.no-js) [data-aos^=zoom][data-aos^=zoom]  */
  html [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform
  }

/*   html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate  */
  html [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
  }

/*   html:not(.no-js) [data-aos=zoom-in]  */
  html [data-aos=zoom-in] {
    -webkit-transform: scale(.6);
    transform: scale(.6)
  }

/*   html:not(.no-js) [data-aos=zoom-in-up]  */
  html [data-aos=zoom-in-up] {
    -webkit-transform: translate3d(0,100px,0) scale(.6);
    transform: translate3d(0,100px,0) scale(.6)
  }

/*   html:not(.no-js) [data-aos=zoom-in-down]  */
  html [data-aos=zoom-in-down] {
    -webkit-transform: translate3d(0,-100px,0) scale(.6);
    transform: translate3d(0,-100px,0) scale(.6)
  }

/*   html:not(.no-js) [data-aos=zoom-in-right]  */
  html [data-aos=zoom-in-right] {
    -webkit-transform: translate3d(-100px,0,0) scale(.6);
    transform: translate3d(-100px,0,0) scale(.6)
  }

/*   html:not(.no-js) [data-aos=zoom-in-left]  */
  html [data-aos=zoom-in-left] {
    -webkit-transform: translate3d(100px,0,0) scale(.6);
    transform: translate3d(100px,0,0) scale(.6)
  }

/*   html:not(.no-js) [data-aos=zoom-out]  */
  html [data-aos=zoom-out] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }

/*   html:not(.no-js) [data-aos=zoom-out-up]  */
  html [data-aos=zoom-out-up] {
    -webkit-transform: translate3d(0,100px,0) scale(1.2);
    transform: translate3d(0,100px,0) scale(1.2)
  }

/*   html:not(.no-js) [data-aos=zoom-out-down]  */
  html [data-aos=zoom-out-down] {
    -webkit-transform: translate3d(0,-100px,0) scale(1.2);
    transform: translate3d(0,-100px,0) scale(1.2)
  }

/*   html:not(.no-js) [data-aos=zoom-out-right]  */
  html [data-aos=zoom-out-right] {
    -webkit-transform: translate3d(-100px,0,0) scale(1.2);
    transform: translate3d(-100px,0,0) scale(1.2)
  }

/*   html:not(.no-js) [data-aos=zoom-out-left]  */
  html [data-aos=zoom-out-left] {
    -webkit-transform: translate3d(100px,0,0) scale(1.2);
    transform: translate3d(100px,0,0) scale(1.2)
  }

/*   html:not(.no-js) [data-aos^=slide][data-aos^=slide]  */
  html [data-aos^=slide][data-aos^=slide] {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    visibility: hidden
  }

/*   html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate  */
  html [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

/*   html:not(.no-js) [data-aos=slide-up]  */
  html [data-aos=slide-up] {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
  }

/*   html:not(.no-js) [data-aos=slide-down]  */
  html [data-aos=slide-down] {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
  }

/*   html:not(.no-js) [data-aos=slide-right]  */
  html [data-aos=slide-right] {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
  }

/*   html:not(.no-js) [data-aos=slide-left]  */
  html [data-aos=slide-left] {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
  }

/*   html:not(.no-js) [data-aos^=flip][data-aos^=flip]  */
  html [data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
  }

/*   html:not(.no-js) [data-aos=flip-left]  */
  html [data-aos=flip-left] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg)
  }

/*   html:not(.no-js) [data-aos=flip-left].aos-animate  */
  html [data-aos=flip-left].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0)
  }

/*   html:not(.no-js) [data-aos=flip-right]  */
  html [data-aos=flip-right] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg)
  }

/*   html:not(.no-js) [data-aos=flip-right].aos-animate  */
  html [data-aos=flip-right].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0)
  }

/*   html:not(.no-js) [data-aos=flip-up]  */
  html [data-aos=flip-up] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg)
  }

/*   html:not(.no-js) [data-aos=flip-up].aos-animate  */
  html [data-aos=flip-up].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0)
  }

/*   html:not(.no-js) [data-aos=flip-down]  */
  html [data-aos=flip-down] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg)
  }

/*   html:not(.no-js) [data-aos=flip-down].aos-animate  */
  html [data-aos=flip-down].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0)
  }
}

.hs-inline-edit [data-aos^=fade][data-aos^=fade],
.hs-inline-edit [data-aos^=zoom][data-aos^=zoom] {
    opacity: 1;
}
.hs_cos_wrapper_type_rich_text [data-animation] {
  opacity: 0;
}

html {
  overflow-y: overlay;
  overflow: auto;
  -webkit-tap-highlight-color: transparent;
}

.page-center{
  padding-left: 0;
  padding-right: 0;
}


.hs-trans-btn {
  border: 0 solid;
}

.page-center.full_width {
  max-width: 100%;
  width: 100%;
}
.text_right .btn_row {
  justify-content: end;
}

.text_left .btn_row {
  justify-content: start;
}

.dnd-module .widget-type-linked_image {
  overflow: hidden;
}

/*  video background */


.bnr_vid {
  height: 110vh;
  height: 110%;
  min-height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100vw;
  z-index: 1;
  top: 0;
  left: 0;
}

.bnr_vid video{
  width:100%;
  object-fit: cover;
  height: 100%;
}


.bnr_vid.iframe_banner_vid {
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%) ;
  left: 50%;
  top: 50%;
  height: auto;
  width: auto;
  min-height: 100%;
  min-width: 100%;
  aspect-ratio: 16 / 9;
}

.bnr_vid.iframe_banner_vid iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  top: 0;
  width: 100%;
}

.safari .bnr_vid.iframe_banner_vid iframe{
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

@media screen and (max-width: 991px) {
  .safari .bnr_vid.iframe_banner_vid iframe{
    -webkit-transform: scale(6.5);
    transform: scale(6.5);
  }
}



.lg-components {
  min-height: 47px;
  display: inline-block;
  width: 100%;
}

.lg-outer .lg-content{
  bottom: 47px !important;
}

/*  */
.text_center{
  text-align:center;
}
.text_right{
  text-align:right;
}
.text_left{
  text-align:left;
}

.flex_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

[class*="full-width-section"].dnd-section > .row-fluid,
[class*="full-width-section"].dnd-section {
  padding: 0;
}

.hs-button {
  display: inline-block;
}

.btn_row:empty {
  margin: 0 !important;
}

.btn_row {
  margin-top: 20px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 10px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
}

.btn_item a {
  display: inline-block;
}

.flex_row .col20,
.flex_row .col12,
.flex_row .col11,
.flex_row .col10,
.flex_row .col9 ,
.flex_row .col8 ,
.flex_row .col7 ,
.flex_row .col6 ,
.flex_row .col5 ,
.flex_row .col4 ,
.flex_row .col3 ,
.flex_row .col2 ,
.flex_row .col1 {
  padding:0 10px;
}

.bg_el{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.top_sec {
  text-align: center;
  margin-bottom: 50px;
}


.pdlr15{
  padding-left:15px;
  padding-right:15px;
}

.pdlr10{
  padding-left:10px;
  padding-right:10px;
}

.margin10{
  margin-left:-10px;
  margin-right:-10px;
}

.pdlr0{ 
  padding-left:0px;
  padding-right:0px;
}


.top_sec .top_content > *:last-child {
  margin-bottom: 0;
}

.text_center .btn_row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dnd_padd {
  position: relative;
  overflow: hidden;
}

.dnd_padd .page-center {
  position: relative;
  z-index: 2;
}


.bg_el.overlay_bg {
  z-index: 2;
}

.simpleParallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.simpleParallax_wrap .thumbnail {
  transition: 0.1s ease;
  width: 100%;
}


/*  */

.glide__slides > * {
  white-space: normal;
}

.glide__bullet.glide__bullet{
  transition: all 400ms ease-in-out;
}


.glide__bullets {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  position: absolute;
  width: 100%;
  bottom: 0;
  row-gap: 5px;
  left: 0;
  z-index: 2;
}

.glide__bullets .glide__bullet {
  border-radius: 100%;
  width: 10px;
  height: 10px;
  margin: 0 1.5px;
  cursor: pointer;
}

.glide__bullets.square_bullets .glide__bullet {
  width: 30px;
  height: 5px;
  border-radius: 24px;
}

.glide .glide__arrow{
  width: 40px;
  height: 40px;
  border-radius: 100%;
  transition: 0.2s ease;
}

.glide .glide__arrow--left {
  left: -40px;
}

.glide .glide__arrow--right {
  right: -40px;
}

.glide__bullets.numberBullets {
  font-size: 1.125em;
  bottom: -32px;
}

.glide__bullets.numberBullets .glide__bullet {
  background: none;
  width: auto;
  height: auto;
  margin: 0 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.glide__bullets.numberBullets .glide__bullet:after {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 2.5px;
  display: block;
  margin: 0 auto;
  margin-top: 5px;
  transition: inherit;
}

@media (max-width: 1280px){
  .glide .glide__arrow--right {
    right: 20px;
  }
  .glide .glide__arrow--left {
    left: 20px;
  }
}


@media(max-width:480px){
  .glide__arrows {
    display: none;
  }
}

/*  */

.page-center.fullwidth {
  max-width: 100%;
  width: 100%;
}

.flex_row.rowGap15 {
  row-gap: 20px;
}

.flex_row.colGap15 {
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}


.text_left .icon_inner {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.text_right .icon_inner {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text_center .icon_inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}



.col3_row .flex_row,
.col4_row .flex_row,
.col20_row .flex_row ,
.col3_row .flex_row {
  justify-content: center
}

@media(max-width:1300px) and (min-width:1101px){
  .col20_row .flex_row .col20{
    width: 25%;
  }
}

@media(max-width:1100px) and (min-width:992px){


  .col20_row .flex_row .col20,
  .col3_row .flex_row .col3{
    width: 33.33%;
  }
}

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



  .col20_row .flex_row .col20,
  .col2_row .flex_row .col2,
  .col3_row .flex_row .col3,
  .col4_row .flex_row .col4{
    width: 50%;
  }
}

/*  */

.splide__list > .splide__slide,
.glide__slides > * {
  margin-bottom: 30px;
  margin-top: 30px;
}

.card_gallery > .btn_row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}

.logos_row {
  margin-bottom: 10px;
}

.logos_row .glide__bullets {
  position: absolute;
  border: 0;
  width: 100%;
  left: 0;
  z-index: 2;
}

.testimonials_slider .top_sec,
.card_gallery.sliderEnable .top_sec {
  margin-bottom: 20px;
}

.slider_btn_footer .btn_row {
  margin-top: 50px;
}

.top_sec .flex_row .content_widget {
  text-align: left;
}

.top_sec .flex_row .top_content {
  max-width: 100%;
}

.top_sec .btn_row_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top_sec .btn_row_wrap .btn_row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top_sec.noButton {
  padding-left: 10px;
  padding-right: 10px;
}

.top_sec.no_top_content .btn_row_wrap.col4 {
  width: 100%;
}

.top_sec.no_top_content .btn_row_wrap {
  justify-content: center;
}

/*  */

.testimonials_slider .bottom_row.glide,
.card_gallery .bottom_row.glide {
  padding-bottom: 24px;
}

.bnr_wrp {
  overflow: hidden;
}

.testimonials_sliderv3 .glide .glide__arrow--right {
  right: 10px;
}

.testimonials_sliderv3 .glide .glide__arrow--left {
  left: 10px;
}

.testimonials_sliderv2 .glide__arrow {
  margin-top: -24px;
}

/*  */

.cnt-mid-sec h2 {
  margin-bottom: 15px;
}

.cnt-mid-sec .hs_cos_wrapper_type_rich_text p:last-child {
  margin-bottom: 0;
}

.cnt-mid-sec form input:not(.hs-button),
.cnt-mid-sec form textarea {
  padding: 17px 27px 13px;
}

.cnt-mid-sec form .hs-form-field {
  margin-bottom: 10px;
}

.cnt-mid-sec form .hs-form-field textarea {
  min-height: 140px;
  resize:none;
}

.cnt-mid-sec form .hs_submit {
  margin-top: 5px;
  display: inline-block;
}

.cnt-mid-sec form .hs-form-field > label {
  margin: 0;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  margin-bottom: 24px;
}

.rating svg {
  width: 20px;
  height: 20px;
  display: block;
  vertical-align: middle;
}

.testimonials_sliderv2 span.star_fill {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.rating .fill svg path {
  fill: rgb(245, 205, 62);
}

.rating svg path {
  fill: transparent;
  stroke: rgb(245, 205, 62);
}

.text_center .rating {
  justify-content: center;
}

.text_right .rating {
  justify-content: flex-end;
}

.faq-mid-sec p:last-child {
  margin-bottom: 0;
}

.simpleParallax_wrap .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-mid-sec .widget-type-rich_text p {
  margin-bottom: 30px;
}

.portfolio-mid-sec .hs_cos_wrapper_type_rich_text > h4 {
  margin-bottom: 5px;
}

.portfolio-detail-pg p:last-child {
  margin-bottom: 0;
}



.portfolio-mid-sec .gallery-section .glide__arrow--left {
  left: -10px;
}

.portfolio-mid-sec .gallery-section .glide__arrow {
  transform: translateY(-50%);
  top: 50%;
}

.portfolio-mid-sec .gallery-section.dnd_padd {
  overflow: visible;
}

.portfolio-mid-sec .gallery-section .glide__arrow--right {
  right: -10px;
}

.portfolio-mid-sec h3 {
  margin-bottom: 24px;
}

.portfolio-detail-pg .hs_cos_wrapper_type_rich_text > ul > li:last-child {
  margin-bottom: 0;
}

@media(max-width:767px){
  .top_sec .btn_row_wrap,
  .top_sec .btn_row_wrap .btn_row {
    justify-content: center;
  }
}

/* form_popup  */
.popup_modal {
  background: rgba(0,0,0,.3);
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: .1s ease;
  -o-transition: .1s ease;
  transition: .1s ease;
  visibility: hidden;
  width: 100%;
  z-index: 999;
}
.popup_modal .popup_modal_inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  overflow-y: auto;
  padding: 50px 20px;
  width: 100%;
  text-align: left;
}

.popup_modal .popup_modal_box {
  border-radius: 5px;
  margin: 0 auto;
  max-width: 1024px;
  opacity: 0;
  overflow: hidden;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: .4s ease .2s;
  -o-transition: .4s ease .2s;
  transition: .4s ease .2s;
  width: 100%;
}

.vid-popup-outer .closeIcon,
.popup_modal .closeIcon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 35px;
  font-weight: 700;
  height: 35px;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 35px;
  z-index: 11;
  background: #fff;
  padding: 5px;
  stroke-width: 2px;
}

.popup_modal.active_show {
  opacity: 1;
  visibility: visible;
}

.popup_modal.show {
  display: block;
}

.popup_modal.active_show .popup_modal_box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.popup_modal .content_box {
  padding: 20px;
}

.popup_modal .video_box {
  padding-bottom: 56.25%;
  position: relative;
}

.popup_modal .form__box {
  padding: 20px;
}

.popup_modal .form-title:empty {
  margin: 0;
}

.popup_modal .video_box .bnr_vid {
  height: 100%;
}

.popup_modal video,
.popup_modal .video_box iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.popup_modal .video_box .bnr_vid {
  width: 100%;
}

.popup_modal .content_box > *:last-child {
  margin-bottom: 0;
}

a.popupBtn.popup_video {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

a.popupBtn.popup_video span.icon {
  line-height: 0;
  margin-right: 10px;
}
.page-center.full_width .glide .glide__arrow--left {
  left: 20px;
}

.page-center.full_width .glide .glide__arrow--right {
  right: 20px;
}

.about-page .card_gallery .card_content + .btn_row {
  margin-top: 15px;
}

.about-page .card_gallery h3.it_title {
  margin-bottom: 15px;
}

.about-page .card_gallery .top_sec {
  margin-bottom: 55px;
}

.about-page .counter-section .item .cont-wrap .img-wrap {
  min-height: 60px;
  margin-bottom: 15px;
}

.about-page .counter-section .flex_row {
  margin: 0 -10px;
}

.about-page .cm_team_wrp .cm_team_image {
  padding-bottom: 1px;
}

.about-page .cm_team_wrp .cm_team_icons {
  column-gap: 5px;
}

.about-page .cm_team_wrp .cm_team_icons a {
  width: 40px;
  height: 40px;
}

.about-page .cm_team_wrp .cm_team_text {
  margin-bottom: 19px;
}

.about-page .dnd_padd.accordion_wrap {
  overflow: visible;
}

/* About Ver 2 */

.about_page_V2 .cm_tm_wrp .top_sec {
  margin-bottom: 20px;
}

.about_page_V2 .cm_tm_wrp .square_bullets {
  margin-bottom: 0;
}

.about_page_V2 .logo_slider .top_sec {
  padding-top: 0;
}

.about_page_V2 .two-col-content .multirichtext * {
  color: inherit;
  margin-bottom: 10px;
}

.about_page_V2 .two-col-content .img-col .description-cont {
  padding: 20px 19px;
}

.banner_v3_inner{
  padding-bottom: 187px;
  padding-top: 176px;
}

.service-listing-page .card_gallery .card_inner {
  padding: 29px 20px;
}

.faq_page .dnd_padd.accordion_wrap {
  overflow: visible;
}

.servs-details-pg .hs_cos_wrapper_type_rich_text ul li:last-child {
  margin-bottom: 0;
}

.doc-main-sec .hs_cos_wrapper_type_linked_image {
  display: inline-block;
  box-shadow: 0px 0px 2px #333;
}

.doc-main-sec .hs_cos_wrapper_type_linked_image img.hs-image-widget {
  width: 358px;
}

@media (min-width:768px) {
  .top_sec .btn_row_wrap.col4 {
    width: 33.33%;
  }
}

@media (max-width:767px) {

  .portfolio-mid-sec img.hs-image-widget {
    width: 100%;
  }

  .portfolio-mid-sec .widget-type-linked_image {
    display: block;
    width: 100%;
  }

  .top_sec .flex_row .content_widget {
    text-align: center;
  }

  .portfolio-detail-pg .hs_cos_wrapper_type_rich_text > ul {
    margin-bottom: 30px;
  }

}


.dnd-section {
  /*   overflow: hidden; */
}
.body-wrapper {
  overflow: hidden;
}
.hs_service .widget-type-form .form-title{
  color:#fff;
  text-align:center;
}
.hs_service .col4 .dnd-column {
  padding: 0;
}

.hs_service .widget-type-form {
  padding: 20px;
  border-radius: 2px;
}
.lg-sub-html {
  color: inherit !important;

}
.lg-outer .lg-inner {
  white-space: normal !important;
}

.hs_service .widget-type-form .hs-button {
  width:100%;
}
.hs_service .widget-type-form .field >label {
  color: #fff;
}
body .lg-backdrop{
  opacity: 0.8 !important;
}
.lg-item .lg-sub-html {
  padding: 0!important;
}

div[class*="lightGallery-captionsmodule"] {
  padding: 15px 40px!important;
}
div[class*="lightGallery-captionsmodule"]:empty {
  display: none !important;
}


table {
  border-collapse: collapse;
  border: none;
}

a.cta_button{
  box-sizing: border-box !important;
}

.hs-inline-edit .hs_cos_wrapper_type_rich_text [data-animation] {
  opacity: 1;
  transform: none;
}


/* modules social share */

.cm_social_follows .icon_cont {
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cm_social_follows > ul.flex_row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

.cm_social_follows > ul.flex_row li {
  margin: 0;
}

.cm_social_follows .icon_cont * {
  font-size: inherit;
}

.cm_social_follows .icon_cont svg {
  width: 1em;
  height: 1em;
  display: block;
  margin: 0 auto;
  fill: currentColor;
}

.cm_social_follows .icon_cont svg path {
  color: inherit;
  fill: inherit;
}

.cm_social_follows .icon_cont img {
  width: 1em;
  height: auto;
}

.cm_social_follows .icon_cont * {
  transition: inherit;
}

.cm_social_follows .icon_inline {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.cm_social_follows .icon_inline img {
  vertical-align: middle;
  display: block;
}

.cm_social_follows .icon_inline {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.cm_social_follows .icon_inline img {
  vertical-align: middle;
  display: block;
}

.cm_social_follows .icon_cont.custom {
  border-radius: 100%;
  transition: 0.2s ease;
}

.text_center .cm_social_follows ul.flex_row {
  justify-content: center;
}

.text_right .cm_social_follows ul.flex_row {
  justify-content: flex-end;
}

/*  */
@font-face { 
  font-family: icomoon-the7-font; 
  src: url(//21201888.fs1.hubspotusercontent-na1.net/hubfs/21201888/raw_assets/public/RapidPackaging_September2024/fonts/icomoon-the7-font.ttf) format("truetype"), 
    url(//21201888.fs1.hubspotusercontent-na1.net/hubfs/21201888/raw_assets/public/RapidPackaging_September2024/fonts/icomoon-the7-font.woff) format("woff"); 
  url(//21201888.fs1.hubspotusercontent-na1.net/hubfs/21201888/raw_assets/public/RapidPackaging_September2024/fonts/icomoon-the7-font.woff2) format("woff2"); 
  font-style: normal; 
  font-weight: 400; 
}

@font-face { 
  font-family: "Font Awesome 5 Brands"; 
  src: url(//21201888.fs1.hubspotusercontent-na1.net/hubfs/21201888/raw_assets/public/RapidPackaging_September2024/fonts/FontAwesome6Brands-Regular.ttf) format("truetype"); 
  src: url(//21201888.fs1.hubspotusercontent-na1.net/hubfs/21201888/raw_assets/public/RapidPackaging_September2024/fonts/FontAwesome6Brands-Regular.woff) format("woff"); 
  src: url(//21201888.fs1.hubspotusercontent-na1.net/hubfs/21201888/raw_assets/public/RapidPackaging_September2024/fonts/FontAwesome6Brands-Regular.woff2) format("woff2"); 
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

.child-theme form input.hs-input {
  padding: 5px 15px;
  box-sizing: border-box;
  margin-bottom: 10px;
  border-style: solid;
  font-size: 15px;
  line-height: 1.5em;
  height: 40px;
}


:root {
  --primary-fonts: 'Poppins', Helvetica, sans-serif;
  --secondary-fonts: :Poppins, Helvetica, Arial, Verdana, sans-serif;

}

.child-theme form label {
  margin: 0px;
  color:#404040;
  font-size:18px;
  font-family:Poppins, Helvetica, Arial, Verdana, sans-serif;
}

.child-theme form .field.hs-form-field {
  margin: 0px;

}

.child-theme form .hs-button {
  padding: 12px 18px;
  border: 2px solid #000;
  min-width: 1px;
  border-radius: 1px;
  color: #fff;
  font-weight: 700;
  font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.child-theme form .hs-button:hover {
  border-color: #ed1c24;
  background-color: #ed1c24;
  color: #ffffff;
  border-style: outset;
}

/*--------------footer section---------------------*/
.cm-footer-section .footer-main-section .flex_row {
  margin: 0px -25px;
}

.cm-footer-section .footer-main-section .flex_row:before {
  content: "";
  display: table;
}
.cm-footer-section .footer-main-section .footer-data {
  margin-bottom: 30px;
  padding: 10px 10px 16px;
}

.cm-footer-section .page-center {
  padding: 0px 50px;
}
.cm-footer-section .page-center {
  padding: 0px 50px;
}

.cm-footer-section .footer-main-section .footer-image img {
  width: 95%;
}

.cm-footer-section .page-center {
  padding: 0px 50px;
}

.cm-footer-section .footer-image-section .footer-image img {
  width: 95%;
}

.cm-footer-section .footer-image-section {
  display: inline-block;
  vertical-align: top;
}

.footer-section .bg_primary{
  background-color:none;
}
.cm-footer-section .footer-data:before {
  content: "";
  display: table;
  clear: both;
}

.cm-footer-section .footer-data .hs-menu-wrapper ul>li {
  margin-bottom: 10px;
  line-height: 19.32px ;
  margin-top:0px;
  font-size:14px;
}

.cm-footer-section .footer-data .hs-menu-wrapper ul>li>a {
  transition: all 0.35s;
  line-height: 19.32px;
  font-size:14px;
}

.cm-footer-section .footer-data .footer-image {
  font-family: var(--primary-fonts);
  font-size: 14px;
  line-height: 1.75;
}
.cm-footer-section .footer-image-section {
  font-size: 13px;
}
.footer-data>p {
  display: block;
}



.cm-footer-section .footer-bottom-section {
  margin: 0;
}

.cm-footer-section.footer.footer_section__2 .footer-section-2 .flex_row {
  min-height: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.cm-footer-section .footer-main-section .flex_row {
  width: auto;
}
.footer-bottom-section .flex_row .col-section {
  padding: 0px;
}

.footer-bottom-section .flex_row {
  padding: 10px 0px;
}

.backtotop_show .cm-footer-section .back_to_top{
  right:10px;
}


.cm-footer-section .back_to_top {
  display:flex;
  right: -45px;
  opacity: 1;
  z-index: 109;
  border-radius: 0px;
  transition: all .4s ease;
  position: fixed; 
  align-items: center;
  bottom: 10px;
  width: 40px;
  height: 40px;
  justify-content: center;
  border: none;
}


.cm-footer-section .back_to_top>svg {
  display: none;
}

.cm-footer-section .back_to_top:after {
  text-transform: none;
  width: 24px;
  line-height: 1;
  fill: #fff;
  content:" ";
  background-image: url(//21201888.fs1.hubspotusercontent-na1.net/hubfs/21201888/raw_assets/public/RapidPackaging_September2024/images/back-top-top-white.png);
  height: 24px;
  background-repeat: no-repeat;
  background-size: cover;
}



.footer-bottom-section .footer-bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  min-height: 60px;
}
.footer-bottom-section .footer-bottom-content .footer-copyright {
  display: block;
  margin-right: 10px;
}

.footer-bottom-section .footer-copyright .footer-data>p>span {
  color: #fff;
  font-weight: 600;
  line-height:1.4;
}

.footer-bottom-section .footer-copyright .footer-data>p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.footer-bottom-section .flex_row .footer-bottom-content {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.footer-bottom-section .footer-social-icons {
  display: flex;
  flex-grow: 1;
  margin-left: 10px;
}

.footer-bottom-section .footer-social-icons .footer-social {
  padding: 16px 0px 20px;
}



.footer-bottom-section .footer-social-icons .footer-social .tyimg {
  position: relative;
  height: 34px;
  width: 34px;
}

.footer-bottom-section .footer-social-icons .footer-social .tyimg>a>img {
  position: absolute;
  left: 0;
  transition: opacity 0.4s ease-in-out;
  height: 34px;
  width: 34px;
}


.cm-footer-section .footer-main-section .footer-details .footer-content p {
  line-height: 1.38 !important;
  margin-bottom: 10px;
  font-size: 14px;
}

.cm-footer-section .footer-main-section .footer-details .footer-content p {
  line-height: 1.38 !important;
  margin-bottom: 10px;
  font-size: 14px;
}

.cm-footer-section .footer-main-section .footer-second-image {
  font-size: 13px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}

.cm-footer-section .footer-main-section .footer-sec-logo {
  font-family: var(--primary-fonts);
  font-size: 14px;
  line-height: 1.75;
}

.cm-footer-section .footer-main-section .footer-sec-logo .footer-image img {
  width: 95%;
  height: auto;
}


.footer-bottom-section .footer-copyright .footer-content>p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.footer-bottom-section .footer-copyright .footer-content>p>span {
  color: #fff;
  font-weight: 600;
}

.cm-footer-section .footer-data .hs-menu-wrapper ul>li:nth-last-child(1) {
  margin: 0px;
}

.cm-footer-section .footer-package .hs-menu-wrapper ul>li:nth-last-child(1) {
  line-height:24.5px;

}

.cm-footer-section .footer-package .hs-menu-wrapper ul>li:nth-last-child(1)>a{
  line-height:24.5px;
}


.cm-footer-section .footer-main-section .footer-details .footer-content p:nth-last-child(1) {
  margin: 0px;
}

.main-blog-list .list-sidebar .span12.widget-type-cell.dnd-column {
  padding: 0px 15px;
}
/*------------------------------blog----------------*/

.blog-listings .row-number-4 form button.hs-search-field__button{
  right:42px;
}
.blog-listings .main-blog-list .list-sidebar .row-number-3 .hs_cos_wrapper h4 {
  margin: 20px 0px 10px;
  font-family: var(--primary-fonts);
  text-transform: none;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.2;
  margin-top: 20px;
}
.blog-listings .main-blog-list .list-sidebar .row-number-3 .hs_cos_wrapper h4 {
  margin: 20px 0px 10px;
  font-family: var(--primary-fonts);
  text-transform: none;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.2;
  margin-top: 20px;
}

.blog-listings .main-blog-list .list-sidebar .row-number-4 {
  margin-bottom: 35px;
}

.blog-listings .main-blog-list .list-sidebar .row-number-4 .hs-search-field form input {
  margin-bottom: 10px;
  border: 1px solid #D7D7D7;
  font-size: 15px;
  line-height: 1.5em;
  height: 36px;
  color: #8b8d94;
  padding: 5px 15px;
  transition: all 0.3s ease;
}

.blog-sidebar input.hs-search-field__input::-webkit-input-placeholder {
  opacity: 0.9;
  color: #404040;
  display: block;
}

.blog-listings .main-blog-list .list-sidebar .row-number-4 .hs-search-field form input {
  flex: none;
  width: 215px;
}


.blog-listings .main-blog-list .list-sidebar .row-number-4 .hs-search-field form input {
  flex: none;
  width: 215px;
}

.blog-listings .row-number-4 form button .hs_cos_wrapper>svg {
  display: none;
}

.blog-listings .row-number-4 form button.hs-search-field__button {
  padding: 12px 18px;
  min-width: 1px;

  min-height: 1px;
  border: 0px;
  background: transparent ;
  width: 46px;
  height: 36px;
  background-image: url(//21201888.fs1.hubspotusercontent-na1.net/hubfs/21201888/raw_assets/public/RapidPackaging_September2024/images/search-button.png); 
  box-shadow: 0px 0px 0px 0px;
  padding-top: 8px;
  margin-left: 8px;
  padding-left: 15px;
}

.blog-listings .row-number-4 form button.hs-search-field__button {
  top: 36%;
  right: 42px;
}
.blog-listings .row-number-4 form button.hs-search-field__button:after {
  content: "GO";
  font: 600 18px / 20px "Rajdhani", Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  top: 36%;
  right: 35px;
  word-break: auto-phrase;
}
.blog-listings .main-blog-list .list-sidebar .row-fluid-wrapper.row-number-4{
  margin-bottom: 35px;
}

.blog-listings .row-fluid-wrapper.row-number-5 {
  margin-bottom: 35px;
}

.blog-listings .row-fluid-wrapper.row-number-5 .block {
  padding: 0px;
  box-shadow: none;
}

.blog-listings .row-fluid-wrapper.row-number-5 .block h3 {
  font-family: var(--primary-fonts);
  text-transform: none;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.2;
  margin-top: 20px;
  padding: 0;
}

.blog-list-wrapper .wpb_wrapper .wpb_single_image .feature-img>a:after {
  background-color: rgba(237, 28, 36, 0.2);
  transition: all 450ms ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content:" ";
  display:none;
}

.blog-list-wrapper .wpb_wrapper .wpb_single_image .feature-img {
  position: relative;
}
.blog-list-wrapper .wpb_wrapper .wpb_single_image .feature-img>a:hover:after{
  display:block;
}


.blog-listings .row-fluid-wrapper.row-number-5 .block ul {
  margin: 16px 0px;
  font-size: 16px;
  list-style: disc;
}

.blog-listings .row-fluid-wrapper.row-number-5 .block ul>li {
  list-style-type: none;
  line-height: 1.36;
  margin-bottom: 10px;
  text-indent: -1.6em;
  padding-left: 1.55em;
}


.blog-listings .row-fluid-wrapper.row-number-5 .block ul>li>a:after {
  display: none;
}



.cm-sidebar-help .rich_text h4 {
  font-family: var(--primary-fonts);
  text-transform: none;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.2;
  margin-top: 20px;
  color: #000 !important;
  text-align: left;
}

.cm-sidebar-help .rich_text p {
  font-size: 16px;
  font-family: var(--primary-fonts);
  text-transform: none;
  font-weight:400;
  padding:0px;
  margin:0px;
  color: #000 !important;
  text-align: left;
  line-height:27px
}
.cm-sidebar-form {
  margin-bottom: 35px;
}

.cm-sidebar-form .page-center {
  margin: 0px;
  max-width: 100%;
}

.cm-sidebar-form .flex_row.flex_center {
  display: block;
  width: 100%;
}

.cm-sidebar-form .flex_row .content-col.col6 {
  width: 100%;
  padding: 0px;
}

.cm-sidebar-form.rwo-col-content .flex_row .description {
  margin: 0px;
}

.cm-sidebar-form.two-col-content .flex_row .form_wrap {
  padding: 0px;
}

.cm-sidebar-form.two-col-content .flex_row .form_wrap h3 {
  margin: 0px;
}

.cm-sidebar-form form .hs-richtext {
  margin: 0px;
}

.cm-sidebar-form form .hs-richtext h4 {
  font-family: var(--primary-fonts);
  text-transform: none;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.2;
  clear: none;
  margin-top: 20px;
  margin-bottom: 10px;
}
.cm-sidebar-form form .hs-richtext p {
  margin-bottom: 10px;
  font-size: 16px;
}

.cm-sidebar-form form .hs_email label {
  display: none;
}

.cm-sidebar-form form .hs_email input.hs-input {
  margin-bottom: 10px;
  border: 1px solid #d7d7d7;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  padding: 5px 15px;
  height: 40px !important;
}

.cm-sidebar-form form .hs_submit .actions .hs-button {
  min-width: 84px;
  margin-top: 2px;
  border: 0px;
  font: 600 18px / 20px "Rajdhani", Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  background: transparent;
  width: 84px ;
  height: 36px ;
  background-image: url(//21201888.fs1.hubspotusercontent-na1.net/hubfs/21201888/raw_assets/public/RapidPackaging_September2024/images/Sidebar-button-bg.png);
  box-shadow: 0px 0px 0px 0px;
  padding-top: 8px;
  margin-left: 8px;
  white-space:nowrap;
  color:#fff;
  padding-left: 15px;
}

.cm-sidebar-form form .hs_submit .actions .hs-button:hover {
  color:#b4b4b4;
}

.cm-sidebar-help {
  padding: 0px;
}

.cm-sidebar-help .page-center {
  margin: 0px;
  max-width: 100%;
  padding: 0px;
}

.cm-sidebar-help .content_widget .rich_text h4 {
  font-family: var(--primary-fonts);
  text-transform: none;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom:10px;
}

.cm-sidebar-help.cnt-wit-bg-wrp .page-center {
  max-width: 100%;
  padding: 0px;
  margin: 0px;
}
.cm-sidebar-help .content_widget .rich_text p {
  font-size: 16px;
  margin: 0px;
}


.cm-sidebar-help .content_widget .rich_text {
  margin-bottom: 35px;
}

.cm-sidebar-help .content_widget .btn_row {
  display: inline-block;
  margin: 0px;
  margin-top: -18px;
  text-align: left;
  vertical-align: top;
}

.cm-sidebar-help .content_widget .btn_row .btn_item {
  display: inline-block;
  margin-bottom: 21.74px;
  max-width: 100%;
}

.cm-sidebar-help .content_widget .btn_row .btn_item a {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  box-sizing: border-box;
  word-wrap: break-word;
  user-select: none;
  text-decoration: none;
  position: relative;
  top: 0;
  transition: all .2s ease-in-out;
  line-height: normal;
  box-shadow: none;
  height: 42px;
  color: rgba(255, 255, 255, 1) ;
  text-transform: uppercase;
  font-family: 'Rajdhani', sans-serif;
  font-size: 19px;
  font-weight: 600 ;
  padding: 8px 7px 8px 24px ;
  background-color: rgba(237, 28, 36, 1) ;
}


.cm-sidebar-help .content_widget .btn_row .btn_item a:hover {
  color:#b4b4b4;
}

.cm-sidebar-help .content_widget .btn_row .btn_item a:after{
  content: "";
  width: 17px;
  height: 42px;
  background-image: url(//21201888.fs1.hubspotusercontent-na1.net/hubfs/21201888/raw_assets/public/RapidPackaging_September2024/images/sidebar-help-bg.png);
  position: absolute;
  right: -17px;
  top: -1px;
}


.cm-sidebar-form form .hs_submit {
  display: inline-block;
}

.cm-sidebar-form form .hs_email {
  display: inline-block;
}


.blog-post-wrapper .vc_row .blog-sidebar form button.hs-search-field__button svg {
  display: none;
}

.blog-post-wrapper .vc_row .blog-sidebar form button.hs-search-field__button {
  padding: 12px 18px;
  min-width: 1px;
  min-height: 1px;
  border: 0px;
  background: transparent;
  width: 46px;
  height: 36px;
  background-image: url(//21201888.fs1.hubspotusercontent-na1.net/hubfs/21201888/raw_assets/public/RapidPackaging_September2024/images/sidebar-go.png);
  box-shadow: 0px 0px 0px 0px;
  padding-top: 8px;
  margin-left: 8px;
  padding-left: 15px;

  transform: translateY(-50%);
  position: absolute;
  top: 66%;
  right: 96px;
}


.blog-post-wrapper .vc_row .blog-sidebar form button.hs-search-field__button:after {
  content: "GO";
  font: 600 18px / 20px "Rajdhani", Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  word-break: auto-phrase;

}
.blog-post-wrapper .sidebar-inner form {
  display: block;
}

.blog-post-wrapper .sidebar-inner form input {
  width: 215px;
}
.cm-sidebar-form.two-col-content .content-col .description {
  margin: 0px;
}


.cm-sidebar-form form {
  position: relative;
}

.cm-sidebar-form form .hs_error_rollup {
  position: absolute;
  bottom: -18px;
}
.blog-post-wrapper .vc_row.blog-main-post {
  margin: 0px -30px;
  display: flow-root;
}
.blog-post-wrapper .vc_row .blog-sidebar .side-post-search form button.hs-search-field__button {
  right: auto;
  top:65%;
}

.blog-listings .main-blog-list .list-sidebar .row-fluid-wrapper.row-number-3 {
    margin-bottom: 35px;
}

.blog-list-sidebar .row-fluid-wrapper.row-number-3 form label {
    font-family: 'Poppins', Helvetica, sans-serif;
    text-transform: none;
    font-weight: 600;
    font-size: 21px;
    line-height: 1.2;
    clear: none;
    color: #000000;
    margin-bottom: 10px;
}

.blog-list-sidebar .row-fluid-wrapper.row-number-3 form input {
    margin-bottom: 10px;
    border: 1px solid #d7d7d7;
    font-size: 15px;
    line-height: 1.5;
    padding: 5px 15px;
    min-height: 40px;
    height: 40px;
 
    flex: none;
}

.blog-list-sidebar .row-fluid-wrapper.row-number-3 form button svg {
    display: none;
}

.blog-list-sidebar .row-fluid-wrapper.row-number-3 form button {
    padding: 12px 18px;
    border-radius: 1px;
    border: 0px;
    font: 600 18px / 20px "Rajdhani", Helvetica, Arial, Verdana, sans-serif;
    text-transform: uppercase;
    background: transparent;
    width: 46px;
    height: 36px;
    background-image: url(//21201888.fs1.hubspotusercontent-na1.net/hubfs/21201888/raw_assets/public/RapidPackaging_September2024/images/red-button-search-btn.png);
    box-shadow: 0px 0px 0px 0px;
    padding-top: 8px;
    margin-left: 8px;
	right:-54px;
	top:63%;
    padding-left: 15px;
	background-repeat:no-repeat;
}
.header .masthead.inline-header {
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
}
.blog-list-sidebar .row-fluid-wrapper.row-number-3 form button:hover {
    top: 63%;
}

.blog-list-sidebar .row-fluid-wrapper.row-number-3 form input:focus {
    outline: none;
	box-shadow:none;
}
.blog-listings .main-blog-list .list-sidebar .row-fluid-wrapper.row-number-4 {
    box-shadow: none;
}

.blog-listings .main-blog-list .list-sidebar .row-fluid-wrapper.row-number-4 .block {
    box-shadow: none;
    padding: 0px;
}

.blog-listings .main-blog-list .list-sidebar .row-fluid-wrapper.row-number-4 .block h3 {
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
	font-family: 'Poppins', Helvetica, sans-serif;
    text-transform: none;
    font-weight: 600;
    font-size: 21px;
    line-height: 1.2;
    margin-top: 20px;
}



.blog-list-sidebar .row-fluid-wrapper.row-number-3 form button:after {
    content: "GO";
    word-break: auto-phrase;
}
.blog-listings .main-blog-list .list-sidebar .row-fluid-wrapper.row-number-4 .block ul {
    font-size: 16px;
    list-style: disc;
	  margin-top: 16px;
}

.blog-listings .main-blog-list .list-sidebar .row-fluid-wrapper.row-number-4 .block ul>li {
    list-style-type: none;
    line-height: 1.36;
    margin-bottom: 10px;
    text-indent: -1.6em;
    padding-left: 1.55em;
}

.blog-listings .main-blog-list .list-sidebar .row-fluid-wrapper.row-number-4 .block ul>li:before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    color: #fff;
    margin-right: 5px;
    background-color: rgba(237, 28, 36, 1);
    border-radius: 50%;
    font-weight: 900;
    font-size: 9px;
    padding: 4px;
}
.blog-listings .main-blog-list .list-sidebar .side-post-subscribe form .hs-richtext h4 {
    margin-top: 0px;
}

.blog-list-wrapper .vc_column-inner .wpb_wrapper.description {
    font-size: 18px;
    font-family: Poppins, Helvetica, Arial, Verdana, sans-serif;
	line-height:27px;
}
.blog-list-sidebar.list-sidebar .post-live-chat .cm-sidebar-help {
    padding: 0px;
}

/*-----------------------------------*/

/*---------------------blog-list-sidebar----------------*/
.cm-blog-banner.simple-banner {
 max-width:100%;
    position: relative;
    box-sizing: border-box;
    padding: 70px 235px;
    min-height: 594px;
	margin-top:-166px;
}

.cm-blog-banner.simple-banner .bg_el.bg_img {
    margin-top: 0px;
}
.cm-blog-banner.simple-banner .page-center {
    margin: 0px;
    padding: 0px;
}

.cm-blog-banner.simple-banner .flex_row .top_sec {
    align-items: center;
    max-width: 772px;
    min-height: 200px;
    margin: 120px auto 24px 0px;
    display: flex;
    padding: 0px 15px;
    text-align: left;
    text-transform: uppercase;
}

.cm-blog-banner.simple-banner .flex_row {
    padding: 40px 0px 0px;
    row-gap: 0px;
}

.cm-blog-banner.simple-banner .flex_row .banner-content-inner {
    padding: 0px;
}

.cm-blog-banner.simple-banner .flex_row .top_sec h1 {
    font-size: 72px;
	margin-bottom:10px;
}

/*--------------------blog-list-sidebar-ends------------------*/

/*------------------header-section----------------------*/






.header .header-bar {
  height: 110px;
}
.header .masthead:not(.mixed-header){
  background: #ffffff url(//21201888.fs1.hubspotusercontent-na1.net/hubfs/21201888/raw_assets/public/RapidPackaging_September2024/images/top-nav-background-2.png) repeat center center;
  background-size: auto;
}
.header .masthead:not(.side-header){
  max-width:100%;
}
.header .masthead:not(.side-header).full-width .top-bar{
  max-width: 100%;
}

.header .top-bar{
  display: block;
  background-color: #ffffff;
  color: #b1b4b8;
  min-height: 30px;
  padding: 3px 50px 3px 50px;
  position: relative;
  top: 0;
  box-sizing: border-box;
}

.header .top-bar .top-bar-bg{
  background: rgba(255, 255, 255, 0) none repeat center center;
  padding: 0 1000px;
  margin-left: -1000px;
  position: absolute;
  box-sizing: content-box;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.header .top-bar>.mini-widgets{
  display:flex;
  align-items:center;
  justify-content: flex-end;
  flex-flow: row wrap;
}
.masthead:not(.side-header):not(.side-header-v-stroke):not(.side-header-menu-icon) .header-bar{
  padding: 0 50px 0 0px;
}


.masthead:not(.side-header).full-width .header-bar{
  max-width:100%;
}
.masthead:not(.side-header):not(.side-header-menu-icon) .header-bar{
  margin:0 auto;
}

.masthead:not(.side-header) .header-bar{
  position:relative;
  display:flex;
  justify-content:space-between;
  align-items:stretch;
}
.inline-header .header-bar{
  flex-flow: row nowrap;
}

.header .header-bar .branding {
  padding: 0px;
  display: flex;
  align-items: center;
  background-image: url(//21201888.fs1.hubspotusercontent-na1.net/hubfs/21201888/raw_assets/public/RapidPackaging_September2024/images/logo-background-clipped.png);
  width: 439px;
  height: 220px;
  line-height: 0;
  font-size: 0;
  margin: 0px;
  z-index:500;
}

.header .phantom-sticky .branding>a:not(.same-logo){
  transition: opacity .3s ease;
  display: block !important;
  position: absolute;
  left: -100%;
}
.header .branding .sticky-logo{
  padding: 0px 5px 0px 0px;
}

.header .branding a img, .branding img{
  max-width: 100%;
  height: auto;
}


.header .branding img {
  padding: 5px 22px 5px 38px;
  margin-top: -96px;
}

.header .header-bar .branding .assistive-text .hs_cos_wrapper p {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  margin: 0;
}

.header .header-bar .branding .assistive-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.phantom-sticky .sticky-off .branding>a:not(.sticky-logo){
  opacity: 1;
  position: static;
}
.phantom-sticky .branding>a:not(.same-logo){
  opacity: 0;
  transition: opacity .3s ease;
  display: block !important;
  position: absolute;
}

.header .header-menu.main-nav {
  display: flex;
  align-items: stretch;
  justify-content: right !important;
  padding-right: 22px;
  flex-grow: 1;
  flex-flow: row wrap;
}

.header .header-button {
  padding: 0px 0px 0px 5px;
  display: flex;
  align-items: center;
}

.header .header-button .hs_cos_wrapper a.hs-button {
  display: flex;
  align-items: center;
  font: 600 20px / 24px "Rajdhani", Helvetica, Arial, Verdana, sans-serif;
  padding: 10px 20px 10px 20px;
  background-color:transparent;
  border-radius: 0px;
  position:relative;
  z-index:1;

}
.header .header-button .hs_cos_wrapper a.hs-button:before {
  background: transparent;
  content:" ";
  width: 150px;
  height: 42px;
  left:0;
  top:0;
  background-image: url(//21201888.fs1.hubspotusercontent-na1.net/hubfs/21201888/raw_assets/public/RapidPackaging_September2024/images/red-button-top-nav.png);
  position: absolute;
  z-index:-1;
  box-shadow: 0px 0px 0px 0px !important;
  transition-delay: .1s;
}


.header .header-menu.main-nav .hs-menu-wrapper {
  display: flex;
  flex-flow: row wrap;
  height:100%;
  flex-grow: 1;
}


.header .header-menu .hs-menu-wrapper ul {
  flex-flow: row wrap;
}

.header .header-menu .hs-menu-wrapper ul>li {
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;

}

.header .header-menu .hs-menu-wrapper ul>li>a {
  margin: 18px 12px 18px 12px;
  padding: 4px 4px 4px 4px;
  color: #ffffff;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  position: relative;
  align-items: center;
  font: normal normal 600 20px / 24px "Rajdhani", Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
}

.header .header-menu .hs-menu-wrapper ul>li:nth-child(1)>a {
  margin-left: 0;
}
.header .header-menu .hs-menu-wrapper ul ul {
  width: 280px;
  background-color: #ffffff;
  padding: 9px 10px 9px 10px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, .2);
  box-sizing: border-box;
  z-index:200;
}



.header .header-menu .hs-menu-wrapper ul ul>li {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 100%;
}

.header .header-menu .hs-menu-wrapper ul ul>li>a {
  display: block;
  flex-grow: 1;
  margin: 0px 0px 2px 0px;
  padding: 10px 10px 10px 10px;
  transition: background .3s;
  box-sizing: border-box;
  position: relative;
  align-items: center;
  color: #333;
  font: 500 15px / 19px "Poppins", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}

.header .header-menu .hs-menu-wrapper ul ul>li:hover {
  background-color: rgba(237, 28, 36, 0.07);
}

.header .header-menu .hs-menu-wrapper ul ul>li:hover>a {
  color: #ed1c24;
}

.header .header-menu .hs-menu-wrapper ul ul>li>a.active ul ul>li {
  background-color: rgba(237, 28, 36, 0.07);
}

.header .header-menu .hs-menu-wrapper ul ul>li>a.active {
  color: #ed1c24;
}

.header .header-menu .hs-menu-wrapper>ul>li:hover>a {
  color: #fbc6c8;
}

.header .header-menu .hs-menu-wrapper>ul>li>a:after {
  content: " ";
  width: 0;
  bottom: 19.5px;
  background-color: #ed1c24;
  height: 2px;
  position: absolute;
  display: block;
  left: 5px;
  overflow: hidden;
  opacity: .85;
  transition: all .3s cubic-bezier(.175,.885,.32,1.275); 
}

.header .header-menu .hs-menu-wrapper ul>li:hover>a:after {
  width: 95%;
}
.header .header-menu .hs-menu-wrapper ul>li:nth-last-child(1)>a {
  margin-right: 0;
}

.header .header-space {
  height: 110px;
}
.header .header-menu .hs_cos_wrapper {
  display: flex;
  align-items: center;
}
.header .masthead:not(.side-header).full-width .mobile-header-bar{
  max-width: 100%;
}

.masthead:not(.side-header):not(.side-header-menu-icon) .mobile-header-bar {
  margin: 0 auto;
  box-sizing: border-box;
}


.header .mobile-bar .mobile-navigation {
  margin-left: 10px;
}

.header .mobile-bar .mobile-navigation>a {
  margin: 0px 0px 0px 0px;
  border-radius: 0px;
  display: inline-flex;
  align-items: center;
  padding:12px 9px;
}

.header .mobile-bar .mobile-navigation>a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: inherit;
  box-sizing: border-box;
  opacity: 1;
  cursor: pointer;
  user-select: none;
}

.header .mobile-bar .mobile-navigation>a .lines-button {
  height: 16px;
  width: 22px;
  position: relative;
  margin-right: 0;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}
.header .mobile-bar .mobile-navigation>a .lines-button .menu-line:nth-of-type(1) {
  top: 0;
}

.header .mobile-bar .mobile-navigation>a .lines-button .menu-line {
  max-width: 100%;
  position: absolute;
  width: 22px;
  height: 2px;
  display: inline-block;
  left: 0;
  content: '';
  transform-origin: 1.5px center;
  transition: transform .2s linear, color .2s linear;
}

.header .mobile-bar .mobile-navigation>a .lines-button .menu-line:before {
  background: #333333 !important;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: inherit;
  box-sizing: border-box;
}

.header .mobile-bar .mobile-navigation>a .lines-button .menu-line:nth-of-type(2) {
  top: 7px;
}

.header .mobile-bar .mobile-navigation>a .lines-button .menu-line:nth-of-type(3) {
  top: 14px;
}



.header .header-button .mobile-bar {
  display: none;
}


.header .header-menu-content .mobile-header-wrap .mobile-close-icon {
  opacity: 1;
  padding: 5px 5px 5px 5px;
  margin: 15px 0px 0px 0px;
  border-radius: 0px;
  right: 13px;
  justify-content: center;
  position: absolute;
  top: 0;
  z-index: 9999;
  transition: opacity .5s ease;
  min-width: 12px;
  min-height: 12px;
  display: inline-flex;
  align-items: center;
}

.header .header-menu-content .mobile-header-wrap .mobile-close-icon:before {
  background-color: #ed1c24;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: inherit;
  box-sizing: border-box;
}

.header .header-menu .close-line-wrap {
  width: 20px;
  height: 20px;
  position: relative;
}

.header .header-menu .close-line-wrap .close-line:nth-child(1) {
  transform: rotate3d(0, 0, 1, 45deg);
}

.header .header-menu .close-line-wrap .close-line {
  width: 20px;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  transform-origin: 50% 50%;
  height: 2px;
  position: absolute;
  left: 0;
  content: '';
  transition: transform .2s ease;
  z-index: 2;
  background-color: #fff;
}

.header .header-menu .close-line-wrap .close-line:nth-child(1) {
  opacity: 1;
}

.header .header-menu .close-line-wrap .close-line:nth-child(2) {
  display: none;
}

.header .header-menu .close-line-wrap .close-line:nth-child(3) {
  transform: rotate3d(0, 0, 1, -45deg);
}
.header .header-menu .mobile-header-wrap {
  display: none;
}
.header .header-menu .hs_cos_wrapper{
  height:100%;
}
.cm-banner-section .page-center {
  padding: 0 50px 0 50px;
  max-width: 1520px;
}

.cm-banner-section .page-center .flex_row {
  min-height: 390px;
  margin: 106px auto 70px 0px;
  width: 100%;
  max-width: 680px;
  position: relative;
  box-sizing: border-box;
  transition: opacity .5s ease;
  overflow: hidden;

}
.cm-banner-section.simple-banner {
  min-height: 834px;
  margin-top: -188px;
}



.cm-banner-section .flex_row .banner-content-inner {
  min-height: 390px;
  margin: 106px auto 70px 0px;
  width: 100%;
  max-width: 680px;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
.cm-banner-section .banner-content-inner .top_sec h1 {
  font-size: 74px;
  line-height: 0.94;
  margin-bottom: 10px;
}

.cm-banner-section .banner-content-inner .top_sec h4 {
  margin-bottom: 10px;
}

.cm-banner-section .banner-content-inner .top_sec p {
  margin-top: 20px;
  font-size:18px;
}

.cm-banner-section .banner-content-inner .top_sec {
  margin-bottom: 35px;
}


.header .header-menu .header-menu-content .hs-menu-wrapper>ul>li.hs-item-has-children.child-trigger:after {
  transform: rotate(45deg);
}

.header .header-menu .header-menu-content .hs-menu-wrapper>ul>li.hs-item-has-children.child-trigger ul {
  display: block;
}

.mobile-open .header .mobile-header-overlay {
  opacity: 1;
  visibility: visible;
  z-index: 9000;
  background-color: rgba(17, 17, 17, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .4s;
}



.right-widgets.mini-widgets a.mini-contacts i {
  margin-right: 7px;
}

.right-widgets.mini-widgets a.mini-contacts {
  margin-right: 8.2px;
}

.right-widgets.mini-widgets a.mini-contacts.clock {
  margin-right: 0px;
}
.header .header-bar {
  transition: 0.1s;
}
html.child-theme.sticky-header header.header-bar {
  height: 60px;
  transition: 0.3s;
}
.header .masthead:not(.mixed-header) {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 500;
  transition: background-color 330ms ease, background-image 330ms ease;
}
.header {
  position: relative;
  min-height: 140px;
}
html.child-theme.sticky-header .header .masthead:not(.mixed-header) {
  position: fixed;
  top: 0;
  left: 0;
  background: #FFFFFF none repeat center center !important;
  background-size: auto;
  box-shadow: rgba(0, 0, 0,0.0);
}

html.child-theme.sticky-header .header .masthead:not(.mixed-header) .hs-menu-wrapper> ul > li > a {
  color: #000000;
}


.blog-post-wrapper .cm-sidebar-form .page-center {
  padding: 0px;
}
.sticky-header .header .header-menu .hs-menu-wrapper>ul>li>a:after{
  bottom: -1.5px;
}
.sticky-header .header .top-bar-line-hide {
    display: none;
}


/*-----header ends---------*/

/*--------------------blog-post---------------------*/
.post-live-chat .sidebar-livechat.dnd_padd {
  padding: 0px;
  display: inline;
}
.blog-comments {
  width: 100%;
}
.cm-sidebar-form form .hs_error_rollup label.hs-main-font-element {
  font-size: 14px;
}

.left.cm-sidebar-form {
  overflow: unset;
}
.blog-author-box .wpb_wrapper > h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-transform: none;
  line-height: 1.18;
  color: #666666;
  margin-top: 24px;
  margin-bottom: 4px;
}
.blog-author-box .wpb_wrapper > p {
  margin-bottom: 10px;
  color: rgb(64, 64, 64);
  font-size: 18px;
}
.blog-post-wrapper {
  padding: 70px 0px 70px 0px;
}
.blog-post-wrapper .vc_col-sm-2\/5 .vc_column-inner .wpb_wrapper .wpb_raw_code .share > p {
  margin: 0 15px 0 0;
}
.blog-post-wrapper .blog-sidebar .sidebar-inner .side-post-subscribe, 
.blog-post-wrapper .blog-sidebar .sidebar-inner .post-live-chat {
  padding: 0;
}
.blog-post-wrapper .vc_col-sm-2\/5 .vc_column-inner .wpb_wrapper .wpb_raw_code .share {
  align-items: center;
}

.blog-post-wrapper .page-center {
  padding: 0px 50px;

}


.blog-post-wrapper .vc_row.wpb_row-fluid {
  margin: 0px -30px;
}

.blog-post-wrapper .vc_row .wpb_column {
  padding: 15px;
}

.blog-post-wrapper .vc_row .wpb_column {
  width: 75%;
  float: left;
}

.blog-post-wrapper .vc_row .blog-sidebar {
  width: 25%;
  padding: 15px;
  margin-top: 10px;
  float: left;
}


.blog-post-wrapper .vc_row .wpb_column  .vc_column-inner {
  box-sizing: border-box;
  padding: 0px 15px;
  width: 100%;
}

.blog-post-wrapper .vc_row .wpb_column .vc_column-inner:before {
  content: " ";
  display: table;
}


.blog-post-wrapper .vc_row .wpb_wrapper .wpb_single_image {
  margin-top: 36px;
  margin-bottom: 0px;
  text-align: left;
}

.blog-post-wrapper .vc_column-inner figure.wpb_wrapper.vc_figure {
  margin: 0px;
}

.blog-post-wrapper .wpb_single_image .wpb_wrapper .vc_single_image-wrapper {
  line-height: 0;
  display: block;
  vertical-align: top;
  max-width: 100%;
}

.blog-post-wrapper .wpb_single_image .vc_single_image-wrapper .cm-featured-wrapper {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.blog-post-wrapper .wpb_single_image .vc_single_image-wrapper .cm-featured-wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.blog-post-wrapper .vc_column-inner .wpb_wrapper>h2.vc_custom_heading {
  font-family: var(--primary-fonts);
  font-size: 36px;
  text-transform: none;
  font-weight: 600;
  line-height: 1.18;
  margin-top: 38px;
  color: #3e3e3e;
  text-align: left;
  margin-bottom: 0.625rem;
}

.blog-post-wrapper .vc_column-inner .wpb_wrapper .vc_row.blog-byline {
  font-size: 15px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  margin: 24px 0px;
  padding: 12px 0px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
}


.blog-post-wrapper .vc_column-inner .wpb_wrapper .vc_row.blog-byline .wpb_column.vc_column_container.vc_col-sm-3\/5 {
  align-items: stretch;
  display: flex;
  padding: 0px;
  width: 60%;
  float: left;
  position: relative;
  min-height: 1px;
}

.blog-post-wrapper .vc_column-inner .vc_col-sm-3\/5 .vc_column-inner {
  display: flex;
  justify-content: center;
  padding: 0px;
  flex-grow: 1;
  flex-direction: column;
  z-index: 1;
}

.blog-post-wrapper .vc_column-inner .vc_col-sm-3\/5 .vc_column-inner .wpb_text_column.author {
  margin-bottom: 0px;
  line-height: 1.4;
}

.blog-post-wrapper .vc_column-inner .vc_col-sm-3\/5 .vc_column-inner .wpb_text_column.author .wpb_wrapper>p {
  margin: 0px;
}


.blog-post-wrapper .wpb_column.vc_column_container.vc_col-sm-2\/5 {
  align-items: stretch;
  display: flex;
  width: 40%;
  float: left;
  position: relative;
  min-height: 1px;
  padding: 0px;
}

.blog-post-wrapper .wpb_column.vc_column_container.vc_col-sm-2\/5 .vc_column-inner {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
  padding: 0px;
}

.blog-post-wrapper .wpb_column.vc_column_container.vc_col-sm-2\/5 .vc_column-inner .wpb_wrapper .wpb_raw_code {
  line-height: 1.4;
  margin-bottom: 0px;
}

.blog-post-wrapper .vc_col-sm-2\/5 .vc_column-inner .wpb_wrapper .wpb_raw_code .share {
  display: flex;
  float: right;
}

.blog-post-wrapper .vc_col-sm-2\/5 .vc_column-inner .wpb_wrapper .wpb_raw_code .share .hs_cos_wrapper p {
  margin: 0px;
  margin-right: 12px;
  margin-top: 4px;
}

.blog-post-wrapper .vc_col-sm-2\/5 .vc_column-inner .share a {
  text-decoration: none;
  font-weight: 500;
}

.blog-post-wrapper .vc_col-sm-2\/5 .vc_column-inner .share a>i {
  border: 1px solid #cccccc !important;
  height: 18px;
  width: 18px;
  color: #3e3e3e;
  padding-left: 8px;
  padding-top: 5px;
  padding-bottom: 3px;
  margin-right: 8px;
  transition: all 0.4s ease-in-out;
}
.blog-listings .list-social-share .contact-socials .social-icons a{
	margin-right:13px !important;
}


.blog-post-wrapper .vc_col-sm-2\/5 .vc_column-inner .share a>i.fa-brands {
  font-family: "Font Awesome 5 Brands";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}


.blog-post-wrapper .vc_column-inner .vc_row.vc_inner {
  margin: 0px -15px;
}

.blog-post-wrapper .vc_column-inner .vc_row.vc_inner .wpb_column {
  padding: 0px;
}

.blog-post-wrapper .vc_column-inner .vc_row .vc_column-inner .wpb_text_column {
  margin-bottom: 35px;
}

.blog-post-wrapper .vc_column-inner .vc_row .vc_column-inner .wpb_text_column .wpb_wrapper .hs_cos_wrapper p {
  margin-bottom: 0px;
  font-size: 18px;
  color: #404040;
}
.blog-post-wrapper .vc_column-inner .vc_row .vc_column-inner .wpb_text_column .wpb_wrapper .hs_cos_wrapper h3 {
  margin-top: 24px;
  margin-bottom: 4px;
  clear: none;
  font-family: var(--primary-fonts);
  font-size: 24px;
  font-weight: 600;
  text-transform: none;
  line-height: 1.18;
  color: #666666;
  margin-top: 24px;
  margin-bottom: 4px;
}

.blog-post-wrapper .vc_row-fluid .wpb_column.vc_column_container.vc_col-sm-12 {
  width: 100%;
}


.blog-post-wrapper .vc_col-sm-2\/5 .vc_column-inner .share a>i.fa-brands.fa-x-twitter {
  padding-left: 5px;
  padding-right: 10px !important;
}

.blog-post-wrapper .vc_col-sm-2\/5 .vc_column-inner .share a>i.fa-brands.fa-x-twitter:before {
  content: "\e61b";
}



.blog-post-wrapper .vc_column-inner .vc_row.vc_inner.vc_column-gap-15 {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  /* margin: 36px 0px 48px 0px; */
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}



.blog-post-wrapper .vc_column-gap-15 .wpb_column.author-photo {
  align-items: stretch;
  padding: 7.5px !important;
  display: flex;
  width: 20%;
}

.blog-post-wrapper .vc_column-gap-15 .wpb_column.author-photo .vc_column-inner {
  padding-left: 0px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  z-index: 1;
  padding-right: 15px;
  width: 100%;
}

.blog-post-wrapper .vc_column-gap-15 .wpb_column.author-photo .vc_column-inner .vc_align_left.wpb_single_image {
  text-align: left;
  margin: 0px;
}

.blog-post-wrapper .vc_column-gap-15 .wpb_column.author-photo .vc_column-inner .vc_align_left.wpb_single_image .featured-image {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  padding: 0px;
  margin: 0px;
}

.blog-post-wrapper .vc_column-gap-15 .wpb_column.author-photo .vc_column-inner .vc_align_left.wpb_single_image img {
  border-radius: 50%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}


.blog-post-wrapper .vc_column-gap-15 .wpb_column.vc_column_container.vc_col-sm-4\/5 {
  align-items: stretch;
  padding: 7.5px;
  display: flex;
  width: 80%;
}

.blog-post-wrapper .vc_column-gap-15 .wpb_column.vc_column_container.vc_col-sm-4\/5 .vc_column-inner {
  display: flex;
  justify-content: center;
  flex-grow: 1;
  flex-direction: column;
  width: 100%;
}

.blog-post-wrapper .vc_column-gap-15 .wpb_column.vc_column_container.vc_col-sm-4\/5 .vc_column-inner .wpb_text_column .hs_cos_wrapper p {
  margin-bottom: 10px;
  font-size: 18px;
  color: #404040;
}


.blog-post-wrapper .blog-sidebar .sidebar-inner {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  box-sizing: border-box;
}

.blog-post-wrapper .blog-sidebar .sidebar-inner .side-post-search {
  margin-bottom: 35px;
}

.blog-post-wrapper .sidebar-inner form label.hs-search-field__label {
  font-family: var(--primary-fonts);
  text-transform: none;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 10px;
  clear: none;
}

.blog-post-wrapper .sidebar-inner form input {
  margin-bottom: 10px;
  border: 1px solid #D7D7D7;
  font-size: 15px;
  line-height: 1.5em;
  height: 40px;
  color: #8b8d94;
  padding: 5px 15px;
  transition: all 0.3s ease;
}

.blog-post-wrapper .blog-sidebar .sidebar-inner .side-post-fliter {
  margin-bottom: 35px;
}

.blog-post-wrapper .blog-sidebar .sidebar-inner .side-post-fliter .block {
  padding: 0px;
  box-shadow: none;
}

.blog-post-wrapper .blog-sidebar .sidebar-inner .side-post-fliter .block h3 {
  padding: 0px;
  font-family: var(--primary-fonts);
  text-transform: none;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 10px;
}

.blog-post-wrapper .blog-sidebar .sidebar-inner .side-post-fliter .block ul {
  margin-bottom: 0px;
  color: #0e0e0e;
  margin: 16px 0px;
  font-size: 16px;
  list-style: disc;
}



.blog-post-wrapper .blog-sidebar .sidebar-inner .side-post-fliter .block ul li {
  list-style-type: none;
  line-height: 1.36;
  margin-bottom: 10px;
  text-indent:1px;
  padding-left: 0px;
}


.blog-post-wrapper .blog-sidebar .sidebar-inner .side-post-fliter .block ul li:before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-size: 9px;
  margin-right: 5px;
  background-color: rgba(237, 28, 36, 1);
  border-radius: 50%;
  padding: 4px;
  font-weight: 900;
  display: inline-block;
  color: #fff;
  list-style-type: none;
  text-indent:1px;
  width: 18px;
  height: 18px;
}

.blog-sidebar .hs_cos_wrapper_type_post_filter>.block ul>li>a {
  margin-bottom: 0px;
  padding: 0px;
  text-decoration: none;
  padding: 0px;
  font-weight: 500;
  display: inline;
  color: #ed1c24;
}

.blog-sidebar .hs_cos_wrapper_type_post_filter>.block ul>li>a:after {
  display: none;
}

.blog-sidebar .hs_cos_wrapper_type_post_filter>.block ul>li>a:hover {
  text-decoration: underline;
}

.blog-post-wrapper .sidebar-inner form input:focus {
  outline: none;
  box-shadow: none;
}

.blog-post-wrapper .vc_col-sm-2\/5 .vc_column-inner .share a>i {
  width: 28px;
  height: 28px;
}
.blog-post-wrapper .vc_col-sm-2\/5 .vc_column-inner .share a:hover i {
  color: #ed1c24;
}
.blog-post-wrapper .vc_column-gap-15 .wpb_column.author-photo .vc_column-inner {
  align-items: center;
}

.blog-post-wrapper .vc_column-gap-15 .wpb_column.author-photo .vc_column-inner .wpb_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}

.blog-post-wrapper .wpb_single_image .vc_single_image-wrapper .cm-featured-wrapper {
  width: 100%;
}

.blog-list-sidebar .row-fluid-wrapper.row-number-3 form{
	display:inline-block;

}







/*-----------------blog-post-ends----------------------*/




/*--------responsive----*/


@media (min-width:1280px){
  .header .header-space {
    display:none;

  }


  .phantom-sticky.phantom-custom-logo-on .sticky-off .branding > a:not(.sticky-logo){
    visibility: visible;
  }
  .header .header-bar .branding .sticky-logo {
    visibility: hidden;
    opacity:0;
  }

  .masthead:not(.side-header):not(.side-header-v-stroke):not(.side-header-menu-icon) .header-bar, .ph-wrap{
    padding-right: 50px;
    padding-left: 0px;
  }

  .header	.phantom-sticky .fixed-masthead.masthead{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 500;
  }

  .header	.phantom-sticky:not(.overlap):not(.transparent) .masthead{
    transition: background-color 330ms ease, background-image 330ms ease;
  }
  .header .header-button .mobile-header-bar {
    display: none;
  }
  .child-theme .header .header-menu .hs-menu-wrapper >  ul>li>a{
    font-size:20px;
  }
}


@media (max-width:1570px){
  .header .header-menu .hs-menu-wrapper ul>li>a{
    margin: 18px 8px;
    padding: 4px 4px 4px 4px;
  }



}



@media (max-width:1496px){
  .header .header-menu .hs-menu-wrapper>ul>li>a{
    font: normal normal 600 19px / 23px "Rajdhani", Helvetica, Arial, Verdana, sans-serif;
    text-transform: uppercase;
  }
}

@media (max-width:1440px){
  .header .header-menu .hs-menu-wrapper ul>li>a{
    margin: 18px 6px;
  }

	.cm-post-pane.image_bg_ty.center {
    padding-left: 10px;
    padding-right: 10px;
}
  .header .header-button .hs_cos_wrapper a.hs-button{
    font: 600 18px / 24px "Rajdhani", Helvetica, Arial, Verdana, sans-serif;
    margin-bottom: 2px;
  }
  .header .header-menu .hs-menu-wrapper>ul>li>a{
    font: normal normal 600 18px / 22px "Rajdhani", Helvetica, Arial, Verdana, sans-serif;
    text-transform: uppercase;
  }

	.blog-index-sidebar-layout.blog-listings .simple-banner {
		padding:70px 35px;
	}
}

@media (max-width:1400px){
  .blog-post-wrapper .vc_row .wpb_column{
    width:70%;
  }
  .blog-post-wrapper .vc_row .blog-sidebar{
    width:30%;
  }
	.cm-blog-banner.simple-banner .bg_el.bg_img {
    background-position: 25% 100% !important;
}
}


@media (max-width:1380px){
  .header .header-menu .hs-menu-wrapper ul>li>a{
    margin: 18px 4px;
  }
  .header .header-button .hs_cos_wrapper a.hs-button{
    font: 600 18px / 24px "Rajdhani", Helvetica, Arial, Verdana, sans-serif;
    margin-bottom: 2px;
  }

  .header .header-menu .hs-menu-wrapper ul>li>a {

    font: normal normal 600 17px / 21px "Rajdhani", Helvetica, Arial, Verdana, sans-serif;
    text-transform: uppercase;
  }

}



@media (max-width:1330px){
  .header .header-menu .hs-menu-wrapper>ul>li>a{
    font: normal normal 600 16px / 20px "Rajdhani", Helvetica, Arial, Verdana, sans-serif;
    text-transform: uppercase;
  }
  .header .header-menu .hs-menu-wrapper ul>li>a{
    margin:18px 3px;
  }

}


/*----------------------------------------*/

@media (max-width:1279px){
	.header{
		min-height:110px;
	}

  .header .header-button .mobile-bar {
    display: block;
  }

  .header .header-button .mobile-bar {
    margin-left:10px;
  }

  .header .masthead.fixed-masthead {
    background-color: rgba(255, 255, 255,1.0);
  }
  .header .header-bar{
    height:94px;
    min-height:94px;	
  }
  .header .header-button {
    margin-top: 1px;
  }

  .header .header-button a.hs-button {
    margin-top: 2px;
  }
  .header .header-bar .branding{
    margin-top: -36px;
  }



  .header .mobile-header-wrap{
    display:none;
  }

  .header .mobile-header-wrap{
    display:block;
  }


  .header .header-menu.main-nav {
    position: fixed;
    top: 0;
    height: 100%;
    min-height: 100%;
    width: 330px;
    max-width: 100%;
    z-index: 9602;
    box-sizing: border-box;
    background-color: #fff;
    right: 0;
  }

  .mobile-open 	.header .header-menu.main-nav {
    display:block;
  }
  .header .header-menu .hs_cos_wrapper {
    display: block;
  }

  .header .header-menu.main-nav .hs-menu-wrapper {
    display: block;
  }

  .header .header-menu .header-menu-content .hs-menu-wrapper>ul {
    display: flex;
    flex-flow: column nowrap;
    flex: 10 1 auto;
  }	
  .header .header-menu.main-nav{
    padding:0px;
    right: 0;
    transform: translate3d(100%, 0, 0);
    transition: right .5s ease;
  }
  .mobile-open .header .header-menu.main-nav{
    right: 330px;
  }

  .header .header-menu .header-menu-content {
    width: calc(330px - 13px);
    padding: 45px 15px 30px 30px;
    box-sizing: border-box;
  }


  .header .header-menu .header-menu-content .mobile-header-wrap{
    display:block;
  }



  .header .header-menu .header-menu-content .hs-menu-wrapper>ul>li {
    flex-flow: row wrap;
    justify-content:space-between;
  }

  .header .header-menu .header-menu-content .hs-menu-wrapper>ul>li>a {
    max-width: calc(100% - 55px);
    padding: 15.2px 25px 15.2px 0;
    color: #333333;
    display: flex;
    align-items: center;
    margin: 0px;
    justify-content: flex-start;
  }
  .header .header-menu .header-menu-content .hs-menu-wrapper>ul>li:not(:nth-child(1)):not(:nth-last-child(0)):before {
    border-bottom: 1px solid rgba(51, 51, 51, 0.12);
    content: "";
    position: absolute;
    top: -.5px;
    height: 0;
    width: 100%;
    max-width: 100%;
    left: 0;
  }
  .header .header-menu .header-menu-content .hs-menu-wrapper>ul>li.hs-item-has-children:after {
    padding: 9.5px 0;
    top: 16.5px;
    line-height: 20px;
    position: absolute;
    display: flex;
    right: -7px;

    align-self: center;
    align-items: center;
    background-color:transparent;
    justify-content: center;
    background-image: url(//21201888.fs1.hubspotusercontent-na1.net/hubfs/21201888/raw_assets/public/RapidPackaging_September2024/images/plus-svg-color.png);
    -webkit-tap-highlight-color: transparent;
    min-width: 30px;
    width: 16px;
    overflow: hidden;
    content: " ";
    background-repeat:no-repeat;
  }

	.blog-post-wrapper{
		padding-top:70px;
	}
  .header .header-menu .header-menu-content .hs-menu-wrapper>ul>li>a:after{
    width:0%;
  }

  .header .header-menu .header-menu-content .hs-menu-wrapper>ul>li:hover>a{
    color:#ed1c24;
  }

  .header .header-menu .header-menu-content .hs-menu-wrapper>ul ul {
    margin-bottom: 16px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    visibility: visible;
    opacity: 1;
    display:none;
    box-shadow:none;
    z-index: auto;
    margin-left: 20px;
    padding: 0px;
  }

  .header .header-menu .header-menu-content .hs-menu-wrapper>ul ul>li {
    padding: 0;
    width: 100%;
    position:relative;
  }

  .header .header-menu .header-menu-content .hs-menu-wrapper>ul ul>li>a {
    padding: 5.2px 0px 5.2px 0;
    margin: 0;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font: 500 13px / 17px "Poppins", Helvetica, Arial, Verdana, sans-serif;
    color: #333333;
    text-transform: none;
  }


  .header .header-menu .header-menu-content .hs-menu-wrapper>ul ul>li:hover {
    background-color: transparent;
  }

  .header .header-menu .header-menu-content .hs-menu-wrapper>ul ul>li:hover>a {
    color: #ed1c24;
  }

  .header .header-bar .branding {
    margin-left: -50px;
  }

  .header .branding img {
    padding-left: 80px;
    width: 90% !important;
    margin-top: -68px;
  }

  .header .mobile-bar .mobile-navigation>a:hover .menu-line:nth-of-type(1) {
    transform: translateY(2px);
  }
  .header .mobile-bar .mobile-navigation>a:hover .menu-line:nth-of-type(3) {
    transform: translateY(-2px);
  }


  .mobile-open .header .mobile-header-overlay {
    z-index: 2;
  }

  .header .masthead.fixed-masthead {
    z-index: unset;
  }

  .header .header-bar .branding {
    z-index: unset;
  }
  .blog-post-wrapper .vc_column-inner .wpb_wrapper .vc_row.blog-byline {
    flex-direction: column;
  }

  .blog-post-wrapper .vc_column-inner .wpb_wrapper .vc_row.blog-byline .wpb_column.vc_column_container.vc_col-sm-3\/5 {
    width: 100%;
  }

  .blog-post-wrapper .wpb_column.vc_column_container.vc_col-sm-2\/5 .vc_column-inner {
    justify-content: flex-start;
  }
}


/*----------------------------------------*/

@media (max-width:1200px){
  .blog-post-wrapper .vc_row .blog-sidebar{
    width:35%;
  }
  .blog-post-wrapper .vc_row .wpb_column{
    width:65%;
  }
}

@media (max-width:1096px){
  .cm-banner-section .page-center .flex_row{
    max-width:600px;
  }
}


@media (max-width:1024px){
  .blog-post-wrapper .vc_row .wpb_column{
    width:60%
  }
	.cm-blog-banner.simple-banner .flex_row .top_sec h1 {
    line-height: 1;
}
  .blog-post-wrapper .vc_row .blog-sidebar{
    width:40%;
  }
  .blog-listings .row-number-4 form button.hs-search-field__button{
    right:17px;
  }

}


@media (max-width:991px){

  .blog-post-wrapper .vc_row .blog-sidebar{
    width:100%;
  }
  .blog-post-wrapper .vc_row .wpb_column{
    width:100%
  }
  .footer-bottom-section .footer-bottom-content .footer-copyright{
    margin:0px;
  }
  .cm-footer-section .footer-data .hs-menu-wrapper ul>li{
    text-align:center;
  }
  .cm-footer-section .footer-main-section .footer-details .footer-content p{
    text-align:center;
  }
  .footer-bottom-section .footer-bottom-content{
    flex-flow:column wrap;
    justify-content:center;
  }
  .footer-bottom-section .footer-social-icons .footer-social{
    padding-bottom:0px;
  }
  .footer-bottom-section .footer-social-item:not(:first-child){
    margin:0px;
  }
  .cm-footer-section .footer-main-section .footer-data.footer-second-image{
    padding:10px 10px 16px;
    margin:0px;
  }
  .cm-footer-section .footer-main-section .footer-data.footer-image-section{
    margin-bottom:30px;
    margin-top:0px;
  }
  .cm-footer-section .page-center{
    padding:0px 35px;
  }

  .blog-listings .row-number-4 form button.hs-search-field__button{
    left:215px;
    top:35%;
    right:0px;
  }

	.blog-list-sidebar .row-fluid-wrapper.row-number-3 form {
		display:inline-block;
	}
	.blog-listings .main-blog-list .blog-sidebar{
		padding:15px !important;
	}
	
	
	
}
@media (max-width:960px){
  .cm-banner-section .page-center .flex_row{
    max-width: 550px;
  }
  .cm-banner-section.simple-banner .page-center{
    padding:0px 20px;
  }
}


@media (max-width:778px){
  .cm-footer-section .page-center{
    padding:0px 5px;
  }
  .header .header-button .hs_cos_wrapper a.hs-button{
    display:none;
  }
  .header .masthead:not(.side-header).full-width .top-bar{
    display:none;
  }
  .header .branding img {
    margin-top: -40px;

  }
	.blog-index-sidebar-layout.blog-listings .simple-banner {
		padding:70px 5px;
	}
	.blog-index-sidebar-layout.blog-listings .flex_row{
		padding-left:0px;
		padding-right:0px;
	}
}


@media (max-width:767px){
	
.cm-post-pane.image_bg_ty.center .page-center {
    padding: 0px 15px;
}
	
  .blog-post-wrapper .vc_column-inner .wpb_wrapper>h2.vc_custom_heading{
    font-size:30px;
  }

  .blog-post-wrapper .vc_column-inner .vc_row .vc_column-inner .wpb_text_column .wpb_wrapper .hs_cos_wrapper h3{
    font-size:22px;
  }

  .blog-post-wrapper .page-center{
    padding:0 20px;
  }

  .cm-footer-section .page-center{
    padding:0px 20px;
  }

  .cm-footer-section .footer-main-section .flex_row{
    margin:0px 10px;
  }

  .cm-footer-section .footer-main-section .footer-data{
    width: 100%;
    text-align: center;
    padding:10px 10px 16px;
    margin-top: -20px;
    margin-bottom: 6px;
  }
  .cm-footer-section.footer .flex_row .col-section:not(:first-child){
    padding-top:10px;
  }
  .cm-banner-section .page-center{
    padding:0px 5px;
  }
  .child-theme .no-banner .header {
            min-height: 94px;
  }

}

@media (max-width:640px){
  .cm-banner-section .banner-content-inner .top_sec h1 {
    font-size: 54px !important;
    line-height: 0.88;
  }
  .cm-banner-section .banner-content-inner .top_sec h4{
    font-size: 34px !important;
    line-height: 1.2;
  } 
	.cm-blog-banner.simple-banner .flex_row .top_sec h1{
		font-size: 54px;
        line-height: 0.88;
	}


}

@media screen and (max-width: 580px) {
  .header .header-bar .branding{
    width: 390px;
    height: 195px;
    margin-top: -16px !important;
    margin-left: -10px !important;
    background-repeat: no-repeat;
    background-image: url(//21201888.fs1.hubspotusercontent-na1.net/hubfs/21201888/raw_assets/public/RapidPackaging_September2024/images/logo-background-clipped-mobile.png);
  }
  .header .header-bar {
    height: 69px;
    min-height: 69px;
  }
  .header .branding img {
    padding-left: 36px !important;
    margin-top: -66px !important;
    width: 80% !important;
  }
	
	.cm-post-pane.image_bg_ty.center{
		padding:0px 5px;
	}
}

@media screen and (max-width: 450px) {
  .header .header-bar .branding{
    width: 360px;
    height: 180px;
    margin-top: -20px !important;
    margin-left: -32px !important;
    background-repeat: no-repeat;
  }

  .header .branding img {
    width: 224px !important;
    padding: 0 0 0 50px !important;
    margin-top: -54px !important;
  }
}

@media screen and (max-width: 398px) {
  .header .header-bar .branding{
    height: 160px;
    margin-top: -30px !important;
    margin-left: -62px !important;
  }
  .header .branding img{
    width: 210px !important;
    padding-left: 36px !important;
    margin-top: -66px !important;
  }
  .masthead:not(.side-header):not(.side-header-v-stroke):not(.side-header-menu-icon) .header-bar{
    padding-right:20px;
  }

  .header .header-bar .branding a {
    padding-left: 40px !important;
    margin-top: 47px !important;
    display: -webkit-inline-box;
  }
}

@media screen and (max-width: 370px){
  .masthead:not(.side-header):not(.side-header-v-stroke):not(.side-header-menu-icon) .header-bar{
    padding-right:10px;
  }
}












.child-theme .cm-post-pane .page-center {
    max-width: 1680px;
    width: 100%;
    padding-left: 130px;
    padding-right: 130px;
}
.child-theme .cm-post-pane .content_widget {
  padding: 88px 0;
  width: 50%;
  padding-bottom: 112px;
}

.child-theme .cm-post-pane .content_widget .title {
  font-size: 50px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.child-theme .cm-post-pane .content_widget p {
  margin-bottom: 0;
  font-size: 18px;
}

.child-theme .cm-post-pane .content_widget a.hs-button {
  border-radius: 0;
  user-select: none;
  text-decoration: none;
  position: relative;
  top: 0;
  transition: all .2s ease-in-out;
  line-height: normal;
  box-shadow: none;
  min-height: 42px;
  color: rgba(255, 255, 255, 1) ;
  text-transform: uppercase;
  font-family: 'Rajdhani', sans-serif;
  font-size: 19px ;
  font-weight: 600 ;
  padding: 8px 7px 8px 24px ;
  background-color: rgba(0, 0, 0, 1) ;
  margin-top: 15px;
}

.child-theme .cm-post-pane .content_widget a.hs-button::after {
  content: "";
  width: 17px;
  height: 42px;
  background-image: url(//21201888.fs1.hubspotusercontent-na1.net/hubfs/21201888/raw_assets/public/RapidPackaging_September2024/images/black-btn-right-redo-for-site.png);
  position: absolute;
  right: -17px;
  top: 0px;
}

.child-theme .cm-post-pane .content_widget a.hs-button:hover {
  color: rgba(180, 180, 180, 1) ;
  text-transform: uppercase;
  font-family: 'Rajdhani', sans-serif;
  font-size: 19px ;
  font-weight: 600 ;
}

.header-menu-content .hs-menu-wrapper>ul>li.hs-item-has-children .child-trigger {
  width: 50px;
  display: block;
  position: absolute;
  height: 50px;
  left: auto;
  right: 0;
  cursor: pointer;
  z-index: 9;
}

.cm-mb-contact-us{
  display:none;
  padding: 45px 15px 30px 30px;
  padding-top: 0;
  margin-top: -20px !important;
}


.cm-mb-contact-us ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.cm-mb-contact-us ul li {
  margin: 0;
}

.cm-mb-contact-us ul li a {
  display: inline-block;
  margin: 5px 20px 5px 0;
  white-space: normal;
  font: normal 700 17px / 21px "Rajdhani", Helvetica, Arial, Verdana, sans-serif !important;
  text-transform: uppercase;
}

.cm-mb-contact-us ul li a i {
  margin-right: 5px;
  font-size: 16px;
  font-family: icomoon-the7-font !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cm-mb-contact-us ul li:first-child a i::before {
  content: "\e106";
}

.cm-mb-contact-us ul li:last-child a i::before {
  content: "\e202";
}

.cm-mb-contact-us  .mobile-btn .hs-button {
  margin: 5px 20px 5px 0;
  display: inline-block;
  margin-top: 20px !important;
  font: 600 18px / 24px "Rajdhani", Helvetica, Arial, Verdana, sans-serif;
  padding: 10px 20px 10px 20px;
  position: relative;
}

.cm-mb-contact-us  .mobile-btn .hs-button::before {
  background: transparent;
  width: 150px;
  height: 42px;
  background-image: url(//21201888.fs1.hubspotusercontent-na1.net/hubfs/21201888/raw_assets/public/RapidPackaging_September2024/images/red-button-top-nav.png);
  position: absolute;
  box-shadow: 0px 0px 0px 0px !important;
  content: "";
  border-radius: inherit;
  top: 0;
  left: 0;
}
.cm-mb-contact-us .mobile-btn .hs-button span {
  position: relative;
}

.body-container--blog-post form input.hs-button {
  margin-top: 20px;
}

a.hs-trans-btn {
  background-color: rgba(237, 28, 36, 1.0);
  border-color: rgba(237, 28, 36, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-search-field button {
  top: 70%;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.blog_bottom_pane-module-2.dnd_padd.cnt-wit-bg-wrp.cm-post-pane {
    padding-left: 0;
    padding-right: 0;
}
.blog-sidebar .hs_cos_wrapper_type_post_filter > .block {
  margin-top: 30px;
}

.header.lp .masthead {
  min-height: 110px;
  position: static;
}

.child-theme .systems-page form input.hs-input {
  height: auto;
}



.servs-details-pg .hs_service > .page-center {
  max-width: 1520px;
}

.servs-details-pg .hs_service button.hs-search-field__button {
  top: 29px;
}

.footer-social-item a span.hover_img {
  display: none;
}

.footer-social-item a:hover img {
  opacity: 0;
}

.footer-social-item a:hover span.hover_img {
  display: block;
  position: relative;
}

.footer-social-item a:hover span.hover_img img {
  opacity: 1;
}

.footer-social-item aspan.hover_img img {
  position: absolute;
  left: 0;
  transition: opacity 0.4s ease-in-out;
  height: 34px;
  width: 34px;
}

.footer-social-item a span.hover_img img {
  left: 0;
  transition: opacity 0.4s ease-in-out;
  height: 34px !important;
  width: 34px;
}


.header .header-menu .hs-menu-wrapper ul>li.hs-item-has-children.active a::after {
  width: 96%;
}


.right-widgets.mini-widgets a.mini-contacts:hover {
  opacity: 0.7;
}


.cm-banner-section .banner-content-inner .top_sec {
  min-height: 390px;
  margin: 106px auto 70px 0px;
  width: 100%;
  max-width: 680px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cm-banner-section .banner-content-inner .top_sec h1 {
  margin: 0;
  text-transform: uppercase;
}

.header .header-menu-content .mobile-header-wrap .mobile-close-icon {
  cursor: pointer;
}

.blog-post-wrapper .wpb_single_image .vc_single_image-wrapper .cm-featured-wrapper img {
  width: 100%;
}

html.child-theme.sticky-header .header .masthead:not(.mixed-header) {
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
}

@media(max-width:1279px){
  .header {
    z-index: 9;
    background-color: #ffffff;
  }

  .header .masthead:not(.mixed-header) {
    background-color: #ffffff !important;!i;!;
    background-image: unset;
  }
  .header .header-menu .header-menu-content .hs-menu-wrapper>ul>li.child-open:after {
    transform: rotate(45deg);
    right: -4px;
    top: 22px;
  }
}
@media(max-width:1500px){
  .child-theme .cm-post-pane .page-center {
    padding-left: 35px;
    padding-right: 35px;
  }
  .child-theme .header .header-menu .hs-menu-wrapper > ul>li>a {
    font: normal normal 600 19px / 23px "Rajdhani", Helvetica, Arial, Verdana, sans-serif;
    text-transform: uppercase;
  }
}


@media(max-width:1300px){
  .header.lp .masthead {
    min-height: auto;
    padding-bottom: 27px;
  }

  .header.lp {
    min-height: auto;
  }
}


@media(max-width:767px){
  .child-theme .cm-post-pane .content_widget {
    width: 100%;
  }
  .child-theme .cm-post-pane {
    padding-left: 5px;
    padding-right: 5px;
  }
  .child-theme .cm-post-pane .bg_img {
    background-position: 24% 100% !important;
  }
  .cm-mb-contact-us {
    display: block;

  }
  .child-theme   .cm-blog-post-noSidebr .banner-breacrumb {
    position: static;
  }
  .header {
    min-height: 94px;
  }
  .blog-post-wrapper .vc_column-inner .vc_row.vc_inner.vc_column-gap-15 {
    flex-direction: column;
  }

  .blog-post-wrapper .vc_column-inner .vc_row.vc_inner .wpb_column {
    width: 100%;
  }

  .blog-post-wrapper .vc_column-gap-15 .wpb_column.author-photo .vc_column-inner .vc_align_left.wpb_single_image img {
    size: 100%;
    max-width: 240px;
    margin-top: 18px;
  }
  form.hs-form {
    margin-bottom: 30px;
  }
  .systems-page h1 {
    font-size: 34px;
  }
  .error-page h1 {
    font-size: 34px;
  }
  .systems-page h2 {
    font-size: 30px;
  }
  .no-banner .header {
    min-height: 94px;
  }
  .cm-mb-contact-us ul li a:hover {
    opacity: 0.7;
  }
  .footer.footer_section__2 .footer-section-1 {
    padding-bottom: 22px;
  }
  .footer.footer_section__2 .footer-section-1 .col-section.num1 {
    padding-bottom: 24px;
  }
}

@media(max-width:330px){
  .mobile-open .header .header-menu.main-nav {
    right: 100%;
  }
  .header {
    min-height: 60px;
  }
  .header .header-menu .header-menu-content .hs-menu-wrapper>ul>li.hs-item-has-children:after {
    right: 17px;
  }
  .cm-blog-post-sidebr .blog-post-wrapper.wpb-content-wrapper {
    padding-top: 60px;
  }

  .blog-post-wrapper .vc_col-sm-2\/5 .vc_column-inner .wpb_wrapper .wpb_raw_code .share > div {
    display: flex;
  }
}




footer.footer.footer_section__2.cm-footer-section{
  background-color: rgba(26, 28, 32,0.0) !important;
}

.footer-bottom-section .footer-copyright .footer-content>p{
  color: rgba(173, 166, 166,1.0)

}

.cm-footer-section .footer-data .hs-menu-wrapper ul>li>a{
  color:rgba(173, 166, 166,1.0);
}

.cm-footer-section .footer-data .hs-menu-wrapper ul>li>a:hover{
  color:rgba(255, 255, 255,1.0);
}

.right-widgets.mini-widgets a:hover {
  opacity: 0.7;
}

.no_navigation .footer-bottom-section .footer-copyright .footer-content>p {
  color: rgba(173, 166, 166, 1.0) !important;!i;!;
}

.header.lp .masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

p.header {
  min-height: auto !important;
}

@media(min-width:1280px){
  .header .masthead:not(.mixed-header){
    background-color: rgba(255, 255, 255,1.0);
  }

  .header .top-bar .top-bar-bg{
    background-color: rgba(255, 255, 255,1.0);
  }

  .right-widgets.mini-widgets a{
    color: rgba(73, 80, 87,1.0);
  }

  .right-widgets.mini-widgets a.mini-contacts:hover{
    color: rgba(237, 28, 36,0.7);
  }


  .child-theme .header .header-menu .hs-menu-wrapper >  ul>li>a{
    color:rgba(255, 255, 255,1.0);
    background-color:rgba(255, 255, 255,0.0);
  }
  .child-theme .header .header-menu .hs-menu-wrapper >  ul>li>a:hover{
    color:rgba(251, 198, 200,1.0);
    background-color:rgba(2, 103, 128,0.0);
  }
  .child-theme .header .header-menu .hs-menu-wrapper >  ul>li.active>a {
    color:rgba(251, 198, 200,1.0);
    background-color:rgba(2, 103, 128,0.0);
  }
  .header .header-menu .hs-menu-wrapper ul ul{
    background-color:rgba(255, 255, 255,1.0);
  }
  .header .header-menu .hs-menu-wrapper ul ul li a {
    color:rgba(51, 51, 51,1.0);
    background-color:rgba(255, 255, 255,0.0);
  }
  .header .header-menu .hs-menu-wrapper ul ul li a:hover{
    color:rgba(237, 28, 36,1.0);
    background-color:rgba(251, 198, 200,0.07);
  }
  .header .header-menu .hs-menu-wrapper ul ul li.active a{
    color:rgba(237, 28, 36,1.0);
    background-color:rgba(237, 28, 36,0.7);
  }

  .header .header-button .hs_cos_wrapper a.hs-button{
    border-radius:0px;
    padding:10px 20px;
    background-color:rgba(237, 28, 36,0.0);
    color:rgba(255, 255, 255,1.0);
    border-color:rgba(237, 28, 36,0.0);
    border-width:0px;
  }
  .header .header-button .hs_cos_wrapper a.hs-button:hover{
    background-color:rgba(255, 255, 255,0.0);
    color:rgba(180, 180, 180,1.0);
    border-color:rgba(237, 28, 36,0.0);
  }
}



.mini-widgets.right-widgets, .mini-widgets:last-child ul {
  padding: 0;
  margin: 0;
}

.mini-widgets:last-child ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.right-widgets.mini-widgets a {
  font: 600 16px / 18px "Rajdhani", Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  position: relative;
  margin: 0;
}

.mini-widgets:last-child ul li:nth-child(1) i::before {
  content: "\e106";
  margin-right: 3px;
}

.mini-widgets:last-child ul li:nth-child(1) {
  margin-right: 8px;
}

.mini-widgets:last-child ul li i::before {
  font-family: icomoon-the7-font !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px !important;
}

.mini-widgets:last-child ul li:nth-child(2) i::before {
  content: "\e202";
  margin-right: 3.5px;
}

.mini-widgets:last-child ul li:last-child {
  margin-left: 10px;
}

.contact-banner .form-row.hs-secondary .hs-button {
  padding: 12px 18px;
  border: 2px solid #000;
  min-width: 1px;
  border-radius: 1px;
  color: #fff;
  font-weight: 700;
  font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

form.hs-form.stacked a.hs-button {
  margin-top: 20px;
}

html.child-theme.sticky-header .lp.header .masthead:not(.mixed-header) {
  box-shadow: none;
}
.footer_partial_wrapper {
  background-position: center top !important;
  background-size: unset !important;
  background-repeat: unset !important;
}

@media(max-width:1380px){
  .child-theme .header .header-menu .hs-menu-wrapper > ul>li>a {
    font: normal normal 600 17px / 21px "Rajdhani", Helvetica, Arial, Verdana, sans-serif;
    text-transform: uppercase;
  }
}


@media(max-width:1330px){
  .child-theme .header .header-menu .hs-menu-wrapper > ul>li>a {
    font: normal normal 600 16px / 20px "Rajdhani", Helvetica, Arial, Verdana, sans-serif;
    text-transform: uppercase;
  }
}

@media(max-width:1279px){
  .child-theme .header .header-menu .hs-menu-wrapper > ul>li>a {
    font: normal 600 16px / 20px "Rajdhani", Helvetica, Arial, Verdana, sans-serif;
    color: #333333;
    text-transform: uppercase;
  }
  html.child-theme.sticky-header .header .masthead:not(.mixed-header){
    z-index: 9;
  }
  .cm-mb-contact-us .mobile-btn .hs-button {
    background: none !important;
  }
}

@media (max-width:580px){
	.child-theme .no-banner .header{
		min-height:70px;
	}
	
}

@media (max-width:452px){
		.child-theme .no-banner .header{
		min-height:60px;
	}
	.header .header-bar{
		min-height:60px;
	}
	
}