
/* 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;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

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

/* Responsive Grid */

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

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

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

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -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: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

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

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

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

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

@media (min-width: 768px) and (max-width: 1139px) {
    .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: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -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: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .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: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -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%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

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

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

.dnd-section .dnd-column {
  padding: 0 20px;
}

@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.)
*/


body {
  line-height: 1.6;
  word-break: break-word;
  font-size: 16px;
}

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

/* Paragraphs */

p {
  font-size: 16px;
  margin: 0 0 1.4rem;
}
p:last-child {
  margin-bottom: 0px;
}
/* Anchors */

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


/* Headings */

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

/* Lists */

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

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

/* Image alt text */

img {
  font-size: 14px;
  word-break: normal;
}
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;
}
.cta-button { 
  
  font-weight: 700; 
  font-size:20px;
  border-radius: 60px;
  text-transform: lowercase;
  box-shadow: 0px 4px 12px #4bc3b5;
/*   background: #4bc3b5; */
/*   
      background-color: rgba(75,195,181,1.0);
    border: 1px solid #4bc3b5;
    border-radius: 0px;
    color: #fff;
    padding: 10px 16px;
  
   */
/*   border: 1px solid #4bc3b5;  */
/*   color: #ffffff; */
/*   padding: 18px 16px; */
  text-decoration: none !important;
  display: inline-block;
  text-align: center; 

}

.cta-button:hover { color: #fff; }

.cta-button:not(.header .cta-button) {
  padding-left: 1em; 
  padding-right: 1em; 
  min-width:200px;
}

/*---- 16-07-21 -----*/

.cta-button{
    font-size: 17.6px;
    line-height: 28.16px;
    padding: 10px 16px;
}
/* Form fields */

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

/* 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=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 {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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

.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;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

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

/* Table Cells */

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

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}

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

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}

.header__row-1 {
  padding-top: 20px;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

/* css by vicky start*/

.header .content-wrapper { max-width: 100%; }
.dnd-section>.row-fluid { max-width: 100%; }
.page-center { max-width: 1150px; margin: 0 auto; }
.header__logo--main { padding-top: 0; }

.navigation-primary ul li a { font-size: 18px; color: #373838; text-transform: capitalize;font-weight: 400 !important; margin-bottom: 50px;}
.submenu.level-2{background: #fafafa !important;}
.navigation-primary ul li a span {line-height: 30px;}

.header .content-wrapper .header__column { flex: 1; display: flex; justify-content: space-between; align-items: center; }
.navigation-primary ul li:last-child > a { border: 2px solid #47C2B4; padding: 14.5px 38px; border-radius: 29px; max-width: 167px !important; margin-left: 40px; }

/* css by vicky end*/

.header .dnd-section > .row-fluid {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .dnd-section > .row-fluid::before,
.header .dnd-section > .row-fluid::after {
  display: none;
}
.header .dnd-section > .row-fluid > * {
  width: auto;
  margin-left: 0px;
}
.header .dnd-section > .row-fluid > *:nth-child(2) {
  flex-grow: 1;
}
nav {
  display: flex;
  justify-content: center;
}
nav > ul.submenu.level-1 {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0px;
}


@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }

  .footer .footer-row-0-vertical-alignment>.row-fluid>.span2 {
    width: 50% !important;
  }

  .footer-row-0-vertical-alignment > .row-fluid {
    flex-wrap: wrap;
  }




}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 20px 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 150px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

/* .header__logo--main { */
/* padding-top: 20px; */
/* } */

/* Search bar */

.header__search {
  padding: 0 22px;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 15px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 10px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 20px 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 30px;
  }
}


/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 35px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 10px 15px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

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

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 30px;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

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

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 1151px) {


  .level-1 .has-submenu .submenu{
    margin: 0;
    padding-left: 30px;
    height: 0;
    transform: translateY(50px);
    overflow: hidden;
    transition: all .35s ease;

    display: block !important;
  }

  .level-1 .has-submenu:not(.clicked) .submenu {
    padding: 0px;
   /* padding-left: 30px !important;*/
  }

  .level-1 .has-submenu.clicked .submenu{
    height: auto;
    transform: translateY(0px);
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all .35s ease;
    padding-left:0;
  }


  .open-menu .submenu.level-2 {
    height: auto;
    transform: translateY(0px);
    transition: all .35s ease;
  }


  .submenu.level-2 li a {
    text-align: left !important;
  }



  .header .mobile_nav_button_wrapper  .cta-button {
    display: inline-block !important;
    text-align: center;


    background-color: rgba(75,195,181,1.0);
    box-shadow: inset 0.2rem 0.2rem 1rem #5EDBCD, inset -0.2rem -0.2rem 1rem #38A89B !important;
    padding: .5rem 2rem !important;
    border-radius: 60px;
    color: #fff;
    font-size: 18px !important;
    margin-left: 15%;
    font-weight: 700!important;
    text-transform: lowercase;
    
    
  }


  .mobile_nav_button_wrapper {
    text-align: center;
  }

  .submenu.level-2{

    list-style: none;
    transition: all .35s ease;
    list-style-type: none;

  }



  .header--toggle {
    width: 32px;
    height: 24px;
    position: relative;
    -webkit-transform: rotate( 0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;

  }

  .header--toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    background: #000;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;

  }


  .header--toggle span:nth-child(even) {


    border-radius: 0 9px 9px 0;
  }

  .header--toggle span:nth-child(odd) {

    border-radius: 9px 0 0 9px;
  }




  .header--toggle span:nth-child(1) , .header--toggle span:nth-child(2) {
    top: 0px;
  }

  .header--toggle span:nth-child(3), .header--toggle span:nth-child(4) {
    top: 9px;
  }

  .header--toggle span:nth-child(5) , .header--toggle span:nth-child(6) {
    top: 18px;
  }

  .header--toggle span:nth-child(2n) {
    left: 50%;
  }



  .header--toggle.open span:nth-child(1) , .header--toggle.open span:nth-child(6)  {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }


  .header--toggle.open span:nth-child(5){
    left: 3px;
    top: 11px;

  }

  .header--toggle.open span:nth-child(6) {
    left: calc(50% - 3px);
    top: 11px;
  }

  .header--toggle.open span:nth-child(2) , .header--toggle.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .header--toggle.open span:nth-child(2) {
    left: calc(50% - 4px);
    top: 2px;
  }

  .header--toggle.open span:nth-child(1) {
    left: 4px;
    top: 2px;
  }
  .header--toggle.open span:nth-child(3){
    left: 0;
    opacity: 0;
  }
  .header--toggle.open span:nth-child(4){
    left: 0;
    opacity: 0;
  }

  .header-custom-menu{
    display: flex;
    text-align: right !important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
  }
   .header .dnd-section>.row-fluid>*:nth-child(3) {display: none !important}
  
  .header .cta-button{
    display:none !important; 
  }

  /*   .header__navigation, */

  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }


  .header__search.open,
  .header__language-switcher.open {
    background-color: white;
    display: block;
    height: auto !important;
    width:100% !important;
    overflow:auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 2;


  }



  .header__navigation{
    background-color: #fafafa;
    display: block;
    height: 100% !important;
    width:100% !important;
    overflow-x: hidden;
    overflow-y: auto;
    left: 0;
    position: fixed;
    right: 0;
    top: 57px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
    z-index: 11;

  }

  nav>ul.submenu.level-1 {
    height:100%;
    overflow:auto;
    max-height:86vh;
  }


  .header__navigation {
    transform: translateX(-100%);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;

  }

  .header__navigation.open {
    transform: translateX(0%) !important;
  }


  nav.navigation-primary {
    justify-content: end;
  }




  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }




  .header__language-switcher--toggle {
    background-image: url(../../../../../../../../static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }



  nav>ul.submenu.level-1 {
    display:block !important; 
    width:100% ;
    background: #fafafa;
  }


  .menu-arrow-bg svg {
    display: none;
  }


.header__navigation{

    background: #fafafa !important;
  }

  .menu-link {
    display: flex;
    width:100%;
    position:relative;
    font-size:18px;
  }



  .menu-arrow-bg {
    border: solid #464442;
    border-width: 0 2px 2px 0;
    border-radius: 2px;
    display: inline-block;
    padding: 6px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 0px;
  }



  #hs_cos_wrapper_widget_1626268896464_hs_logo_widget, #hs_cos_wrapper_widget_1626268896464_hs_logo_widget a {
    display: block;
    height: 37px !important;
  }


}




/* css start for Header styling */


.header .dnd-section .dnd-column{

  padding:0px 0px !important;

}




.header .container-fluid {
  padding: 0px !important;
}


ul{
  padding:0px;

}




.header { 
  padding: 1.8em 2% 0 2%;
}


@media (min-width: 1300px){

  .header .cta-button{
    min-width: 219px !important ;

  }
  .header img {
    margin-top: 6px;
  }

}



@media (max-width: 1300px){

  .header .cta-button {
    font-size: 13px !important;
    line-height: initial  !important; 
    padding: 12px 9px  !important;
  }


}


@media (max-width: 1151px) {
  .header { 
    top: 0;
    
  }
}


@media (min-width: 1152px){


  .small-header {
    margin-top:85.78px; 
  }


  .navigation-primary ul li {
    cursor: pointer;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 25px;
    padding-right: 25px;
  }


  .navigation-primary .level-1>.menu-item .menu-arrow svg {
    position: absolute;
    top: 8px;
    bottom: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    right: -18px;
    display: block;
    cursor: pointer;
    transition: all .3s ease-in-out;
    transform-origin: center center;
  }

  .navigation-primary .level-1>.open-menu.menu-icon-structure:before {
    content: "";
    position: absolute;
    display: inline-block;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 17px solid#fff;
    bottom: -19px;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
  }
  .small-header .navigation-primary .level-1>.open-menu.menu-icon-structure:before{
    bottom: -14px;
  }
  .navigation-primary .level-1 > .open-menu .menu-arrow svg {

    transform: rotate(180deg);
    transform-origin: center center; 
  }



  .navigation-primary .level-1>.open-menu {
    color: #48C1B3;
    text-decoration: underline; 
  }


  .navigation-primary .level-1 > .menu-item {
    position: relative;
    cursor:pointer;
    z-index:10;
    transition: all .35s ease;

  }


  /* .navigation-primary .level-1 > .menu-item .menu-arrow .menu-arrow-bg svg path {
  fill: var(--primary-green);
  -webkit-text-fill-color: var(--primary-green);
  -webkit-text-fill-color: var(--primary-green);
  -webkit-text-fill-color: var(--primary-green);
} */
  .navigation-primary .level-1 > .menu-item .menu-arrow .menu-arrow-bg svg path {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    fill: #848484;
    -webkit-text-fill-color: #848484;
    -webkit-text-fill-color: #848484;
    -webkit-text-fill-color:#848484;
  }
  .navigation-primary .level-1 > .menu-item .menu-link:hover .menu-arrow .menu-arrow-bg svg path {
    fill: var(--primary-green);
    -webkit-text-fill-color: var(--primary-green);
    -webkit-text-fill-color: var(--primary-green);
    -webkit-text-fill-color:var(--primary-green);
  }

  .submenu.level-2>li>.submenu-right-sec a:hover span, .submenu.level-2>li>.submenu-right-sec a:focus  span {
    text-decoration:underline;
    color: var(--primary-green) !important;

  }



  .submenu.level-2 {
    /* fix for banner top: 65px before */
    /* 110px for banner */
    top: 65px!important;
    position: fixed!important;
    width: 100%;
    z-index: 10;
    max-width: 1200px;
    left: 50%!important;
    transform: translateX(-50%);

  }

  .submenu.level-2 > li {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 70px rgb(124 124 124 / 10%);
    background:white;
  }

  body .submenu.level-2{

    background:transparent !important; 
    padding-top: 32px;
  }


  .submenu.level-2 > li {
    display: flex;
    align-items:flex-start;
  }
  .submenu.level-2 > li  > .submenu-left-img-sec {
    width: 35%;
    padding:32px;
  }

  .submenu.level-2 > li  >  .submenu-right-sec {

    width:65%;
    display:flex;
    flex-wrap:wrap;
    align-items: flex-start;
    padding: 32px;
  }

  .submenu.level-2>li>.submenu-left-img-sec{
    text-align:center;  
  }

  .submenu.level-2>li>.submenu-left-img-sec img {
    /*     width:100% !important;
    max-width:200px !important;
    margin-top: 30px; */

    width: 100% !important;
    max-height: 305px !important;
    margin-top: 30px;
    max-width: 100% !important;
    object-fit: contain;

  }




  .submenu.level-2 > li  >  .submenu-right-sec  a {
    width: 48%;

    margin: 10px 0px;
    position:relative;
    text-decoration:none !important;
    background:none !important;
  }

  .submenu.level-2 > li > .submenu-right-sec  a span {
    font-weight: 500;
    color: #373838;
    transition: all .35s ease;
    font-size: 16px !important;
  }

  .submenu.level-2 > li > .submenu-right-sec  a p {
    max-width: 230px;
    color: #373838;
    /*     margin-top: 7px; */
    font-size: 17px !important;
    line-height: 24px !important;
    text-transform: initial;
  }

  .submenu.level-2 > li > .submenu-right-sec  a:before {

    content: '';
    transform: translateY(-65%);
    position: absolute;
    top: 50%;
    opacity: 0;
    width: 3px;
    height: 125px;
    background: rgba(71,194,180,0.7);
    left: -17px;
    transition: all .35s ease;

  }


  .submenu.level-2 > li > .submenu-right-sec  a:hover:before , .submenu.level-2 > li > .submenu-right-sec  a:focus:before{

    opacity: 1;
    transform: translateY(-50%);
  }


  .header img{

    transition: 0.5s ease all;
  }

  .small-header .header {
    box-shadow: none;
    /*border-bottom: 1px solid #efefef;*/

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding-top: 0.6em !important;
    padding-bottom: 0.6em !important;


  }
  .small-header 
  .header:before {

    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    background-color: rgba(255,255,255,.005);
    backdrop-filter: saturate(180%) blur(15px);
    box-shadow: 0 0px 1px #bfbfbf;

  }


  .small-header .header #hs-link-widget_1626268896464_hs_logo_widget img {

    /*        width: 100% !important; */
    max-width: 132px !important;
  }



  .small-header .header  .submenu.level-2{
    top:35px !important;
  }

}




