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

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


*, *: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;
      max-width: 1265px;
}

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

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
body {
  line-height: 1.4;
  word-break: break-word;
  font-family: 'Nunito Sans', sans-serif !important;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

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

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

/* 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,
.hs-button {
  cursor: pointer;
  display: inline-block;border-radius:50px;border:0px;
      background: #ec8f32;font-size:16px;line-height:20px;padding:15px 35px;color:#fff;font-weight:700;
  transition: all 0.3s ease-in-out;margin-top:20px;
}

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

button:hover,.button:hover,.hs-button:hover,button:focus,.button:focus,.hs-button:focus{
  background:#318eca;color:#fff;
}


button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,{
  text-decoration: none;
  background:#318eca;color:#fff;
}

button:active,
.button:active,
.hs-button:active{
  text-decoration: none;
  background:#318eca;
  color:#fff;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}
.form-title{margin:0px;}
/* Labels */

form label {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

.formBox .hs_recaptcha{
    margin-top: 0px !important;;
      margin-bottom: 0 !important;
}


/* 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;
  display: inline-block;
    border-radius: 50px;
    font-size: 16px;
    color: #ACACAC;
    padding: 12px 20px !important;
    border: 0; 
  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;
}

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: red;
  position: absolute;margin: 0 !important;font-size: 11px !important;
    line-height: 14px; 
}
.hs_error_rollup{display:none;}
/* 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.sticky {
  background: #fff !important; 
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.header{
  background:#fff !important;
  position:relative;
}
.hs-content-id-185699419006 .header.sticky {
 background: #fff !important; 
 box-shadow: 0 3px 6px rgba(0, 0, 0, .16); 
}

.hs-content-id-185699419006 .header{
  background:transparent !important;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.header.sticky .head-wrap {
  margin-top:unset;
  padding:10px 0px;
}
@media(max-width:991.92px){
.header form input[type=email], form input[type=file], form input[type=number], form input[type=password], form input[type=tel], form input[type=text], form select, form textarea {
  padding:0 10px!important;
}
}
#toTop {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 40px;
    height: 40px;
    line-height: 32px;
    border: 1px solid #fff;
    border-radius: 100%;
    background: #616161;
    color: #fff;
    text-align: center;
    padding: 5px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    font-size: 20px;
    z-index: 9;
}
#toTop img{height:18px;}

.headerTop{
  background:#F6F6F6;padding:8px 0px;
}

.headerTop .submenu.level-1{
  margin:0px;padding: 0;justify-content: flex-end;
}
.headerTop .submenu.level-1 li{
  margin-left:25px;
}
.headerTop .submenu.level-1 li a{
  margin:0px;color:#0D1D32;font-size:14px;line-height:18px;font-weight:600;
}
.headerTop .content-wrapper{    
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header .social-links{margin-left:30px;}
.header .social-links__link{display:flex;}
.header .social-links__icon {
    background-color: transparent;
    border-radius: 0;
    display: inline-flex;
    height: 25px;
    margin: 0 5px;
    position: relative;
    width: 25px;
    border: 1px solid #0D1D32;border-radius:50%;
}
.header .social-links__icon svg{
  height: 12px;fill: #0D1D32;
}
.header .social-links__icon:hover, .headerTop .social-links__icon:focus {
    background-color: transparent;border-color: #23334a;
}
.header .social-links__icon:hover svg, .headerTop .social-links__icon:focus svg{
  fill: #23334a;
}

.socialSectionMobile{display:none;}



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

/* Header container */

.header__container {
  display: flex;align-items:center;
  justify-content: space-between;
  padding:15px 2px!important;
}

.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  
}
@media(max-width:991.92px){
  .header__row-2 {
    margin-left:0;
  }
}

.header__column {
    position: relative;
}



/* 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;
  overflow: hidden;
}
.header__logo img {
  max-width: 100%;
}
.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}




/* Navigation */

#nav-toggle {display: none;}

/* .header__search {width: 100%;} */

.header__search.open {
  display: block;position: absolute;right: 40px;z-index: 2;top:0px;
}

.header__search--toggle
.header__close--toggle {
  cursor: pointer;margin: 0 5vw;position: relative;
}

.header__search--toggle.open {
  display: block;margin-left: 0;margin-right: auto;
}

.header__search--toggle.hide {
  display: none;
}

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

.header__search--toggle.open:after{
  display: block;word-break: normal;
}


.header__search--toggle {
  background-image: url('https://5842389.fs1.hubspotusercontent-na1.net/hubfs/5842389/icons/search.svg');
  background-size: 13px;height: 25px;width: 25px;    background-repeat: no-repeat;cursor:pointer;
  background-position: center;border:1px solid #0D1D32;margin-left:30px;border-radius:50%;
}

.header__close--toggle {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
  display: none;
  background-size: 13px;height: 25px;width: 25px;    background-repeat: no-repeat;
  background-position: center;border:1px solid #0D1D32;margin-left:30px;z-index: 2;border-radius:50%;
}

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



/* Mobile toggles */

@media (max-width: 992px) {
  .header__close--toggle.show {
    position: fixed;
    top: 42px;
    right: 12px;
  }
  
  .header__search.open{right: 64px;top: 50px;}
  .header__search{width:auto;}
  
  .headerTop .socialSection{display:none;}
  .socialSectionMobile{display:block;margin:160px 0px!important;}
  
  
  .header__row-2{
        flex-direction: row-reverse;
  }

  .header__logo{
    max-width: 200px;
  }

  .header__search--toggle{
    margin:0px;
    margin-right: 15px;
  }

  .header__close--toggle{
      background: url('https://5842389.fs1.hubspotusercontent-na1.net/hubfs/5842389/icons/close.svg') #23334a;
      background-repeat: no-repeat;
      background-size: 14px;
      background-position: center;
  }

   .header__navigation{
    background-color:rgba(0,0,0,0.9) !important;
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    /*width: 348px; */
    width:100%;
    height:60vh;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: .3s;
    z-index: 2;
   
    overflow-y: auto;overflow-x: hidden;
         display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .header__navigation.open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .header__column {
    position: inherit;
  }

  .header__navigation--toggle,
  .header__close--toggle {
    cursor: pointer;
    position: relative;
  }


  .header__navigation--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle.hide {
    display: none;
  }

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

  .header__navigation--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background: url(https://5842389.fs1.hubspotusercontent-na1.net/hubfs/5842389/icons/menu_bars.svg) #23334a
      ;
    background-size: 14px;
    height: 30px;
    width: 30px;border-radius:50%;
    background-position: center;background-repeat: no-repeat;
  }
  
  .header__close--toggle{height: 30px;width: 30px;}

  .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 .social-links{margin:0px;}
  .header .social-links__icon {
    height: 45px;width: 45px;border: 1px solid #fff;margin: 0 10px;background:#000;
  }
  .header .social-links__icon svg {
    height: 18px;  fill: #fff;
  }
}

/* Search bar */

/* .header__search .hs-search-field__input {
   background-color: #fff;
    background-image: url(https://5842389.fs1.hubspotusercontent-na1.net/hubfs/5842389/icons/search.svg);
    background-position: bottom 13px right 15px;
    background-repeat: no-repeat;
    border: 0 !important;
    border-radius: 10px;
    box-shadow: 0 3px 25px rgba(0, 0, 0, .1);
    color: #747474;
    font-size: 16px;
    font-weight: 300;
    height: 40px;
    margin-left: 20px;
    margin-top: 20px;
    outline: 0 !important;
    padding: 0 45px 0 15px!important; 
    width: 65%;
} */

/* @media(max-width:1024px){
  .header__search .hs-search-field__input{
    margin-left:0;
    
  }
}
@media(max-width:1024px){
  .header__search .hs-search-field__input{
  width: 100%;
    
  }
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: #FFF;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #fff;
    border: 0;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .06);
    position: absolute;
    width: 100%;
    z-index: 10;
    left: 10px;
    list-style: none;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #e9e9e9;
}

.header__search .hs-search-field__suggestions li a {
  background-color: #FFF;display: block;font-size: 14px;line-height: 18px;padding: 12px 15px;color: #2d3137 !important;
  text-decoration: none;transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions li:hover a{
    background-color: #f6f6f6 !important;
    cursor: pointer;
    color: #d68730 !important;transition: background-color 0.3s;
}
 */
/* .header__search .hs-search-field__suggestions #results-for {
  display: none;
} */


@media screen and (max-width:568px){

  .header__search {width: 80%;}
  .header__search.open{left:15px;}

}

@media (max-width: 991.92px) {
    .header__search.open {
        display: block; /* Ensure the search element is visible */
        /* Additional styling as needed */
    }
    
    
  .header__navigation--toggle {
    right: -5px;
    order: 2;
    top: 0px;
    padding: 0 14px;
  }
}


#hs-link-site_logo_hs_logo_widget img {
  width:150px!important;
  height:auto;
}
@media (max-width: 991.92px) {
  #hs-link-site_logo_hs_logo_widget img {
    width:130px!important;
  }
}


