html body {
  background-color: #ffffff;
  color: #000000;
  overflow-x: hidden !important;
}
/* html {
    overflow-x: hidden !important;
} */
html body.dev-env:before {
    display: none;
}
html body .container {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
}
img {max-width: 100%;}
*:focus {outline: none !important;}
.btn {
  background: #F9423A;
  border-radius: 30px;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  text-decoration: none;
  color: #Fff;
  padding: 14px 24px 16px;
  position: relative;
  border: 1px solid #F9423A;
  transition: .3s;
}
.btn.btn-video::before {
  content: "";
  width: 12px;
  height: 15px;
  background: url('/wp-content/uploads/2023/03/play-icon-bordered.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-right: 16px;
}
/* .btn.btn-video:hover:before {
    background: url('/wp-content/uploads/2023/03/play-icon-bordered-red.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
} */
.ne-btns-wrap .btn {
  margin-top: 20px;
  margin-right: 20px;
}
.ne-btns-wrap .btn:last-child {
  margin-right: 0;
}
.btn:hover {
    background: #d5140c;
    color: #ffffff;
    border-color: #d5140c;
}
html body a.button.tertiary:hover {
    background: #d5140c;
    color: #ffffff;
    border-color: #d5140c;
}
.btn.bordered-btn {
  background: none;
  color: #F9423A;
}
.btn.bordered-btn:hover {
  background: #F9423A;
  color: #ffffff;
}
html body::after {
  visibility: hidden;
}
.btn.black-btn {
  background: #292E33;
  border-color: #292E33;
}
.btn.black-btn:hover {
  opacity: 0.7;
  background: #292E33 !important;
  border-color: #292E33 !important;
  color: #ffffff !important;
}
html body h2 {font-weight: 400;}
.small-title h2 {
  font-size: 42px;
  color: #292E33;
  line-height: 1.3;
  font-weight: 400;
}
.large-title h2 {
  font-size: 54px;
  line-height: 1.2;
  color: #000000;
  font-weight: 400;
}
html body .block.light h1, html body .block .light h1 {
     color: #000;
}
 html body .block.light h1 a, html body .block .light h1 a {
     color: #000;
}
 html body .block.light h1 a:hover, html body .block .light h1 a:hover {
     color: #F9423A;
}
 html body .block.light h2, html body .block .light h2 {
     color: #000;
}
 html body .block.light h2 a, html body .block .light h2 a {
     color: #000;
}
 html body .block.light h2 a:hover, html body .block .light h2 a:hover {
     color: #F9423A;
}
 html body .block.light h3, html body .block .light h3 {
     color: #000;
}
 html body .block.light h3 a, html body .block .light h3 a {
     color: #000;
}
 html body .block.light h3 a:hover, html body .block .light h3 a:hover {
     color: #F9423A;
}
 html body .block.light h4, html body .block .light h4 {
     color: #000;
}
 html body .block.light h5, html body .block .light h5 {
     color: #000;
}
 html body .block.light h6, html body .block .light h6 {
     color: #000;
}
 html body .block.light p, html body .block .light p {
     color: #000;
}
 html body .block.light a, html body .block .light a {
     color: #000;
}
 html body .block.light a:hover, html body .block .light a:hover {
     color: #F9423A;
}
 html body .block.light a.button, html body .block .light a.button {
     color: #000;
}
 html body .block.light a.button.primary, html body .block .light a.button.primary {
     background-color: #F9423A;
     color: #ffffff;
}
 html body .block.light a.button.primary:hover, html body .block .light a.button.primary:hover {
     color: white;
     background-color: #F9423A;
}
 html body .block.light a.button.secondary, html body .block .light a.button.secondary {
     background-color: #000000;
     color: white;
}
 html body .block.light a.button.secondary:hover, html body .block .light a.button.secondary:hover {
     color: white;
     background-color: #F9423A;
}
 html body .block.light a.button.tertiary, html body .block .light a.button.tertiary {
     background-color: #F9423A;
     color: white;
}
 html body .block.light a.button.tertiary:hover, html body .block .light a.button.tertiary:hover {
     color: white;
     background-color: #F9423A;
}
 html body .block.light a.button.accent, html body .block .light a.button.accent {
     background-color: #F9423A;
     color: white;
}
 html body .block.light a.button.accent:hover, html body .block .light a.button.accent:hover {
     color: white;
     background-color: #000000;
}
 html body .block.light a.button.outline, html body .block .light a.button.outline {
     border: 1px solid white;
}
 html body .block.light a.button.outline:hover, html body .block .light a.button.outline:hover {
     color: white;
     border: 1px solid #F9423A;
     background-color: #F9423A;
}
 html body .block.light form button[type=submit], html body .block .light form button[type=submit] {
     background-color: #F9423A !important;
     color: white !important;
}
 html body .block.light form button[type=submit]:hover, html body .block .light form button[type=submit]:hover {
     background-color: #F9423A !important;
     color: white !important;
}
 html body .block.dark h1, html body .block .dark h1 {
     color: #000000;
}
 html body .block.dark h1 a, html body .block .dark h1 a {
     color: #000000;
}
 html body .block.dark h1 a:hover, html body .block .dark h1 a:hover {
     color: #F9423A;
}
 html body .block.dark h2, html body .block .dark h2 {
     color: #000000;
}
 html body .block.dark h2 a, html body .block .dark h2 a {
     color: #000000;
}
 html body .block.dark h2 a:hover, html body .block .dark h2 a:hover {
     color: #F9423A;
}
 html body .block.dark h3, html body .block .dark h3 {
     color: #000000;
}
 html body .block.dark h3 a, html body .block .dark h3 a {
     color: #000000;
}
 html body .block.dark h3 a:hover, html body .block .dark h3 a:hover {
     color: #F9423A;
}
 html body .block.dark h4, html body .block .dark h4 {
     color: #000000;
}
 html body .block.dark h5, html body .block .dark h5 {
     color: #000000;
}
 html body .block.dark h6, html body .block .dark h6 {
     color: #000000;
}
 html body .block.dark h1 strong, html body .block.dark h2 strong, html body .block.dark h3 strong, html body .block.dark h4 strong, html body .block.dark h5 strong, html body .block.dark h6 strong, html body .block .dark h1 strong, html body .block .dark h2 strong, html body .block .dark h3 strong, html body .block .dark h4 strong, html body .block .dark h5 strong, html body .block .dark h6 strong {
     color: #F9423A;
     font-weight: 500;
}
 html body .block.dark h1 strong em, html body .block.dark h1 strong i, html body .block.dark h2 strong em, html body .block.dark h2 strong i, html body .block.dark h3 strong em, html body .block.dark h3 strong i, html body .block.dark h4 strong em, html body .block.dark h4 strong i, html body .block.dark h5 strong em, html body .block.dark h5 strong i, html body .block.dark h6 strong em, html body .block.dark h6 strong i, html body .block .dark h1 strong em, html body .block .dark h1 strong i, html body .block .dark h2 strong em, html body .block .dark h2 strong i, html body .block .dark h3 strong em, html body .block .dark h3 strong i, html body .block .dark h4 strong em, html body .block .dark h4 strong i, html body .block .dark h5 strong em, html body .block .dark h5 strong i, html body .block .dark h6 strong em, html body .block .dark h6 strong i {
     color: #F9423A !important;
}
 html body .block.dark h1 em, html body .block.dark h1 i, html body .block.dark h2 em, html body .block.dark h2 i, html body .block.dark h3 em, html body .block.dark h3 i, html body .block.dark h4 em, html body .block.dark h4 i, html body .block.dark h5 em, html body .block.dark h5 i, html body .block.dark h6 em, html body .block.dark h6 i, html body .block .dark h1 em, html body .block .dark h1 i, html body .block .dark h2 em, html body .block .dark h2 i, html body .block .dark h3 em, html body .block .dark h3 i, html body .block .dark h4 em, html body .block .dark h4 i, html body .block .dark h5 em, html body .block .dark h5 i, html body .block .dark h6 em, html body .block .dark h6 i {
     font-weight: 700 !important;
}
 html body .block.dark h1 em strong, html body .block.dark h1 i strong, html body .block.dark h2 em strong, html body .block.dark h2 i strong, html body .block.dark h3 em strong, html body .block.dark h3 i strong, html body .block.dark h4 em strong, html body .block.dark h4 i strong, html body .block.dark h5 em strong, html body .block.dark h5 i strong, html body .block.dark h6 em strong, html body .block.dark h6 i strong, html body .block .dark h1 em strong, html body .block .dark h1 i strong, html body .block .dark h2 em strong, html body .block .dark h2 i strong, html body .block .dark h3 em strong, html body .block .dark h3 i strong, html body .block .dark h4 em strong, html body .block .dark h4 i strong, html body .block .dark h5 em strong, html body .block .dark h5 i strong, html body .block .dark h6 em strong, html body .block .dark h6 i strong {
     color: #F9423A !important;
}
 html body .block.dark h4 strong, html body .block .dark h4 strong {
     font-weight: 700;
}
 html body .block.dark p, html body .block .dark p {
     color: #000000;
}
 html body .block.dark p strong em, html body .block.dark p strong i, html body .block .dark p strong em, html body .block .dark p strong i {
     color: #F9423A !important;
}
 html body .block.dark p em, html body .block.dark p i, html body .block .dark p em, html body .block .dark p i {
     font-weight: 700 !important;
}
 html body .block.dark p em strong, html body .block.dark p i strong, html body .block .dark p em strong, html body .block .dark p i strong {
     color: #F9423A !important;
}
 html body .block.dark a, html body .block .dark a {
     color: #000000;
}
 html body .block.dark a:hover, html body .block .dark a:hover {
     color: #F9423A;
}
 html body .block.dark a.button, html body .block .dark a.button {
     color: #000000;
}
 html body .block.dark a.button.primary, html body .block .dark a.button.primary {
     background-color: #F9423A;
     color: white;
}
 html body .block.dark a.button.primary:hover, html body .block .dark a.button.primary:hover {
     color: white;
     background-color: #d5140c;
}
 html body .block.dark a.button.secondary, html body .block .dark a.button.secondary {
     background-color: #F9423A;
     color: white;
}
 html body .block.dark a.button.secondary:hover, html body .block .dark a.button.secondary:hover {
     color: white;
     background-color: #d5140c;
}
 html body .block.dark a.button.tertiary, html body .block .dark a.button.tertiary {
     background-color: #F9423A;
     color: white;
     border: 1px solid #F9423A;
}
body .block-contactform .hs-button {
    padding-top: 12px;
    border: 1px solid #F9423A;
    transition: .4s;
}
 html body .block.dark a.button.tertiary:hover, html body .block .dark a.button.tertiary:hover, body .block-contactform .hs-button:hover {
     /* color: #F9423A; */
     color: #ffffff;
     background-color: #d5140c !important;
     border: 1px solid #d5140c;
}
 html body .block.dark a.button.accent, html body .block .dark a.button.accent {
     background-color: #F9423A;
     color: white;
}
 html body .block.dark a.button.accent:hover, html body .block .dark a.button.accent:hover {
     color: white;
     background-color: #d5140c;
}
 html body .block.dark a.button.outline, html body .block .dark a.button.outline {
     border: 1px solid white;
}
 html body .block.dark a.button.outline:hover, html body .block .dark a.button.outline:hover {
     color: white;
     border: 1px solid #d5140c;
     background-color: #d5140c;
}
 html body .block.dark form button[type=submit], html body .block .dark form button[type=submit] {
     background-color: #F9423A !important;
     color: white !important;
}
 html body .block.dark form button[type=submit]:hover, html body .block .dark form button[type=submit]:hover {
     color: white !important;
     background-color: #d5140c !important;
}
 html body .block.dark.bkgnd-accent p, html body .block .dark.bkgnd-accent p {
     color: white;
}
 html body .block.dark.bkgnd-accent a, html body .block .dark.bkgnd-accent a {
     color: black;
}
 html body .block.dark.bkgnd-accent a:hover, html body .block .dark.bkgnd-accent a:hover {
     color: white;
}
 html body .block.dark.bkgnd-accent a.button, html body .block .dark.bkgnd-accent a.button {
     color: #000000;
}
 html body .block.dark.bkgnd-accent a.button.tertiary, html body .block .dark.bkgnd-accent a.button.tertiary {
     background-color: black;
     color: white;
     border: 1px solid black;
}
 html body .block.dark.bkgnd-accent a.button.tertiary:hover, html body .block .dark.bkgnd-accent a.button.tertiary:hover {
     color: white;
     background-color: unset !important;
     border: 1px solid white;
}
.post .post-container .text-container h3 a, .post .post-container .text-container h4 a {
    color: #000000;
}
html body a.button {text-transform: none;}
.block-hero.marquee.image:after, .block-hero.page.image:after {opacity: 1;}
body .block-hero .title-container .title .text-container h1, body .block-hero .title-container .title .text-container h2, body .block-hero .title-container .title .text-container h3, body .block-hero .title-container .title .text-container h4, body .block-hero .title-container .title .text-container h5, body .block-hero .title-container .title .text-container h6, body .block-hero .title-container .title .text-container p {
    color: #ffffff;
}
body .block-hero {max-height: none;min-height: auto;}
.block-contactform input, .block-contactform textarea, .block-contactform select, .block-contactform input::placeholder, .block-contactform textarea::placeholder {
    color: #000000;
}
body .block-contactform form {margin-left: -10px;margin-right: -10px;}
body .block-contactform label {color: #000000;}



header.fixed {
  background-color: #ffffff;
  padding-top: 0;
  height: auto;
  min-height: 95px;
  transition: .3s;
  display: flex;
  align-items: center;
}
.header-wrap {
    min-height: 95px;
}
header.fixed.scrolled {
    background-color: #FFF;
    box-shadow: rgba(0,0,0,.2) 0 0 10px;
    min-height: 74px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}
header.fixed.scrolled .right-nav > ul > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
}
header.fixed.scrolled .right-nav .log-in.get-a-demo a {
    padding-top: 10px;
    padding-bottom: 12px;
}
header .hamburger {display: none;}
.right-nav > ul > li {
  display: inline-block;
  margin-left: 24px;
  position: relative;
}
header .logo {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: none;
  width: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
body header.fixed .logo img {
  height: 18px;
  width: 109px;
}
header.fixed.scrolled:not(.menu-open) .logo img.open {
    display: none;
}
header.fixed.scrolled:not(.menu-open) .logo img.closed {
    display: inline-block;
}
.right-nav {
  -ms-flex: 1;
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}
#mega-menu-wrap-max_mega_menu_1.mega-menu-wrap {
    background: none;
    position: static;
}
#mega-menu-wrap-max_mega_menu_1.mega-menu-wrap > ul#mega-menu-max_mega_menu_1 {
    position: static;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header.fixed .container {
    position: static;
}
.right-nav > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  padding-top: 0;
  -ms-flex-direction: row;
  flex-direction: row;
}
.right-nav li.has-sub-menu:hover > ul.sub-menu, .right-nav li.menu-item-has-children:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
header.fixed .row {
  align-items: center;
  transition: .1s;
}
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li {
    background: none !important;
    padding-left: 24px;
}
header.fixed .right-nav .log-in.get-a-demo a, 
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu li.log-in.get-a-demo a.mega-menu-link {
  margin: 0 !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
  color: #F9423A !important;
  border: 1px solid #F9423A !important;
  border-radius: 30px;
  background: none !important;
  padding: 14px 24px 16px;
  transition: .3s;
  display: inline-block;
}
.right-nav ul li a, 
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li > a.mega-menu-link {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000000 !important;
  text-decoration: none;
  transition: .3s;
  padding: 36px 0;
  display: inline-block;
  text-transform: none;
  margin: 0 !important;
  height: auto;
  background: none !important;
  position: relative;
  border-bottom: 2px solid transparent;
}
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li:hover > a.mega-menu-link {
    color: #F9423A !important;
    background: none !important;
}
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li.mega-toggle-on > a.mega-menu-link {
    border-color: #F9423A;
}
header.fixed .right-nav .log-in.get-a-demo a:hover,
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu li.log-in.get-a-demo a.mega-menu-link:hover {
  background: #F9423A !important;
  color: #ffffff !important;
}
.right-nav ul li a:hover, #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu li a.mega-menu-link:hover {
  text-decoration: none;
  color: #F9423A !important;
  background: none !important;
}
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li > ul.mega-sub-menu {
    max-width: 1320px;
    padding: 0;
    margin: 0 auto;
    /* display: block; */
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    right: 0;
    left: 0;
    background: none;
    padding-top: 25px;
    padding-bottom: 38px;
    transform: none;
    transition: none;
    display: none;
}
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li.mega-toggle-on > ul.mega-sub-menu {
    display: block;
}
@-webkit-keyframes SlideInLeft {
    0% {opacity: 0;transform: translateX(50px);}
    100% {opacity: 1;transform: translateX(0);}
}
@keyframes SlideInLeft {
   0% {opacity: 0;transform: translateX(50px);}
   100% {opacity: 1;transform: translateX(0);}
}
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li > ul.mega-sub-menu > li {
    padding-left: 20px;
    padding-right: 20px;
    /* transform: translateX(50px);
    transition: .8s;
    opacity: 0; */
}
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li.mega-toggle-on > ul.mega-sub-menu > li {
    /* transform: translateX(0);
    opacity: 1; */
    /* transition-delay: 0.8s; */
    -webkit-animation-name: SlideInLeft;
    animation-name: SlideInLeft;
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
}
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li > ul.mega-sub-menu::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    width: 101vw;
    margin-left: -51vw;
    box-shadow: 0 -1px 0 0 rgba(55,60,66,0.25);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #373C42 !important;
    transition: .3s;
    text-transform: none;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-disable-link > a.mega-menu-link {
    font-weight: 400 !important;
    font-size: 14px;
    line-height: 18px;
    text-transform: none;
    color: #373C42 !important;
    transition: .3s;
}
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul a.mega-menu-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #373C42 !important;
    transition: .3s;
    display: inline-flex;
}
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul a.mega-menu-link:hover {
    color: #F9423A !important;
}
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul li {
    margin-bottom: 20px;
}