@media (max-width: 1151px){


  .submenu.level-2 img {
    display: none !important;
  }

  .submenu.level-2 span {
    /*      display: none !important; */
  }


  .submenu.level-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    list-style: none;
  }

  .submenu.level-2 li {
    padding: 0px !important;
  }

  .submenu.level-2 li a {
    padding-bottom: 19px;
    color: #373838;
    font-size: 16px;
    opacity: 0.8;
    text-decoration: none;
    line-height: normal;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 15px;

  }

  .submenu.level-2 li a:last-child {
    padding-bottom: 0px !important;
    border-bottom: 0px;
  }


  .navigation-primary ul li {
    cursor: pointer;
    padding: 17px 10px !important;
    text-align:left;
  }


  .header{

    box-shadow: none;
    border-bottom: 1px solid #efefef;
    padding-bottom: .5rem;
    padding-top: .5rem;
    left: 0;
    right: 0;
    z-index: 9999;
    position: fixed;


  }

}


.cta_button:focus , .cta_button:hover , .cta_button:active {

  color:white !important;

}



.footer  .oxy-social-icons {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.footer .oxy-social-icons a {
  margin: 10px 5px;
  border-radius: 50%;
  background-color: #d4d4d4;
  width: 22px;
  height: 22px;
  text-align: center;
  padding: 1px 0px;
  font-size: 12px;
  color: white !important;
}


@media (min-width: 992px) {
  .header  img{
    /*   width:100% !important; */
    max-width:181.86px !important;
  }
}

@media (max-width: 991px) {
  .header  img{
    /*   width:100% !important; */
    max-width:150px !important;
  }

}

.header .span12 {
  overflow: visible !important;
}
/* css end for Header styling */


/* new menu design */

@media only screen and (min-width: 1151px) {
  .menu-icon-structure.open-menu .menu-arrow svg path{
    fill:rgba(75,195,181,1.0);
  }
  .menu-icon-structure .submenu.level-2 {
    max-width: 85%;
  }
  .menu-icon-structure .submenu.level-2>li>.submenu-right-sec {
    width: 100%;
    gap: 1rem;
  }
  .menu-icon-structure .submenu.level-2>li>.submenu-right-sec a {
    width: 31.33%;
    position:relative; 
    padding-left: 48px;
    margin: 0;

  }
  .menu-icon-structure .submenu.level-2>li>.submenu-right-sec a span {
    font-weight: 500;
    color: #4B4B4B;
    transition: all .35s ease;
    font-size: 16px !important;
  }
  .menu-icon-structure .submenu.level-2>li>.submenu-right-sec a p {
    max-width: 270px;
    color: #8B8B8B;
    font-size: 14px !important;
    line-height: 22px !important;
    margin-top:10px;
    font-weight: 300;
  }
  .menu-icon-structure .submenu-icon {
    position: absolute;
    max-width: 32px;
    left: 0;
  }
  .menu-icon-structure .submenu-icon img {
    width: 100%;
  }
  .menu-icon-structure .submenu.level-2>li>.submenu-right-sec a:before {
    top: -10px;
    transform: unset;
    width: auto;
    height: auto;
    background: rgba(71,194,180,0.1);
    left: -10px;
    bottom: -10px;
    right: -10px;
    border-radius: 10px;
  }
  .menu-icon-structure .submenu.level-2>li>.submenu-right-sec a::hover:before{
    transform: unset;
  }
}
/* footer css start */
.footer { padding: 75px 0 35px; margin: 88px 0 0; }
.footer-row-1 { display: flex; justify-content: space-between;flex-wrap: wrap;}
.footer-col-2 { display: flex; width: 55%; padding: 0 15px; justify-content: space-between; }
.footer-col-1 { width: 20%; }
.footer-col-2 > * { width: 24%; }
.footer ul li a { font-size: 12px; color: #373838; line-height: 18px; text-decoration: none;}

.footer p, .footer div.text-content-footer, .footer label.text-content-footer { font-size: 12px; color: #373838; margin: 10px 0 20px; }
.footer ul { padding: 0; margin: 0; }	
.footer-col-3 { width: 25%; }
.footer h4 { font-size: 14px; margin:20px 0 5px;color: #373838; font-weight: bold;}
.footer h5 { font-size: 14px; color: #373838; font-weight: bold; margin: 0 0 5px;letter-spacing: 0.02em; }
.pricing-header,.insights-header { margin: 20px 0 0; }
.footer-row-2 { text-align: center; margin: 70px 0 0; }
.footer-row-2 p { font-size: 12px; color: #373838; }
.footer-row-2 p span { font-weight: 600; padding: 0 5px; }
.footer-col-3-heading p { font-size: 12px; color: #373838; max-width: 200px; margin: 0 0 30px; }
.hs-form-field label { display: none; }
.footer-col-3-form .input input { font-size: 12px !important; height: 45px; color: #D7D7D7 !important; background: #F8F8F8; border: 1px solid #787878 !important; box-sizing: border-box; border-radius: 9px !important; }
.footer-col-3-form .input input:focus { outline: none; }
.footer-col-3-form .actions input { border: 2px solid !important; box-sizing: border-box; border-radius: 31.5px !important; padding: 10px 41px !important; font-size: 14px !important; font-weight: bold; line-height: 17px !important; }
.footer-col-3-form .hs-form-field { margin-bottom: 20px !important; }

/*---- 16-07-21 ----*/

.footer{
  padding: 88px 0 30px;
}

.footer .footer-row-0-vertical-alignment > .row-fluid > .span2{
  margin: 0;
  width: 12.5%;
  padding: 0;
}
.footer .footer-row-0-vertical-alignment > .row-fluid > .span2:first-child{
  width: 30%;
  padding: 0;
  padding-right: 60px;
}
.footer .footer-row-0-vertical-alignment > .row-fluid > .span2:last-child{
  width: 20%;
}
.footer .footer-row-0-vertical-alignment > .row-fluid > .span2:last-child p{
  max-width: 217px;
}
.footer .footer-row-0-vertical-alignment > .row-fluid > .span2:first-child a img{
  width: 178px !important;
  padding-bottom: 18.7px;
}
.footer .footer-row-0-vertical-alignment > .row-fluid > .span2 p{
  font-size: 12.1px;
  font-weight: 400;
  line-height: 19.36px;
  padding: 24.2px 0 44px;
  margin: 0;
  max-width: 266px;
  color: #373838;
}
.footer .footer-row-0-vertical-alignment > .row-fluid > .span2:first-child > .row-fluid-wrapper:nth-child(3) .span12 span#hs_cos_wrapper_widget_1626503253223_{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 44px;
}
.footer .footer-row-0-vertical-alignment>.row-fluid>.span2:first-child>.row-fluid-wrapper:nth-child(3) .span12 span#hs_cos_wrapper_widget_1626503253223_ > * {
  height: 66px;
}
.footer .footer-row-0-vertical-alignment > .row-fluid > .span2:first-child ul li{
  list-style: none;
}
.footer .footer-row-0-vertical-alignment > .row-fluid > .span2 ul li a{
  font-size: 12.1px;
  color: #373838;
  line-height: 19.36px;
  text-decoration: none;
  padding: 11px 0;
  display: inline-block; 
}


.footer .footer-row-0-vertical-alignment > .row-fluid > .span2 h5{
  font-size: 13.2px;
  font-weight: 700;
  line-height: 21.12px;
  padding: 24.2px 0;
  margin: 0;
}
.footer .footer-row-0-vertical-alignment > .row-fluid > .span2:last-child h3.form-title{
  display: none;
}
.footer .footer-row-0-vertical-alignment > .row-fluid > .span2:last-child form input.hs-input{
  font-size: 12.1px;
  font-weight: 400;
  line-height: 19.36px;
  border-color: transparent;
}
.footer .footer-row-0-vertical-alignment > .row-fluid > .span2:last-child form input.hs-input:focus-visible{
  border-color: transparent;
}
.footer .footer-row-0-vertical-alignment > .row-fluid > .span2:last-child form .hs-error-msgs label {
  color: red;
  font-size: 12.1px;
  font-weight: 400;
  line-height: 19.36px;
}
.footer .span2:last-child .submitted-message{
  font-size: 12.1px;
  font-weight: 400;
  line-height: 19.36px;
  color: #373838;
}
.footer .actions input.hs-button {
  font-size: 14.3px;
  line-height: 22.88px;
  padding: 10px 25.9px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;  
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.footer .actions input.hs-button:hover{
  background-color: rgba(75,195,181,1.0);
  border: 1px solid #4bc3b5;
  color: #fff;
}
.footer>.content-wrapper>.row-fluid-wrapper>.row-fluid>.span12>.row-fluid-wrapper.dnd-section:last-child {
  padding: 0;
}
.footer>.content-wrapper>.row-fluid-wrapper>.row-fluid>.span12>.row-fluid-wrapper.dnd-section:last-child p{
  text-align: center;
  color: #373838;
}

/*-------- responsive ---------*/

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

  footer .cell_1626325737235-vertical-alignment,
  footer .cell_1626326076671-vertical-alignment,
  footer .cell_1626325828484-vertical-alignment,
  footer .cell_1626326359809-vertical-alignment,
  footer .cell_1626326470456-vertical-alignment,
  footer .cell_1626327592038-vertical-alignment{
    display: block !important;
  }
}


.footer .oxy-social-icons{
  padding:88px 0px 22px 0px; 
}



.footer-copyright-text {
  margin: 0px !important;
  padding: 11px 0px;
}





iframe[src="https://a.clickcertain.com/px/cont/?c=240b2ad05173b3c&ccid=13f4d4cf-0e83-4286-9c68-3443df119aa6&cn=IN"] {
  display: none;
}

/* footer css end */



.footer .content-wrapper {
  max-width: 100% !important;
  padding: 0px 5%;
}




.footer-menus-main .hs-menu-wrapper ul {
  position:inherit !important;
  top:0% !important;
}






.footer-menus-main .hs-menu-wrapper > ul > li > a {
  color: #373838;
  text-align: left;
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 155%;
  letter-spacing: 0.02em;

}
.footer-menus-main .hs-menu-wrapper>ul>li .hs-menu-children-wrapper a {
  display: block;
  color: #262626;
  font-weight: 400;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: left;
  font-size: 12px;
  line-height: 155%;
}



@media (max-width:991px) { 
  .footer {padding: 0; margin: 0}
  .footer .content-wrapper {padding: 4rem 30px 2rem}

  .footer-menus-main > div {
    width: 100%;
  }

  .footer-menus-main .hs-menu-wrapper > ul > li > a {


    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem  !important;
    position:relative;
    width:100%;

  }


  .footer-menus-main .hs-menu-wrapper>ul>li>a.open-sub:before {
    transform: rotate(180deg);
    transition: all .3s ease-in-out;
  }

  .footer-menus-main .hs-menu-wrapper > ul > li {
    width:100%;
  }

  .footer-menus-main .hs-menu-wrapper>ul>li>a:before {
    content: '';
    display:block;
    background: url(../../../../../../../../3358429.fs1.hubspotusercontent-na1.net/hubfs/3358429/helpware_2021/icons-etc/icons8-expand-arrow-50.png);
    width: 20px;
    height: 20px;
    background-size: cover;
    position: absolute;
    right: 0;
  }


  .footer-menus-main .hs-menu-wrapper > ul > li > ul {
    flex-wrap: wrap;
  }


  .footer-menus-main .hs-menu-wrapper > ul > li > ul > li {

    width:100% !important;
  }



  .cell_1626325737235-vertical-alignment {
    width: 100% !important;
  }

  .cell_1626326470456-vertical-alignment {
    width:  100% !important;
  }

  .cell_1626327592038-vertical-alignment {
    width:  100% !important;
  }


}






@media (min-width:992px) { 




  .footer-menus-main {
    display: flex;
    flex-wrap: wrap;
  }

  .footer-menus-main > div {
    width: 28%;
  }


  .footer-menus-main>div:last-child {

    width:16% !important;  
  }

  .cell_1626325737235-vertical-alignment {
    width: 24% !important;
  }

  .cell_1626326470456-vertical-alignment {
    width: 59% !important;
  }

  .cell_1626327592038-vertical-alignment {
    width: 17% !important;
  }

  .footer-menus-main .hs-menu-wrapper > ul > li > a {
     padding-top: 8px;
    padding-bottom: 8px !important;

  }

}



.footer #hs-link-widget_1626325573921_hs_logo_widget img {
  max-width: 200px !important;
  width:100% !important;
}

.footer #hs_cos_wrapper_widget_1626503253223_ {
  align-items: center;
}

.footer #hs_cos_wrapper_widget_1626503253223_  > img {
  height: 50px;
  padding-right: 10px;
}


.cell_1626325737235-vertical-alignment , .cell_1626326470456-vertical-alignment , .cell_1626327592038-vertical-alignment {

  margin:0px !important;
}


.footer  #hs_cos_wrapper_widget_1626503253223_ {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  margin-top: 15px;
}

.footer  #hs_cos_wrapper_widget_1626325793385_  ul li a, .footer  .footer_list  ul li a {
  font-size: 0.55rem;
  max-width: 90%;
  text-align: left;
  color: #373838;
  font-weight: 400;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.footer  #hs_cos_wrapper_widget_1626325793385_ ul, .footer  .footer_list  ul {
  list-style: none;
}

.footer h5.footer_newsletter_title {
  margin-top: 8px;
  margin-bottom: 8px;
}

.footer  #hs_cos_wrapper_widget_1626327592020_  > h5 {
  color: #373838;
  font-size: 14px !important;
  font-weight: 700;
  padding-top: 10px !important;
  padding-bottom: 6px !important;
  text-align: left;
  display: block;
  line-height: 1.2 !important;
}

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 {
  background-color: #fff;
  border: 1px solid;
  border-radius: 40px;
  display: inline-block;
  font-size: 14px;
  padding: .5rem;
  width: 100%;
}