/* Header new addition */

.head-wrap{    
  background-color: #fff;
  display: inline-flex;
  width: 100%;
  padding:10px 0px;
  margin-top: 30px;  
}
.hs-content-id-185699419006 .head-wrap{  
  padding:10px 20px;
}
@media(max-width:991.92px){
  .head-wrap{ 
    margin-top: 10px;
    padding: 10px 15px;
  }
}
.header__logo {
  display: block; 
}
.header__search {  
  display: flex;
  
}

/* Show the search element by default on desktop */
.header__search {
    display: block!important; /* Visible by default on desktop */
}

/* On mobile and tablet (up to 992px), hide the search element by default */
@media (max-width: 992px) {
   

    /* When the toggle button is clicked, show the search element inside the toggle */
    .header__search.open {
        display: block!important; 
       top: 75px!important;
     
    }
  .header__search {  
  order:1;
  
}
}
form input[type=email], form input[type=file], form input[type=number], form input[type=password], form input[type=tel], form input[type=text], form select, form textarea {
  padding:5px 10px!important;
}

.submenu.level-1>li:last-child {
  margin-right:0;
}
/* @import url('http://example.com/example_style.css'); */

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.img-fluid{max-width:100%;height:auto;}

.footTop{
  background:#23334a;padding:25px 0px;display:none;
}