.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul li:last-child {
    margin-bottom: 0;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link img {
    margin-bottom: 16px;
    height: 115px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    transition: .3s;
}

.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-bold-links.mega-menu-item a.mega-menu-link {
    font-weight: 700 !important;
    color: #000000 !important;
    text-transform: uppercase;
}
body.megamenu-open-desk::after {
    content: "" !important;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #292E33;
    opacity: 0.25;
    display: block !important;
    width: 101vw;
    height: 100vh;
    z-index: 1;
    visibility: visible;
}


#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.utilities-megamenu-col > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link,
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li.mega-menu-megamenu.utilities-megamenu-col > ul.mega-sub-menu > li ul li.mega-menu-heading-link a,
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li > ul.mega-sub-menu > li ul li.mega-menu-heading-link a,
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li.mega-menu-megamenu.mega-geo-megamenu-col > ul.mega-sub-menu > li.mega-menu-item ul li.mega-menu-heading-link a.mega-menu-link {
    color: #000000 !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    text-transform: uppercase;
    /* padding-right: 10px; */
    padding-right: 0;
    width: auto;
    display: inline-flex;
    align-items: center;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.utilities-megamenu-col > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link:hover,
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li.mega-menu-megamenu.utilities-megamenu-col > ul.mega-sub-menu > li ul li.mega-menu-heading-link a:hover,
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li > ul.mega-sub-menu > li ul li.mega-menu-heading-link a:hover,
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li.mega-menu-megamenu.mega-geo-megamenu-col > ul.mega-sub-menu > li.mega-menu-item ul li.mega-menu-heading-link a.mega-menu-link:hover {
    color: #F9423A !important;
}


#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.utilities-megamenu-col > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link::after,
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li.mega-menu-megamenu.utilities-megamenu-col > ul.mega-sub-menu > li ul li.mega-menu-heading-link a::after,
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li > ul.mega-sub-menu > li ul li.mega-menu-heading-link a::after,
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li.mega-menu-megamenu.mega-geo-megamenu-col > ul.mega-sub-menu > li.mega-menu-item ul li.mega-menu-heading-link a.mega-menu-link::after {
    content: "" !important;
    display: block !important;
    width: 16px;
    height: 16px;
    border: 2px solid #000000;
    display: inline-block;
    border-top: none;
    border-left: none;
    /* transform: rotate(-45deg) translateY(-1px); */
    /* position: absolute; */
    left: inherit;
    /* top: 50%; */
    flex: 0 0 auto;
    margin-left: 4px;
    background: none;
    transform: none;
    opacity: 1;
    border: none;
    background: url(/wp-content/uploads/2023/03/grey-angle-right.png);
    background-size: 100%;
    background-position: center center;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.utilities-megamenu-col > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link:hover:after,
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li.mega-menu-megamenu.utilities-megamenu-col > ul.mega-sub-menu > li ul li.mega-menu-heading-link a:hover:after,
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li > ul.mega-sub-menu > li ul li.mega-menu-heading-link a:hover:after,
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li.mega-menu-megamenu.mega-geo-megamenu-col > ul.mega-sub-menu > li.mega-menu-item ul li.mega-menu-heading-link a.mega-menu-link:hover:after {
    border-color: #F9423A;
    /* transform: rotate(-45deg) translateY(-1px); */
    transform: none;
    background: url(/wp-content/uploads/2023/03/red-angle-right.png);
    background-size: 100%;
    background-position: center center;
}

.right-nav ul.sub-menu {
    margin: 0;
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #E9EDF0;
    border-radius: 5px;
    padding: 24px 0;
    min-width: 255px;
    opacity: 0;
    visibility: hidden;
}
.right-nav ul.sub-menu li a {
    padding: 0;
    line-height: 1.23;
    font-size: 16px;
    color: #000000;
}

.right-nav ul.sub-menu li {
    margin-bottom: 28px;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
}
.right-nav ul.sub-menu li.submenu-label {
  margin-bottom: 24px;
}
.right-nav ul.sub-menu li.submenu-label a {
    pointer-events: none;
    opacity: 0.5;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
}
.right-nav ul.sub-menu li:last-child {
    margin-bottom: 0;
}
.right-nav ul.sub-menu ul.sub-menu {
    top: -24px;
    left: 100%;
    opacity: 0;
    visibility: hidden;
}
.right-nav ul.sub-menu li.has-sub-menu:hover > ul.sub-menu, .right-nav ul.sub-menu li.menu-item-has-children:hover > ul.sub-menu {  
    opacity: 1;
    visibility: visible;
}

#mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu li.mega-menu-item-has-children a.mega-menu-link .mega-indicator {
    display: none;
}
.right-nav > ul > li.has-sub-menu > a::after, .right-nav > ul > li.menu-item-has-children > a::after,
#mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li.mega-menu-item-has-children > a.mega-menu-link::after {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #000000;
    display: inline-block;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
    margin-left: 15px;
    position: relative;
    right: 2px;
    top: -4px;
}

.right-nav > ul > li.has-sub-menu > a:hover:after, .right-nav > ul > li.menu-item-has-children > a:hover:after,
#mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li.mega-menu-item-has-children > a.mega-menu-link:hover:after,
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li.mega-menu-item-has-children:hover > a.mega-menu-link:after {
    border-color: #F9423A;
    transform: rotate(-135deg);
    top: 0;
}

.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li.mega-menu-item-has-children > a.mega-menu-link::after {
    content: "";
    width: 20px;
    height: 20px;
    border: none;
    display: inline-block;
    border-top: none;
    border-left: none;
    transform: none;
    margin-left: 8px;
    position: relative;
    right: 0px;
    top: 3px;
    background: url('/wp-content/uploads/2023/03/chevron-down-black.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li.mega-menu-item-has-children:hover > a.mega-menu-link:after {
    background: url('/wp-content/uploads/2023/03/chevron-up-red.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transform: none;
}

.right-nav > ul > li > ul.sub-menu {
    margin-top: -12px;
}
.right-nav ul.sub-menu li a:hover {
    font-weight: 500;
}
.right-nav ul.sub-menu > li.has-sub-menu > a::after, .right-nav ul.sub-menu > li.menu-item-has-children > a::after {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #000000;
    display: inline-block;
    border-top: none;
    border-left: none;
    transform: rotate(-45deg) translateY(-50%);
    margin-left: 15px;
    position: absolute;
    top: 50%;
    right: 0;
}

.right-nav ul.sub-menu > li.has-sub-menu > a, .right-nav ul.sub-menu > li.menu-item-has-children > a {
    position: relative;
    padding-right: 30px;
}

.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li.mega-about-megamenu-col > ul.mega-sub-menu > li:nth-child(6), .right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li.mega-about-megamenu-col > ul.mega-sub-menu > li:nth-child(5) {
    width: 14.47%;
}

.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li.mega-about-megamenu-col > ul.mega-sub-menu > li ul li {
    margin-bottom: 24px;
}

.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li.mega-about-megamenu-col > ul.mega-sub-menu > li ul li:last-child {
    margin-bottom: 0;
}

.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li.mega-about-megamenu-col > ul.mega-sub-menu > li:nth-child(4), .right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li.mega-about-megamenu-col > ul.mega-sub-menu > li:nth-child(3), .right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li.mega-about-megamenu-col > ul.mega-sub-menu > li:nth-child(2) {
    width: 18.183%;
}

.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li.mega-about-megamenu-col > ul.mega-sub-menu > li:nth-child(1) {
    width: 16.5%;
}

.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li.mega-about-megamenu-col > ul.mega-sub-menu > li a.mega-menu-link img {
    border-radius: 0px 0px 24px 0px;
    height: 113px;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-disable-link.thin-label > a.mega-menu-link {
    text-transform: uppercase;
}

.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li.mega-menu-megamenu.utilities-megamenu-col  > ul.mega-sub-menu > li.mega-disable-link.mega-menu-item-has-children > a {display: none;}

.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li > ul.mega-sub-menu > li ul li.mega-menu-heading-link a {
    font-weight: 700;
    color: #000000 !important;
}

.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li > ul.mega-sub-menu > li ul li.mega-menu-heading-link a:hover {
    color: #F9423A !important;
}
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li.mega-menu-megamenu.utilities-megamenu-col > ul.mega-sub-menu > li ul li a,
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li.mega-menu-megamenu.utilities-megamenu-col > ul.mega-sub-menu > li ul li.mega-menu-heading-link a {
    display: inline-flex;
    /* letter-spacing: -0.3px; */
    /* word-spacing: -1px; */
    margin-bottom: 0 !important;
}
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li.mega-menu-megamenu.utilities-megamenu-col > ul.mega-sub-menu > li ul li.mega-menu-heading-link.weather-grid-megamenu a {
    max-width: 195px;
}
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li.mega-menu-megamenu.utilities-megamenu-col > ul.mega-sub-menu > li ul li a::after,
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li.mega-menu-megamenu.mega-geo-megamenu-col > ul.mega-sub-menu > li.mega-menu-item ul a.mega-menu-link::after {
    width: 18px;
    height: 18px;
    content: "" !important;
    display: block !important;
    background: url(/wp-content/uploads/2023/03/arrow-right-red.svg);
    background-size: 100%;
    background-position: center center;
    flex: 0 0 auto;
    margin-left: 8px;
    transition: .3s;
    transform: translateX(-10px);
    opacity: 0;
}
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li.mega-menu-megamenu.utilities-megamenu-col > ul.mega-sub-menu > li ul li a:hover:after,
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li.mega-menu-megamenu.mega-geo-megamenu-col > ul.mega-sub-menu > li.mega-menu-item ul a.mega-menu-link:hover:after {
    transform: translateX(0px);
    opacity: 1;
}
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li.mega-menu-megamenu.utilities-megamenu-col > ul.mega-sub-menu > li {
    width: 19.872%;
}

.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li.mega-menu-megamenu.mega-geo-megamenu-col > ul.mega-sub-menu > li {
    width: 18.183%;
}
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li.mega-menu-megamenu.utilities-megamenu-col > ul.mega-sub-menu > li:nth-child(1),
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li.mega-menu-megamenu.mega-geo-megamenu-col > ul.mega-sub-menu > li:nth-child(1) {
    width: 16.516%;
}
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li.mega-menu-megamenu.mega-geo-megamenu-col > ul.mega-sub-menu > li:nth-child(2) {
    width: 28.93%;
}
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li > ul.mega-sub-menu > li.mega-bold-links a.mega-menu-link span,
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-bold-links a.mega-menu-link:not(.link-has-img) {
    position: relative;
    display: inline-flex;
    align-items: center;
}
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li > ul.mega-sub-menu > li.mega-bold-links a.mega-menu-link span::after,
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-bold-links a.mega-menu-link:not(.link-has-img)::after {
    content: "" !important;
    display: block !important;
    width: 16px;
    height: 16px;
    border: 2px solid #000000;
    display: inline-block;
    border-top: none;
    border-left: none;
    /* transform: rotate(-45deg) translateY(-1px); */
    left: inherit;
    flex: 0 0 auto;
    margin-left: 4px;
    transition: .3s;
    border: none;
    transform: none;
    background: url(/wp-content/uploads/2023/03/grey-angle-right.png);
    background-size: 100%;
    background-position: center center;
    margin-top: -2px;
}
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li > ul.mega-sub-menu > li.mega-bold-links a.mega-menu-link:hover,
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-bold-links a.mega-menu-link:not(.link-has-img):hover {
    color: #F9423A !important;
}
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li > ul.mega-sub-menu > li.mega-bold-links a.mega-menu-link:hover span::after,
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-bold-links a.mega-menu-link:not(.link-has-img):hover:after {
    border-color: #F9423A;
    background: url(/wp-content/uploads/2023/03/red-angle-right.png);
    background-size: 100%;
    background-position: center center;
}
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li > ul.mega-sub-menu > li.mega-bold-links.mega-menu-item-has-children > a.mega-menu-link {
    display: none;
}
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.resources-megamenu-col > ul.mega-sub-menu > li.mega-bold-links a.mega-menu-link.link-has-img {text-transform: none;}

.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.resources-megamenu-col > ul.mega-sub-menu > li.mega-bold-links a.mega-menu-link.link-has-img span::after {
    visibility: hidden;
}

.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.resources-megamenu-col > ul.mega-sub-menu > li {
    width: 18.183%;
}

.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.resources-megamenu-col > ul.mega-sub-menu > li:nth-child(1) {width: 16.516%;}


.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.resources-megamenu-col > ul.mega-sub-menu > li:nth-child(2) {
    width: 28.93%;
}
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul li.network-health-menu-link > a {
    max-width: 180px;
}
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul li.renewable-menu-link > a {
    max-width: 192px;
}
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li.mega-menu-megamenu.mega-geo-megamenu-col > ul.mega-sub-menu > li.mega-menu-item ul li.mega-menu-heading-link a.mega-menu-link {
    margin-bottom: 0 !important;
}
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul li {
    line-height: 1;
}
.right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li > ul.mega-sub-menu > li.menu-heading-link-wrap > a {
    display: none;
}


.ne-home-banner, .block-hero.ne-home-banner.right_image_exist {
  position: relative;
  background: #ffffff;
  padding-top: 40px;
  padding-bottom: 67px;
}
.block-hero.ne-home-banner.right_image_exist::after {opacity: 0;}
.ne-home-banner-row, .block-hero.ne-home-banner.right_image_exist .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  align-items: inherit;
  margin-right: 0;
}
.ne-home-banner-row > div, .block-hero.ne-home-banner.right_image_exist .row > div {
  padding-left: 30px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  width: 51.9%;
}
.ne-home-banner-content, .block-hero.ne-home-banner.right_image_exist .text-container {
    max-width: 525px;
    margin: 0;
}
.ne-home-banner-img, .block-hero.ne-home-banner.right_image_exist .ne-home-banner-img {
  position: relative;
  border-top-left-radius: 100%;
  border-bottom-left-radius: 0;
  overflow: hidden;
  max-width: 553px;
  margin-left: auto;
}
.ne-home-banner-img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.ne-home-banner-img img, .ne-home-banner-img video, .ne-home-banner-img iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: bottom right;
}
.ne-home-banner-row .ne-home-banner-right, .block-hero.right_image_exist.ne-home-banner .row .ne-home-banner-right {
  width: 48.1%;
}
.ne-home-banner-row .ne-home-banner-left, .block-hero.right_image_exist.ne-home-banner.page .title {
  padding-top: 34px;
  padding-bottom: 70px;
  justify-content: inherit;
}
.ne-home-banner-content h1, .block-hero.block.ne-home-banner.right_image_exist .text-container h1 {
  font-weight: 400;
  font-size: 72px;
  color: #000000;
  line-height: 1.17;
  /* margin-bottom: 66px; */
  margin-bottom: 40px;
}
.ne-home-banner-content p, .block-hero.block.ne-home-banner.right_image_exist .text-container p {
  margin: 0 0 20px;
  font-size: 24px;
  color: #292E33;
  line-height: 1.42;
  font-weight: 400;
}
.ne-home-banner .container, .block-hero.block.ne-home-banner.right_image_exist .container {
  position: relative;
}
.ne-home-banner .ne-banner-scrollto {
  position: absolute;
  bottom: 0;
  left: 15px;
  display: inline-block;
}
.ne-home-banner .ne-banner-scrollto img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.ne-home-banner .ne-banner-scrollto a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
html body .block-hero.ne-home-banner a.button {
    background: none;
    border-radius: 30px;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.35;
    text-decoration: none;
    color: #F9423A;
    padding: 14px 24px 16px;
    position: relative;
    border: 1px solid #F9423A;
    transition: .3s;
    margin-top: 20px;
    margin-right: 20px;
}
html body .block-hero.ne-home-banner a.button:hover {
    background: #F9423A;
    color: #ffffff;
    border-color: #F9423A;
}
html body .block-hero.ne-home-banner a.button.btn-video {
    background: #F9423A;
    color: #ffffff;
    border: 1px solid #F9423A;
}
html body .block-hero.ne-home-banner a.button.btn-video::before {
    content: "";
    width: 12px;
    height: 15px;
    background: url('/wp-content/uploads/2023/03/play-icon-bordered.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin-right: 16px;
}
html body .block-hero.ne-home-banner a.button.btn-video:hover {
    background: #d5140c;
    color: #ffffff;
    border-color: #d5140c;
}

.home-banner-form-popup {
    display: none;
}
.ne-utilities-sec, html body .block-testimonials.block.ne-utilities-sec {
  padding: 60px 0;
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  background-color: #000000 !important;
}
.ne-utilities-row, .block-testimonials.block.ne-utilities-sec .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: 0;
}
.ne-utilities-row > div, .block-testimonials.block.ne-utilities-sec .container > .row > div {
  padding-left: 30px;
  width: 50%;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}
.ne-utilities-row .ne-utilities-left, .block-testimonials.block.ne-utilities-sec .row .slides-container {
  width: 100% !important;
}
.ne-utilities-row .ne-utilities-right {
  width: 0%;
}
.ne-utilities-sider {
  background: #fff;
  padding: 40px 60px 80px 40px;
  overflow: hidden;
  border-bottom-right-radius: 100%;
  min-height: 600px;
  max-width: 600px;
}
html body h5, .subheading, .block-testimonials.block.ne-utilities-sec .slides-container .slides .slide .text-col .subheading {
  font-weight: 400;
  font-size: 14px;
  color: #373C42 !important;
  margin: 0 0 15px;
  text-transform: uppercase;
  line-height: 1.28;
}
html body .subheading {
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #373C42 !important;
  margin: 0 0 15px !important;
  text-transform: uppercase !important;
  line-height: 1.28 !important;
}
html body h3 {
  font-size: 24px;
  line-height: 1.3;
}
.ne-utilities-content .subheading, .block-testimonials.block.ne-utilities-sec .slides-container .slides .slide .text-col .subheading {
  display: block;
  margin-bottom: 28px !important;
}
.ne-utilities-content p, .block-testimonials.block.ne-utilities-sec .slides-container .slides .slide .text-col .quote p {
  font-size: 18px;
  line-height: 1.44;
  color: #292E33;
  margin: 0 0 20px;
}
.ne-utilities-content .btn, html body .block-testimonials.block.ne-utilities-sec a.button {
  font-size: 18px;
  line-height: 1.44;
  color: #000000 !important;
  background: none !important;
  border: none !important;
  padding: 12px 0;
  min-width: 307px;
  display: inline-flex;
  justify-content: space-between;
  border-bottom: 1px solid #373C42 !important;
  border-radius: 0;
  position: relative;
  transition: .8s;
}
.ne-utilities-content .btn:hover, html body .block-testimonials.block.ne-utilities-sec a.button:hover {
  color: #F9423A !important;
  border-color: #F9423A !important;
  background: none !important;
}
.ne-utilities-content .btn::after,.block-testimonials.block.ne-utilities-sec a.button::after {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url('/wp-content/uploads/2023/03/arrow-right-black.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  transition: .8s;
  margin-left: 10px;
}
.ne-utilities-content .btn:hover:after, .block-testimonials.block.ne-utilities-sec a.button:hover:after {
  background: url('/wp-content/uploads/2023/03/arrow-right-red.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}
.ne-utilities-content .btn::before, .block-testimonials.block.ne-utilities-sec a.button::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: #F9423A;
    width: 0%;
    transition: all 0.8s ease;
    z-index: 2;
}

.ne-utilities-content .btn:hover:before, .block-testimonials.block.ne-utilities-sec a.button:hover:before {
    width: 100%;
}

.ne-utilities-content, .block-testimonials.block.ne-utilities-sec .slides-container .slides .slide .text-col .quote {
  max-width: 470px;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: left;
}
.block-testimonials.block.ne-utilities-sec .ne-utilities-sider .row {
    margin: 0;
}
.block-testimonials.block.ne-utilities-sec .slides-container .slides .slide .text-col {
    text-align: left;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    padding: 0;
}
.ne-utilities-content h3, .block-testimonials.block.ne-utilities-sec .text-col h3,
.ne-utilities-content p:first-of-type, .block-testimonials.block.ne-utilities-sec .text-col p:first-of-type {
  margin-top: 0 !important;
  margin-bottom: 12px !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  line-height: 1.3 !important;
  color: #000000 !important;
}
.ne-utilities-content h2, .block-testimonials.block.ne-utilities-sec .text-col h2 {
  margin-bottom: 28px;
  color: #F9423A;
  font-weight: 400;
}
.ne-utilities-content p:last-child, .block-testimonials.block.ne-utilities-sec .text-col p:last-child {
  margin-bottom: 0;
}
.block-testimonials.block.ne-utilities-sec .slides-container .slides .slide .text-col .quote p::before, .block-testimonials.block.ne-utilities-sec .slides-container .slides .slide .text-col .quote p::after {
    display: none;
}

.geospatial-companies-sec, .block-text.block.geospatial-companies-sec {
  background-image: none !important;
  background-color: #E9EDF0 !important;
  padding: 120px 0 !important;
}
.block-text.block.geospatial-companies-sec .backgrounds {
    display: none;
}
.geospatial-companies-sec .geospatial-companies-heading, .block-text.block.geospatial-companies-sec .geospatial-companies-heading {
  padding-top: 20px;
  border-top: 1px solid #373C42;
  margin-bottom: 28px;
}
.geospatial-companies-row, .block-text.block.geospatial-companies-sec .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: 0;

}
.geospatial-companies-row > div, .block-text.block.geospatial-companies-sec .row > div {
  padding-left: 30px !important;
  width: 50%;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: none;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}
.geospatial-companies h5, .geospatial-companies .subheading, .block-text.block.geospatial-companies-sec .subheading {
  color: #000;
}
.geospatial-companies h5:last-child, .geospatial-companies .subheading:last-child, .block-text.block.geospatial-companies-sec .subheading:last-child {margin-bottom: 0;}
.geospatial-companies-content h2, .block-text.block.geospatial-companies-sec h2 {
  font-size: 42px;
  color: #F9423A;
  line-height: 1.3;
  font-weight: 400;
}
.geospatial-companies-right .geospatial-companies-content, .block-text.block.geospatial-companies-sec .content-container {
  padding-top: 5px;
}
.geospatial-companies-content p, .block-text.block.geospatial-companies-sec .content-container p {
  font-size: 18px;
  line-height: 1.45;
  color: #373C42;
}
.block-text.block.geospatial-companies-sec.has-buttons .container .buttons-container {
    margin: 0;
    padding: 0;
}
.geospatial-companies-content .btn, .block-text.block.geospatial-companies-sec .content-container a.button {
  font-size: 18px;
  line-height: 1.44;
  color: #000000 !important;
  background: none !important;
  border: none !important;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  padding: 12px 0;
  min-width: 307px;
  display: inline-flex;
  justify-content: space-between;
  border-bottom: 1px solid #373C42 !important;
  border-radius: 0;
  width: 100%;
  position: relative;
  transition: .8s;
  margin-top: 20px;
}
.geospatial-companies-content .btn:hover, .block-text.block.geospatial-companies-sec .content-container a.button:hover {
  color: #F9423A !important;
  background: none !important;
  border-color: #F9423A !important;
}
.geospatial-companies-content .btn::after, .block-text.block.geospatial-companies-sec .content-container a.button::after {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url('/wp-content/uploads/2023/03/arrow-right-black.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  transition: .8s;
  margin-left: 10px;
}
.geospatial-companies-content .btn:hover:after, .block-text.block.geospatial-companies-sec .content-container a.button:hover:after {
  background: url('/wp-content/uploads/2023/03/arrow-right-red.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}
.geospatial-companies-content .btn::before, .block-text.block.geospatial-companies-sec .content-container a.button::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: #F9423A;
    width: 0%;
    transition: all 0.8s ease;
    z-index: 2;
}
.geospatial-companies-content .btn:hover:before, .block-text.block.geospatial-companies-sec .content-container a.button:hover:before {
    width: 100%;
}

.ne-power-network, .block-textimage.block.ne-power-network {
  padding: 68px 0 80px !important;
  background-color: #ffffff !important;
}
.ne-power-network h2, .block-textimage.block.ne-power-network h2 {
  font-size: 54px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 47px;
}
.ne-power-network-row, .block-textimage.block.ne-power-network .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: 0;
  align-items: inherit;
}
.ne-power-network-row > div, .block-textimage.block.ne-power-network .container .row > div {
    padding-left: 30px;
    width: 64.42%;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 0 !important;
    justify-content: inherit;
}
.ne-power-network-row .ne-power-network-left, .block-textimage.block.ne-power-network .container .row .text-col {
  width: 64.42%;
}
.ne-power-network-row .ne-power-network-right, .block-textimage.block.ne-power-network .container .row .image-col {
  width: 35.58%;
}
.ne-power-network-img img, .block-textimage.block.ne-power-network .container .image-col .image-container img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ne-power-network-img, .block-textimage.block.ne-power-network .container .image-col .image-container {
  position: relative;
  border-bottom-left-radius: 100%;
  overflow: hidden;
  background: #F9423A;
  height: auto;
  margin: 0;
}
.ne-power-network-img::before, .block-textimage.block.ne-power-network .container .image-col .image-container::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.ne-power-network-content ul, .block-textimage.block.ne-power-network .text-col .content-container ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 32px;
}
.ne-power-network-content ul li, .block-textimage.block.ne-power-network .text-col .content-container ul li {
  padding-left: 32px;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.42;
  position: relative;
  margin-bottom: 25px;
  color: #292E33;
}
.ne-power-network-content ul li:last-child, .ne-power-network-content p:last-child, .block-textimage.block.ne-power-network .text-col .content-container p:last-child {
  margin-bottom: 0;
}
.ne-power-network-content ul:last-child, .block-textimage.block.ne-power-network .text-col .content-container ul:last-child {
  margin-bottom: 0;
}
.ne-power-network-content ul li span, .block-textimage.block.ne-power-network .text-col .content-container ul li span, .block-textimage.block.ne-power-network .text-col .content-container ul li strong {
  font-size: 32px;
  line-height: 1.25;
  color: #F9423A;
  font-weight: 700;
}
.ne-power-network-content ul li::before, .block-textimage.block.ne-power-network .text-col .content-container ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 24px;
  transform: translateY(-50%);
  background: url('/wp-content/uploads/2023/03/arrow-right-black.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  height: 24px;
  margin-top: 3px;
}
.ne-power-network-content ul, .block-textimage.block.ne-power-network .text-col .content-container ul {
    opacity: 1;
    transform: translateZ(0);
}

.ne-power-network-content ul li, .block-textimage.block.ne-power-network .text-col .content-container ul li {
    transform: translate3d(-100px,0,0);
    transition-duration: 1s;
}

.ne-power-network-content ul.aos-animate li, .block-textimage.block.ne-power-network .text-col .content-container ul.aos-animate li {
    transform: translateZ(0);
}

.ne-power-network-content ul li:nth-child(2), .block-textimage.block.ne-power-network .text-col .content-container ul li:nth-child(2) {
    transition-delay: .3s;
}
.ne-power-network-content ul li:nth-child(3), .block-textimage.block.ne-power-network .text-col .content-container ul li:nth-child(3) {
    transition-delay: .6s;
}
.ne-power-network-content ul li:nth-child(4), .block-textimage.block.ne-power-network .text-col .content-container ul li:nth-child(4) {
    transition-delay: .9s;
}
.ne-power-network-content ul li:nth-child(5), .block-textimage.block.ne-power-network .text-col .content-container ul li:nth-child(5) {
    transition-delay: 1.2s;
}
.ne-power-network-content ul li:nth-child(6), .block-textimage.block.ne-power-network .text-col .content-container ul li:nth-child(6) {
    transition-delay: 1.5s;
}
.ne-power-network-content ul li:nth-child(7), .block-textimage.block.ne-power-network .text-col .content-container ul li:nth-child(7) {
    transition-delay: 1.8s;
}
.block-textimage.block.ne-power-network .text-col .content-container a.button {
    border-radius: 30px;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.35;
    text-decoration: none;
    color: #Fff;
    padding: 14px 24px 16px;
    position: relative;
    border: 1px solid #292E33;
    transition: .3s;
    background: #292E33;
    border-color: #292E33;
    margin-top: 20px;
}
.block-textimage.block.ne-power-network .text-col .content-container a.button:hover {
    opacity: 0.7;
    background: #292E33 !important;
    border-color: #292E33 !important;
    color: #ffffff !important;
}

.ne-digital-network, .block-text.block.ne-digital-network {
  padding-top: 80px !important;
  padding-bottom: 108px !important;
  position: relative;
  background-repeat: no-repeat !important;
  background-color: #000000 !important;
}
.block-text.block.ne-digital-network .backgrounds {
    display: none;
}
.ne-digital-network::before, .block-text.block.ne-digital-network::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000000;
  mix-blend-mode: multiply;
  opacity: 0.8;
}
.ne-digital-network .container, .block-text.block.ne-digital-network .container {
  position: relative;
  z-index: 1;
}
.ne-digital-network-inr, .block-text.block.ne-digital-network .text-left-right-inr {
  padding-top: 35px;
  border-top: 1px solid #FFFFFF;
}
.ne-digital-network-row, .block-text.block.ne-digital-network .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: 0;
}
.ne-digital-network-left, .block-text.block.ne-digital-network .row > div {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 0 !important;
    justify-content: inherit;
}
.ne-digital-network-left, .block-text.block.ne-digital-network .row > div:first-child {
  width: 25%;
  padding-left: 30px;
  padding-top: 8px;
}
.ne-digital-network-right, .block-text.block.ne-digital-network .row > div:last-child {
  width: 75%;
  padding-left: 30px;
}
.ne-digital-network-content, .block-text.block.ne-digital-network .content-container {
  color: #fff;
}
.ne-digital-network-content h5, .ne-digital-network-content .subheading, .block-text.block.ne-digital-network .content-container .subheading {
  color: #fff !important;
}
.ne-digital-network-content h2, .block-text.block.ne-digital-network .content-container h2 {
  font-weight: 400;
  font-size: 42px;
  line-height: 1.286;
  margin-bottom: 36px;
  color: #ffffff;
}
.ne-digital-network-content p, .block-text.block.ne-digital-network .content-container p {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.417;
  margin-bottom: 20px;
  max-width: 742px;
  color: #ffffff;
}
.ne-digital-network-content p:last-child, .block-text.block.ne-digital-network .content-container p:last-child {
  margin-bottom: 0;
}

.ne-utilities-sider .slick-dots {
  padding: 0;
  list-style: none;
  margin: 0;
  position: absolute;
  bottom: 60px;
  width: auto;
  margin: 0 -5px;
  line-height: 1;
  font-size: 0;
  height: auto;
}
.ne-utilities-sider .slick-dots li {
  width: auto;
  height: auto;
  display: inline-block;
  margin: 5px;
  line-height: 1;
  font-size: 0;
}
.ne-utilities-sider .slick-dots li button {
  height: 10px;
  width: 10px;
  background: #373C42;
  opacity: 0.3;
  border: none;
  border-radius: 50%;
  font-size: 0;
  line-height: 1;
  padding: 0;
}
.ne-utilities-sider .slick-dots li.slick-active button {
  background: #FA423B;
  opacity: 1;
}
.ne-utilities-sider .slick-arrow {
  display: none !important;
}


.ne-how-works {
  padding-bottom: 48px;
  background-color: #ffffff;
}
.ne-how-works-inr-wrap {
  background: #E9EDF0;
  border-radius: 0px 0px 0px 120px;
  padding: 78px 65px 74px;
}
.ne-how-works-heading {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 98px;
}
.ne-how-works-heading .subheading {
    color: #000000 !important;
}
.ne-how-works-heading-left {
  width: 25%;
  padding-right: 30px;
}
.ne-how-works-heading-right {
  width: 75%;
}
.ne-how-works-tab-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: inset 0 -1px 0 #373C42;
}
.ne-how-works-tab-item {
  width: calc(20% - 20px);
  display: flex;
}
.ne-how-works-tab-link {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44;
  opacity: 0.5;
  display: inline-block;
  width: 100%;
  padding-bottom: 18px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  margin-bottom: 0;
}
.ne-how-works-heading h3, .ne-how-works-heading h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
}
.ne-how-works-heading h3:last-child, .ne-how-works-heading h2:last-child {
  margin-bottom: 0;
}
.ne-how-works-tab-item.active .ne-how-works-tab-link {
  border-bottom-color: #F9423A;
  opacity: 1;
  font-weight: 700;
}
.ne-how-works-tab-content-wrap {
  padding-top: 35px;
}