/* 17-sep-2021 */
.footer form input {
  border-radius: 7px;
  background: transparent;
}
.footer form input:hover,.footer form input:focus{
  outline:none;
}

div#hs_cos_wrapper_widget_1626327592020 {
    height: 80px;
}

input.hs-button.primary.large {
    box-shadow: inset 0.2rem 0.2rem 1rem #5edbcd, inset -0.2rem -0.2rem 1rem #38a89b;
}

input.hs-button.primary.large:hover {
-webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  transition-property: all;
   box-shadow: inset 0.2rem 0.2rem 0.5rem #38a89b, inset -0.2rem -0.2rem 0.5rem rgb(255 255 255 / 25%);
}


input#email-826dc456-ed34-4e9f-9f7d-3d43c1978a6d_1067 {
    box-shadow: inset 0.3rem 0.3rem 0.3rem #f6f6f6, inset -0.2rem -0.2rem 0.3rem #fff;
    background-color: #fff;
}

.hs-input.invalid.error {
    border-color: #eb5f6c;
}
:root {
  --primary-green: #4bc3b5;
}


/* Menu and simple menu */

.cust-padd-sectionss 
div#counter1 {
  padding-top: 142px !important;
}


/* .page-center {
padding: 0px 20px !important;
}
*/



.page-center {
  max-width: 1170px !important;
  padding: 0px 20px !important;
  margin: 0 auto;
}


.showww {
  height: auto !important;
  margin: 0 0 1.4rem !important;
}

.toggleable {
  transition: all 0.5s linear;
}

.submenu-left-img {
  display: none;
}


.add-exxtra-paading-img-module {
  padding-bottom: 30px !important;
}


.isotope-pager {padding-top: 39px  !important;}

.padd-cust-for-slide .our-teamleaders-row {
  padding-bottom: 34px !important;
}


.new-paddaddv  .num-sec-row {
  padding-bottom: 0px !important;
}

.new-paddadd .num-btm-row {
  padding: 0px !important;
}

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

.footer a:hover, .footer a:focus {
  text-decoration:none !impoertan;
}


.services-banner-heading h4 {

  font-weight: 500;
  font-size: 1rem;
  margin: 0px;
  padding-bottom: 10px;
}

.services-banner-heading p {
  font-size: 18px;
}

.header-text h4 {
  margin: 0;
  font-size: 1rem;

  text-transform: uppercase !important;
  padding-bottom: 10px !important;
}



.helpware-mexico-content h4 {
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 3px;
}




.our-team-custom-padd .our-teamleaders-row {
  padding: 140px 0px 0px 0px !important;
}


.usa-team-gallery-main .repeater .single-image-3 img {
  background-color: #ffc862 !important;
}

.ts-left-bio p {
  position: relative;
  margin-top:25px !important;

}

.wfh-team-gallery-main .repeater .single-image-3 img {
  background-color: #ff95a0 !important;
}


.ukraine-team-gallery-main .repeater .single-image-3 img {
  background-color: #9a87e9 !important;
}

/* Horizontal menu */

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


.top-detail-sec .social-icon ul li a i {
  background-color: #373838;
  border: 1px solid #373838;
  padding: 3px;
  color: #ffffff;
  display: inline-flex;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
}



/* home page css start */


/* START home-banner */

.home-banner {
  padding: 92px 0px 0px 0px;
}

.banner-left-right-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}




.bnner-text p {
  font-size: 18px;
  line-height: 1.8em;
  margin: 0;
}

.bnner-text h1 {
  padding-bottom: 1.5rem;
  margin: 0;
}
.banner-cta, .grow-business-btn {
  padding-top: 1.5rem;
}

/* END home-banner */


/* START Services Achievements*/

/*   .our-services-main {
padding: 160px 0 70px;
} */

.sa-header h4,
.hiw-header h4,
.ts-header h4,
.our-clients-header h4,
.npr-header h4,
.our-services-heading h4 ,
.simple-text-and-cta-main  h4
{

  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 10px;
  line-height:1.2 !important;
}

.sa-header h2,
.hiw-header h2,
.ts-header h2,
.our-clients-header h2,
.npr-header h2,
.our-services-heading h2 {

  text-transform: capitalize;
  margin: 0;
}







.sa-list-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-row: span 3;
  height: 100%;
  border-radius: 20px;
  padding: 33px;
  padding-right: 33px;
}

.sa-list-box:nth-child(2),
.sa-list-box:nth-child(3) {
  grid-row: span 5;
  height: 100%;
}

.sa-bottom-text-with-cta {
  text-align: center;
  max-width: 550px;
  margin: 4rem auto 0;
}

.sa-bottom-text-with-cta p {
  font-size: 22px;
  line-height: 33px;
}

.achievements_heading {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.59);
  font-size: 3.5rem;
  padding-bottom: 22px;
  margin: 0;
}

.services-achievements-module .page-center {
  max-width: 1047px;
}




.sab-text {
  margin: 0 0 30px;
}

.npr-post-button a:after,
.our-services-btn a:after {
  content: "";
  position: absolute;
  background: url(../../../../../../../../3358429.fs1.hubspotusercontent-na1.net/hubfs/3358429/helpware_2021/home/Arrow%205.png);
  width: 40px;
  height: 10px;
  right: -60px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translatey(-50%);
}


.helpware-family-read-more a {
  text-decoration: none !important;
  font-size: 17.6px;

  display: flex;
  align-items: center;
}

.helpware-family-read-more a:after {
  content:'';
  background: url(../../../../../../../../3358429.fs1.hubspotusercontent-na1.net/hubfs/3358429/helpware_2021/home/Arrow%205.png);
  display: flex;
  height: 21px;
  width: 41px;
  background-size: contain;
  background-repeat: no-repeat;
  align-items: center;
  background-position: center;
  margin-left: 18px;
}

.helpware-family-read-more a {
  font-size: 17.6px;
  display: flex;

  align-items: center;
}


.helpware-family-col {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  text-align: left;
}

.helpware-family-profile p {
  font-family: 'Montserrat';
  font-size: 18px;
  max-width: 100%;
  padding-bottom: .5rem;
  text-align: left;
  color: #373838;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0px;
}

.helpware-family-profile h3 {
  font-weight: 700;
  color: #373838;
  padding-top: 1rem;
  font-size: 21px;
}


.helpware-family-col > 
div {
  width: 100%;
  max-width: 400px;
}



.our-services-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.our-services-col {
  width: 48.5%;
  margin: 0 0 50px;
  padding: 40px;
  background: #fff;
  box-shadow: 10px 40px 77px rgb(0 0 0 / 4%);
  border-radius: 20px;
}

.our-services-col-icon-head {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}

.our-services-col-heading h3 {
  font-size: 1rem;
  padding: 0 0 0 25px;
  color: #464442;

}

.our-services-col-text p {
  font-size: 15px;
  color: #464442;
  line-height: 21px;
  font-weight: 500 !important;
}

.our-services-col-text {
  margin: 0 0 20px;
  min-height: 105px;
}


/*END Services Achievements*/




/* START testimonials slider*/

.slide-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}

.ts-left-sec {
  width: 50%;
}

.ts-left-sec img {
  width: 100%;
  /*border-radius: 53px !important;*/
}

.right-content {
  max-width: 100%;
  padding-bottom: 2rem;
  text-align: left;
  font-size: .8rem;
}

  .right-content-button.ts-right-sec > .right-content {
  padding-bottom: 3rem;
}

.ts-right-sec {
  width: 50%;
  position: relative;
  /*padding: 40px; 
  /*padding-bottom: 20px;*/
}

.ts-left-bio {
  position: relative;
  margin: 0 0 50px;
}

.ts-left-bio p {
  font-size: 20px;
}

.ts-right-image-1 img,
.ts-right-image-3 img {
  max-width: 220px !important;
}

.ts-left-logo {
  margin: 0 0 60px;
}

.ts-right-image.ts-right-image-1 {
  position: absolute;
  top: 40px;
  left: -40px;
}

.ts-right-image.ts-right-image-3 {
  position: absolute;
  right: 0;
  bottom: -78px;
}

.testimonials-slider .slick-dots {
  display: flex !important;
  justify-content: center;

}

.testimonials-slider .slick-dots li {
  list-style: none;
  width: 10px;
  height: 10px;
  border: 1px solid #464442;
  margin: 0 5px;
  border-radius: 50%;
}


.testimonials-slider .slick-dots li button {
  font-size: 0;
  border: 0;
  background: none;
}

.testimonials-slider .slick-dots li.slick-active {
  background: #464442;
}

.testimonials-slider .slick-dots li button:focus {
  outline: none !important;
}

.testimonials-slider .slick-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  font-size: 0;
  border: 0;
  background: none;
  z-index: 999;
}

.testimonials-slider .slick-next.slick-arrow {
  right: 0px;
  left: auto;
}

.testimonials-slider .slick-prev:after {
  content: "";
  position: absolute;
  background: url(../../../../../../../../3358429.fs1.hubspotusercontent-na1.net/hubfs/3358429/helpware_2021/home/Vector%2020.png);
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  left: -70px;
  top: 0;
}

.testimonials-slider .slick-next:after {
  content: "";
  position: absolute;
  background: url(../../../../../../../../3358429.fs1.hubspotusercontent-na1.net/hubfs/3358429/helpware_2021/home/Vector%2019.png);
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  right: -95px;
  top: 0;
}


/*END testimonials slider*/


/* START our client*/



.company-logos-repeater {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  /*         align-items: stretch;
  grid-template-columns: repeat(6,minmax(auto,1fr));
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  grid-auto-rows: minmax(min-content,1fr);
  display: grid;
  max-width: 100%; */
}

.company-logo {
  display: inline-flex;
  width: 13.8%;
  text-align: center;
  margin: 0px 10px 20px;
  box-shadow: 10px 10px 30px rgb(0 0 0 / 4%);
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  align-items: center;
  justify-content: center;
}

.counter-repeatre {
  display: flex;
  justify-content: space-between;

}

.counter span {
  font-size: 25px;
  font-weight: 700;
  color: #464442;
}

.counter {
  text-align: center;
  width: 25%;
}

.counter div {
  font-size: 66px;
  color: #464442;
  font-weight: 700;
  margin: 0;
  line-height: 55px;
}

/*   .counter-module {
padding: 40px 0 130px;
} */

.npr-repeater {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.npr-post {
  width: 32%;
}

.npr-post-image {
  margin: 0 0 30px;
}

.npr-post-title a {
  text-decoration: none;
}

.npr-post-title a h5 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
}

.npr-post-description p {
  line-height: 27px;
  margin: 0 0 0px;
}

.npr-post-description {
  min-height: 90px;
  margin: 0 0 10px;
}

.npr-post-button a,  .our-services-btn a {
  font-size: 18px;

  position: relative;
  text-decoration: none;
  text-transform: lowercase;
}