.footTop a.social-links__link {display: flex;align-items: center;}
.footTop .social-links__icon{background-color: transparent;border: 1px solid #FFFFFF;transition: all 0.3s ease-in-out;}
.footTop .social-links__icon:hover{background: #fff;}
.footTop .social-links__icon:hover svg{fill: #ec8f32;}
.footTop ul{display:flex;justify-content:space-between;align-items:center;}
.footTop .whiteBtn{transition:all 0.3s ease-in-out;display:inline-block;font-size: 16px;line-height: 20px;font-weight:600;text-align: center;color: #fff;border: 1px solid #fff;border-radius: 50px;padding: 13px 45px;}
.footTop .whiteBtn:hover{color:#ec8f32;background:white;}
.footTop .center{justify-content:center !important;}

.footer{
  background:#fff !important;
}
.footerTop{padding-top: 50px;}
@media(max-width:1024px){
  .footerTop{padding:20px;}
}
@media(max-width:767px){
  .footerTop{padding:20px 0px;}
}
.footerMenu .submenu.level-1 {display: block;white-space: normal;column-count: 3;margin:0px;padding: 0;}
.footerMenu .submenu.level-1>li{margin:0px;display: block;margin-bottom:12px;}
.footerMenu .submenu.level-1>li a{color: #9f9f9f;font-size: 14px;line-height: 18px;font-weight: 600;}
.footerMenu .submenu.level-1>li a.active-item{color:#d68730 !important}

.footerBottom{padding:15px;}
@media(max-width:992px){
  .footerBottom{padding: 0 15px;}
}
.footerBottom p{color:#A8A8A8!important;font-size:14px;line-height: 18px;text-align:center;}
.footerBottom a{color:#fff !important;font-size:12px;margin:0px;line-height: 18px;}


@media screen and (max-width:568px){

  .footerBottom a{display:block;}
  .footTop ul{flex-direction: column;}
  .footTop .whiteBtn{margin-bottom:20px;}
  .footerMenu .submenu.level-1{column-count:1;text-align:center;}
  .footerBottom{text-align:center;padding-top:0}

}
.footer-menu ul li a {
  font-weight:500;
}

.footer-menu ul li a:hover {
  opacity:0.6;
}
/* Menu and simple menu */

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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

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

body{
     font-family: "Montserrat", sans-serif!important;
}
.events-whole {
  background-image:url("/hubfs/45409509/Our%20events%20bg.png");
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  padding:80px 0;
}
    
.pad-bottom {
  padding-bottom:80px;
}
@media(max-width:767px){
  .pad-bottom {
  padding-bottom:50px;
}
  .pad-top{
  padding-top:50px;
}
}
.pad-top{
  padding-top:80px;
}
a {
  text-decoration:none!important;
}
.business-contact a:hover {
  opacity:0.6;
  color:#fff;
}
.gradient {
    background: linear-gradient(to right, #4d72b8, #54b8e9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.commentaries-slider a:hover .blog-title{
  color:#54b8e9;
  font-weight:600;
}
.commentaries-slider a:hover .date{
  color:#54b8e9;
  font-weight:450;
}
.slide-comment .tagline{
  margin-bottom:unset;
}
.social-follows a:hover,.footer-social-icons a:hover {
  opacity:0.6;
}

/* Commentaries -listing */
/* .blog-index .sectionTitle {
  margin-bottom:20px;
} */
/* @media(max-width:1024px){
  .blog-index .sectionTitle {
    margin-bottom:20px;
  }
} */
.post-summary .blogBox {
  overflow: hidden;
  position: relative; 
  margin-bottom:45px;
  background: #000;
  padding-bottom:unset;
  border-bottom:unset;
}

.blogBox>a {
    align-items: center;
    display: flex;
}
#relatedPosts .blogBox .blogImage { 
   min-height: auto;
}
.blogBox .blogImage {
height: 206px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.comment-blog-title {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
  min-height: 118px;

}
@media(max-width:767px){
  .blogBox .blogImage{
    min-height:unset;
  }
  .comment-blog-title {
    min-height:unset;
    margin-bottom:20px !important;
  }
}


.blogBox .blogContent h2 {
    margin: 0;
}
.blog-date{
  color: #54b8e9;
  font-size: 16px;
  font-weight: 450;
  margin-bottom: 15px;
  margin-top: 10px;
}


.pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

#pageNumbers .pagination-button { 
  background-color:unset!important;
  color: #B4B4B4!important;
  border: 1px solid #B4B4B4!important;   
  margin: 0 10px;
  font-size: 16px;
  padding: 4px 14px;
  border-radius:5px;

}

#pageNumbers .pagination-button:disabled {
  background-color: #54b8e9!important;
  color:#fff!important;
  cursor: not-allowed;
  border: 1px solid #54b8e9 !important;
}
#blogPageNumbers .pagination-button { 
  background-color:unset!important;
  color: #B4B4B4!important;
  border: 1px solid #B4B4B4!important;   
  margin: 0 10px;
  font-size: 16px;
  padding: 4px 14px;
  border-radius:5px;

}

#blogPageNumbers .pagination-button:disabled {
  background-color: #54b8e9!important;
  color:#fff!important;
  cursor: not-allowed;
  border: 1px solid #54b8e9 !important;
}

.blog-index.sectionPadding {
  
    padding:60px 0px;
    position: relative;
    
}
/* .comment-row-6:before {
    background-image: url("https://45409509.fs1.hubspotusercontent-na1.net/hubfs/45409509/2969.svg");
    background-position: 82px 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    content: "";
    height: calc(100% - 120px);
    left: 0;
    margin: 60px 0;
    position: absolute;
    top: 6px;
    width: 100%;
    z-index: -1;
}
.comment-row-4:before {
    background-image: url("https://45409509.fs1.hubspotusercontent-na1.net/hubfs/45409509/Commentories%203%20tile.png");
    background-position: 82px 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    content: "";
    height: calc(100% - 120px);
    left: 0;
    margin: 60px 0;
    position: absolute;
    top: 6px;
    width: 100%;
    z-index: -1;
}
.comment-row-3:before {
    background-image: url("https://45409509.fs1.hubspotusercontent-na1.net/hubfs/45409509/1716.svg");
    background-position: 82px 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    content: "";
    height: calc(100% - 120px);
    left: 0;
    margin: 60px 0;
    position: absolute;
    top: 6px;
    width: 100%;
    z-index: -1;
}
.comment-row-2:before {
    background-image: url("https://45409509.fs1.hubspotusercontent-na1.net/hubfs/45409509/Commentaries%20summary-1109px.svg");
    background-position: 82px 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    content: "";
    height: calc(100% - 120px);
    left: 0;
    margin: 60px 0;
    position: absolute;
    top: 6px;
    width: 100%;
    z-index: -1;
}
.comment-row-1:before {
    background-image: url("https://45409509.fs1.hubspotusercontent-na1.net/hubfs/45409509/Commentories%201%20tile.svg");
    background-position: 82px 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    content: "";
    height: calc(100% - 120px);
    left: 0;
    margin: 60px 0;
    position: absolute;
    top: 6px;
    width: 100%;
    z-index: -1;
} */
/* .comment-row-1 .arrow-blog-summary {
    padding-left: 50px;
}
.comment-row-2 .arrow-blog-summary {
    padding-left: 58px;
}
.comment-row-6 .arrow-blog-summary {
    padding-left: 58px;
} */
/* @media (resolution: 1.5dppx) {
  .comment-row-2 .arrow-blog-summary {
    padding-left: 60px;
}
}
.comment-row-4 .arrow-blog-summary {
    padding-left: 60px;
}
@media(max-width:1367px){
  .comment-row-2 .arrow-blog-summary {
    padding-left: 60px;
 }
  .comment-row-3 .arrow-blog-summary {
    padding-left: 60px;
 }
} */
@media(max-width:1182px){
/*   .comment-row-4:before {
    background-image:unset;
  }
  .comment-row-4 .arrow-blog-summary {
    padding-left: 0px;
}
  .comment-row-3:before {
    background-image:unset;
  }
  .comment-row-3 .arrow-blog-summary {
    padding-left: 0px;
}
  .comment-row-2:before {
    background-image:unset;
  }
  .comment-row-2 .arrow-blog-summary {
    padding-left: 0px;
}
  .comment-row-1:before {
    background-image:unset;
  }
  .comment-row-1  .arrow-blog-summary {
    padding-left: 0px;
}
  .comment-row-6:before {
    background-image:unset;
  }
  .comment-row-6  .arrow-blog-summary {
    padding-left: 0px;
} */
  .blog-index.sectionPadding {
    padding:30px 0px;
  }
  
}

@media(max-width:991.92px){
 
  .blog-index .sectionTitle {
    text-align:center;
    margin-bottom:40px;
  }
} 
/* For 100% scale (normal resolution) */
/* @media (resolution: 1dppx) {
  .blog-index.sectionPadding {
      background-position: 12% 0px;
    }
  } */

/* For the specific 1920x1080 resolution */
/* @media only screen 
  and (min-width: 1920px) 
  and (max-width: 1920px) 
  and (min-height: 1080px) 
  and (max-height: 1080px) {
  
    .blog-index.sectionPadding {
      background-position: 12% 0px;
    }
} */
.pagination-button-prevnext {
  background:unset!important;
  padding:unset!important;
  border: unset;
  margin: 0 20px;
}
.blog-summary {
  color: #fff;
  font-size: 16px;
  min-height: 75px;
}


/* .post-summary {
  padding-top:80px;
} */

.post-summary .contact-details {
  margin-top:40px;
}
/* .post-detail .contact-details {
   margin-top:40px;
} */
.sub-blog-title {
    color: #54b8e9;
    font-size: 24px;
    font-weight: 700;
}

.blogdetailTitle {
  font-size:50px;
  color:#231f20;
  line-height:64px;
  font-weight:800;
  margin-bottom: 35px;
  margin-top: 10px;
}
@media(max-width:767px){
  .blogdetailTitle {
        font-size: 25px;
line-height:30px;
  }
}
.post-detail .blogBox .blogContent .blogName{  
  display: inline-block;
  font-weight: normal;
  font-size: 18px;
  font-weight:600;
  line-height: 22px;  
  color: #231f20;
  margin-bottom:20px;
}
.post-detail .blog-date {
    color: #54b8e9;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 10px;
}
.related-post {
color:#4d76bb;
font-size:30px;
font-weight:800;
}
@media(max-width:1367px){
  .related-post {
    font-size:24px;
  }
}
@media(max-width:1024px){
  .related-post {
    font-size:26px;
  }
}
@media(max-width:991.92px){
  .related-post {
    font-size:32px;
    margin-top:15px !important;
  }
}

.post-comment-detail { 
  padding: 60px 0px;
  position: relative;
 
}
/* .post-comment-detail:before {
    background-image: url("https://45409509.fs1.hubspotusercontent-na1.net/hubfs/45409509/Commentories%203%20tile.png");
    background-position: 120px 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    content: "";
    height: calc(100% - 120px);
    left: 0;
    margin: 60px 0;
    position: absolute;
    top: 6px;
    width: 100%;
    z-index: -1;
}
 */

/* .hs-blog-id-176870481012 .post-comment-detail:before {
  background-image: url("https://45409509.fs1.hubspotusercontent-na1.net/hubfs/45409509/Commentaries-DetailPage3_4199px.svg");
}
.hs-content-id-179703937659 .post-comment-detail:before {
  background-image: url("https://45409509.fs1.hubspotusercontent-na1.net/hubfs/45409509/Commentaries-Detail%20Page2_5190px.svg");
}
.hs-content-id-179535029560 .post-comment-detail:before {
  background-image: url("https://45409509.fs1.hubspotusercontent-na1.net/hubfs/45409509/Commentaries%204-4851px.svg");
}
.hs-content-id-181157715352 .post-comment-detail:before {
  background-image: url("https://45409509.fs1.hubspotusercontent-na1.net/hubfs/45409509/tangling_line_5050.svg");
}

.hs-content-id-184376327295 .post-comment-detail:before {
  background-image: url("https://45409509.fs1.hubspotusercontent-na1.net/hubfs/45409509/7825px.svg");
}
.hs-content-id-185171464721 .post-comment-detail:before {
  background-image: url("https://45409509.fs1.hubspotusercontent-na1.net/hubfs/45409509/5787.svg");
}
.hs-content-id-185231275640 .post-comment-detail:before {
    background-image: url("https://45409509.fs1.hubspotusercontent-na1.net/hubfs/45409509/5212.svg");
}
.hs-content-id-185710505034 .post-comment-detail:before {
    background-image: url("https://45409509.fs1.hubspotusercontent-na1.net/hubfs/45409509/4825.svg");
}
.hs-content-id-185706038616 .post-comment-detail:before {
    background-image: url("https://45409509.fs1.hubspotusercontent-na1.net/hubfs/45409509/3515.svg");
}
.hs-content-id-185706941777 .post-comment-detail:before {
    background-image: url("https://45409509.fs1.hubspotusercontent-na1.net/hubfs/45409509/2959.svg");
}
.hs-content-id-185705529915 .post-comment-detail:before {
    background-image: url("https://45409509.fs1.hubspotusercontent-na1.net/hubfs/45409509/2225.svg");
} */
.blogBox {
    border-bottom: 2px solid #54b8e9; 
    padding-bottom: 20px; 
    margin-bottom: 20px; 
}
.blogBody p:last-child {
  margin-bottom:unset;
}
.blogBody a {
  font-size: 18px;
  line-height: 27px;
}
.post-detail .blogBox {
 padding-bottom: unset; 
}
.post-summary .blogBox:hover {
  background: #fff!important;
  border: 1px solid #fff;
  box-shadow: 9px -2px 20px 0 rgba(0, 0, 0, .14);
}
.post-summary .blogBox:hover .comment-blog-title {
    color:#000!important;
}
.post-summary .blogBox:hover .blog-summary {
    color:#000!important;
}
.post-summary .blogBox:hover .blog-date{
    color:#000!important;
}
.blog-related-posts__list .blogBox:hover .blogName {
color:#54b8e9;
}
/* .arrow-space-commentarydetail{
    padding-left: 35px!important;
} */
/* .hs-content-id-185171464721 .arrow-space-commentarydetail {
  padding-left: 63px !important;
} */


/* @media(max-width:1367px) {
.hs-content-id-183988016463 .arrow-space-commentarydetail {
  padding-left: 70px !important;
}
   .hs-content-id-185171464721 .arrow-space-commentarydetail {
    padding-left: 85px !important;
  }
  .hs-content-id-185231275640 .arrow-space-commentarydetail {
    padding-left: 60px!important;
  }
  .hs-content-id-185706941777 .arrow-space-commentarydetail {
    padding-left: 50px!important;
  }
  .hs-content-id-185705529915 .arrow-space-commentarydetail {
    padding-left: 50px!important;
  }
} */
/* @media(max-width:1182px) {
.hs-content-id-183988016463 .arrow-space-commentarydetail {
  padding-left: 0px !important;
}
  .hs-content-id-185231275640 .arrow-space-commentarydetail {
    padding-left: 0px!important;
  }
  .hs-content-id-185706941777 .arrow-space-commentarydetail {
    padding-left: 0px!important;
  }
  .hs-content-id-185705529915 .arrow-space-commentarydetail {
    padding-left: 0px!important;
  }
} */
/* .hs-content-id-178696831299 .arrow-space-commentarydetail {
  padding-left: 80px;
} */
/* For screen scale of 150% (1.5dppx) */
/*  @media (resolution: 1.5dppx) {
   .arrow-space-commentarydetail{
    padding-left: 60px!important;
}
} */
@media(max-width:1182px){

  .post-comment-detail {
    padding:50px 0;
  }
  .arrow-space-commentarydetail{
    padding-left:0!important;
  }
  .post-comment-detail .sectionTitle  {
    text-align:center;
  }
/*   .hs-content-id-178696831299 .arrow-space-commentarydetail {
    padding-left:0!important;
  }
   .hs-content-id-185171464721 .arrow-space-commentarydetail {
    padding-left:0!important;
  } */
}



@media(max-width:1182px){

  .arrow-blog-summary {
    padding-left:0;
  }
  
}

/* .arrow-job-openings {
   padding-left: 40px;
}
@media(max-width:1182px){

  .arrow-job-openings {
    padding-left:0;
  }
  
} */

/* Our People Page */


.flex-box-profile {
  border-bottom: 1px solid #fff;
  display: flex;
  padding: 15px 0;
  justify-content: space-between;
  
}

.director-name {
  font-size: 23px;
  color: #fff;
  font-weight: 600;
}
@media(max-width:991.92px){
  .director-name {
    font-size: 20px;
    
  }
}
.investors .director-name {
  margin-bottom:unset;
}
.director-designation {
  font-size: 20px;
  margin-bottom: unset;
  color: #fff;
}
@media(max-width:767px){
  .director-designation {
    font-size: 16px;
    margin-top:6px;
  }
}
.mail-img,
.phone-img {
  width: 40px;
  height: 40px;
}

.profile-details {
  margin-top: 30px;
  margin-bottom: 50px;
}

.profile-details p {
  font-size: 15px;
  color: #fff;
}

.overall-box {
  background: #5095D0;
  border-radius: 50px;
}

.bod-img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  border-radius: 50px 0 0px 50px;
}
@media(max-width:991.92px){
  .bod-img {
   border-radius:50px 50px 0px 0px;
  }
}

.description {
  padding: 20px 50px 30px 0px;
}

.people-title {
  color: #231f20;
  font-size: 50px;
  font-weight: 700;
  line-height: 64px;
}
@media(max-width:991.92px){ 
  .people-title {
    font-size: 45px;
  }
}
.people-tagline {
  border-bottom: 2px solid #EEEEEE;
  padding-bottom: 40px;
  font-size: 18px;
  margin-bottom:unset;
  font-weight:450;
}

.bod-title {
  color: #231f20;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: unset;
 padding:40px 0px;
}


.bottom-border {
  padding-bottom: 60px;
  border-bottom: 2px solid #eee;
  
}

.team-tag-details {
  font-size: 15px;
  margin: 15px 0;
  color: #fff;
}

.team-details {
  background: #5095d0;
  padding: 15px 50px;
  border-radius: 0px 0px 50px 50px;
  min-height:678px;
}

.investors .team-details { 
  min-height:unset;
}
.team-box {
  
  border-radius: 50px;
}

.team-img {
  width: 100%;
  height: auto;
  border-radius: 50px 50px 0px 0px;
}

.overall-team {
  margin-bottom: 30px;
}
.investors .overall-team {
  margin-bottom: 0px;
}
@media(max-width:1367px){
.team-details{
     min-height:980px;
  }
}
@media(max-width:1209px){
   .team-details {
     min-height:980px;
  }
}
@media(max-width:991.92px){
  .team-details {
    padding:20px;
    min-height:1000px;
  }
  .description {
    padding: 20px 50px 30px 20px;
  }
}
@media (max-width: 767px) {
  .bod-title {
    font-size: 36px;
  }
  .team-details {
    padding:20px;
    min-height:unset;
  }
  .description {
    padding:20px;
  }
  .investors .overall-team {
  margin-bottom: 30px;
}
}
.investors .flex-box-profile {
  border-bottom:unset;
  padding:unset;
  justify-content: center;
  align-items: center;
}
.investors  .mail-img {
  height:35px;
  width:35px;
}
.investors .people-contact {
  padding-left: 20px;
}
.investors .bod-title {
  padding-bottom:40px;
  padding-top:0;
}
/* .people-arrow  {
  background-color: #fff;
  padding: 50px 0 60px 90px;
  position: relative;
  z-index: 1;
}
@media(max-width:1182px){
  .people-arrow  {
    padding:50px 0px;
  }
}
.people-arrow:before {
    background-image: url("/hubfs/45409509/tangling_line5856.svg");
    background-position: 82px 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    content: "";
    height: calc(100% - 120px);
    left: 0;
    margin: 60px 0;
    position: absolute;
    top: 6px;
    width: 100%;
    z-index: -1;
}
.people-arrow-space {
  padding-left:45px;
}
 @media (resolution: 1.5dppx) {
   .people-arrow-space {
     padding-left:58px;
   }
}
@media (max-width:1367px){
  .people-arrow-space {
    padding-left: 75px;
  }
}
@media(max-width:1182px){
  .people-arrow:before {
    background-image:unset;
  }
  .people-arrow-space {
    padding-left:0px;
  }
} */
.people-arrow {
  padding:60px 0px;
}
.people-contact {
  display:flex;
}
.people-contact .contact-mail {
  margin-right:10px;
}
.hs-content-id-177879531777 .mail-img:hover{
  opacity:0.5;
}
.hs-content-id-177879531777 .phone-img:hover{
  opacity:0.5;
}

 #sort-options {
    appearance: none;
    padding: 8px 62px 8px 20px;
    background-image: url(https://stratinkconsulting.com/hubfs/down-chevron.svg);
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 22px;
    text-decoration: none;
    cursor: pointer;
    color: #231f20;
    font-size: 20px;
    border: 2px solid #54b8e9;
    background-size: 18px;
    font-weight: 500;
    outline: none;
    font-size: 18px;
  }
.filter-section {
    text-align: right;
    margin-bottom: 20px;
}

.load-more-events {
    text-align: center;
    margin-top: 20px;
}

#load-more {
  border: 2px solid #54b8e9;
  font-size: 17px;
  padding: 10px 20px;
  background:unset;
  color: #54b8e9;
  font-weight: 700;
  margin:0 auto;
  border-radius:unset;
}
#load-more:focus {
    background:unset;
  outline:none;
}
#load-more:hover {
  color: #3d71b8;
  border: 2px solid #54b8e9;
  background:unset;
}

/* Policy */

.policy{
  background: #EFF4FA;
  padding: 60px 0px;
}

.policy h1{
  font-size: 60px;
  color: #000;
  font-weight: 700;
  margin-bottom: 45px;
}

.policy .main-content p {
  font-size:18px;
}
.policy .main-content ul li {
  font-size:18px;
}

.policy .main-content ul li::marker {
    color: #54b8e9; 
    font-size:24px;
}
@media(max-width:1182px){
  .policy{
    padding:50px 0px;
  }
  .policy h1{
    font-size: 35px;
    margin-bottom: 35px;
  }
}
.thankyou{
  background: #EFF4FA;
  padding: 60px 0px;
}

.thank-cta {
    border: 2px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(90deg, #4d72b8, #54b8e9);
    border-radius: unset;
    color: #3d71b8;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding: 15px 35px;
    position: relative;
    text-decoration: none;
    transition: all .3s ease-in-out;
    margin-top:40px;
}
.thank-cta:hover {
  background: #3d71b8;
    color: #fff !important;
}
.thankyou h1{
  font-size: 52px;
  color: #000;
  font-weight: 700;
  margin-bottom:20px;
  
}
.thankyou p {
  font-size:18px;
  font-weight:500;
}
.thankyou img {
  margin-bottom:30px;
}
@media(max-width:1182px){
  .thankyou{
    padding:50px 0px;
  }
  .thankyou h1{
    font-size: 35px;
   
  }
}

.whole-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media(max-width:991.92px){
  .whole-sec {
    display:block;
  }
  
}
.blogdetailTitle{
  margin:unset!important;
}

.flippingbook-watermark {
    display: none !important;
}
.people-slider .slick-dots {
  bottom:-50px;
}
.slick-dots li button {
    display: block!important;
    width: 10px!important;
    height: 10px!important;
    padding: 0!important;
    border: none!important;
    border-radius: 50%!important; 
    text-indent: -9999px!important;  
    margin: 0 5px!important;
  opacity:1!important;
}
.slick-dots li.slick-active button {
    height: 10px!important;
    width: 10px!important;
    border-radius: 50px!important;
    padding: 0 10px!important;
    background-color: #000!important;
}



.careertitle {
    color: #231f20;
    font-size: 50px;
    font-weight: 800;
    line-height: 64px;
    margin-bottom: 35px;
   
}

@media(max-width:767px){
  .careertitle {
     font-size: 40px;
    line-height: 50px;
  }
}
.blogContent  {
  padding:20px 20px 40px;
}

@media(max-width:1367px){
  .blogContent  {
  min-height:300px;
}
}

#relatedPosts .blogContent  {
  min-height:unset;
  padding:unset;
}
@media(max-width:767px){
  .blogContent  {
  min-height:unset;
}
}

/* .hs-content-id-180573415776 .post-comment-detail:before {
  background-image: url("/hubfs/45409509/tangling_line2790.svg");
} */
ol li::marker {
  font-weight:600;
  
}
html {
  scroll-behavior: smooth; /* Smooth scrolling for all anchor links */
  scroll-padding-top: 200px; /* Offset for fixed/sticky headers, adjust this value */
}

.bloglisting iframe {
  width:100%;
  
   }
ol li strong {
  margin-bottom: 10px;
  display: inline-block;
}

.choose-us-title {
    color: #000;
    font-size: 90px;
    font-weight: 800;
    margin-bottom: 50px;
}
.explore-cta {    
   border: 2px solid; /* Adjust the border width as needed */
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, #4d72b8, #54b8e9);
  border-radius:unset;
    color: #3d71b8;    
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    padding: 15px 35px;    
    transition: all .3s ease-in-out;
    position: relative; /* Ensure the pseudo-element is positioned relative to this element */
}
.explore-cta:hover { 
    background: #3d71b8;
    color: #fff !important;
    text-decoration: none;
}

.explore-cta::after {
    content: '';
    display: inline-block;
    width: 16px; /* Increased width */
    height: 16px; /* Increased height */
    margin-left: 15px; /* Space between text and arrow remains the same */
    background-image: url('https://45409509.fs1.hubspotusercontent-na1.net/hubfs/45409509/Shape%201%20copy.svg'); /* Replace with your arrow image URL */
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    transition: transform .3s ease-in-out;
  margin-top:-2px;
}

.explore-cta:hover::after {
    transform: translateX(5px); /* Move the arrow slightly to the right on hover */
}

.contact-details  {
  padding:25px 0px!important;
}
.business-title  {
  font-size:30px!important;
}
.locations ul {
  margin-bottom:unset!important;
}

/* .hs-content-id-185699419006 .people-slide-sec {
  background-image: url(https://stratinkconsulting.com/hubfs/Rectangle%201.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
  position: relative;
} */
.hs-content-id-185699419006 .people-slide-sec .choose-us-title {
  font-size: 40px;
  font-weight: 600;
  color:#fff;
}
.hs-content-id-185699419006 .people-slide-sec .description {
  margin-bottom: unset;
  padding: unset ! Important;
  margin-top:20px;
  color:#fff;
  font-size:16px;
}
.hs-content-id-185699419006 .choose-us-title {
    color: #000;
    font-size: 40px;
    font-weight: 700;
  margin-bottom: unset!important;
}
.hs-content-id-185699419006 .career-home .description {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
}
.hs-content-id-185699419006 .career-home{
  padding-top: 60px!important;
   height: 310px;
}


.hs-content-id-185791503679 .expertise .nav-pills .nav-link {
        padding: 25px 30px!important;
}
 
@media(max-width:991.92px) {
  .hs-content-id-185699419006 .people-slide-sec .choose-us-title {
    font-size:35px;
  }
  .hs-content-id-185699419006 .people-slide-sec {
    padding:50px 0px;
  }
  .hs-content-id-185699419006 .choose-us-title{
    font-size:35px;
  }
  .hs-content-id-185699419006 .career-home {
    height:362px;
  }
  .video-slider .slick-next {
    right: -38px !important;
  }
  .video-slider .slick-prev {
    left: -38px!important;
  }
}
ul.submenu.level-1 li:last-child a.menu-link {
  border: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, #4d72b8, #54b8e9);
  padding: 10px 20px;
  color: #3d71b8 !important;
  text-decoration:none!important;
}
 ul.submenu.level-1 li:last-child a.menu-link:hover {
   background: linear-gradient(90deg, #4d72b8, #54b8e9);
   color:#fff !important;
   text-decoration:none!important;
}
  
 @media(max-width:991.92px){
   ul.submenu.level-1 li:last-child a.menu-link {
     width:fit-content;
     margin-top:15px;
   }
}
.comment-sum-link {  
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  display: inline-block;
  margin-bottom: unset;
}
.post-summary .blogBox:hover .comment-sum-link{
  border: 1px solid #4d72b8;
  color: #4d72b8;
}
 .people-sec, .people-det {
   padding:60px 0px;
}

.people-sec .people-title {
  margin-bottom:30px;
}
.custom-tooltip {
    position: absolute;
    background-color: #fff;
    color: #000;
    padding: 8px;
    border-radius: 4px;
    max-width: 400px;
    font-size: 12px;
    z-index: 1000;
    display: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); 
}
.hs-content-id-186240385338 #hs_cos_wrapper_module_174678921435825, .hs-content-id-186240385338 .pop-sec-hide {
  display:none;
}

.hs-content-id-190070517830 #hs_cos_wrapper_module_173976631246527{
  display:none;
}
/* .hs-content-id-190070517830 #hs_cos_wrapper_module_17471170936156 {
  padding-bottom:50px;
} */
.hs-content-id-190070517830 #hs_cos_wrapper_module_173977177114644 .peo-border {
  border-bottom:unset;
  padding-bottom:unset;
}
  
