*, *: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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control the layout of elements
and how they stack. This is based off of the bootstrap system.
*********************************************************************************
****************************************************************************** */

/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
  }
  
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }
  
  .row-fluid:after {
    clear: both;
  }
  
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    *margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  
  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
  
  .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;
    }
  }
  
  .dnd-section > .row-fluid .dnd-column,
  .dnd-section > .row-fluid > [class*="span"].dnd-module {
    padding-left: 15px;
    padding-right: 15px;
  }
  .dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
  .dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  
  @media (min-width: 768px) {    
    .row-fluid {
      width: 100%;
      *zoom: 1;
    }
  
    .row-fluid:before, .row-fluid:after {
      display: table;
      content: "";
    }
  
    .row-fluid:after {
      clear: both;
    }
  
    .row-fluid [class*="span"] {
      display: block;
      float: left;
      width: 100%;
      min-height: 1px;
      margin-left: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
    }
  
    .row-fluid [class*="span"]:first-child {
      margin-left: 0;
    }
  
    .row-fluid .span12 {
      width: 100%;
    }
    .row-fluid .span11 {
      width: 91.66%;
    }
    .row-fluid .span10 {
      width: 83.33%;
    }
    .row-fluid .span9 {
      width: 75%;
    }
    .row-fluid .span8 {
      width: 66.66%;
    }
    .row-fluid .span7 {
      width: 58.33%;
    }
    .row-fluid .span6 {
      width: 50%;
    }
    .row-fluid .span5 {
      width: 41.66%;
    }
    .row-fluid .span4 {
      width: 33.33%;
    }
    .row-fluid .span3 {
      width: 25%;
    }
    .row-fluid .span2 {
      width: 16.66%;
    }
    .row-fluid .span1 {
      width: 8.33%;
    }
  }
  
  /* Clearfix */
  
  .clearfix {
    *zoom: 1;
  }
  
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
  }
  
  .clearfix:after {
    clear: both;
  }
  
  /* Visibilty Classes */
  
  .hide {
    display: none;
  }
  
  .show {
    display: block;
  }
  
  .invisible {
    visibility: hidden;
  }
  
  .hidden {
    display: none;
    visibility: hidden;
  }
  
  /* Responsive Visibilty Classes */
  
  .visible-phone {
    display: none !important;
  }
  
  .visible-tablet {
    display: none !important;
  }
  
  .hidden-desktop {
    display: none !important;
  }
  
  @media (max-width: 767px) {
    .visible-phone {
      display: inherit !important;
    }
  
    .hidden-phone {
      display: none !important;
    }
  
    .hidden-desktop {
      display: inherit !important;
    }
  
    .visible-desktop {
      display: none !important;
    }
  }
  
  @media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
      display: inherit !important;
    }
  
    .hidden-tablet {
      display: none !important;
    }
  
    .hidden-desktop {
      display: inherit !important;
    }
  
    .visible-desktop {
      display: none !important ;
    }
  }
.content-wrapper {
  margin: 0 auto;
}


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

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

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

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

.dnd-section[class*="force-full-width-section"] {
  padding: 0;
}





















.full-width-banner {
  overflow: hidden;
}
.hs-digital-operations  .row-number-4   .content_row.column_reverse  .right_content{


  width: 50.718%;
}
.hs-digital-operations .row-number-4   .column_reverse .left_content{

  width: 49.191%;
}

.hs-digital-operations .row-number-4  .column_reverse  .right_inner{

  margin: 18px 18px 18px 18px;
  padding: 0px 20px 0px 20px;
}

.hs-digital-operations .row-number-4  .column_reverse   .left_inner {
  width: 100%;
  margin: 0;
  padding: 0px 20px 0px 20px;
}
.hs-digital-operations .row-number-4   .content_image_wrapper {
  position: relative;
  padding: 0;
}

.hs-digital-operations .row-number-4   .content_image_wrapper .image_section {

  margin: -21px -21px -21px -21px;
  width: initial;
  max-width: initial;
}
.hs-digital-operations .row-number-4 .content_image_wrapper .title_wrapper{

  margin-bottom: 10px;
  margin-top: 0;
}
.hs-digital-operations .row-number-4 .content_image_wrapper .content_container{

  padding-top: 40px;
}
.hs-digital-operations .row-number-4 .content_image_wrapper .subtitle_wrapper h4{

  font-weight: normal;
}
.hs-digital-operations .row-number-4   .content_container {

  max-width: 100%;
}
.hs-digital-operations .row-number-4 .content_image_wrapper .subtitle_wrapper {
  margin-bottom: 6px;
  width: 100%;
  position: relative;
}
.hs-digital-operations .row-number-4  .content_image_wrapper .content_wrapper{

  margin-bottom: 20px;
}
.hs-digital-operations .row-number-8 .content_image_wrapper .subtitle_wrapper h4{

  font-weight: normal;
}
.hs-digital-operations .row-number-8  .content_image_wrapper .right_inner{

  padding: 0px;
}
.hs-digital-operations .row-number-8 .content_image_wrapper .left_inner{

  width: 100%;
  margin: 0;
  padding: 10px;
}

.hs-digital-operations .row-number-8 .content_image_wrapper .content_wrapper{
  margin-bottom: 20px;

}


.hs-digital-operations .row-number-8  .content_image_wrapper .title_wrapper{
  margin-top: 30px;
}
.hs-digital-operations .row-number-5 p{

  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 36px;
}

.hs-digital-operations .row-number-5 figure {
  margin: 0px;
  text-align: center;
  width: 100%;
}
.hs-digital-operations .row-number-5 blockquote{

  max-width: 100%;
  border: 0;
  padding: 30px 10px 10px;
  padding-top: 50px;
}

.hs-digital-operations .row-number-5 .row-fluid {
  max-width: 1140px!important;
}
.hs-digital-operations .row-number-5 img{

  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;    vertical-align: middle;
  display: inline-block;
}

.hs-digital-operations .row-number-11  .content_video_wrapper .content_container{

  max-width: 100%;
  padding-top: 60px;
}
.hs-digital-operations .row-number-5 h2{

  padding: 0;
  margin: 0;
  line-height: 1;
  color: #070707D1;
  font-family: "Roboto", Sans-serif;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.hs-digital-operations .row-number-9  h4{

  color: #070707D1;
  font-family: "Roboto", Sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 0;
  margin: 0;
  line-height: 1;
  margin-bottom: 20px;
}
.hs-digital-operations .row-number-8 .content_image_wrapper .image_section {

  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 487.25px;
  max-width: 487.25px;
}

.hs-digital-operations .row-number-9  .content_video_wrapper {
  padding-top: 40px;

}
/* .hs-digital-operations .row-number-7  .row-fluid{
max-width: 1140px;
margin: 0 auto;
} */

.hs-digital-operations .row-number-8  .row-fluid {
  max-width: 1140px;
  margin: 0 auto;
}
.hs-digital-operations .row-number-9  .content_video_wrapper .content_container{

  max-width: 100%;
}
.hs-digital-operations .row-number-9  .content_video_wrapper .left_content .left_inner{
  margin: 2px 2px 2px 13px;
  padding: 0px 20px 0px 20px; 
}
.hs-digital-operations .row-number-9  ul li  span{


  color: #7A7A7A;
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
}
.hs-digital-operations .row-number-9  ul li  span:last-child{

  padding-left: 5px;
}
.hs-digital-operations .row-number-9  ul li i:before{

  content: "\f00c";
}
.hs-digital-operations .row-number-9  ul li i{

  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 1.25em;
  color: #FF3600;
  font-size: 14px;
}
.hs-digital-operations .row-number-9  ul li{

  font-family: "Roboto", Sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  position: relative;
}
.hs-digital-operations .row-number-9  ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0px;
  list-style: none;
}
.hs-digital-operations .row-number-9 p{

  color: #7A7A7A;
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 12px;
}
.hs-digital-operations .row-number-9  .content_wrapper h2{

  color: #070707D1;
  font-family: "Roboto", Sans-serif;
  font-size: 2rem;
  font-weight: 600;
  padding: 0;
  margin: 0;
  line-height: 1;
  margin-top: 16px;
  margin-bottom:10px;
}
.hs-digital-operations .row-number-11   .content_wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.hs-digital-operations .row-number-8  .content_image_wrapper{

  padding: 22px 0 0;
}
.hs-digital-operations .row-number-8 .subtitle_wrapper{

  margin-bottom: 13px!important;
}
.hs-digital-operations .row-number-9  .row-fluid{
  margin: 0 auto;
  max-width: 1240px;


}
.hs-digital-operations .row-number-10  .row-fluid{
  max-width: 1140px;
  margin: 0 auto;

}
.hs-digital-operations .row-number-11  .title_wrapper{

  margin-top: 14px;
}


.hs-digital-operations .row-number-11 .title_wrapper{

  margin-top: 14px;
  margin-bottom: 20px;
}
.hs-digital-operations .row-number-11 .subtitle_wrapper h4{

  font-weight: normal;
}
.hs-digital-operations .row-number-11 .content_wrapper p{

  margin-bottom: 11px;
}
.hs-digital-operations .row-number-11  .image_section{

  width: 494.5px;
  max-width: 494.5px;
  margin: 32px 0px 0px 0px;
}
.hs-digital-operations .row-number-11 .left_inner{

  margin: 0;
  padding: 10px;
}


.hs-digital-operations .row-number-13 .content_video_wrapper {
  padding-top: 67px;
  padding-bottom: 40px;

}
.hs-digital-operations .row-number-13 .testimonial-job{

  color: #070707D1!important;
}
.hs-digital-operations .row-number-2 .left_inner{
  margin: 0px 0px 0px -21px;
  padding: 0px 10px 0px 20px;

}
.hs-digital-operations .row-number-2  .image_section{

  width: 576.203px;
  max-width: 576.203px;
  margin: 0;
}
.hs-digital-operations .row-number-13  .content_wrapper{

  margin-bottom: 5px!important;
}
.hs-digital-operations {
  overflow: hidden;
}

.hs-content-name-partners   .cm-banner-content h2{
  padding: 0;
  margin: 0;
  line-height: 1;
  color: #020202D1;
  font-family: "Roboto", Sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 20px;

}


.hs-content-name-partners .row-number-3  .image_section{

  width: auto;
  max-width: initial;
}

.hs-digital-operations .row-number-4 .content_image_wrapper .content_wrapper{

  padding-bottom: 0px;
}
.hs-digital-operations .row-number-8 .content_image_wrapper .content_wrapper{

  padding-bottom: 0px;
}

.hs-content-name-partners   .content_image_wrapper .subtitle_wrapper h4{

  font-weight: normal;
}
.hs-content-name-partners .row-number-3   .content_wrapper p{

  margin-bottom: 0px;
}
.hs-content-name-partners .row-number-4   .content_container{

  max-width: 1140px;
  margin: 0 auto;
}
.hs-content-name-partners .row-number-4  .content_video_wrapper .left_content .left_inner {
  padding: 0;

}
.hs-content-name-partners .row-number-14 .content_video_wrapper.test_cont .icon-wrapper{

  left: 383px;
}

.hs-content-name-partners .row-number-4  .content_video_wrapper.test_cont .icon-wrapper{
  left: auto;
  top: -4px;
  right: 63px;
}
.hs-content-name-partners .row-number-4  .title-wrap{
  text-align: center;
  padding: 14px 0px 0px 0px;
  margin-bottom: 0px!important;
}
.hs-content-name-partners .row-number-4    .content_wrapper{

  margin-bottom: 4px;
}

.hs-content-name-partners .row-number-4  .content_video_wrapper.content-without-video{
  margin-top: 0px; 

}

.hs-content-name-partners .row-number-2  .content_image_wrapper {

  padding: 21px 0 0;
}
.hs-content-name-partners .row-number-6 .cm-logo-slider h2.cm-heading-title{

  font-size: 1.5rem;
}
.hs-content-name-partners .row-number-4 .row-fluid {

  max-width: 1140px;
  margin: 0 auto;
}
.hs-content-name-partners .row-number-4  .content_video_wrapper .right_inner {
  padding: 0 0px;
  width: 100%;
}
.hs-content-name-partners .row-number-2 .content_image_wrapper {

  padding-bottom: 138px;
}
.hs-content-name-partners .row-number-10 .content_video_wrapper.test_cont  .icon-wrapper{
  left: 402px;


}
.hs-content-name-partners .row-number-13 .content_video_wrapper.test_cont .content_wrapper{

  padding: 0;
}
.hs-content-name-partners .row-number-13 .row-fluid {
  margin: 0 auto;
  max-width: 1140px;
}
.hs-content-name-partners .row-number-14 .content_video_wrapper .right_inner,
.hs-content-name-partners .row-number-14 .content_video_wrapper .left_content .left_inner  {
  padding: 0 10px;
  width: 100%;
}
.hs-content-name-partners .row-number-12 .content_image_wrapper {

  padding: 74px 0 0;
}
.hs-content-name-partners  .content-wit-bg-wrp{

  background-position: unset;
}


.hs-content-name-partners .row-number-14 .content_video_wrapper {
  padding-top: 90px;
  padding-bottom: 75px;
}


.hs-content-name-partners .content_image_wrapper .content_wrapper p{
  margin-bottom: 6px;
}
.hs-content-name-partners .content_image_wrapper .subtitle_wrapper{

  margin-bottom: 20px!important;
}
.hs-content-name-partners .row-number-10  .content_video_wrapper {
  padding-top: 96px;
}
.hs-content-name-partners .row-number-8 .content_image_wrapper {
  padding: 67px 0 0;
}

.hs-content-name-partners .cm-logo-slider .content-wrapper {
  max-width: 100%;
}

.hs-digital-operations .related-resources .related-resources-row {
  padding-left: 10px;
  padding-right: 10px;
}

.hs-digital-operations  .related-resources {
  padding-bottom: 87px;
  padding-top: 40px;
}
.hs-digital-operations  .related-resources a.cm-post-title-link,
.hs-content-name-partners .related-resources a.cm-post-title-link{

  font-family: "Roboto", Sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}
.hs-digital-operations  .top-content {
  margin-bottom: 60px;
}

.hs-content-name-partners .related-resources .related-resources-row {
  padding: 0px 15px 0px 15px;
}
.hs-content-name-partners .related-resources {
  padding-bottom: 0px;
  padding-top: 50px;
}

.hs-content-name-partners .related-resources .related-resources-item{
  padding-bottom: 50px;

}
.hs-content-name-partners .related-resources h2.cm-heading-title{

  font-size: 1.5rem;
  font-weight: 600;
}
.hs-content-name-partners .content_image_wrapper .subtitle_wrapper h4{
  color: #070707D1;

}

.hs-content-name-partners .content-wit-bg-wrp h2.cm-subheading{
  color: #7a7a7a;
  font-weight: 400;
}


/* Leadership Page */


.leadership-pages  .breadcrumbs_wrap {
  margin-bottom: 80px;
}
.leadership-pages .about-banner .banner-content-items{

  padding-bottom: 70px;
}
.leadership-pages  .explore-resources .boxes-item a.item-link:after{

  right: -6px;

}
.leadership-pages  .explore-resources .boxes-item a.item-link:hover:after{

  right: -16px;
}


/* Platform Page */
.plateform-page-banner   .image-col-inner {
  padding: 10px;
}
.plateform-page-banner  .banner .banner_row .image-col img{

  max-width: 100%;
  height: auto;
}


.plateform-page .dnd-section>.row-fluid {
  margin: 0 auto;
  max-width: 1140px;
}

.platform_row1{

  padding-top: 70px; 


}



.plateform-page-banner .banner{


  padding-top: 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0px;
}
.plateform-page p{

  width: 100%;
  margin-bottom: 20px;
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
  text-align: left;
  line-height: 1.5;
  position: relative;
  font-family: Axia, Roboto, "Helvetica Neue";
}



.platform_row9 p{

  margin-bottom: 37px;
}
.platform_row9 button a:hover{

  background-color: #FF3700;
}
.plateform-page .content-container p{
  color: #070707;
  margin-top: 0;
  margin-bottom: 36px;
  text-align: center;
  font-family: Axia,Roboto,"Helvetica Neue";
}
.plateform-page .content-wit-bg-wrp .cnt-wit-bg-wrap {
  margin: 0px;
}
.plateform-page .platform_row11 .dnd-section>.row-fluid {
  margin: 0 auto;
  padding: 0px;
  max-width: 1240px;

}
.plateform-page .hs-embed-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 0px;
  max-width: 100%!important;
  min-width: 100%!important;
  display: block;
  margin: 0!important;
  max-height: initial!important;
}
.plateform-page .cm-logo-slider .content-wrapper {
  max-width: 100%;
  padding-top: 85px;
}
.plateform-page .related-resources h4.cm-post__title{

  min-height: 90px;
}
.plateform-page .related-resources a.cm-post-title-link{

  color: #54595F;
  font-family: "Roboto", Sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}
.plateform-page  .related-resources {
  padding-bottom: 65px;
  padding-top: 40px;
}
.plateform-page .platform_row12 .dnd-section>.row-fluid {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0px;
}
.plateform-page button:hover,
.plateform-page button:focus{
  background: transparent;
  border: 0px;
}

.plateform-page .dnd-section>.row-fluid{

  padding: 10px;
}
.plateform-page button a:hover::before {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  background-color: #F56B54;
}
.plateform-page button a:before{

  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  z-index: -1;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform .3s,opacity .3s,background-color .3s;
  -webkit-transition: opacity .3s,background-color .3s,-webkit-transform .3s;
  transition: opacity .3s,background-color .3s,-webkit-transform .3s;
  -o-transition: transform .3s,opacity .3s,background-color .3s;
  transition: transform .3s,opacity .3s,background-color .3s;
  transition: transform .3s,opacity .3s,background-color .3s,-webkit-transform .3s;
}