/*END our client*/


/* START let know each other */

.lets-know-each-outer {
  display: flex;
  flex-wrap:wrap;
}



.lets-know-each-right {

  padding: 30px 0 0 20px;
}

.lets-know-each-text h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;

  margin: 0 0 20px;
}

.lets-know-each-text h2 {
  font-size: 38px;
  margin: 0 0 30px;
}

.lets-know-each-text p {
  font-weight: 500;
  font-size: 16px;
  color: #464442;
  max-width: 400px;
}

.lets-know-each-text {
  margin: 0 0 50px;
}


/* END let know each other */

@media (max-width: 767px) {

  .main-three-number-section  .num-sec-col {
    width: 100% !important;
  }



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


/*------------ 16-07- 21 -------------*/


/*--- home-banner starts ---*/

.bnner-text h1 {
  font-size: 54px;
  padding-bottom: 33px;
}

.banner-left-right-section {
  align-items: normal;
}

.banner-left-right-section .left-sec {
  padding-top: 22px;
}


/*--- home banner ends ---*/


/*--- service acheivements starts ---*/

.services-achievements-module .page-center {
  max-width: 1170px;
  padding: 0px 20px !important;
}

.services-achievements-module .sa-header h4 {
  margin-bottom: 5px;
  line-height: 1.2 !important;
}



.sa-list-box p {
  font-size: .8rem;
  text-align: left;
  color: #fff;
  max-width: 90.28%;
  padding-bottom: 1.5rem;
  margin-bottom: 0;

}

.sa-bottom-text-with-cta p {
  line-height: 35.2px;
  padding-bottom: 33px;
  margin-bottom: 0;
}

.sab-text {
  margin: 0;
}


/*--- service acheivements ends ---*/


/*---- How It Works start -----*/

.how-it-works-module .page-center {
  max-width: 1170px;
  padding: 0px 20px !important;
}



.hiw-header h4 {
  margin-bottom: 0;
  padding-bottom: 10px;
}


/*---- How It Works ends -----*/


/*---- testimonial slider starts -----*/





.ts-header h4 {
  padding-bottom: 10px;
  margin-bottom: 0;
}

.testimonials-slider .slide-inner {
  padding: 0;
  margin: 0 5px;
  padding-bottom: 55px;
}

.ts-left-bio {
  padding-bottom: 44px;
  margin: 0 !important;
  padding-top: 0px !important;
}


.ts-left-bio h2,
.ts-left-bio h4 {
  text-align: left;
}

.ts-left-bio p {
  font-size: 17.6px;
  text-align: left;
  line-height: 28.16px;
  margin-bottom: 0;
  max-width: 475px;
}

.ts-left-button {
  margin-left: 11px;
}

.ts-right-image img {
  max-width: 455.98px !important;
  width: 100%;
}

.ts-right-image.ts-right-image-3 {
  position: absolute;
  right: 40px;
  bottom: -105px;

}

.num-sec-col{
  margin:20px 0px;  
  padding-right: 25px;
  padding-left: 25px;
}


/*---- testimonial slider endss -----*/


/*---- our client module starts -----*/






.our-clients-header h4 {
  margin-bottom: 0;
  padding-bottom: 10px;
}


/*---- our client module ends -----*/


/*----- counter module starts -----*/

/*   .counter-module {
padding: 40px 0 150px;
} */

.counter div {
  color: #373838;
  line-height: 79.2px;
}

.counter span {
  font-size: 16px;
  font-weight: 700;
  color: #373838;
  line-height: 25.6px;
}


/*----- counter module ends -------*/


/*----- news press release module starts -----*/

.npr-header {
  margin-bottom: 0;
}



.npr-header h4 {
  line-height: 35.2px;
  margin-bottom: 0;
}

.npr-post {
  width: 31.48%;
  margin-bottom:20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.npr-post-image {
  margin-bottom: 15px;
}

.npr-repeater .npr-post-image img {
  /*       max-width: 362px !important; */
  max-width: 409px;
  height: 286px;
  width:100%;
  object-fit:cover;

}

.npr-repeater .npr-post-image{
  /*        max-width: 362px !important; */
  max-width: 409px;
  height: 286px;
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
 }

.npr-post-title a h5 {
  font-size: 18px;
  font-weight: 700;
  margin: 22px 0 20px;
  line-height: 26.4px;
  color: #373738;
  min-height: 66px;
}

.npr-post-description p {
  line-height: 28.16px;
  margin: 0 0 0px;
  font-size: 17.6px;
}

.npr-post-button a {
  font-size: 16px;
  line-height: 12.8px;
}



/*----- news press release module ends -------*/


/*----- our benefits starts --------*/



.our-benefits-row {
  display: flex;
  align-items:center;
}


.our-benefits-right {
  width: 380px;
  padding-right: 44px;
}

.our-benefits-left {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 770px;
  width: 100%;
  gap: 1.8rem;
}

.our-benefits-left>* {
  flex-basis: 47.46%;
  padding: 33px;
  border-radius: 20px;
  box-shadow: 0px 4px 40px rgb(0 0 0 / 8%);
  position: relative;
}

.our-benefits-left>.repeater>a {
  text-decoration: none;
}

.our-benefits-left-rep {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.our-benefits-left-heading {
  display: flex;
  align-items: center;
  min-height: 70px !important;
}

.our-benefits-left-title {
  width: 75%;
}

.our-benefits-left-title h3 {
  font-weight: 700;
  color: #373838;
  font-size: 1rem;
  /*padding-top: 1rem;
  //padding-bottom: 1rem;*/
  margin: 0 !important;
}

.our-benefits-left-icon img {
  width: 100% !important;
  max-width: 55px !important;
}




.our-benefits-left-title {
  width: 75%;
}

.our-benefits-left-icon {
  padding-right: 22px;
}

.our-benefits-left-text {
  margin-top: 30px;
  margin-bottom: 20px;
}

.our-benefits-left-text p {
  font-size: 16px;
  max-width: 100%;
  color: #373838;
  font-weight: 400;
  line-height: 1.8em;
  margin-bottom: 20px;
  padding-bottom: 22px;
}

.our-benefits-left-btn {
  position: absolute;
  bottom: 33px;
  left: 0;
  right: 0;
  padding-left: calc(1.8rem + 33px);
}

.our-benefits-left-btn span {
  font-size: .8rem;
  line-height: 28.16px;

  display: inline-block;
  position: relative;
  margin-left: -40px;
}

.our-benefits-left-btn span::after {
  content: "";
  position: absolute;
  background: url(https://3358429.fs1.hubspotusercontent-na1.net/hubfs/3358429/helpware_2021/home/arrow_read_more.svg);
  width: 44px;
  height: 17px;
  right: -60px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translatey(-50%);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.repeater:hover .our-benefits-left-btn span::after {
  right: -80px;
}
.our-benefits-right {
  display: flex;
  flex-direction: column;
  /*       justify-content: space-between; */
}

.our-benefits-right-img-out {
  border-radius: 20px;
  width: 336px;
  height: 315px;
}

.our-benefits-right-img img {
  max-width: 110% !important;
  width: 110%;
  margin-left: -5%;
}

.our-benefits-right-title h4 {

  font-size: 1rem;
  line-height: 1.2 !important;
  font-weight: 500;
  margin-bottom: 0;
}

.our-benefits-right-title h2{
  padding-bottom:1rem;
}



/*----- our benefits ends -------*/


/*======= Company Philosophy Page start =========*/


/*------- our team leaders section starts -------*/

.our-teamleaders-rows {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;

}

.our-teamleaders-row-right {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  width: 50%;
  align-items: flex-start;
  text-align: left;
  padding-left: 3.8rem;
  justify-content: flex-start;
  padding-top: 1rem;
}

.our-teamleaders-row-left {
  width: 50%;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.our-teamleaders-col-1 h4 {

  font-size: 1rem;
  line-height: 1.2 !important;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  padding-bottom: 10px
}

.our-teamleaders-col-1 h2 {

  line-height: 63.36px;
  font-weight: 700;
  margin-bottom: 1.5rem;
  display: inline-block;
}

.our-teamleaders-col-1 p {
  font-size: 17.6px;
  line-height: 28.16px;
  padding-bottom: 26.4px;
  max-width: 91.413%;
}



/*------- our team leaders section ends -------*/



/* Our Story  template  page start */



.banner-with-left-image {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;

}


.banner-with-left-image .services-banner-left{
  text-align:center !important;   
}




.services-banner-heading h2 {

  font-weight: 700;
  margin: 0px;
}

.services-banner-cont-text p {
  font-size: 18px;
}









.achievements-repeater {

  padding-right: 15px;

  padding-left: 15px;
}

.achievement-main .right-image-sec , .achievement-main .left-image-sec {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}


.top-image{
  text-align:center; 
}



.achievement-year h4 {
  color: #373838;
  font-size: 26px;
  font-weight: 700;
  margin-top: 8px;
  margin-bottom: 17px;
}

.achievement-year p {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0px;
}

.achievement-main-2 .achievement-year p {
  color: #f9c76f;

}

.achievement-main-3 .achievement-year p {

  color: #5a81be;

}

.achievement-main-4 .achievement-year p {

  color: #635ca3;

}

.achievement-main-5 .achievement-year p {

  color: #eb5f6c;

}

.achievement-main-6 .achievement-year p {

  color: #f5a267;

}



.achievement-content p {
  color: #373838;
  font-weight: 400;
  margin-top: 17px;
  margin: 0px;
  margin-bottom:0px !important;
}

.achievement-content h5 {
  color: #878e96;
  font-style: italic;
  margin: 16px 0px 5px 0px !important;
}

.bottom-content h2 {
  margin-bottom: 30px;
  font-size: 36px !important;
  font-weight: 700;
}

.bottom-content {
  text-align: center;
}

.bottom-cta-button {
  text-align: center;

}

.left-section {
  display: flex;
  flex-wrap: wrap;
  /*     align-items: center; */
  justify-content: space-around;
}

/* .helware-germany-change .left-section {

align-items:auto !important;
} */


.img-1, .img-2 {
  width: 50%;
  margin: 0px !important;
}

.left-section .left-image img {
  width: 100%;
}

.img-3 {
  width: 100%;
}



/* helware-germany-changes */

.helware-germany-change .img-1 {
  width: 100% !important;
}

.helware-germany-change 
.left-section > div > img {
  border-radius: 27px !important;
  object-fit: cover !important;
  height: 100% !important;
  overflow: hidden;
}



.helware-germany-change .img-2 {
  width: 38% !important;
}

.helware-germany-change .img-2 img {
}

.helware-germany-change .img-3 {
  width: 62% !important;
}




/* helware-germany-changes  end */




/* helware-mexico-changes */

.helware-mexico-change .img-1 {
  width: 100% !important;
}

.helware-mexico-change 
.left-section > div > img {
  border-radius: 27px !important;
  object-fit: cover !important;
  height: 100% !important;
  overflow: hidden;
}



.helware-mexico-change .img-2 {
  width: 38% !important;
}

.helware-mexico-change .img-2 img {
}

.helware-mexico-change .img-3 {
  width: 62% !important;
}

.helware-mexico-change 
.img-2 img {
  background: #9a87e9;
}


/* helware-mexico-changes  end */
/* philipinns-helpware-changess end */


.philipinns-helpware-changess .repeater .single-image-3 img {
  background-color: #9a87e9 !important;
}

/* philipinns-helpware-changess end */



#counter1 .right-image img, #counter2 .right-image img, #counter3 .right-image img, #counter4 .right-image img {
  max-width: 100%;
  border-radius: 20px;
}



/* HElpware philpinns  */


.two-oppo-sectionss > .page-center > .left-right-section {

  display: block !important;
  width: 100%;

}

.two-oppo-sectionss > .page-center > .left-right-section > div > div {
  display:flex;
  flex-wrap:wrap;
  column-gap: 3rem
  

}


.two-oppo-sectionss > .page-center > .left-right-section > div > div > div {
  flex: 1;
}
















/* HElpware philpinns  */








.Team-gallery-germany 
.repeater {
  display: flex;
  flex-wrap: wrap;
  height:100%;
}






.gallery-left-right-section > div .gallery-right-image img {
  width: 100%;
  border-radius: 20px;
}






.Team-gallery-germany .repeater .single-image-2, .Team-gallery-germany .repeater .single-image-3 {
  width: 50% !important;
  padding: 0px 15px;
}

.Team-gallery-germany .repeater > div {
  margin: 0px !important;

  overflow: hidden;
  padding: 0px 15px;
}

.Team-gallery-germany .repeater > div img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 20px;
}




.left-section  .left-image {
  padding:8px;

}

.left-right-section{
  align-items:center; 
}



.helpware-mexico-content h2 {
  margin-bottom: 0.67em;
}

.helpware-mexico-content p {
  font-size: 18px !important;
}


.simple-text-and-cta-main {
  text-align: center;
}



.simple-text-and-cta-main h2 {


  max-width: 500px;
  line-height: 1.2;
  margin: auto;
  margin-bottom:36px;
}







.our-plans-module {

  align-items: center;
}

.our-plans-main .repeater {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 0px;
}

.our-plans-grid {
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 11;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 30px;
}

.our-plans-grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.our-plans-image , .our-plans-number {
  width: 190px;
  height: 190px;
  align-items: center;
  text-align: center;
  justify-content: center;
  background-color: #f9f9fa;
  box-shadow: 0px 40px 77px rgb(0 0 0 / 10%);
  border-radius: 50%;
  border: 3px solid #CBEAE7;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  transition: all .5s ease-in-out;
  cursor: pointer;
}

.our-plans-image:hover , .our-plans-number:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  box-shadow: 0px 1px 44px rgb(0 0 0 / 20%);
}

.our-plans-image-btm-text h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-top: 38px;
}

.our-plans-number h3 {
  margin-bottom: 0px !important;
}

.banner-with-right-image {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  column-gap: 3rem
}

.services-banner-img {
  width: 100%;
}
.services-banner-left .services-banner-heading div.animatedh4 {
  text-transform: uppercase;
  padding-bottom: 10px;
  color: #4bc3b5;
  font-weight: 500;
  font-size: 1rem;
}
.services-banner-left .services-banner-heading h4 {
  text-transform: uppercase;
  padding-bottom: 10px;
}

.banner-with-right-image .services-banner-left{
  padding-top:1rem; 
}


.services-banner-left  .services-banner-heading h2 {
  padding-bottom: 1.5rem;
}

/*
.services-banner-left .services-banner-cont-text p {
  padding-bottom: 1.5em;
}
*/





.tabbin-outer-sec .header-text h2 {
  margin-bottom: 0px !important;
  max-width: 780px !important;
  margin: auto;
  padding-bottom: 1rem;
  text-transform: capitalize !important;
  font-weight: 700 !important;
}

#horizontalTab {
  display: flex !important;
  align-items: stretch;
}

#horizontalTab {
  flex-wrap: wrap;
}