.ne-how-works-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
}
.ne-how-works-content h2, .ne-how-works-content .tab-content-heading {
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 18px;
  color: #000000;
}
.ne-how-works-img {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.ne-how-works-img img, .ne-how-works-img video {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.ne-how-works-right {
  width: 63%;
  padding-left: 30px;
}
.ne-how-works-left {
  width: 37%;
  padding-left: 30px;
}
.ne-how-works-img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 54%;
}
.ne-how-works-content p, .ne-how-works-content li {
  font-size: 18px;
  color: #373C42;
  line-height: 1.44;
}
.ne-how-works-content ul li a {
  color: #373C42;
  text-decoration: none;
  border-bottom: 1px solid #373C42;
  position: relative;
  transition: 0.8s;
}
.ne-how-works-content ul li a:hover {
  border-color: #F9423A;
  color: #F9423A;
}
.ne-how-works-content ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: #F9423A;
    width: 0%;
    transition: all 0.8s ease;
    z-index: 2;
}
.ne-how-works-content ul li a:hover:before {
    width: 100%;
}
.ne-how-works-content p {
  margin-bottom: 20px;
  color: #292E33;
}
.ne-how-works-content ul, .checklist ul {
  padding: 0;
  list-style: none;
}
.ne-how-works-content ul:last-child, .checklist ul:last-child {margin-bottom: 0;}
.ne-how-works-content ul li, .ne-how-works-content .list-item, .checklist li {
  padding-left: 28px;
  position: relative;
  /* text-decoration: underline;
  text-underline-offset: 4px; */
  margin-bottom: 5px;
}
/* .ne-how-works-content .list-item p, .ne-how-works-content ul li span {border-bottom: 1px solid #373C42; display: inline-block;} */
.ne-how-works-content ul li::before, .ne-how-works-content .list-item::before, .checklist li::before {
  background: url('/wp-content/uploads/2023/03/red-check.svg');
  content: "";
  position: absolute;
  width: 13px;
  height: 14px;
  left: 0;
  top: 6px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.ne-how-works-content p:last-child, .ne-how-works-content ul li:last-child, .ne-how-works-content .list-item:last-child,.checklist li:last-child {
  margin-bottom: 0;
}


.ne-insights, .block-related.block.ne-insights {
  padding: 70px 0 !important;
  background-color: #E9EDF0 !important;
}
.ne-insights-heading h2, .block-related.block.ne-insights h2 {
  font-weight: 400;
  font-size: 42px;
  line-height: 54px;
  margin-bottom: 0;
}
.block-related.block.ne-insights .row {
    margin: 0;
}
.block-related.block.ne-insights .row > div {
    padding: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
}
.ne-insights-heading, .block-related.block.ne-insights .row > div:first-child {
  margin-bottom: 60px;
  padding-right: 50%;
}
.ne-insights-colbox, .block-related.block.ne-insights .articlebox {
  padding: 40px;
  background: #fff;
  border-radius: 0px 0px 48px 0px;
  height: 100%;
  padding-bottom: 90px;
  position: relative;
  min-height: 356px;
}
.block-related.ne-insights .article p {
    display: none;
}
.insights-slider .slick-track {
  display: flex;
}
.ne-insights-col.slick-slide {
  height: auto;
  padding: 0 20px;
}
.block-related.ne-insights .article {
    height: auto;
    padding: 0 20px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    margin-bottom: 0;
}
.insights-slider .slick-list {
  margin: 0 -20px;
}
.block-related.ne-insights .article .image {
    display: none;
}
.ne-insights-colbox h3, .block-related.block.ne-insights .article h3, .block-related.block.ne-insights .article h4 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 25px;
  color: #000000;
  margin-top: 0;
}
.ne-insights-colbox h3 a, .block-related.block.ne-insights .article h3 a, .block-related.block.ne-insights .article h4 a {
  color: #000000;
  text-decoration: none;
}
.ne-insights-colbox h3 a:hover, .block-related.block.ne-insights .article h3 a:hover, .block-related.block.ne-insights .article h4 a:hover {
  text-decoration: none;
}
.ne-insights-colbox .ne-insights-link, .block-related.block.ne-insights .article a.button {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 40px;
  display: block;
  background: none;
  font-size: 18px;
  line-height: 1.44;
  color: #000000 !important;
  background: none !important;
  border: none !important;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  padding: 12px 0;
  display: inline-flex;
  justify-content: space-between;
  border-bottom: 1px solid #373C42 !important;
  border-radius: 0;
  transition: .8s;
}
.btn.btn-right-arrow.ne-insights-link:hover, .block-related.block.ne-insights .article a.button:hover {
  border-color: #F9423A !important;
  background: none !important;
  color: #F9423A !important;
}
.btn.btn-right-arrow.ne-insights-link::after, .block-related.block.ne-insights .article a.button::after {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url('/wp-content/uploads/2023/03/arrow-right-black.svg');
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  transition: .8s;
  flex: 0 0 auto;
}
.btn.btn-right-arrow.ne-insights-link:hover:after, .block-related.block.ne-insights .article a.button:hover:after {
  background: url('/wp-content/uploads/2023/03/arrow-right-red.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}
.btn.btn-right-arrow.ne-insights-link::before, .block-related.block.ne-insights .article a.button::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: #F9423A;
    width: 0%;
    transition: all 0.8s ease;
    z-index: 2;
}
.btn.btn-right-arrow.ne-insights-link:hover:before, .block-related.block.ne-insights .article a.button:hover:before {
  width: 100%;
}
.ne-insights-colbox::before, .block-related.block.ne-insights .articlebox::before {
  content: "";
  background: url('/wp-content/uploads/2023/03/insights-icon.svg');
  display: block;
  width: 32px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  margin-bottom: 24px;
}
.slick-next.slick-arrow, .slick-prev.slick-arrow {
  position: relative;
  font-size: 0;
  line-height: 1;
  background: none;
  border: none;
}
.slick-next.slick-arrow::before, .slick-prev.slick-arrow::before {
  content: "";
  width: 34px;
  height: 34px;
  display: inline-block;
  background: url('/wp-content/uploads/2023/03/arrow-right-black.svg');
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}
.slick-prev.slick-arrow::before {
  transform: rotateY(180deg);
}
.insights-slider {
  position: relative;
  width: 100%;
}
.block-related.ne-insights .row {margin: 0;}
.block-related.ne-insights .row > div {padding-left: 0; padding-right: 0;}
.insights-slider .slick-arrow {
  position: absolute;
  top: -95px;
}
.insights-slider .slick-next.slick-arrow {
  right: 0;
}
.insights-slider .slick-prev.slick-arrow {
  right: 68px;
}


.ne-need-answers, .block-textimage.block.ne-need-answers {
  background-color: #F9423A !important;
  padding: 60px 0 !important;
  color: #fff !important;
}
.ne-need-answers-row, .block-textimage.block.ne-need-answers .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: 0;
  align-items: center;
}
.block-textimage.block.ne-need-answers .row > div {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
}
.ne-need-answers-left, .block-textimage.block.ne-need-answers .row .image-col {
  width: 33%;
  padding-left: 30px;
}
.ne-need-answers-left .ne-power-network-img, .block-textimage.block.ne-need-answers .row .image-col .image-container, .block-textimage.block.ne-need-answers .row .image-col .video-container {
  border-bottom-left-radius: 0;
  border-top-right-radius: 100%;
  background: #ffffff;
  position: relative;
  height: auto !important;
  margin: 0 !important;
}
.block-textimage.block.ne-need-answers .row .image-col .image-container::before, .block-textimage.block.ne-need-answers .row .image-col .video-container::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
    height: auto;
}
.block-textimage.block.ne-need-answers .row .image-col .image-container img, .block-textimage.block.ne-need-answers .row .image-col .video-container video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.ne-need-answers-right, .block-textimage.block.ne-need-answers .row .text-col {
  width: 67%;
  padding-left: 30px;
}
.ne-need-answers-content, .block-textimage.block.ne-need-answers .text-col .content-container {
  max-width: 770px;
  margin-left: auto;
  text-align: right;
  margin: 0;
  height: auto !important;
}
.ne-need-answers-content h2, .block-textimage.block.ne-need-answers .content-container h2 {
  font-weight: 400;
  font-size: 54px;
  line-height: 1.11;
  margin-bottom: 20px;
  color: #ffffff;
}
.block-textimage.block.ne-need-answers .content-container p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
}
.block-textimage.block.ne-need-answers .content-container p {
    margin-bottom: 24px;
}
.block-textimage.block.ne-need-answers .content-container p:last-child {
    margin-bottom: 0;
}
.block-textimage.block.ne-need-answers .content-container a.button {
    background: #292E33;
    border-radius: 30px;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.35;
    text-decoration: none;
    color: #ffffff;
    padding: 14px 24px 16px;
    position: relative;
    border: 1px solid #292E33;
    transition: .3s;
    margin-top: 20px;
}
.ne-need-answers-content a.btn, .block-textimage.block.ne-need-answers .content-container a.button, .block-text.block.umbrella-single-content a.button {
    padding: 13px 24px 16px;
    min-width: 168px;
    font-size: 20px;
    text-align: center;
    border-radius: 30px;
}
.block-textimage.block.ne-need-answers .content-container a.button:hover {
    background: #292E33 !important;
    color: #ffffff !important;
    border: 1px solid #292E33 !important;
    opacity: 0.7;
}

.ne-success-stories, .block-testimonials.ne-success-stories.block {
  background-color: #292E33 !important;
  color: #ffffff !important;
  padding: 80px 0 52px !important;
}
.ne-ss-heading {
  border-top: 1px solid #FFFFFF;
  padding: 20px 0 40px;
}
.ne-ss-inr {
  padding-top: 20px;
}
.ne-ss-heading h5, .ne-ss-heading .subheading, .block-testimonials.ne-success-stories.block .subheading {
  color: #ffffff !important;
}
.ne-ss-heading h5:last-child, .ne-ss-heading .subheading:last-child, .block-testimonials.ne-success-stories.block .subheading:last-child {
  margin-bottom: 0;
}
.ne-ss-row, .block-testimonials.ne-success-stories.block .slides {
  display: flex;
  flex-wrap: wrap;
  margin-left: -80px;
  margin-right: 0;
}
.ne-ss-row > div, .block-testimonials.ne-success-stories.block .slides .slide {
  padding-left: 80px;
  width: 50%;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: none;
  margin-bottom: 40px;
}
.block-testimonials.ne-success-stories.block .slides {
    display: grid;
    grid-template-columns: repeat(3, 50%);
}

.block-testimonials.ne-success-stories.block .slides .slide:nth-child(2) {
    grid-column: 2;
    grid-row: 1 / 2;
    width: 100%;
}

.block-testimonials.ne-success-stories.block .slides .slide:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}

.block-testimonials.ne-success-stories.block .slides .slide:nth-child(3) {
    grid-column: 2;
    grid-row: 2 / 3;
    margin-left: auto;
    width: 100%;
}
.block-testimonials.ne-success-stories.block .slides-container .slides .slide .text-col .quote {
    padding: 0px;
    margin: 0px;
    width: 100%;
}
.block-testimonials.ne-success-stories.block .slides-container .slides .slide .text-col .quote p::before,
.block-testimonials.ne-success-stories.block .slides-container .slides .slide .text-col .quote p::after {
    display: none;
}
.block-testimonials.ne-success-stories.block .container .row {
    margin: 0;
}
.block-testimonials.ne-success-stories.block .container .row > div {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    padding: 0;
    text-align: left;
}
.block-testimonials.ne-success-stories.block .slides-container .slides .slide .row {
    margin: 0;
}
.block-testimonials.ne-success-stories.block .slides-container .slides .slide .row > div {
    padding: 0;
    -webkit-flex: 0 0 auto;
   -ms-flex: 0 0 auto;
   flex: 0 0 auto;
   max-width: none;
   width: 100%;
}
.ne-ss-quote p, .block-testimonials.ne-success-stories.block .slides-container .slides .slide .text-col .quote p {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 40px;
  color: #ffffff;
}
.ne-ss-quote p:last-child, .block-testimonials.ne-success-stories.block .slides-container .slides .slide .text-col .quote p:last-child {
  margin-bottom: 0;
}
.ne-ss-profile {
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ne-ss-profile-img {
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.ne-ss-profile-img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.ne-ss-profile-img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 50% !important;
}
.ne-ss-profile-info {
  flex: 1;
  -ms-flex: 1;
  padding-left: 17px;
}
.ne-ss-profile-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  display: block;
  margin: 0 !important;
  color: #ffffff !important;
}
.ne-ss-profile-role {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin: 0 !important;
  color: #ffffff !important;
}
.ne-ss-box {
  margin-bottom: 40px;
}
.ne-ss-box:last-child {
  margin-bottom: 0;
}
.ne-ss-right .ne-ss-quote p, .ne-ss-quote p, .block-testimonials.ne-success-stories.block .slides-container .slides .slide:not(:first-child) .text-col .quote p {
  font-size: 24px;
  line-height: 1.41;
}


.ne-logos-section, .block-gallery.block.ne-logos-section {
  padding: 80px 0 !important;
}
.ne-logos-heading h2 {
  font-weight: 400;
  font-size: 54px;
  line-height: 64px;
}
.nne-logos-row, .block-gallery.block.ne-logos-section .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
  margin-right: 0;
}
.ne-logos-col, .block-gallery.block.ne-logos-section .row > div {
  width: 16.66%;
  padding-left: 40px;
  margin: 20px 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: none;
}
.block-gallery.block.ne-logos-section .row > .ne-logos-heading {
  padding-right: 35%;
  margin-bottom: 40px;
  width: 100%;
}
.ne-logos-colbox {
  background: none;
  padding: 0;
}
.ne-logos-img, .block-gallery.block.ne-logos-section .image {
  position: relative;
  max-width: 132px;
  margin: 0 auto;
}
.ne-logos-img::before, .block-gallery.block.ne-logos-section .image::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 113.64%;
}
.ne-logos-img img, .block-gallery.block.ne-logos-section .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: contain;
}

.ne-get-demo-row, .block-textimage.rect.ne-get-demo .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: 0;
  align-items: center;
}
.ne-get-demo-row > div, .block-textimage.rect.ne-get-demo .row > div {
  padding-left: 30px;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.ne-get-demo-row .ne-get-demo-left, .block-textimage.rect.ne-get-demo.image-right .text-col {
  width: 64.35%;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: none;
}
.ne-get-demo-row .ne-get-demo-right, .block-textimage.rect.ne-get-demo.image-right .image-col {
  width: 35.65%;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: none;
}
.ne-get-demo-img::before, .block-textimage.ne-get-demo .image-col .image-container::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.ne-get-demo-img, .block-textimage.ne-get-demo .image-col .image-container {
  position: relative;
  border-bottom-left-radius: 100%;
  overflow: hidden;
  background: #F9423A;
  margin: 0;
  height: auto !important;
}
.ne-get-demo-img img, .block-textimage.ne-get-demo .image-col .image-container img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ne-get-demo, .block-textimage.ne-get-demo {
  padding: 60px 0 !important;
  background: #E9EDF0 !important;
}
.ne-get-demo-content, .block-textimage.ne-get-demo .content-container {
    max-width: 700px;
}
.ne-get-demo-content h2, .block-textimage.ne-get-demo .content-container h2 {
  font-weight: 400;
  font-size: 54px;
  line-height: 1.19;
  margin-bottom: 24px;
  color: #000000 !important;
}
.ne-get-demo-content p, .block-textimage.ne-get-demo .content-container p {
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  color: #373C42 !important;
}
.ne-get-demo-content p:last-child, .block-textimage.ne-get-demo .content-container p:last-child {
  margin-bottom: 0;
}
.ne-get-demo-content .btn, .block-textimage.ne-get-demo .button {
  font-size: 20px;
  line-height: 1.3;
}
.block-textimage.ne-get-demo .button {
    background: #F9423A !important;
    border-radius: 30px;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    text-decoration: none;
    color: #ffffff !important;
    padding: 14px 24px 16px;
    position: relative;
    border: 1px solid #F9423A !important;
    transition: .3s;
}
.block-textimage.ne-get-demo .button:hover {
    background: #DC2F28 !important;
    border: 1px solid #DC2F28 !important;
    color: #ffffff !important;
}

.ne-need-answers-content a.btn {
    padding: 13px 24px 16px;
    min-width: 168px;
    font-size: 20px;
}

.ne-get-demo-content {
    max-width: 700px;
}

.block-textimage.ne-get-demo.ne-services-demo {
    background: #F9423A !important;
}

.block-textimage.ne-get-demo.ne-services-demo .content-container h2, .block-textimage.ne-get-demo.ne-services-demo .content-container p {
    color: #fff !important;
}

.block-textimage.ne-get-demo.ne-services-demo .button {
    background: #292E33 !important;
    color: #fff !important;
    border-color: #292E33 !important;
    font-size: 20px;
    text-transform: none;
    margin-top: 20px;
}

.block-textimage.ne-get-demo.ne-services-demo .button:hover {
    background: #292E33 !important;
    color: #fff !important;
    border-color: #292E33 !important;
    opacity: .7;
}
.block-textimage.ne-get-demo.ne-services-demo .image-col .image-container {
    border-bottom-left-radius: 0;
    border-top-left-radius: 100%;
    max-width: 408px;
    margin-left: auto;
}



/* Footer css */
body footer {
    background: #292E33;
}

.footer-container .address {-ms-flex: 0 0 21.6%;flex: 0 0 21.6%;max-width: 21.6%;width: 21.6%;}

footer .footer-container .content .navigation {
    -ms-flex: 0 0 78.4%;
    flex: 0 0 78.4%;
    max-width: 78.4%;
    width: 78.4%;
}

.footer-colwrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.footer-col {
    width: 15%;
    padding: 0 15px;
}

.footer-col:last-child {
    width: 61%;
}

.footer-col-heading {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 16px;
    line-height: 1.4;
}

footer .footer-container .content .navigation .nav-container {
    text-align: left;
}

footer .footer-container .content .navigation .nav-container ul {
    text-align: left;
}

footer .footer-container .content .navigation .nav-container ul li {
    margin: 0 0 8px;
    display: block;
}

footer .footer-container .content .navigation .nav-container ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    opacity: 0.7;
    text-decoration: none;
    transition: .3s;
    text-transform: none;
    margin: 0;
    letter-spacing: 0;
}

footer .footer-container .content .navigation .nav-container ul li a:hover {
    opacity: 1;
    text-decoration: none;
}

footer .footer-container .content .navigation .nav-container ul li:last-child {
    margin-bottom: 0;
}

.footer-col .footer-col-subheading:not(:first-of-type) {
    margin-top: 30px;
}
.footer-col .footer-col-heading a, .footer-col-subheading a {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
}
.footer-col .footer-col-heading a:hover, .footer-col-subheading a:hover {
    text-decoration: none;
}
.footer-col-subheading {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    margin-bottom: 12px;
    display: block;
}

.footer-col:nth-child(2) {
    width: 24%;
}
footer .footer-container .content .copyright {
    margin-top: 20px;
}

