/* Theme base styles */

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

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

*, *:before, *:after {
  box-sizing: border-box;
}
body{ overflow-x:hidden !important; }
img { border: 0; height: auto; max-width: 100%; vertical-align: middle; }
a{ transition:all ease 0.3s; -moz-transition:all ease 0.3s; -webkit-transition:all ease 0.3s; }
a, a:focus, a:hover{ text-decoration:none !important; }
body hs-cmsf-branding { display: none !important; }
.pl0 { padding-left:0 !important; }
.p0-20 { padding-left:20px; padding-right:20px; }
.p10-0 { padding-top:10px; padding-bottom:10px; }
.p20-0 { padding-top:20px; padding-bottom:20px; }
.p30-0 { padding-top:30px; padding-bottom:30px; }
.p40-0 { padding-top:40px; padding-bottom:40px; }
.p50-0 { padding-top:50px; padding-bottom:50px; }
.p60-0 { padding-top:60px; padding-bottom:60px; }
.p70-0 { padding-top:70px; padding-bottom:70px; }
.p80-0 { padding-top:80px; padding-bottom:80px; }
.p90-0 { padding-top:90px; padding-bottom:90px; }
.p100-0 { padding-top:100px; padding-bottom:100px; }
.pb10 { padding-bottom:10px; }
.pb20 { padding-bottom:20px; }
.pb30 { padding-bottom:30px  }
.pb40 { padding-bottom:40px; }
.pb50 { padding-bottom:50px; }
.pb60 { padding-bottom:60px; }
.pb70 { padding-bottom:70px; }
.pb80 { padding-bottom:80px; }
.pb90 { padding-bottom:90px; }
.pb100 { padding-bottom:100px; }
.pt10 { padding-top:10px; }
.pt20 { padding-top:20px; }
.pt30 { padding-top:30px  }
.pt40 { padding-top:40px; }
.pt50 { padding-top:50px; }
.pt60 { padding-top:60px; }
.pt70 { padding-top:70px; }
.pt80 { padding-top:80px; }
.pt90 { padding-top:90px; }
.pt100 { padding-top:100px; }
.d-flex{ display:flex; flex-wrap:wrap; align-items:flex-start; }
.v-align-center{ align-items:center; }
.v-align-end{ align-items:flex-end; }
.v-align-start{ align-items:flex-start; }
.dis-flex { display:flex; flex-wrap:wrap } 
.dis_flex{ display:flex; flex-wrap:wrap }
.sbetween{justify-content: space-between; }
.sleft {justify-content: flex-start; }
.vtop{ align-items: flex-start;}
.vmiddle{ align-items:center } 
.vbottom{ align-items:flex-end } 
.hcenter{ justify-content:center } 
.hright{ justify-content:right } 
.tc{ text-align:center } 
.tr{ text-align:right } 
.tl{ text-align:left }
.rtp{ padding-top:0 !important } 
.rbp{ padding-bottom:0 !important } 
.mrtp{ margin-top:0 !important } 
.mrbp{ margin-bottom:0 !important }
.bg { background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.dotsonly.slick-dotted ul.slick-dots { margin:25px 0 0; padding:0; list-style:none; text-align:center; display:block; width:100%; line-height:0 ;}
.dotsonly.slick-dotted ul.slick-dots li { display:inline-block; margin:0 5px ;}
.dotsonly.slick-dotted ul.slick-dots li button { min-width: auto; padding: 0; width:10px; height:10px; font-size:0; cursor:pointer; border:none; background:#78787833 ; border-radius:50%; outline:0 ;}
.dotsonly.slick-dotted ul.slick-dots li.slick-active button { background:#10103f ;}
.dotsonly.slick-slider a, .dotsonly.slick-slider button, .dotsonly.slick-slider .slick-slide { outline:none; }

.detail-content>:last-child { margin-bottom: 0 !important; }

.left-logo .logo-content > div.hs_cos_wrapper { margin-bottom:19px; }
.f-menu-links .hs-menu-wrapper ul li { width: 100%; }
.f-menu-links .hs-menu-wrapper ul li a { display:inline-block; color:#000042; margin-bottom:15px; }
.f-menu-links .hs-menu-wrapper ul li a:hover { color:#f15f29 }
.f-menu-links .hs-menu-wrapper ul li:last-child a {margin-bottom:0; }
.f-menu-links.contactus ul { list-style:none; padding:0; margin:0;}
.f-menu-links.contactus ul li { color:#000; margin-bottom:15px; }
.f-menu-links.contactus ul li a{ color:#000 !important; }
.f-menu-links.contactus ul li:last-child {margin-bottom:0; }
.f-menu-links.contactus ul li a:hover { color:#2b2b9a }

.f-menu .quick-link { margin-bottom:33px; }
.footer-main-menu > .hs_cos_wrapper { display: flex ; }
.logo-content { max-width: 298px; }
.footer {background: linear-gradient(180deg, #FFFFFF 15.77%, #F8F8F8 100%) !important;padding-top:60px}
.footer__copyright span.hs_cos_wrapper span{ color:#2B2B9A; }    
.footer__copyright span.hs_cos_wrapper  { color:#A7A7AA; font-weight:600;  }
.menu-bottom-strip ul { list-style:none; padding:0; margin:0; display: flex ; }
.menu-bottom-strip ul li:first-child a { border-right:1px solid #A7A7AA; padding-right:11px; margin-right:11px; }
.menu-bottom-strip ul li a { color:#A7A7AA; }
.menu-bottom-strip ul li a:hover { color:#2B2B9A; }  
.footer-middle .content-wrapper {  margin-top:38px; padding-top:21px; border-top:1px solid #D9DBE5; }
.footer-bottom .content-wrapper { margin-top:24px; padding-top:31px; padding-bottom:26px; border-top:1px solid #D9DBE5; }
.footer-bottom .row { display: flex ; justify-content: space-between; }
.footer { position:relative; }
.f-shape { position:absolute; bottom:0; right:0; width:559px; height:609px; z-index:-1; }

html[dir="rtl"] .f-menu-links .hs-menu-wrapper ul { padding-right:0; }
html[dir="rtl"] .social-links { border-right:0; margin-right: 0; padding-right: 0; border-left: 1px solid #d9dbe5; margin-left: 41px; padding-left: 39px; }
html[dir="rtl"] .menu-bottom-strip ul li:first-child a { border-left: 1px solid #A7A7AA; padding-left: 11px; margin-left: 11px; border-right:0; padding-right: 0; margin-right:0; }

.footer-main-menu .f-menu:not(:first-child) {
  padding-right: 10px;
}

.banner-brd { position: absolute; z-index: 2; bottom: 33px; }
.banner-brd .hs-breadcrumb-menu {
    align-items: center;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 16px;
    margin-left: -10px;
    text-transform: capitalize;
      
}
.banner-brd { width:100%; }
.banner-brd li {
    line-height: 1;
    padding-right: 17px
}
.banner-brd li a {
    display: inline-block
}
.cm-hero-banner-wrap.White .banner-brd li a svg {
    fill: #fff;
    margin: 0;
    position: relative;
    top: 0;
    transform: none;
    width: 16px
}
 .banner-brd .hs-breadcrumb-menu-divider:before {
    font-size: 20px;
    line-height: 1;
    position: absolute;
    top: 6px
}
.banner-brd .hs-breadcrumb-menu *,.banner-brd .hs-breadcrumb-menu a {
    color: #fff !important
}
.banner-brd .hs-breadcrumb-menu li {
    margin: 0
}
.banner-brd li.hs-breadcrumb-menu-item a svg {
    fill: currentColor;
}
.banner-brd .hs-breadcrumb-menu,.banner-brd li.hs-breadcrumb-menu-item a {
    color: #fff
}


.footer-main-menu .f-menu:last-child .contactus {
  width: 250px
}
@media(max-width:1140px){
  .footer-main-menu { padding-left:20px; }
 
}


@media(max-width:1127px){
  .footer-main-menu { max-width:100%; }
  
}

@media(max-width:946px){
  .footer-main-menu { max-width:560px; }
}

@media(max-width:1024px){
  .footer-main-menu .f-menu:last-child .contactus {
    width: 100% !important;
  }
  .f-menu{
    width: 22%;
  }
  .f-menu:last-child {
    width: 34%;
  }
}

@media(max-width:920px){
  .footer-main-menu { max-width:100%; }
  .logo-content { max-width: 100%; margin-bottom: 38px; }
  .footer-main-menu .f-menu:last-child .contactus {
    width: 100%
  }
  .footer-bottom .row {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
@media(max-width:767px){
  .footer-main-menu { max-width:100%; width:100%; } 
  .footer-main-menu > .hs_cos_wrapper { justify-content: space-between; flex-wrap: wrap;}
  .footer-main-menu .f-menu:last-child .contactus {
    width: 100%
  }
  .footer-main-menu{
    padding-left:0;
  }
  
}

@media(max-width:670px){
  .associate { width: 100%; margin-top: 30px; }
  .s-label {  margin-bottom: 23px !important; }
  .social-links { border-right:0 !important;margin-right: 0 !important; padding-right: 0 !important; }
}


@media(max-width:600px){ 
  .footer-bottom .row { justify-content: center; flex-wrap: wrap; }
  .footer-bottom .col-md-6 { width:100%; text-align: center; }
  .menu-bottom-strip ul {     justify-content: center; }
}

@media(max-width:550px){
  .f-menu { display: block;  width: 100%; margin-bottom: 30px; }
  .f-menu:last-child { margin-bottom: 0; }
  .f-menu .quick-link { margin-bottom: 15px; }
  .footer-main-menu > .hs_cos_wrapper { flex-wrap: wrap;  }
  .header-right-links ul li a.button { width: 140px !important; min-width:140px !important; }
}

.tab-button .letter {
  color: #000042;
}

body .cards-module .subtitleh4,
body .product-tab-list .tabing-details h2{
  color: #000042;
  font-family: ProximaNova;
  font-weight: 600;
  text-transform: none;
  font-size: 36px;
}
body .st-blog .subtitleh4,
body .accordion-right-item h4{
  color: #000042;
}
body .postContent h6 a {
  color: #000042;
}
.tabing-details h2{
  color: #000042 !important;
}

#book_a_tour .form-title,
#request_a_demo .form-title{
  padding: 0;
}

@media(max-width:991px){
  body .cards-module .subtitleh4,
  body .product-tab-list .tabing-details h2{
    font-size: 32px;
  }
}
.popup-form .form-inner-wrap {
  border-radius: 20px;
}
.banner-brd .hs-breadcrumb-menu li:last-child {
  padding-right: 10px;
}
.cm-banner-group .banner-content {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.cm-two-col-image-right .content,
.left-report .innerimage {
  border-radius: 20px;
}
.map-banner-group .desktop-cont {
  border-radius: 20px;
  overflow: hidden;
}
.accodion-left-item,
.cm-overview-item .left{
  border-radius: 20px !important;
  overflow:hidden;
}
.cm-banner-group .banner-content{
  min-width:440px;
}
.our-company-slider .left-inner,
.member-slider .slick-slide img ,
.two-col-imagecontent .col-left img,
#custom_prmessage .col-left img {
  border-radius: 20px;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

/*
 * Add the correct display in Edge and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

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



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

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

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

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

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

/* The overflow-wrap is meant to prevent long/large words from breaking the mobile responsiveness of a page (e.g. horizontal scrolling). It is preferred to reduce font sizes on mobile to address this, with this CSS specifically helping with extreme scenarios where a reduction in font size is not possible. */

body {
  line-height: 1.5;
  word-break: break-word !important;
}

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

/* Handles word breaking for a few specific languages which handle breaks in words differently. If your content is not translated into these languages, you can safely remove this.  */



/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
  line-height:24px;
  word-break: break-word;
}

/* Anchors */

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

a:hover,
a:focus {
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  line-height:1.2;
  font-weight:600;
}

/* Lists */

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

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */


hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Image alt text */

img {
  border: 0;
  font-size: 14px;
  word-break: normal;
  max-width:100%;
  height:auto;
  vertical-align: middle;
}
button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  transition: all 0.15s linear;
  white-space: normal;
}

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

/* No button */

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

select::-ms-expand {display: none;}
input::-ms-clear { display:none;}
form select { -moz-appearance: none; -webkit-appearance: none; -safari-appearance: none }

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

/* Labels */

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

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

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

form textarea {
  resize: vertical;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

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

/* Header Container */

html {
  scroll-behavior: smooth;
}
.hs-private button svg {
  display: block;
}
.body-wrapper {
  position: relative;
}
.top-header-link { padding-right: 20px; }
.top-header-link a{ color:#fff; }
.top-header-link ul {  list-style:none; padding:5px 0; margin:0 0 0; display:flex; justify-content: end; }
.top-header-link ul li:first-child a { border-radius:5px 0 0 5px; border-right:1px solid #fff; margin-right:0; padding-right:8px; }
.top-header-link ul li:first-child  { border-radius:5px 0 0 5px; }
.top-header-link ul li:nth-child(2) { border-radius:0 5px 5px 0px; }
.top-header-link ul li {  padding:5px 8px; background:#F15F29; }
.top-header-link ul li a:hover { color:#000; }
/* .header.scroll .top-header-link ul li a { color:#a3792c; } */
/* .header.scroll .top-header-link ul li:first-child a { border-right:1px solid #a3792c; } */

.oembed_container {
  border-radius: 15px;
  overflow: hidden;
}

.header .content-wrapper,.header .container { max-width:1859px; }

.header .dnd-section { padding: 0; }
.langpart {
  opacity: 0;
  transition: opacity 2s;
  -webkit-transition: opacity 2s; /* Safari */
  -moz-transition: opacity 2s; /* Firefox */
  -ms-transition: opacity 2s; /* Internet Explorer */
  -o-transition: opacity 2s; /* Opera */
}
.langpart { position: absolute; top: 16px; right: 0; } 
.language_switcher--champ2 {display: none;}
.language_switcher--origial2 {display: none;}
.language_switcher--current_language2 { border: 1px solid #000; cursor: pointer; padding-left: 0; color: #fff; letter-spacing: 0.03em; line-height: 19px; font-weight: 700; background: #000; padding: 17px; font-size: 16px; text-transform: uppercase; border-radius: 10px; }  
.language_switcher--champ2 {  z-index: 55; display: none; text-align: center; position: absolute; background: #fff; padding: 12px 0px; font-size: 16px; right: inherit; top: 41px; letter-spacing: .03em; font-weight: 700; justify-content: center; box-shadow: 0px 2px 16px rgb(0 0 0 / 10%); border-radius: 10px; left: 50%; transform: translate(-50%, 0); width: 86px; text-transform: uppercase; }
.language_switcher--champ2.active { display: flex; flex-direction: column; }
.language_switcher--current_language2:hover { background:transparent; color:#000;  }

.header__container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 1.5rem 20px;
  position: relative;
}

.header--landing-page .header__container {
  justify-content: center;
}
header.header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  padding-right: 20px;
  padding-left: 20px;
}
header.header.scroll .header-top { transform: translateY(-63px);  }
header.header .header-top { transform: translateY(0); transition: all ease 0.3s; }
header.header .main-menu { transition: all ease 0.3s; transform: translateY(0); padding:0 20px; }
header.header.scroll { background:#fff;  }
header.header { padding: 15px 0; transition: all ease 0.3s; background:rgba(255,255,255,0.8);  }

header.header.scroll {
  box-shadow: 7px 1px 1px #ddd;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child svg {
  right: -20px !important;
}
header.header .content-wrapper {
  display: flex;
}
header.header .content-wrapper .header-inner { width: 100%; display: flex; }
.custom-logo {
  font-size: 0;
}
.header-nav__trigger {
  display: none;
}
.header-right-side.mobile-show {
  display: none;
}
header.header .header-left-side {
  display: flex;
  width: 100%;
  align-items: center;    
}
.custom-logo img {
  width: 300px !important;
  max-width: 300px !important;
}

html[lang="ar"] .custom-menu-primary,html[dir="rtl"] .custom-menu-primary { padding-left:18px; }

.custom-menu-primary {
  padding-left: 20px;
  margin-left: auto;
  margin-right: 0;
  width: calc(100% - 588px);
  display: flex;
  padding-right: 20px;
  justify-content: center;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  margin: 0;
  padding-bottom: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  transition: all ease 0.3s;
  text-align: center;
  line-height: normal;
  font-weight:600;
  padding:13px 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover > a svg{
  fill: #F15F29;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.active > a:after {
  width: calc(100% - 21px);
}
.custom-menu-primary .hs-menu-wrapper>ul>li {
  padding-right: 40px;
}
/* .custom-menu-primary .hs-menu-children-wrapper > li.active > a {
font-weight:800;
} */
table {
  width: 100%;
}

.bookmark{
  position:relative;
  top:-150px;
  width:100%;
  height:1px;
}
.header-right-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-right-links ul li {
  display: inline-block;
  vertical-align: middle;
  margin:0;
}
.header-right-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}


::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 40px;
}

body.loaded {
  overflow: hidden !important;
  height: 100% !important;
}




@media screen and (max-width: 767px) {
  .header__container {
    padding: 20px;
  }
}

/* Logo */

.header__logo {
  margin-right: 20px;
  max-width: 250px;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-bottom: 0;
}

/* Navigation Menu */

.header__menu {
  margin-left: auto;
}



@media screen and (max-width: 767px) {
  .header__navigation {
    box-shadow: 0 23px 50px -14px rgba(0, 0, 0, 0.21);
    display: none;
    margin: 10px 10px 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: calc(100% - 20px);
    z-index: 99;
  }

  .header__menu {
    margin-left: 0;
    min-height: 0;
    order: 3;
  }
}

/* Language Switcher */

/* .header__language-switcher {
cursor: pointer;
margin-left: 50px;
position: absolute;
top: 0;
right: 0;
} */

/* .header__language-switcher .lang_switcher_class {
position: static;
} */
.header__language-switcher--label-current { position: absolute; top: -16px; left: -40px; width: 60px; background: #000; color: #fff; padding: 15px; border-radius: 10px; }
.header__language-switcher .lang_list_class li { border:0 !important; }
.header__language-switcher .lang_switcher_class .globe_class {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-top: 5px;
  background-image:none;

}

.header__language-switcher .lang_list_class { border: 0; box-shadow: 0 23px 50px -14px rgba(255, 255, 255, 0.21); display: block; left: auto;  opacity: 0; overflow: hidden; padding-top: 0; right: 0; text-align: left; top: 137%; transform: none; visibility: hidden; text-transform: uppercase; font-size: 16px; border-radius: 10px; text-align: center; }
.header__language-switcher .lang_list_class li a { font-size:16px; }
.header__language-switcher:hover .lang_list_class {
  opacity: 1;
  visibility: visible;
}

.header__language-switcher .lang_list_class:after,
.header__language-switcher .lang_list_class:before {
  content: none;
}

/* .header__language-switcher .lang_list_class li {
background-color: transparent;
border: none;
line-height: 2;
margin: 0;
padding: 10px;
} */
/* 
.header__language-switcher .lang_list_class li:first-child {
border-top: none;
padding-top: 10px;
}

.header__language-switcher .lang_list_class li:last-child {
border-bottom: none;
}

.header__language-switcher .lang_list_class li:hover {
transition: background-color 0.3s;
} */

/* .header__language-switcher-label {
align-items: center;
display: flex;
position: relative;
}
*/
.header__language-switcher-label-current {
  align-items: center;
  display: flex;
  line-height: 2;
  margin-left: 10px;
}

/* .header__language-switcher-label-current:after {
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 6px solid;
content: '';
display: block;
height: 0;
margin: 0 0 0 10px;
width: 0;
} */

.child-trigger {
  display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children svg *{
  fill:#000;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover svg *{
  fill:#F15F29;
}
/* li.hs-menu-item.hs-menu-depth-1.hs-item-has-children {
padding-right: 30px !important;
} */
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children svg { right: 28px; position: absolute; top: 2px; border-radius: 5px; height: 21px; width: 21px; padding: 4px; transition: all ease 0.4s; }

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children {
  padding-right: 50px;
}


.custom-menu-primary .hs-item-has-children ul.hs-menu-children-wrapper > li > a {
  padding: 0px;
  white-space: normal;
}
.custom-menu-primary .hs-item-has-children ul.hs-menu-children-wrapper > li > a svg {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  height: auto;
  width: auto;
  transition:all ease 0.4s;
}
.custom-menu-primary .hs-menu-children-wrapper a {
  color: #000042;
  font-size: 16px;
  padding: 10px 25px;
}
.custom-menu-primary .hs-menu-children-wrapper a:hover { color: #F15F29; }
.custom-menu-primary .hs-menu-children-wrapper li {
  margin: 0;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover > a svg {
  transform: rotate(180deg);
}

.header-right-side {
  margin-left: auto;
  padding-right: 0;
  position:relative;

}
.header-right-side.active { padding-right:0; }

.header-nav__trigger .icon-left {
  transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  width: 15px;
  top: 30px;
  background-color: #2B2B9A;
}
.header-nav__trigger .icon-right {
  transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  width: 15px;
  top: 30px;
  background-color: #2B2B9A;
  left: 15px;
}
.header-nav__trigger .icon-left::before {
  transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 4px;
  background-color: #2B2B9A;
  content: "";
  top: -10px;
}
.header-nav__trigger .icon-left::after {
  transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 4px;
  background-color: #2B2B9A;
  content: "";
  top: 10px;
}
.header-nav__trigger .icon-right::before {
  transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 4px;
  background-color: #2B2B9A;
  content: "";
  top: -10px;
}
.header-nav__trigger .icon-right::after {
  transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 4px;
  background-color: #2B2B9A;
  content: "";
  top: 10px;
}
.header-nav__trigger.open .icon-right::after {
  transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
}
.header-nav__trigger.open .icon-right::before {
  transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
}
.header-nav__trigger.open .icon-left::after {
  transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
}
.header-nav__trigger.open .icon-left::before {
  transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
}
.header-nav__trigger.open .icon-left {
  transition-duration: 0.5s;
  background: transparent;
}
.header-nav__trigger.open .icon-right {
  transition-duration: 0.5s;
  background: transparent;
}
/* .custom-menu-primary .hs-item-has-children ul.hs-menu-children-wrapper > li > a:hover:before {
border-radius: 5px;
background: none;
content: "";
position: absolute;
height: 100%;
width: 100%;
left: 0;
top: 0;
opacity: 0;
visibility: hidden;
transition: all ease 0.4s;
color: #000;
} */
/* .custom-menu-primary .hs-item-has-children ul.hs-menu-children-wrapper > li > a:hover:before {
opacity: 1;
visibility: visible;
} */
.close-menu svg * {
  stroke: rgba(218, 255, 1, 1.0);
}
.close-menu {
  position: absolute;
  top: 10px;
  font-size: 0;
  left: 10px;
  cursor:pointer;
}
.close-menu svg {
  height: 40px;
  width: 40px;
}

html[lang=ar] .header-right-side {
  margin-left: 0;
  margin-right: auto;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
  padding-right: 0;
}
html[lang="ar"] .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
  padding-left:0;
  padding-right:50px;
}
html[lang="ar"] .custom-logo img {
  width: 130px !important;
}

@media (max-width: 1600px){ 
  /*    .custom-menu-primary .hs-item-has-children ul.hs-menu-children-wrapper{ overflow-y: scroll; height: calc(100vh - 103px);} */
}
@media (max-width: 1150px) {
  header.header .header-left-side{
    padding-right:0;
  }
}


@media (min-width: 992px) {
  .custom-menu-primary .hs-item-has-children ul.hs-menu-children-wrapper > li > a svg {
    right: -10px !important;
    left: auto; 
  }
  .custom-menu-primary .hs-item-has-children ul.hs-menu-children-wrapper > li > a {
    position: relative;
    display: block;
  }
  .custom-menu-primary .hs-item-has-children ul.hs-menu-children-wrapper > li > ul {
    position: absolute;
    top: 0 !important;
    left: auto !important;
    right: 100% !important;
  }
  .custom-menu-primary .hs-item-has-children ul.hs-menu-children-wrapper {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    position: absolute;
    width: 269px;
    padding:0;
    background: #f6f6f6;

  }
  .custom-menu-primary .hs-item-has-children ul.hs-menu-children-wrapper > li {
    width: 100%;
    border: 0;
    display: flex;
    align-items: center;
  }
  .custom-menu-primary .hs-item-has-children ul.hs-menu-children-wrapper > li { 
    padding:7px 18px; border-bottom: 1px solid #fff; width: 100%;
  }
  .custom-menu-primary .hs-item-has-children ul.hs-menu-children-wrapper:before {
    content: "";
    position: absolute;
    height: 41px;
    width: 100px;
    top: -41px;
    display:none;
  }
  .custom-menu-primary .hs-menu-children-wrapper a:hover{  }
  .custom-menu-primary .hs-menu-children-wrapper a { font-size:14px; }
  header.header .header-left-side .custom-menu-primary.mobile {
    display: none !important;
  }
  .custom-menu-primary.mobile {
    display: none;
  }
  .custom-menu-primary .hs-item-has-children ul.hs-menu-children-wrapper {
    transition: transform ease 0.3s;
    transform: translateY(7px);
  }
  .custom-menu-primary .hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    transform: translateY(7px);
  }
  .custom-menu-primary .hs-menu-children-wrapper > li {
    border-bottom:1px solid rgba(255,255,255,0.1);
  }
  .custom-menu-primary .hs-menu-children-wrapper > li:last-child {
    border: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:not(.hs-item-has-children) > a:before {
    width: calc(100% - 26px);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:not(.hs-item-has-children).active > a:after {
    width: calc(100% - 26px);
  }
  html[lang="ar"] .custom-menu-primary .hs-item-has-children ul.hs-menu-children-wrapper {
    left: auto;
    right: 0;
  }
  html[lang="ar"] .custom-menu-primary .hs-item-has-children ul.hs-menu-children-wrapper > li > a {
    padding-right: 70px;
    padding-left: 0;
  }
  html[lang="ar"] .custom-menu-primary .hs-item-has-children ul.hs-menu-children-wrapper > li > a svg {
    right: 0;
    left: auto;
  }
}



@media(max-width:1730px){
  .custom-menu-primary { padding-left:30px; }
  .custom-menu-primary .hs-menu-wrapper>ul>li { padding-right: 30px; }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children { padding-right: 35px; }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children svg { right:9px; }
}

@media(max-width:1580px){
  .custom-logo img { width:300px !important; }
  .custom-menu-primary { width: calc(100% - 370px); }
}

@media(max-width:1450px){
  .custom-menu-primary .hs-menu-wrapper>ul>li { padding-right: 15px; }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children { padding-right: 30px; }
  .custom-menu-primary { width: calc(100% - 432px); }
}

@media(max-width:1380px){ 
  .custom-menu-primary { width: calc(100% - 402px); }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a { font-size:14px; }
  
}

@media(max-width:1300px){ 
 
  .custom-menu-primary { width: calc(100% - 332px); }
  .custom-menu-primary .hs-menu-wrapper>ul>li { padding-right: 10px; }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children { padding-right:30px; }
  /*   .header-right-side { padding-right: 67px; } */
  .header-right-side { padding-right: 0; }
  .custom-menu-primary { padding-right:10px; } 
  .custom-logo img {
    width: 250px !important;
    max-width: 100% !important;
}
  
}

@media(max-width:1255px){ 
  .custom-menu-primary  { padding-left: 23px; padding-right: 10px; } 

}


@media (max-width: 991px) {
  .custom-menu-primary.desktop + .header-right-side {
    display: none !important;
  }
  body .header-right-links ul {
    gap: 10px;
    margin: 20px 0px 0 !important;
    justify-content: center;
  }

  .header-right-links ul li a.button {
    border: 0 !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a { color:#fff !important; }
  .langpart { right: 8px; }
  .language_switcher--current_language2 { padding: 17px 12px; border-radius: 7px; }
  .language_switcher--champ2 { width: 66px; padding: 8px 0px; }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children { padding-right:0; }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children svg * {fill:#fff; }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children svg {
    background: transparent !important;
  }
  .header__language-switcher {
    margin-left: auto;
    margin-right: 20px;
    order: 2;
  }
  .header__language-switcher .lang_switcher_class .globe_class {
    height: 24px;
    margin-top: 0;
    width: 24px;
  }
  .header__language-switcher .lang_list_class {
    border-radius: 0 0 18px 18px;
  }
  .header__language-switcher:hover .lang_list_class {
    opacity: 0;
    visibility: hidden;
  }
  .header__language-switcher .lang_list_class li {
    padding: 10px 30px;
  }
  .header__language-switcher-label {
    position: static;
  }
  .header__language-switcher-label-current {
    display: none;
  }
  .header__language-switcher.open .lang_list_class {
    opacity: 1;
    visibility: visible;
  }

  .custom-menu-primary {
    display: none;
  }
  .header-nav__trigger {
    display: block;
    position: absolute;
    right: 17px;
    top: 71px;
    z-index: 9999;
    height: 40px;
    width: 50px;
    cursor: pointer;
    transform: translate(17px, -77px);
  }
  header.header .header-left-side {
    padding-right: 45px;
  }
  header.header .header-left-side .custom-menu-primary.desktop {
    display: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul:after{
    display:none;
  }
  .custom-menu-primary.mobile {
    background: rgba(43, 43, 154, 0.6);
    backdrop-filter: blur(7.5px);
    display: block;
    height: 100vh;
    left: auto;
    overflow-y: auto;
    padding: 0;
    position: fixed;
    right: -400px;
    transition: all .4s ease;
    width: 400px;
    top: 0;
    z-index: 999;
    padding: 130px 0px;
    overflow:hidden;
  }
  body.menu-open:before {
    content: "";
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 99;
    opacity: 0.7;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li  > ul {
    position: static !important;
    left: 0;
    display: none;
  }
  .child-trigger {
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a > svg {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    color: #fff;
    font-size: 16px;
    padding: 16px 20px;
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-weight: 400;
    text-align:left;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>a {
    border-top: 1px solid hsla(0, 0%, 100%, .5);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.active>a {
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.active>a:after {
    display: none;
    background: #fff;
  }
  body.menu-open {
    overflow: hidden;
  }
  .header-nav__trigger.open.is-open .icon-left:after, .header-nav__trigger.open.is-open .icon-left:before {
    background: #fff;
  }
  .header-nav__trigger.open .icon-right:after, .header-nav__trigger.open .icon-right:before {
    background: #ffff;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li{
    padding: 0;
    width:100%;'
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children {
    padding: 0;
    width:100%;'
  }
  .menu-open .custom-menu-primary.mobile {
    right: 0;
    z-index: 999;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children svg {
    right: 16px;
    top: 11px;
  }
  .child-trigger {
    position: absolute;
    top: 0;
    right: 0;
    padding: 33px;
    cursor:pointer;
    z-index:99;
  }
  .child-trigger svg * {
    fill: #fff;
  }
  .custom-menu-primary .hs-item-has-children ul.hs-menu-children-wrapper:before{
    display:none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a:focus,.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
    color: #fff;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li > ul {
    display: none;
    left: 0;
    position: static !important;
    border-radius: 0;
    padding: 0;
    min-width: auto;
    z-index: 99 !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .custom-menu-primary .hs-menu-children-wrapper a {
    font-size: 16px;
    padding: 10px 37px !important;
    color:#fff;
    border-bottom: 1px solid hsla(0, 0%, 100%, .5);
  }
  .custom-menu-primary .hs-menu-children-wrapper li {
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
  }
  .child-trigger.is-open svg {
    transform: rotate(90deg);
  }
  .child-trigger svg {
    transition: all ease 0.3s;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:focus, .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
    color: #fff;
  }
  .custom-menu-primary .hs-menu-children-wrapper > li.active > a {
    background: #F15F29;
    color: #fff;
  }
  .custom-menu-primary .hs-item-has-children ul.hs-menu-children-wrapper{
    left: auto;
    right: 0;
  }

  html[lang="ar"] .custom-menu-primary.mobile .hs-menu-wrapper > ul {
    padding: 0;
  }
  html[lang="ar"] .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    padding-right: 0;
  }
  html[lang="ar"] .child-trigger {
    right: auto;
    left: 0;
    transform: rotate(180deg);
    padding: 30px;
  }
  html[lang="ar"] .custom-menu-primary .hs-item-has-children ul.hs-menu-children-wrapper > li > a {
    padding-right: 70px;
    padding-left: 10px;
  }
  html[lang="ar"] header.header .header-left-side {
    padding-right: 0;
    padding-left: 48px;
  }
  html[lang="ar"] .header-nav__trigger {
    left: 20px;
    right: auto;
  }
  html[lang="ar"] .header-nav__trigger .icon-left {
    left: 0;
  }
  html[lang="ar"] .custom-menu-primary.mobile {
    left: -400px;
    right: auto;
  }
  html[lang="ar"] .menu-open .custom-menu-primary.mobile {
    left: 0;
    right: auto;
  }
  .header-nav__trigger.open.is-open .icon-left:after,
  .header-nav__trigger.open.is-open .icon-left:before {
    background: #2B2B9A;
  }
  .header-nav__trigger.open.is-open .icon-right:after,
  .header-nav__trigger.open.is-open .icon-right:before {
    background: #2B2B9A;
  }
  body.menu-open .header-nav__trigger.btn11.open.is-open {
    left: 0;
    top: 20px;
  }
}

@media (max-width: 767px) {
  header.header .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

}

@media (max-width: 500px) {
  .header-nav__trigger {
    top:68px;
    right:20px;
  }
  body.active-popup .header-nav__trigger {
    transform: translate(17px, -17px);
  }
  /*   body .header-right-side {
  margin-left: auto;
  padding-right: 0;
  padding-bottom: 6px;
} */
  body .header-right-links ul li a.button.white {
    padding-left: 14px;
    padding-right: 15px;
    font-size: 14px;
  }
  body header.header .header-left-side {
    padding-right: 30px;
  }
  .custom-menu-primary.mobile {
    width: calc(100% - 100px);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 15px;
    padding: 14px 20px;
    padding-right: 30px;
  }
  .child-trigger {
    padding: 28px;
  }
/*   .header-right-side .hs_cos_wrapper {
    display: none;
  } */
  .langpart{ top:-13px; }
  html[lang="ar"] .header-nav__trigger {
    top: 8px;
  }
  .custom-menu-primary .hs-item-has-children ul.hs-menu-children-wrapper > li > a{
    min-height:45px;
  }
}

@media (max-width: 400px) {
  body .header-right-links ul li a.button.white {
    border: 0;
    padding: 0;
  }
  body .header-right-links ul li a {
    padding-left: 8px;
    padding-right: 8px;
  }
  body .header-right-links ul li a.button {
    width: 123px !important;
    font-size: 13px;
    min-width: 40px !important;
    margin-left: 10px;
  }
  header.header .main-menu {
    padding-left: 0;
  }
}




.popup-form .form-inner-wrap {
  max-width: 630px;
  margin: 30px auto;
  padding: 30px 36px;
  background: #fff;
  left: 0;
  right: 0;
  position: relative
}
.popup-form  .hs-input {
  border: 1px solid #A2A3BB;
  width: 100% !important;
}
.popup-form .inputs-list .hs-input {
  width: auto !important;
}
.popup-form {
  position: fixed;
  background: rgba(0,0,0,.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -99;
  transition: all ease .4s;
  height: 100vh;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden
}
.popup-form h3.form-title {
  text-align: center;
  font-size: 35px;
  font-weight: 300;
  line-height: 1;
  padding: 0;
  background:transparent;
  margin-bottom: 17px;
  text-transform: capitalize
}
.popup-form h3.form-title:empty {
  display:none;
}
.popup-form.active {
  opacity: 1;
  visibility: visible;
  z-index: 9999
}
.popup-form .form-inner-wrap .close-icon {
  float: right;
  font-size: 28px;
  position: absolute;
  right: 15px;
  top: 9px;
  cursor: pointer
}
/* Menu and simple menu */

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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

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

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

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

/* Utilities
Helper classes with ability to override anything that comes before it
*/

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

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

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