#horizontalTab .left-tab-sec h3 {
  text-align: left;
  width: 100%;
  padding-left: 44px;
  font-size: 20px;
  padding-bottom: 22px;
  margin: 0px !important;
}



#horizontalTab .right-tab-sec h3 {
  text-align: left;
  width: 100%;
  padding-left: 21px;
  font-size: 20px;
  padding-bottom: 22px;
  margin: 0px !important;
}

.fix-padding-right #horizontalTab .right-tab-sec h3 {
  padding-left: 0!important;
}
.fix-padding-right #horizontalTab .right-tab-sec img {
  margin-left: -20px;
}

#horizontalTab .resp-tabs-list {
  list-style: none !important;
  padding: 0px;
}

.resp-tabs-list .resp-tab-item {
  background-color: #ffffff;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  color: #374047;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  border-top-color: #eceeef;
  border-right-color: #eceeef;
  border-bottom-color: #eceeef;
  border-left-color: #eceeef;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-radius: 20px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: justify;
  /*       box-shadow: 1px 7px 20px 15px rgb(0 0 0 / 5%); */
  box-shadow: 1px 7px 20px 3px rgb(0 0 0 / 5%);

}

.resp-tabs-list .resp-tab-active {

  color: white !important;
}



#horizontalTab .right-tab-sec {
  padding-left: 44px;
}





.resp-tabs-list .resp-tab-item p {
  line-height: 1.4;
  /*       font-size: 0.8rem; */
  font-size: 17.6px;
  text-transform: capitalize;
  font-weight: 700;
  text-align: center;
  margin: 0px;
}

.resp-tabs-list .resp-tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap:wrap;
  cursor:pointer;
}


.resp-tabs-list .resp-tab-item span {
  width: 10%;
  font-weight: 700;
  font-size: 17.6px;
}

.resp-tabs-list .resp-tab-item p {
  width: 75%;
}

.resp-tabs-list .resp-tab-item .tab-arrow {
  width: 14%;
  text-align: right;
}


.resp-tabs-list .resp-tab-active .tab-arrow svg path {
  fill: white !important;
}




.right-tab-sec .resp-tab-content h5 {

  padding-bottom: 1rem;
  margin: 0px;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
}

.right-tab-sec .resp-tab-content {
  padding: 20px;
  display:none ;
  transition: all .3s ease-in-out;
}

.right-tab-sec .resp-tab-content h6 {
  font-weight: bolder;
  font-size: 17.6px;
  margin: 0 !important;
}


.right-tab-sec .resp-tab-content ul {
  list-style: none;
}

.right-tab-sec .resp-tab-content ul li {
  margin-bottom: 5px;
  padding-left: 15px;
}

.right-tab-sec .resp-tab-content ul li:before {

  content: '.';
  margin-right: 7px;
  font-weight: 600;
  position: relative;
  top: -4px;
}


.benefit-outer-sec .header-text h2 {
  margin-bottom: 0px !important;
}


.three-section-oppo >.page-center > .left-right-section img{

  width:100% !important;
  max-width: 630px!important;
}



/*
.Helpware-custom-work-from-slide .our-teamleaders-rows {
  padding-top: 88px !important;
}
*/





.Helpware-custom-work-from-slide  .slick-prev:before {
  content:'';
  position: absolute;
  background: url(../../../../../../../../3358429.fs1.hubspotusercontent-na1.net/hubfs/3358429/helpware_2021/home/Vector%2020.png);
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  border: none !important;
  background-color: transparent !important;

}

.Helpware-custom-work-from-slide  .slick-arrow{

  position: absolute;
  left: 0px;
  top: 40%;
  transform: translatey(-50%);
  font-size: 0;
  border: 0;
  background: 0;
  text-indent: -999em;
  z-index: 99;

}

.Helpware-custom-work-from-slide  .slick-next {
  right: 0px;
  left: auto;

}

.Helpware-custom-work-from-slide  .slick-next:before {


  content: "";
  position: absolute;
  background: url(../../../../../../../../3358429.fs1.hubspotusercontent-na1.net/hubfs/3358429/helpware_2021/home/Vector%2019.png);
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 0;


}



.Helpware-custom-work-from-slide  .our-teamleaders-slider {
  position: relative;
}



.Helpware-custom-work-from-slide  .our-teamleaders-cols {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap:wrap;
  gap: 3rem;
}





.Helpware-custom-work-from-slide .our-teamleaders-cols img {
  width: 100% !important;
}




@media(max-width:991px){

  .top-detail-sec .social-icon ul li {
    border: none !important;
  }

  .helware-germany-change .left-section > div {
    overflow: hidden;
    padding: 6px !important;

  }

  .our-teamleaders-col-1 {
    max-width:500px;
    margin:auto;

  }

  .our-teamleaders-row  {
    justify-content:center;
  }


  .health-care-repeater .benefit-item-rep-1 {
    grid-column: span 1;
    grid-row: span 2 !important;
    height: 100%;
  }


  .sa-list-box h5 {
    color: #f9f9fa;
    font-size: 1.2rem;
    font-weight: 600;
    padding-bottom: 1rem;
    margin-bottom: 0;
    max-width: 75%;
  }




  .benefit-repeater-outer {
    padding-top: 0;
    display: grid;
    justify-items: stretch;
    align-items: stretch;
    grid-template-columns: repeat(1,minmax(200px,1fr)) !important;
    grid-column-gap: 1.8rem;
    grid-template-rows: auto !important;
    grid-row-gap: 1.8rem;
    max-width: 500px;
    margin: auto;
  }

  .philosophy-repeater-section .benefit-item-rep-2 , .philosophy-repeater-section .benefit-item-rep-4, .philosophy-repeater-section .benefit-item-rep-5 ,  .benefit-item  {

    grid-column:  inherit;
    grid-row: inherit;
    height: 100%;

  }


  .page-center{
    padding:0px 20px !important; 
  }


  .right-image {

    text-align:center !important ;

  }


  .slick-slide > .right-content-button {
    order: 2 !important;
  }

  .slick-slide > .left-image {
    order: 1 !important;
  }

  .across-world-slider-outer .slick-initialized .slick-slide{
    flex-wrap:wrap;
  }

  .helpware-germany-repeater .benefit-item-rep-5{

    background-size: 32% auto !important;

  }



  .philosophy-repeater-section .benefit-item-rep-4 {
    background-size: 28% auto;
  }


  .benefit-repeater-outer .benefit-item{
    overflow:visible; 
  }

  .fintech-benefit-main .benefit-item-rep-2 , .gaming-entertainment-repeater .benefit-item-rep-4{
    overflow:hidden !important; 
  }

  .gaming-entertainment-repeater .benefit-item-rep-4 img{

    margin-top:0px !important;

  }


  .banner-with-left-image .services-banner-left, .banner-with-left-image .services-banner-right {
    width: 100%;
  }


  /*     
  .services-banner-left {
  order: 2;
}

  .services-banner-right {
  order: 1;
}
  */


  .achievement-main .right-image-sec > div , .achievement-main .left-image-sec > div {
    width: 100%;
  }

  .achievement-main .right-image-sec > div , .achievement-main .left-image-sec > div { 
    padding-left:30px;
    padding-top:30px;

  }

  .achievements-repeater {
    padding-top: 30px;
    padding-bottom: 30px;

  }

  .achievement-main .achievement-image{

    text-align:left;
  }


  .achievements-repeater {
    position: relative;
  }

  .achievements-repeater:before {
    background-image: url(../../../../../../../../3358429.fs1.hubspotusercontent-na1.net/hubfs/3358429/helpware_2021/our-story/line.png);
    position: absolute;
    top: 0px;
    left: 15px;
    height: 97%;
    width: 22px;
    background-repeat: no-repeat;
    content: "";
    margin-left: -16px;
    bottom: 0;
    background-size: cover;

  }

  .ball {
    /*     position: fixed;
    height:  25px !important;
    transition: all .45s ease;
    width: 25px !important;
    top: 50% !important; 
    left: 15px !important;
    margin-left: 1px !important;
    border-radius: 50%;
    background-color: transparent;
    z-index: -1; */

    position: fixed;
    height: 25px !important;
    transition: all .45s ease;
    width: 25px !important;
    top: 50% !important;
    /*     left: 20px !important;
    margin-left: 2px !important; */
    left: 17.5px !important;
    margin-left: 0px !important;

    border-radius: 50%;
    background-color: transparent;
    z-index: -1;
  }

  .achievement-main {
    margin-bottom: 40px;
  }


}



/*   @media(min-width:992px){


.our-plans-main .repeater:before {
content: "";
position: absolute;
top: 90px;
width: 100%;
max-width: 950px;
height: 3px;
background: #CCEBE8;
}

.banner-with-left-image .services-banner-left, .banner-with-left-image .services-banner-right {
flex: 1;
}

.banner-with-left-image .services-banner-right{
text-align: left;
}

.banner-with-left-image .services-banner-left img {
width: 100%;
max-width: 100% !important;
}

.achievement-main .right-image-sec > div , .achievement-main .left-image-sec > div {
width: 50%;
}

.achievement-main .achievement-image{

text-align:center;
}

.achievements-repeater {
padding-top: 110px;
padding-bottom: 110px;

}

.right-image-sec .achievement-info{
text-align:right;

}

.achievements-repeater {
position: relative;
}

.achievements-repeater:before {
background-image: url(https://3358429.fs1.hubspotusercontent-na1.net/hubfs/3358429/helpware_2021/our-story/line.png);
position: absolute;
top: 0px;
left: 50%;
height: 100%;
width: 22px;
background-repeat: no-repeat;
content: "";
margin-left: -12px;
bottom: 0;
background-size: cover;
}


.achievement-main .right-image-sec .achievement-info{
padding-right:100px;

}

.achievement-main .left-image-sec .achievement-info{
padding-left:100px;
}

.achievement-main {
margin-bottom: 130px;
}




.banner-with-right-image > div {
width: 50%;
}

.services-banner-left {
text-align: left;
padding-top: 1rem;
padding-right: 3.8rem;
}



}

*/



/* Our Story  template  page ends */

/*======= Company Philosophy Page ends =========*/

/*======= team page scrolling effect =============*/

/*======= end team page scrolling effect =============*/






.what-we-do-three .what-we-do-rep-outer.row-3-cloumn .what-we-do-rep {
  padding: 33px;
}

.what-we-do-three .what-we-do-rep-text ul {
  padding: 10px 30px;
}





.what-we-do-rep-outer.row-2-cloumn.row-3-cloumn {
  display: grid !important;
  justify-items: stretch;
  align-items: stretch;
  grid-template-columns: repeat(2,minmax(200px,1fr));
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
}