.plateform-page button {
  background: transparent;
  padding: 0px;
  margin: 0px;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0px;
}
.plateform-page button a{

  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 150px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  border-radius: 2px;
  padding: 20px 30px;
  font-size: 16px;
  line-height: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition: border-color .3s,color .3s;
  -o-transition: border-color .3s,color .3s;
  transition: border-color .3s,color .3s;
  -webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
  -o-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
  transition-timing-function: cubic-bezier(0.2,1,0.3,1);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  color: #fff;
  background-color: #ff3700;
  border: 0px;
  color: #fff;
  margin-top: 10px;
  display: inline-block;
  font-family: "Roboto", Sans-serif;
  font-size: 1rem;
  font-weight: 600;
  overflow: hidden;
  -webkit-transition: border-color .3s,color .3s;
  -o-transition: border-color .3s,color .3s;
  transition: border-color .3s,color .3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.plateform-page .content_image_wrapper .main_row{
  align-items: center;

}
.platform_row7 p,
.platform_row8 p{

  font-family: Axia, Roboto, "Helvetica Neue";
  margin-bottom: 37px;
}
.platform_row7 {
  padding-top: 10px;
  position: relative;
  z-index: 99;
}
.platform_row6  .content_image_wrapper{

  padding: 0;
}
.plateform-page .content_image_wrapper .content_wrapper p{

  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Axia, Roboto, "Helvetica Neue";
  color: rgb(64, 64, 64);
}
.plateform-page .content_image_wrapper .subtitle_wrapper h4{

  padding: 0;
  margin: 0;
  line-height: 1;
  font-family: "Roboto", Sans-serif;
  font-size: 2rem;
  font-weight: 600;
}







.plateform-page img{
  vertical-align: middle;
  display: inline-block;
  height: auto;
  max-width: 100%;
  border: none;

}
.plateform-page blockquote{
  position: relative;
  text-align: center;
  width: 100%;
  border-left: 0;
  margin: 0;
  padding-left: 0;
  border: 0px;
}
.plateform-page h2{

  padding: 0;
  margin: 0;
  line-height: 1;
  font-family: "Roboto", Sans-serif;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}
.plateform-page .cm-logo-slider h2.cm-heading-title{


  color: #070707;
}
.plateform-page  .cm-logo-slider-heading {
  margin-bottom: 0px;
}




.plateform-page .related-resources{


  padding-bottom: 65px;
  padding-top: 47px;
}


.body-container-wrapper a.cta_button{

  box-sizing: border-box!important;
}

.leadership-page .explore-resources .boxes-item a.item-link:after{
  right: -6px;


}

.hs-content-name-partners .related-resources h4.cm-post__title{

  min-height: 90px;
}

.hs-content-name-partners .content_video_wrapper.test_cont .content_wrapper p{

  margin-bottom: 0;
}

.hs-content-name-partners .content_video_wrapper.test_cont .testimonial-job{

  font-weight: 500;
}
.hs-digital-operations .content_image_wrapper .cm-content-btn a{

  font-weight: 600;
}

.hs-digital-operations .related-resources{


  padding-top: 45px;
}

.hs-digital-operations .row-number-9 .content_wrapper h2{

  margin-bottom: 8px;
}
.hs-digital-operations .row-number-9 .content_video_wrapper .right_inner h4{
  margin-bottom: 18px;

}
.hs-digital-operations .row-number-11 .image_section{

  margin: 40px 0px 0px 0px;
}

.plateform-page .row-number-11.dnd-section>.row-fluid,
.plateform-page .row-number-23.dnd-section>.row-fluid,
.plateform-page .row-number-19.dnd-section>.row-fluid{

  padding:0px; 
}
.plateform-page .row-number-21.dnd-section>.row-fluid{
  max-width: 1240px;
  padding: 0px;

}

.plateform-page .content_image_wrapper {
  padding: 0px 0 0;
}


.plateform-page .cm-logo-slider .cm-logo-slider-heading {

  margin-bottom: 0px;

}

.hs-partners .content-wit-bg-wrp .cm-content-btn a{

  font-weight: 500;
}
.leadership-page .explore-resources .boxes-item a.item-link:hover:after{


  right: -16px;
}
.leadership-page  .explore-resources .boxes-item a.item-link{

  position: relative;
  z-index: 10;
}
.leadership-page .explore-resources .boxes-item a.overlay-link{

  z-index: 9;
  cursor: default;
}

/*  Career Page*/



.careers-form_wrapper .hs_file legend{

  display:none!important;
}


.hs-content-name-partners .row-number-4 .content_video_wrapper.test_cont .icon-wrapper{

  right: 122px;
}
.hs-content-name-digital-operations .banner-btn a span {
  font-family: Roboto,Sans-serif;
  font-size: 1rem;
  font-weight: 600;
}
.hs-partners .row-number-4  .content_video_wrapper .right_inner h2{

  color: rgb(64, 64, 64)!important;
}

.hs-digital-operations  .content-wit-bg-wrp h2.cm-subheading{

  color: #070707D1;
}
.hs-digital-operations  h4.cm-post__title{

  min-height: 90px;
}

@media (max-width: 1600px) {

  .hs-content-name-partners .row-number-4 .content_video_wrapper.test_cont .icon-wrapper{

    right: 122px;
  }

}

@media (max-width: 1218px) {
  .hs-digital-operations .row-number-4 .content_wrapper  br{

    display:none;
  }

}
@media (max-width: 1199.98px){


  .team_wrapper {
    padding-top: 60px;
    padding-bottom: 45px;
  }

  .team_wrapper .row-number-16  .ne-leadership-items .ne-item{


    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px){
  .hs-content-name-partners .related-resources h4.cm-post__title{

    min-height: 50px;
  }
  .hs-digital-operations  h4.cm-post__title{

    min-height: 50px;
  }

}
@media (max-width: 1024px){


  .hs-digital-operations .row-number-4 .column_reverse .right_inner,
  .hs-digital-operations .row-number-4 .column_reverse .left_inner,
  .hs-digital-operations .row-number-9 .content_video_wrapper .left_content .left_inner,
  .content_video_wrapper .left_content .left_inner, .content_video_wrapper .right_inner{

    margin: 0px 0px 0px 0px;
    padding: 0px 15px 0px 15px;
  }
  .hs-digital-operations .row-number-4 .content_image_wrapper .image_section{

    margin: 0px 0px 0px 0px;
    margin: 85px 0 0;
  }
  .hs-digital-operations .row-number-5 blockquote {
    padding: 0px 15px 0px 15px;
    padding-top: 56px;
  }

  .hs-digital-operations .row-number-8 .content_image_wrapper .right_inner,
  .hs-digital-operations .row-number-8 .content_image_wrapper .left_inner{
    padding: 0 15px;
  }
  .hs-digital-operations .row-number-11 .right_inner,
  .hs-digital-operations .row-number-11 .left_inner{
    margin: 0px 0px 0px 0px;
    padding: 0px 15px 0px 15px;

  }
  .hs-digital-operations .row-number-8 .content_image_wrapper .image_section {

    width: 100%;
    max-width: 100%;
  }
  .hs-digital-operations .row-number-9 .content_video_wrapper .left_conten{

    align-content: center;
    align-items: center;
  }

  .hs-content-name-partners .row-number-10 .content_video_wrapper.test_cont .icon-wrapper {
    left: 385px;
    top: -62px;
  }

  .hs-content-name-partners .content_image_wrapper .image_section {
    margin: 0;
    padding: 0;
  }

  .hs-content-name-partners .row-number-4 .content_video_wrapper .main_row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
  } 

  .hs-content-name-partners .row-number-4 .content_video_wrapper.test_cont .icon-wrapper {

    display: none;
  }


  .hs-content-name-partners .row-number-2 .content_image_wrapper {
    padding-bottom: 124px;

  }
  .hs-content-name-partners .content_video_wrapper .left_content .left_wighet {
    margin: 0;
  }
  .hs-content-name-partners  .row-number-2  .content_image_wrapper .content_wrapper p{
    margin-bottom: 2.2rem;

  }
  .hs-content-name-partners .row-number-14 .content_video_wrapper .right_inner,
  .hs-content-name-partners .row-number-14 .content_video_wrapper .left_content .left_inner {
    padding: 0 15px;
    width: 100%;
  }
  .hs-content-name-partners .row-number-14 .content_video_wrapper.test_cont .icon-wrapper{

    top: -14px;
    left: 364px;
  }
  .hs-content-name-partners .row-number-14 .content_video_wrapper {

    padding-bottom: 67px;
    padding-top: 72px;
  }

  .hs-content-name-partners .row-number-10 .content_video_wrapper {
    padding-top: 75px;
  }

  .hs-content-name-partners .row-number-8 .content_image_wrapper {
    padding: 47px 0 0;
  }

  .hs-content-name-digital-operations .content_video_wrapper .left_content .left_wighet {
    margin: 0px;
  }

  .hs-content-name-digital-operations .content_video_wrapper .left_content .left_inner, 
  .hs-content-name-digital-operations .content_video_wrapper .right_inner {
    padding: 0 20px;
    width: 100%;
    padding: 0px 15px 0px 15px;
  }

  .hs-digital-operations .related-resources .related-resources-row {

    padding: 0px 15px 0px 15px;
  }
  .hs-content-name-partners .banner{

    background-position: center center;
    background-size: auto;
  }
  .hs-content-name-partners .row-number-2 .content_image_wrapper .content_wrapper p{

    margin-bottom: 2.2rem!important;
  }
  .hs-content-path-partners .row-number-14 .content_video_wrapper .main_row{

    align-content: center;
    align-items: center;
  }


  .hs-content-name-partners .banner .banner_row, .banner .page_center{

    align-items: normal;
    -webkit-box-align: baseline;
  }


  .plateform-page .platform_row6 .dnd-section>.row-fluid{

    padding: 0px;

  }
  .plateform-page-banner .banner{

    padding: 0px 15px 0px 15px!important;
  }

  .platform_row6 {
    padding-top: 0px;
  }

  .platform_row7 {
    padding-top: 0;

  }
  .plateform-page-banner .banner .page_center{

    min-height: 363px;
  }

  .platform_row5 {
    padding-top: 44px;
  }
  .platform_row1 {
    padding-top: 50px;
  }
  .platform_row3 {
    padding-top: 41px;
  }
  .platform_row2 {
    padding-top: 50px;
  }
  .platform_row8 {
    padding-top: 20px;
  }.platform_row9 {
    padding-top: 20px;
  }
  .plateform-page  .content_image_wrapper .subtitle_wrapper{

    margin-top: 20px;
  }
  .platform_row7 {
    padding-top: 20px;
  }
  .plateform-page .cm-logo-slider .content-wrapper {
    max-width: 100%;
    padding-top: 57px;
    padding-bottom: 10px;
  }
  .platform_row9 .button{

    margin-top: 0px;
  }

  .hs-content-name-partners .content_image_wrapper .content_wrapper p {
    margin-bottom: 37px;
  }

  .hs-content-name-partners .content_video_wrapper .right_inner,
  .hs-content-name-partners  .content_video_wrapper .left_content .left_inner{
    padding: 0px 15px 0px 15px;
    width: 100%;
  }

  .hs-content-name-partners .related-resources .related-resources-item{
    padding-bottom: 0px;

  }

  .hs-content-name-partners .related-resources {
    padding-bottom: 16px;
    padding-top: 50px;
  }

  .hs-content-name-partners .related-resources .related-resources-item {
    padding-bottom: 35px;
    margin: 0px;
  }
  .hs-digital-operations .related-resources{

    padding-bottom: 98px;
  }

  .hs-digital-operations .row-number-13 .content_video_wrapper .main_row{

    align-items: center;
  }
  .hs-digital-operations .content_image_wrapper .row-number-11  .main_row,

  .hs-digital-operations .content_image_wrapper .row-number-8  .main_row{

    align-items: center;

  }


  .hs-digital-operations .row-number-8 .content_image_wrapper .title_wrapper {
    margin-top: 17px;
  }
  .hs-digital-operations .row-number-8 .content_image_wrapper {

    padding-top: 0px;
  }
  .hs-digital-operations .row-number-5 blockquote {

    padding-top: 36px;
  }
  .hs-digital-operations .row-number-4 .content_image_wrapper .image_section {
    margin: 0px 0px 0px 0px;
    margin: 0px 0 0;
  }
  .hs-digital-operations .row-number-9 .content_video_wrapper .main_row{
    align-items: center;

  }
}

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

  .leadership-pages .explore-resources .boxes-item h4.item-title{

    min-height: 64px;
  }
  .leadership-pages  .explore-resources .boxes-item p.desc{

    min-height: 264px;
  }

  .plateform-page .related-resources h4.cm-post__title{

    min-height: 67px;
  }
  .plateform-page .related-resources {
    padding-bottom: 50px;
    padding-top: 40px;
  }

  .plateform-page-banner .banner .page_center {
    min-height: 317px;
  }



  .hs-content-name-partners .related-resources h4.cm-post__title{

    min-height: 67px;
  }
  .hs-digital-operations  .row-number-14  .cm-logo-slider{
    padding-bottom: 20px;
  }

  .hs-digital-operations  h4.cm-post__title{

    min-height: 67px;
  }
}
@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
  .hs-digital-operations .row-number-2 .left_inner {
    padding: 0 20px;
    margin: 0px;
  }
  .hs-digital-operations .row-number-4 .column_reverse .left_content {
    width: 100%;
  }
  .hs-digital-operations .row-number-4 .content_row.column_reverse .right_content {
    width: 100%;
  }

  .hs-digital-operations .row-number-4 .column_reverse .right_inner,

  .hs-digital-operations .row-number-9 .content_video_wrapper .left_content .left_inner{
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
  }
  .hs-digital-operations .row-number-8 .content_image_wrapper .right_inner
  {
    padding: 0px 10px 0px 10px;
  }
  .hs-digital-operations .row-number-11 .right_inner{
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 10px;

  }
  .hs-digital-operations .row-number-4 .column_reverse .left_inner{
    padding: 20px 10px 0px 10px;
  }


  .hs-digital-operations .row-number-5 blockquote {
    margin: 0;
    padding: 0px 10px 0px 10px;
    padding-top: 37px;
  }
  .hs-digital-operations .row-number-11 .right_inner {
    margin: 0;
    padding: 20px 10px 20px 10px;
  }
  .hs-digital-operations .row-number-11 .subtitle_wrapper h4 {

    font-size: 20px;
  }
  .hs-digital-operations .row-number-11 .cm-content-btn a{

    width: 100%;
  }
  .hs-digital-operations .row-number-11 .image_section{

    margin: 0;
  }
  .hs-digital-operations .row-number-8 .content_image_wrapper {
    padding: 29px 0 0;
  }
  .hs-digital-operations .row-number-8 .content_image_wrapper .image_section{

    margin: 0;
  }
  .hs-digital-operations .row-number-8 .content_image_wrapper .left_inner{

    padding: 0px 15px 0px 15px;
  }
  .hs-digital-operations .row-number-4 .content_image_wrapper .image_section{

    margin: 0;
  }
  .hs-digital-operations .row-number-4 .content_image_wrapper .content_container {
    padding-top: 18px;
  }
  .content_video_wrapper .left_content .left_inner, .content_video_wrapper .right_inner{

    padding: 20px 10px 0px 10px;
  }
  .hs-digital-operations .row-number-9 h4{

    font-size: 18px!important;
  }
  .hs-digital-operations .row-number-9 p,
  .hs-digital-operations .row-number-9 ul li{

    font-size: 16px;
  }
  .hs-digital-operations .row-number-9 .content_video_wrapper .right_inner  ul{

    padding: 20px 0px 0px 0px;
  }
  .hs-digital-operations .content_video_wrapper.test_cont .content_wrapper {

    margin-bottom: 5px;
  }
  .hs-digital-operations .row-number-13 .content_video_wrapper {
    padding-top: 32px;

  }
  .hs-digital-operations .row-number-9 .right_inner{

    padding: 20px 10px 0px 10px;
  }
  .hs-digital-operations .row-number-11 .left_inner{

    padding: 0px 15px 0px 15px;
  }

  .hs-content-name-partners .banner .banner_row .content-col{
    min-height: auto;

  }
  .hs-content-name-partners .row-number-2 .content_image_wrapper {
    padding: 8px 0 0;
    margin-bottom: 35px;
  }
  .hs-content-name-partners .row-number-2 .content_image_wrapper .content_wrapper p {
    font-size: 16px;
    padding-bottom: 0px;
  }


  .hs-content-name-partners .row-number-14 .content_video_wrapper .right_inner{

    padding: 0 10px;
  }

  .hs-content-name-partners .row-number-14 .content_video_wrapper {
    padding-top: 20px;

  }
  .hs-content-name-partners .row-number-14 .content_video_wrapper {
    padding-bottom: 36px;
  }
  .hs-content-name-partners .row-number-10  .hs-content-name-partners .content_wrapper p {
    margin: 0px;
    margin-bottom: 0;
  }
  .hs-content-name-partners .row-number-8 .content_image_wrapper .content_wrapper p {
    font-size: 16px;
    margin-bottom: 35px;
  }
  .hs-content-name-partners .row-number-12 .content_image_wrapper {
    padding: 0px 0 0;
  }
  .hs-digital-operations  .content_video_wrapper .right_inner{

    padding: 0px 10px 0px 10px;
  }
  .hs-digital-operations  .content_video_wrapper .left_content .left_inner{

    padding: 20px 10px 10px 10px;
  }

  .hs-digital-operations  .row-number-2 .content_image_wrapper {
    padding-top: 0;
  }
  .hs-digital-operations .row-number-4 .content_image_wrapper .title_wrapper{
    margin-bottom: 1px;
  }
  .hs-digital-operations .content-wit-bg-wrp .cnt-wit-bg-wrap{

    margin: 30px;
  }


  .leadership-pages .about-banner .banner-content-items {
    padding-bottom: 10px;
  }
  .leadership-page  .explore-resources .content-wrapper{

    padding: 70px 20px 40px;
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .leadership-page .explore-resources .boxes-item{

    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 40px;
    padding: 20px;
  }

  .leadership-page  .explore-resources .boxes-item h4.item-title{

    min-height: auto;
  }

  .plateform-page-banner .banner .banner_row .content-col{


    min-height: auto;
  }
  .platform_row6 {
    padding-top: 20px;
  }
  .plateform-page-banner .banner .page_center{
    min-height: auto;

  }
  .plateform-page-banner .banner .banner_row .content-col{
    padding: 0 0px!important;

  }
  .plateform-page .dnd-asection>.row-fluid {
    padding: 0px 10px 0px 10px;
  }
  .platform_row1 {
    padding-top: 10px;
  }





  .plateform-page .cm-logo-slider .content-wrapper {

    padding-top: 68px;
    padding-bottom: 10px;
  }


  .plateform-page .related-resources {
    padding-bottom: 65px;
    padding-top: 0;
  }
  .plateform-page .related-resources h4.cm-post__title{

    min-height: 60px;
  }

  .plateform-page .related-resources {
    padding-bottom: 40px;
    padding-top: 0;
  }

  .plateform-page-banner .banner .banner_row .image-col {
    padding: 0 0px!important;
  }
  .body-container-wrapper a.cta_button{

    margin-top: 0px;
  }

  .leadership-page .explore-resources{

    padding: 70px 0 40px;
  }
  .hs-content-name-partners .related-resources h4.cm-post__title {
    min-height: 60px;
  }

  .hs-content-name-partners  .content_video_wrapper.content-without-video .right_content{

    margin: 0px 0px 0px 0px;
    padding: 0px 10px 20px 10px;
  }

  .hs-content-name-partners .content_video_wrapper .right_inner{
    padding: 0px 10px 0px 10px;

  }

  .hs-content-name-partners  .content_video_wrapper .left_content .left_inner{
    padding: 19px 10px 14px 10px;
    width: 100%;
  }

  .hs-content-name-partners .related-resources .related-resources-item:nth-last-child(2) {
    margin-bottom: 0px;
  }

  .hs-digital-operations .related-resources {
    padding-top: 0;
  }

  .hs-digital-operations .row-number-8 .content_image_wrapper .title_wrapper {
    margin-bottom: 17px;
  }

  .hs-digital-operations .row-number-11 .title_wrapper {
    margin-bottom: 17px!important;
  }
  .plateform-page .content_image_wrapper .content_wrapper p{

    font-size: 18px;
  }

  .plateform-page button {

    margin-top: 0px;
    margin-bottom: 0px;

  }

  .hs-content-path-digital-operations  .banner-btn a {
    min-width: auto;

    width: 150px;
  }

  .hs-digital-operations  .row-number-14  .cm-logo-slider{
    padding-bottom: 55px;
  }

  .hs-digital-operations  h4.cm-post__title{

    min-height: 60px;
  }
  .hs-digital-operations .row-number-8 .content_image_wrapper {
    padding: 42px 0 0;
  }
  .hs-digital-operations .row-number-9 .content_video_wrapper {
    padding-top: 54px;
  }

  .hs-content-name-partners .banner {
    background-repeat: repeat;
  }

}


@media (max-width: 575.98px){


  .leadership-pages  .about-banner{

    min-height: 466px;
  }
}
@font-face { 
  font-family: Axia; 
  src: local("Axia Regular"),
    local("Axia-Regular"), 
    url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/fonts/Axia-Regular.otf) format("opentype");
  font-style: normal;
  font-weight: 400;
}

@font-face { 
  font-family: Axia;
  src: local("Axia Bold"),
    local("Axia-Bold"),
    url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/fonts/Axia-Bold.otf) format("opentype");
  font-style: normal; 
  font-weight: 700;
}

@font-face { 
  font-family: "Font Awesome 5 Brands";
  src: url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/fonts/FontAwesome5Brands-Regular.eot) format("embedded-opentype"),
    url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/fonts/FontAwesome5Brands-Regular.woff2) format("woff2"),
    url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/fonts/FontAwesome5Brands-Regular.woff) format("woff"),
    url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/fonts/FontAwesome5Brands-Regular.ttf) format("truetype"),
    url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/fonts/FontAwesome5Brands-Regular.svg) format("svg");
  font-style: normal;
  font-weight: 400;
  font-display: block; 
}




@font-face {
  font-family: "Font Awesome 5 Free";
  src:url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/fonts/FontAwesome5Free-Solid.eot)format("embedded-opentype"),
    url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/fonts/FontAwesome5Free-Solid.woff2) format("woff2"),
    url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/fonts/FontAwesome5Free-Solid.woff) format("woff"),
    url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/fonts/FontAwesome5Free-Solid.ttf) format("truetype");
  font-style: normal; font-weight: 900; font-display: block;
}



@font-face { 
  font-family: GochiHand;
  src: local("GochiHand Regular"),
    local("GochiHand-Regular"),
    url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/fonts/GochiHand-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400; 
}

@font-face { 
  font-family: "Axia Stencil";
  src: local("Axia Stencil Black"), 
    local("Axia-Stencil-Regular"),
    url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/fonts/AxiaStencilBlack-Regular.otf) format("opentype");
  font-style: normal;
  font-weight: 700;
}

@font-face { 
  font-family: eicons; 
  src: url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/fonts/eicons.eot) format("embedded-opentype"),
    url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/fonts/eicons.woff2) format("woff2"), 
    url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/fonts/eicons.woff) format("woff"), 
    url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/fonts/eicons.ttf) format("truetype");
  font-style: normal; 
  font-weight: 400;
}

@font-face { 
  font-family: "Roboto Black"; 
  src: url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/fonts/Roboto-Black.woff) format("woff"); font-style: normal; 
  font-weight: normal;
  font-display: auto; 
}

@font-face { 
  font-family: "Roboto Regular";
  src: url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/fonts/Roboto-Regular.woff) format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: auto; 
}


body {
  line-height: 1.5;
  word-break: break-word;
  text-rendering: optimizeLegibility;
  font-variant: tabular-nums;
  font-feature-settings: "lnum" 1;
  -webkit-font-smoothing: antialiased;
}

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

/* Paragraphs */

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Anchors */

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

/* Headings */

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

:focus{
  outline: 0;
}

/* Lists */

ul,
ol {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

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

/* Code blocks */

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;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 18px;
}
.form-title{
  font-family: arial, helvetica, sans-serif;  
  line-height: normal;
  color: #33475b;
  font-size: 2em;
}

/* Labels */

form label {
  color: #33475b;
/*   font-family: arial, helvetica, sans-serif; */
  font-size: 13px;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

/* Help text - legends */

form legend {
  font-family: arial, helvetica, sans-serif;
  color: #7C98B6;
  font-size: 11px;
  margin: 0px 0px 6px;
  line-height: normal;
}


/* 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 {
  box-sizing: border-box;
  padding:0 15px;
  min-height: 27px;
  /* background-color: #f5f8fa; */
  background-color: var(--colors-red-500) !important:
  display: inline-block;
  height: 40px;
/*   font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; */
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
}

form .hs-input::placeholder {
  color: #bfbfbf;
    opacity:1;
}

form .hs-input::-moz-placeholder  {
  color: #bdbdbd;
  opacity:1;
}


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

/* Inputs - checkbox/radio */

.inputs-list label {
  float: none;
  width: auto;
  padding: 0;
  font-size: 14px;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

label.hs-main-font-element {
  font-family: arial, helvetica, sans-serif;
}

.hs-input[type=checkbox], .hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}
.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list>li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list>li+li {
  padding-top: 2px;
}
/* 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 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: red;
}

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

.hs-error-msg {
  color: #EF6B51;
}

.hs-error-msgs label {
  color: #f2545b;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  font-size: 12px;
  line-height: 12px;
/*   font-family: arial, helvetica, sans-serif; */
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-style: solid;
  border-width: 1px;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 26px 8px 8px;
}