footer .footer-container .content .copyright .copyright-container p {
    display: inline-block;
    margin: 0;
    margin-right: 20px;
    color: #E9EDF0;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

footer .footer-container .content .copyright .copyright-container p:last-child {
    margin-right: 0;
}
footer .footer-container .content .copyright .copyright-container a {
    color: #E9EDF0 !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

footer .footer-container .content .copyright .copyright-container p:last-child a {
    display: inline-block;
    margin: 0 29px;
    transition: .3s;
}

footer .footer-container .content .copyright .copyright-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

footer .footer-container .content .container .divider {
    padding-top: 80px;
    border: none;
}

footer .footer-container .content {
    padding-bottom: 38px;
}

footer .footer-container .content .copyright .copyright-container p:last-child a:hover {
    color: #f9423a;
}

footer .footer-container .content .address .branding img {
    max-width: 189px;
    height: 34px;
    object-fit: contain;
}

footer .footer-container .content .address .branding {
    margin-bottom: 20px;
}

footer .footer-container .content .address .address-container p.email {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

footer .footer-container .content .social {
    margin-top: 32px;
}

footer .footer-container .content .address .address-container .social > p {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 8px;
    display: block;
}

footer .footer-container .content .social ul li a {
    width: 28px;
    height: 28px;
    background: #F9423A;
    display: inline-block;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    line-height: 1;
}

footer .footer-container .content .social ul li a svg {
    width: 16px;
    height: 16px;
    color: #ffffff;
    fill: #ffffff;
}

footer .footer-container .content .address .social ul li a p {
    font-size: 0;
    line-height: 1;
}

footer .footer-container .content .social ul li {
    margin-right: 12px;
}

footer .footer-container .content .social ul {
    display: flex;
    flex-wrap: wrap;
}
.footer-col .row > div {
    margin-bottom: 30px;
}
.footer-colbox {
    margin-bottom: 30px;
}

.footer-colbox:last-child {
    margin-bottom: 0;
}
.footer-colwrap .row.desktop-hidden {
    display: none;
}

.ne-btns-wrap {
    -webkit-transform: translateZ(0) !important;
    transform: translateZ(0) !important;
}
.ne-power-network .ne-btns-wrap {opacity: 1; visibility: visible;-webkit-transform: translateZ(0) !important;transform: translateZ(0) !important;}
.ne-success-stories.ne-ss-mobile {
    display: none;
}
.ne-how-works-tab-dropdown {display: none;}
.ne-need-answers-content a.btn, .ne-get-demo-content .btn, .block-textimage.ne-get-demo .button {
    transform: translateZ(0);
}
.ne-logos-col {
    transform: translateZ(0);
}

/* .insights-slider .slick-arrow {
    transform: translateZ(0);
    opacity: 0;
}
.insights-slider .slick-arrow.aos-animate {
    opacity: 1;
} */


/* Services page New css */

.ne-home-banner.services-banner, .block-hero.page.services-banner {
    background: #292E33;
    color: #ffffff;
    padding: 48px 0;
}

.services-banner .ne-home-banner-content h1, .services-banner.block-hero.page .title .text-container h1 {
    font-weight: 400;
    font-size: 60px;
    line-height: 72px;
    color: #Fff;
    margin-bottom: 32px;
}

.services-banner .ne-home-banner-content p, .services-banner.block-hero .title-container .title .text-container p {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    margin-top: 0;
}
.services-banner .ne-home-banner-content p:last-child, .services-banner.block-hero .title-container .title .text-container p:last-child {
    margin-bottom: 0;
}
.services-banner .ne-home-banner-row .ne-home-banner-right, .block-hero.right_image_exist .ne-home-banner-right {
    width: 28.245%;
    padding-left: 30px;
    padding-right: 0;
}
body .block-hero {margin-top: 0;}
.services-banner.block-hero .tinter {
    opacity: 0;
    visibility: hidden;
}
.services-banner .ne-home-banner-row .ne-home-banner-left, .right_image_exist.block-hero.page .title {
    width: 71.755%;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 0;
    justify-content: inherit;
}
.services-banner .ne-home-banner-content, .services-banner.block-hero .title .text-container {
    max-width: 811px;
    margin-bottom: 0;
    margin-top: 0;
}

.services-banner .ne-home-banner-row, .block-hero.right_image_exist .row {
    align-items: center;
    margin-right: 0;
    margin-left: -30px;
}

.services-banner .ne-home-banner-content p:last-child {
    margin-bottom: 0;
}
.services-banner.block-hero .title .text-container .buttons .button {
    background: #F9423A;
    border-radius: 30px;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.35;
    text-decoration: none;
    color: #ffffff;
    padding: 14px 24px 16px;
    position: relative;
    border: 1px solid #F9423A;
    transition: .3s;
    margin-top: 20px;
}

.services-banner.block-hero .title .text-container .buttons .button:hover {
    background: #d5140c;
    color: #ffffff;
    border-color: #d5140c;
}

/* .block-hero.right_image_exist::after {display: none;} */
.block-hero.right_image_exist .ne-home-banner-img, .block-hero.services-banner .ne-home-banner-img {
  border-top-left-radius: 0;
  border-bottom-left-radius: 100%;
}


.ne-services-img-text-section, .block-textimage.ne-services-img-text-section {
    padding: 60px 0 !important;
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.ne-services-img-text-row, .block-textimage.ne-services-img-text-section .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -72px;
    margin-right: 0;
}

.ne-services-img-text-row > div, .block-textimage.ne-services-img-text-section .row > div {
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 72px;
    width: 50%;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
}
.ne-services-img-text-row > div, .block-textimage.ne-services-img-text-section .row > div {
    justify-content: flex-start;
}
.ne-services-img-text-section::before, .block-textimage.ne-services-img-text-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(273.68deg, rgba(41, 46, 51, 0.85) 46.45%, rgba(112, 112, 112, 0.7) 96.58%);
    mix-blend-mode: multiply;
}

.ne-services-img-text-section .container, .block-textimage.ne-services-img-text-section .container {
    position: relative;
    z-index: 1;
}

.ne-services-img-text-content p, .block-textimage.ne-services-img-text-section .text-col p {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 32px;
}

.ne-services-img-text-content p:last-child, .block-textimage.ne-services-img-text-section .text-col p:last-child {
    margin-bottom: 0;
}

.ne-services-img-text-content ul, .block-textimage.ne-services-img-text-section .text-col ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.block-textimage.ne-services-img-text-section .text-col ul {
    margin-bottom: 20px;
}
.block-textimage.ne-services-img-text-section .text-col ul:last-child {
    margin-bottom: 0;
}
.block-textimage.ne-services-img-text-section .text-col .buttons a.button {
    border-radius: 30px;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.35;
    text-decoration: none;
    padding: 14px 24px 16px;
    position: relative;
    border: 1px solid #FFFFFF;
    transition: .3s;
    background: none;
    color: #FFFFFF;
    margin-top: 20px;
}
.block-textimage.ne-services-img-text-section .text-col .buttons a.button:hover {
    background: #ffffff !important;
    border-color: #FFFFFF !important;
    color: #000000 !important;
}
.ne-services-img-text-content ul li, .block-textimage.ne-services-img-text-section .text-col ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    padding-left: 28px;
    position: relative;
    margin-bottom: 20px;
    color: #fff;
}
.ne-services-img-text-content ul li:last-child, .block-textimage.ne-services-img-text-section .text-col ul li:last-child {
    margin-bottom: 0;
}
.ne-services-img-text-content ul li::before, .block-textimage.ne-services-img-text-section .text-col ul li::before {
    background: url(/wp-content/uploads/2023/03/red-check.svg);
    content: "";
    position: absolute;
    width: 13px;
    height: 14px;
    left: 0;
    top: 6px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.ne-services-img-text-img, .block-textimage.ne-services-img-text-section .image-col .image-container {
    position: relative;
    border-radius: 100px;
    overflow: hidden;
    max-width: 600px;
    height: auto !important;
    margin: 0;
}

.ne-services-img-text-img::before, .block-textimage.ne-services-img-text-section .image-col .image-container::before {
    content: "";
    display: block;
    padding-top: 83.334%;
    width: 100%;
}
.ne-services-img-text-img img, .block-textimage.ne-services-img-text-section .image-col .image-container img,
.ne-services-img-text-img video, .block-textimage.ne-services-img-text-section .image-col .image-container video,
.ne-services-img-text-img iframe, .block-textimage.ne-services-img-text-section .image-col .image-container iframe {
  max-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 100px;
}

.ne-services-text-img-repeatable-sec, .block-textimage.ne-text-img-repeatable-sec {
    padding: 30px 0 !important;
    position: relative;
}
.block-textimage.ne-text-img-repeatable-sec.first {
    padding-top: 60px !important;
}
.block-textimage.ne-text-img-repeatable-sec.last {
    padding-bottom: 80px !important;
}
.ne-services-text-img-repeatable-heading, .block-text.one-col.ne-text-img-repeatable-title .content-container {
    margin-bottom: 60px;
    padding-right: calc(25.039% + 20px);
    position: relative;
}
.block-text.one-col.ne-text-img-repeatable-title .content-container {margin-bottom: 0;}
.block-text.one-col.ne-text-img-repeatable-title {padding-bottom: 0 !important;padding-top: 60px !important;}
.ne-services-text-img-repeatable-heading h2, .block-text.one-col.ne-text-img-repeatable-title .content-container h2 {
    color: #000000;
    font-weight: 400;
    font-size: 54px;
    line-height: 64px;
}
.ne-services-text-img-repeatable-row, .block-textimage.ne-text-img-repeatable-sec .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -80px;
    margin-right: 0;
}
.ne-services-text-img-repeatable-row > div, .block-textimage.ne-text-img-repeatable-sec .text-col, .block-textimage.ne-text-img-repeatable-sec .image-col {
    width: 50%;
    padding-left: 80px;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
}

.ne-services-text-img-repeatable-heading::after, .block-text.one-col.ne-text-img-repeatable-title .content-container::after {
    content: "";
    border-top: 2px solid #F9423A;
    position: absolute;
    width: 25.039%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ne-services-text-img-repeatable-heading h2:last-child, .block-text.one-col.ne-text-img-repeatable-title .content-container h2:last-child {
    margin-bottom: 0;
}

.ne-services-text-img-repeatable-content h3, .block-textimage.ne-text-img-repeatable-sec .text-col h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #292E33;
    margin-bottom: 20px;
}

.ne-services-text-img-repeatable-content p, .block-textimage.ne-text-img-repeatable-sec .text-col p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #292E33;
    margin: 0 0 25px;
}

.ne-services-text-img-repeatable-content p:last-child, .block-textimage.ne-text-img-repeatable-sec .text-col p:last-child {
    margin-bottom: 0;
}