/* .hs-content-id-190079617621 .people-slide-sec {
  background-image: url(https://stratinkconsulting.com/hubfs/Rectangle%201.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
  position: relative;
  
} */
.home-team .people-slide-sec .choose-us-title {
  font-size: 40px;
  font-weight: 600;
  color:#fff;
}
.home-team .people-slide-sec .description {
  margin-bottom: unset;
  padding: unset ! Important;
  margin-top:20px;
  color:#fff;
  font-size:16px;
}
.home-team .choose-us-title {
    color: #000;
    font-size: 40px;
    font-weight: 700;
  margin-bottom: unset!important;
}
.home-team .career-home .description {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
}
.home-team .career-home{
  padding-top: 60px!important;
   height: 310px;
}
.home-team {
  background-image: url(https://stratinkconsulting.com/hubfs/Rectangle%201.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
  position: relative;
}
.home-team .card-main-title {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}
.home-team .pad-bottom {
  padding-bottom:50px;
}
 .hs-content-id-190079617621 .custom-prev {
  background-image: url('/hubfs/45409509/arrow-left-circle%20%284%29.svg');
}

 .hs-content-id-190079617621 .custom-next {
  background-image: url('/hubfs/45409509/arrow-right-circle%20%284%29.svg');
}
.hs-content-id-190079617621 .custom-next:hover,.hs-content-id-190079617621 .custom-next:focus {
  background-image: url('/hubfs/45409509/arrow-right-circle%20%284%29.svg')!important;
}
.hs-content-id-190079617621 .custom-prev:hover,.hs-content-id-190079617621 .custom-prev:focus {
   background-image: url('/hubfs/45409509/arrow-left-circle%20%284%29.svg')!important;
}
/* .hs-content-id-190079617621  .pop-sec-hide {
  padding:70px 0px;
} */
/* .hs-content-id-190070517830  .video-slider  {
   padding-bottom: 60px !important;
} */
/* .hs-content-id-185699419006 #hs_cos_wrapper_module_174722047157811 {
  display:none;
}
 */
.pop-sec-hide .play-button img {
    height: 70px;
    object-fit: contain;
    width: 70px;
}

.event-summary {
  padding:60px 0;
}

.hs-content-id-190070517830 .peo-card img {
  margin-bottom: 18px !important;
  margin-top:unset !important;
}
.hs-content-id-190070517830 .detail-link {
   margin-bottom:unset !important;
}
.hs-content-id-190070517830 .peo-card {
 padding: 18px 20px;
}
.hs-content-id-186240385338 #hs_cos_wrapper_module_173977177114644 .peo-card-sec {
  padding-top:0;
}
.hs-content-id-190772997293 .event-post-section .eventdetaillogo {
  display:none;
}
.hs-content-id-190772997293 .event-post-section {
  padding-top:0;
}
@media(max-width:767px){
.hs-blog-id-176870481012 .blog-post .featuredImage img {
  height:275px;
  object-fit:cover;
}
  .hs-content-id-191508970934 .inkurated-detail .blogdetailTitle {
    font-size: 28px;
    line-height: 34px;
  }
}