form textarea {
  padding: 10px 15px;
  height: 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;
}
.header-outer{
  position: relative;
  -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
header.header {
  background: var(--colors-white);
  position: absolute;
  top: 0;
  /* border-bottom: 1px solid #d9d9d9; */
  left: 0;
  width:100%;
  min-height: 90px;
  right: 0;
  z-index: 999;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  padding: 20px 15px;
}
.header_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 0;
  right: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2%; 
}
.header-logo a {
  position: relative;
  z-index: 1;
}
.header_wrap .header-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}
.custom-menu-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.custom-menu-primary nav>ul {
  margin: 0 -10px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.custom-menu-primary nav>ul>li {
  padding: 0 1px;
  min-height: 18px;
  margin: 0 10px;
  position: relative;
}
.header-button a.cta_button {
  background: var(--theme-fg-default);
  border: 1px solid transparent;
  color: #fff;
  font-size: 14px;
  font-family: Inter,sans-serif;
  font-weight: 500;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  letter-spacing: normal;
  padding: 12px 20px;
  border-radius: 2px;
  text-shadow: 0 0 0 #fff;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
.header-button {
  line-height: 0;
  display: flex;
  align-items: center;
}
.header-cta-col.header-cta1 a.cta_button {
  font-family: Plus Jakarta Sans,sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--colors-brand-gray);
  text-shadow: none;
  background: no-repeat;
}
.header-cta-col.header-cta2 {
  margin-left: 15px;
}
.header-button a {
  line-height: 24.2px;
}
.header .header-logo img.hs-image-widget {
  height: 28px!important;
  vertical-align: middle;
  width: auto!important;
  display: block;
}
.custom-menu-primary nav>ul>li>a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding: 0;
  color: #201f22;
  text-transform: uppercase;
}
.custom-menu-primary nav>ul>li .menu_wrapper {
  position: absolute;
  display: none;
  top: 15px;
  width: 200px;
  z-index: 9;
  left: -68px;
  opacity: 0;
  visibility: hidden;
}
.custom-menu-primary nav>ul>li .menu_wrapper>ul {
  background: #fff;
  text-align: left;
  border: 1px solid #e6e6e6;
  z-index: 1;
  padding: 10px 20px;
  margin-top: 30px;
  list-style: none;
  border-radius: 3px;
}
.custom-menu-primary nav>ul>li .menu_wrapper>ul>li>a {
  display: block;
  letter-spacing: .5px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  padding: 8px 0;
  color: #201f22;
}
.header-cta-col.header-cta1 a.cta_button:hover {
  background: transparent;
  color: var(--colors-brand-gray);
}
.custom-menu-primary nav>ul>li.has-submenu {
  position: relative;
}
.custom-menu-primary>.hs_cos_wrapper {
  margin-top: auto;
}
.custom-menu-primary nav>ul>li.has-submenu:hover .menu_wrapper {
  display: block;
  opacity: 1;
  visibility: visible;
}
.custom-menu-primary nav>ul>li.has-submenu:hover .menu__wrapper {
  display: block !important;
}
.custom-menu-primary nav>ul>li .menu_wrapper::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #e6e6e6;
  border-left: 7px solid transparent;
  top: 16px;
  margin: auto;
}
.custom-menu-primary nav>ul>li.has-submenu > a:after {
  content: "";
  background-image: url(https://www.netenrich.com/hubfs/menu-dropdown-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  margin-top: -2px;
}
/* .custom-menu-primary nav>ul>li.discover-know .level-2 {
margin: 0;
border: 0;
padding: 0;
border-radius: 0;
} */
/* .custom-menu-primary nav>ul>li.discover-know .level-2>li>a {
position: absolute;
top: 100%;
padding: 0;
right: 0;
width: 200px;
margin-top: 5px;
letter-spacing: 0;
line-height: 1.5;
font-size: 15px;
color: #0facff;
font-family: GochiHand;
} */
.custom-menu-primary nav>ul>li.discover-know-free-threat-intel-for-everyone p.nav-desc img {
  position: absolute;
  top: -16px;
  right: -38px;
  width: 50px;
}
.custom-menu-primary nav>ul>li.discover-know>.menu_wrapper::before,
.custom-menu-primary nav>ul>li.discover-know>.menu_wrapper::after {
  display: none;
}
/* .custom-menu-primary nav>ul>li.discover-know .menu_wrapper {
position: unset;
left: 0;
top: 0;
width: auto;
} */
.custom-menu-primary nav>ul>li .mega_menu_wrap {
  -webkit-box-shadow: 0 3px 5px rgb(0 0 0 / 20%);
  box-shadow: 0 3px 5px rgb(0 0 0 / 20%);
  border-color: #e6e6e6;
  background: #fff;
  background-repeat: no-repeat;
  background-position: right top;
  position: relative;
}
.custom-menu-primary nav>ul>li .mega_menu_wrap>.level-2 {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  min-height: 300px;
}
.custom-menu-primary nav>ul>li .mega_menu_wrap .col {
  padding: 0 30px;
  width: 40%;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.custom-menu-primary nav>ul>li .mega_menu_wrap .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.custom-menu-primary nav>ul>li .mega_menu_wrap .row .inner {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.custom-menu-primary nav>ul>li .mega_menu_wrap .row .inner {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.custom-menu-primary nav>ul>li .mega_menu_wrap .col::before, .custom-menu-primary nav>ul>li .mega_menu_wrap .col::after {
  content: " ";
  position: absolute;
  height: 90%;
  width: 2px;
  right: 25px;
  top: 0;
  z-index: 10000000000000002000;
  background: #d7d7d7;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}
@-webkit-keyframes ne-hide-element {
  from {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s linear .3s,opacity .3s;
    -o-transition: visibility 0s linear .3s,opacity .3s;
    transition: visibility 0s linear .3s,opacity .3s
  }

  to {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s linear .3s,opacity .3s;
    -o-transition: visibility 0s linear .3s,opacity .3s;
    transition: visibility 0s linear .3s,opacity .3s
  }
}
@keyframes ne-hide-element {
  from {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s linear .3s,opacity .3s;
    -o-transition: visibility 0s linear .3s,opacity .3s;
    transition: visibility 0s linear .3s,opacity .3s
  }

  to {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s linear .3s,opacity .3s;
    -o-transition: visibility 0s linear .3s,opacity .3s;
    transition: visibility 0s linear .3s,opacity .3s
  }
}
@-webkit-keyframes ne-show-element {
  from {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s linear .3s,opacity .3s;
    -o-transition: visibility 0s linear .3s,opacity .3s;
    transition: visibility 0s linear .3s,opacity .3s
  }

  to {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s linear .3s,opacity .3s;
    -o-transition: visibility 0s linear .3s,opacity .3s;
    transition: visibility 0s linear .3s,opacity .3s
  }
}
@keyframes ne-show-element {
  from {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s linear .3s,opacity .3s;
    -o-transition: visibility 0s linear .3s,opacity .3s;
    transition: visibility 0s linear .3s,opacity .3s
  }

  to {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s linear .3s,opacity .3s;
    -o-transition: visibility 0s linear .3s,opacity .3s;
    transition: visibility 0s linear .3s,opacity .3s
  }
}
.fixed header.header {
  -webkit-box-shadow: 0px 32px 64px -12px rgba(16, 24, 40, 0.14);
  box-shadow: 0px 32px 64px -12px rgba(16, 24, 40, 0.14);
}
.mobile-header {
  display: none;
}
.header-inner {
  display: none;
}
.custom-menu-primary nav>ul>li.discover-know-free-threat-intel-for-everyone p.nav-desc {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 200px;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 5px;
  font-size: 15px;
  color: #0facff;
  font-family: GochiHand;
}
.custom-menu-primary nav>ul>li>a>p.nav-title {
  margin: 0;
}
.custom-menu-primary nav>ul>li.discover-know-free-threat-intel-for-everyone:hover p.nav-desc {
  display: block;
}
.custom-menu-primary nav>ul>li .mega_menu_wrap .row .level-3 {
  list-style: none;
  margin-bottom: 30px;
  padding: 0;
  background-color: transparent;
  padding-right: 30px;
}
.custom-menu-primary nav>ul>li .mega_menu_wrap .row .level-3 p.nav-title {
  color: #404040;
  font-size: 20px;
  font-weight: 600;
  display: block;
  font-family: ROBOTO;
  letter-spacing: .5px;
  margin-bottom: 10px;
  line-height: 1.25;
}
.custom-menu-primary nav>ul>li .mega_menu_wrap .row .level-3 p.nav-desc {
  margin-top: 1rem;
  line-height: 1.5;
}
.custom-menu-primary nav>ul>li .mega_menu_wrap .row .level-3 p.nav-title svg {
  margin-left: 10px;
  overflow: hidden;
  font-size: 14px;
  letter-spacing: .5px;
  line-height: 1.25;
}
.custom-menu-primary nav>ul>li .mega_menu_wrap .row .level-3 p.nav-title svg{
  vertical-align: bottom;
}
.custom-menu-primary nav>ul>li.active-branch {
  border-bottom: 2px solid #ff3600;
}
.header-logo.sticky-logo {
  display: none;
}
header.dark-header-mod {
  background: transparent;
}
header.dark-header-mod nav.navigation-primary >ul > li > a {
  color: #fff;
}
header.dark-header-mod nav.navigation-primary >ul > li > a:after {
  background-image: url(https://www.netenrich.com/hubfs/cheveron-white-icon.svg);
}
header.dark-header-mod .header-cta-col.header-cta1 a.cta_button {
  color: #fff;
}
.body--home-dark.fixed .dark-header-mod {
  position: fixed;
  background: var(--colors-white);
}
.body--home-dark.fixed .header-logo {
  display: none;
}
.body--home-dark.fixed .header-logo.sticky-logo {
  display: block;
}
.body--home-dark.fixed header.dark-header-mod nav.navigation-primary > ul > li > a {
  color: var(--theme-fg-logo);
}
.body--home-dark.fixed header.dark-header-mod nav.navigation-primary > ul > li > a:after {
  background-image: url(https://www.netenrich.com/hubfs/menu-dropdown-icon.svg);
}
.body--home-dark.fixed header.dark-header-mod .header-cta-col.header-cta1 a.cta_button {
  color: var(--theme-fg-logo);
}
.body--home-light.fixed header.light-header-mod {
  position: fixed;
  background: var(--colors-white);
}
.custom-menu-primary nav>ul>li.solutions .menu_wrapper {
  top: auto;
  left: 0;
  right: 0;
  padding-top: 15px;
  text-align: left;
  z-index: 99;
  width: 100%;
}
.custom-menu-primary nav>ul>li.solutions {
  position: unset;
}
.custom-menu-primary nav>ul>li .mega_menu_wrap .col:first-child .row .level-3 p.nav-title{
  color: #ff3600;
}
.custom-menu-primary nav>ul>li .mega_menu_wrap .col:first-child .row .level-3 p.nav-title svg{
  fill: #ff3600;
}
.custom-menu-primary nav>ul>li .mega_menu_wrap .col:first-child .row .level-3 p.nav-title:hover{
  color: #ff3600;
}
.custom-menu-primary nav>ul>li .mega_menu_wrap .col:first-child .row .level-3 p.nav-title:hover svg{
  fill: #ff3600;
}
.custom-menu-primary nav>ul>li .mega_menu_wrap .col:first-child+.col .row .level-3 p.nav-title{
  color: #79308f;
}
.custom-menu-primary nav>ul>li .mega_menu_wrap .col:first-child+.col .row .level-3 p.nav-title svg{
  fill: #79308f;
}
.custom-menu-primary nav>ul>li .mega_menu_wrap .col:first-child+.col .row .level-3 p.nav-title:hover{
  color: #79308f;
}
.custom-menu-primary nav>ul>li .mega_menu_wrap .col:first-child+.col .row .level-3 p.nav-title:hover svg{
  fill: #79308f;
}
.header-button .header-cta-col.header-cta2 a.cta_button {
  background-color: #ff3600;
}
header.header nav li a {
  font-family: Inter,sans-serif;
}



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

  .header-logo img {
    width: 140px !important;
  }
}

@media (min-width: 901px) and (max-width:1070px){
  .custom-menu-primary nav>ul>li>a {
    font-size: 12px;
  }
  .custom-menu-primary nav>ul>li {
    margin: 0 6px;
  }
  header.header .header_wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}


@media (min-width: 768px) and (max-width:900px){
  .custom-menu-primary nav>ul>li>a {
    letter-spacing: 0;
    font-size: 12px;
  }
  header.header .header_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-logo {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    max-width: unset;
    padding-bottom: 0;
  }
  .header-logo img {
    width: 100px !important;
  }
  .header_wrap .header-right {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    max-width: unset;
  }
  .custom-menu-primary nav>ul>li {
    margin: 0 6px;
  }
  .header-button a.cta_button {
    font-size: 10px;
    padding: 4px 8px;
  }
}

@media (min-width: 768px) and (max-width:830px){
  .custom-menu-primary nav>ul>li>a {
    letter-spacing: 0;
    font-size: 11px;
  }
  .custom-menu-primary nav>ul>li .mega_menu_wrap .row .level-3{
    padding-right: 0;
  }
  .custom-menu-primary nav>ul>li .mega_menu_wrap .row .level-3 p.nav-desc {
    padding-right: 30px;
  }
  .custom-menu-primary nav>ul>li .mega_menu_wrap .row .level-3 p.nav-title svg {
    margin-left: 0;
  }
}

@media (min-width: 1600px){
  .custom-menu-primary {
    padding-top: 3px;
  }
}

@media (max-width: 1199.98px){
  /*   header.header {
  -webkit-box-shadow: none;
  box-shadow: none;
} */
  .header-outer {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (max-width: 1024px){
  header.header {
    border: none;
  }
  header.header {
    position: relative;
  }
  .mobile-menu nav>ul>li.blog>a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #ff3600;
    text-decoration-color: #ff3600;
  }
  .mobile-menu nav>ul>li.blog>a {
    cursor: pointer;
  }
  div.gl_banner_wrapper .gl_banner .fealt_nav.fixedNav {
    top: 68px!important;
  }
  .header_wrap {
    display: none;
  }
  .mobile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding: 5px 0;
    height: 48px;
  }
  .header-outer,
  header.header,
  header.header .header_wrap{
    height: auto;
    min-height: auto;
  }
  .menu-icon {
    padding: 7px 15px;
    height: 33px;
    cursor: pointer;
  }
  .menu-icon span {
    display: block;
    position: relative;
    height: 2px;
    background: #ccc;
    width: 25px;
  }
  .menu-icon span::before,
  .menu-icon span::after {
    position: absolute;
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    background: #ccc;
  }
  .menu-icon span::after {
    top: 16px;
  }
  .menu-icon span::before {
    top: 8px;
  }
  .mobile-header-logo {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    display: inline-block;
  }
  .mobile-header-logo img {
    padding-left: 15px;
    width: 134px!important;
    padding-top: 7px;
  }
  svg {
    overflow: hidden;
    vertical-align: middle;
  }
  .mobile-menu {
    position: fixed;
    top: 65px;
    left: 0;
    right: 0;
    height: 100vh;
    overflow: scroll;
    background: #fff;
    z-index: 999;
    border-top: 1px solid #f0f0f0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateX(1000px);
    -ms-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  .menu-open .mobile-menu{
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .header-inner {
    display: block;
  }
  body.menu-open {
    overflow: hidden;
  }
  .mobile-menu nav>ul {
    border-top: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: block;
  }
  .mobile-menu nav>ul>li>a {
    display: block;
    color: #333;
    line-height: 1;
    padding: 20px;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    font-family: ROBOTO;
  }
  .mobile-menu nav>ul>li .menu_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: #f7f7f7;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateX(1000px);
    -ms-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  .mobile-menu nav>ul>li .menu_wrapper .custom-parent-link {
    display: block;
    color: #333;
    line-height: 1;
    padding: 15px 20px;
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    z-index: 2;
    text-align: center;
    -webkit-box-shadow: inset 0 0 3px rgb(0 0 0 / 50%);
    box-shadow: inset 0 0 3px rgb(0 0 0 / 50%);
    background: #fff;
  }
  .mobile-menu nav>ul>li .menu_wrapper .custom-parent-link svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    float: left;
  }
  .mobile-menu nav>ul>li>a svg {
    float: right;
  }
  .mobile-menu .child-trigger {
    position: absolute;
    width: 100%;
    height: 60px;
    top: 0;
    z-index:0;
  }
  .mobile-menu nav>ul>li {
    position: relative;
  }
  .mobile-menu nav>ul>li.child-open .menu_wrapper {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .mobile-menu nav>ul>li ul.submenu.level-2 {
    list-style: none;
    padding: 20px 0;
    margin-bottom: 0;
  }
  .mobile-menu nav>ul>li ul.level-2>li>a {
    display: block;
    color: #333;
    line-height: 1;
    padding: 20px;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    font-family: ROBOTO;
  }
  .mobile-menu nav>ul>li ul.level-2>li>a svg {
    float: right;
  }
  .mobile-menu nav>ul>li ul.level-2>li>a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #ff3600;
    text-decoration-color: #ff3600;
  }
  .menu__wrapper {
    display: block !important;
  }
  .mobile-menu nav>ul>li .menu_wrapper .custom-parent-link>a {
    color: #333;
    cursor: text;
  }
  .mobile-menu nav>ul>li.discover-know-free-threat-intel-for-everyone>a {
    color: #404040;
    padding: 5px 20px;
    border: 0;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 600;
    font-family: Axia,Roboto,"Helvetica Neue";
    margin-top: 20px;
  }
  .mobile-menu nav>ul>li.discover-know-free-threat-intel-for-everyone>a p.nav-desc {
    display: none;
  }
  .mobile-menu nav>ul>li.discover-know-free-threat-intel-for-everyone svg {
    display: none;
  }

  .mobile-menu nav>ul>li.solutions .menu_wrapper .mega_menu_wrap .col:first-child p.nav-title {
    color: #e95a32;
  }
  .mobile-menu nav>ul>li.solutions .menu_wrapper .mega_menu_wrap .col:first-child p.nav-title:hover {
    text-decoration: underline;
  }
  .mobile-menu nav>ul>li.solutions .menu_wrapper .mega_menu_wrap .col:last-child p.nav-title {
    color: #7a308f;
  }
  .mobile-menu nav>ul>li.solutions .menu_wrapper .mega_menu_wrap .col:last-child p.nav-title:hover {
    text-decoration: underline;
  }
  .mobile-menu nav>ul>li.solutions .menu_wrapper .mega_menu_wrap .level-3>li>a>p.nav-desc {
    color: #404040;
  }
  .mobile-menu nav>ul>li.solutions .menu_wrapper .mega_menu_wrap {
    padding: 0 20px;
    font-family: ROBOTO;
    overflow: auto;
  }
  .mobile-menu nav>ul>li.solutions .menu_wrapper .mega_menu_wrap .col {
    padding: 30px 0;
    border-top: 1px solid #ccc;
  }
  .mobile-menu nav>ul>li.solutions .menu_wrapper .mega_menu_wrap .col:first-child {
    border-top: 0;
  }
  .mobile-menu nav>ul>li.solutions .menu_wrapper .mega_menu_wrap ul.submenu.level-2 {
    padding: 0;
  }
  .mobile-menu nav>ul>li.solutions .menu_wrapper .mega_menu_wrap .level-3 {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .mobile-menu nav>ul>li.solutions .menu_wrapper .mega_menu_wrap .level-3 >li>a>p.nav-title {
    display: block;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: .1px;
  }
  .mobile-menu nav>ul>li.solutions .menu_wrapper .mega_menu_wrap .level-3 >li>a>p.nav-desc {
    font-size: 18px;
    line-height: 1.4;
    padding-right: 25px;
    margin-bottom: 15px;
  }
  .mobile-menu nav>ul>li.solutions .menu_wrapper .mega_menu_wrap .level-3>li>a>p.nav-title svg {
    float: right;
    margin-top: 3px;
    width: 24px;
    height: 24px;
  }
  header.header {
    padding: 10px 0px 10px;
  }
  .mobile-header .header-button a {
    white-space: nowrap;
  }


}




/*Type2*/




header.header_ty2 .header_cta_btn_wrap {
  margin-right: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header.header_ty2 .header_cta_btn_wrap a {
  background: 0 0;
  border: 1px solid #404040;
  color: #ff3600;
  font-family: Axia;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .3px;
  text-align: center;
  padding: 2px 10px;
  text-shadow: 0 0 0 #ff3600;
  text-decoration: none;
  display: block;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

header.header_ty2 .header_cta_btn_wrap a:hover {
  background: #ff3600;
  border: 1px solid #ff3600;
  color: #fff;
}


.header_ty2  .custom-menu-primary {
  font-family: ROBOTO;
}

.header_ty2 .header_wrap {
  border: 0;
}

.header_ty2 .header_cta_btn_wrap a {
  line-height: 1.5;
}



@media(max-width:1240px){
  header.header_ty2 .custom-menu-primary nav > ul > li {
    margin: 0 7px;
  }
}

@media(max-width:999px){
  header.header_ty2 .custom-menu-primary nav > ul > li > a {
    font-size: 12px;
  }
  header.header_ty2 .header_cta_btn_wrap {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
  header.header_ty2 .header-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
  header.header_ty2 .header-right {
    width: calc(100% - 100px);
  }
}

@media(max-width:882px){
  header.header_ty2 .custom-menu-primary nav > ul > li > a {
    font-size: 14px;
  }
  header.header_ty2 .header_cta_btn_wrap {
    margin-right: 6px;
  }
}

@media (min-width:1151px) and (max-width: 1299px){
  .header_ty2 .custom-menu-primary nav>ul>li {
    margin: 0 6px;
  }
  .header_ty2 .header_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header_ty2 .header-logo {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    max-width: unset;
  }
  .header_ty2 .header_wrap .header-right {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    max-width: unset;
  }
}

@media (min-width:1069px) and (max-width: 1150px){

  header.header_ty2 .header-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 13%;
    flex: 0 0 13%;
    max-width: 13%;
  }
  .header_ty2 .header_wrap .header-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 86%;
    flex: 0 0 86%;
    max-width: 86%;
  }
  .header_ty2 .header_wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header_ty2 .custom-menu-primary>.hs_cos_wrapper{
    width: 66%;
  }
  header.header_ty2 .custom-menu-primary nav>ul>li{
    margin: 0 6px;
  }
  .custom-menu-primary nav>ul>li>a {
    font-size: 13px;
  }
}


@media (min-width:768px) and (max-width: 1068px){
  .header_ty2 .custom-menu-primary>.hs_cos_wrapper {
    padding-bottom: 5px;
  }
  header.header_ty2 .header_cta_btn_wrap {
    width: 15%;
  }
  .header_ty2 .custom-menu-primary {
    margin: 0;
  }
}

@media (min-width:768px) and (max-width:850px){
  .header_ty2 .custom-menu-primary>.hs_cos_wrapper {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding-left: 20px;
  }
  .header_ty2 .custom-menu-primary nav {
    text-align: center;
  }
  .header_ty2 .custom-menu-primary nav>ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width:1300px) {
  .header_ty2 .custom-menu-primary {
    margin-top: -14px;
  }
}


@media(max-width:767px){
  .header_ty2 .mobile-header .header-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header_ty2 .mobile-header .header-button a.cta_button {
    background: #ff3600;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    font-family: ROBOTO;
    letter-spacing: .3px;
    display: inline-block;
    padding: 3px 10px;
    text-shadow: 0 0 0 #fff;
    width: 140px;
    line-height: 1;
  }
  .header_ty2 .mobile-menu nav>ul>li.discover-know-free-threat-intel-for-everyone>a p.nav-title {
    font-family: ROBOTO;
  }
  .header_ty2 .mobile-menu nav>ul>li .menu_wrapper .custom-parent-link>a {
    font-family: ROBOTO;
  }
}

@media(max-width:639px){
  .header-button a.cta_button {
    font-size: 13px;
    padding: 7px 10px;
  }
  .header-cta-col.header-cta1 a.cta_button {
    font-size: 13px;
    padding: 7px 0;
  }
}

@media only screen and (max-width: 479px) {
  .mobile-header .header-button {
    display: none;
  }
}

@media(max-width:340px){
  .header_ty2 .mobile-header-logo img {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .custom-menu-primary nav > ul > li.solutions{
    position: static;
  }
}
.footer_sec {
  padding: 96px 11px;
}
.footer-logo {
  margin-bottom: 40px;
}
.footer-logo img.hs-image-widget {
  height: 24px !important;
  width: auto !important;
  vertical-align: middle;
}
.footer-top {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 54px;
}
.footer-top .menu-col {
  flex: 0 0 20%;
  max-width: 20%;
  margin-bottom: 30px;
}
.footer-top .menu-col nav {
  max-width: 161px;
}
.footer-top .menu-col nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-top .menu-col nav > ul > li > a {
  font-family: Plus Jakarta Sans,sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 32px;
  display: inline-block;
  vertical-align: middle;
}
.footer-top .menu-col nav > ul ul a {
  color: var(--theme-fg-muted);
  display: inline-block;
  font-family: Inter;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
  vertical-align: middle;
  margin-bottom: 25px;
}
.footer-top .menu-col nav>ul ul li:last-child a {
  margin: 0;
}
.footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-contact li {
  font-size: 13px;
  line-height: 1.54;
  font-weight: 400;
  color: var(--theme-fg-muted);
}
.footer-contact li a {
  font-size: 13px;
  font-weight: 400;
  color: var(--theme-fg-muted);
}
.footer-contact {
  margin-bottom: 24px;
}
.footer-bottomRow {
  display: flex;
  justify-content: space-between;
  text-align: right;
}
.footer-bottomRow .left a {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.54;
  color: var(--theme-fg-muted);
  padding-right: 15px;
}
.footer-bottomRow .right p {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.54;
  color: var(--theme-fg-muted);
  margin-bottom: 12px;
}
.footer-bottomRow .right p:last-child {
  margin-bottom: 0px;
}
.footer-bottomRow .social-links a span {
  width: auto;
  height: auto;
}
.footer-bottomRow .left {
  display: flex;
}
footer.footer .menu__wrapper {
  display: block !important;
}
footer.footer .content-wrapper {
  max-width: 1296px;
  padding: 0;
}
.footer-bottom * {
  font-family: Inter;
}
/* 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;
  }
}
@font-face { 
  font-family: Axia; 
  src: local("Axia Light"), 
    local("Axia-Light"), 
    url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/fonts/AxiaStencilBlack-Regular.otf) format("opentype");
  font-style: normal; 
  font-weight: 300;
}
@font-face { 
  font-family: Axia; 
  src: local("Axia Light"), 
    local("Axia-Light"), 
    url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/fonts/AxiaLight-Regular.otf) format("opentype");
  font-style: normal; 
  font-weight: 300;
}
.demo_page .content_col .widget-type-rich_text h2 {
  background: -webkit-linear-gradient(153deg,transparent 24%,#ff3600 24%);
  display: inline-block;
  font-family: Roboto;
  font-weight: 500;
  font-size: 1.3rem;
  width: 100%;
  color: #fff;
  margin-bottom: 25px;
  text-transform: uppercase;
  padding: 6px 10px;
  line-height: 1.1;
}

.demo_page .content_col .widget-type-rich_text h1 {
  font-family: Roboto;
  font-size: 2.5rem;
  line-height: 1.1;
  margin-bottom: 20px;
}

.demo_page .content_col .widget-type-rich_text p {
  font-size: 18px;
  font-family: Roboto;
}

.demo_page .content_col .widget-type-rich_text ul {
  margin: 20px 0 0;
  padding: 0 0 0 25px;
}

.demo_page .content_col .widget-type-rich_text ul li {
  font-size: 18px;
  list-style: none;
  padding: 6px 0;
  position: relative;
  font-family: Roboto;
}

.demo_page .content_col .widget-type-rich_text ul li:before {
  content: "";
  position: absolute;
  top: 14px;
  left: -14px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #ff3600;
}

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

.demo_page .body-container {
  max-width: 100%;
  padding: 0 90px 0 52px;
  background: #fff;
  background-image: url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/images/slant-form-asi-top.svg);
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: right top;
}

.breadcrumbs_wrap,
.diff_breadcrumbs_wrap{
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}

.breadcrumbs_wrap ul,
.diff_breadcrumbs_wrap ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 12px;
  font-weight: 700;
/*   font-family: Roboto; */
  padding: 0;
  position: relative;
  margin: 28px 0 26px;
}

.breadcrumbs_wrap ul li,
.diff_breadcrumbs_wrap ul li {
  border-radius: 3px;
  display: inline-block;
/*   font-family: Roboto; */
  font-weight: 400;
  list-style: none;
  margin: 0 6px;
  padding: 0 6px;
  -webkit-transition: all .5s;
  transition: all .5s;
  padding-right:0;
  margin-right:0;
}

.breadcrumbs_wrap ul li:first-child,
.diff_breadcrumbs_wrap ul li:first-child {
  margin-left: 0;
}

.breadcrumbs_wrap ul li a,
.diff_breadcrumbs_wrap ul li a{
  text-decoration: none;
  color: #404040;
  cursor: pointer;
  text-transform: capitalize;
/*   font-family: Roboto; */
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}

.demo-form-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 64%;
  flex: 0 0 64%;
  max-width: 64%;
  padding: 0 6rem 0 0;
}

.demo-form-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 36%;
  flex: 0 0 36%;
  max-width: 36%;
}

.demo_page .page-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
  padding: 2px 0 50px 0;
}

.demo-form-right > div {
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 20px;
}
.custom_form form h3 {
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
/*   font-family: arial, helvetica, sans-serif; */
  color: #33475b;
  line-height: normal;
  font-weight: bold;
}
.custom_form form h1 {
  margin-block-start: 0.67em;
  font-size: 2em;
  margin-block-end: 0.67em;
  font-family: arial, helvetica, sans-serif;
  line-height: normal;
  color: #33475b;
}
.custom_form .widget-type-rich_text h6,
.custom_form .widget-type-header h6{
  margin-top: 0px;
  margin-bottom: 1rem;
  font-family: Roboto;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  color: rgb(64, 64, 64);
}
.custom_form .widget-type-rich_text img{
  width: 100%;
  margin-top: 16px;
}
.breadcrumbs_wrap .hs-breadcrumb-menu-divider:before,
.diff_breadcrumbs_wrap .hs-breadcrumb-menu-divider:before{
  content: "/";
  padding-left: 12px;
  color: #404040;
  font-weight: 700;
/*   font-family: Roboto; */
}

.breadcrumbs_wrap ul li.last-crumb {
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: width linear .5s;
  transition: width linear .5s;
}

.breadcrumbs_wrap ul li.last-crumb:hover {
  width: auto;
}

.custom_form .hs-form-field label:not(.hs-error-msg) {
/*   font-family: arial, helvetica, sans-serif; */
  font-size: 13px;
}

.custom_form .actions {
  margin-top: 18px;
  padding: 17px 0px;
}
.custom_form{
/*   font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; */
  line-height: 24px;
  font-size: 14px;
  color: #33475b;
}
.two_col_resource_page .hs-button,
.two_col_resource_page .hs-button:hover{
  background: #575251;
  border-color: #575251;
}
.demo_page .content_col .widget-type-rich_text p a {
  font-family: Roboto;
  color: rgb(255, 54, 0);
  font-size: 1rem;
}

.demo_page .content_col .widget-type-rich_text p a:hover {
  text-decoration: underline;
}

/*  resource inner page */

.resource-banner {
  padding: 0 30px 30px;
  width: 100%;
}
.resource-title {
  position: relative;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 16px;
  color: #f60;
  font-family: Axia;
}

.resource-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  bottom: 0;
  border-right: 3px solid #f60;
}

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

.resource_inner_page .dnd-section>.row-fluid {
  padding: 0 15px;
}
.page-center {
  margin: 0 auto;
}

.cm-main-content-wrp .hs-search-field {
  position: relative;
  top: -20px;
  width: 100%;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 1s linear;
  transition: -webkit-transform 1s linear;
  transition: transform 1s linear;
  transition: transform 1s linear,-webkit-transform 1s linear;
}

.cm-main-content-wrp.hs-search-field__bar {
  position: relative;
  margin-bottom: 15px;
  height: 30px;
}

.cm-main-content-wrp input.hs-search-field__input {
  position: absolute;
  right: 0;
  padding-right: 30px;
  height: 30px;
  outline: 0!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
  padding: 0.25rem 0.5rem;
  font-size: .984375rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  color: #303030;
  font-family: Axia;
}

.cm-main-content-wrp .hs-search-field__bar:after {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: #999;
  padding: 10px 8px;
  content: "\f002";
  z-index: 9;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fixed .cm-main-content-wrp .hs-search-field {
  position: sticky;
  top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}


/*  policies page */

.policies_page .widget-type-rich_text h1 {
  font-family: Roboto;
  font-size: 2.7rem;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.1;
}

.policies_page .widget-type-rich_text p a,
.policies_page .widget-type-rich_text p a:hover {
  color: #ff3600;
}

.policies_page .widget-type-rich_text h2 {
  font-size: 1.999125rem;
  line-height: 1.1;
  font-weight: 700;
}
.policies_page .widget-type-rich_text h3 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.7505rem;
}


/*   */

.resource_how_transform_page .widget-type-rich_text h6 {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-family: Axia,Roboto,"Helvetica Neue";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #404040;
}

.resource_how_transform_page .widget-type-rich_text h1 {
  font-size: 2.500875rem;
  font-weight: 700;
  line-height: 1.1;
}

.resource_how_transform_page form h3 {
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  font-weight: bold;
  margin-top: 0;
  font-family: arial, helvetica, sans-serif;
  color: #33475b;
}

.resource_how_transform_page form {
  font-family: arial, helvetica, sans-serif;
  line-height: normal;
  font-size: 14px;
  color: #33475b;
}
.resource_how_transform_page .actions {
  margin-top: 18px;
  padding: 17px 0px;
}

.resource_how_transform_page .hs-button,
.resource_how_transform_page .hs-button:hover,
.fullwidth_resource_page .hs-button,
.fullwidth_resource_page .hs-button:hover{
  background: #575251;
  border-color: #575251;
}

/* full width resource page */

.fwr-row4 .widget-type-form {
  padding: 25px 25px 25px 25px;
  background: #fff;
}

.fwr-row4 .widget-type-form form {
  padding: 30px 20px 20px 20px;
}

.fwr-row4 .dnd-section > div {
  /*   min-height: 700px; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

}

.fwr-row2 .widget-type-rich_text{
  font-family: "Roboto", Sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.5;
}
.fwr-row2 .widget-type-rich_text h2 {
  font-family: 'roboto';
  font-size: 55px;
  font-weight: 800;
  line-height: 1.1;
  text-align:center;
}
.fwr-row2 .widget-type-rich_text h2:hover {
  text-decoration: underline;
  text-decoration-color: #fff 
}
.fwr-row4 .dnd-section {
  padding: 0;
  background-position: unset !important;
}
.fwr-row2 .widget-type-rich_text h2 a:hover {
  color: #ff3600;
}
.fwr-row4 .widget-type-rich_text p {
/*   font-family: 'roboto'; */
  font-weight: lighter;
  font-size: 26px;
  line-height: 35px;
}

.fwr-row4 .widget-type-rich_text h3 {
  font-size: 36px;    
  font-weight: 500;
  margin-top: 27px;
  margin-bottom: 28px;
  font-family: 'roboto';
  line-height: 1.1;
}
.fwr-row4.custom_form form h1,
.fwr-row4.custom_form form h3 {
  margin-top: 0;
}
.fwr-row3 {
  color: #1D1D1D;
/*   font-family: "Roboto", Sans-serif; */
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
}
.fwr-row3 .widget-type-rich_text ul + p {
  padding-top: 20px;
}
.fwr-row3 .widget-type-rich_text h2 {
  color: #303030;
/*   font-family: "Roboto"; */
  font-size: 45px;
  font-weight: bold;
  line-height: 1.1;
  text-align:center;
}
.fwr-row3 .widget-type-rich_text {
  padding-left: 40px;
  padding-right: 40px;
}
.fwr-row4 .widget-type-rich_text h4 {
  margin-bottom: 0.5rem;
  font-family: Axia;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.7505rem;
  padding-bottom: 20px;
}

/* situational page */

.situ_aware_page .fwr-row3 .widget-type-rich_text h2 {
  line-height: 1.5;
  margin: 0;
  padding-bottom: 1rem;
}

.situ_aware_page .fwr-row3 .widget-type-rich_text h2 span {
  color: #ff3700;
}

.situ_aware_page .tabber_wrap .tab_header h2 {
  line-height: 1.1;
}
.situ_aware_page  .tabber_wrap .eael-advance-tabs {
  padding-top: 40px;
}

.situ_aware_page  .ebook-banner .btm_cnt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

.situ_aware_page .ebook-banner h1.subtitle {
  padding-bottom: 20px;
}
.situ_aware_page .ebook-banner h1.subtitle {
  padding-bottom: 20px;
  font-size: 2.500875rem;
  margin-bottom: 0.5rem;
}

.situ_aware_page .ebook-banner .banner-content-items {
  margin-top: 20px;
}
.situ_aware_page .fwr-row3 .widget-type-rich_text {
  text-align: center;
}
.situ_aware_page .ebook-banner.with_logo .diff_breadcrumbs_wrap {
  padding-top: 13px;
}
/* end */

.approach_modern_page input.hs-button.primary.large {
  background: #ff3600;
  border-color: #ff3600;
  border-radius: 3px;
  font-family: Lato;
}

.approach_modern_page .custom_form .hs-form-field .hs-input {
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #cad5e2;
  padding: 0 15px;
  min-height: 27px;
  background: #fff;
}

.approach_modern_page .custom_form .hs-form-field label:not(.hs-error-msg) {
  font-family: Lato;
}
.approach_modern_page .fwr-row4 .widget-type-rich_text p {
  line-height: 1.5;
}

.approach_modern_page .custom_form form h3 {
  font-family: Lato;
}
.approach_modern_page .fwr-row2 .widget-type-rich_text h2 {
  font-size: 49px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}

.approach_modern_page .fwr-row2 .widget-type-rich_text h2:hover {
  text-decoration: none;
}

.approach_modern_page .tabber_wrap .roboto_font ul li h4 {
  font-size: 25px;
}
.approach_modern_page .ebook-banner p.title {
  line-height: 1.1;
  margin-bottom: 20px;
}
.approach_modern_page .ebook-banner.with_logo .diff_breadcrumbs_wrap {
  padding-top: 12px;
}
.approach_modern_page .fwr-row4 .widget-type-rich_text h4 {
  font-family: Roboto;
}

/* end */

.fwr-row2 .widget-type-rich_text h3 {
  font-family: Axia;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.999125rem;
  text-align: center;
}

.fwr-row2 .widget-type-rich_text h3 span {
  font-size: 50px;
  font-family: roboto;
}

.threat-detectionrequest-a-demo .hs-button.primary.large{
  background: #FF0000;
  border-color: #FF0000;
  border-radius: 3px;
}
/*   attack surface page */

.attack_surface_page .fwr-row5 h6 {
  font-family: "AxiaBlack-Regular", Sans-serif;
  font-size: 17px;
  font-weight: 600;
  margin: 5% 0% 0%;
  line-height: 1;
}
.attack_surface_page .fwr-row5 .dnd-column {
  padding: 10px !important;
}
.attack_surface_page .fwr-row5 a {
  color: #ff3600;
}
.attack_surface_page .blogo {
  padding-top: 1%;
}

.attack_surface_page .ebook-banner .top_cnt {
  font-size: 20px;
  font-weight: 300;
}

.attack_surface_page .ebook-banner .banner-content-items {
  width: 50%;
}

.attack_surface_page .ebook-banner h1.subtitle {
  font-weight: 600;
  line-height: 1;
}

.attack_surface_page .ebook-banner .btm_cnt {
  color: #303030;
/*   font-family: "Roboto", Sans-serif; */
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
  padding-top: 2%;
}

.attack_surface_page .ebook-banner .btn_wrap a {
  padding: 15px 50px 15px 50px;
}
.attack_surface_page .tabber_wrap .tab_header h2 {
  padding-top: 60px;
}
.attack_surface_page .tabber_wrap.large_cntfnt .content .cnt p {
  padding: 0;
}
.attack_surface_page  .fwr-row2 .dnd-section>div {
  padding: 0;
  min-height: unset;
}
.attack_surface_page  .fwr-row3 .widget-type-rich_text h2 {
  margin-bottom: 2%;
}
.attack_surface_page .fwr-row3 .widget-type-rich_text h2 {
  margin-bottom: 2%;
}

.attack_surface_page .fwr-row3  {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.attack_surface_page .fwr-row3 a.cta_button {
  font-size: 26px;
  background-color: #FF3700;
  border-radius: 0px 0px 0px 0px;
  padding: 20px 25px 20px 25px;
}
.attack_surface_page  .fwr-row4 .widget-type-rich_text h2 {
  font-size: 50px;
  font-weight: 900;
/*   font-family: 'Roboto',sans-serif; */
  line-height: 1.1;
  padding-bottom: 20px;
}

.attack_surface_page  .fwr-row4 .widget-type-rich_text p {
  font-weight: 400;
  line-height: 1.8em;
  font-size: 26px;
}

.attack_surface_page  .fwr-row4 .dnd-section>div {
  min-height: 500px;
}

.attack_surface_page .fwr-row4 .widget-type-form form {
  padding: 0px 20px 0px 20px;
}

.attack_surface_page .have_title .blogo {
  padding: 0;
}
.attack_surface_page .ebook-banner.have_title .content-wrapper {
  margin-top: 0.8%;
}

.attack_surface_page .ebook-banner.have_title .diff_breadcrumbs_wrap {
  padding-top: 22px;
}

.attack_surface_page .ebook-banner.have_title .top_cnt p {
  padding-top: 16px;
}


.attack_surface_page .ebook-banner.have_title h1.subtitle {
  margin-bottom: 27px;
}
.attack_surface_page  .tabber_wrap.small_cntfnt .eael-tabs-content .content {
  font-size: 24px;
}
.attack_surface_page .tabber_wrap.small_cntfnt .eael-tabs-content p span,
.attack_surface_page .tabber_wrap.small_cntfnt .ne-asiebook-tab-mb-p p span {
  color: #333;
}

.attack_surface_page .tabber_wrap.small_cntfnt .eael-tabs-content p>span {
  font-size: 20px;
}
.attack_surface_page .fwr-row2 .widget-type-rich_text h3 {
  margin-bottom: 16px;
}

/*  end * /
/*   */


.modern_digital_experience_page .ebook-banner.with_logo .diff_breadcrumbs_wrap {
  padding-top: 13px;
}

.modern_digital_experience_page .ebook-banner h1.subtitle {
  padding-right: 40px;
}
.modern_digital_experience_page .tabber_wrap .tab_header h1 {
  font-family: 'roboto';
  font-size: 45px;
  font-weight: 900;
  color: #303030;
  line-height: 1.1;
  margin: 0;
}

.modern_digital_experience_page .tabber_wrap .roboto_font ul li h4 {
  font-family: Axia;
}
.modern_digital_experience_page .testimonial_cards .arrrow>span {
  margin-top: 60px;
}

.modern_digital_experience_page .testimonial_cards p.name {
  color: #303030;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.modern_digital_experience_page .testimonial_cards .content p {
  padding-bottom: 16px;
}

.modern_digital_experience_page .testimonial_cards p.designation {
  font-size: 16px;
}

.modern_digital_experience_page .testimonial_cards .inner>div.author-bio {
  margin-bottom: 15px;
}

.hs-landing-page .fwr-row2 .dnd-section>div>div {
  padding: 0;
}
.hs-landing-page .fwr-row2 .dnd-section>div {
  flex-wrap: wrap;
}

.breadcrumbs_wrap ul li a:hover,
.diff_breadcrumbs_wrap ul li a:hover {
  color: #ff3600;
}

.breadcrumbs_wrap ul li.first-crumb a:hover,
.diff_breadcrumbs_wrap ul li.first-crumb a:hover {
  color: #404040;
}

/*  end */

.custom_form form {
  -webkit-font-smoothing: subpixel-antialiased;
}
.fullwidth_resource_page .breadcrumbs_wrap {
  padding: 0 20px;
}
.attack_surface_page .tabber_wrap.small_cntfnt h3 {
  font-family: 'roboto';
  font-size: 45px;
  font-weight: 900;
  color: #303030;
  line-height: 1.1;
  margin: 0;
}
.attack_surface_page .resource_banner_wrap h3 {
  margin-bottom: 16px;
}
@media(min-width:768px){
  .attack_surface_page .ebook-banner.have_title .banner-content-items {
    width: 45.935%;
  }

}
@media (max-width: 1199.98px){
  .demo_page .body-container{
    padding: 0 20px 0; 
  }
  .demo_page .content_col .widget-type-rich_text h2 {
    font-size: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 815px){
  .custom_form .hs_recaptcha {
    overflow-x: auto;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px){
  .demo-form-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0;
  }

  .demo-form-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    padding-left: 2rem;
  }  

  .fwr-row4.custom_form .grecaptcha-badge {
    margin: 8px 8px;
  }
  .fwr-row4.custom_form .hs_recaptcha {
    overflow-x: auto;
    padding-top: 1px;
  }
  .fwr-row3 .widget-type-rich_text {
    padding-left: 0;
    padding-right: 0;
  }
}

@media(max-width:1024px){
  .fwr-row4 .dnd-section>div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fwr-row4 .dnd-section>div > div {
    width: 100%;
  } 
}
@media (max-width: 767.98px){
  .breadcrumbs_wrap,
  .diff_breadcrumbs_wrap{
    display: none;
  }

  .demo_page .body-container {
    background-size: 100%;
    background-image: url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/images/Slant-form-asi-bottom.svg);
    background-position: bottom;
    margin-bottom: 20px;
  }

  .demo_page .page-center {
    padding: 30px 0 50px 0;
  }

  .demo-form-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0 2rem 0;
  }

  .demo_page .content_col .widget-type-rich_text h1 {
    font-size: 2.3rem;
  }

  .demo_page .content_col .widget-type-rich_text p {
    font-size: 16px;
  }

  .demo_page .content_col .widget-type-rich_text ul li {
    font-size: 1rem;
  }

  .demo-form-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .demo-form-right>div {
    padding: 10px;
  } 
  .demo_page .content_col .widget-type-rich_text h2 {
    background: -webkit-linear-gradient(153deg,transparent 5%,#ff3600 5%);
  }
  .resource-banner {
    padding: 30px 20px;
  }
  .resource-title:before {
    left: -20px;
  }
  .fwr-row4 .dnd-section {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 403px auto;
    padding: 70px 20px 50px 20px;;
  }
  .fwr-row2 .dnd-section>div >div {
    width: 100%;
  }

  .fwr-row2 .dnd-section>div {
    padding: 0;
  }

  .fwr-row2 .dnd-section[class*="background-image"] {
    padding: 0px 0px 40px 0px;
  }
  .fwr-row3 .widget-type-rich_text ul {
    padding-bottom: 0 !important;
  }
  .fwr-row3 .widget-type-rich_text {
    padding: 0;
  }

  .situ_aware_page  .fwr-row3 .widget-type-rich_text {
    text-align: left;
  }
  .situ_aware_page .fwr-row3 .widget-type-rich_text h2 {
    line-height: 41px;
  }
  .situ_aware_page .ebook-banner .top_cnt p {
    padding-top: 60px;
  }

  .situ_aware_page .ebook-banner .btm_cnt {
    font-size: 19px;
  }

  .situ_aware_page .ebook-banner p.title {
    margin-bottom: 20px;
  }

  .situ_aware_page .tabber_wrap .tab_header h2 {
    margin-top: 27px;
    line-height: 45px;
  }
  .situ_aware_page .ebook-banner .banner-content-items {
    margin-top: 150px;
  }

  .situ_aware_page .fwr-row4 .widget-type-rich_text h3 {
    text-align: center;
  }
  .situ_aware_page .body-container-wrapper a.cta_button {
    font-size: 18px;
    font-weight: 500;
    padding: 15px 15px 15px 0px;
  }
  .situ_aware_page .fwr-row4 .widget-type-rich_text p {
    font-size: 18px;
    font-weight: 300;
    font-family: "roboto";
    line-height: 1.4;
    text-align: center;
  }
  .approach_modern_page .ebook-banner.with_logo .diff_breadcrumbs_wrap {
    padding-top: 15px;
  }
  .fwr-row3 .widget-type-linked_image {
    width: 100%;
  }
  .attack_surface_page .ebook-banner .banner-content-items {
    width: 100%;
  }

  .attack_surface_page .ebook-banner .top_cnt {
    font-size: 16px;
  }

  .attack_surface_page .ebook-banner h1.subtitle {
    color: #303030;
    font-family: "Roboto", Sans-serif;
    font-size: 45px;
    font-weight: 600;
  }
  .attack_surface_page .tabber_wrap .tab_header h2 {
    padding-top: 54px;
    margin-bottom:20px;
  }
  .attack_surface_page .tabber_wrap .ne-asiebook-tab-mb-p {
    padding-top: 30px;
  }
  .attack_surface_page .fwr-row3 {
    text-align: left;
  }

  .attack_surface_page .fwr-row3 a.cta_button {
    max-width: 313px;
    margin: 0 auto;
  }
  .attack_surface_page .fwr-row4 .widget-type-rich_text h2 {
    font-size: 42px;
    margin: 0;
    text-align: center;
  }

  .attack_surface_page .fwr-row4 .widget-type-rich_text p {
    font-size: 18px !important;
    text-align: center;
  }

  .attack_surface_page .fwr-row5 .widget-type-linked_image {
    width: 100%;
  }
  .attack_surface_page .fwr-row5 h6 {
    margin-top: 3%;
  }

  .modern_digital_experience_page .ebook-banner h1.subtitle {
    padding-right: 0;
  }

  .modern_digital_experience_page .tabber_wrap .tab_header h1 {
    text-align: left;
    font-family: 'roboto';
    line-height: 45px;
    font-size: 30pt;
    font-weight: 700;
  }
  .modern_digital_experience_page .ebook-banner.with_logo .diff_breadcrumbs_wrap {
    padding-top: 15px;
  }
  .attack_surface_page .ebook-banner.have_title h1.subtitle {
    margin-bottom: 32px;
  }
  .attack_surface_page  .tabber_wrap.small_cntfnt .image img {
    width: 300px;
  }
  .attack_surface_page .tabber_wrap.small_cntfnt .ne-asiebook-tab-mb-p {
    padding-top: 0px;
    margin: 0;
  }
  .attack_surface_page .fwr-row5 .widget-type-rich_text img {
    float: none !important;
  }
}

@media(max-width:728px){
  .fwr-row2 .widget-type-rich_text h2 {
    font-size: 30pt;
  }

  .fwr-row4 .widget-type-form form {
    padding: 30px 0 20px;
  } 
  .situ_aware_page .tabber_wrap .ne-asiebook-tab-mb-p {
    font-weight: 300;
    line-height: 30px;
  }
  .attack_surface_page .tabber_wrap .tab_header h2 {
    line-height: 45px;
  }
  .attack_surface_page .tabber_wrap.large_cntfnt .ne-asiebook-tab-heading {
    margin-top: 27px;
    margin-bottom: 1rem;
  }
  .modern_digital_experience_page .tabber_wrap.large_cntfnt .ne-asiebook-tab-heading {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .modern_digital_experience_page .tabber_wrap.large_cntfnt .item1 .ne-asiebook-tab-heading {
    padding-top: 27px;
  }
  .attack_surface_page .ebook-banner.have_title .diff_breadcrumbs_wrap {
    padding-top: 24px;
  }
  .attack_surface_page .ebook-banner.have_title .top_cnt p {
    padding-top: 19px;
  }
  .attack_surface_page .tabber_wrap.small_cntfnt .tab_header h3 {
    font-size: 25pt;
    text-align: left;
    font-weight: 900;
    color: #303030;
    font-family: 'roboto';
    line-height: 1.1;
    margin-bottom: -.5rem;
  }
  .attack_surface_page  .tabber_wrap.small_cntfnt .ne-asiebook-tab-heading {
    margin-bottom: .5rem;
  }

}

@media (max-width: 400px){
  .demo_page .content_col .widget-type-rich_text h1 {
    font-size: 1.9rem;
  }
  .hs_recaptcha {
    overflow: auto;
  }
}
@media(max-width:370px){
  .fwr-row4  form .grecaptcha-badge {
    overflow: auto;
    width: 100% !important;
  }
}

.resource_how_transform_page .widget-type-rich_text h1 {
  color: #404040;
}

.breadcrumbs_wrap ul li a:hover,
.diff_breadcrumbs_wrap ul li a:hover {
  color: #ff3600;
}

.breadcrumbs_wrap ul li.first-crumb a:hover,
.diff_breadcrumbs_wrap ul li.first-crumb a:hover {
  color: #404040;
}
.approach_modern_page .resource_banner_wrap h2 {
  font-family: "Roboto", Sans-serif;
  font-size: 49px;
  font-weight: 600;
  line-height: 1;
}
.approach_modern_page  .resource_banner_wrap .mobile_banner {
  padding: 0;
}
.fwr-row4 .dnd-section>div{
  min-height:700px;
}
.demo_page .content_col .widget-type-rich_text h1 {
  color: #404040;
}
@media only screen and (max-width: 728px){
  .modern_digital_experience_page .ebook-banner .top_cnt p {
    padding-top: 30px;
  }
  .approach_modern_page .ebook-banner .top_cnt p {
    padding-top: 30px;
  }

  .approach_modern_page .resource_banner_wrap h2 {
    margin:0;
  }
  .situ_aware_page .ebook-banner .banner-content-items {
    margin-top: 160px;
  }
  .situ_aware_page .ebook-banner.with_logo .diff_breadcrumbs_wrap {
    padding-top: 15px;
  }
  .situ_aware_page .ebook-banner .top_cnt p {
    padding-top: 30px;
  }
  .situ_aware_page .resource_banner_wrap .mobile_banner{
    padding-bottom:0;
  }

}


/*=====mukesh css====*/

.body-container-wrapper a.cta_button {
  color: #fff;
  background-color: #ff3700;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  border-radius: 2px;
  padding: 20px 30px;
  line-height: 1;
  font-family: Roboto,Sans-serif;
  font-size: 1rem;
  font-weight: 500;
  min-width: 150px;
}

.body-container-wrapper a.cta_button:hover {
  color: #ffffff;
  background-color: #F56B54;
}

.full-with-page .widget-type-space .hs-horizontal-spacer {
  height: 20px;
  display:block;
}

.full-with-page .dnd-section[class*="force-full-width-section"] .widget-type-space .hs-horizontal-spacer {
  height: 30px;
}

.full-with-page .content_image_wrapper .content_wrapper ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.full-with-page .content_image_wrapper .content_wrapper ul li span {
  -ms-flex-item-align: center;
  align-self: center;
  padding-left: 5px;
  width: calc(100% - 1.25em);
}

.full-with-page .content_video_wrapper .right_inner ul li:before{
  margin-top: 4px;
}

.full-with-page .content_image_wrapper .content_wrapper ul li:before {
  margin-top: 7px;
}

.full-with-page .content-container {
  color: #7A7A7A;
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
}

.full-with-page .section-content {
  margin-bottom: 20px;
  display: inline-block;
}

.full-with-page .hs_cos_wrapper_type_header  h2 {
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  margin: 0;
  line-height: 1;
}

.cm-platformchronicle .hs_cos_wrapper_type_header h2 {
  color: #070707D1;
  font-family: "Roboto", Sans-serif;
  font-size: 30px;
  font-weight: 600;
  padding: 10px;
  padding-bottom: 0;
  margin-bottom: 20px;
}

.cm-platformchronicle .cm-logo-slider {
  padding-bottom: 76px;
  padding-top:91px;
}

.cm-platformchronicle .content-wit-bg-wrp h2.cm-heading-title {
  color: #070707D1;
  font-size: 29px;
}

.cm-platformchronicle .content-wit-bg-wrp .content-container {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
  line-height: 1.4em;
}

.cm-platformchronicle .content-wit-bg-wrp .content-container p {
  margin-bottom: 0;
}

.cm-platformchronicle .content-wit-bg-wrp .content-wrapper {
  max-width: 1140px;
}

.cm-platformchronicle .content-wit-bg-wrp .cnt-wit-bg-wrap {
  margin: 10px;
}

.cm-platformchronicle .related-resources .related-resources-row {
  padding-left: 10px;
  padding-right: 10px;
}

.cm-platformchronicle .related-resources {
  overflow-x: hidden;
}

.hs-threat-detection .content-wit-bg-wrp .cm-content-btn a{
  font-weight: 500;
}

/*  */

.schedule_content .hs_cos_wrapper_type_rich_text h5 {
  color: #FF3600;
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  padding: 0;
  line-height: 1;
  font-size: 18px;
  margin: 3% 10% 0% 0%;
  margin-bottom: 20px;
}

.schedule_content .hs_cos_wrapper_type_form {
  padding: 20px 0px 0px 0px;
  display: block;
  margin-left: -18px;
}

.schedule_content .hs-form .form-columns-2 .hs-form-field:first-child .hs-input {
  display: inline-block;
  width: 90%;
}

.schedule_content .hs-form .form-columns-1 select {
  width: 100% !important;
}

.schedule_content .hs-form {
  padding-right: 8px;
}

.schedule_content .hs-form textarea {
  width: 100% !important;
}

.schedule_content .hs-form input.hs-button {
  background: #ff7a59;
  border-color: #ff7a59;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
  padding: 12px 24px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.schedule_content .hs-form .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
}

.schedule_content .hs-form .input {
  line-height: 0;
}

.schedule_content .hs-form select.is-placeholder {
  color: #bfbfbf;
  padding: 9px 10px;
}

.career_content .dnd-section>.row-fluid .dnd-column {
  padding-left: 0;
  padding-right: 0;
}

.ne-header-bg-cut {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #404040;
  height: 600px;
  -webkit-clip-path: polygon(0 0,0 100%,0 70%,150% 0,0 0);
  clip-path: polygon(0 0,0 100%,0 70%,150% 0,0 0);
  z-index: -1;
}

.career-page .page-center,
.career-page .dnd-section>.row-fluid {
  background-color: #fff;
}

.career_content .hs_cos_wrapper_type_rich_text > div {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  width: 80%;
  margin: 0 auto 60px;
  padding: 30px 50px;
  text-align: center;
}

.career_content .hs_cos_wrapper_type_rich_text > div p {
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 0;
}

.career-page {
  overflow: hidden;
}

.career-page .cm-items-testimonials p.cm-name {
  margin: 0;
}

.career-page .cm-items-testimonials p.cm-designation {
  line-height: 1.1;
}


.career-page .cm-items-testimonials .cm-testimonial-reviews-speak {
  margin-bottom: 81px;
}

.cm-platformchronicle .related-resources h4.cm-post__title {
  min-height: 90px;
}

.cm-platformchronicle .content_image_wrapper.two-col-wit-bg .left_wighet .cm-image-caption span{
  margin-top: 0;
  margin-bottom: 1rem;
  display: block;
}

.cm-servicesnetwork .banner-btn a,
.cm-servicesnetwork.content_image_wrapper .cm-content-btn a{
  font-weight: 600;
}

.cm-servicesnetwork .content-wit-bg-wrp .cm-content-btn a{
  font-weight: 400;
}

.cm-servicesnetwork .content_image_wrapper .cm-content-btn a{
  overflow: hidden;
  -webkit-transition: border-color .3s,color .3s;
  -o-transition: border-color .3s,color .3s;
  transition: border-color .3s,color .3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.cm-servicesnetwork .content_image_wrapper .cm-content-btn a:hover:before{
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  background-color: #f54;
}

.cm-servicesnetwork .content_image_wrapper .cm-content-btn a:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  z-index: -1;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform .3s,opacity .3s,background-color .3s;
  -webkit-transition: opacity .3s,background-color .3s,-webkit-transform .3s;
  transition: opacity .3s,background-color .3s,-webkit-transform .3s;
  -o-transition: transform .3s,opacity .3s,background-color .3s;
  transition: transform .3s,opacity .3s,background-color .3s;
  transition: transform .3s,opacity .3s,background-color .3s,-webkit-transform .3s;
}

.cm-servicesnetwork .content-wit-bg-wrp .cm-content-btn a.cta-btn {
  font-weight: 600;
}

@media (max-width:1024px) {

  .full-with-page .widget-type-space .hs-horizontal-spacer {
    height: 30px;
  }

  .full-with-page.cm-servicesnetwork .content_image_wrapper .content_wrapper ul {
    margin-top: 18px;
  }

  .full-width-banner .banner .banner_row .image-col {
    padding-right: 0;
  }

  .cm-platformchronicle .hs_cos_wrapper_type_header h2 {
    padding: 30px 0px 0px 0px;
  }
  .cm-platformchronicle .cm-logo-slider {
    padding-bottom: 43px;
    padding-top: 33px;
  }
  .cm-platformchronicle .related-resources .related-resources-row {
    padding: 0px 15px 0px 15px;
  }


}

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

  .schedule_content .hs-form {
    padding-right: 0;
    padding: 0 7px 0 4px;
  }

  .schedule_content .hs-form .input, 
  .schedule_content .hs-form .form-columns-2 .hs-form-field:first-child .hs-input {
    width: 100%;
  }

  .schedule_content .hs-form .hs-form-field {
    width: 100% !important;
  }

  .schedule_content .hs-form {
    padding: 0 15px 0 4px;
  }

}

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



  .cm-platformchronicle .related-resources h4.cm-post__title {
    min-height: 67px;
  }

}
@media (max-width:767px) {

  .full-with-page .widget-type-space .hs-horizontal-spacer {
    height: 20px;
  }

  .body-container-wrapper a.cta_button {
    display: block;
  }

  .body-container-wrapper .widget-type-cta {
    display: block;
    width: 100%;
  }

  .body-container-wrapper .widget-type-cta > span {
    display: block;
    width: 100%;
  }

  .full-with-page .content_image_wrapper .content_wrapper ul li:before {
    margin-top: 5px;
  }

  .full-with-page .content_video_wrapper.st_cont .right_inner h2 {
    margin-top: 0 !important;
  }

  .full-with-page .content_video_wrapper.st_cont .left_inner {
    padding-bottom: 20px;
  }

  .full-with-page .content_video_wrapper.st_cont .right_inner ul {
    padding: 20px 0px 0px 0px;
    margin-bottom: 20px;
  }

  .full-with-page .content_video_wrapper.st_cont .right_inner ul span {
    font-size: 16px;
  }

  .full-with-page .content_video_wrapper.st_cont .right_inner ul li:before {
    margin-top: 2px;
  }

  .cm-servicesnetwork .content_video_wrapper.test_cont .left_inner {
    padding: 20px 10px 0px 10px;
  }

  .content_video_wrapper.st_cont .right_inner ul[data-attr="test-list"] {
    padding: 0;
    margin-bottom: 0;
  }

  .content_video_wrapper.st_cont .right_inner ul[data-attr="test-list"] li span{
    font-size: 18px;
  }

  .content_image_wrapper .image_section img {
    width: 100%;
    display: block;
  }

  .content_image_wrapper .image_section {
    max-width: 100% !important;
    width: 100%;
  }

  .cm-platformchronicle .content-wit-bg-wrp .content-wrapper {
    text-align: left;
  }

  .cm-platformchronicle .content-wit-bg-wrp .content-wrapper .cm-content-btn {
    text-align: center;
  }


  /*    */

  .schedule_content .hs_cos_wrapper_type_form {
    margin-left: 0;
  }

  .schedule_content .hs-form {
    padding: 0;
  }

  .career_content .hs_cos_wrapper_type_rich_text>div{

    padding: 20px 0;
    margin: 4px auto 40px;
  }

  .cm-platformchronicle .related-resources h4.cm-post__title {
    min-height: 60px;
  }

  .career_content .hs_cos_wrapper_type_rich_text>div p{

    font-size: 1.2rem;
  }

  .cm-platformchronicle .related-resources .related-resources-row {
    padding: 0px 15px 0px 15px;
  }

  .cm-platformchronicle .cm-logo-slider {
    padding-bottom: 58px;
    padding-top: 0;
  }

  .cm-platformchronicle .banner .banner_row .image-col {
    display:none;
  }

  .cm-platformchronicle .content_image_wrapper .cm-content-btn.include-box-shadow {
    padding: 0 0 0 12px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 55px;
  }


  .cm-platformchronicle  .content_image_wrapper .content_wrapper p {
    font-size: 18px;
  }

  .cm-platformchronicle .content_image_wrapper.image-align-center .image_section img{
    width: auto;
  }

  .cm-platformchronicle .cm-logo-slider {
    padding-bottom: 40px;
    padding-top: 0;
  }

  .cm-platformchronicle .hs_cos_wrapper_type_header h2 {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hs-threat-detection .content-wit-bg-wrp .cnt-wit-bg-wrap {
    margin: 30px 10px;
    margin: 30px 30px 30px 30px;
    padding: 0px 0px 0px 0px;
  }

}


/*===== mukesh css end======*/

/*===== sgar css======*/

.about-page .hs-row2 .widget-type-rich_text h3 {
  display: inline-block;
  color: #fff;
  font-family: Roboto;
  font-weight: 700;
  font-size: 2.8rem;
  margin-bottom: 0.5rem;
  line-height: 1.1;
}

.about-page .hs-row2 .widget-type-rich_text p {
  font-size: 20px;
  font-family: Roboto;
  margin: 14px 0 26px;
}

.about-page .hs-row1 .dnd-section {
  padding: 40px 0 30px;
}

.about-page .widget-type-rich_text p {
  font-family: Roboto;
  font-size: 1rem;
}

.about-page .hs-row1 .widget-type-rich_text h4{
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}

.about-page .widget-type-rich_text h3 {
  font-family: Roboto;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 1.1;
  font-size: 1.7505rem;
}

.about-page .widget-type-rich_text h2 {
  font-size: 3rem;
  font-family: Roboto;
  font-weight: 500;
  margin: 10px 0 15px;
  line-height: 1.1;
}

.about-page .hs-row-bottom .dnd-section {
  padding: 60px 0;
}

.about-page .widget-type-linked_image img {
  width: 100%;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.about-page .widget-type-linked_image:hover img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.about-page .widget-type-linked_image {
  overflow: hidden;
}

.about-page .explore-resources {
  padding: 0;
}

.about-page .explore-resources .boxes-item h4.item-title {
  color: #ff3600;
  min-height: auto;
}

.about-page .explore-resources .boxes-item {
  padding: 30px 30px 14px;
}


/*  */

.home-page .content_image_wrapper .right_inner {
  padding: 0px 20px 0px 20px;
}

.home-page .content_image_wrapper .left_inner {
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 20px;
}

.home-page .content_image_wrapper .image_section {
  max-width: 100% !important;
  width: 100% !important;
  text-align: unset;
}

.home-page .content_image_wrapper .content_wrapper {
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.home-page .content_image_wrapper .content_wrapper p{
  padding-right:  18px ;
}

.home-page .hs-row3 .content_image_wrapper .content_wrapper p {
  padding-right: 0;
}

.home-page .content_image_wrapper .subtitle_wrapper h4 {
  color: #070707D1;
  font-family: "Roboto", Sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
}

.home-page .content_image_wrapper .subtitle_wrapper {
  padding: 30px 0px 0px 0px;
}

.home-page .content_image_wrapper {
  padding: 0;
}
.home-page .hs-row2 .dnd-section>.row-fluid {
  max-width: 1140px;
}

.home-page .hs-row2 .widget-type-rich_text h3 {
  font-family: "Roboto", Sans-serif;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 0.5rem;
  line-height: 1.1;
}

.home-page .hs-row2 .widget-type-rich_text h3 a {
  color: inherit;
}
.home-page .hs-row2 .widget-type-rich_text h2 {
  color: #070707D1;
  font-family: "Roboto", Sans-serif;
  font-size: 2rem;
  font-weight: 600;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.home-page .hs-row3 .content_image_wrapper .left_inner {
  margin: 37px 0px 0px 0px;
  padding: 0px 15px 0px 15px;
}

.home-page .hs-row3 .content_image_wrapper .content_wrapper {
  padding: 0;
}

.home-page .hs-row2 .widget-type-rich_text div {
  margin: 0;
  padding-top: 67px;
}
.home-page .hs-row4 .widget-type-space{
  padding-bottom: 70px
}


.home-page .hs-row2 .widget-type-linked_image {
  width: 30%;
  text-align: center;
}

.home-page .hs-row3 .dnd-section>.row-fluid .widget-type-space {
  padding-bottom: 99px;
}

.home-page .content_image_wrapper .cm-content-btn a {
  font-weight: 600;
}


.home-page .content-wit-bg-wrp .cm-content-btn a::before {
  display: none;
}

.home-page .content-wit-bg-wrp .cm-content-btn a:hover {
  background-color: #F56B54;
}

.home-page .hs-row1 .content_image_wrapper .cm-content-btn a {
  overflow: hidden;
  -webkit-transition: border-color .3s,color .3s;
  -o-transition: border-color .3s,color .3s;
  transition: border-color .3s,color .3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.home-page .hs-row1 .content_image_wrapper .cm-content-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  z-index: -1;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform .3s,opacity .3s,background-color .3s;
  -webkit-transition: opacity .3s,background-color .3s,-webkit-transform .3s;
  transition: opacity .3s,background-color .3s,-webkit-transform .3s;
  -o-transition: transform .3s,opacity .3s,background-color .3s;
  transition: transform .3s,opacity .3s,background-color .3s;
  transition: transform .3s,opacity .3s,background-color .3s,-webkit-transform .3s;
  background-color: #F56B54;
}

.home-page .hs-row1 .content_image_wrapper .cm-content-btn a:hover::before {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.home-page .hs-row1 .content_image_wrapper .cm-content-btn a:hover {
  background-color: #FF3700;
}


/*  */
.website-page .breadcrumbs_wrap {
  width: 90%;
  margin: 0 auto;
  display: block;
}

.body-container--home .subscriptions-form .content{
  margin-top: 1px;
  padding-bottom: 0;
}
.body-container--home .subscriptions-form .container {
  width: 90%;
  margin: 0 auto;
}



@media (min-width: 768px) and (max-width: 1199.98px){
  .about-page .hs-row-bottom .dnd-section {
    padding: 60px 0 70px;
  }
}

@media (max-width: 1199.98px){
  .about-page .hs-row1 .dnd-section {
    padding: 40px 20px 20px;
  }
  .about-page .hs-row-mid .dnd-section {
    padding: 50px 20px 20px;
  }
}


@media (max-width: 1024px){
  .home-page .hs-row2 .widget-type-rich_text div{
    padding-top: 40px;
  }
  .home-page .content_image_wrapper .image_section {
    margin: 0;
  }
  .home-page .hs-row4 .widget-type-space{
    padding-bottom: 30px
  }
  .hs-row1 .dnd-section[class*=force-full-width-section] {
    padding-top: 30px;
  }
  .home-page .hs-row3 .dnd-section>.row-fluid .widget-type-space {
    padding-bottom: 70px;
  }
}


@media (max-width: 767.98px){
  .about-page .hs-row-bottom .dnd-section {
    padding: 30px 0 40px;
  }
  .about-page .hs-row2 .widget-type-rich_text h3 {
    font-size: 2.5rem;
  }
  .about-page .hs-row1 .dnd-section {
    background-color: #fff !important;
  }
  .website-page .breadcrumbs_wrap {
    display: none;
  }
  .body-container--home .subscriptions-form {
    margin-bottom: 0;
  }
  .body-container--home .subscriptions-form .container {
    width: 100%;
  }
  .body-container--home .subscriptions-form .content {
    margin-bottom: 0;
  }
}

@media (max-width: 767px){
  .home-page .hs-row2 .widget-type-rich_text h3 {
    font-size: 20px;
  }
  .home-page .content_image_wrapper .content_inner {
    padding: 0px 10px 0px 10px;
  }
  .home-page .content_image_wrapper .right_inner{
    padding: 20px 0px 0px 0px;
  }
  .home-page .content_image_wrapper .subtitle_wrapper {
    padding: 0px 0px 0px 0px;
  }
  .home-page .content_image_wrapper .left_inner {
    padding: 0;
  }
  .home-page .content_image_wrapper .column_reverse .left_wighet {
    padding: 20px 0px 0px 0px;
  }

  .home-page .content_video_wrapper.test_cont .left_inner {
    padding-top: 20px;
  }
  .home-page .content-wit-bg-wrp .cnt-wit-bg-wrap {
    margin: 30px;
  }
  .home-page .content_image_wrapper .subtitle_wrapper h4{
    line-height: 1;
  }
}

@media (max-width:366px){
  .about-page .hs-row2 .widget-type-rich_text h3 {
    font-size: 2.133rem;
  }
}



/*===== sgar css end=====*/
/*====am css===*/


.glo-pagination .fa,
.glo-pagination .fas,
.ne-pagination .fa,
.ne-pagination .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*-----------*/

.glossary-post {
  display: block;
  margin-top: 0;
}

.glossary-posting-wrapper {
  display: block;
  max-width: 1250px;
  margin: auto;
}

.glossary-posting-content-wrapper {
  margin-left: 5%;
  padding: 2%;
  font-family: Roboto;
}

.glossary-posting-breadcrumbs {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}

.glossary-posting-breadcrumbs>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 12px;
  font-weight: 700;
  font-family: Roboto;
  padding: 0;
  position: relative;
  margin: 28px 0 26px;
  list-style: none;
}

.glossary-posting-breadcrumbs ul li {
  border-radius: 3px;
  display: inline-block;
  font-family: Roboto;
  font-weight: 400;
  list-style: none;
  margin: 0 6px;
  padding: 0 6px;
  -webkit-transition: all .5s;
  transition: all .5s;
  background: 0 0;
  color: #303030;
}

.glossary-posting-breadcrumbs ul li:nth-child(1) {
  margin-left: 0;
}

.glossary-posting-breadcrumbs ul li:first-child a {
  text-decoration: none;
  cursor: pointer;
  text-transform: capitalize!impo;
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  text-transform: capitalize!important;
  color: #303030;
}

.glossary-posting-breadcrumbs ul li > a:hover {
  color: #000;
}

.glossary-posting-breadcrumbs ul li span {
  color: #303030;
}

.glossary-posting-breadcrumbs ul span {
  color: #303030;
}

.glossary-posting-breadcrumbs ul li div {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s,opacity .3s linear;
  transition: visibility 0s,opacity .3s linear;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
}

.glossary-posting-breadcrumbs ul li:last-child {
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: width linear .5s;
  transition: width linear .5s;
}

.glossary-posting-breadcrumbs ul li:last-child:hover {
  width: auto;
}

.glossary-posting-breadcrumbs ul li div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 12px;
  font-weight: 700;
  font-family: Roboto;
  padding: 0;
  position: relative;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  margin: 5px 0;
  border-radius: 2px;
  display: inline-block;
  background: 0 0;
}


.glossary-posting-breadcrumbs ul li:hover {
  color: #000;
}

.glossary-posting-breadcrumbs ul li:hover div {
  visibility: visible;
  opacity: 1;
}

.glossary-posting-breadcrumbs ul li div span {
  display: none;
}

.glossary-posting-breadcrumbs ul li div a:hover {
  color: #ff3600;
}

.glossary-posting-container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.glossary-posting-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.glossary-posting-left,
.glossary-posting-right {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.glossary-posting-left-title h2 {
  font-weight: 700;
  line-height: 1.1;
  font-family: Roboto;
  margin-top: 1.5rem!important;
  margin-left: 6%;
  font-size: 2.5rem;
}

.glossary-posting-left-title h2 a {
  cursor: pointer;
  color: #ff3600;
  text-decoration: none;
  background-color: transparent;
}

.glossary-posting-left-title h2 a>i {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ff3600;
  position: absolute;
  margin-left: -7%;
}

.glossary-posting-left-title h2 a>i:before {
  content: "\f104";
}

.glossary-posting-left-title h1 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.500875rem;
  margin-bottom: 5%;
  margin-left: 6%;
  color: #404040;
  font-family: Roboto;
}

.glossary-posting-left-content h2 {
  margin-top: 0;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.5rem;
  font-size: 1.999125rem;
  font-family: Roboto;
  color: #404040;
}


.glossary-posting-right-produts h3{
  color: #404040;
}

.glossary-posting-left-content p a {
  color: #ff3600;
  text-decoration: none;
  background-color: transparent;
}

.glossary-posting-right-inner {
  margin-top: 1.5rem!important;
  margin-bottom: 1.5rem!important;
  margin-left: 6%
}

.glossary-posting-right-input-wrapper {
  background-color: rgba(255, 255, 255, 1) !important;
  background-image: none !important;
  text-decoration: none;
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
  text-shadow: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0;
  position: relative;
  z-index: 200;
  background: rgba(255,255,255,0);
  border-radius: 0 0 0 0;
  width: 100%;
  margin: 0px 0px 0px 0px;
  box-shadow: none !important;
  border: 1px solid rgb(230, 230, 230) !important;
}

.glossary-posting-right-probox {
  text-decoration: none;
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
  text-shadow: none;
  box-sizing: content-box;
  padding: 0;
  background-color: rgba(255, 255, 255, 1) !important;
  background-image: none !important;
  width: auto;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  margin: 0;
  height: 34px;
  border-radius: 0 0 0 0;
  box-shadow: 0 0 0 0 #b5b5b5 inset;
}

.glossary-posting-right-promagnifier {
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  box-sizing: content-box;
  -webkit-flex: 0 0 auto;
  z-index: 100;
  margin: 0;
  padding: 0;
  text-align: center;
  float: right;
  background: none;
  -webkit-order: 10;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  border: 0 solid #000;
  border-radius: 0 0 0 0;
  box-shadow: 0 0 0 0 rgb(255 255 255 / 61%);
  background-image: linear-gradient(180deg,#b6b6b6,#b6b6b6);
  width: 34px;
  height: 34px;
  background-color: #b6b6b6;
}

.glossary-posting-right-innericon {
  letter-spacing: normal;
  box-sizing: content-box;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  text-transform: none;
  text-shadow: none;
  box-shadow: none;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 1) !important;
  background-image: none !important;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
}

.glossary-posting-right-innericon svg {
  overflow: hidden;
  box-sizing: content-box;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  text-transform: none;
  text-shadow: none;
  box-shadow: none;
  text-decoration: none;
  text-align: left;
  letter-spacing: normal;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  fill: rgba(0, 0, 0, 1) !important;
  height: 100%;
  width: 22px;
  vertical-align: baseline;
  display: inline-block;
}

.glossary-posting-right-prosettings {
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  box-sizing: content-box;
  -webkit-flex: 0 0 auto;
  z-index: 100;
  margin: 0;
  padding: 0;
  text-align: center;
  background: none;
  width: 34px;
  height: 34px;
  background-color: #b6b6b6;
  background-image: linear-gradient(185deg,#b6b6b6,#b6b6b6);
  background-position: center center;
  background-repeat: no-repeat;
  float: right;
  border: 0 solid #68aec7;
  border-radius: 0 0 0 0;
  box-shadow: 0 0 0 0 rgb(255 255 255 / 63%);
  cursor: pointer;
  background-size: 100% 100%;
  -webkit-order: 7;
  display: none;
}

.glossary-posting-right-proinput {
  box-sizing: content-box;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  text-align: left;
  letter-spacing: normal;
  width: auto;
  height: 100%;
  margin: 0 0 0 10px;
  padding: 0 5px;
  float: left;
  box-shadow: none;
  position: relative;
  -webkit-flex: 1 1 auto;
  -webkit-order: 5;
  font-weight: normal;
  font-family: Open Sans;
  color: #fff !important;
  font-size: 12px;
  line-height: normal !important;
  text-shadow: 0 0 0 rgb(255 255 255 / 0%);
}

.glossary-posting-right-proinput form input:nth-child(1) {
  -webkit-box-sizing: border-box;
  outline-offset: -2px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  border-radius: 0;
  text-transform: none;
  text-decoration: none;
  text-align: left;
  letter-spacing: normal;
  -webkit-box-sizing: border-box;
  -webkit-appearance: textfield !important;
  background: transparent;
  width: 100%;
  left: 0;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
  z-index: 10;
  position: relative;
  font-weight: normal;
  font-family: Open Sans;
  font-size: 12px;
  line-height: normal !important;
  text-shadow: 0 0 0 rgb(255 255 255 / 0%);
  height: 34px;
}

.glossary-posting-right-proinput form input:nth-child(2) {
  overflow: visible;
  webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 0;
  text-transform: none;
  text-decoration: none;
  text-align: left;
  letter-spacing: normal;
  display: block;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
  opacity: .2;
  width: 100%;
  margin: 0;
  left: 0;
  position: relative;
  z-index: 9;
  margin-top: -34px !important;
  font-weight: normal;
  font-family: Open Sans;
  font-size: 12px;
  line-height: normal !important;
  text-shadow: 0 0 0 rgb(255 255 255 / 0%);
  height: 34px;
  color: #000!important;
}

.glossary-posting-right-proinput form input:nth-child(3) {
  overflow: visible;
  -webkit-appearance: button;
  border-radius: 0;
  text-transform: none;
  text-decoration: none;
  text-align: left;
  letter-spacing: normal;
  cursor: pointer;
  background: transparent;
  margin: -1px;
  padding: 0;
  left: 0;
  display: block;
  font-weight: normal;
  font-family: Open Sans;
  font-size: 12px;
  line-height: normal !important;
  text-shadow: 0 0 0 rgb(255 255 255 / 0%);
  border: 0;
  box-shadow: none;
  color: #000!important;
  width: 0;
  height: 0;
  visibility: hidden;
}

.glossary-posting-right-proloading {
  border: 0;
  border-radius: 0;
  text-transform: none;
  text-shadow: none;
  text-decoration: none;
  letter-spacing: normal;
  background: none;
  float: right;
  box-shadow: none;
  margin: 0;
  text-align: center;
  -webkit-flex: 0 0 auto;
  z-index: 100;
  background-position: center center;
  display: none;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-order: 6;
  padding: 2px;
  box-sizing: border-box;
  width: 34px;
  height: 34px;
}

.glossary-posting-right-loader {
  border: 0;
  border-radius: 0;
  text-transform: none;
  text-shadow: none;
  text-decoration: none;
  text-align: left;
  letter-spacing: normal;
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 28px;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.glossary-posting-right-loader-inner {
  text-transform: none;
  text-shadow: none;
  text-decoration: none;
  letter-spacing: normal;
  box-sizing: border-box !important;
  padding: 0;
  box-shadow: none;
  text-align: center;
  margin: 0;
  height: 100%;
  width: 100%;
  linear; -webkit-animation: rotate-simple .8s infinite linear;
  border: 4px solid #fff;
  border-right-color: transparent !important;
  border-radius: 50%;
}

.glossary-posting-right-proclose {
  border: 0;
  border-radius: 0;
  text-transform: none;
  text-shadow: none;
  text-decoration: none;
  letter-spacing: normal;
  float: right;
  box-shadow: none;
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-flex: 0 0 auto;
  z-index: 100;
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-order: 6;
  position: relative;
  cursor: pointer;
  width: 34px;
  height: 34px;
  display: none;
}

.glossary-posting-right-produts vr {
  width: 4px;
  background-color: #ff3600;
  position: absolute;
  left: 10%;
  height: 2rem;
}

.glossary-posting-right-produts h3 {
  margin-top: 0;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.7505rem;
  font-family: Roboto;
  margin-left: 17%;
  margin-bottom: 11%;
}

.glossary-posting-right-produts ul {
  margin-top: 0;
  margin-bottom: 1rem;
  list-style-type: none;
  margin-left: -1%;
  margin-left: -7%;
}

.glossary-posting-right-produts ul li {
  padding-bottom: 2%;
}

.glossary-posting-right-produts ul li a {
  color: #ff3600;
  text-decoration: none;
  background-color: transparent;
}

.glossary-posting-right-wrapper {
  margin-top: 0px;
  width: 100%;
  width: 85%;

}

.glossary-posting-right-proloading {
  border: 0;
  border-radius: 0;
  text-transform: none;
  text-shadow: none;
  text-decoration: none;
  letter-spacing: normal;
  background: none;
  float: right;
  box-shadow: none;
  margin: 0;
  text-align: center;
  -webkit-flex: 0 0 auto;
  z-index: 100;
  background-position: center center;
  display: none;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-order: 6;
  padding: 2px;
  box-sizing: border-box;
  width: 34px;
  height: 34px;
}

.glossary-posting-right-loader {
  border: 0;
  border-radius: 0;
  text-transform: none;
  text-shadow: none;
  text-decoration: none;
  text-align: left;
  letter-spacing: normal;
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 28px;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.glossary-posting-right-loader-inner {
  text-transform: none;
  text-shadow: none;
  text-decoration: none;
  letter-spacing: normal;
  box-sizing: border-box !important;
  padding: 0;
  box-shadow: none;
  text-align: center;
  margin: 0;
  height: 100%;
  width: 100%;
  linear: ;
  -webkit-animation: rotate-simple .8s infinite linear;
  border: 4px solid #fff;
  border-right-color: transparent !important;
  border-radius: 50%;
}

.glossary-posting-right-proclose {
  border: 0;
  border-radius: 0;
  text-transform: none;
  text-shadow: none;
  text-decoration: none;
  letter-spacing: normal;
  float: right;
  box-shadow: none;
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-flex: 0 0 auto;
  z-index: 100;
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-order: 6;
  position: relative;
  cursor: pointer;
  width: 34px;
  height: 34px;
  display: none;
}

.glossary-post a:hover {
  color: #ff3600;
  text-decoration: underline;
}

.glossary-posting-left-content {
  word-break: unset;
}

.glossay_site_search .glossary-posting-right-innericon{
  background-image:url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/images/search_icon.svg);
}

.cm-main-content-wrp .cm-sidebar > div {
  position: relative;
  top: -20px;
  width: 100%;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 1s linear;
  transition: -webkit-transform 1s linear;
  transition: transform 1s linear;
  transition: 1s linear;
  top: 0;
  transform: none;
}

.fixed .cm-main-content-wrp .cm-sidebar > div {
  position: sticky;
  top: 100px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}


@media(min-width: 768px) {
  .glossary-posting-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .glossary-posting-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }


  .cm-main-content-wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 15px;
  }

  .cm-main-content-wrp .cm-main-content {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .cm-main-content-wrp .cm-sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;   
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

}

@media(max-width: 767.98px) {
  .glossary-posting-right-inner {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important;
    margin-left: -0.25rem!important;
    margin-right: -0.25rem!important;
  }

  .glossary-posting-breadcrumbs {
    display: none;
  }

  .glossary-posting-right-wrapper {
    width: 100%;
  }

  .glossary-posting-right-produts ul {
    margin-left: -1.5rem;
  }


  .glossary-posting-right-wrapper {
    margin-top: 0 !important;
  }

}

@media(max-width:479px){
  .glossary-posting-left-title h1 {
    font-size: 2.1rem;
    font-size: 1.8rem;
  } 
}


/*-------------------------*/
.glossry-listing_wrapper .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.fa-caret-right:before {
  content: "\f0da";
}

.gl_item a.readmoreOsdm .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
}

.glossary-posting-left-content h3 {
  font-size: 1.7505rem;
  font-family: Roboto;
  font-weight: 700;
  line-height: 1.1;
}

.glossary-posting-left-content a {
  color: #ff3600;
  text-decoration: none;
  background-color: transparent;
}

.glossary-posting-left-content a:hover {
  text-decoration: underline;
}

.glossary-posting-left-content li::marker {
  color: #ff3600;
}

.glossay_site_search .hs-search-field form {
  width: auto;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  border: 1px solid #fff;
  box-shadow: 1px 0 3px #ccc inset;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  border-radius: 0 0 0 0;
  box-shadow: 0 0 0 0 #b5b5b5 inset;
  margin: 0;

  background-color: rgba(255,255,255,1) !important;
  background-image: none !important;
  text-decoration: none;
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
  text-shadow: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0;
  position: relative;
  z-index: 200;
  background: rgba(255,255,255,0);
  border-radius: 0;
  width: 100%;
  margin: 0px 0px 0px 0px;
  box-shadow: none !important;
  border: 1px solid #e6e6e6 !important;
  box-sizing: border-box;
  height: 36px;
  box-sizing: content-box;
  height: 34px;
}

.glossay_site_search .hs-search-field form input.hs-search-field__input {
  width: auto;
  height: 100%;
  margin: 0;
  padding: 0 5px;
  font-weight: normal;
  font-family: Open Sans;
  font-size: 12px;
  line-height: normal !important;
  text-shadow: 0 0 0 rgb(255 255 255 / 0%);
  background: transparent;
  border: 0;
  padding-left: 15px;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  width: calc(100% - 34px);
  color: #000!important;
}

.glossay_site_search .hs-search-field form button {
  width: 34px;
  height: 34px;
  background-color: #b6b6b6;
  border: 0;
  padding: 0;
  font-size: 0;
  background: transparent;
}

.glossay_site_search .proclose {
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  display: none;
}

.glossay_site_search .proclose svg {
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  left: 50%;
  margin-left: -10px;
  fill: #fefefe;
  padding: 4px;
  fill: rgba(0, 0, 0, 1) !important;
  box-sizing: border-box;
  box-shadow: 0 0 0 2px rgb(255 255 255 / 90%);
}

.glossay_site_search .hs-search-field form button {
  flex-shrink: 0;
}

.glossay_site_search .hs-search-field.input--fill .proclose {
  display: block;
}



.glossay_site_search .hs-search-field form button:after {
  content: url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/images/search_icon.svg);
  display: block;
}

.glossay_site_search .hs-search-field form button * {
  display: none;
}

.glossay_site_search .hs-search-field ul.hs-search-field__suggestions {
  border: 0 none #000;
  border-radius: 0 0 0 0;
  box-shadow: 0 0 0 0 #000;
  padding: 4px;
  background: rgba(118,118,118,
    .8);
  top: calc(100% + 10px);
  position: absolute;
  z-index: 20;
  -webkit-animation-duration: 100ms;
  animation-duration: 100ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  visibility: hidden;
  pointer-events: none;
  width: 100%;
}

.glossay_site_search .hs-search-field.hs-search-field--open ul.hs-search-field__suggestions {
  animation-name: aslAnFadeOutDrop;
  -webkit-animation-name: aslAnFadeOutDrop;
  pointer-events: all;
  visibility: visible;
}


@keyframes aslAnFadeOutDrop {
  0% {
    opacity: 0;
    transform: translate(0,-50px);
    -webkit-transform: translate(0,-50px);
  }

  100% {
    opacity: 1;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
  }
}

.glossay_site_search {
  position: relative;
  z-index: 5;
}

.glossay_site_search .hs-search-field ul.hs-search-field__suggestions li {
  background: #fff;
  width: auto;
  margin: 0;
  padding: 6px;
  padding-bottom: 8px;
  position: relative;
  border-left: 1px solid rgba(255,255,255,
    .6);
  border-right: 1px solid rgba(255,255,255,
    .4);
  animation-delay: 0s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  backface-visibility: hidden;
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -webkit-backface-visibility: hidden;
}

.glossay_site_search .hs-search-field ul.hs-search-field__suggestions li:first-child {
  border-radius: 3px 3px 0 0;
}

.glossay_site_search .hs-search-field ul.hs-search-field__suggestions li:after {
  display: block;
  position: absolute;
  bottom: 0;
  content: '';
  height: 1px;
  width: calc(100% - 6px);
  background: #D8D8D8;
  left: 3px;
}

.glossay_site_search .hs-search-field ul.hs-search-field__suggestions li a {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-weight: normal;
  font-family: Open Sans;
  color: #1454a9;
  font-size: 13px;
  line-height: 17px;
  text-shadow: 0 0 0 rgb(255 255 255 / 0%);
  display: block;
  text-decoration: none;
  background: transparent;
}

.glossay_site_search .hs-search-field ul.hs-search-field__suggestions li:hover {
  background: #f5f5f5;
}

.glossay_site_search .hs-search-field ul.hs-search-field__suggestions li:hover a {
  background: transparent;
}

.glossay_site_search .hs-search-field ul.hs-search-field__suggestions li#results-for {
  margin: 0;
  padding: 10px 3px;
  font-weight: normal;
  font-family: Open Sans;
  font-size: 14px;
  line-height: 1.4;
  display: block;
  padding: 10px 6px;
  padding-bottom: 8px;
  font-weight: bold;
}

.small_container {
  margin: 0 auto;
  padding: 0 15px;
}

@media (min-width: 576px){
  .small_container,
  .glossry-listing_wrapper .container {
    max-width: 540px;
  }
}
@media (min-width: 768px){
  .small_container,
  .glossry-listing_wrapper .container {
    max-width: 720px;
  }
}

@media (min-width: 992px){
  .small_container,
  .glossry-listing_wrapper .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px){
  .small_container,
  .glossry-listing_wrapper .container {
    max-width: 1140px;
  }
}


.glossary-listing_search .small_container {

  padding-top: 0.1px;  
  margin-top: 1.5rem;
}

.glossary-listing_search .small_container .inner_spacing {

  max-width: 66.667%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  padding-top: 3rem;
  margin-top: 1.5rem;

}

.glossary-listing_search.glossay_site_search {
  padding-top: 1.5rem;
}

.glossay_site_search .hs-search-field form input.hs-search-field__input::-webkit-input-placeholder {
  color: #000!important;
  opacity: .6;
  font-weight: normal;
  font-family: Open Sans;
  text-shadow: 0 0 0 rgb(255 255 255 / 0%);
}

.glo-pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
}

.glo-pagination ul li {
  margin: 10px 10px;
  font-family: Roboto;
  color: #303030;
  text-decoration: none;
}

.glo-pagination ul li.prev_link > a, .glo-pagination ul li.next_link > a {
  color: #ff3700;
  text-decoration: none;
}

.glo-pagination ul li.selected.pg_link a {
  color: #ff3700;
  text-decoration: none;
}

.glo-pagination ul li.selected {
  color: #ff3700;
}

.glo-pagination ul li.pg_link a {
  color: #303030;
  text-decoration: none;
}

.glo-pagination ul li.pg_link a:hover {
  color: #ff3700;
  text-decoration: none;
}

.glo-pagination ul li.next_link i.fa.fa-chevron-right:before {
  content: "\f105";
}

.glo-pagination ul li.next_link i.fa.fa-chevron-left:before {
  content: "\f104";
}

.glossary-form_search.glossay_site_search {
  padding-top: 0;
  margin-top: 00;
  position: static;
  z-index: unset;
}

.glossary-form_search.glossay_site_search .hs-search-field.hs-search-field--open {
  z-index: 100;
}

.glossary-form_search.glossay_site_search .small_container_wrap {
  margin-top: -6%;
}

@media(max-width:767px){
  .glossary-listing_search .small_container .inner_spacing {
    max-width: 100%;
  }

  .cm-main-content-wrp .cm-main-content {
    padding: 0 15px;
  }

  .cm-main-content-wrp .cm-sidebar{
    display:none;
  }

}
@media(max-width: 767px) {
  .glossary-listing_search .small_container .inner_spacing {
    WIDTH: 100%;
    max-width: 100%;
  }
}
/*========== events pagee ===========*/

.events_listing_page{
  display:block;
}

.events_listing_page>.wrapper{
  max-width: 1250px;
  margin: auto;
}

.events_listing_page .ne-newsroom-events .ne-content-wrapper {
  width: 90%;
  margin: auto;
  padding: 30px;
  background: #fff;
}

.events_listing_page .bread-menu {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}

.events_listing_page .bread-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 12px;
  font-weight: 700;
  font-family: Roboto;
  padding: 0;
  position: relative;
  margin: 28px 0 26px;
}

.events_listing_page .bread-menu ul li {
  border-radius: 3px;
  display: inline-block;
  font-family: Roboto;
  font-weight: 400;
  list-style: none;
  margin: 0 6px;
  padding: 0 6px;
  -webkit-transition: all .5s;
  transition: all .5s;
  margin-left: 0;
}

.events_listing_page .bread-menu ul li a {
  text-decoration: none;
  color: #404040;
  cursor: pointer;
  text-transform: capitalize;
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}

.events_listing_page .bread-menu ul span {
  color: #404040;
}

.events_listing_page .bread-menu ul span:before {
  display: none;
}

.events_listing_page .bread-menu ul li:last-child {
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: width linear .5s;
  transition: width linear .5s;
}


.events_listing_page section.ne-hot-Off-the-press {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.events_listing_page .ne-item-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

.events_listing_page .ne-item-left h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: Axia;
  position: relative;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 400;
}

.events_listing_page .ne-item-left h1:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 5px;
  bottom: 0;
  background: #404040;
  border-right: 3px solid #ff3600;
}


.events_listing_page .ne-item-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  text-align: right;
  display: none;
}

.events_listing_page .ne-item-right a {
  color: #ff3600;
  text-decoration: none;
  background-color: transparent;
  font-family: Roboto;
}

.events_listing_page .ne-item-right a img {
  vertical-align: middle;
  border-style: none;
}

.events_listing_page h4.ne-item-title {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: Axia;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.499625rem;
}

.events_listing_page h4.ne-item-title a {
  background-color: transparent;
  font-family: Roboto;
  color: #404040;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.events_listing_page p.ne-item-desc {
  margin-top: 0;
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.events_listing_page hr.ne-hover-line {
  width: 100%;
  height: 2px;
  background: #00b5e2;
  border: 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.ne-newsroom-events .ne-upcoming-events .ne-events-items .ne-events-item:hover {
  -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 16%);
  box-shadow: 0 0 20px rgb(0 0 0 / 16%);
}
.ne-newsroom-events .ne-upcoming-events .ne-events-items .ne-events-item:hover hr.ne-hover-line{
  opacity:1;
}
.events_listing_page .ne-show-tell-item .ne-item>a {
  background: #404040;
  border: 1px solid #404040;
  color: #fff;
  font-family: Axia;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 4px 12px;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  bottom: 30px;
  right: 56px;
}

.events_listing_page .ne-show-tell-item .ne-item>a:hover{
  background: #fff;
  border: 1px solid #404040;
  color: #404040;
}

.ne-newsroom-events .ne-card-vertical-items .ne-card-item .ne-item-title a {
  color: #404040;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-family: 'Roboto';
}

.ne-newsroom-events .ne-card-vertical-items .ne-card-item .ne-item-title a:hover{
  color: #01b5e2;
}

@media (max-width: 767.98px){
  .events_listing_page .bread-menu {
    display: none;
  }
  .events_listing_page .ne-newsroom-events .ne-content-wrapper{
    width: 100%;
    padding: 30px 20px;  
  }
  .events_listing_page .ne-item-left h1:before {
    left: -20px;
  }

  .events_listing_page section.ne-hot-Off-the-press .ne-item-left{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .blog-event-right.mideaAdd.mobile {
    padding-top: 3rem;
  }
  .ne-blog-event .events-sub-t {
    text-align: center;
  }
}

/*=========evenst post page =======*/


.ne-breadcrumbs-items-new {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}

.ne-breadcrumbs-items-new>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 12px;
  font-weight: 700;
  font-family: Roboto;
  padding: 0;
  position: relative;
  margin: 28px 0 26px;
  list-style: none;
}

.ne-breadcrumbs-items-new ul li {
  border-radius: 3px;
  display: inline-block;
  font-family: Roboto;
  font-weight: 400;
  list-style: none;
  margin: 0 6px;
  padding: 0 6px;
  -webkit-transition: all .5s;
  transition: all .5s;
  background: 0 0;
  color: #303030;
}

.ne-breadcrumbs-items-new ul li:nth-child(1) {
  margin-left: 0;
}

.ne-breadcrumbs-items-new ul li:first-child a {
  text-decoration: none;
  cursor: pointer;
  text-transform: capitalize!impo;
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  text-transform: capitalize!important;
  color: #303030;
}

.ne-breadcrumbs-items-new ul li span {
  color: #303030;
}

.ne-breadcrumbs-items-new ul span {
  color: #303030;
}

.ne-breadcrumbs-items-new ul li div {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s,opacity .3s linear;
  transition: visibility 0s,opacity .3s linear;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
}

.ne-breadcrumbs-items-new ul li div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 12px;
  font-weight: 700;
  font-family: Roboto;
  padding: 0;
  position: relative;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  margin: 5px 0;
  border-radius: 2px;
  display: inline-block;
  background: 0 0;
  display: inline-block;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  margin: 5px 0;
}

.ne-breadcrumbs-items-new ul li:hover {
  color: #000;
}

.ne-breadcrumbs-items-new ul li:hover div {
  visibility: visible;
  opacity: 1;
}

.ne-breadcrumbs-items-new ul li div span {
  display: none;
}

.ne-breadcrumbs-items-new ul li div a:hover {
  color: #ff3600;
}
.ne-breadcrumbs-items-new ul li div a:hover,
.ne-blog-event .ne-breadcrumbs-items-new ul li .ne-item-inner a:hover {
  color: #ff3600;
}

.ne-blog-event .ne-blog-container {
  background-color: #f9f9f9;
  border: 1px solid #eae8e8;
  font-family: "Roboto slab";
  background-image: url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/images/bg-img3.svg);
  position: relative;
}