.what-we-do-rep {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.what-we-do-rep {
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  border-radius: 20px;
  box-shadow: 0px 4px 40px rgb(0 0 0 / 8%);
}

.what-we-do-rep-icon-head {
  flex-direction: row;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
  text-align: left;
}

.what-we-do-rep-icon {
  padding-right: 1rem;
}
.what-we-do-rep-icon img {
  max-width: 40px !important;
}

.what-we-do-rep-title h3 {
  margin: 0;
  font-weight: 700;
  color: #373838;
  font-size: 1rem;
  padding-top: 1rem;
  padding-bottom: 1.2rem;
}

.what-we-do-rep-text p {
  /*font-family: 'Open Sans';*/
  font-size: 18px;
  max-width: 100%;
  padding-bottom: 1rem;
  text-align: left;
  color: #373838;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 5px;
}

.what-we-do-rep-btn {
  flex-direction: row;
  display: flex;
  align-items: center;
  display: none;
}

.what-we-do-rep-btn a {
  font-size: 17.6px;

  display: inline-block;
  text-decoration: none !important;
  position: relative;
}

.what-we-do-rep-btn 
a:after {
  content: "";
  position: absolute;
  background: url(https://3358429.fs1.hubspotusercontent-na1.net/hubfs/3358429/helpware_2021/home/arrow_read_more.svg);
  width: 44px;
  height: 17px;
  right: -60px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translatey(-50%);
}





.num-sec-col div {
  font-family: 'Montserrat';
  color: #373838;
  font-weight: 700;
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
  line-height: initial;
}

.num-sec-col span {
  font-family: 'Montserrat';
  color: #373838;
  font-size: 1em;
  font-weight: 700;
  width: 100%;
  text-align: center;
}
.what-we-do-btm-btn {
  padding-top: 4rem;
  padding-bottom: 1rem;
  text-align: center;
}



.num-btm-row {
  text-align: left;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 0rem;
}

.num-btm-row .nub-btm-col {
  width: 50%;
  padding: 10px;
}

.num-btm-row .nub-btm-col h4 {
  margin: 0px;
  font-size: 20px;
  font-weight: 700 !important;
  display: flex;
  align-items: center;
}

.num-btm-row .nub-btm-col h4:before {
  content: '';
  background-image: url(../../../../../../../../3358429.fs1.hubspotusercontent-na1.net/hubfs/3358429/helpware_2021/icons-etc/Vector-10.png);
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.num-btm-row .nub-btm-col  p {
  line-height: 1.6; 
  font-size: 16px;
  font-weight: 400;
  color: #373838;
  margin-top: 11px;
  padding-right: 50px;
}

.what-we-do-heading h4 {
  margin: 0px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 10px;
}

.what-we-do-heading {
  text-align: center;
  padding-top: 132px;
  padding-bottom: 78px;
}




.what-we-do-heading h2 {

  padding-bottom: 1rem;
  text-transform: capitalize;
  margin: 0px;
}



.what-sets-us-heading h4 {
  margin: 0px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 10px;
}

.what-sets-us-heading  h2 {

  padding-bottom: 1rem;
  text-transform: capitalize;
  margin: 0px;
}


/* .what-sets-us-row {
padding-bottom: 5rem;
}
*/




.main-three-number-section .num-sec-col div {
  line-height: 1.2;
  margin-bottom: 0px;
  font-size: 2rem !important;
}



.start-working-with-us-main {}

.start-working-with-us-main  .repeater {
  display: flex;
  flex-wrap:wrap;
  width: 100%;
  justify-content: space-between;
}

.start-working-with-us-main .repeater .single-box {
    border-radius: 20px;
  background-color: #f9f9fa;
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 37px;
  padding-bottom: 50px;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 30%;
  box-shadow: 0px 40px 77px rgb(0 0 0 / 4%);

}

.start-working-with-us-main .repeater .sigle-box-1 h6 {
  color: white !important;
  font-size: 16px;
  font-weight: 700;
  margin: 0px;
}

.start-working-with-us-main .repeater .single-box p {
  margin-top: 20px;
  text-align: left;
}

.start-working-with-us-main .repeater .sigle-box-1 p {
  color: white;
}

.start-working-with-us-main .repeater .single-box h6 {
  font-size: 16px;
  font-weight: 700;
  margin: 0px;
}





.markting-module 
.repeater {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.markting-grid {
  flex-grow: 1;
  flex-shrink: 1;

  background-color: #ffffff;
  border-radius: 20px;

  box-shadow: 0px 40px 77px rgb(0 0 0 / 4%);
}

.markting-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.markting-grid:hover {

  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  transition-duration: .45s;
  transition-timing-function: ease;
  transition-property: all;
  padding-top: 63px;
  padding-bottom: 62px;
  box-shadow: 0px 40px 77px rgb(0 0 0 / 4%);
}







.markting-module .repeater .markting-grid {
  padding: 52px 15px;
  text-align: center;
  cursor: pointer;
}

.markting-module .repeater .markting-content h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  margin: 0;
}

.markting-module .repeater  .markting-content p {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Montserrat';
  text-align: center;
  max-width: 275px;
  margin-top: 15px;
  margin-bottom: 0px;
}

.markting-module .repeater .markting-content h2 {
  font-weight: 700;


  margin-bottom: 0px;
}


.pricing-min-main-col {
  margin-top: 50px;
  position: relative;
}

.min-to-max-col {
  margin: 0px;
  color: #37383880;
  font-size: 17px;
  font-weight: 400;
  position: absolute;
  top: -19px;
  width: 100%;
}

.markting-content {
  position: relative;
}

.most-pp-col {
  margin: 0;
  font-weight: 700;
  font-size: 10px;

  text-transform: uppercase;
  position: absolute;
  top: -17px;
  width: 100%;
}


.markting-content:after {content: '';width: 100%;max-width: 250px;height: 1px;padding-top: 0px;max-height: 10px;margin: 20px auto 30px auto;display: block;}

.markting-module .repeater .image-with-bootom-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  text-align: justify;
  width: 100%;
  max-width: 200px;
}

.markting-module .repeater .image-with-bootom-text 
.single-image-text {
  width: 50%;
  text-align: center;
}

.markting-module .repeater .image-with-bootom-text .single-image-text .image-bottom-text p {
  margin-top: 15px;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
}



.markting-module .repeater .markting-bottom-button a {

  font-size: 14px;
  font-weight: 700;
  border-radius: 20px;
  color: white !important;
  text-decoration: none !important;
  padding: 10px 24px;
}

.markting-module .repeater .markting-bottom-button {
  margin-top: 45px;
}


.num-sec-row {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 4rem;
  padding-bottom: 6rem;
}




.slick-slide > div {
  padding: 35px 24px;
}


@media (max-width: 650px) {
  
  .slick-slide>div {
    padding: 15px 24px;
  }
  
  .helpware-mexico-content h4 {
     font-size: .8rem;
  }

  .company-logo {
    width: 50%;
    text-align: center !important;
    margin: 10px 0px !important;
    padding: 27px 9px;
  }

}




/* ------- ########## Resp - Tabs Animation css start  ##########  -------  */




.resp-tabs-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  max-width: 100%;
}




.resp-tab-content-active  {

  -webkit-animation: slidee 0.2s forwards;
  animation: slidee 0.2s ;
  animation-iteration-count:1;


}


@-webkit-keyframes slidee {



  from { 

    transform: translateX(250px);

  }

  to { 
    transform: translateX(0px);

  }



}


.right-tab-sec .resp-tab-content:first-child {
  display: block !important;
  transform: translateX(0px) !important;
}









/* ------- ########## Resp - Tabs Animation css start  ##########  -------  */




@media (max-width: 650px) {

  h2 {
    font-size: 1.4rem !important;
    line-height: 1.2 !important;
  }

  .benefit-repeater-outer h2{

    font-size: .9rem !important;
    line-height: 1.2 !important;
  }


  h4{
    font-size: .8rem !important;
    line-height:1.2 !important;

  }


}



/* ################## ----------  Responsive Desktop  start ---------- ################## */


@media (min-width: 992px) {

  .footer-menus-main .hs-menu-wrapper ul  {
    left: 0 !important;
    opacity: 1  !important;
    top: 0%  !important;
    padding-right:15px;
  }
  .footer-menus-main .hs-menu-wrapper ul > li {
    width:100%;
  }
  .footer-menus-main .hs-menu-wrapper ul > li > a {
    word-break: break-word;
    white-space: initial !important;
  }
  .helware-germany-change .left-section > div {
    overflow: hidden;
    padding: 14px !important;
  }

  .right-section.section {
    flex: 1;
  }

  .lets-know-each-left , .lets-know-each-right  {
    width: 50%;
  }

  .sa-list-box h5 {
    color: #f9f9fa;
    font-size: 1.5rem;
    font-weight: 600;
    padding-bottom: 1rem;
    margin-bottom: 0;
    max-width: 75%;
  }



  .services-banner-main{

    padding:92px 15px 0px 15px;

  }

  .benefit-item-rep-4 img {
    margin-top: -2rem;

  }

/*
  .services-banner-left {
    padding-right: 3.8rem;
  }
*/

  .main-three-number-section  .num-sec-col {
    width: 33% !important;
  }

  .helware-mexico-change .left-section > div {
    overflow: hidden;
    padding: 14px !important;

  }

  .Team-gallery-germany .repeater .single-image-1 {
    width: 100%;
/*     padding-bottom: 38px !important; */
    padding-bottom: 22px;
  }

  .Helpware-custom-work-from-slide .our-teamleaders-cols .our-teamleaders-col-2 {
    margin: 0px !important;
  }



  .our-teamleaders-slider-main .page-center {
    width: 100% !important;
    max-width: 100% !important;
  }

  .our-teamleaders-slider {
    padding-right: 4%;
    padding-left: 4%;
  }

/* by Alexei 9/30/21 */

  .two-oppo-sectionss > .page-center > .left-right-section  #counter2  .right-image {

    text-align:right !important ;

  }

  .three-section-oppo >.page-center > .left-right-section #counter2 .right-image , .three-section-oppo >.page-center > .left-right-section #counter4 .right-image{

    text-align:left !important;
  }

/*  .three-section-oppo >.page-center > .left-right-section #counter1 .right-image , .three-section-oppo >.page-center > .left-right-section #counter3 .right-image{

    text-align:right!important;
  }


    #counter1 .right-image {
    text-align: right;
  }

*/

  .two-oppo-sectionss > .page-center > .left-right-section  #counter1  .right-image {

    text-align:left !important ;

  }

  .right-main-section {
    justify-content:space-between;

  }

  .right-main-section > div {
    flex: 1;
  }

  .right-main-section .left-section{
    padding-right: 25px;
  }

  .marketing-page-reapeater .benefit-item-rep-4 .benefit-image img {
    width: 61%;
    margin-top: -3rem;
    margin-right: 0rem;
  }



  .num-sec-col {
    width: 25%;
    text-align: center;
  }



  .what-we-do-three .what-we-do-rep-outer.row-3-cloumn {
    display: grid !important;
    align-items: stretch !important;
    grid-template-columns: repeat(3,minmax(200px,1fr)) !important;
    grid-column-gap: 30px !important;
    grid-row-gap: 30px !important;
  }

  #horizontalTab .left-tab-sec {
    padding-right: 44px;
  }

  #horizontalTab > div {
    width: 50%;
  }   


  .our-plans-main .repeater:before {
    content: "";
    position: absolute;
    top: 90px;
    width: 100%;
    max-width: 950px;
    height: 3px;
    background: #CCEBE8;
  }

  .banner-with-left-image .services-banner-left, .banner-with-left-image .services-banner-right {
    flex: 1;
  }

  .banner-with-left-image .services-banner-right{
    text-align: left;
  }

  .banner-with-left-image .services-banner-left img {
    width: 100%;
    max-width: 100% !important;
  }

  .achievement-main .right-image-sec > div , .achievement-main .left-image-sec > div {
    width: 50%;
  }

  .achievement-main .achievement-image{

    text-align:center;
  }

  .achievements-repeater {
    padding-top: 110px;
    padding-bottom: 110px;

  }

  .right-image-sec .achievement-info{
    text-align:right;

  }

  .achievements-repeater {
    position: relative;
  }

  .achievements-repeater:before {
    background-image: url(../../../../../../../../3358429.fs1.hubspotusercontent-na1.net/hubfs/3358429/helpware_2021/our-story/line.png);
    position: absolute;
    top: 0px;
    left: 50%;
    height: 98%;
    width: 22px;
    background-repeat: no-repeat; 
    content: "";
    margin-left: -12px;
    bottom: 0;
    background-size: cover;
  }


  .achievement-main .right-image-sec .achievement-info{
    padding-right:100px;

  }

  .achievement-main .left-image-sec .achievement-info{
    padding-left:100px;
  }

  .achievement-main {
    margin-bottom: 130px;
  }




  .banner-with-right-image > div {
    flex: 1
  }

  .services-banner-left {
    text-align: left;
  }

  .services-banner-outer {
    padding: 0px;
  }



  .ball {
    position: fixed;
    height: 30px;
    transition: all .45s ease;
    width: 30px;
    top: 400px;
    left: 50%;
    margin-left: -15px;
    border-radius: 50%;
    background-color: transparent;
    z-index: -1;
  }


  .banner-left-right-section .left-sec {
    width: 50%;
    padding-right: 20px;
  }

  .banner-left-right-section .right-sec {
    flex: 1;
  }


  .sa-list-box-repeater {
    display: grid !important;
    justify-items: stretch;
    align-items: stretch;
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
    margin: 0 0 0;
  }



  /*START How It Works*/





  .title .numbring {

    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    margin-right: 0px;
    font-size: 18px;
    font-weight: 700;   
    font-family: 'Montserrat', sans-serif;
    margin-left: auto;
  }
  .hiw-box:nth-child(2n) .title .numbring { 
    margin-left: 0px;
  }
  .title .heading h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 15px 0px;
  }

  .hiw-box {
    width: 50%;
    padding-right: 40px;
    text-align: right;
    transition: all .45s ease;
  }
  .hiw-box:nth-child(2n) {
    margin-left: auto;
    padding-left: 40px;
    padding-right: 0px;
    text-align: left;
  }
  .hiw-box:not(:first-child) {
    margin-top: -55px;
  }
  .hiw-text {
    max-width: 550px;
  }
  .hiw-box:nth-child(2n + 1) .hiw-text {
    margin-left: 0px;
  }

  .ts-left-bio p:before {
    content: "";
    position: absolute;
    background: url(../../../../../../../../3358429.fs1.hubspotusercontent-na1.net/hubfs/3358429/helpware_2021/home/%e2%80%9c.png);
    width: 88px;
    height: 51px;
    top: -14px;
    left: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);
  }



  .animated_figure {
    position: fixed;
    height: 30px;
    transition: all .25s ease;
    width: 30px;
    top: 400px;
    left: 50%;
    margin-left: -15px;
    border-radius: 50%;
    background-color: transparent;
    z-index: -1;
  }

  .how-it-works-module .page-center {
    max-width: 1047px;
  }
  .hiw-repeater {
    position: relative;
    padding: 75px 0px;
  }
  .hiw-repeater::before {
    background-image: url(../../../../../../../../3358429.fs1.hubspotusercontent-na1.net/hubfs/3358429/helpware_2021/home/line-2.png);
    width: 6px;
    height: 94%;
    position: absolute;
    left: 50%;
    background-repeat: no-repeat;
    bottom: 50px;
    content: "";
    margin-left: -3px;
  }

  .start-num {
    font-size: 20px;
    font-weight: 600;
    padding: 0 10px 0 0;
  }

  .ts-right-image.ts-right-image-1 {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 40px 77px rgb(0 0 0 / 14%);
    border-radius: 20px;
    padding: 20px;
    overflow: hidden;
    width: 190px;
  }

  .testimonials-slider-module .slick-slide img {
    border-radius: 25px;
  }








  /* END How It Works*/


  .ts-right-image-3 img {
    max-width: 249.98px !important;
    width: 100%;
  }