.ne-services-text-img-repeatable-img img {
    border-radius: 5px 50px 5px 5px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.ne-services-text-img-repeatable-img::before {
    content: "";
    display: block;
    padding-top: 63.17%;
    width: 100%;
}

.ne-services-text-img-repeatable-item {
    margin-bottom: 60px;
}

.ne-services-text-img-repeatable-item:last-child {
    margin-bottom: 0;
}

.ne-services-text-img-repeatable-item:nth-child(even) .ne-services-text-img-repeatable-row {
    flex-direction: row-reverse;
}


.block-textimage.ne-text-img-repeatable-sec .image-col .image-container, .block-textimage.ne-text-img-repeatable-sec .image-col .video-container {
    margin: 0;
    position: relative;
    height: auto !important;
}

.block-textimage.ne-text-img-repeatable-sec .image-col .image-container::before, .block-textimage.ne-text-img-repeatable-sec .image-col .video-container::before {
    content: "";
    display: block;
    padding-top: 63.17%;
    width: 100%;
}

.block-textimage.ne-text-img-repeatable-sec .image-col .image-container img, 
.block-textimage.ne-text-img-repeatable-sec .image-col .video-container video,
.block-textimage.ne-text-img-repeatable-sec .image-col .video-container iframe {
    border-radius: 5px 50px 5px 5px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.block-textimage.ne-text-img-repeatable-sec.image-left .image-col .image-container img, .block-textimage.ne-text-img-repeatable-sec.image-left .image-col .video-container video {
    border-radius: 5px 5px 5px 50px;
}

.block-text.ne-our-customers {
    background: rgba(233, 237, 240, 0.5);
    border-radius: 0px;
    padding: 80px 0 88px !important;
}

.ne-our-customers-heading.small-title {
    margin-bottom: 24px;
    position: relative;
    padding-left: 140px;
}
.ne-our-customers-heading.small-title::before {
    content: "";
    display: inline-block;
    height: 2px;
    width: 108px;
    background: #F9423A;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

body .block-text.block.ne-our-customers .container .row > div {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 110px;
}

body .block-text.block.ne-our-customers .container .row {
    margin-right: 0;
    margin-left: -110px;
}

.block-text.ne-our-customers .content-container {
    border-top: 1px solid #373C42;
    padding-top: 32px;
}

.block-text.ne-our-customers .content-container p {
    font-weight: 400;
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 32px;
    color: #373C42;
}
.ne-case-studies-content h3 {
    color: #292E33;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 24px;
    font-weight: 400;
}

.ne-case-studies-content h3:not(:first-child) {
    margin-top: 40px;
}
.block-text.ne-our-customers .content-container ul {
    padding-left: 34px;
}
.block-text.ne-our-customers .content-container li {
    font-weight: 400;
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 0;
    color: #373C42;
}

.block-text.ne-our-customers .content-container p:last-child {
    margin-bottom: 0;
}

.block-text.ne-our-customers .content-container .icon-list-repeater:not(first-child) {
    margin-top: 40px;
}

.block-text.ne-our-customers .content-container .icon-list-repeater-itembox {
    display: flex;
    align-items: center;
}

.block-text.ne-our-customers .content-container .icon-list-repeater-itembox .icon-list-repeater-item-img {
    width: 50px;
    height: 50px;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 20px;
}
.block-text.ne-our-customers .content-container .icon-list-repeater-itembox .icon-list-repeater-item-img img.mobile_icon {
    display: none;
}
.block-text.ne-our-customers .content-container .icon-list-repeater-item {
    margin-bottom: 20px;
}

.block-text.ne-our-customers .content-container .icon-list-repeater-item-content p {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #000000;
}

.block-text.ne-our-customers .content-container .icon-list-repeater-item:last-child {
    margin-bottom: 0;
}
.block-text.ne-our-customers .backgrounds {
    display: none;
}


/* umbrella page css */
.block-hero.block.right_image_exist::after {
    border-radius: 0;
}
.block-hero.block.network-health-section::before {
    content: "";
    background: rgba(112, 112, 112, 0.5);
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.block-hero.block.network-health-section {
    position: relative;
}
.block-hero.block.page.services-banner.network-health-section {
    padding: 70px 0;
}
.block-text.block.umbrella-single-content {
    padding: 44px 0 50px !important;
}
.block-hero.block.network-health-section.page .title .text-container h1 {
    font-size: 72px;
    line-height: 84px;
}
.block-hero.block.network-health-section.page .title .text-container h1:last-child {
    margin-bottom: 0;
}
p:empty {
    display: none;
}
.block-hero.block.network-health-section.page .title .text-container p {
    font-size: 28px;
    line-height: 38px;
}

.block-text.block.umbrella-single-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #292E33;
    margin-bottom: 24px;
}
.block-text.block.umbrella-single-content h2 {
    font-weight: 400;
    font-size: 42px;
    line-height: 1.3;
    color: #000000;
}
/* .block-text.block.umbrella-single-content p:first-child {
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;
    color: #000000;
} */
/* .block-text.block.umbrella-single-content p:first-child {
    font-size: 24px;
    line-height: 34px;
} */

.block-text.block.umbrella-single-content p:last-child {
    margin-bottom: 0;
}

.block-text.block.umbrella-single-content .content-container {
    max-width: 872px;
    padding-left: 140px;
    position: relative;
}
.block-text.explore-solutions-section {
    padding: 50px 0 0 !important;
}

.block-text.explore-solutions-section .explore-sloutions-heading {
    margin-bottom: 60px;
    position: relative;
    padding-left: 140px;
}

.block-text.explore-solutions-section .explore-sloutions-heading h2 {
    font-weight: 400;
    color: #000000;
}
.block-text.explore-solutions-section .explore-sloutions-heading h2:last-child {
    margin-bottom: 0;
}
.block-text.explore-solutions-section .explore-sloutions-heading::before {
    content: "";
    display: inline-block;
    height: 2px;
    width: 108px;
    background: #F9423A;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.explore-solutions-inr {
    width: 100%;
    padding-left: 142px;
}

.explore-solutions-inr .row {
    margin-right: 0;
    margin-left: -88px;
}

.explore-solutions-inr .row > div {
    padding-left: 88px;
    margin-bottom: 56px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: 50%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
}
.explore-solutions-col-img a {
    width: 100%;
    display: block;
}
.explore-solutions-col-img img {
    width: 100%;
}
.explore-solutions-col-content .button {
    font-size: 18px;
    line-height: 1.44;
    color: #000000 !important;
    background: none !important;
    border: none !important;
    padding: 12px 0;
    min-width: 100%;
    display: inline-flex;
    justify-content: space-between;
    border-bottom: 1px solid #373C42 !important;
    border-radius: 0;
    position: relative;
    transition: .8s;
    font-weight: 400;
    width: 100%;
    margin-bottom: 0;
}
.explore-solutions-col-content .button h3 {
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.44;
    color: #000000 !important;
    margin-bottom: 0 !important;
    transition: .8s;
}
.explore-solutions-col-content .button:hover h3 {
    color: #F9423A !important;
}

.explore-solutions-col-content .button::after {
    content: "";
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
    display: inline-block;
    background: url('/wp-content/uploads/2023/03/arrow-right-black.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    transition: .8s;
    margin-left: 10px;
}

.explore-solutions-col-content .button:hover:after {
    background: url('/wp-content/uploads/2023/03/arrow-right-red.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}

.explore-solutions-col-content .button:hover {
    color: #F9423A !important;
    border-color: #373C42 !important;
    background: none !important;
}

.explore-solutions-col-content .button::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: #F9423A;
    width: 0%;
    transition: all 0.8s ease;
    z-index: 2;
}

.explore-solutions-col-content .button:hover:before {
    width: 100%;
}
.block-textimage.block.ne-need-answers.umbrella-power-network {
    padding: 30px 0 80px !important;
    background-color: #ffffff !important;
}
.block-textimage.block.ne-need-answers.umbrella-power-network .text-col .content-container {
    text-align: left;
}

.block-textimage.block.ne-need-answers.umbrella-power-network .text-col .content-container h2 {
    font-weight: 400;
    font-size: 38px;
    line-height: 50px;
    color: #ffffff;
    margin-bottom: 24px;
}

.block-textimage.block.ne-need-answers.umbrella-power-network .text-col {
    width: 64.95%;
    padding-left: 100px;
}

.block-textimage.block.ne-need-answers.umbrella-power-network .image-col {
    width: 34.921%;
    padding-left: 100px;
}

.block-textimage.block.ne-need-answers.umbrella-power-network .row {
    margin-left: -100px;
}
.block-textimage.block.ne-need-answers.umbrella-power-network .block-textimage-inr {
    background-color: #292E33;
    border-radius: 20px 0px 0px 20px;
    padding: 40px 60px;
    overflow: hidden;
}
.block-textimage.block.ne-need-answers.umbrella-power-network .content-container a.button, .block-text.block.umbrella-single-content a.button {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    min-width: 150px;
    border: 1px solid #F9423A;
    color: #ffffff;
    background: #F9423A;
    margin-top: 16px;
}
.block-textimage.block.ne-need-answers.umbrella-power-network .content-container a.button:hover, .block-text.block.umbrella-single-content a.button:hover {
    background: #d5140c !important;
    color: #ffffff !important;
    border-color: #d5140c !important;
    opacity: 1;
}
.fancybox-content button.fancybox-button.fancybox-button--close, .fancybox-content button.fancybox-close-small {
    right: -3px;
    left: inherit;
    position: absolute;
    top: -24px;
    bottom: inherit;
    background: none;
    padding: 0;
    width: 20px;
    height: 20px;
}
.fancybox-toolbar {
    visibility: hidden !important;
}
.fancybox-content {overflow: visible !important;}
.fancybox-infobar {
    visibility: hidden !important;
}
.fancybox-slide {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.block.hide-section {
    display: none !important;
}
.block-textimage.block.ne-need-answers.umbrella-power-network.service-asset p {
    font-size: 24px;
    line-height: 26px;
}
.fancybox-content button.fancybox-close-small {
    color: #cccccc;
    width: 28px;
    top: -28px;
    right: -7px;
    /* display: none; */
}
.fancybox-content button.fancybox-close-small svg {
    stroke-width: 0;
}
.fancybox-content button.fancybox-close-small svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3;
}

.home-banner-form-popup.fancybox-content {
    width: 100%;
    max-width: 640px;
    margin-top: 50px;
    margin-bottom: 50px !important;
}
.home-banner-form-popup .field.hs-form-field {
    width: 100%;
    display: block !important;
}

.home-banner-form-popup .field.hs-form-field input:not([type="radio"]):not([type="checkbox"]), #popup_form .field.hs-form-field select, #popup_form .field.hs-form-field textarea {
    width: 100%;
    height: 50px;
    padding: 5px 10px;
    border: 1px solid #000;
    border-radius: 0;
}
.home-banner-form-popup .field.hs-form-field textarea {
    min-height: 100px;
    resize: none;
}
.home-banner-form-popup .field.hs-form-field {
    margin-bottom: 20px;
}

.home-banner-form-popup input.hs-button.primary.large {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    min-width: 150px;
    border: 1px solid #F9423A;
    color: #ffffff;
    background: #F9423A;
    margin-top: 16px;
    padding: 9px 24px 12px;
    border-radius: 40px;
    transition: 0.4s;
}
.home-banner-form-popup input.hs-button.primary.large:hover {
    background: #d5140c;
    color: #ffffff;
    border-color: #d5140c;
    opacity: 1;
}
.home-banner-form-popup.fancybox-content p {
    margin: 0;
}

.home-banner-form-popup.fancybox-content p br {
    display: none;
}

.field.hs-form-field label {
    margin-bottom: 2px;
    color: #000000;
    font-size: 14px;
}
ul.no-list.hs-error-msgs.inputs-list {
    margin-top: 2px;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg {
    color: red;
    margin-bottom: 2px;
    font-size: 14px;
}
.hs-recaptcha {
    display: none;
}
.hs_error_rollup {
    display: none;
}

.ne-insights.assets-ask-neara-section {
    padding-top: 20px !important;
}

.ne-insights.assets-ask-neara-section .ne-insights-heading h2 {
    font-size: 42px;
    line-height: 54px;
}

.ne-insights.assets-ask-neara-section .ne-insights-heading {
    position: relative;
    padding-right: 30%;
    padding-left: 140px;
}

.ne-insights.assets-ask-neara-section .ne-insights-heading::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 108px;
    background: #F9423A;
}
.ne-insights.assets-ask-neara-section .ne-insights-colbox {
    padding-bottom: 39px;
    min-height: auto;
    padding-top: 39px;
}

.ne-insights.assets-ask-neara-section .ne-insights-colbox h3:last-child {
    margin: 0;
}

.block-textimage.block.ne-need-answers.umbrella-power-network.umbrella-download {
    padding: 70px 0 80px !important;
}

.restore-power-main {
    padding: 80px 0 30px;
}
.restore-power-content {
    max-width: 800px;
}
.restore-power-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #292E33;
}
.restore-power-content p:last-child {margin-bottom: 0;}
.restore-power-content p.large-text {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #000000;
    margin-bottom: 24px;
}

.restore-power-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -80px;
}

.restore-power-row > div {
    padding-left: 80px;
}

.restore-power-left {
    width: 67.6%;
}

.restore-power-right {
    width: 32.354%;
}

.restore-power-iconbox {
    background: #E9EDF0;
    border-radius: 0px 0px 0px 48px;
    padding: 32px;
}

.rp-iconbox-heading {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.rp-iconbox-heading-img {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rp-iconbox-heading-img img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.rp-iconbox-heading > p {
    flex: 1;
    margin: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #292E33;
}

.restore-power-iconbox p.x-large-text {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.1em;
    color: #F9423A;
    margin: 0;
}
.block-textimage.block.ne-need-answers.umbrella-power-network.umbrella-download .row .image-col .video-container, .block-textimage.block.ne-need-answers.umbrella-power-network.umbrella-download .row .image-col .image-container {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 100%;
    background: none;
}
.block-textimage.block.ne-need-answers.umbrella-power-network.umbrella-download.right .text-col .content-container {
    width: 100%;
    text-align: right;
}
.block-textimage.block.ne-need-answers.umbrella-power-network.umbrella-download.right .text-col .content-container h2 {
    font-weight: 400;
    font-size: 42px;
    line-height: 54px;
    margin-bottom: 24px;
}

.block-textimage.block.ne-need-answers.umbrella-power-network.umbrella-download.right .text-col .content-container p {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
}

.block-textimage.block.ne-need-answers.umbrella-power-network.umbrella-download.right .text-col .content-container a.button {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
}
.block-textimage.block.ne-need-answers.umbrella-power-network.service-asset .image-container {
    background: none;
}

.block-textimage.block.ne-need-answers.umbrella-power-network.service-asset .block-textimage-inr {
    position: relative;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.block-textimage.block.ne-need-answers.umbrella-power-network.service-asset .block-textimage-inr::before {
    content: "";
    background: #000000;
    opacity: 0.6;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


.ne-case-studies-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -100px;
}

.ne-case-studies-row > div {
    padding-left: 100px;
}

.ne-case-studies-left {
    width: 63.262%;
}

.ne-case-studies-right {
    width: 36.73%;
}

.block-text.ne-our-customers .content-container .ne-case-studies-right .icon-list-repeater:not(first-child) {
    margin: 0;
}

.ne-our-customers.ne-case-studies .ne-our-customers-heading.small-title {
    padding-left: 0;
    margin-bottom: 40px;
}

.ne-our-customers.ne-case-studies .ne-our-customers-heading.small-title::before {
    opacity: 0;
    visibility: hidden;
}
.ne-need-answers-left .ne-power-network-img, .block-textimage.block.ne-need-answers .row .image-col .image-container, .block-textimage.block.ne-need-answers .row .image-col .video-container {
    border-radius: 0;
    background: none;
}
.ne-case-studies-row-item {
    padding-top: 40px;
    padding-bottom: 80px;
    border-top: 1px solid #373C42;
}

.ne-case-studies.block-text.ne-our-customers .content-container {
    padding-top: 0;
    border: none;
}

.ne-case-studies-content a.moreless-button {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    color: #F9423A;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
    letter-spacing: 0;
}

.ne-case-studies-content a.moreless-button::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1px solid #F9423A;
    vertical-align: middle;
    position: relative;
    margin-left: 13px;
    transform: rotate(45deg);
    border-left: none;
    border-top: none;
    right: 2px;
    margin-top: -10px;
}
.ne-case-studies-content a.moreless-button.show_text::after {
    transform: rotate(-135deg);
    margin-top: -2px;
}
.ne-case-studies-testimonials:not(:first-child) {
    margin-top: 40px;
}

.ne-case-studies-testimonials-img img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 16px;
}
.ne-case-studies-testimonials-img img.ne-client-logo {
    object-fit: contain;
}
.ne-case-studies-testimonials-img {
    display: flex;
    width: 100%;
    margin-bottom: 24px;
}

.block-text.ne-our-customers .content-container .ne-case-studies-testimonials-content p {
    color: #000000;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
}
.block-text.ne-our-customers .content-container .ne-case-studies-testimonials-name p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #373C42;
}

.ne-case-studies-testimonials-content {
    margin-bottom: 12px;
    position: relative;
}

.ne-case-studies-testimonials-content p::before {
    content: "“";
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #000;
}

.ne-case-studies-testimonials-content p::after {
    content: "”";
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #000;
}
.block-text.block.ne-our-customers.ne-case-studies {
    padding: 80px 0 !important;
}

.ne-case-studies-row-item:last-child {
    padding-bottom: 0;
}
.ne-our-customers.ne-case-studies .ne-our-customers-heading h2 {
    color: #000000;
}
.block-textimage.block.ne-need-answers.umbrella-power-network.umbrella-download .block-textimage-inr {
    border-radius: 0 20px 20px 0;
}
video.fancybox-video {
    object-fit: cover;
    width: 100%;
}
.block-hero.block.page.services-banner.network-health-section .text-container {
    max-width: 800px;
}

.block-textimage.block.ne-three-columns {
    padding: 80px 0 80px;
}

.ne-three-columns-inr .why-neara-main-heading h2 {
    font-size: 54px;
    line-height: 64px;
    color: #000000;
}

.ne-three-columns-inr .why-neara-main-heading {
    margin-bottom: 45px;
}
.ne-three-columns-inr .ne-three-columns-row.row {
    margin: 0;
    margin-left: -20px;
}
.ne-three-columns-inr .ne-three-columns-col {
    margin: 10px 0;
    padding: 0;
    padding-left: 20px;
}

.ne-three-columns-colbox {
    padding: 29px 24px 28px;
    border-radius: 0px 0px 48px 0px;
}
.ne-three-columns-col:nth-child(2) .ne-three-columns-colbox {
    background: rgba(233, 237, 240, 0.5);
}
.ne-three-columns-colbox .ne-three-columns-subheading {
    font-weight: 700;
    margin-top: 0;
}
.ne-three-columns-image {
    margin-bottom: 24px;
}

.ne-three-columns-image img {
    height: 100px;
    width: 100px;
    object-fit: contain;
    padding: 5px 0;
}
.ne-three-columns-heading {font-weight: 400;font-size: 24px;line-height: 34px;padding-bottom: 24px;border-bottom: 1px solid #373C42;margin-bottom: 20px;color: #000000;}

.ne-three-columns-subheading {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #000000;
}

.ne-three-columns-contents p, .ne-three-columns-contents li {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    position: relative;
    color: #292E33;
    margin-bottom: 12px;
}
.ne-three-columns-contents p:last-child, .ne-three-columns-contents li:last-child {
    margin-bottom: 0;
}
.block-textimage.block.counter-list-main {
    padding: 80px 0;
}
.counter-list-inr {
    padding-top: 20px;
    border-top: 1px solid #373C42;
}
.counter-list-wrapper {
    margin-left: -20px;
    display: flex;
    flex-wrap: wrap;
}

.counter-list {
    padding-left: 20px;
    width: 33.33%;
    margin-bottom: 20px;
}

.block-textimage.block.counter-list-main p.counter-value {
    font-weight: 500;
    font-size: 80px;
    line-height: 92px;
    margin-bottom: 12px;
    color: #000000;
}

.block-textimage.block.counter-list-main p.counter-title {
    font-weight: 400;
    font-size: 21px;
    line-height: 32px;
    color: #292E33;
}
.block-textimage.block.counter-list-main .counter-list-box p.counter-title:last-child {
    margin-bottom: 0;
}
.counter-list-box .stat-suffix {
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    margin-left: 15px;
}

.block-textimage.block.counter-list-main p.counter-value {
    display: flex;
    align-items: baseline;
}

.counter-value .stat-prefix {
    margin-right: 2px;
}
.block-textimage.ne-services-img-text-section.learn-more-img-text {
    padding: 76px 0 !important;
}
.block-textimage.ne-services-img-text-section.learn-more-img-text .text-col p {
    margin-bottom: 24px;
}

.block-textimage.ne-services-img-text-section.learn-more-img-text .text-col p:not(:first-child) {
    font-size: 18px;
    line-height: 26px;
}

.block-textimage.ne-services-img-text-section.learn-more-img-text .text-col .buttons a.button {
    margin-top: 16px;
}
.block-textimage.ne-services-img-text-section.learn-more-img-text .text-col, .block-textimage.ne-services-img-text-section.learn-more-img-text .image-col {
    padding-left: 80px;
}

.block-textimage.ne-services-img-text-section.learn-more-img-text  .row {
    margin-left: -80px;
}

.block-textimage.ne-services-img-text-section.learn-more-img-text .image-col {
    width: 39.706%;
}

.block-textimage.ne-services-img-text-section.learn-more-img-text .text-col {
    width: 60.25%;
}

.block-textimage.ne-services-img-text-section.learn-more-img-text .image-col .image-container::before {
    padding-top: 74.35%;
}
.block-textimage.ne-services-img-text-section.learn-more-img-text .image-col .image-container {
    border-radius: 5px 50px 5px 5px;
}
.block-hero.block.page.services-banner.learn-more-banner .subheading {
    margin-bottom: 20px;
    display: block;
}
.block-hero.block.page.services-banner.learn-more-banner.image::before {
    content: "";
    background: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.2;
}
.block-hero.block.page.services-banner.learn-more-banner h1:last-child {
    margin-bottom: 0;
}

.block-related.block.learn-more-custom-blog.ne-insights .ne-insights-colbox .image {
    display: block;
    position: relative;
}

.block-related.block.learn-more-custom-blog.ne-insights .ne-insights-colbox p {
    display: block;
}

.block-related.block.learn-more-custom-blog.ne-insights .ne-insights-colbox::before {
    display: none;
}

.block-related.block.learn-more-custom-blog.ne-insights .ne-insights-colbox {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    background: none;
}

.block-related.block.learn-more-custom-blog.ne-insights .ne-insights-colbox .image::before {
    content: "";
    display: block;
    padding-top: 56.13%;
}

.block-related.block.learn-more-custom-blog.ne-insights .ne-insights-colbox .image img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.block-related.block.learn-more-custom-blog.ne-insights .ne-insights-col {
    padding: 0 14px;
}

.block-related.block.learn-more-custom-blog.ne-insights .slick-list {
    margin: 0 -14px;
}
.article-tags {
    width: 100%;
    margin-bottom: 0;
}
.article-tags span {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #F9423A;
}
.article-content {
    text-align: left;
    padding-top: 16px;
}

.block-related.block.learn-more-custom-blog.ne-insights .ne-insights-colbox .ne-insights-link {
    left: 0;
    right: 0;
    text-align: left;
    position: relative;
    bottom: 0;
}

.block-related.block.learn-more-custom-blog.ne-insights .ne-insights-colbox .ne-insights-link::after {
    margin-left: 20px;
}
.block-related.block.learn-more-custom-blog.ne-insights.bkgnd-white {
    background-color: #ffffff !important;
}
/*.block-textimage.block.learn-more-explore-solution {
    display: none;
}*/
.block-textimage.block.ne-need-answers.umbrella-power-network.bkgnd-darkgrey.learn-more-answer .block-textimage-inr {
    background-color: #373C42;
}
.block-textimage.block.ne-need-answers.umbrella-power-network.bkgnd-darkgrey.learn-more-answer .block-textimage-inr::before {
    opacity: 0;
}
.block-textimage.block.ne-need-answers.umbrella-power-network.learn-more-answer .text-col .content-container h2 {
    font-size: 54px;
    line-height: 64px;
}
.block-related.block.learn-more-custom-blog.ne-insights {
    padding: 80px 0 140px !important;
}
.block-textimage.block.ne-need-answers.umbrella-power-network.learn-more-answer {
    padding-bottom: 100px !important;
}

.learn-more-explore-solution {
    background: rgba(233, 237, 240, 0.5);
    mix-blend-mode: normal;
    border-radius: 0px;
    padding: 80px 0;
    width: 100%;
    overflow: hidden;
}

.explore-solution-list-wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}
.explore-solution-list-wrapper.hide-desktop {
    display: none;
}
.explore-solution-main-heading {
    width: 100%;
    margin: 0 0 30px 0;
}

.explore-solution-main-heading h2 {
    font-size: 42px;
    line-height: 54px;
}
.explore-solution-list-wrapper .explore-solution-list {
    width: auto;
    padding: 32px 0 0 0;
    border-top: 1px solid #373C42;
    margin: 0 0 80px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.explore-solution-list-wrapper .explore-solution-list:last-child {
    margin-bottom: 0;
}

.explore-solution-list-wrapper .explore-solution-list .explore-heading {
    width: 24%;
    padding-right: 30px;
}
.explore-solution-list-wrapper .explore-solution-list .explore-heading h3 {
    font-weight: normal;
}

.explore-solution-list-wrapper .explore-solution-list > div {
    width: 37.9%;
}

.explore-solution-list-wrapper .explore-solution-list .explore-solutions-contents {
    padding: 8px 65px 0 0;
}

.explore-solution-list-wrapper .explore-solution-list .explore-solutions-contents .button {
    margin: 0;
    display: block;
    width: 100%;
    padding: 28px 30px 16px 0;
    border-bottom: 1px solid #373C42;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #373C42;
    position: relative;
    z-index: 0;
    cursor: pointer;
    opacity: 1;
}
.explore-solution-list-wrapper .explore-solution-list .explore-solutions-contents .button:first-child {
    padding-top: 0;
}
.explore-solution-list-wrapper .explore-solution-list .explore-solutions-contents .button:first-child:after {
    top: 0;
}
.explore-solution-list-wrapper .explore-solution-list:nth-child(even) .explore-solutions-contents .button {
    border-bottom: 1px solid #000000;
    color: #000000;
    opacity: 1;
}
.explore-solution-list-wrapper .explore-solution-list .explore-solutions-contents .button:after {
    content: "";
    background-image: url('../images/arrow-right-black.svg');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    width: 24px;
    height: 24px;
    overflow: hidden;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 28px;
}
/* .explore-solution-list-wrapper .explore-solution-list .explore-solutions-contents .button {
    color: #000000;
    opacity: 1;
    border-bottom-color: #000000;
} */
.explore-solution-list-wrapper .explore-solution-list .explore-solutions-contents .button:hover,
.explore-solution-list-wrapper .explore-solution-list .explore-solutions-contents .button.btn-active {
    border-bottom-color: #F9423A;
    color: #F9423A;
    opacity: 1;
}
.explore-solution-list-wrapper .explore-solution-list .explore-solutions-contents .button.not-active {
    opacity: 0.5;
}
.explore-solution-list-wrapper .explore-solution-list .explore-solutions-contents .button:last-child {
    margin-bottom: 0;
}

.explore-solution-list-wrapper .explore-solution-list:nth-child(even) .explore-solutions-contents .button::after {
    background-image: url('../images/arrow-right-black.svg');
}
.explore-solution-list-wrapper .explore-solution-list .explore-solutions-contents .button:hover:after,
.explore-solution-list-wrapper .explore-solution-list .explore-solutions-contents .button.btn-active:after {
    background-image: url('../images/arrow-right-red.svg');
}
/* .explore-solution-list-wrapper .explore-solution-list:nth-child(odd) .explore-solutions-contents .button:hover, .explore-solution-list-wrapper .explore-solution-list:nth-child(odd) .explore-solutions-contents .button.btn-active {
    color: #000000;
    opacity: 0.5;
    border-bottom-color: #000000;
} */
/* .explore-solution-list-wrapper .explore-solution-list:nth-child(odd) .explore-solutions-contents .button:hover:after,
.explore-solution-list-wrapper .explore-solution-list:nth-child(odd) .explore-solutions-contents .button.btn-active:after {
    background-image: url('../images/arrow-right-black.svg');
} */
.explore-solution-image {
    position: relative;
}

.explore-solution-image::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.07%;
}

.explore-solution-image img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.ne-utilities-sider-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.testimonial-slider-bg-item {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100% !important;
}
.ne-utilities-sider-bg button.slick-arrow {
    display: none !important;
}
.ne-utilities-sider-bg ul.slick-dots {
    display: none !important;
}
.ne-utilities-sider-bg .slick-list {
    height: 100%;
}

.ne-utilities-sider-bg .slick-list .slick-track {
    height: 100%;
}

.counter-list:nth-child(1) {
    width: 29%;
}

.counter-list:nth-child(2) {
    width: 29%;
}

.counter-list:nth-child(3) {
    width: 42%;
}

.block-text.block.has_background .block-text-inr {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    position: relative;
    padding: 60px 80px;
    border-radius: 0 0px 360px 0;
    overflow: hidden;
    padding-right: 126px;
    width: calc(100% - 142px);
    margin-left: auto;
}
.block-text.block.has_background .block-text-inr::before {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #E9EDF0;
    position: absolute;
    opacity: .75;
}
.block-text.block.has_background .block-text-inr .content-container {
    padding: 0;
    max-width: 920px;
}
.block-text.block.has_background .block-text-inr .ne-our-customers-heading {
    padding: 0;
}
.block-text.block.has_background .block-text-inr .ne-our-customers-heading::before {
    visibility: hidden;
}

.restore-power-iconbox .iconbox-small-text {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
.block-textimage.block.counter-list-main.insight-counter {
    padding: 100px 0 100px;
    background: rgba(233, 237, 240, 0.5);
}

.block-textimage.block.counter-list-main.insight-counter .counter-list {
    width: 33.33%;
    padding-left: 80px;
}

.block-textimage.block.counter-list-main.insight-counter .counter-list-inr {
    border: none;
}

.block-textimage.block.counter-list-main.insight-counter .counter-list-wrapper {
    margin-left: -80px;
}
.block-textimage.block.counter-list-main .counter-list-main-heading {
    margin-bottom: 60px;
}
.block-textimage.block.counter-list-main .counter-list-main-heading h2 {
    font-size: 42px;
    line-height: 54px;
    color: #000000;
}
.block-text.block.umbrella-single-content.learn-more-single-content {
    padding: 60px 0 !important;
}
.block-text.block.umbrella-single-content.has_background_main {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}

.block-text.block.umbrella-single-content.learn-more-single-content .block-text-inr {
    max-width: none;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
    padding-left: 295px;
    position: relative;
}

.block-text.block.umbrella-single-content.learn-more-single-content .block-text-inr::after {
    content: "";
    display: inline-block;
    height: 2px;
    width: 260px;
    background: #F9423A;
    position: absolute;
    top: 13px;
    left: 0;
    transform: translateY(-50%);
}
.block-text.block.umbrella-single-content.learn-more-single-content .content-container {
    padding: 0;
    max-width: 780px;
}

.block-text.block.has_background_main.umbrella-single-content .ne-our-customers-heading.small-title {
    padding-left: 0;
}

.block-text.block.has_background_main.umbrella-single-content .ne-our-customers-heading.small-title::before {
    visibility: hidden;
}
.block-text.block.umbrella-single-content.learn-more-single-content.has_title .block-text-inr::after {
    top: 30px;
}
.ne-home-banner-img video::-webkit-media-controls, .ne-home-banner-img video::-ms-media-controls .ne-how-works-img video::-webkit-media-controls {
    display: none;
}
body.home:not(.home)  .title .ne-banner-scrollto {
    display: none;
}

body.home .block-hero.ne-home-banner.right_image_exist .title .ne-banner-scrollto {
    display: none;
}








/* Section Bg Colors and Button Colors css */
.block-hero.block.page.services-banner.white-bg {
    background-color: #fff;
    color: #292E33;
}
.block-hero.block.page.services-banner.white-bg .text-container h1, .block-hero.block.page.services-banner.white-bg .text-container p, .block-hero.block.page.services-banner.white-bg .text-container h2, .block-hero.block.page.services-banner.white-bg .text-container h3, .block-hero.block.page.services-banner.white-bg .text-container h4, .block-hero.block.page.services-banner.white-bg .text-container h5, .block-hero.block.page.services-banner.white-bg .text-container h6 {
    color: #292E33;
}

.block-hero.block.page.services-banner.digital-dark-grey-1-bg,
.block-textimage.block.ne-need-answers.umbrella-power-network.bkgnd-darkgrey .block-textimage-inr {
    background: #292E33;
    color: #ffffff;
}
.block-hero.block.page.services-banner.digital-dark-grey-1-bg .text-container h1, .block-hero.block.page.services-banner.digital-dark-grey-1-bg .text-container p, .block-hero.block.page.services-banner.digital-dark-grey-1-bg .text-container h2, .block-hero.block.page.services-banner.digital-dark-grey-1-bg .text-container h3, .block-hero.block.page.services-banner.digital-dark-grey-1-bg .text-container h4, .block-hero.block.page.services-banner.digital-dark-grey-1-bg .text-container h5, .block-hero.block.page.services-banner.digital-dark-grey-1-bg .text-container h6,
.block-textimage.block.ne-need-answers.umbrella-power-network.bkgnd-darkgrey .text-col .content-container h1, .block-textimage.block.ne-need-answers.umbrella-power-network.bkgnd-darkgrey .text-col .content-container p, .block-textimage.block.ne-need-answers.umbrella-power-network.bkgnd-darkgrey .text-col .content-container h2, .block-textimage.block.ne-need-answers.umbrella-power-network.bkgnd-darkgrey .text-col .content-container h3, .block-textimage.block.ne-need-answers.umbrella-power-network.bkgnd-darkgrey .text-col .content-container h4, .block-textimage.block.ne-need-answers.umbrella-power-network.bkgnd-darkgrey .text-col .content-container h5, .block-textimage.block.ne-need-answers.umbrella-power-network.bkgnd-darkgrey .text-col .content-container h6 {
    color: #ffffff;
}

.block-hero.block.page.services-banner.grey-bg {
    background: #707070;
    color: #ffffff;
}
.block-hero.block.page.services-banner.grey-bg .text-container h1, .block-hero.block.page.services-banner.grey-bg .text-container p, .block-hero.block.page.services-banner.grey-bg .text-container h2, .block-hero.block.page.services-banner.grey-bg .text-container h3, .block-hero.block.page.services-banner.grey-bg .text-container h4, .block-hero.block.page.services-banner.grey-bg .text-container h5, .block-hero.block.page.services-banner.grey-bg .text-container h6 {
    color: #ffffff;
}

.block-hero.block.page.services-banner.neara-grey-bg,
.block-textimage.block.ne-need-answers.umbrella-power-network.bkgnd-grey .block-textimage-inr {
    background: #E9EDF0;
    color: #292E33;
}
.block-hero.block.page.services-banner.neara-grey-bg .text-container h1, .block-hero.block.page.services-banner.neara-grey-bg .text-container p, .block-hero.block.page.services-banner.neara-grey-bg .text-container h2, .block-hero.block.page.services-banner.neara-grey-bg .text-container h3, .block-hero.block.page.services-banner.neara-grey-bg .text-container h4, .block-hero.block.page.services-banner.neara-grey-bg .text-container h5, .block-hero.block.page.services-banner.neara-grey-bg .text-container h6,
.block-textimage.block.ne-need-answers.umbrella-power-network.bkgnd-grey .text-col .content-container h1, .block-textimage.block.ne-need-answers.umbrella-power-network.bkgnd-grey .text-col .content-container p, .block-textimage.block.ne-need-answers.umbrella-power-network.bkgnd-grey .text-col .content-container h2, .block-textimage.block.ne-need-answers.umbrella-power-network.bkgnd-grey .text-col .content-container h3, .block-textimage.block.ne-need-answers.umbrella-power-network.bkgnd-grey .text-col .content-container h4, .block-textimage.block.ne-need-answers.umbrella-power-network.bkgnd-grey .text-col .content-container h5, .block-textimage.block.ne-need-answers.umbrella-power-network.bkgnd-grey .text-col .content-container h6 {
    color: #292E33;
}

.block-hero.block.page.services-banner.black-bg {
    background: #000000;
    color: #ffffff;
}
.block-hero.block.page.services-banner.black-bg .text-container h1, .block-hero.block.page.services-banner.black-bg .text-container p, .block-hero.block.page.services-banner.black-bg .text-container h2, .block-hero.block.page.services-banner.black-bg .text-container h3, .block-hero.block.page.services-banner.black-bg .text-container h4, .block-hero.block.page.services-banner.black-bg .text-container h5, .block-hero.block.page.services-banner.black-bg .text-container h6 {
    color: #ffffff;
}

.block-hero.block.page.services-banner.neara-red-bg,
.block-textimage.block.ne-need-answers.umbrella-power-network.bkgnd-accent .block-textimage-inr {
    background: #F9423A;
    color: #ffffff;
}
.block-hero.block.page.services-banner.neara-red-bg .text-container h1, .block-hero.block.page.services-banner.neara-red-bg .text-container p, .block-hero.block.page.services-banner.neara-red-bg .text-container h2, .block-hero.block.page.services-banner.neara-red-bg .text-container h3, .block-hero.block.page.services-banner.neara-red-bg .text-container h4, .block-hero.block.page.services-banner.neara-red-bg .text-container h5, .block-hero.block.page.services-banner.neara-red-bg .text-container h6,
.block-textimage.block.ne-need-answers.umbrella-power-network.bkgnd-accent .text-col .content-container h1, .block-textimage.block.ne-need-answers.umbrella-power-network.bkgnd-accent .text-col .content-container p, .block-textimage.block.ne-need-answers.umbrella-power-network.bkgnd-accent .text-col .content-container h2, .block-textimage.block.ne-need-answers.umbrella-power-network.bkgnd-accent .text-col .content-container h3, .block-textimage.block.ne-need-answers.umbrella-power-network.bkgnd-accent .text-col .content-container h4, .block-textimage.block.ne-need-answers.umbrella-power-network.bkgnd-accent .text-col .content-container h5, .block-textimage.block.ne-need-answers.umbrella-power-network.bkgnd-accent .text-col .content-container h6 {
    color: #ffffff;
}



.services-banner.block-hero .title .text-container .buttons .button.tertiary,
.block-textimage.block.ne-need-answers.umbrella-power-network .content-container a.button.tertiary,
.block-text.block.umbrella-single-content a.button.tertiary {
    background: #F9423A;
    color: #ffffff;
    background-color: #F9423A;
}
.services-banner.block-hero .title .text-container .buttons .button.tertiary:hover,
.block-textimage.block.ne-need-answers.umbrella-power-network .content-container a.button.tertiary:hover,
.block-text.block.umbrella-single-content a.button.tertiary:hover {
    background: #d5140c !important;
    color: #ffffff !important;
    border-color: #d5140c !important;
}
.services-banner.block-hero .title .text-container .buttons .button.tertiary-black,
.block-textimage.block.ne-need-answers.umbrella-power-network .content-container a.button.tertiary-black,
.block-text.block.umbrella-single-content a.button.tertiary-black {
    background: #000000;
    border-color: #000000;
    color: #ffffff;
}
.services-banner.block-hero .title .text-container .buttons .button.tertiary-black:hover,
.block-textimage.block.ne-need-answers.umbrella-power-network .content-container a.button.tertiary-black:hover,
.block-text.block.umbrella-single-content a.button.tertiary-black:hover {
    background: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
    opacity: 0.7;
}
.services-banner.block-hero .title .text-container .buttons .button.tertiary-digital-dark-grey-1,
.block-textimage.block.ne-need-answers.umbrella-power-network .content-container a.button.tertiary-digital-dark-grey-1,
.block-text.block.umbrella-single-content a.button.tertiary-digital-dark-grey-1 {
    background: #292E33;
    border-color: #292E33;
    color: #ffffff;
}
.services-banner.block-hero .title .text-container .buttons .button.tertiary-digital-dark-grey-1:hover,
.block-textimage.block.ne-need-answers.umbrella-power-network .content-container a.button.tertiary-digital-dark-grey-1:hover,
.block-text.block.umbrella-single-content a.button.tertiary-digital-dark-grey-1:hover {
    background: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
}

.ne-insights.white-bg {
    background-color: #ffffff !important;
    color: #000000;
}

.ne-insights.white-bg .ne-insights-colbox {
    background: #E9EDF0;
}

.ne-insights.neara-grey-bg {
    background-color: #E9EDF0 !important;
    color: #000000;
}

.ne-insights.neara-grey-bg .ne-insights-colbox {
    background: #ffffff;
}
.ne-success-stories, .block-testimonials.ne-success-stories.block.bkgnd-darkgrey2 {
    background-color: #373C42 !important;
}
.block-textimage.ne-services-img-text-section.learn-more-img-text.bkgnd-grey::before {background: #E9EDF0;}

.block-textimage.ne-services-img-text-section.learn-more-img-text.bkgnd-grey p {
    color: #000000;
}

.block-textimage.ne-services-img-text-section.learn-more-img-text.bkgnd-grey .text-col .buttons a.button {
    color: #F9423A;
    border-color: #F9423A;
}

.block-textimage.ne-services-img-text-section.learn-more-img-text.bkgnd-grey .text-col .buttons a.button:hover {background: #F9423A !important;color: #ffffff !important;border-color: #F9423A !important;}
.block-hero.block.page.neara-grey-bg.services-banner.learn-more-banner .subheading {color:#373C42;}

.block-hero.block.page.neara-grey-bg.services-banner.learn-more-banner h1 {
    color: #000000;
}

/* Section Bg Colors css end */




/* animations css */
.block-hero.right_image_exist[data-aos], .restore-power-main[data-aos] {
    opacity: 1;
    transform: translateZ(0);
    visibility: visible;
}
.block-hero.right_image_exist[data-aos] h1, .block-hero.right_image_exist[data-aos] p, .block-hero.right_image_exist[data-aos] .buttons {
    transform: translateY(-100px);
    opacity: 0;
    transition: 800ms;
}
.block-hero.right_image_exist[data-aos] p {
    transition-delay: 200ms;
}
.block-hero.right_image_exist[data-aos] .buttons {
    transition-delay: 600ms;
}
.block-hero.right_image_exist[data-aos] .ne-banner-scrollto {
    transform: translateY(-100px);
    opacity: 0;
    transition: 800ms;
    transition-delay: 900ms;
}
.block-hero.right_image_exist.aos-animate[data-aos] .ne-banner-scrollto, .block-hero.right_image_exist.aos-animate[data-aos] h1, .block-hero.right_image_exist.aos-animate[data-aos] p, .block-hero.right_image_exist.aos-animate[data-aos] .buttons {
    opacity: 1;
    transform: translateZ(0);
    visibility: visible;
}
.block-hero.right_image_exist[data-aos] .ne-home-banner-img {
    transform: translateX(100px);
    transition: 800ms;
    transition-delay: 800ms;
    opacity: 0;
}
.block-hero.right_image_exist.aos-animate[data-aos] .ne-home-banner-img {
    opacity: 1;
    transform: translateZ(0);
    visibility: visible;
}
.block-testimonials.block.ne-utilities-sec[data-aos] {
    opacity: 1;
    transform: translateZ(0);
    visibility: visible;
}
.block-testimonials.block.ne-utilities-sec[data-aos] .slides.ne-utilities-sider {
    transform: translateX(-100px);
    opacity: 0;
    transition: 800ms;
    transition-delay: 300ms;
}
.block-testimonials.block.ne-utilities-sec.aos-animate[data-aos] .slides.ne-utilities-sider {
    opacity: 1;
    transform: translateZ(0);
    visibility: visible;
}
.block[data-aos] {
    opacity: 1;
    transform: translateZ(0);
    visibility: visible;
}
.block.geospatial-companies-sec[data-aos] .content-container {
    transform: translateY(100px);
    opacity: 0;
    transition: 800ms;
    transition-delay: 300ms;
}
.block.geospatial-companies-sec.aos-animate[data-aos] .content-container {
    opacity: 1;
    transform: translateZ(0);
    visibility: visible;
}
.block.ne-digital-network[data-aos] .row > div:last-child .content-container {
    transform: translateY(100px);
    opacity: 0;
    transition: 800ms;
    transition-delay: 300ms;
}
.block.ne-digital-network.aos-animate[data-aos] .row > div:last-child .content-container {
    opacity: 1;
    transform: translateZ(0);
    visibility: visible;
}

.block-related.ne-insights[data-aos] .article {
    transform: translateY(100px);
    opacity: 0;
    transition: 800ms;
    transition-delay: 300ms;
}
.block-related.ne-insights.aos-animate[data-aos] .article {
    opacity: 1;
    transform: translateZ(0);
    visibility: visible;
}
.block.ne-need-answers[data-aos] .content-container h2 {
    transform: translateY(100px);
    opacity: 0;
    transition: 800ms;
    transition-delay: 300ms;
}
.block.ne-need-answers.aos-animate[data-aos] .content-container h2 {
    opacity: 1;
    transform: translateZ(0);
    visibility: visible;
}
.block.ne-need-answers[data-aos] .content-container .buttons {
    opacity: 0;
    transition: 800ms;
    transition-delay: 600ms;
}
.block.ne-need-answers.aos-animate[data-aos] .content-container .buttons {
    opacity: 1;
    transform: translateZ(0);
    visibility: visible;
}
.ne-success-stories.block[data-aos] .slide {
    transform: translateY(100px);
    opacity: 0;
    transition: 800ms;
    transition-delay: 300ms;
}
.ne-success-stories.block.aos-animate[data-aos] .slide {
    opacity: 1;
    transform: translateZ(0);
    visibility: visible;
}
.block.ne-logos-section[data-aos] .image-container {
    opacity: 0;
    transition: 800ms;
    transition-delay: 300ms;
}
.block.ne-logos-section.aos-animate[data-aos] .image-container {
    opacity: 1;
    transform: translateZ(0);
    visibility: visible;
}
.block.ne-get-demo[data-aos] .content-container h2, .block.ne-get-demo[data-aos] .content-container p {
    transform: translateY(100px);
    opacity: 0;
    transition: 800ms;
    transition-delay: 300ms;
}
.block.ne-get-demo[data-aos] .content-container p {
    transition-delay: 600ms;
}
.block.ne-get-demo[data-aos] .content-container .buttons {
    opacity: 0;
    transition: 800ms;
    transition-delay: 900ms;
}
.block.ne-get-demo.aos-animate[data-aos] .content-container h2, .block.ne-get-demo.aos-animate[data-aos] .content-container p, .block.ne-get-demo.aos-animate[data-aos] .content-container .buttons {
    opacity: 1;
    transform: translateZ(0);
    visibility: visible;
}
.block.ne-services-img-text-section[data-aos] .content-container p, .block.ne-services-img-text-section[data-aos] .content-container ul li {
    transform: translateY(100px);
    opacity: 0;
    transition: 800ms;
    transition-delay: 300ms;
}
.block.ne-services-img-text-section[data-aos] .content-container ul li:nth-child(1) {
    transition-delay: 600ms;
}
.block.ne-services-img-text-section[data-aos] .content-container ul li:nth-child(2) {
    transition-delay: 800ms;
}
.block.ne-services-img-text-section[data-aos] .content-container ul li:nth-child(3) {
    transition-delay: 1000ms;
}
.block.ne-services-img-text-section[data-aos] .content-container ul li:nth-child(4) {
    transition-delay: 1200ms;
}
.block.ne-services-img-text-section[data-aos] .content-container ul li:nth-child(5) {
    transition-delay: 1400ms;
}
.block.ne-services-img-text-section[data-aos] .content-container ul li:nth-child(6) {
    transition-delay: 1600ms;
}
.block.ne-services-img-text-section.aos-animate[data-aos] .content-container p, .block.ne-services-img-text-section.aos-animate[data-aos] .content-container ul li {
    opacity: 1;
    transform: translateZ(0);
    visibility: visible;
}
.block.ne-text-img-repeatable-sec[data-aos] h3, .block.ne-text-img-repeatable-sec[data-aos] p {
    transform: translateY(100px);
    opacity: 0;
    transition: 800ms;
    transition-delay: 300ms;
}
.block.ne-text-img-repeatable-sec[data-aos] p {
    transition-delay: 600ms;
}
.block.ne-text-img-repeatable-sec[data-aos] .image-container {
    opacity: 0;
    transition: 800ms;
    transition-delay: 900ms;
}
.block.ne-text-img-repeatable-sec.aos-animate[data-aos] h3, .block.ne-text-img-repeatable-sec.aos-animate[data-aos] p, .block.ne-text-img-repeatable-sec.aos-animate[data-aos] .image-container {
    opacity: 1;
    transform: translateZ(0);
    visibility: visible;
}
.block.umbrella-power-network[data-aos] .block-textimage-inr {
    transform: translateY(100px);
    opacity: 0;
    transition: 800ms;
    transition-delay: 300ms;
}
.block.umbrella-power-network.aos-animate[data-aos] .block-textimage-inr {
    opacity: 1;
    transform: translateZ(0);
    visibility: visible;
}
.block.umbrella-power-network[data-aos] .content-container h2, .block.umbrella-power-network[data-aos] .content-container p, .block.umbrella-power-network[data-aos] .content-container .buttons {
    opacity: 1;
    transform: translateZ(0);
    visibility: visible;
}
.restore-power-main[data-aos] .restore-power-content {
    transform: translateY(100px);
    opacity: 0;
    transition: 800ms;
    transition-delay: 300ms;
}
.restore-power-main.aos-animate[data-aos] .restore-power-content {
    opacity: 1;
    transform: translateZ(0);
    visibility: visible;
}
.restore-power-main[data-aos] .restore-power-iconbox {
    transform: translateX(100px);
    opacity: 0;
    transition: 800ms;
    transition-delay: 600ms;
}
.restore-power-main.aos-animate[data-aos] .restore-power-iconbox {
    opacity: 1;
    transform: translateZ(0);
    visibility: visible;
}
.block-text.explore-solutions-section[data-aos] .explore-solutions-col {
    transform: translateY(100px);
    opacity: 0;
    transition: 800ms;
    transition-delay: 300ms;
}
.block-text.explore-solutions-section.aos-animate[data-aos] .explore-solutions-col {
    opacity: 1;
    transform: translateZ(0);
    visibility: visible;
}
.block-text.block.umbrella-single-content[data-aos] .content-container {
    transform: translateY(100px);
    opacity: 0;
    transition: 800ms;
    transition-delay: 300ms;
}
.block-text.block.umbrella-single-content.aos-animate[data-aos] .content-container {
    opacity: 1;
    transform: translateZ(0);
    visibility: visible;
}
.ne-case-studies-row-item[data-aos] {
    transform: translateZ(0);
}





/* Media Query */
@media(max-width: 1366px) {
  html body .container, html body .block.full .container, html body .block.controlled .container {
    max-width: 1140px;
  }
  .ne-insights-heading, .block-related.block.ne-insights .row > div:first-child {
      padding-right: 40%;
  }

  .ne-logos-heading, .block-gallery.block.ne-logos-section .row > .ne-logos-heading {
      padding-right: 25%;
  }
}

@media(max-width: 1199px) {
  html body .container, html body .block.full .container, html body .block.controlled .container {
    max-width: 960px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .block-text.two-col.controlled .container .col-one .content-container, .block-text.two-col.controlled .container .col-two .content-container, .block-text.two-col.controlled .container .buttons-container .content-container {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
  .ne-home-banner-content h1, .block-hero.block.ne-home-banner.right_image_exist .text-container h1 {font-size: 50px;margin-bottom: 40px;}
  .ne-home-banner-content p, .block-hero.block.ne-home-banner.right_image_exist .text-container p {font-size: 20px;}
  .ne-power-network h2, .large-title h2, .block-textimage.block.ne-power-network h2 {font-size: 42px;}
  .ne-digital-network-content h2, .block-text.block.ne-digital-network .content-container h2 {font-size: 36px;}
  .ne-digital-network-content p, .block-text.block.ne-digital-network .content-container p {font-size: 20px;}
  .ne-insights-heading h2, .ne-need-answers-content h2, .ne-logos-heading h2, .ne-get-demo-content h2, .block-textimage.ne-get-demo .content-container h2, .block-related.block.ne-insights h2, .block-textimage.block.ne-need-answers .content-container h2 {font-size: 45px;}
  .ne-how-works-heading h3, .ne-how-works-heading h2 {font-size: 20px;}
  .ne-how-works-tab-link {
      font-size: 15px;
  }
  .ne-how-works-content h2, .ne-how-works-content .tab-content-heading {
      font-size: 24px;
  }
  .ne-how-works-content h2, .ne-how-works-content .tab-content-heading {
      font-size: 24px;
  }
  .ne-how-works-content p, .ne-how-works-content li {
      font-size: 16px;
  }
  .ne-how-works-inr-wrap {
        padding: 58px 35px 54px;
  }
  .ne-how-works-heading {
    margin-bottom: 50px;
  }
  .ne-insights-colbox h3, .block-related.block.ne-insights .article h3, .block-related.block.ne-insights .article h4 {
      font-size: 30px;
  }
  .ne-insights-colbox, .block-related.block.ne-insights .articlebox {
      padding-top: 28px;
      padding-left: 28px;
      padding-right: 28px;
  }
  .ne-insights-colbox .ne-insights-link, .block-related.block.ne-insights .article a.button {
    left: 28px;
    right: 28px;
  }
  .ne-ss-quote p, .block-testimonials.ne-success-stories.block .slides-container .slides .slide .text-col .quote p {
      font-size: 20px;
      margin-bottom: 24px;
  }
  .ne-ss-profile-name {
      font-size: 16px;
  }
  .ne-ss-profile-role {
      font-size: 16px;
  }
  .ne-ss-right .ne-ss-quote p, .block-testimonials.ne-success-stories.block .slides-container .slides .slide:not(:first-child) .text-col .quote p {
      font-size: 20px;
  }
  .ne-get-demo-content p, .block-textimage.ne-get-demo .content-container p {font-size: 20px;}
  .footer-container .address {
      -ms-flex: 0 0 29.5%;
      flex: 0 0 29.5%;
      max-width: 29.5%;
      width: 29.5%;
  }
  footer .footer-container .content .navigation {
      -ms-flex: 0 0 70.5%;
      flex: 0 0 70.5%;
      max-width: 70.5%;
      width: 70.5%;
  }
  .footer-col {
      width: 50%;
      margin-bottom: 30px;
  }

  .footer-col:last-child {
      width: 100%;
  }


  .services-banner .ne-home-banner-content h1, .services-banner.block-hero.page .title .text-container h1 {
        font-size: 45px;
    }

    .services-banner .ne-home-banner-content p, .services-banner.block-hero .title-container .title .text-container p {
        font-size: 22px;
    }

    .ne-services-img-text-content p, .block-textimage.ne-services-img-text-section .text-col p {
        font-size: 22px;
    }

    .ne-services-img-text-row, .block-textimage.ne-services-img-text-section .row {
        margin-left: -40px;
    }

    .ne-services-img-text-row > div, .block-textimage.ne-services-img-text-section .row > div {
        padding-left: 40px;
    }

    .ne-services-text-img-repeatable-row > div, .block-textimage.ne-text-img-repeatable-sec .text-col, .block-textimage.ne-text-img-repeatable-sec .image-col {
        padding-left: 50px;
    }

    .ne-services-text-img-repeatable-row, .block-textimage.ne-text-img-repeatable-sec .row {
        margin-left: -50px;
    }

    .ne-services-text-img-repeatable-heading h2, .block-text.one-col.ne-text-img-repeatable-title .content-container h2 {
        font-size: 42px;
    }

    .ne-services-text-img-repeatable-content h3, .block-textimage.ne-text-img-repeatable-sec .text-col h3 {
        font-size: 22px;
    }

    .ne-services-text-img-repeatable-content p, .block-textimage.ne-text-img-repeatable-sec .text-col p {
        font-size: 16px;
    }

    .small-title h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .block-text.ne-our-customers .content-container p {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 32px;
    }

    .block-text.ne-our-customers .content-container .icon-list-repeater-item-content p {
        font-size: 20px;
        line-height: 28px;
    }

    .block-text.ne-our-customers .content-container .icon-list-repeater-itembox .icon-list-repeater-item-img {
        width: 24px;
        height: 25px;
    }

    .block-text.ne-our-customers .content-container .icon-list-repeater-item {
        margin-bottom: 16px;
    }

    .block-text.ne-our-customers .content-container .icon-list-repeater:not(first-child) {
        margin-top: 24px;
    }

    .block-text.ne-our-customers .content-container {
        padding-top: 24px;
    }

    .ne-our-customers-heading.small-title {
        margin-bottom: 24px;
    }
    .block-hero.block.network-health-section.page .title .text-container h1 {
        font-size: 52px !important;
        line-height: 64px;
    }
    .block-hero.block.network-health-section.page .title .text-container p {
        font-size: 24px;
        line-height: 34px;
    }
    .block-text.block.umbrella-single-content h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .block-text.explore-solutions-section .explore-sloutions-heading {
        padding-left: 80px;
    }

    .block-text.explore-solutions-section .explore-sloutions-heading::before {
        width: 58px;
    }

    .explore-solutions-inr, .block-text.block.umbrella-single-content .content-container, .ne-our-customers-heading.small-title {
        padding-left: 80px;
    }
    .ne-our-customers-heading.small-title::before {
        width: 58px
    }
    .explore-solutions-inr .row > div {
        padding-left: 58px;
    }
    .explore-solutions-inr .row {
        margin-left: -58px;
    }
    .block-textimage.block.ne-need-answers.umbrella-power-network .row {
        margin-left: -40px;
    }
    .block-textimage.block.ne-need-answers.umbrella-power-network .image-col, .block-textimage.block.ne-need-answers.umbrella-power-network .text-col {
        padding-left: 40px;
    }
    .block-textimage.block.ne-need-answers.umbrella-power-network .block-textimage-inr {padding: 40px 40px 32px;}
    .block-textimage.block.ne-need-answers.umbrella-power-network .text-col .content-container h2 {
        font-size: 34px;
        line-height: 46px;
    }
    .ne-insights-heading, .block-related.block.ne-insights .row > div:first-child {
        padding-right: 140px;
    }
    .right-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li > ul.mega-sub-menu {
        max-width: 970px;
    }
    .restore-power-row {
        margin-left: -30px;
    }

    .restore-power-row > div {
        padding-left: 30px;
    }

    .restore-power-right {
        width: 38%;
    }

    .restore-power-left {
        width: 62%;
    }

    .restore-power-content p.large-text {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 16px;
    }

    .restore-power-content p {
        font-size: 16px;
        line-height: 24px;
    }

    .restore-power-iconbox p.x-large-text {
        font-size: 32px;
        /* line-height: 40px; */
    }
    .block-textimage.block.ne-need-answers.umbrella-power-network.umbrella-download.right .text-col .content-container h2 {
        font-size: 40px;
    }

    .block-textimage.block.ne-need-answers.umbrella-power-network.umbrella-download.right .text-col .content-container p {
        font-size: 22px;
    }
    .ne-case-studies-row {
        margin-left: -30px;
    }

    .ne-case-studies-row > div {
        padding-left: 30px;
    }

    .explore-solution-main-heading h2 {
        font-size: 36px;
    }
    .block-textimage.ne-services-img-text-section.learn-more-img-text .text-col, .block-textimage.ne-services-img-text-section.learn-more-img-text .image-col {
        padding-left: 40px;
    }

    .block-textimage.ne-services-img-text-section.learn-more-img-text .row {
        margin-left: -40px;
    }
    .ne-three-columns-heading {
        font-size: 20px;
        line-height: 28px;
        padding-bottom: 20px;
        margin-bottom: 16px;
    }

    .ne-three-columns-colbox .ne-three-columns-subheading {
        margin-bottom: 16px;
    }

    .ne-three-columns-contents p, .ne-three-columns-contents li {
        font-size: 16px;
        line-height: 24px;
    }
    .ne-three-columns-colbox {
        padding: 19px 16px 28px;
    }
    .ne-three-columns-image img {
        height: 72px;
        width: 72px;
        padding: 3px 0;
    }
    .footer-col:nth-child(2) {
        width: 50%;
    }
    .block-textimage.block.ne-need-answers.umbrella-power-network.learn-more-answer .text-col .content-container h2 {
        font-size: 45px;
        line-height: 55px;
    }
    .ne-three-columns-inr .why-neara-main-heading h2 {
        font-size: 45px;
        line-height: 55px;
    }
    .block-text.block.umbrella-single-content p {
        font-size: 16px;
    }
    /* .block-text.block.umbrella-single-content p:first-child {
        font-size: 20px;
    } */
    .block-text.block.has_background .block-text-inr {
        width: calc(100% - 80px);
        padding: 30px 40px;
        padding-right: 100px;
        border-bottom-right-radius: 250px;
    }
    .block-text.block.umbrella-single-content.learn-more-single-content.has_title .block-text-inr::after {
        top: 22px;
    }
    .block-text.block.umbrella-single-content.learn-more-single-content .block-text-inr::after {
        width: 140px;
    }

    .block-text.block.umbrella-single-content.learn-more-single-content .block-text-inr {
        padding-left: 170px;
    }

}

@media(max-width: 991px) {
  .main-menu {
    padding-top: 104px;
    padding-bottom: 50px;
    border-radius: 0;
    display: none !important;
    /* opacity: 0;
    visibility: hidden; */
    transition: .3s;
    -webkit-animation-name: Ne_fadeIn;
      animation-name: Ne_fadeIn;
      -webkit-animation-duration: 300ms;
      animation-duration: 300ms;
  }
  .main-menu ul .sub-menu > li {
    padding: 0;
    margin-bottom: 24px;
  }
  .main-menu ul .sub-menu > li:last-child {
    margin-bottom: 0;
  }

  .main-menu ul li {
      text-transform: none;
      line-height: 1;
      margin-bottom: 40px;
  }
  .main-menu ul li:last-child {
      margin-bottom: 0;
  }
  .main-menu ul li a {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    display: inline-block;
  }

  .main-menu ul li.menu-item-has-children > a {
      position: relative;
      width: 100%;
      display: block;
      padding-right: 24px;
  }

  .main-menu ul li.menu-item-has-children > a::after {
      content: "";
      width: 8px;
      height: 8px;
      border: 1px solid #ffffff;
      display: inline-block;
      border-top: none;
      border-left: none;
      transform: rotate(45deg) translateY(-50%);
      margin-left: 15px;
      position: absolute;
      right: 2px;
      top: 50%;
      transform-origin: 0 0;
      margin-top: -5px;
  }

  .main-menu ul .sub-menu > li a {
      font-size: 16px;
      line-height: 22px;
      padding: 0;
      display: inline-block;
      width: 100%;
  }

  .main-menu ul.sub-menu {
      padding-top: 28px;
  }

  .main-menu ul .sub-menu > li.submenu-label {
      margin-bottom: 20px;
  }

  .main-menu ul .sub-menu > li.submenu-label a {
      opacity: 0.5;
      color: #fff;
      font-size: 14px;
      line-height: 18.49px;
  }
  .main-menu ul .sub-menu > li.menu-item-has-children a {
    padding-right: 24px;
  }
  .main-menu ul.sub-menu .sub-menu li {
      padding: 0 12px;
      margin-bottom: 20px;
  }
  .main-menu ul.sub-menu .sub-menu li:last-child {margin-bottom: 0;}

  .main-menu ul.sub-menu .sub-menu {
      padding-right: 36px;
  }

  header.fixed.menu-open .logo img {
    display: inline-block;
  }
  html body .container, html body .block.full .container, html body .block.controlled .container {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
  .right-nav {
      display: none;
  }
  header.fixed {min-height: 64px;}
  header.fixed.scrolled {min-height: 64px;}
  .header-wrap {
      min-height: 64px;
  }
  header .hamburger {
      display: inline-block;
  }
  header.menu-open .hamburger .hamburger-container .line {
    background: #ffffff;
  }
  header .hamburger .hamburger-container .line {
      background: #000;
      width: 100%;
      height: 1px;
      margin-bottom: 6px;
  }
  header .hamburger .hamburger-container .line.top {
      top: 6px !important;
  }
  header.menu-open .hamburger .hamburger-container .line.top {
      top: 10px !important;
  }
  header.menu-open .hamburger .hamburger-container .line.bottom {
      top: 10px !important;
  }
  body header.menu-open .hamburger .hamburger-container {
    margin-top: 0;
  }
  header .hamburger {
      padding-right: 15px;
      /* top: 18px; */
      top: inherit;
      position: relative;
      transform: none;
  }
  header.fixed .row {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  header .hamburger .hamburger-container {
      width: 24px;
      height: 24px;
  }

  header .hamburger .hamburger-container .line.middle {
      top: 12px;
  }

  header .hamburger .hamburger-container .line.bottom {
      top: 18px;
  }
  header .logo {
      padding-top: 20px;
      padding-bottom: 20px;
  }
  .main-menu {
    height: 100vh;
    overflow-y: auto;
  }
  .main-menu ul li a:hover {
    color: #fff;
  }
  .main-menu ul li.get-a-demo a {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    background: #292E33;
    padding: 15px 24px 17px;
    border-radius: 40px;
  }
  header.fixed.scrolled.menu-open .row {
    background: #F9423A;
  }
  header.fixed.scrolled.menu-open {
    background: #F9423A;
  }
  .main-menu ul.sub-menu {display: none;}
  .main-menu ul li.menu-item-has-children.active > a::after {
      transform: rotate(-135deg) translateY(-50%);
      margin-top: 4px;
      margin-right: -5px;
  }
  .main-menu ul.menu__list {
    transition: .8s;
    transform: translateY(-30px);
    opacity: 0;
  }

  .menu-open .main-menu ul.menu__list {
      transform: translateY(0px);
      opacity: 1;
      transition-delay: 0s;
  }
  .main-menu #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap > ul#mega-menu-max_mega_menu_1 {
      -webkit-animation-name: Ne_fadedown;
      animation-name: Ne_fadedown;
      -webkit-animation-duration: 600ms;
      animation-duration: 600ms;
  }
  .main-menu.open #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap > ul#mega-menu-max_mega_menu_1 {
      /* -webkit-animation-name: Ne_fadeIn;
      animation-name: Ne_fadeIn;
      -webkit-animation-duration: 300ms;
      animation-duration: 300ms; */
  }
  
    @-webkit-keyframes Ne_fadeIn {
        0% {opacity: 0;}
        100% {opacity: 1;}
    }
    @keyframes Ne_fadeIn {
       0% {opacity: 0;}
       100% {opacity: 1;}
    } 
    @-webkit-keyframes Ne_fadedown {
        0% {opacity: 0; transform: translateY(-30px);}
        100% {opacity: 1; transform: translateY(0px);}
    }
    @keyframes Ne_fadedown {
       0% {opacity: 0; transform: translateY(-30px);}
       100% {opacity: 1; transform: translateY(0px);}
    } 
  .main-menu.open {
      display: block !important;
      /* visibility: visible;
      opacity: 1; */
      /* animation-delay: 500ms; */
  }
  .main-menu .row > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
    .main-menu #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle {display: none;}

    .main-menu #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap > ul#mega-menu-max_mega_menu_1 {
        flex-wrap: wrap;
        background: none !important;
    }

    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.mega-menu-item {
        width: 100%;
        line-height: 1;
        margin-bottom: 40px;
    }

    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.mega-menu-item > a {
        font-weight: 400 !important;
        font-size: 24px;
        line-height: 30px;
        color: #ffffff !important;
        display: inline-block;
        width: 100%;
        position: relative;
        padding: 0 !important;
        height: auto !important;
        background: none !important;
    }
    .main-menu #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li.mega-menu-item-has-children > a.mega-menu-link::after {
        border-color: #ffffff;
        width: 8px;
        height: 8px;
        border: 1px solid #ffffff;
        display: inline-block;
        border-top: none;
        border-left: none;
        transform: rotate(45deg) translateY(-50%);
        margin-left: 15px;
        position: absolute;
        right: 2px;
        top: 50%;
        transform-origin: 0 0;
        margin-top: -5px;
    }

    .main-menu #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link::after {
        transform: rotate(-135deg) translateY(-50%);
        margin-top: 4px;
        margin-right: -5px;
    }

    .main-menu #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu li a.mega-menu-link:hover {
        color: #ffffff !important;
    }

    .main-menu #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li.mega-menu-item-has-children > a.mega-menu-link {
        padding-right: 30px !important;
    }

    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.mega-menu-item > ul.mega-sub-menu {
        background: none;
        padding: 0;
    }

    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.mega-menu-item > ul.mega-sub-menu > li,
    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.mega-menu-item > ul.mega-sub-menu > li > ul.mega-sub-menu > li {
        padding: 0;
        margin-bottom: 24px;
    }
    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.mega-menu-item > ul.mega-sub-menu > li:last-child,
    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.mega-menu-item > ul.mega-sub-menu > li > ul.mega-sub-menu > li:last-child {
        margin-bottom: 0;
    }
    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.mega-menu-item > ul.mega-sub-menu > li > a.mega-menu-link, .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.mega-menu-item > ul.mega-sub-menu > li > ul.mega-sub-menu > li > a {
        font-weight: 400 !important;
        font-size: 14px;
        line-height: 20px;
        color: #ffffff !important;
    }
    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.mega-menu-item > ul.mega-sub-menu > li.mega-disable-link.thin-label > a.mega-menu-link {
        display: none;
    }

    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link img {
        display: none;
    }

    .main-menu #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li.mega-menu-item-has-children > ul.mega-sub-menu {
        padding-top: 28px;
    }

    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.mega-menu-item > ul.mega-sub-menu > li.thin-label {
        display: none;
    }
    .main-menu #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu li.mega-menu-item-has-children a.mega-menu-link .mega-indicator {
        position: absolute;
        right: 0;
        top: 50%;
        display: inline-block;
        margin: 0;
        opacity: 0;
        z-index: 1;
        transform: translateY(-50%);
        width: 30px;
        height: 100%;
    }
    .main-menu #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu li.mega-menu-item-has-children a.mega-menu-link .mega-indicator::after {
        content: "";
        width: 100%;
        line-height: 30px;
    }
    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-log-in {
        width: 100%;
    }
    .main-menu #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li.mega-menu-item.mega-log-in a.mega-menu-link {
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        background: #292E33 !important;
        color: #ffffff !important;
        padding: 15px 24px 17px;
        border-radius: 40px;
        width: auto;
        display: inline-block;
        height: auto;
    }

    .main-menu #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1.mega-menu.max-mega-menu > li.mega-menu-item.mega-log-in a.mega-menu-link:hover {
        background: #292E33 !important;
        color: #ffffff !important;
    }
    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.mega-menu-item > ul.mega-sub-menu > li.mega-disable-link.mega-menu-item-has-children > a.mega-menu-link {
        display: none;
    }
    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.mega-menu-item > ul.mega-sub-menu > li > ul.mega-sub-menu > li.mega-menu-heading-link > a {
        font-weight: 700 !important;
        text-transform: uppercase;
    }
    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.mega-menu-item > ul.mega-sub-menu > li > ul.mega-sub-menu > li.mega-menu-heading-link {
        display: none;
    }
    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item-has-children.menu-heading-link-wrap > a.mega-menu-link {
        display: inline-block;
        font-weight: 700 !important;
        text-transform: uppercase;
        margin-bottom: 0 !important;
        position: relative;
        padding-right: 30px !important;
        width: 100% !important;
        color: #ffffff !important;
    }
    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item-has-children.menu-heading-link-wrap > a.mega-menu-link::after {
        content: "";
        border-color: #ffffff;
        width: 8px;
        height: 8px;
        border: 1px solid #ffffff;
        display: inline-block;
        border-top: none;
        border-left: none;
        transform: rotate(45deg) translateY(-50%);
        margin-left: 15px;
        position: absolute;
        right: 2px;
        top: 50%;
        transform-origin: 0 0;
        margin-top: -5px;
        background: none;
    }
    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item-has-children.menu-heading-link-wrap.mega-toggle-on > a.mega-menu-link::after {
        transform: rotate(-135deg) translateY(-50%);
        margin-top: 4px;
        margin-right: -5px;
    }
    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item-has-children.menu-heading-link-wrap ul.mega-sub-menu {
        display: none;
        margin-top: 20px;
    }
    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item-has-children.menu-heading-link-wrap.mega-toggle-on ul.mega-sub-menu {
        display: block;
    }
    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item-has-children.menu-heading-link-wrap ul.mega-sub-menu > li {
        margin-bottom: 20px;
        padding-left: 12px;
    }

    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item-has-children.menu-heading-link-wrap ul.mega-sub-menu > li:last-child {
        margin-bottom: 0;
    }
    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.mega-menu-item.mega-resources-megamenu-col > ul.mega-sub-menu {
        margin-bottom: -24px;
    }


  .ne-home-banner-content h1, .block-hero.block.ne-home-banner.right_image_exist .text-container h1 {
    font-size: 42px !important;
  }
  .ne-home-banner-row .ne-home-banner-left, .block-hero.right_image_exist.ne-home-banner.page .title {
      padding-top: 0;
      padding-bottom: 104px;
  }
  .ne-home-banner, .block-hero.ne-home-banner.right_image_exist {
      padding-bottom: 60px;
  }

  .ne-utilities-sec, html body .block-testimonials.block.ne-utilities-sec {
      padding: 24px 0;
  }
  .ne-utilities-sider {
      padding: 24px 24px 155px;
      min-height: 530px;
      border-radius: 0px 0px 240px 0px;
  }
  .ne-utilities-content .btn, html body .block-testimonials.block.ne-utilities-sec a.button {
      margin-top: 4px;
  }
  .ne-utilities-content h2, .block-testimonials.block.ne-utilities-sec .text-col h2 {
      margin-bottom: 12px;
      font-size: 24px;
  }
  html body h5, .subheading {
      font-size: 12px;
      margin-bottom: 12px;
  }
  html body .subheading {
      font-size: 12px !important;
      margin-bottom: 12px !important;
  }
  .ne-utilities-content .subheading, .block-testimonials.block.ne-utilities-sec .slides-container .slides .slide .text-col .subheading {
      margin-bottom: 12px !important;
  }
  .ne-utilities-content h2, .block-testimonials.block.ne-utilities-sec .text-col h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
  }
  .ne-utilities-content h3, .block-testimonials.block.ne-utilities-sec .text-col h3,
  .ne-utilities-content p, .block-testimonials.block.ne-utilities-sec .slides-container .slides .slide .text-col .quote p {
      font-size: 16px;
      line-height: 24px;
  }
  .ne-utilities-content p:first-of-type, .block-testimonials.block.ne-utilities-sec .text-col p:first-of-type {
      font-size: 20px !important;
      line-height: 28px !important;
      margin-bottom: 8px !important;
  }
  .geospatial-companies-sec, .block-text.block.geospatial-companies-sec {
      padding-top: 40px !important;
      padding-bottom: 60px !important;
  }
  .geospatial-companies-content h2, .small-title h2, .block-text.block.geospatial-companies-sec h2 {
      font-size: 30px;
  }
  .geospatial-companies-content .btn, .block-text.block.geospatial-companies-sec .content-container a.button {margin-top: 4px;}

  .ne-power-network-row .ne-power-network-right, .block-textimage.block.ne-power-network .container .row .image-col {order: 2;}
  .ne-power-network-row .ne-power-network-left, .block-textimage.block.ne-power-network .container .row .text-col {order: 1;}

  .ne-power-network h2, .large-title h2, .block-textimage.block.ne-power-network h2 {font-size: 36px;line-height: 44px;margin-bottom: 28px;}
  .ne-power-network-content ul li, .block-textimage.block.ne-power-network .text-col .content-container ul li {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .ne-power-network-content ul li:last-child, .block-textimage.block.ne-power-network .text-col .content-container ul li:last-child {
    margin-bottom: 0;
  }
  .ne-insights-heading h2, .ne-need-answers-content h2, .ne-logos-heading h2, .ne-get-demo-content h2, .block-textimage.ne-get-demo .content-container h2, .block-related.block.ne-insights h2, .block-textimage.block.ne-need-answers .content-container h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .ne-digital-network-content h2, .block-text.block.ne-digital-network .content-container h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .ne-how-works-inr-wrap {
    padding: 40px 24px 60px;
  }
  .ne-power-network-content ul li span, .block-textimage.block.ne-power-network .text-col .content-container ul li span, .block-textimage.block.ne-power-network .text-col .content-container ul li strong {
    font-size: 20px;
  }
  .ne-power-network-content ul li::before, .block-textimage.block.ne-power-network .text-col .content-container ul li::before {
    transform: none;
    top: 3px;
    margin-top: 0;
  }
  .ne-insights-colbox, .block-related.block.ne-insights .articlebox {min-height: 335px;}
  
  .services-banner .ne-home-banner-content h1, .services-banner.block-hero.page .title .text-container h1 {
    font-size: 36px !important;
    line-height: 46px;
    margin-bottom: 24px;
  }
  .services-banner .ne-home-banner-content p, .services-banner.block-hero .title-container .title .text-container p {
    font-size: 20px;
    line-height: 28px;
  }
  .ne-services-img-text-content p, .block-textimage.ne-services-img-text-section .text-col p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
  }
  .ne-services-img-text-content ul li, .block-textimage.ne-services-img-text-section .text-col ul li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .ne-services-img-text-section, .block-textimage.ne-services-img-text-section {
    padding: 40px 0 48px !important;
  }
  .ne-home-banner.services-banner, .block-hero.page.services-banner {
    padding: 32px 0 40px;
    min-height: auto;
  }
  .block-text.one-col.ne-text-img-repeatable-title {
    padding-top: 40px !important;
  }
  .block-textimage.ne-text-img-repeatable-sec {
    padding: 18px 0 !important;
  }
  .block-textimage.ne-text-img-repeatable-sec.first {
    padding-top: 36px !important;
  }
  .block-textimage.ne-text-img-repeatable-sec.last {
    padding-bottom: 30px !important;
  }
  .ne-services-text-img-repeatable-heading h2, .block-text.one-col.ne-text-img-repeatable-title .content-container h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .ne-services-text-img-repeatable-content h3, .block-textimage.ne-text-img-repeatable-sec .text-col h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  .ne-services-text-img-repeatable-content p, .block-textimage.ne-text-img-repeatable-sec .text-col p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
    .ne-services-img-text-img, .block-textimage.ne-services-img-text-section .image-col .image-container {
     border-radius: 60px;
    }
    .ne-services-img-text-img img, .block-textimage.ne-services-img-text-section .image-col .image-container img,
    .ne-services-img-text-img video, .block-textimage.ne-services-img-text-section .image-col .image-container video,
    .ne-services-img-text-img iframe, .block-textimage.ne-services-img-text-section .image-col .image-container iframe {
        border-radius: 60px;
    }
    body .block-text.block.ne-our-customers .container .row > div {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: none;
        width: 50%;
        padding-left: 40px;
    }

    body .block-text.block.ne-our-customers .container .row {
        margin-left: -40px;
    }
    .ne-get-demo-row .ne-get-demo-right, .block-textimage.rect.ne-get-demo.image-right .image-col {
        order: 2;
    }

    .ne-get-demo-row .ne-get-demo-left, .block-textimage.rect.ne-get-demo.image-right .text-col {
        order: 1;
    }
    .block-hero.block.network-health-section.page .title .text-container h1 {
        font-size: 42px !important;
        line-height: 54px;
    }
    .block-hero.block.network-health-section.page .title .text-container p {
        font-size: 20px;
        line-height: 28px;
    }
    .block-hero.block.network-health-section {
        padding: 32px 0 40px;
    }

    .block-text.block.umbrella-single-content {
        padding: 30px 0 30px !important;
    }

    /* .block-text.block.umbrella-single-content p:first-child {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 28px;
    } */
    /* .block-text.block.umbrella-single-content p:first-child {
        font-size: 20px;
        line-height: 28px;
    } */
    .block-text.block.umbrella-single-content p {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 24px;
    }
    .block-text.explore-solutions-section .explore-sloutions-heading {
        padding-left: 56px;
        margin-bottom: 36px;
    }

    .block-text.explore-solutions-section {padding-top: 30px !important;}
    .block-text.explore-solutions-section .explore-sloutions-heading::before {
        width: 36px;
    }

    .block-text.explore-solutions-section .explore-sloutions-heading h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .explore-solutions-inr .row {
        margin-left: -30px;
    }

    .explore-solutions-inr .row > div {
        padding-left: 30px;
        margin-bottom: 32px;
    }

    .explore-solutions-inr, .block-text.block.umbrella-single-content .content-container, .ne-our-customers-heading.small-title {
        padding-left: 56px;
    }
    .ne-our-customers-heading.small-title::before {
        width: 36px;
    }
    .block-textimage.block.ne-need-answers.umbrella-power-network {
        padding: 26px 0 60px !important;
    }

    .block-textimage.block.ne-need-answers.umbrella-power-network .block-textimage-inr {
        padding-left: 20px;
        padding-right: 20px;
    }

    .block-textimage.block.ne-need-answers.umbrella-power-network .row {
        margin-left: -20px;
    }

    .block-textimage.block.ne-need-answers.umbrella-power-network .image-col, .block-textimage.block.ne-need-answers.umbrella-power-network .text-col {
        padding-left: 20px;
    }
    .block-textimage.block.ne-need-answers.umbrella-power-network .text-col .content-container h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 24px;
    }

    .block-textimage.block.ne-need-answers .content-container p {
        font-size: 16px;
        line-height: 24px;
    }

    .block-textimage.block.ne-need-answers.umbrella-power-network .content-container a.button,
    .block-text.block.umbrella-single-content a.button {
        margin-top: 8px;
    }
    .block-textimage.block.ne-need-answers.umbrella-power-network.service-asset p {
        font-size: 18px;
        line-height: 26px;
    }
    .block-textimage.ne-services-img-text-section .text-col .buttons a.button {
        margin-top: 12px;
    }
    .services-banner.block-hero .title .text-container .buttons .button {
        margin-top: 12px;
    }
    .ne-insights.assets-ask-neara-section .ne-insights-heading h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .ne-insights.assets-ask-neara-section .ne-insights-heading {
        padding-left: 56px;
    }
    .ne-insights.assets-ask-neara-section .ne-insights-heading::before {
        width: 36px;
    }
    .ne-insights.assets-ask-neara-section {
        padding-top: 30px !important;
        padding-bottom: 34px !important;
    }
    .ne-insights.assets-ask-neara-section .ne-insights-colbox {
        padding-bottom: 36px;
    }
    .block-hero.block.page.services-banner.network-health-section {
        padding: 32px 0 40px;
    }
    .block-textimage.block.ne-need-answers.umbrella-power-network.umbrella-download {
        padding: 50px 0 60px !important;
    }
    .restore-power-main {
        padding: 40px 0 30px;
    }
    .block-textimage.block.ne-need-answers.umbrella-power-network.umbrella-download.right .text-col .content-container h2 {
        font-size: 30px;
        line-height: 40px
    }

    .block-textimage.block.ne-need-answers.umbrella-power-network.umbrella-download.right .text-col .content-container p {
        font-size: 18px;
        line-height: 26px;
    }
    .block-textimage.block.ne-need-answers.umbrella-power-network.umbrella-download.right .text-col .content-container a.button {
        font-size: 18px;
        line-height: 24px;
    }
    body .block-text.block.ne-our-customers.ne-case-studies .container .row > div {
        width: 100%;
    }
    .block-text.block.ne-our-customers.ne-case-studies {
        padding-top: 40px !important;
    }

    .ne-our-customers.ne-case-studies .ne-our-customers-heading.small-title {
        margin-bottom: 28px;
    }

    .ne-case-studies-row-item {
        padding-top: 24px;
        padding-bottom: 60px;
    }

    .ne-case-studies-content a.moreless-button {
        margin-top: 8px;
    }
    .block-text.block.umbrella-single-content .content-container {
        padding-left: 0;
    }
    .block-textimage.block.ne-need-answers.umbrella-power-network.umbrella-download .block-textimage-inr {
        padding-top: 28px;
        padding-bottom: 28px;
    }
    .block-textimage.block.ne-need-answers.umbrella-power-network.umbrella-download.right .text-col .content-container h2 {
        margin-bottom: 12px;
    }

    .block-textimage.block.ne-need-answers.umbrella-power-network.umbrella-download.right .text-col .content-container p {
        margin-top: 0;
    }
    .learn-more-explore-solution {
        padding: 50px 0;
    }
    .explore-solution-list-wrapper.hide-mobile {
        display: none;
    }

    .explore-solution-list-wrapper.hide-desktop {
        display: block;
    }
    .explore-solution-main-heading h2 {
        font-size: 30px;
    }
    .explore-solution-list-wrapper .explore-solution-list .explore-heading {
        width: 100%;
        padding: 0;
        margin: 0 0 20px 0;
    }
    .explore-solution-list-wrapper .explore-solution-list {
        margin: 0 0 60px 0;
    }
    .explore-solution-list-wrapper .explore-solution-list .explore-heading h3 {
        font-size: 20px;
    }

    .explore-solution-list-wrapper .explore-solution-list > div {
        width: 100%;
    }

    .explore-solution-list-wrapper .explore-solution-list .explore-solutions-contents {
        padding: 0;
    }

    .explore-solution-list-wrapper .explore-solution-list .explore-solutions-contents .button {
        padding-bottom: 12px;
        padding-top: 0;
    }
    .explore-solutions-contents-box .explore-solution-image {
        margin-bottom: 12px;
    }
    .explore-solutions-contents-box {
        margin-bottom: 32px;
    }
    .explore-solution-list-wrapper .explore-solution-list .explore-solutions-contents .button:after {
        top: 0;
    }
    .explore-solution-list-wrapper .explore-solution-list .explore-solutions-contents > img {
        margin: 0 0 12px 0;
        width: 100%;
    }
    .counter-list {
        width: 100% !important;
        margin-bottom: 32px;
    }
    .counter-list:last-child {
        margin-bottom: 0;
    }
    .block-textimage.block.ne-need-answers.umbrella-power-network.learn-more-answer .text-col .content-container h2 {
        font-size: 36px;
        line-height: 44px;
    }
    .ne-three-columns-inr .why-neara-main-heading h2 {
        font-size: 36px;
        line-height: 44px;
    }
    .block-text.block.has_background .block-text-inr {
        padding: 30px 25px;
        border-radius: 0 0px 60px 0;
        width: calc(100% - 56px);
    }
    .block-textimage.block.counter-list-main.insight-counter {
        padding: 60px 0 80px;
    }

    .block-textimage.block.counter-list-main .counter-list-main-heading h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .block-textimage.block.counter-list-main .counter-list-main-heading {
        margin-bottom: 20px;
    }
    .block-text.block.umbrella-single-content.learn-more-single-content .block-text-inr {
        padding-left: 65px;
    }
    .block-text.block.umbrella-single-content.learn-more-single-content .block-text-inr::after {
        width: 45px;
    }
    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item:not(:last-child) {
        margin-bottom: 40px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .ne-insights.assets-ask-neara-section {
        padding-top: 70px !important;
    }

    .ne-insights.assets-ask-neara-section button.slick-arrow {
        top: -50px;
    }
}