.ne-blog-event .blog-eventpage-main-wrapper {
  width: 90%;
  background: #fff;
  margin: 0 auto;
  font-size: 14px;
  border: 1px solid #d9d9d9;
  border-top: 0;
}

.ne-blog-event .ne-blog-split-header {
  position: relative;
  text-align: left;
}

.ne-blog-event .ne-blog-split-header .split-img-c {
  position: absolute;
  background-color: #ddd;
  width: 52%;
  z-index: 1;
  height: 100%;
  right: 0;
}

.ne-blog-event .ne-blog-split-header .bg-divider {
  background: #72e3ff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  height: 100%;
  width: 62%;
  -webkit-clip-path: polygon(0 0,100% 0,85% 100%,0 100%);
  clip-path: polygon(0 0,100% 0,85% 100%,0 100%);
  z-index: 2;
}
.ne-blog-event .ne-blog-split-header .blog-header-bg {
  background-image: url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/images/SRE-banner.png);
  height: auto;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding: 10px 20px;
  -webkit-clip-path: polygon(0 0,100% 0,85% 100%,0 100%);
  clip-path: polygon(0 0,100% 0,85% 100%,0 100%);
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
}
.ne-blog-event .ne-blog-split-header .blog-header-bg::before {
  content: " ";
  position: absolute;
  background: #4b4949;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: .6;
}
.ne-blog-event .ne-blog-split-header .m-c-left {
  margin-left: 20px;
  position: relative;
  z-index: 5;
}