/*   .across-world-slider-outer  .page-center {
    padding: 0!important;
  } */
  .testimonials-slider-module .page-center  {
    width: 100% !important;
    max-width: 100% !important;
  }

  .across-world-slider-outer  .page-center .testimonials-slider{
/* padding-right: 6%;
    padding-left: 6%; */
    margin-right: 30px;

  }

  .testimonials-slider-module .page-center  .testimonials-slide  {
    padding: 10px 7%;
  }

  .testimonials-slider-module  .slick-slide img{
    margin-right: 0px !important ;
    margin-left: auto !important;
  }


  .helpware-family-row  {
    justify-content: space-between;
    display: grid !important;
    align-items: stretch;
    grid-template-columns: repeat(4,minmax(200px,1fr));
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-auto-rows: minmax(min-content,1fr);


  }

  .right-tab-sec .resp-accordion {
    display: none;
  }

}





/* ################## ----------  Responsive Desktop End ---------- ################## */







/* ################## ----------  Responsive break point start ---------- ################## */


/* ################## ----------  max 991px start  ---------- ################## */

@media (max-width: 991px) {

  .lets-know-each-left , .lets-know-each-right  {
    width: 100%;
    text-align:center;
  }

  .lets-know-each-text p{
    margin:auto;
  }


  .achievement-main  .achievement-image {
    order: 1 !important;
  }

  .achievement-main   .achievement-info {
    order: 2 !important;
  }


  .start-working-with-us-main .repeater{
    max-width:500px !important;
    padding:10px 15px !important;
    margin:auto !important;
  }

  .start-working-with-us-main .repeater .single-box{
    width:100% !important; 



  }

  .Team-gallery-germany .repeater .single-image {
    width: 100%;
    padding: 5px 10px 5px 5px !important;
  }

  .helware-mexico-change .left-section > div {
    overflow: hidden;
    padding: 8px 8px 8px 8px !important;

  }


  .our-teamleaders-cols > div {
    margin: 20px auto !important;
  }



  .helpware-usaaa-repeater .benefit-item-rep-5 {
    background-size: 40% auto !important;
  }


  .img-section-l {
    order: 1 !important;
    margin: 10px 0px 26px 0px;
  }
  .texttt-section-l{

    order: 2 !important;
    margin: 10px 0px 26px 0px;
    text-align: center;

  }


  .left-image {
    max-width: 500px;
/*     margin: auto; */
  }

  .our-teamleaders-col-img {
    max-width: 500px !important;
    margin: 0;
    overflow: hidden;
    width: 100%;
  }

  
  .slick-slide .our-teamleaders-col-img {
    overflow: visible;
  }



  #counter1 .right-main-section{
    flex-wrap:wrap;
    gap: 3rem;
  }

  #counter1 .left-section , .right-main-section > div {
    flex: 0 0 100% !important;
    width:100%;
  }


  .two-oppo-sectionss>.page-center>.left-right-section>div>div>div{
    width:100% !Important;

  }


  .helware-germany-change .left-section , .helware-mexico-change  .left-section {
    max-width: 500px !important;
    margin: auto !importan;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .right-tab-sec .resp-tab-content{

    transform: translateX(0px) !important;
  }

  .right-tab-sec .resp-accordion  > span:first-child {
    display: none !important;
  }

  .right-tab-sec  .resp-tab-active {
    color: white !important;
  }

  .right-tab-sec .resp-tab-active .tab-arrow svg path {
    fill: white !important;
  }

  .left-tab-sec {
    display: none !important;
  }




  .right-tab-sec .resp-accordion .tab-arrow {
    width: 14%;
    text-align: right;
  }


  .right-tab-sec .resp-accordion {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    cursor: pointer;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .right-tab-sec .resp-accordion span {
    width: 10%;
    font-weight: 700;
    font-size: 17.6px;
  }

  .right-tab-sec .resp-accordion {
    background-color: #fff;
    color: #374047;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    border-top-color: #eceeef;
    border-right-color: #eceeef;
    border-bottom-color: #eceeef;
    border-left-color: #eceeef;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-radius: 20px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: justify;
    /*   box-shadow: 1px 7px 20px 15px rgb(0 0 0 / 5%);padding: 0px 20px; */
    box-shadow: 1px 7px 20px 3px rgb(0 0 0 / 5%);padding: 0px 20px;


  }

  .right-tab-sec .resp-accordion p {
    width: 75%;
    line-height: 1.4;
    text-transform: capitalize;
    font-weight: 700;
    text-align: center;
    font-size: 15px !important;
    margin: 0px;
  }




  .services-banner-img img , .single-post-right-img img {
    width: 100%;
    max-width: 400px !important;
    margin: auto !important;

  }

  .services-banner-img , .single-post-right-img {

    width: 100%;
    text-align: center;

  }


  .our-benefits-title-btn {
    text-align: center !important;
  }


  .banner-left-right-section .left-sec {
    order: 2;
  }

  .services-banner-main {

    text-align: center;
  }

  .banner-with-right-image 
  .services-banner-left {
    order: 2;
  }



  .banner-with-right-image .services-banner-right {

    order: 1;
  }


  .banner-left-right-section {
    text-align: center;
  }



  .marketing-page-reapeater .benefit-item-rep-4 {
    overflow: hidden !important;
  }


  .benefit-image {
    margin-bottom: -2em;
  }
  .saas-software-repeater .benefit-item-rep-5 img {
    width: 60%;
    margin-top: 0rem !important;
    margin-right: 0rem;
  }


  .num-sec-col {
    width: 50%;
    text-align: center;
  }

  .what-we-do-three .what-we-do-rep-outer.row-3-cloumn {
    display: grid !important;
    align-items: stretch !important;
    grid-template-columns: repeat(2,minmax(200px,1fr)) !important;
    grid-column-gap: 30px !important;
    grid-row-gap: 30px !important;
  }



  .banner-left-right-section .left-sec {
    width: 100%;
    padding:10px 10px;
  }


  .banner-left-right-section .right-sec {

    width: 100% !important;
    padding:0px 10px;
    0px !important
    text-align:center;

  }


  .sa-list-box-repeater {
    display: grid !important;
    justify-items: stretch;
    align-items: stretch;
    grid-template-columns: repeat(1, minmax(200px, 1fr));
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
    margin: 0rem 0 0;
  }




  /*START How It Works*/



  .title .numbring {

    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    margin-right: 0px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
  }
  .hiw-box:nth-child(2n) .title .numbring { 
    margin-left: 0px;
  }
  .title .heading h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 15px 0px;
  }

  .hiw-box {
    width: 100%;
    text-align: left;
    transition: all .45s ease;
    margin-bottom: 50px !important;
    max-width: 500px;
    margin: auto;
  }
  .hiw-box:nth-child(2n) {
    text-align: left;
  }

  .hiw-text {
  }
  .hiw-box:nth-child(2n) .hiw-text {
    margin-left: 0px;
  }

  .ts-left-bio p:before {
    content: "";
    position: absolute;
    background: url(../../../../../../../../3358429.fs1.hubspotusercontent-na1.net/hubfs/3358429/helpware_2021/home/%e2%80%9c.png);
    width: 88px;
    height: 51px;
    top: -14px;
    left: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);
  }



  .how-it-works-module .page-center {
    max-width: 1047px;
  }
  .hiw-repeater {
    position: relative;
    padding: 0px 0px 0px 40px;
  }
  .hiw-repeater::before {
    background-image: url(../../../../../../../../3358429.fs1.hubspotusercontent-na1.net/hubfs/3358429/helpware_2021/home/line-2.png);
    width: 6px;
    height: 100%;
    position: absolute;
    left: 11px;
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    margin-left: 0px;
    top: 0;
    background-size: cover;
  }

  .start-num {
    font-size: 20px;
    font-weight: 600;
    padding: 0 10px 0 0;
  }

  .ts-right-image.ts-right-image-1 {
    /*       display: flex;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 40px 77px rgb(0 0 0 / 14%);
    border-radius: 20px;
    padding: 20px;
    overflow: hidden;
    width:200px ; */
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0px 40px 77px rgb(0 0 0 / 14%);
    border-radius: 20px;
    padding: 10px;
    overflow: hidden;
    width: 175px;

  }









  /* END How It Works*/


  .slide-inner{
    flex-wrap:wrap;

  }

  .ts-left-sec , .ts-right-sec{
    width:100% !important; 

  }
  .right-content {
    text-align: center !important;
  }


  .ts-right-image img{
    margin:auto; 
  }




  .ts-right-image img{

    margin:auto; 

  }




  .ts-left-sec{
    order:2;
    padding-top: 44px;
  }



  .ts-right-image.ts-right-image-3 {
    position: absolute;
    right: 0px;
    bottom: -122px !important;
  }

  .ts-left-sec .ts-header, .ts-left-sec .ts-left-button {
    max-width: 455.98px !important;
    width: 100%;
    margin: auto !important;
  }

  .ts-right-image-3 img {
    width: 100%;
    max-width: 300px !important;
  }


  .counter-repeatre {
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
  }


  .npr-repeater .npr-post-image img{

    width:100% !important;
    max-width:100% !important;
  }

  .our-benefits-right{
    width:100% !important;
    margin-bottom:25px !important; 
  }

  .our-benefits-row{
    flex-wrap:wrap; 

  }

  .our-benefits-left{
    width:100% !important;
    max-width:100% !important;

  }


  .ts-right-image-repeater {
    max-width: 455.98px !important;
    width: 100%;
    margin: auto;
    position: relative;
  }

  .slide-inner .ts-right-image.ts-right-image-1 {
    /*       top: 71px !important;
    left: -5% !important; */
    top: 31px !important;
    left: -4% !important;

  }


  .our-benefits-right-img-out {
    border-radius: 20px;
    width: 100% !important;
    height: 192px !important;
    position: relative;
  }


  .our-benefits-right-img {
    width: 100% !important;
    text-align: center !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
  }

  .our-benefits-right-img img {
    max-width: 310px !important;
  }

  .our-benefits-right{
    padding-right:0px !important; 
    margin-bottom:47px !important;
  }


  .banner-left-right-section  > div {
    margin-bottom: 20px;
  }

  .services-banner-main{
    padding-top:92px !important;

  }



  .banner-with-left-image .services-banner-left img {
    width: 100%;
    max-width: 500px !important;
    margin-bottom:20px !important;
  }






  .achievements-outer {
    padding-top: 0px !important;
  }


  .left-right-section , .our-teamleaders-row{

    flex-wrap:wrap;
  }


  .left-section.section , .right-section.section {
    flex: 0 0 100% !important;

  }


  .our-teamleaders-col-1, .our-teamleaders-col-2 {
    flex: 0 0 100% !important;
    width: 100% !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
  } 


  .our-teamleaders-col-2 {
    order: 1;
  }

  .our-teamleaders-col-1 {
    order: 2;
  }

  #horizontalTab > div {
    width: 100% !important;
  }


}