@media(max-width: 767px) {
  .ne-utilities-content .btn, html body .block-testimonials.block.ne-utilities-sec a.button {
      min-width: 240px;
  }
  html body .container, html body .block.full .container, html body .block.controlled .container {
    max-width: 480px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .footer-col .row > div {
      margin-bottom: 30px;
  }

  .ne-home-banner-row > div, .ne-home-banner-row > div, .block-hero.ne-home-banner.right_image_exist .row > div {
      width: 100%;
  }

  .ne-home-banner-row .ne-home-banner-right, .block-hero.right_image_exist.ne-home-banner .row .ne-home-banner-right {
      width: 100%;
  }
  /* .ne-home-banner-row .ne-home-banner-right, .block-hero.right_image_exist.ne-home-banner .row .ne-home-banner-right {display: none;} */
  .geospatial-companies-row > div, .block-text.block.geospatial-companies-sec .row > div {
      width: 100%;
  }
  .ne-home-banner-content .ne-btns-wrap, html body .block-hero.ne-home-banner .buttons {
      max-width: 320px;
  }

  .ne-power-network-row .ne-power-network-right, .block-textimage.block.ne-power-network .container .row .image-col {
      width: 100%;
      text-align: right;
      margin-bottom: 24px;
  }

  .ne-power-network-row .ne-power-network-left, .block-textimage.block.ne-power-network .container .row .text-col {
      width: 100%;
  }

  .ne-digital-network-left, .block-text.block.ne-digital-network .row > div:first-child {
      width: 100%;
  }

  .ne-digital-network-right, .block-text.block.ne-digital-network .row > div:last-child {
      width: 100%;
  }

  .ne-how-works-heading-left, .ne-how-works-heading-right {
      width: 100%;
  }
  .ne-how-works-heading {
      margin-bottom: 32px;
  }
  .ne-how-works-tab-item {
      width: 100%;
      margin-bottom: 0;
  }
  .ne-how-works-left, .ne-how-works-right {width: 100%;}
  .ne-how-works-left {margin-bottom: 30px;}
  .ne-need-answers-left, .ne-need-answers-right, .ne-need-answers-right, .block-textimage.block.ne-need-answers .row .text-col, .ne-need-answers-left, .block-textimage.block.ne-need-answers .row .image-col {width: 100%;}

  .block-testimonials.ne-success-stories.block .slides {grid-template-columns: none;display: block;}

  .block-testimonials.ne-success-stories.block .slides .slide:nth-child(1), .block-testimonials.ne-success-stories.block .slides .slide:nth-child(2), .block-testimonials.ne-success-stories.block .slides .slide:nth-child(3) {
    grid-column: inherit;
    grid-row: inherit;
    width: 100%;
  }
  .ne-ss-row > div, .block-testimonials.ne-success-stories.block .slides .slide {width: 100%;}
  .ne-insights-heading h2, .ne-need-answers-content h2, .ne-logos-heading h2, .ne-get-demo-content h2, .block-textimage.ne-get-demo .content-container h2 {
    font-size: 36px;
    line-height: 1.21;
  }
  .insights-slider .slick-arrow {
    bottom: 0;
    top: inherit;
    left: 0;
    right: inherit !important;
  }

  .insights-slider .slick-arrow.slick-next {left: 52px;}

  .insights-slider, .block-related.block.ne-insights .row > .insights-slider {
    padding-bottom: 56px !important;
  }
  .ne-logos-heading, .ne-logos-heading, .block-gallery.block.ne-logos-section .row > .ne-logos-heading {
    padding-right: 0;
    margin-bottom: 16px;
    padding-left: 20px;
  }
  .nne-logos-row, .block-gallery.block.ne-logos-section .row {margin-left: -20px;}
  .ne-logos-col, .block-gallery.block.ne-logos-section .row > div {
    width: 50%;
    padding-left: 20px;
    margin: 16px 0;
  }
  .ne-get-demo-row .ne-get-demo-left, .ne-get-demo-row .ne-get-demo-right, .block-textimage.rect.ne-get-demo.image-right .text-col, .block-textimage.rect.ne-get-demo.image-right .image-col {width: 100%;}
  .footer-container .address {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  footer .footer-container .content .navigation {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .footer-col {
    width: 50% !important;
    margin-bottom: 32px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-col .row > div {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  footer .footer-container .content .navigation .nav-container ul {
    margin-bottom: 0 !important;
  }
  .ne-success-stories, .ne-success-stories, .block-testimonials.ne-success-stories.block {
    padding: 40px 0 60px !important;
  }

  .ne-ss-heading {
    padding-top: 16px;
  }

  .ne-ss-inr {
    padding: 0;
  }

  .ne-ss-quote p, .block-testimonials.ne-success-stories.block .slides-container .slides .slide .text-col .quote p {
    font-size: 20px;
    line-height: 1.4;
  }

  .ne-ss-profile {
    padding-top: 20px;
  }

  .ne-success-stories.ne-ss-desktop {
    display: none;
  }

  .ne-success-stories.ne-ss-mobile {
    display: block;
  }

  .ne-need-answers, .block-textimage.block.ne-need-answers {
      padding: 40px 0 60px !important;
  }

  .ne-power-network, .block-textimage.block.ne-power-network {padding: 40px 0 60px !important;}
  .ne-power-network-left, .ne-power-network-row .ne-power-network-left, .block-textimage.block.ne-power-network .container .row .text-col {
      order: 2;
  }

  .ne-power-network-right, .ne-power-network-row .ne-power-network-right, .block-textimage.block.ne-power-network .container .row .image-col {
      order: 1;
  }

  /* .ne-power-network-img::before, .block-textimage.block.ne-power-network .container .image-col .image-container::before,
  .block-textimage.block.ne-need-answers .row .image-col .image-container::before, .block-textimage.block.ne-need-answers .row .image-col .video-container::before {
      width: 71px;
      padding-top: 71px;
  } */
  .ne-power-network-img, .block-textimage.block.ne-power-network .container .image-col .image-container,
  .block-textimage.block.ne-need-answers .row .image-col .image-container, .block-textimage.block.ne-need-answers .row .image-col .video-container {
    max-width: 71px;
    width: 71px !important;
  }
  .block-textimage.block.ne-need-answers .row .image-col .image-container, .block-textimage.block.ne-need-answers .row .image-col .video-container {
    max-width: 67px;
  }
  .ne-power-network-img, .block-textimage.block.ne-power-network .container .image-col .image-container {
      display: inline-block;
      width: auto;
      margin-left: auto;
      height: auto;
  }
  .ne-need-answers .ne-power-network-img, .block-textimage.block.ne-need-answers .container .image-col .image-container {
      margin-left: 0 !important;
      margin-right: auto !important;
  }
  .ne-power-network h2, .large-title h2, .block-textimage.block.ne-power-network h2 {
      font-size: 36px;
      line-height: 1.24;
      margin-bottom: 28px;
  }

  html body h2 br {
      display: none;
  }

  .ne-power-network-content ul li, .block-textimage.block.ne-power-network .text-col .content-container ul li {
      font-size: 20px;
      line-height: 1.4;
      margin-bottom: 12px;
  }

  .ne-power-network-content ul li span, .block-textimage.block.ne-power-network .text-col .content-container ul li span, .block-textimage.block.ne-power-network .text-col .content-container ul li strong {
      font-size: 20px;
      line-height: inherit;
  }

  .ne-power-network-content ul li::before, .block-textimage.block.ne-power-network .text-col .content-container ul li::before {
      margin-top: 0;
      top: 15px;
  }

  .ne-power-network-content ul, .block-textimage.block.ne-power-network .text-col .content-container ul {
      margin-bottom: 12px;
  }

  .btn, .button {
      letter-spacing: -0.05px;
  }
  .ne-digital-network, .block-text.block.ne-digital-network {
      padding: 40px 0 !important;
  }

  .ne-digital-network-inr, .block-text.block.ne-digital-network .text-left-right-inr {
      padding-top: 16px;
  }

  .ne-digital-network-left, .block-text.block.ne-digital-network .row > div:first-child {
      padding-top: 0;
      margin-bottom: 20px;
  }

  .ne-digital-network-content, .block-text.block.ne-digital-network .content-container {
      line-height: 1;
  }

  .ne-digital-network-content h2, .block-text.block.ne-digital-network .content-container h2 {
      font-size: 30px;
      line-height: 1.34;
      margin-bottom: 20px;
  }

  .ne-how-works-inr-wrap {
      padding: 40px 24px 60px;
      border-radius: 0px 0px 0px 60px;
  }

  .ne-how-works-heading-left {
      padding-right: 0;
      margin-bottom: 20px;
  }

  .ne-how-works-heading h3, .ne-how-works-heading h2 {
      line-height: 1.4;
  }

  .ne-how-works-tab-link {
      line-height: 1.6;
      padding-bottom: 16px;
      border-color: #373C42;
      border-width: 1px;
  }

  .ne-how-works-tab-item.active .ne-how-works-tab-link {
      border-color: rgb(55 60 66 / 50%);
      border-width: 1px;
  }

  .ne-how-works-tab-list {
      box-shadow: none;
      margin-bottom: 20px;
  }
  .ne-how-works-content p, .ne-how-works-content li {
    line-height: 1.5;
    margin-bottom: 12px;
  }

  .ne-how-works-img img, .ne-how-works-img video {
      border-radius: 4px;
  }

  .ne-how-works-img {
      border-radius: 4px;
  }

  .ne-how-works-content h2, .ne-how-works-content .tab-content-heading {
      margin-bottom: 12px;
  }

  .ne-how-works-content p:last-child, .ne-how-works-content li:last-child {
      margin-bottom: 0;
  }

  .ne-how-works-content ul {
      margin-bottom: 28px;
  }

  .ne-insights, .block-related.block.ne-insights {
      padding: 40px 0 48px !important;
  }

  .ne-insights-heading, .block-related.block.ne-insights .row > div:first-child {
      padding-right: 0;
      margin-bottom: 36px;
  }
  .slick-next.slick-arrow::before, .slick-prev.slick-arrow::before {
      height: 30px;
      width: 30px;
  }

  .ne-how-works-tab-item.active .ne-how-works-tab-link {
      opacity: 1;
      font-weight: 400;
  }

  .ne-how-works-tab-dropdown h3.ne-how-works-tab-link {
      color: #000000;
      opacity: 1;
      font-weight: 700;
  }

  .ne-how-works-tab-dropdown h3.ne-how-works-tab-link::after {
      content: "";
      border: 1px solid #000000;
      position: absolute;
      width: 9px;
      height: 9px;
      border-top: none;
      border-left: none;
      transform: rotate(45deg) translateY(-50%);
      top: 50%;
      right: 3px;
      transform-origin: 0% 0%;
      margin-top: -14px;
  }

  .ne-how-works-tab-dropdown h3.ne-how-works-tab-link {
      padding-right: 30px;
      position: relative;
  }
  .ne-how-works-tab-list .ne-how-works-tab-link {
    padding: 12px 16px;
    border: none;
  }
  .ne-how-works-tab-list .ne-how-works-tab-link:hover {
    opacity: 1;
  }
  .ne-how-works-tab-dropdown {display: block;}
  .ne-need-answers, .block-textimage.block.ne-need-answers {
      padding: 40px 0 60px;
  }

  .ne-need-answers-left, .block-textimage.block.ne-need-answers .row .image-col {
      margin-bottom: 24px;
      line-height: 1;
      font-size: 0;
  }

  .ne-need-answers-content, .block-textimage.block.ne-need-answers .text-col .content-container {
      text-align: left;
  }

  .ne-need-answers-content h2, .block-textimage.block.ne-need-answers .content-container h2 {
      margin-bottom: 12px;
  }
  .ne-ss-slider, .block-testimonials.ne-success-stories.block .slides {
      padding-bottom: 56px;
      margin-left: 0;
  }
  .ne-ss-slider button.slick-arrow, .block-testimonials.ne-success-stories.block .slides button.slick-arrow {position: absolute;bottom: 0;left: 0;}

  .ne-ss-slider button.slick-arrow.slick-next, .block-testimonials.ne-success-stories.block .slides button.slick-arrow.slick-next {right: inherit;left: 50px;}
  .ne-ss-slider button.slick-arrow.slick-next::before, .block-testimonials.ne-success-stories.block .slides button.slick-arrow.slick-next::before {
    background: url(/wp-content/uploads/2023/03/white-arrow-right.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
  }
  .ne-ss-slider button.slick-arrow.slick-prev::before, .block-testimonials.ne-success-stories.block .slides button.slick-arrow.slick-prev::before {
    background: url(/wp-content/uploads/2023/03/white-arrow-right.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
  }

  .ne-ss-slider ul.slick-dots, .block-testimonials.ne-success-stories.block .slides ul.slick-dots {
      list-style: none;
      padding: 0;
      font-size: 0;
      margin: 0 -4px;
      padding-left: 8px;
      margin-top: 24px;
      display: none !important;
  }

  .ne-ss-slider ul.slick-dots li, .block-testimonials.ne-success-stories.block .slides ul.slick-dots li {
      display: inline-block;
      height: auto;
      width: auto;
      font-size: 0;
      margin: 0 4px;
  }

  .ne-ss-slider ul.slick-dots li button, .block-testimonials.ne-success-stories.block .slides ul.slick-dots li button {
      border: none;
      font-size: 0;
      width: 10px;
      height: 10px;
      display: inline-block;
      background: #fff;
      border-radius: 50%;
      padding: 0;
      opacity: 0.5;
  }

  .ne-ss-slider ul.slick-dots li.slick-active button, .block-testimonials.ne-success-stories.block .slides ul.slick-dots li.slick-active button {
      opacity: 1;
  }
  .block-testimonials.ne-success-stories.block .slides .slide {
    padding-left: 0;
  }
  .ne-how-works-tab-dropdown-wrap .ne-how-works-tab-list {
      display: none;
      background: #fff;
      margin-top: -1px;
      position: absolute;
      top: 100%;
      z-index: 2;
  }

  .ne-how-works-tab-dropdown-wrap .ne-how-works-tab-list .ne-how-works-tab-item:last-child .ne-how-works-tab-link {
      border-bottom: none;
  }

  .ne-how-works-tab-dropdown-wrap {
      position: relative;
      width: 100%;
      display: block;
  }
  .ne-logos-section, .ne-logos-section, .block-gallery.block.ne-logos-section {
      padding: 40px 0 44px !important;
  }
  .ne-logos-img, .block-gallery.block.ne-logos-section .image {
    max-width: 126px;
  }
  .ne-logos-img::before, .block-gallery.block.ne-logos-section .image::before {
      padding-top: 89.7%;
  }

  .nne-logos-row {
      margin-left: -20px;
  }
  .ne-get-demo, .ne-get-demo, .block-textimage.ne-get-demo {
      padding: 40px 0 !important;
  }

  .ne-get-demo-content .btn, .block-textimage.ne-get-demo .content-container .button {
      margin-top: 12px;
  }

  .ne-get-demo-left, .block-textimage.rect.ne-get-demo.image-right .text-col {
      margin-bottom: 40px;
  }

  footer .footer-container .content .container .divider {
      padding-top: 40px;
  }

  footer .footer-container .content .social {
      margin-top: 24px;
      width: 100%;
  }

  footer .footer-container .content .address .address-container {
      width: 100%;
  }

  footer .footer-container .content .navigation .nav-container {
      border-top: none;
      padding-top: 28px;
      margin-bottom: 0;
  }

  footer .footer-container .content .social ul li {
      margin-bottom: 12px;
  }

  .footer-col-heading {
      font-size: 20px;
      margin-bottom: 20px;
  }

  footer .footer-container .content .address .address-container .social > p {
      font-size: 16px;
      line-height: 24px;
  }

  footer .footer-container .content .address .address-container p.email {
      font-size: 16px;
      line-height: 24px;
  }

  footer .footer-container .content .navigation .nav-container ul li a {
      padding: 0;
  }

  footer .footer-container .content .navigation .nav-container ul li {
      width: 100%;
      padding: 0 !important;
      margin-bottom: 9px;
  }

  .footer-col:last-child {
      width: 100% !important;
  }

  .footer-colwrap {
      margin: 0 -10px;
  }

  .footer-col .row {
      margin-left: -10px;
      margin-right: -10px;
  }

  footer .footer-container .content .copyright {
      margin: 0;
  }

  footer .footer-container .content .copyright .copyright-container p {
      display: block;
      margin: 0 0 20px;
      width: 100%;
  }

  footer .footer-container .content .copyright .copyright-container p:last-child a {
      margin: 0;
      margin-right: 20px;
  }

  footer .footer-container .content .copyright .copyright-container p:last-child {
      margin-bottom: 0;
  }

  footer .footer-container .content {
      padding-bottom: 60px;
  }
  .geospatial-companies-content p, .block-text.block.geospatial-companies-sec .content-container p {
    font-size: 16px;
  }
  .geospatial-companies-left {
    margin-bottom: 20px;
  }
  .geospatial-companies-sec .geospatial-companies-heading, .block-text.block.geospatial-companies-sec .geospatial-companies-heading {
    margin-bottom: 20px;
  }


    .services-banner .ne-home-banner-row .ne-home-banner-right, .block-hero.right_image_exist .ne-home-banner-right {
        width: 100%;
        order: 1;
        margin-bottom: 24px;
    }

    .services-banner .ne-home-banner-row .ne-home-banner-left, .right_image_exist.block-hero.page .title {
        width: 100%;
        order: 2;
    }

    .ne-services-img-text-row > div, .block-textimage.ne-services-img-text-section .row > div {
        width: 100%;
    }

    .ne-services-text-img-repeatable-heading, .block-text.one-col.ne-text-img-repeatable-title .content-container {
        padding-right: 0;
    }

    .ne-services-text-img-repeatable-heading::after, .block-text.one-col.ne-text-img-repeatable-title .content-container::after {
        opacity: 0;
        visibility: hidden;
    }

    .ne-services-text-img-repeatable-row > div, .block-textimage.ne-text-img-repeatable-sec .text-col, .block-textimage.ne-text-img-repeatable-sec .image-col {
        width: 100%;
        margin-bottom: 28px;
    }
    .ne-services-text-img-repeatable-row > div:last-child, .block-textimage.ne-text-img-repeatable-sec .text-col {margin-bottom: 0;}
    .services-banner .ne-home-banner-row .ne-home-banner-right .ne-home-banner-img, .block-hero.right_image_exist .ne-home-banner-right .ne-home-banner-img {
        max-width: 213px;
    }

    .ne-services-img-text-row > div:first-child, .block-textimage.ne-services-img-text-section .row > div:first-child {
        margin-bottom: 28px;
    }
    .block-textimage.ne-get-demo.ne-services-demo .button {margin-top: 12px;}
    body .block-text.block.ne-our-customers .container .row > div {
        width: 100%;
        margin-bottom: 40px;
    }

    .block-text.ne-our-customers {
        padding: 40px 0 60px !important;
    }
    .block-text.ne-our-customers .content-container .icon-list-repeater-itembox .icon-list-repeater-item-img {
        margin-right: 12px;
    }
    .block-text.ne-our-customers .content-container .icon-list-repeater-itembox .icon-list-repeater-item-img img.mobile_icon {
        display: block;
    }
    .block-text.ne-our-customers .content-container .icon-list-repeater-itembox .icon-list-repeater-item-img img.desktop_icon {
        display: none;
    }

    body .block-text.block.ne-our-customers .container .row > div:last-child {
        margin-bottom: 0;
    }
    .block-textimage.ne-get-demo.ne-services-demo {
        padding-bottom: 32px !important;
    }

    .block-textimage.rect.ne-get-demo.image-right .text-col {
        order: 1;
    }

    .block-textimage.rect.ne-get-demo.image-right .image-col {
        order: 2;
    }

    .block-textimage.ne-get-demo.ne-services-demo.rect.image-right .text-col {
        margin-bottom: 28px;
    }
    .block-textimage.ne-get-demo.ne-services-demo .image-col .image-container {
        max-width: 213px;
        margin-left: auto;
    }
    .footer-col .row > div:nth-child(1) {
        order: 1;
    }

    .footer-col .row > div:nth-child(3) {
        order: 2;
    }

    .footer-col .row > div:nth-child(2) {
        order: 3;
    }

    .footer-col .row > div:nth-child(4) {
        order: 4;
    }

    .explore-solutions-inr {
        padding-left: 0;
    }

    .explore-solutions-inr .row > div {
        width: 100%;
    }
    .block-hero.block.page.services-banner.network-health-section.right_image_exist .ne-home-banner-right .ne-home-banner-img {
        max-width: 123px;
    }
    .block-hero.block.page.services-banner.network-health-section.right_image_exist .ne-home-banner-right {margin-bottom: 40px;}
    .block.ne-text-img-repeatable-sec[data-aos] h3, .block.ne-text-img-repeatable-sec[data-aos] p {
        transition-delay: 600ms;
    }
    .block.ne-text-img-repeatable-sec[data-aos] p {
        transition-delay: 900ms;
    }
    .block.ne-text-img-repeatable-sec[data-aos] .image-container {
        transition-delay: 300ms;
    }
    .ne-insights.assets-ask-neara-section .ne-insights-heading {padding-right: 0;}
    .restore-power-right {
        width: 100%;
    }
    .restore-power-left {
        width: 100%;
        margin-bottom: 36px;
    }
    .block-textimage.block.ne-need-answers.umbrella-power-network.umbrella-download .row .image-col .image-container {
        width: 166px !important;
        max-width: 166px;
    }
    .ne-case-studies-left, .ne-case-studies-right {
        width: 100%;
    }

    .ne-case-studies-left {
        margin-bottom: 40px;
    }
    .block-textimage.block.ne-need-answers.umbrella-power-network.service-asset .image-container {
        max-width: 103px;
        width: 103px !important;
    }
    .restore-power-left .restore-power-content p:not(.large-text) {
        color: #373C42;
    }
    .ne-case-studies-content h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .block-text.ne-our-customers .content-container li {
        font-size: 18px;
        line-height: 26px;
    }
    .learn-more-banner.block-hero.services-banner .ne-home-banner-img {
        max-width: 123px;
    }

    .learn-more-banner.block-hero.services-banner .ne-home-banner-right {
        margin-bottom: 20px;
    }
    .learn-more-banner.block-hero.services-banner .ne-home-banner-img {
        max-width: 123px;
    }

    .learn-more-banner.block-hero.services-banner .ne-home-banner-right {
        margin-bottom: 20px;
    }

    .block-textimage.block.counter-list-main {
        padding: 40px 0 60px;
    }

    .counter-list {
        width: 100% !important;
        margin-bottom: 32px;
    }
    .counter-list:last-child {
        margin-bottom: 0;
    }
    .ne-three-columns-inr .ne-three-columns-col {
        width: 100%;
    }
    .ne-three-columns-inr .ne-three-columns-col:last-child {
        margin-bottom: 0;
    }
    .block-textimage.block.ne-need-answers.umbrella-power-network.learn-more-answer .text-col .content-container h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .ne-three-columns-inr .why-neara-main-heading h2 {
        font-size: 36px;
        line-height: 44px;
    }
    .block-textimage.ne-services-img-text-section.learn-more-img-text .text-col {
        width: 100%;
    }

    .block-textimage.ne-services-img-text-section.learn-more-img-text .image-col {
        width: 100%;
    }

    .block-textimage.ne-services-img-text-section.learn-more-img-text {
        padding-top: 28px !important;
        padding-bottom: 40px !important;
    }

    .block-textimage.ne-services-img-text-section.learn-more-img-text .text-col p {
        margin-bottom: 16px;
    }

    .block-textimage.ne-services-img-text-section.learn-more-img-text .text-col p:not(:first-child) {
        font-size: 16px;
        line-height: 24px;
    }
    .ne-three-columns-inr .why-neara-main-heading {
        margin-bottom: 27px;
    }

    .block-textimage.block.ne-three-columns {
        padding: 60px 0 34px;
    }
    .block-textimage.block.ne-need-answers.umbrella-power-network.learn-more-answer .block-textimage-inr {
        padding: 28px 20px 32px;
    }

    .block-textimage.block.ne-need-answers.umbrella-power-network.learn-more-answer .block-textimage-inr .image-col {
        margin-bottom: 32px;
    }
    .block-related.block.learn-more-custom-blog.ne-insights {
        padding: 40px 0 60px !important;
    }

    .learn-more-custom-blog .insights-slider.ne-insights-row {
        padding-bottom: 64px !important;
    }
    .explore-solutions-contents-box {
        margin-bottom: 32px;
    }

    .explore-solutions-contents-box .explore-solution-image {
        margin-bottom: 12px;
    }

    .explore-solutions-contents-box:last-child {
        margin-bottom: 0;
    }

    .learn-more-explore-solution {
        padding: 36px 0 60px;
    }

    .explore-solution-main-heading {
        margin-bottom: 32px;
    }

    .explore-solution-list-wrapper .explore-solution-list {
        padding-top: 20px;
    }

    .explore-solution-main-heading h2 {
        line-height: 40px;
    }

    .explore-solution-list-wrapper .explore-solution-list .explore-heading {
        margin-bottom: 28px;
    }

    .explore-solution-list-wrapper .explore-solution-list .explore-heading h3 {
        margin-bottom: 0;
    }
    .explore-solution-image::before {
        padding-top: 55.523%;
    }
    .block-textimage.block.ne-need-answers.umbrella-power-network.learn-more-answer {
        padding-bottom: 60px !important;
    }
    .block-related.block.learn-more-custom-blog.ne-insights .ne-insights-heading h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .footer-colwrap .row.desktop-hidden {
        display: flex;
    }
    .footer-colwrap .row.mobile-hidden {
        display: none;
    }
    .block-text.block.has_background .block-text-inr {
        width: 100%;
    }
    body.home .block-hero.ne-home-banner .ne-home-banner-right .ne-home-banner-img {
        max-width: 100%;
        width: 100%;
    }

    body.home .block-hero.ne-home-banner .ne-home-banner-right {
        order: 2;
        margin-bottom: 0;
    }

    body.home .block-hero.ne-home-banner .title {
        order: 1;
        padding-bottom: 12px !important;
    }
    body.home .block-hero.ne-home-banner.right_image_exist {
        padding-bottom: 23px;
    }
    body.home:not(.home)  .title .ne-banner-scrollto {
        display: none;
    }
    body.home .block-hero.ne-home-banner.right_image_exist .container > .ne-banner-scrollto {
        display: none;
    }

    body.home .block-hero.ne-home-banner.right_image_exist .title .ne-banner-scrollto {
        display: block;
        position: static;
        margin-top: 38px;
    }

}