.ne-blog-event .ne-blog-split-header h1 {
  font: 34px Playfair Display;
  padding-right: 90px;
  padding-top: 10px;
  color: #fff;
}

.ne-blog-event .ne-blog-split-header .no-split-subtitle {
  width: 73%;
  font-size: 18px;
  font-weight: 300;
}

.ne-blog-event .ne-blog-split-header .no-split-subtitle ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  padding-top: 20px;
  margin-top: 0;
  margin-bottom: 1rem;
}

.ne-blog-event .ne-blog-split-header .no-split-subtitle li {
  list-style: none;
  font-size: 13px;
  font-weight: 300;
  padding: 5px 0;
  -webkit-box-flex: 35%;
  -ms-flex: 35%;
  flex: 35%;
}

.ne-blog-event .ne-blog-split-header .no-split-subtitle li .icon-wrap {
  margin-right: 5px;
}
.ne-blog-event .ne-blog-split-header .no-split-subtitle li .icon-wrap img {
  width: 20px;
}

.ne-blog-event .ne-blog-split-header .no-split-subtitle li span.mini-click-non.time {
  text-transform: lowercase;
}

.ne-blog-event .ne-blog-split-header .no-split-subtitle li span.mini-click-non.time i {
  text-transform: uppercase;
  font-style: normal;
}