/* ################## ----------  max 991px end ---------- ################## */

/* ################## ---------- min 767px and  max 991px start  ---------- ################## */




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


  .our-integrations-main .our-integrations-cols {
    display: grid;
    grid-template-columns: repeat(2,minmax(200px,1fr)) !important;

  }


  .animated_figure {
    position: fixed;
    height: 30px;
    transition: all .25s ease;
    width: 30px;
    top: 50% !important;
    left: 40px;
    /*     margin-left: 19px; */
    border-radius: 50%;
    background-color: transparent;
    z-index: -1;

  }

  .services-banner-main{

    padding:110px 15px 0px 15px;

  }

  .main-three-number-section  .num-sec-col {
    width: 33% !important;
  }


  .helpware-family-row {
    justify-content: space-between;
    display: grid !important;
    align-items: stretch;
    grid-template-columns: repeat(3,minmax(200px,1fr));
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-auto-rows: minmax(min-content,1fr);
  }



  .counter {
    text-align: center;
    width: 50%;
    margin: 19px 0px;
    padding: 15px;
  }

  .counter-repeatre {
    max-width: 708px;
    margin: auto;
    padding: 20px;
  }


  .npr-post{
    width:50% !important; 
    padding:20px 15px;
  }






}

/* ################## ---------- min 767px and  max 991px  end  ---------- ################## */


/* ################## ---------- max 766px  start  ---------- ################## */


@media  (max-width: 767px){

  .our-integrations-main {
    padding-top: 88px !important;
  }


  .our-integrations-main .our-integrations-row-rep .our-integrations-cols {
    padding-top: 64px !important;

  }

  .our-integrations-main .our-integrations-row-rep:not(.our-integrations-row-rep:last-child) .our-integrations-cols{
    padding-bottom: 88px !important;
  }




  .our-integrations-main .our-integrations-cols {
    display: grid;
    grid-template-columns: repeat(1,minmax(200px,1fr)) !important;

  }

  .footer .footer-row-0-vertical-alignment>.row-fluid>.span2:first-child{
    padding-right:0px !important;

  }

  .animated_figure {
    position: fixed;
    height: 30px;
    transition: all .25s ease;
    width: 30px;
    top: 50% !important;
    left: 20px;
    margin-left: -1px;
    border-radius: 50%;
    background-color: transparent;
    z-index: -1;

  }

  .Ukraine-repeater-section .benefit-item-rep-4 {
    background-size: 18% auto !important;

  }


  h1 {
    font-size: 1.8rem !important;
    line-height: 1.2 !important;
  }

  .slick-arrow {
    display: none !important;
  }

  .gallery-left-right-section {

    max-width: 500px;
    margin: auto;

  }

  .gallery-left-right-section .gallery-left-section {

    order: 2;
    margin-top: -6px;

  }

  .gallery-left-right-section .gallery-right-section {

    order: 1;
    padding: 0px 15px;

  }


  .gallery-left-right-section > div {
    width: 100%;
  }


  .Philippines-gallery-changes .benefit-item-rep-5{
    background-size: 29% auto !important;

  }

  .all-blog-listing {
    max-width: 380px;
    margin: auto;
  }

  .what-we-do-rep-outer.row-2-cloumn.row-3-cloumn {
    display: grid !important;
    justify-items: stretch;
    align-items: stretch;
    grid-template-columns: repeat(1,minmax(200px,1fr)) !important;
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
  }


  .what-sets-us-row {
    display: grid;
    display: grid !important;
    justify-items: stretch;
    align-items: stretch;
    grid-template-columns: repeat(1,minmax(200px,1fr)) !important;
    grid-column-gap: 1.8rem;
    grid-template-rows: repeat(10,minmax(1rem,1.5rem));
    grid-row-gap: 1.8rem;
  }


  .what-sets-us-col-2 {
    grid-column: span 1 !important;
    grid-row:span 6;
    height: 100%;
  }


  .what-sets-us-col-5 .what-sets-us-col-img img {
    max-width: 225px !important;
    position: relative;
    top: 1px;
  }




  .num-btm-row .nub-btm-col{
    width:100% !important; 
    margin:20px 0px !important;
  }

  .benefit-item-rep-4 img{
    max-width:200px !important; 
  }

  .num-sec-col {
    width: 50%;
    text-align: center;
    padding-right: 25px;
    padding-left: 25px;
  }

  .what-we-do-three .what-we-do-rep-outer.row-3-cloumn {
    display: grid !important;
    align-items: stretch !important;
    grid-template-columns: repeat(1,minmax(200px,1fr)) !important;
    grid-column-gap: 30px !important;
    grid-row-gap: 30px !important;
  }


  .markting-module .repeater{

    flex-wrap:wrap;
  }
  .markting-module .repeater .markting-grid{
    width:100%;
  }




  .helpware-family-row {
    justify-content: space-between;
    display: grid !important;
    align-items: stretch;
    grid-template-columns: repeat(1,minmax(200px,1fr));
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-auto-rows: minmax(min-content,1fr);
  }


  .counter {
    text-align: center;
    width: 100%;
    margin: 19px 0px;
    padding: 15px;
  }


  .footer .footer-row-0-vertical-alignment>.row-fluid>.span2{
    width: 100% !important;

  }


  .our-benefits-left>*{
    width: 100% !important;
    flex-basis: 100% !important;

  }

  .npr-post {
    width: 100%;
    padding: 11px;
  }

  .banner-left-right-section {
    text-align: center;
  }




  .banner-left-right-section {
    text-align: center;
  }




  .slick-arrow{

    display:none !important; 

  }

}

@media (max-width: 576px) {
  .num-sec-col {
      width: 100%;
  }
}




/* ################## ---------- max 766px  end  ---------- ################## */

/* ################## ---------- min 768px  start  ---------- ################## */



@media(min-width:768px){

  .our-integrations-main  .our-integrations-title h4 {
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 0rem;
    margin: 0;
    padding-bottom: 10px !important;
    font-size: 1rem;
    color: #4bc3b5 !important;
    line-height: 1.2;
  }

  .gallery-left-right-section > div {
    width: 50%;
    padding: 10px 10px;
  }



}


/* ################## ---------- min 768px  end  ---------- ################## */



/* ################## ----------  Responsive  break point End ---------- ################## */



.team-leader-custompadd-germanyyyyy 
.our-teamleaders-row {
  padding-bottom: 0px !important;
}




.across-world-slider-outer , .our-teamleaders-slider-main {
  max-width: 1325px;
  margin: auto;
}




/* ################## ----------  Homepage 5 CSS start ---------- ##################s */

.core-services-main {
  padding-bottom: 120px;
}


.home-5-banner {
/*   padding-bottom: 125px; */
}


.our-vision-right-text h2 {
  padding-bottom: 22px;
}


.our-vision-main .our-vision-outer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3rem;
}

.our-vision-main ul {
    padding-left: 25px;
    list-style-type: none
}

.our-vision-main ul li {
    position: relative
}

.our-vision-main ul li:before {
    content: "";
    position: absolute;
    top: 12px;
    left: -18px;
    width: 8px;
    height: 8px;
    border-radius: 12px;
    background-color: #4bc3b5
}

.our-vision-main .our-vision-outer .our-vision-right-sec {
  padding-top: 5px;

}

.our-vision-right-text  h4 {
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 0rem;
  margin: 0;
  padding-bottom: 10px !important;
  font-size: 1rem;
  color: #4bc3b5 !important;
  line-height: 1.2;
}

.our-vision-right-text p {
  font-size: 18px;
  line-height: 1.8em;
}


.testimonials-slider-module-with-left-logo .ts-left-logo  img {
  max-width: 41% !important;
  margin-left: 0px !important;
}

.testimonials-slider-module-with-left-logo .ts-left-logo {
  text-align: left !important;

}


.home-5-banner .bnner-text  h4 {
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 0rem;
  margin: 0;
  /*     padding-bottom: 10px !important; */
  font-size: 1rem;
  color: #4bc3b5 !important;
}




.home-5-banner .right-sec .banner-tile-text {
  position: absolute;
  width: 100%;
  max-width: max-content;
  min-width: 174px;
  height: 59px;
  right: -20px;
  top: 31%;

  background: #FFFFFF;
  box-shadow: 0px 40px 77px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px 10px;
}

.home-5-banner .banner-tile-text p {
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #47C2B4;
}

.home-5-banner .right-sec {

  position:relative;
}

.services-2-columns {
  margin-bottom: 50px;
}

.our-vision-right-text h2 {
  padding-bottom: 22px;
}

.our-vision-right-text {
  padding-bottom: 2rem;
}

.our-vision-right-cta {
  font-size: 18px;
  line-height: 28.16px;
  display: inline-block;
  position: relative;
  color: #4bc3b5 !important;
}

.our-vision-right-cta a {
  color: #4bc3b5 !important;
}

.our-vision-right-cta a:before {
  content: "";
  position: absolute;
  background: url(https://3358429.fs1.hubspotusercontent-na1.net/hubfs/3358429/helpware_2021/home/arrow_read_more.svg);
  width: 44px;
  height: 17px;
  right: -60px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translatey(-50%);
}
}



.our-vision-right-text h2 {
  padding-bottom: 22px;
}

.our-vision-right-text {
  padding-bottom: 3rem;
}

.our-vision-right-cta {
  font-size: 17.6px;
  line-height: 28.16px;
  display: inline-block;
  position: relative;
  color: #4bc3b5 !important;
}

.our-vision-right-cta a {
  color: #4bc3b5 !important;
}

.our-vision-right-cta a:before {
  content: "";
  position: absolute;
  background: url(https://3358429.fs1.hubspotusercontent-na1.net/hubfs/3358429/helpware_2021/home/arrow_read_more.svg);
  width: 44px;
  height: 17px;
  right: -60px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translatey(-50%);
}


.seo-sec-main {
  padding-top: 120px;
}



p.more {
  color: #4bc3b5 !important;
  font-size: 16.8px;
  line-height: 12.8px;
  position: relative;
  display: inline-block;
  margin-top: 35px;
}

p.more:before {
  content: "";
  position: absolute;
  background: url(../../../../../../../../3358429.fs1.hubspotusercontent-na1.net/hubfs/3358429/helpware_2021/home/Arrow%205.png);
  width: 40px;
  height: 10px;
  right: -60px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translatey(-50%);
}


.collapsed:after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 75px;
  background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fafafa);
  content: "";
}



.grow-your-business .our-teamleaders-col-img:before {
  right: 0;
  content: '';
  display: block;
  position: absolute;
  top: 10px;

  width: 74%;
  bottom: 0;

  mix-blend-mode: normal;
  /*box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);*/
  border-radius: 20px;
}

.grow-your-business .our-teamleaders-col-img {
  position: relative;
}


.right-tab-sec .resp-tab-active, .resp-tabs-list .resp-tab-active, .markting-content:after, .title .numbring, .title .numbring {
  box-shadow: inset 0.2rem 0.2rem 0.5rem #38a89b, inset -0.2rem -0.2rem 0.5rem rgb(255 255 255 / 25%);
}

.resp-tabs-list .resp-tab-item {
  border-color: #fff;
}




@media (min-width:992px) {


  .core-services-main  .our-benefits-left {
    max-width: 100% !important;
  }

  .core-services-main .our-benefits-left>* {
    width: 30% !important;
    flex-basis: 30% !important;
  }
  .our-benefits-row-last {
  margin-top: 1.8rem;
  }
  .our-vision-main .our-vision-outer > * {
    flex: 1;
  }

}

@media (max-width:991px) {

  .what-we-do-heading {

    padding:2rem 0px 2rem;
  }


  .testimonials-slider-module-with-left-logo .ts-left-logo {
    text-align: left !important;
    max-width: 455.98px !important;
    margin: auto;
  }

  .our-vision-main .our-vision-outer > * {
    width: 100%;
  }


  .grow-your-business .grow-business-text {
    text-align: center;
  }

  .grow-your-business .grow-business-btn {
    text-align: center;
  }



  .our-vision-left-img {
    margin: auto !important;
  }



  .our-vision-main .our-vision-outer .our-vision-right-sec {
    padding-top: 22px;
    max-width: 550px !important;
    margin: auto !important;
  }
  


  .home-5-banner .right-sec {
    max-width: 700px !important;
    margin: auto !important;
  }


}
/* ################## ----------  Homepage 5 CSS End ---------- ################## */


/* home page css start */











/* home page css end */



/* animations css */

/* animation css end */