.ne-events-items-wrap h4.ne-item-title a:hover {
  color: #01b5e2;
}


.ne-blog-event .ne-blog-split-header.fullWidthBanner .blog-header-bg {
  background: transparent;
  clip-path: none;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 40px;
  height: auto;
}

.ne-blog-event .ne-blog-split-header.fullWidthBanner  .split-img-c {
  width: 100%;
  pointer-events: none;
  display: block;
}

.ne-blog-event .ne-blog-split-header.fullWidthBanner .blog-header-bg::before {
  display: none;
}

.ne-blog-event .ne-blog-split-header.fullWidthBanner h1 {
  font: 38px Playfair Display;
  padding: 20px;
}

.ne-blog-event .ne-blog-split-header.fullWidthBanner .m-c-left {
  margin: 0 auto;
}

.ne-blog-event .ne-blog-split-header.fullWidthBanner  .no-split-subtitle {
  margin: 0 auto;
  font-size: 20px;
  font-weight: 300;
}

.ne-blog-event .ne-blog-split-header.fullWidthBanner .no-split-subtitle ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20px;
  width: 72%;
  margin: 0 auto;
}

.ne-blog-event .ne-blog-split-header.fullWidthBanner .no-split-subtitle li {
  list-style: none;
  font-size: 13px;
  padding: 0;
  font-weight: 300;
  -webkit-box-flex: 34%;
  -ms-flex: 34%;
  flex: 34%;
  padding-bottom: 15px;
}

.ne-blog-event .ne-blog-split-header .banner_logo_image img {
  width: 200px;
}

.ne-blog-event .ne-blog-split-header.fullWidthBanner .banner_logo_image img {
  width: 300px;
}
/*----*/

.blog-event-wrapper-padding {
  padding: 15px 50px;
}

.ne-blog-event .event-about-us-c {
  background: #fffefe -webkit-gradient(linear,left top,left bottom,from(#fffefe),to(#fdf1ee)) 0 0 no-repeat;
  background: #fffefe linear-gradient(180deg,#fffefe 0,#fdf1ee 100%) 0 0 no-repeat;
}

.ne-blog-event .e-w-80 {
  width: 80%;
}

.ne-blog-event .ne-blog-split-header .no-split-subtitle li span.mini-click-non.time {
  text-transform: lowercase;
}

.ne-blog-event .ne-blog-split-header .no-split-subtitle li span.mini-click-non.time i {
  text-transform: uppercase;
  font-style: normal;
}

.blog-event-wrapper-padding {
  padding: 15px 50px;
}

.blog-event-wrapper-padding h2 {
  font-size: 1.999125rem;
}

.blog-event-wrapper-padding h1,
.blog-event-wrapper-padding h2,
.blog-event-wrapper-padding h3,
.blog-event-wrapper-padding h4,
.blog-event-wrapper-padding h5,
.blog-event-wrapper-padding h6 {
  margin-bottom: 0.5rem;
  font-family: Axia;
  font-weight: 700;
  line-height: 1.1;
}

.blog-event-wrapper-padding h3 {
  font-size: 1.7505rem;
}

.ne-blog-event .e-w-80 hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
  border-color: #CDCDCD;
  margin: 20px 0;
  background: transparent;
  height: 0;
}

.ne-blog-event button {
  background-size: 300% 100%;
  border-radius: 3px;
  color: #fff!important;
  cursor: pointer;
  display: inline-block;
  font-family: Axia;
  font-weight: 700;
  min-width: 210px;
  padding: 4px 40px;
  font-size: inherit;
  text-align: center;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-image: linear-gradient(to right,#ff3600,#ff4c59,#ff3600,#ff4c59);
  border: 0;
  line-height: 1.5;
}

.ne-blog-event button:hover {
  background-position: 100% 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  text-decoration: none;
}

.ne-blog-event a {
  color: #ff3600;
  text-decoration: none;
  background-color: transparent;
}

.ne-blog-event a:hover {
  color: #ff3600;
  text-decoration: underline;
}

/*---- social share----*/

.ne-blog-event .social-icon-bar {
  position: absolute;
  top: 300px;
  right: 0;
  background: #fff;
  border-radius: 2px;
  z-index: 25;
}

.ne-blog-event .blog-event-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Roboto Slab;
  padding-top: 1.5rem!important;
  float: right;
  width: 50%;
}

.ne-blog-event .blog-event-content .blog-event-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 45px;
}


.ne-blog-event .blog-event-content .blog-event-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 45px;
}

.ne-blog-event .event-form-box {
  width: 80%;
  background: #f8f8f8 0 0 no-repeat padding-box;
  -webkit-box-shadow: 0 0 5px rgb(67 23 0 / 5%);
  box-shadow: 0 0 5px rgb(67 23 0 / 5%);
  border: 1px solid rgba(112,112,112,.0705882353);
  padding: 20px 30px;
  margin: 0 auto;
  background-image: url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/images/Mask-38.svg);
  background-position: bottom right;
  margin-bottom: 20px;
}

.ne-blog-event .event-form-box h5 {
  margin-bottom: 0.5rem;
  font-family: Axia;
  font-weight: 700;
  line-height: 1.1;
  font-family: Roboto Slab;
  font-size: 18px;
  margin-bottom: 15px;
  color: #404040;
}

.ne-blog-event .blog-event-content .blog-event-right .event-video-thumbnail {
  position: relative;
  height: 100%;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}

.ne-blog-event .event-form-box .event-video-c {
  height: 176px !important;
  background-color: #000;
  padding: 20px;
  width: 100%;
  height: 176px;
  max-width: 300px;
  margin-bottom: 25px;
  position: relative;
}

.ne-blog-event .event-form-box .event-video-c iframe {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  border: 0;
}

div#toggleform a.watch-video-btn,
.event-form-box a.btn.watch-video-btn {
  display: inline-block;
  font-weight: 400;
  color: #404040;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  background: #ff3600;
  color: #fff;
  font-size: 14px;
  font-family: Roboto;
  padding: 3px 6px;
  border-radius: 2px;
  font-weight: 600;
  width: 100%;
  letter-spacing: .5px;
  text-decoration: none;
}

div#toggleform a.watch-video-btn {
  text-decoration: none;
}
/*-=*/


.ne-blog-event .social-icon-bar a {
  display: block;
  text-align: center;
  padding: 4px 6px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #c2c2c2;
  font-size: 18px;
}

.social-icon-bar i {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa-twitter:before {
  content: "\f099";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-facebook:before {
  content: "\f09a";
}

.bottom_reached {
  width: 100%;
}


.ne-blog-event .social-icon-bar a:hover {
  background-color: #000;
}

div#toggleform form input[type=text],
div#toggleform form input[type=email],
div#toggleform form input[type=password],
div#toggleform form input[type=tel],
div#toggleform form input[type=number],
div#toggleform form input[type=file],
div#toggleform form select,
div#toggleform form textarea{
  width: 100%;
  max-width: 300px;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 4px 4px 4px 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-family: 'Roboto Slab';
  line-height: 1.5;
  color: #000;
  background: #fff;
  height: auto;
  margin-bottom: 0;
}

div#toggleform form .hs-richtext.hs-main-font-element p {
  margin-bottom: 10px;
}

div#toggleform form .hs-form-field {
  margin-bottom: 15px;
}

div#toggleform form .hs-input::placeholder {
  color: #000;
  color: rgb(117, 117, 117);
}

div#toggleform form .actions .hs-button {
  width: 100%;
  max-width: 300px;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 4px 4px 4px 10px;
  margin-bottom: 15px;
  background: #ff3600;
  color: #fff;
  font-size: 14px;
  font-family: Roboto;
  padding: 3px 6px;
  border-radius: 2px;
  font-weight: 600;
  width: 100%;
  letter-spacing: .5px;
  line-height: 1.5;
}


/*--- spaeaker----*/

.ne-blog-event .events-sub-t {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  padding-top: 3rem!important;
}

.ne-blog-event .event-about-author-c {
  margin-bottom: 10px;
  padding-top: 1rem;
  min-height: 210px;
  padding-bottom: 0.5rem!important;
}

.ne-blog-event .event-about-author-c .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.event-about-author-c .col-md-2 {
  width: 16.6666666667%;
  padding-right: 15px;
  padding-left: 15px;
}

.event-about-author-c  .col-md-9.ml-3 {
  width: 75%;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 1rem!important;
}

/*  */


.speakers_table table {
  height: auto !important;
  border: 0 !important;
  background: transparent !important;
  display: flex !important;
  font-size: inherit;
  margin: 0;
}

.speakers_table table tbody {
  display: block;
}

.speakers_table table tr {
  height: auto !important;
  display: flex !important;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding-top: 1rem;
  min-height: 210px;
  padding-bottom: 0.5rem !important;
  margin-right: -15px;
  margin-left: -15px;
  flex-wrap: nowrap;
}

.speakers_table table tr,.speakers_table table td {
  height: auto !important;
  border: none !important;
  display: block;
  vertical-align: unset;
}

.speakers_table table tr > td:first-child {
  width: 16.6666666667% !important;
  width: auto !important;
  padding: 0 !important;
  padding-right: 0 !important;
  padding-left: 15px !important;
  flex-shrink: 0;
}

.speakers_table table tr > td:nth-child(2) {
  /*   width: 75% !important;
  padding: 0 !important;
  padding-right: 54px !important;
  padding-left: 0 !important;
  margin-left: 0 !important; */

  width: 75% !important;
  padding: 0 !important;
  padding-right: 15px !important;
  padding-left: calc(11px + 1.5rem ) !important;
  /*   padding-left: calc(7px + 1.5rem ) !important; */
  margin-left: 0 !important;
}

.speakers_table table tr > td:first-child p {
  display: none;
}


.speakers_table > div {
  overflow: visible !important;
}

.speakers_table > p {
  font-size: 0;
  margin: 0;
}

/*  */

.ne-blog-event .event-author-img {
  float: left;
  margin-right: 40px;
  margin-right: 35px;
  margin-right: 0;
  height: 180px;
  width: 180px;
  border: 1px solid #ff3600;
  border-radius: 50%;
  overflow: hidden;
}

.ne-blog-event .event-author-img .e-a-img-inner {
  height: 178px;
  width: 178px;
  border: 5px solid #fff;
  border-radius: 50%;
  overflow: hidden;
}

.ne-blog-event .event-author-img img {
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  vertical-align: middle;
  border-style: none;
}

.ne-blog-event .event-author-info {
  margin-left: 1.5rem;
}

.speakers_table table h3,
.ne-blog-event .event-author-info h3 {
  margin-bottom: 0.5rem;
  font-family: Axia;
  font-weight: 700;
  line-height: 1.1;
  font-size: 24px;
  letter-spacing: 1.2px;
}
.speakers_table table p,
.ne-blog-event .event-author-info p {
  font-size: 16px;
  letter-spacing: 1.38px;
  line-height: .8;
  font-weight: 300;
}

.speakers_table table tr>td:nth-child(2),
.ne-blog-event .event-author-info {
  margin-left: 1.5rem;
  font-size: 14px;
  line-height: 1.5;
}

.ne-blog-event .e-w-80 p + div div {
  margin-bottom: 1rem;
}

.video_box + div#watch-video {
  display: none;
}

.ne-breadcrumbs-items-new ul li:last-child {
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: width linear .5s;
  transition: width linear .5s;
}

.ne-breadcrumbs-items-new ul li:last-child:hover {
  width: auto;
}

.ne-breadcrumbs-items-new ul > li:last-child:hover {
  color: #303030;
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.ne-pagination ul {
  font-size: 16px;
  line-height: 1.5;
}

.ne-pagination a {
  color: #404040;
}

.events_listing_page .bread-menu ul span.hs-breadcrumb-menu-divider:after {
  content: '/';
  color: #404040;
}

.events_listing_page .bread-menu ul li:not(.last-crumb) {
  padding: 0;
  margin-left: 0;
}

.events_listing_page .bread-menu ul li:not(.last-crumb) > a {
  padding: 0 6px;
  display: inline-block;
  margin-right: 6px;
}

.events_listing_page .bread-menu ul span.hs-breadcrumb-menu-divider {
  font-weight: 700;
}


@media(max-width:1100px){
  .event-about-author-c .col-md-9.ml-3 {
    width: calc(100% - 1rem - 168px);
  }

  .event-about-author-c .col-md-2 {
    width: 168px;
    flex: 1 1 auto;
    flex-shrink: 0;
    flex-grow: 1;
  } 
}

@media (min-width: 768px){
  .ne-blog-event .blog-event-right.mobile {
    display: none;
  }
}
@media (max-width: 767.98px){
  .ne-breadcrumbs-items-new {
    display: none;
  }

  .ne-blog-event .ne-blog-split-header .split-img-c {
    display: none;
  }

  .ne-blog-event .ne-blog-split-header .blog-header-bg {
    padding: 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    width: 100%;
  }

  .ne-blog-event .ne-blog-split-header h1 {
    font-size: 26px;
    line-height: 1.3;
    padding: 22px 5px 10px 0;
  }

  .ne-blog-event .ne-blog-split-header .no-split-subtitle {
    font-size: 16px;
    line-height: 1.3;
    width: 100%;
  }

  .ne-blog-event .ne-blog-split-header .no-split-subtitle ul {
    width: 98%;
  }

  .ne-blog-event .ne-blog-split-header .no-split-subtitle li {
    -webkit-box-flex: 98%;
    -ms-flex: 98%;
    flex: 98%;
  }

  .ne-blog-event .ne-blog-split-header .blog-header-bg {
    padding: 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    width: 100%;
  }
  .ne-blog-event .blog-event-wrapper-padding {
    padding: 15px 20px;
  }

  .ne-blog-event .event-author-info {
    text-align: center;
    margin-left: 0;
  }

  .ne-blog-event .blog-event-content .blog-event-right.desktop {
    display: none;
  }


  .ne-blog-event .mobile .event-form-box .event-video-c {
    margin-left: auto;
    margin-right: auto;
  }

  .mobile div#toggleform {
    max-width: 300px;
    margin: 0 auto;
  }
  .mobile  div#toggleform a.watch-video-btn,
  .mobile .event-form-box a.btn.watch-video-btn {
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: table;
    margin-bottom: 10px;
  }

  .ne-blog-event .event-form-box h5 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .event-about-author-c .col-md-9.ml-3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-left: auto !important;
  }

  .event-about-author-c .col-md-2 {
    width: 100%;
    text-align: center;
  }

  .ne-blog-event .event-author-img {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .career-page .cm-items-testimonials .cm-testimonial-reviews-speak{
    margin-bottom: 35px;
  }
  .career-page .cm-items-testimonials .cm-testimonial-reviews-speak .slick-list {
    min-height: 360px;
  }

  .speakers_table table tr > td:first-child,
  .speakers_table table tr>td:nth-child(2) {
    width: 100% !important;
    padding: 0 15px !important;
    text-align: center;
  }

  .speakers_table table tr {
    flex-wrap: wrap;
  }

  .speakers_table table p {
    line-height: 1.1;
  }

  .ne-blog-event .ne-blog-split-header.fullWidthBanner .blog-header-bg {
    padding: 10px;
  }

  .ne-blog-event .ne-blog-split-header.fullWidthBanner h1 {
    font-size: 26px;
    line-height: 1.3;
    padding: 10px 5px;
  }

  .ne-blog-event .ne-blog-split-header.fullWidthBanner .no-split-subtitle {
    font-size: 16px;
    line-height: 1.3;
    width: 100%;
  }

  .ne-blog-event .ne-blog-split-header.fullWidthBanner .no-split-subtitle ul {
    width: 98%;
  }

  .ne-blog-event .ne-blog-split-header.fullWidthBanner .no-split-subtitle li {
    -webkit-box-flex: 70%;
    -ms-flex: 70%;
    flex: 70%;
  }

  .ne-blog-event .e-w-80 {
    width: 100%;
  }
  .ne-blog-event .ne-blog-split-header.fullWidthBanner .banner_logo_image img ,
  .ne-blog-event .ne-blog-split-header .banner_logo_image img {
    width: 150px;
  }

}

@media(max-width:479px){
  .ne-blog-event .e-w-80 {
    width: 100%;
  } 

  .ne-blog-event .event-form-box {
    width: 100%;
    padding: 15px;
  }
}

/*-----------*/

.search_banner_wrap form button:after{
  background-size: contain;
  content: '';
  display: block;
  background-image: url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/images/search_banner_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 19px;
}

.search_banner_wrap form button * {
  display: none;
}

.search_banner_wrap .hs-search-field.hs-search-field--open ul.hs-search-field__suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  width: 100%;
  background: #fff;
  color: #000;
}

.search_banner_wrap .hs-search-field.hs-search-field--open ul.hs-search-field__suggestions li#results-for,
.search_banner_wrap .hs-search-field.hs-search-field--open ul.hs-search-field__suggestions li > a {
  padding: 5px 20px;
}

/*---- resources-*/

.resources_page_wrapper .two_col_wrapper > .page-center {
  padding: 30px 15px;
}

.resources_page_wrapper .two_col_wrapper .dnd-column,
.resources_page_wrapper .two_col_wrapper .dnd-section {
  padding: 0;
}

.resources_page_wrapper .two_col_wrapper .dnd-section > .row-fluid {
  width: 100%;
  max-width: 100%;
}

.resources_page_wrapper .two_col_wrapper .flex_row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 25px;
}

.resources_page_wrapper .two_col_wrapper .left_col_sidebar {
  width: 75%;
}

.resources_page_wrapper .two_col_wrapper .right_col_sidebar {
  width: 25%;
}

.resources_page_wrapper .two_col_wrapper .left_col_sidebar,
.resources_page_wrapper .two_col_wrapper .right_col_sidebar {
  padding: 0 15px;
}

.resources_page_wrapper .hs-search-field form input {
  padding: 0.25rem 0.5rem;
  font-size: .984375rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  font-weight: 400;
  right: 0;
  padding-right: 30px;
  height: 30px;
  outline: 0!important;
  font-family: Axia,Roboto,'Helvetica Neue',sans-serif;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.resources_page_wrapper .hs-search-field form {
  position: relative;
}

.resources_page_wrapper .hs-search-field form:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: #999;
  padding: 10px 8px;
  content: "\f002";
}

.resources_page_wrapper .hs-search-field form input:focus {
  background-color: #fff;
  border-color: #80bdff;
}


@media(max-width:767px){
  .resource_card_item .col5, .resource_card_item .col7 {
    width: 100%;
  }

  .resources_page_wrapper .two_col_wrapper .left_col_sidebar {
    padding: 0 15px;
  }

  .resources_page_wrapper .two_col_wrapper > .page-center {
    padding: 30px 20px;
  }

  .resources_page_wrapper .two_col_wrapper .flex_row {
    margin: 0 -15px;
  }

  .resource_listing_wrapper .hs-search-field form:after{
    background-image:url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/images/search_icon.svg);
    content: url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/images/search_icon.svg);
    background-image: url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/images/search_banner_icon.svg);
  }

}

/* .fixed .resource_inner_page .span9 + .span3 > div {
position: sticky;
top: 100px;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}

.resource_inner_page .span9 + .span3 > div {
position: relative;
top: -20px;
width: 100%;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
-webkit-transition: -webkit-transform 1s linear;
transition: -webkit-transform 1s linear;
transition: transform 1s linear;
transition: 1s linear;
top: 0;
transform: none;
} */

.fixed .resource_inner_page .hs-search-field, .resource_inner_page .hs-search-field {
  transition: none;
}

.resource_inner_page .hs-search-field.hs-search-field--open ul.hs-search-field__suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 2px;
  width: 100%;
}

.resource_inner_page .hs-search-field.hs-search-field--open ul.hs-search-field__suggestions li#results-for,
.resource_inner_page .hs-search-field.hs-search-field--open ul.hs-search-field__suggestions li > a {
  padding: 5px;
}
.resource_inner_page .hs-search-field.hs-search-field--open ul.hs-search-field__suggestions {
  top: 30px;
  background: #fff;
}
.events_post_page .ne-breadcrumbs-items-new ul li a {
  color: #404040;
}

.glossary-posting-breadcrumbs ul li a {
  color: #303030;
}

.glossary-posting-breadcrumbs ul li:not(:first-child) a:hover {
  color: #ff3600;
  text-decoration: none;
}

.events_post_page .ne-breadcrumbs-items-new ul  > li:first-child a:hover {
  color: #404040;
}

.events_post_page .ne-breadcrumbs-items-new ul li a:hover {
  color: #ff3600;
  text-decoration: none;
}

.ne-blog-event .ne-breadcrumbs-items-new ul li .ne-item-inner a:hover {
  color: #ff3600;
}
.cat-fix .header_wrap {
  box-shadow: none;
}

.glossary-banner_wrapper {
  overflow: hidden;
}

.attack_surface_page .fwr-row2 .resource_banner_wrap .inner {
  padding: 0;
  min-height: unset;
}

@media(max-width: 480px) {
  .glossary-banner_wrapper{
    overflow: unset;
  }
}

.cm-grow-with-us-items {
  background: url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/images/Clouds-Background.svg) no-repeat left top,linear-gradient(to right,#00aca7,#323232);
}

.cm-grow-with-us-items .cm-items-warp {
  background: url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/images/growth-stairway.png) 0 20px;
  background-size: 80%;
  background-repeat: no-repeat;
}

.cm-join-our-team-items .hs-search-field {
  background: url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/images/search-drop-down-bg.png);
}

.cm-location-map-desk .cm-offices-list-wrapper ul.cm-tab li:nth-of-type(1).active:before {
  background: url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/images/sanjose-line.svg);
}

.cm-location-map-desk .cm-offices-list-wrapper ul.cm-tab li:nth-of-type(2).active:before {
  content: "";
  background: url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/images/toronto-line.svg);
}

.cm-location-map-desk .cm-offices-list-wrapper ul.cm-tab li:nth-of-type(4).active:before {
  content: "";
  background: url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/images/bhimavaram-line.svg);
}

.cm-location-map-desk .cm-offices-list-wrapper ul.cm-tab li:nth-of-type(3).active:before {
  content: "";
  background: url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/images/hyderabad-line.svg);
}

.cm-location-map-desk .cm-offices-list-wrapper ul.cm-tab li:nth-of-type(5).active:before {
  content: "";
  background: url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/images/bangalore-line.svg);
}

.cm-items-testimonials .cm-testimonials-head:before {
  content: "";
  background: url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/images/review-speak-left.svg);
}

.cm-items-testimonials .cm-testimonials-head:after {
  content: "";
  background: url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/images/review-speak-right.svg);
}

.cm-items-testimonials .cm-footer-inner:before {
  content: "";
  background: url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/images/review-speak-like.svg);
}

.cm-items-testimonials .cm-footer-inner:after {
  content: "";
  background: url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/images/review-speak-smile.svg);
}

.cm-join-our-team-items .hs-search-field form:after {
  background-image: url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/images/search-Icon.svg);
}

.schedule_content .hs-form select.is-placeholder:focus {
  color: #33475B;
}

/*  */

.res_categories_items_mod .resource-title {
  margin-bottom: calc(30px + 1rem);
}

.resource_inner_page .resource-banner {
  padding-bottom: 0;
}

.resource_inner_page .cm-sidebar {
  margin-top: calc(30px + 1rem);
  padding-top: 3rem;
}

.res_category_pagination_links {
  display: inline-block;
  text-align: right;
  width: 100%;
  padding-top: 20px;
}

.res_category_pagination_links a.page-numbers,
.res_category_pagination_links span.page-numbers.current {
  color: #000;
  display: inline;
  font-size: 15px;
  font-weight: 700;
  margin: 3px;
  padding: 4px 8px;
}

.res_category_pagination_links span.page-numbers.current {
  color: #01b5e2;
}

.res_category_pagination_links a.page-numbers:hover {
  text-decoration: underline;
}

@media (max-width: 1199.98px){
  .cm-location-map-desk .cm-offices-list-wrapper ul.cm-tab li:first-of-type::before{
    background-image: url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/images/sanJose-location-pin.svg) !important;
  }
  .cm-location-map-desk .cm-offices-list-wrapper ul.cm-tab li:nth-of-type(2)::before{
    background-image: url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/images/toronto-location-pin.svg) !important;
  }
  .cm-location-map-desk .cm-offices-list-wrapper ul.cm-tab li:nth-of-type(3)::before{
    background-image: url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/images/hyderabad-location-pin.svg) !important;
  }
  .cm-location-map-desk .cm-offices-list-wrapper ul.cm-tab li:nth-of-type(4)::before{
    background-image: url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/images/bhimavaram-location-pin.svg) !important;
  }
  .cm-location-map-desk .cm-offices-list-wrapper ul.cm-tab li:nth-of-type(5)::before{
    background-image: url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/images/bangaluru-location-pin.svg) !important;
  }
}

@media (max-width: 767.98px){
  .cm-grow-with-us-items {
    background: url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/images/grow-with-us-mobile.png);
  }
}

@media (max-width: 575.98px) {
  .cm-grow-with-us-items .cm-items-warp {
    background: url(//128884.fs1.hubspotusercontent-na1.net/hubfs/128884/raw_assets/public/Netenrich_June_2022/images/LAdder-Mobile.png) 0 20px;
    background-size: 100%!important;
    background-position: center 24%;
    background-repeat: no-repeat;
  }
}

.content_image_wrapper .content_wrapper ul {
  width: 100%;
}

.cm-platformchronicle .cm-logo-slider .cm-logo-slider-group {
  padding: 0 10px;
}

.cm-platformchronicle .cm-logo-slider .slick-slider button.slick-prev.slick-arrow {
  left: 10px;
}

.cm-platformchronicle .cm-logo-slider .slick-slider button.slick-next.slick-arrow {
  right: 10px;
}

.cm-platformchronicle .cm-logo-slider .cm-image-carousel.slick-slider {
  width: 100%;
}

.ne-events-items-wrap .ne-show-tell-items h2,.events_listing_page .ne-item-left h1 {
  color: #404040;
}

.demo_page .custom_form form .hs-input::-moz-placeholder {
  color: #33475b;
  opacity: 0.54 !important;
}
.ne-pagination a:hover {
  color: #404040;
}
.glossaryform_banner .gl_banner_wrapper.noContent {
  z-index: 1001;
}
/*==am cssend==*/

@media (max-width: 767px) {
  .cat-fix .categories-section .navbar-items {
    position: unset;
    top: 0;
  }

  .cat-fix .categories-section .blog_header {
    top: -1px;
    position: fixed;
    z-index: 10;
  }

  .attack_surface_page .ebook-banner.with_logo .diff_breadcrumbs_wrap {
    padding-top: 19px;
    padding-bottom: 10px;
  }
  .attack_surface_page .attack_surface_page .tabber_wrap .ne-asiebook-tab-mb-p {
    margin-bottom: 0;
  }

}

@media (max-width: 480px){
  .schedule_content .hs-form .form-columns-2 .hs-form-field .hs-input {
    width: 100% !important;
  }

  .glossary-banner_wrapper .gl_banner_wrapper .gl_banner .fealt_nav:not(.fixedNav) {
    bottom: auto;
  }

}

@media (max-width:455px){

  .schedule_content .hs-form {
    padding: 0;
    padding-right: 8px;
  }

  .schedule_content .hs-form .input, 
  .schedule_content .hs-form .form-columns-2 .hs-form-field:first-child .hs-input {
    width: 100%;
  }

  .schedule_content .hs-form .hs-form-field {
    width: 100% !important;
  }


}


@media (min-width: 1199.98px){
  .body-container--home .subscriptions-form .inputs-list {
    margin-bottom: 0;
  }
  .body-container--home .subscriptions-form .hs-input[type=radio]+span {
    justify-content: flex-start;
    margin-left: -3%;
  }
  .body-container--home .subscriptions-form .hs_daily {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .body-container--home .subscriptions-form .hs_email .hs-input {
    height: auto;
  }
  .body-container--home .subscriptions-form .inputs-list>li:last-child .hs-input[type=radio]+span  {
    margin-left: -2%;
  }
}

@media screen and (min-width: 768px) and (max-width: 848px){
  .leadership-pages .breadcrumbs_wrap ul li.last-crumb {
    width: auto;
  }
}

@media screen and (min-device-width: 576px) and (max-device-width: 767.98px){
  .leadership-pages .about-banner {
    min-height: 442px;
  }
}



/*------ resouces card css-------*/

.cm-categories-listing-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
}

.cm-categories-listing-items .cm-listing-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
  margin-bottom: 44px;
  outline: 0;
  position: relative;
  height: 340px;
  overflow: hidden;
}

.cm-categories-listing-items .cm-listing-item .cm-item-overlay {
  cursor: pointer;
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0;
  background: transparent -webkit-gradient(linear,left top,left bottom,from(#1890fc),to(#47caea)) 0 0;
  background: transparent linear-gradient(180deg,#1890fc 0,#47caea 100%) 0 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.cm-categories-listing-items .cm-listing-item .cm-overlay-c {
  color: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.cm-categories-listing-items .cm-listing-item .cm-overlay-c p {
  font-size: 2rem;
}

.cm-categories-listing-items .cm-listing-item .cm-item-title {
  background: #f8f9fa;
  width: 100%;
  height: 32px;
  font-size: 16px;
  line-height: 32px;
  padding: 0 15px;
  opacity: .5;
  outline: 0;
}

.cm-categories-listing-items .cm-listing-item .cm-item-title span {
  color: #404040;
  display: block;
  font-size: .82rem;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  outline: 0;
}

.cm-categories-listing-items .cm-listing-item img {
  width: 100%;
  height: calc(100% - 32px);
  -o-object-fit: cover;
  object-fit: cover;
}

.cm-categories-listing-items .cm-listing-item .cm-item-title span img {
  display: inline-block;
  width: 20px;
  height: auto;
  margin-right: 7px;
}

.cm-categories-listing-items .cm-listing-item .cm-item-title span:after {
  content: "›";
  position: absolute;
  right: 0;
  font-size: 20px;
  font-weight: 600;
}

.cm-categories-listing-items .cm-listing-item:hover .cm-item-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: calc(100% - 32px);
}

.cm-categories-listing-items .cm-listing-item:hover .cm-item-title {
  opacity: 1;
}

.glossaryform_banner .gl_banner_wrapper.noContent.noContentWithImg .gl_banner_image {
  display: none;
}

.res_site_serach .hs-search-field.hs-search-field--open ul.hs-search-field__suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: 50;
}

.res_site_serach .hs-search-field.hs-search-field--open ul.hs-search-field__suggestions li > a,
.res_site_serach .hs-search-field.hs-search-field--open ul.hs-search-field__suggestions li#results-for {
  padding: 5px;
}


@media (max-width: 767.98px) {
  .cm-categories-listing-items .cm-listing-item {
    max-width: 100%;
    height: 280px;
  }

  .cm-categories-listing-items {
    display: block;
  }

  .cm-categories-listing-items .cm-listing-item img {
    -o-object-fit: contain;
    object-fit: contain;
  }


  .ne-blog-event .event-author-info p {
    line-height: 1.1;
  }
}


@media(max-width:767px){
  .ne-blog-event .e-w-80 p a {
    word-break: normal;
  } 
}





.compliance-page .hs-row1 .widget-type-rich_text .hs_cos_wrapper>div {
  margin: auto;
  width: 90%;
}

.compliance-page .hs-row1 .widget-type-rich_text h2 {
  margin-bottom: 30px;
  font-size: 1.999125rem;
  font-family: Axia;
  font-weight: 700;
  line-height: 1.1;
  color: #404040;
}

.compliance-page .hs-row2 .widget-type-rich_text h2 {
  font-size: 1.9rem;
  margin-bottom: 0.5rem;
  font-family: Axia;
  font-weight: 700;
  line-height: 1.1;
}

.compliance-page .hs-row2 .widget-type-rich_text {
  border-bottom: 1px solid #e6e6e6;
}

.seminar-page .hs-row1 .widget-type-rich_text h1 {
  font-family: "Roboto", Sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 20px;
}

.seminar-page .hs-row1 .widget-type-rich_text h3 {
  font-family: "Roboto", Sans-serif;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.seminar-page .hs-row1 .widget-type-rich_text div p {
  color: #7A7A7A;
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
}

.seminar-page form .hs-richtext.hs-main-font-element h2 {
  font-family: arial, helvetica, sans-serif;
  color: #33475b;
  font-size: 1.5em;
  margin-top: 0.83em;
  line-height: normal;
  margin-bottom: 0.83em;
}

.seminar-page form .hs-richtext.hs-main-font-element {
  font-family: arial, helvetica, sans-serif;
  line-height: normal;
  font-size: 14px;
  margin-bottom: 3px;
}

.seminar-page form fieldset .field .hs-input {
  width: 100%;
}

.seminar-page form .grecaptcha-badge {
  margin: 8px;
}

.seminar-page .hs-form input.hs-button {
  background: #551A8B;
  border-color: #551A8B;
  color: #ffffff;
  font-size: 14px;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  line-height: 14px;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  font-family: arial, helvetica, sans-serif;
  padding: 12px 24px;
}

.seminar-page .schedule_content .hs_cos_wrapper_type_form{
  padding:0
}

.seminar-page .cm-logo-slider .slick-slide {
  margin-right: 20px;
}

.seminar-page .cm-logo-slider .cm-logo-slider-container .slick-slider {
  width: 100%;
}

.seminar-page .cm-logo-slider .slick-track{
  min-height: 0;
}

.seminar-page .cm-logo-slider .content-wrapper {
  max-width: 1280px;
}

.seminar-page .hs-form .actions{
  margin-top: 20px;
}

.seminar-page .cm-logo-slider .slick-slider button.slick-next.slick-arrow {
  display: none !important;
}

.seminar-page .cm-logo-slider .slick-slider button.slick-prev.slick-arrow {
  display: none !important;
}
.seminar-page .widget-type-rich_text hr {
  display: block;
  height: 0;
  margin: 0;
  margin-right: 20px;
  border-top: 1px solid #000;
}

.seminar-page .hs-row1 .widget-type-rich_text h4 {
  font-family: "Roboto", Sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.seminar-page .dnd-section[class*="background-color"]>.row-flluid {
  max-width: 1140px;
}

.seminar-page .custm_btn .btn_wrap a {
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  background-color: #050C6E;
  display: inline-block;
  line-height: 1;
  border-radius: 3px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: 12px 24px;
  min-width: unset;
}

.policies_page .hs-row1 .widget-type-rich_text h3 a:hover {
  text-decoration: underline;
}

.policies_page .widget-type-rich_text table {
  border-collapse: collapse;
  border-color: transparent;
  margin:0;
}

.policies_page .widget-type-rich_text td {
  border-color: transparent;
  padding: 0;
  vertical-align: middle;
}

.seminar-page .hs-row2 .dnd-section>.row-fluid,
.seminar-page .hs-row3 .dnd-section>.row-fluid{
  max-width: 1140px;
}

.seminar-page .hs-row2 .widget-type-rich_text{
  background-color: #EEEEEE;
}

.seminar-page .hs-row2 .widget-type-rich_text h3 {
  font-family: "Montserrat", Sans-serif;
  font-size: 26px;
  font-weight: 400;
  color: #404040;
  margin-bottom: 1rem;
}

.seminar-page .hs-row2 .widget-type-rich_text p {
  color: #404040;
  font-family: "Montserrat", Sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.seminar-page .hs-row3 .widget-type-rich_text h6 {
  font-family: "Roboto", Sans-serif;
  font-weight: 900;
  line-height: 1.2em;
  margin: 0;
  font-size: 18px;
}

.seminar-page .hs-row3 .custm_btn .btn_wrap a {
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  font-size: 15px;
  width: auto;
  letter-spacing: 0px;
  background-color: #050C6E;
  box-shadow: -100px -100px 0px -100px rgb(0 0 0 / 50%);
}

.compliance-page .hs-row2 .widget-type-rich_text hr {
  margin: 0;
  border-bottom: 1px solid #e6e6e6;
  height: 0;
  background-color: transparent;
}

.policies_page .widget-type-rich_text a:hover {
  text-decoration: underline;
}

.seminar-page .hs-form {
  -webkit-font-smoothing: subpixel-antialiased;
}

.policies_page .widget-type-rich_text h1 {
  color: #404040;
}
.policies_page .widget-type-rich_text h2 {
  color: #404040;
}

.policies_page .widget-type-rich_text h3 {
  color: #404040;
}

.policies_page .widget-type-rich_text table,
.policies_page .widget-type-rich_text table td{
  color: #404040;
}
.compliance-page .hs-row2 .widget-type-rich_text h2 {
  color: #404040;
}

.blog-event-wrapper-padding h3,
.blog-event-wrapper-padding h2 {
  color: #404040;
}
.schedule_content form label:not(.hs-error-msg) {
  color: #404040;
}





@media (min-width: 768px){
  .seminar-page .schedule_content .hs_cos_wrapper_type_form {
    margin-left: -17px;
  }
}


@media (min-width: 1021px) and (max-width: 1030px){
  .schedule_content .hs-form .form-columns-2 .hs-form-field:first-child ul.hs-error-msgs {
    padding-right: 12px;
  }
}

@media (min-width: 1021px){
  .schedule_content .hs-form .form-columns-2 .hs-form-field:first-child ul.hs-error-msgs {
    padding-right: 10px;
  }
}


@media (max-width: 880px){
  .policies_page .widget-type-rich_text table {
    width: 100%;
  }
}

@media (max-width: 991.98px){
  .compliance-page .hs-row1 .widget-type-rich_text .hs_cos_wrapper>div {
    width: 100% !important;
  }
}


@media (max-width: 1024px){
  .seminar-page .hs-row2 .dnd-section>.row-fluid, .seminar-page .hs-row3 .dnd-section>.row-fluid {
    max-width: 1024px;
  }
}

@media (max-width: 767px){
  .seminar-page .hs-row2 .dnd-section>.row-fluid, .seminar-page .hs-row3 .dnd-section>.row-fluid {
    max-width: 768px;
  }
  .seminar-page .cm-logo-slider .slick-slide {
    margin-right: 0;
  }
}

@media (max-width: 767.98px){
  .compliance-page .hs-row2 .widget-type-rich_text h2 {
    margin-bottom: 30px;
  }
  .compliance-page .hs-row2 .widget-type-rich_text {
    border: 0;
  }
  .seminar-page .custm_btn .btn_wrap {
    max-width: unset;
  }
  .seminar-page .custm_btn .btn_wrap a {
    width: auto;
  }
}


@media (max-width: 346px){
  .policies_page .widget-type-rich_text div>h1 {
    font-size: 2.5rem;
    word-break: initial;
  }
}

.ne-blog-event .mobile .event-form-box .event-video-c,
.ne-blog-event .event-form-box .event-video-c {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}