/*  Search Start */
.search-modal {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
  display: none;
  padding: 0 !important;
  width: 100%;
  height: 100%;
  position: fixed !important;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 10 !important;
  box-shadow: 0 0px 0px 0px rgb(0 0 0 / 30%);
}
.search-modal.active {
  display: block;
}
.search-modal .sppb-row-container {
  margin-top: 10%;
  position: relative;
  background: #FFF;
  max-width: 90% !important;
  padding: 20px !important;
  border-radius: 6px;
  box-shadow: 0 0px 0px 0px rgb(0 0 0 / 30%);
   z-index: 999;
    -webkit-transition: all .2s ease-in-out;
  -moz-transition:    all .2s ease-in-out;
  -o-transition:      all .2s ease-in-out;
  -ms-transition:     all .2s ease-in-out;
  transition:         all .2s ease-in-out;
}
.search-modal.active .sppb-row-container {
  margin-top: 105px;
  box-shadow: 0 5px 7px 0px rgb(0 0 0 / 30%);
    -webkit-transition: all .2s ease-in-out;
  -moz-transition:    all .2s ease-in-out;
  -o-transition:      all .2s ease-in-out;
  -ms-transition:     all .2s ease-in-out;
  transition:         all .2s ease-in-out;
}
.search-modal .sppb-row-column {
  max-width: 100% !important;
  flex-basis: 100% !important;
}
.search-modal .inputbox {
  height: 52px !important;
  border-radius: 6px !important;
  margin-left: 0 !important;
}
.close-search {
  position: absolute !important;
  top: -35px;
  right: -35px;
  padding: 6px 12px !important;
  border: transparent !important;
  cursor: pointer;
  background: #F68B33 !important;
  color: #FFF;
  z-index: 999;
}
.menu-search {
  font-size: 3rem !important;
  line-height: 100% !important;
  color: #E07D32 !important;
  background: transparent !important;
  border: transparent !important;
  padding: 10px 0px !important;
}
.menu-search .icon {
  color: #F68B33;
}
.menu-search.sppb-btn:after {
  display: none !important;
}
.offcanvas-inner > div.header-modules {
  display: none !important;
}
.offcanvas-inner .icon-battery-search {
  border-radius: 6px !important;
  margin-bottom: 30px !important;
  font-family: din-2014, arial, sans-serif !important;
}
.search-wrp .sppb-row-column {
  padding: 0 !important;
}
/* Search End */

@font-face {
  font-family: 'UniversLTStdBlack';
  src: url('/templates/ut_sombra/fonts/UniversLTStd-Black.woff');
}
@font-face {
  font-family: 'UniversLTStdBoldCn';
  src: url('/templates/ut_sombra/fonts/UniversLTStd-BoldCn.woff');
}
@font-face {
  font-family: 'UniversLTStdCn';
  src: url('/templates/ut_sombra/fonts/UniversLTStd-Cn.woff');
}
@font-face {
  font-family: 'UniversLTStd';
  src: url('/templates/ut_sombra/fonts/UniversLTStd.woff');
}
@font-face {
  font-family: 'UniversLTStdLight';
  src: url('/templates/ut_sombraWe /fonts/UniversLTStd-Light.woff');
}
@font-face {
  font-family: 'UniversLTStdBold';
  src: url('/templates/ut_sombra/fonts/UniversLTStd-Bold.woff');
}
@font-face {
  font-family: 'UniversLTStdItalic';
  src: url('/templates/ut_sombra/fonts/UniversLTStd-Obl.woff');
}
@font-face {
  font-family: 'UniversLTStdBoldItalic';
  src: url('/templates/ut_sombra/fonts/UniversLTStd-BoldObl.woff');
}
body,
body.helix-ultimate {
  font-family: UniversLTStd, Univers Roman, Arial, Sans-Serif;
  height: auto;
  color: #181921;
}
::selection {
  background: #F68B33; /* WebKit/Blink Browsers */
  color: #FFF;
}
::-moz-selection {
  background: #F68B33; /* Gecko Browsers */
   color: #FFF;
}
.sppb-addon-content p,
.sppb-addon-content {
  font-family: UniversLTStd, Univers Roman, Arial, Sans-Serif;
  line-height: 140%;
  font-weight: 400;
}
p {
  font-family: UniversLTStd, Univers, sans-serif;
  line-height: 140%;
  color: #545759;
}
strong, 
b {
  font-family: UniversLTStdBold, Univers, Arial, Sans-Serif;
}
h1,h2,h3,h4,h5 {
  font-family: Univers Bold, Arial, Sans-Serif !important;
}
h1 {
  font-size: 2.6rem !important;
  line-height: 110% !important;
  font-family: UniversLTStdBold, Univers Bold, Arial, Sans-Serif !important;
}
h2 {
  font-size: 2rem !important;
  line-height: 110% !important;
}
h3 {
  font-size: 1.4rem !important;
  font-family: UniversLTStd, Arial, Sans-Serif !important;
}
.h4 h4 {
  color: #3B3C3D;
  font-weight: 300 !important;
  font-size: 1.3rem;
  text-transform: uppercase !important;
  margin-bottom: 0;
}
.h4 {
  margin-bottom: 0 !important;
}

h2,h3,h4,h5 {
  line-height: 130% !important;
}
a {
  color: #F68B33;
  font-family: Univers Roman, Arial, Sans-Serif;
}
.list-style-none {
  list-style: none;
  padding-left: 0;
}
.btn-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.btn-list li {
  display: block;
  padding: 5px;
}
.btn-list a {
  display: flex;
  align-items: center;
  font-family: Univers Roman, Arial, Sans-Serif;
}
.btn-icon .icon {
  margin-right: 10px;
  font-size: 2rem;
}
.icon {
  font-weight: 300;
}
.relative {
  position: relative;
}
.full-link {
  width:100%;
  height:100%;
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 2;
  background: transparent !important;
  border: 1px solid transparent !important;
}
.white-para h5,
.white-para p {
  color: #FFF !important;
}
.white-para ul {
  list-style: none;
}
.white-para ul li:before {
  color: #FFF;
  content: "\2022";
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.grey-para h2,
.grey-para h1,
.grey-para h5,
.grey-para p {
  color: #3a3d3f !important;
}
.text-caps {
  text-transform: uppercase; 
  font-size: 90%;
}
.icon-heading > h5,
.icon-heading > h4,
.icon-heading > h3 {
  display: flex;
  align-items: center;
}
.icon-heading span {
  padding-right: 15px;
}
.icon-link-wrp .icon,
.icon-heading .icon {
  font-size: 2.4rem; 
}
.icon-link-wrp .sppb-addon-title {
  font-size: 1rem !important;
  margin: 10px 0 !important;
  display: flex !important;
  align-items: center !important;
  padding: 20px 30px !important;
  border-radius: 6px;
  box-shadow: 0 2px 5px 0px rgb(0 0 0 / 10%);
  -webkit-transition: all .4s ease-in-out;
        -moz-transition:    all .4s ease-in-out;
        -o-transition:      all .4s ease-in-out;
        -ms-transition:     all .4s ease-in-out;
        transition:         all .4s ease-in-out;
}
.icon-heading-white .icon:before {
  color: #FFF;
}
.big-icon-head .icon {
  font-size: 3rem;
  vertical-align: middle;
}
.big-icon .icon {
  font-size: 100px !important;
  font-weight: 300;
}
.big-icon .icon:before {
  color: #FFF;
}
.blue-icon .icon:before {
  color: #005696;
}
.maroon-icon .icon:before {
  color: #682145 !important;
}
.orange-icon .icon:before {
  color: #ff681d !important;
}
.no-shdw {
  box-shadow: none !important;
  -webkit-box-shadow:!important;
  -moz-box-shadow:!important;
}
.lrg-img img,
.lrg-img .sppb-addon-single-image-container {
  width: 100%;
  height: auto !important;
}
.icn-lrg .sppb-addon-title {
  display: flex;
  align-items: center;
}
.icn-lrg .sppb-addon-title-icon {
  font-size: 50px;
  vertical-align: middle;
}
.bg-dark {
background-color: #24252B;
}
.btn-mdl-wrp .sppb-column-addons {
  display: flex;
}
.jst-content-center .sppb-nested-row,
.jst-content-center .sppb-row {
  justify-content: center;
}
.btn-solar {
  color: #FFF !important;
  background-color: #F26921 !important;
  border-color: #F26921 !important;
}
.sppb-addon-content > ul.bullets-primary:last-of-type {
  margin-bottom: 0 !important;
}
.sppb-addon-content > ul.bullets-primary li:last-child {
  margin-bottom: 0 !important;
}
.sppb-addon-content > ul.bullets-primary + p {
  margin-top: 15px;
}
.com-content #sp-main-body {
  padding: 0 !important;
}
.com-content #sp-main-body .page-header {
  display: none;
}
.com-content #sp-component {
  padding-top: 100px !important;
}
#sp-top-bar {
  display: none;
}
#sp-top-bar .sp-module {
  margin: 0;
  display: flex;
  align-items: center;
}
#sp-top-bar .row {
  display: flex;
  align-items: center;
}
#sp-top-bar .row > div {
  width: auto;
}
#sp-top-bar .row > div:first-child {
  flex-grow: 1;
}
#sp-top-bar .sp-column {
  display: flex;
}
#sp-header .sp-module,
#sp-header,
#sp-header .logo {
  height: 100px;
}
.offcanvas-menu .mod-login-logout,
.offcanvas-menu #login-form {
  display: none;
}
.offcanvas-menu .offcanvas-inner > div.header-modules.p-3 {
  display: none !important;
}
.offcanvas-menu .menu {
  text-align: left;
}
.offcanvas-menu.border-menu .offcanvas-inner ul.menu>li {
  border-bottom: none !important;
}
.offcanvas-menu.border-menu .offcanvas-inner ul.menu>li>a {
  padding-left: 0;
}
.menu-toggler {
  padding: 6px 8px !important;
  border-radius: 4px;
  width: auto !important;
  height: auto !important;
}
.sp-dropdown-inner > .row > div { 
  padding: 0;
  border-right: 0 !important;
}
.sp-megamenu-parent .sp-dropdown-mega>.sp-dropdown-inner .sp-menu-item {
  padding-right: 0px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #FFF !important;
  border-top: 1px solid #e1e1e1;
  padding: 30px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
  padding: 6px 0;
  line-height: 140%;
  font-size: 14px;
}
.sp-mega-group .sp-menu-heading span,
.sp-mega-group .sp-menu-heading,
.sp-megamenu-parent .sp-mega-group>li>a {
  font-weight: 700;
  line-height: 140%;
  color: #454545;
  font-size: 16px;
  padding-right: 0;
  font-family: var(--headings_font_family);
}
.sp-mega-group .sp-menu-heading {
  padding: 0 10px;
  margin-bottom: 15px;
  display: block;
}
.sp-megamenu-parent>li>a, 
.sp-megamenu-parent>li>span {
  line-height: 100px;
  font-family: UniversLTStd, Univers Roman, Arial, Sans-Serif !important;
}
.menu-wrapper .nav-pills .nav-header,
.menu-wrapper .nav-pills a {
  text-align: left;
  padding: 15px 30px 15px 10px !important;
  width: 100%;
}
.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent>.nav-header,
.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent>a {
  color: #454545;
  text-transform: uppercase;
}
body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li ul {
  margin-left: 0;
}
.offcanvas-inner .sp-module-title {
  display: none;  
}
.social ul {
  padding-left: 0;
  margin-left: -20px !important;
}
.social ul a {
  margin: 0 !important;
  padding: 0 20px !important; 
  display: block !important;
}
.top-right-menu {
  margin: 0 !important;
}
.top-right-menu > li {
  border-right: 1px solid #FFF;
  padding: 4px 20px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition:    all .2s ease-in-out;
  -o-transition:      all .2s ease-in-out;
  -ms-transition:     all .2s ease-in-out;
  transition:         all .2s ease-in-out;
  position: relative !important;
  text-transform: uppercase;
}
.floatck {
  left: 0; 
  top: 100%;
  box-shadow: 0 0 3px 10px #ccc;
  border-radius: 6px;
  box-shadow: 0 5px 7px 0px rgb(0 0 0 / 30%);
  padding: 0 !important;
  
}
.floatck li a {
  padding: 6px 10px;
}
.floatck li a:after {
  display: none !important;
}
.floatck li {
  position: relative !important;
  -webkit-transition: all .2s ease-in-out;
    -moz-transition:    all .2s ease-in-out;
    -o-transition:      all .s ease-in-out;
    -ms-transition:     all .2s ease-in-out;
    transition:         all .2s ease-in-out;
}
.floatck li:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.floatck li:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
li .floatck li .floatck {
  top: 0 !important;
  margin-top: 0 !important;
  border-top-left-radius: 0;
}
li .floatck li .floatck li:first-child a {
  border-top-left-radius: 0;
}
#sp-top-bar .floatck li.parent:before {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #FFF;
  border-radius: 6px;
}
#sp-top-bar .linguise_switcher span.linguise_language_icon {
  box-shadow: none !important;
}
#sp-top-bar .linguise_switcher {
  padding: 4px 0px 4px 20px;
}
#sp-top-bar .linguise_lang_name {
  color: #FFF !important;
  text-transform: uppercase;
}
#sp-top-bar .sp-module+.sp-module {
  margin-left: 0 !important;
}
.article-resources-wrp .article-header h3 {
  margin-bottom: 0 !Important;
  font-size: 1.1rem !important;
  display: flex;
  align-items: center;
}
.article-resources-wrp .article-header h3:before {
  content: "\e9af";
  font-size: 48px;
  font-weight: 300;
  font-family: 'discover_icon_font' !important;
  display: inline-block;
  padding-right: 10px;
}
.article-resources-wrp .article {
  border-radius: 6px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition:    all .2s ease-in-out;
  -o-transition:      all .2s ease-in-out;
  -ms-transition:     all .2s ease-in-out;
  transition:         all .2s ease-in-out;
}
.article-resources-wrp .row > div:nth-child(n+7) {
  display: none;
}
.article-resources-wrp .row > div.visible {
  display: block !important;
}
.faq-section .accordion > div:nth-child(n+7) {
  display: none;
}
.faq-section .accordion.visible > div {
  display: block !important;
}
.app-banner .app-banner-btn {
  margin-top: 20px !important;
}
.modal-cstm .modal-body {
  padding: 20px !important;
}
.modal-cstm .btn-close {
  top: 10px;
  right: 10px;
}
.modal-cstm h4 + p {
  margin-top:20px;
}
.modal-cstm p:last-of-type {
  margin-bottom: 0;
}
.modal-cstm p + .btn-group {
  margin-top: 20px;
}
.modal-cstm .btn-group a {
  margin-right: 6px;
  margin-left: 6px;
}
.modal-cstm .btn:after {
  display: none;
}
.modal-cstm .modal-content {
  border-radius: 16px;
}
.app-banner .modal-pop {
  margin-top: 20px;
  text-align: left;
}
.app-banner h1 sup {
  vertical-align: top;
  top: 100%;
  line-height: 100%;
}
body .app-banner .bottom-right-notice,
.bottom-right-notice {
  position: absolute !important;
  right: auto;
  left: 30px;
  bottom: 0;
  z-index: 2;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.top-right-notice .fab:before,
.top-right-notice i.icon:before {
  font-size: 28px !important;
  vertical-align: middle;
}
body .app-banner .top-right-notice,
.top-right-notice {
  position: absolute !important;
  right: auto;
  left: 30px;
  top: 0;
  z-index: 2;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.bottom-right-notice .icon,
.top-right-notice .icon {
  font-weight: 400;
}
.bottom-right-notice {
  font-size: 1.4rem;
  font-weight: 700 !important;
  font-size: 1.6rem !important;
  padding: 1.2rem 2rem !important;
  z-index: 6;
}
.bottom-right-notice:after {
  display: none;
}
.app-banner .sppb-row-container,
.app-banner .sppb-row > div,
.app-banner .sppb-column,
.app-banner .sppb-row,
.app-banner .sppb-column-addons {
  position: static;
}
.text-center-total {
  text-align: center !important;
}
.sml-section {
  
}
.no-height {
  height: 0 !important;
  z-index: 10 !important;
}
.view-visforms #sp-main-body,
.basic-section {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.sppb-addon-button-group {
  margin: -5px;
}
.sppb-addon-button-group a {
  margin: 5px;
  padding: 0.4rem 1.5rem;
}
body .btn, body .sppb-btn {
  padding: 0.75rem 2rem;
  font-size: 1rem;
  line-height: 130%;
  border-radius: 30px !important;
}
body .sppb-btn:after {
  display: none !important;
}
#sppb-addon-wrapper-MKFYl4BOXuuTSLyKtKgrO {
  margin-bottom: 0 !important;
}
.drp-shd-txt-wrp .sppb-btn,
.drp-shd-txt-wrp .btn {
  box-shadow: 0 1px 9px -3px #3b3c3d !important;
}
.drp-shd-txt-wrp h5,
.drp-shd-txt-wrp h4,
.drp-shd-txt-wrp h3,
.drp-shd-txt-wrp h2,
.drp-shd-txt-wrp h1 {
  text-shadow:0px 3px 9px rgba(51,46,45,0.9);
}
.drp-shd-txt-wrp br {
  display: none;
}
.center-layout-sections .sppb-addon-wrapper  > div {
  display: flex;
}
.center-layout-sections .sppb-row {
  justify-content: center;
}
.center-layout-sections .sppb-row > div {
  flex-basis: auto !important;
  width: auto !important;
  align-self: center;
}
.center-layout-sections img {
  max-width: 350px;
}
.prtnr-img .img.sppb-img-responsive,
.prtnr-img img {
  max-width: 300px;
}
.prtnr-img .sppb-person-image {
  text-align: center;
}
.sppb-btn-primary i.icon:before {
  color: #FFF;
  font-size: 2rem;
  vertical-align: middle;
}
.application-links-wrap {
  max-height: none !important;
}
.application-links-wrap > div > div {
  padding-right: 0px !important;
  padding-left: 0px !important;
  padding-bottom: 0 !important;
}
.application-image-sel-row .caption-below,
.application-links-wrap .caption-below {
  font-weight: 900;
}
.application-image-sel-row h4.sppb-addon-title,
.application-links-wrap h4.sppb-addon-title {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: none;
  top: 0;
  bottom: 0;
  left: 0;
}
.application-image-sel-row .sppb-addon-subtitle,
.application-links-wrap .sppb-addon-subtitle {
  transform: none;
}
.sppb-addon-overlay-image-content {
  position: relative;
  padding: 0;
  border-radius: 6px;
}
.application-image-sel-row .sppb-column,
.application-links-wrap .sppb-column {
  border-radius: 4px;
  overflow: hidden;
}
.application-image-sel-row .overlay-image-title,
.application-links-wrap .overlay-image-title {
  display:flex;
  min-height:80px;
  align-items: center;
  position: static;
  padding: 1rem;
  width: 100%;
  background-color: rgba(0 0 0 / 40%);
    -webkit-transition: all .2s ease-in-out;
  -moz-transition:    all .2s ease-in-out;
  -o-transition:      all .2s ease-in-out;
  -ms-transition:     all .2s ease-in-out;
  transition:         all .2s ease-in-out;
}
.application-image-sel-row  .sppb-column,
.application-image-sel-row .sppb-addon-overlay-image-content {
  height: 180px !important;
  border-radius: 6px;
  margin-bottom: 20px !important;
}
.application-image-sel-row .sppb-addon-title a,
.application-links-wrap .sppb-addon-title a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: block;  
}
.app-link-wrp {
  background-color: #3b3c3d;
   -webkit-transition: all .2s ease-in-out;
  -moz-transition:    all .2s ease-in-out;
  -o-transition:      all .2s ease-in-out;
  -ms-transition:     all .2s ease-in-out;
  transition:         all .2s ease-in-out;
}
.app-link-wrp:hover {
  background-color: #F68B33;
    -webkit-transition: all .2s ease-in-out;
  -moz-transition:    all .2s ease-in-out;
  -o-transition:      all .2s ease-in-out;
  -ms-transition:     all .2s ease-in-out;
  transition:         all .2s ease-in-out;
}
.app-link-wrp .sppb-addon-image-layout-caption {
  background: transparent;
  font-size: 1.1rem;
}
.res-wrap .sppb-img-responsive {
  border: 1px solid #e1e1e1;
  border-radius:3px;
    -webkit-transition: all .2s ease-in-out;
  -moz-transition:    all .2s ease-in-out;
  -o-transition:      all .2s ease-in-out;
  -ms-transition:     all .2s ease-in-out;
  transition:         all .2s ease-in-out;
}
.res-wrap .sppb-image-layouts-inline-img {
  background-color: #F68B33;
  border-radius: 3px;
}
.sppb-divider {
  margin-bottom: 0 !important;
}
.res-wrp-16-33-1,
.res-wrp-25-50-1 {
  padding-top: 0 !important;
}
.res-wrp-50-1,
.res-wrp-33-1 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.res-wrp-50-1,
.res-wrp-25-50-1,
.res-wrp-33-1 {
  display: block;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.res-wrp-50-1 .sppb-row-column,
.res-wrp-33-1 .sppb-container-inner .sppb-nested-row > div,
.res-wrp-33-1-50-1 .sppb-row-column,
.res-wrp-20-50-1 .sppb-row-column,
.res-wrp-16-33-1 .sppb-row-column,
.res-wrp-25-50-1 .sppb-row-column {
  width:100% !important;
  flex-basis: 100% !important;
  max-width: 100%!important;
  margin-bottom: 20px!important;
}
.res-wrp-33-1 .sppb-nested-row {
  justify-content: center;
}
.res-wrp-20-50-1 img,
.res-wrp-16-33-1 img,
.res-wrp-25-50-1 img {
  border: 1px solid #e1e1e1;
  border-radius: 6px;
}
.icn-title-wrp {
  padding-bottom: 15px !important;
}
.icn-title-wrp .sppb-row-column {
  display: inline-block;
  width: auto;
  max-width: 100% !important;
  flex-basis: auto !important;
  vertical-align: middle;
}
.icn-title-wrp .sppb-icon .icon {
  color: #4c9945;
  font-size: 60px !important;
}
.icn-title-wrp .sppb-column-addons {
  align-items: center;
  display: flex;
}
.application-image-sel-row {
  padding-top: 0px !important;
}
.application-image-sel-row .sppb-row,
.application-image-sel .sppb-row {
  margin-right: -10px;
  margin-left: -10px;
}
.application-image-sel-row .sppb-row {
  justify-content: center;
}
.application-image-sel-row .sppb-row-column,
.application-image-sel .sppb-row-column {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px impo !important;
}
.app-banner-txt,
.banner-col-width,
.app-banner {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.app-banner  img {
  max-width: 400px !important;
  height: auto !important;
}
.prod-banner {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.app-banner-txt .sppb-row-container > .sppb-row > .sppb-col-md-6 {
  width: 100% !important;
  flex-basis: 100% !important;
}
.basic-heading {
  padding-bottom: 20px !important;
}
body .white-popup-block {
  padding: 40px 40px;
  border-radius: 6px;
  height: auto !important;
}
.icn-lrg {
  font-size: 36px;
  color: #F68B33;
}
.icn-features .icon {
  font-size: 48px !important;
}
body .white-popup-block .icn-lrg {
  margin-bottom: 20px;
}
.play-icn-overlay .sppb-addon-image-layouts {
  position: relative;
}
.play-icn-overlay .sppb-addon-image-layouts a:before {
  display: block;
  background:RGBA(77,155,69,.7);
  padding: 8px;
  border-radius: 50%;
  color:#FFF;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 60px;
  content: "\e9da";
  font-family: 'discover_icon_font' !important;
  font-weight: 900;
    speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.testimonial-wrp .sppb-testimonial-carousel-client-rating {
  display: none;
}
.testimonial-wrp .sppb-testimonial-carousel-item-content {
  background: #FFF !important;
}
.team-tabs-wrp .sppb-nav {
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}
.team-tabs-wrp .sppb-nav li a {
  border-radius: 6px !important;
    margin-bottom: 5px !important;
}
.team-tabs-wrp .sppb-nav li.active a {
  border-bottom: 0px solid transparent;
  background-color: #F68B33 !important;
  color:#FFF !important;
}
.team-wrp .sppb-icons-group-list a {
  border: none !important;
  color: #6C6E70;
  height: auto !important;
  width: auto !important;
  padding: 0 !important;  
}
.team-wrp img {
  border-radius: 50% !important;
  border: 1px solid #e1e1e1;
  margin-bottom: 15px;
}
.team-wrp .sppb-row-column {
  width: 100% !important;
  flex-basis: 100 !important;
}
.team-wrp .sppb-nested-row {
  display: flex;
  justify-content: center;
}
.team-tabs-wrp .sppb-nav {
  border-bottom: 0 !important;
}
.team-wrp .sppb-addon-content {
  line-height: 130%;
  margin-top: 5px;
}
.sppb-addon-content p:last-child {
  margin-bottom: 0 !important; 
}
.team-tabs-wrp .sppb-icons-group-list {
  justify-content: center;
  display: flex;
}
.team-wrp .sppb-addon {
  text-align: center !important;
}
.comp-tbl {
  padding: 100px 35px !important;
}
.comp-tbl .sppb-addon-table-main thead tr:first-child {
  border-top: 1px solid transparent;
}
.comp-tbl .sppb-addon-table-main tbody tr {
  border-top: 1px solid #e1e1e1;
}
.comp-tbl .sppb-addon-table-main tr th,
.comp-tbl .sppb-addon-table-main tr td {
  border-right: 1px solid #e1e1e1;
}
.comp-tbl .sppb-addon-table-main tr th:last-child,
.comp-tbl .sppb-addon-table-main tr td:last-child {
  border-right: 1px solid transparent;
}
.comp-tbl .sppb-addon-table-main tr td:first-child b,
.comp-tbl .sppb-addon-table-main tr td:first-child {
  font-weight: 600 !important; 
}
.comp-tbl img {
  max-width: 200px;
}
.comp-tbl th .sppb-addon-title {
  text-align: center;
  font-weight: 400;
  width: 100%;
}
.comp-tbl th .icon {
  font-size: 40px;
  display: flex;
  justify-content: center;
  color: #F68B33;
  font-weight: 400;
}
.comp-tbl .fa-check {
  font-size: 28px !important;
  font-weight: 400;
}
.market-accord {
 box-shadow: none !important; 
 padding-bottom: 100px !important;
}
.market-accord-single {
  padding-bottom: 100px !important;
}
.market-accord + .market-accord {
  padding-top: 100px !important;
  padding-bottom: 100px !impowrtant;
}
.market-accord-first {
  padding-bottom: 0px !important;
}
.market-accord .sppb-row > .sppb-row-column {
  width: 100% !important;
  max-width: 100% !important;
  flex-basis: 100% !important;
  margin-bottom: 10px;
}
.market-accord .sppb-row.sppb-nested-row > .sppb-row-column {
  width: 100% !important;
  max-width: 100% !important;
  flex-basis: 100% !important;
  margin-bottom: 0;
}
.market-accord .sppb-panel-title .icon {
  font-size: 32px;
  font-weight: 400;
  vertical-align: middle;
  padding-right: 8px;
}
.market-accord .fa-chevron-right,
.market-accord .sppb-panel-title .icon:before {
  color: #FFF;
}
.market-accord .sppb-panel-heading,
.market-accord .sppb-panel {
  background: #F68B33;
  color: #FFF;
      -webkit-transition: all .2s ease-in-out;
  -moz-transition:    all .2s ease-in-out;
  -o-transition:      all .2s ease-in-out;
  -ms-transition:     all .2s ease-in-out;
  transition:         all .2s ease-in-out;
  border-radius: 6px;
}
.market-accord .sppb-panel-title {
  color: #FFF;
  display: flex;
  align-items: center;
}
.market-accord .sppb-panel-heading,
.market-accord .sppb-panel {
  background: #3b3c3d;
}
.market-accord .sppb-panel-body {
  background: #FFF;
  color:#3b3c3d;
}
.market-accord-blue .sppb-panel-body {
  color:#0A588C;
}
.market-accord + .market-accord {
 padding-top: 0 !important;
}
.market-accord ul,
.market-accord li:last-child {
  margin-bottom: 0;
}
.important-list ol {
  list-style: none;
  padding-left: 56px;
  margin-bottom: 0;
}
.important-list .sppb-row {
  counter-reset: my-awesome-counter;
}
.important-list ol li {
  counter-increment: my-awesome-counter;
  line-height: 100%;
}
.important-list ol li:before {
  content: counter(my-awesome-counter);
  color: #FFF;
  background-color: #F68B33;
  font-weight: bold;
  width: 38px;
  height: 38px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  display: inline-block;
  padding: 11px 7px;
  margin-right: 14px;
  margin-left: -54px;
}
.culture-pnt-wrp .sppb-nested-row {
  align-items: center;
  flex-wrap: nowrap;
}
.culture-pnt-wrp .sppb-nested-row > div {
  max-width: inherit !important;
  flex-basis: inherit !important;
  width: auto;
}
.culture-pnt-wrp .sppb-nested-row > div:nth-child(2) {
  max-width: inherit !important;
  flex-grow: 1!important;
}
.culture-pnt-wrp .icon {
  font-size: 60px !important;
}
.culture-pnt-wrp p {
  margin-bottom: 0;
}
.product-categ-wrp .sppb-btn:after {
  color: #F68B33;
}
.product-categ-wrp .sppb-column-addons {
  border-radius: 6px;
  border: 1px solid #e1e1e1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition:    all .4s ease-in-out;
    -o-transition:      all .4s ease-in-out;
    -ms-transition:     all .4s ease-in-out;
    transition:         all .4s ease-in-out;
  margin-bottom: 15px;
}
.product-categ-wrp .sppb-addon-text-block {
  padding: 15px;
}
.product-categ-wrp .sppb-addon-single-image-container,
.product-categ-wrp img {
  width: 100%;
}
.product-categ-wrp .sppb-addon-title {
  color: #F68B33;
  -webkit-transition: all .4s ease-in-out;
    -moz-transition:    all .4s ease-in-out;
    -o-transition:      all .4s ease-in-out;
    -ms-transition:     all .4s ease-in-out;
    transition:         all .4s ease-in-out;
}
.modal-body {
  padding: 16px 30px 30px 30px;
}
.modal-body .btn-close {
  position: absolute;
  right: 20px;
}
.modal-header + .modal-body {
  padding-top: 16px;
  padding-bottom: 16px;
}
.btn-modal-group {
  margin-left: -15px;
  margin-right: -15px;
}
.btn-modal-group .sppb-column-addons {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.btn-modal-group .sppb-column-addons .sppb-addon-wrapper  {
  margin: 2px;
}
.btn-modal-group .sppb-btn {
  padding: .65rem 2rem !important;
  white-space: nowrap;
}
footer .sp-module-title {
  display: none !important;
}
footer .footer-no {
  display: none !important;
}
footer .btn-mdl-wrp .sppb-column-addons a {
  background-color: #363642; 
  margin-right: 5px;
}
.sp-copyright {
  padding: 0 15px;
}
#sp-footer {
  text-align: left;
}
#sp-footer ul.menu {
  display: flex;
  margin: 0;
  text-align: left;
}
#sp-footer ul.menu li {
  margin-left: 0;
  display: block;
}
#sp-footer ul.menu li a {
  padding: 4px 10px 4px 0;
  line-height: 140%;
}
#sp-footer ul.menu > li:first-child {
  margin: 0;
}
#sp-footer #easy-social-icons ul.jssocialicons {
  text-align: left;
  padding-left: 0;
  margin-top: 20px;
}
#sp-footer ul.menu li a.nav-header {
  padding-top: 0 !important;
  padding-left: 0 !important;
  line-height: 100% !important;
  color: RGB(164, 172, 179);
}
footer .menu > li {
  display: flex;
}
footer .menu-child {
  padding-left: 0;
}
footer .menu-child .menu-child {
  display: none;
}
.sp-megamenu-parent > li.active > a {
  color: #F68B33;
}
.sp-megamenu-parent > li > a {
  color: #181921;
} 
footer .nav-header {
  font-size:1.1rem;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
  line-height: 130%;
}
footer .sppb-img-responsive {
  max-width:180px;
}
footer .sppb-addon-title {
  margin-top: 15px !important;
      -webkit-transition: all .2s ease-in-out;
    -moz-transition:    all .2s ease-in-out;
    -o-transition:      all .2s ease-in-out;
    -ms-transition:     all .2s ease-in-out;
    transition:         all .2s ease-in-out;
}
.#sp-footer a {
  border-radius: 4px !important;
}
.footer-top-menu {
  display: none !important;
}
.footer-top-menu ul > li:first-child {
  display: none !important;
}
.footer-top-menu .floatck ul > li:first-child  {
  display: block !important;
}
.footer-top-menu ul > li {
  
}
.footer-top-menu ul .floatck {
  background: transparent !important;
  display: block !important;
  box-shadow: none !important;
  position: relative !important;
}
.footer-top-menu ul .floatck a {
  text-transform: inherit !important;
  padding: 4px 10px 4px 0 !important;
  font-weight: 300;
}
.footer-top-menu ul .floatck .titreck-title {
 font-weight: 300;
  text-transform: initial;
  display: block;
}
.footer-top-menu li li .floatck {
  margin-left: 0px !important;
  font-size: .8rem;
}
.footer-top-menu li li .floatck li a {
  padding: 2px 10px 2px 0 !important;
  opacity: .7;
}
#sp-footer .top-right-menu {
  display: flex !important;
  align-items: start !important;
}
.footer-top-menu .top-right-menu > li {
  border-right: 0 !important;
  background: transparent !important;
  padding: 0;
}
#sp-footer div div > ul.top-right-menu {
  display: flex !important;
  align-items: start !important;
  text-align: left !important;
}
#sp-footer div div > ul.top-right-menu li {
   margin-right: 15px;
}
#sp-footer div div > ul.top-right-menu .nav-header  {
  text-align: left !important;
}
#sp-footer .sppb-row-container > .sppb-row > div:nth-child(2) {
  padding-right: 0;
}
#sp-footer .sppb-row-container > .sppb-row > div:nth-child(3) {
  padding-left: 0;
}
.visible-sm {
  display: block;
}
.hide-sm {
  display: none;
}
footer .res-wrp-33-1-50-1 .sppb-row > div {
  display: none;
}
footer .res-wrp-33-1-50-1 .sppb-row > div:first-child {
  display: block;
}
footer .modal-pop {
  text-align: left;
}
footer .sppb-addon {
  text-align: left;
}
.ifram-wrap iframe {
  width: 100%;
  min-height:1300px;
}
.equal-column .sppb-row {
  justify-content: center;
}
.equal-column .sppb-row-column {
  max-width: 100% !important;
  flex-basis: 100% !important;
  margin-bottom: 20px;
}
.equal-column .icon {
  font-weight: 400;
  padding: 10px;
}
.equal-column .sppb-row-column .sppb-column-addons {
 background-color: #f4f5f5; 
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 5px;
}
.equal-column .sppb-row-column .sppb-column-addons > div:nth-child(3) {
  flex-grow: 1;
  padding: 10px;
}
.equal-column a {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-section #jb-template .accordion {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.faq-section .accordion-button:not(.collapsed) {
  color: #181921 !important;
}
.faq-section .accordion-item {
  width: 100%;
  padding: 10px;
  border: 0;
}
.faq-section h2 {
  display: block;
}
.faq-section .accordion-button.collapsed {
  border-radius: 5px;
  border: 1px solid #e1e1e1;
}
.faq-section .accordion-button {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #e1e1e1;
  background: #FFF;
  color: #181921 !important;
  box-shadow: 0px 0px 0px 0px #FFF;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition:    all .4s ease-in-out;
  -o-transition:      all .4s ease-in-out;
  -ms-transition:     all .4s ease-in-out;
  transition:         all .4s ease-in-out;
  line-height: 100%;
}
.faq-section .accordion-collapse {
  border: 1px solid #e1e1e1;
  border-top: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #f4f4f4;
}
.faq-section .accordion-collapse.collapse {
  border: 0px;
}
.faq-section .accordion-collapse.collapse.show {
  border: 1px solid #e1e1e1;
   border-top: 0;
}
.basic-table th {
  background: #545759 !important;
    color: #FFF !important;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #3a3c3d;
}
.basic-table tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}
.basic-table th:last-child {
    border-right: 0px solid transparent;
    border-top-right-radius: 6px;
}
.basic-table tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}
.basic-table th:first-child {
  border-top-left-radius: 6px;
}
.basic-table td {
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}
.basic-table td:last-child {
  border-right: 0px solid transparent;
}
.basic-table td:first-child {
  font-weight: bold;
}
.basic-table tr:last-child td {
  border-bottom: 0px solid transparent;
}
.basic-table tr:nth-child(even) td {
  background: #f4f4f4 !important;
}
.sppb-tab-content {
  width: 100%;
}
.no-pad-section,
.no-pad-row {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.view-visforms #sp-main-body,
.basic-section,
.basic-row {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.multi-section,
.multi-row {
  padding-top: 100px !important;
  padding-bottom: 0px !important;
}
.multi-section + .multi-section,
.multi-row + .multi-row {
  padding-top: 35px !important;
}
.tight-section + .tight-section {
  padding-top: 0 !important;
}
.last-section,
.last-row {
  padding-bottom: 100px !important;
}
.children-pad-left-right > .sppb-container-inner > .sppb-row > div > div {
  padding: 100px 30px 100px 30px;
}
.article-details,
.app-desc > .sppb-row-container {
  margin: 0 auto;
}
.article-details {
 padding-bottom: 100px;
}
.full-image-link-col {
  filter: grayscale(1);
  cursor: pointer;
}
.full-image-link-col > div > .sppb-section {
  padding: 25px !important;
}
.full-image-links > .sppb-container-inner > .sppb-row {
  margin: 0 !important;
}
.full-image-links > .sppb-container-inner > .sppb-row > .sppb-row-column {
  padding: 0 !important;
  height: 225px;
}
.full-image-link-col > div > .sppb-section {
  position: absolute !important;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color:rgba(84,87,89,0.8);
  width: 100%;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition:    all .4s ease-in-out;
  -o-transition:      all .4s ease-in-out;
  -ms-transition:     all .4s ease-in-out;
  transition:         all .4s ease-in-out;
}
.full-image-link-col h3 {
  font-size:1.2rem !important;
}
.full-image-link-col h4 {
  font-weight: 300;
  margin-top: 5px !important;
}
.full-image-link-col.active > div > .sppb-section {
    background-color:rgba(0,0,0,0.8);
}
.full-image-link-col.active {
  filter: grayscale(0);
}
.icon-feature-col {
  text-align: center !important;
}
.icon-feature-col .sppb-addon-header {
  text-align: center !important;
}
.icon-feature-col .sppb-addon-title {
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
}
.icon-feature-col .icon {
  font-size: 46px !important;
  font-weight: 400;
}
.product-feature-wrp {
  padding: 0 !important;
}
.product-feature-wrp > .sppb-container-inner > .sppb-row {
  margin-right: 0;
  margin-left: 0;
  flex-direction: column;
}
.product-feature-wrp > .sppb-container-inner > .sppb-row > div {
  padding: 0;
  max-width: 100% !important;
  flex-basis: 100% !important;
}
.product-select > div {
  display: flex;
    flex-direction: row;
    overflow-x: scroll;
}
.product-wrp-link img {
  max-width: 180px;
  display: block !important;
  margin: 0 auto;
  position: absolute;
  bottom: 50%;
  transform: translate(0, 40%);
  z-index: 1;
}
.product-wrp-link {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition:    all .4s ease-in-out;
  -o-transition:      all .4s ease-in-out;
  -ms-transition:     all .4s ease-in-out;
  transition:         all .4s ease-in-out;
  background-size: cover !important;
  margin: 35px 10px !important;
  padding: 0 !important;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  box-shadow: 0px 1px 4px 1px #e5e5e5 !important;
}
.product-wrp-link .sppb-addon-single-image-container {
  width: 100%;
}
.product-wrp-link .sppb-column-addons {
  display: flex;
  align-items: center;
}
.product-wrp-link .sppb-column-addons > div:first-child {
  width: 180px;
}
.product-wrp-link .sppb-addon-title {
  padding: 15px 45px 15px 5px !important;
  -webkit-transition: all .4s ease-in-out;
    -moz-transition:    all .4s ease-in-out;
    -o-transition:      all .4s ease-in-out;
    -ms-transition:     all .4s ease-in-out;
    transition:         all .4s ease-in-out;
  coloR: #FFF !important;
}
.product-wrp-link .sppb-nested-row > .sppb-row-column {
  padding: 0;
}
.product-wrp-link .sppb-row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.product-wrp-link .sppb-addon-title {
  white-space: nowrap;
}
.product-desc-area {
  display: none;
}
.product-desc-area.active {
  display: block;
}
iframe .product-desc-area {
  display: block;
}
.product-desc-area img {

}
.product-wrp-link .sppb-nested-row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.side-btn-wrap > div {
  position: relative;
  border-radius: 6px;
  border: 1px solid #e1e1e1;
  -webkit-transition: all .2s ease-in-out;
    -moz-transition:    all .2s ease-in-out;
    -o-transition:      all .2s ease-in-out;
    -ms-transition:     all .2s ease-in-out;
    transition:         all .2s ease-in-out;
  margin-top: 4px;
  margin-bottom: 4px;
  box-shadow: 0px 5px 14px 0px #999999;
}
.side-btn-wrap .sppb-btn:after {
  right: 3px  !important;
  top: 7px  !important;
}
.side-btn-wrap br {
  display: none;
}
.side-btn-wrap > div {
  padding: 15px;
}
.side-btn-wrap .sppb-section,
.side-btn-wrap .sppb-container-inner,
.side-btn-wrap .sppb-row-column,
.side-btn-wrap .sppb-column,
.side-btn-wrap .sppb-column-addons {
  position: initial !important;
}
.side-btn-wrap:hover h4 {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition:    all .2s ease-in-out;
  -o-transition:      all .2s ease-in-out;
  -ms-transition:     all .2s ease-in-out;
  transition:         all .2s ease-in-out;
}
.side-btn-wrap .sppb-nested-row > div {
  max-width: fit-content !important;
  flex-basis: auto !important;
}
.side-btn-wrap .sppb-nested-row {
  margin: 0 !important;
}
.side-btn-wrap .sppb-addon-title {
  margin-bottom: 10px !important;
}
.side-btn-wrap .icon {
  font-weight: 300 !important;
}
.second-nav {
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0px 1px 6px 2px #e5e5e5 !important;
  border-radius: 12px;
}
.second-nav ul {
  display: flex;
  justify-content: center;
}
.second-nav ul .icon {
  display: block;
  font-size: 46px; 
  font-weight: 300;
  text-align: center;
  margin-bottom: 15px;
}
.second-nav ul li {
  border-radius: 0;
  flex: 1 1 auto;
}
.second-nav a {
  font-size: 1rem;
  text-transform: uppercase;
  padding: 20px 30px !important;
  border-radius: 0 !important;
  width: 100%;
  display: block;
  text-align: center;
}
.sub-nav {
  z-index: 10;
  width: 100%;
}
.sub-nav ul {
  list-style: none;
  padding:0;
  display: flex;
  margin: 0;
}
.sub-nav .menu {
  width: 100%;
  flex-direction: row;
  justify-content: center;
}
.sub-nav .menu > li {
  display: block;
  text-align: center;
  flex: 1 1 auto;
  position: relative;
  flex: 0 0 auto;
} 
.sub-nav .menu-toggler {
  display: none;
}
.sub-nav .menu > li > a {
  color: #FFF;
  font-family: Univers Bold, Arial, Sans-Serif !important;
  padding: 1rem 1rem;
  font-size: .8rem;
  text-transform: uppercase;
  text-align: center;
  background: #18191D;
  width: 100%;
  font-weight: 300;
  display: flex;
  align-items: center;
}
.sub-nav .menu > li > a:before {
  display: block;
  font-family: 'Discover_icon_font' !important;
  font-weight: 300;
  font-size: 30px;
  margin-right: 15px;
  color: #FFF;
}
.sub-nav .menu-child {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 99;
}
.sub-nav .menu-child li {
  display: block;
}
.sub-nav .menu-child li:last-child a {
  border-bottom-right-radius: 6px; 
  border-bottom-left-radius: 6px; 
}
.sub-nav .menu-child a {
  display: block;
  background: #F8F8F8;
  padding: 12px 20px;
  text-align: left;
  width: 100%;
  font-size: .9rem;
  background: #FFF;
  color:#18191D;
}
.login-page .icon-profile-line,
.documentation-page .icon-documentation-icon,
.training-page .icon-laptop-line {
  background-color: #FA8137 !important;
  color: #FFF !important;
}
.icon-marketecture-feature {
  margin-top: 15px;
}
.icon-marketecture-feature + .icon-marketecture-feature {
  margin-top: 20px;
}
.icon-marketecture-feature .sppb-nested-row {
  flex-direction: row;
  flex-wrap: nowrap;
}
.icon-marketecture-feature .sppb-nested-row > div {
  flex: 1 1 auto!important;
  width: auto !important;
  max-width: none !important;
}
.icon-marketecture-feature .sppb-addon-title {
  font-size: 1.2rem !important;
  text-transform: uppercase;
  font-weight: 400;
}
.icon-marketecture-feature p:last-of-type {
  margin-bottom: 0;
}
.icon-marketecture-feature .icon {
  font-weight: 300 !important;
  color: #24252B !important;
  font-size: 40px !important;
}
.max-width-text-area {
  max-width: 900px;
}
.card {
  padding: 30px !important;
  text-align: center !important;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 1px 8px 2px rgba(35, 31, 32, .1) !important;
  -webkit-transition: all .4s ease-in-out;
    -moz-transition:    all .4s ease-in-out;
    -o-transition:      all .4s ease-in-out;
    -ms-transition:     all .4s ease-in-out;
    transition:         all .4s ease-in-out;
    position: relative;
}
.card .sppb-column-addons {
  position: static;
}
.card .icon {
  margin-bottom: 20px;
  font-weight: 300;
}
.card .sppb-addon-header {
  text-align: center !important;
  margin-bottom: 20px;
}
.card .sppb-addon-title {
  font-weight: 400;
  text-transform: uppercase;
}
.big-pad-top {
  z-index: 0 !important;
}
.solar-num-wrp h4 {
  font-weight: 400;
  font-size: 1.5rem;
}
.solar-num-wrp .sppb-animated-number {
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.solar-num-wrp .sppb-animated-number-title {
  color: #FFF;
  font-size: 1.1rem;
}
.solar-num-wrp + .solar-num-wrp .sppb-row > div {
  flex-basis: 33.333333% !important;
  max-width: 33.333333% !important;
}
.cstm-tabs .sppb-tab-pane > section > .sppb-row-container {
  max-width: 100%;
}
.cstm-tabs .sppb-tab-pane > .sppb-section {
  padding: 0 !important;
}
.cstm-tabs .sppb-nav {
  padding: 0px 15px 0px 15px !important;
  overflow-x: auto;
  overflow-y: visible;
  max-width: 100%;
  flex-wrap: nowrap;
}
.cstm-tabs .sppb-nav li {
  display: flex;
  align-items: stretch;
  flex: 1;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 5px;
  border-radius: 6px;
  min-width: 70%;
}
.cstm-tabs .sppb-nav li img {
  display: block;
  max-width: 200px !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}
.cstm-tabs .sppb-nav li a {
   border: 1px solid #e1e1e1;
  color: #FFF;
  font-size: 1rem;
  padding: 0 20px 20px 20px;
  margin: 10px 0 !important;
  cursor: pointer;
  background: #FFF !important;
  border-radius: 6px !important;
  box-shadow: 0px 0px 0px 0px rgba(35, 31, 32, .4) !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition:    all .4s ease-in-out;
    -o-transition:      all .4s ease-in-out;
    -ms-transition:     all .4s ease-in-out;
    transition:         all .4s ease-in-out;
    color: #F68B33 !important;
    width: 100%;
}
.cstm-tabs .sppb-nav li.active a {
  box-shadow: 0px 1px 12px 2px rgba(35, 31, 32, .4) !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition:    all .4s ease-in-out;
    -o-transition:      all .4s ease-in-out;
    -ms-transition:     all .4s ease-in-out;
    transition:         all .4s ease-in-out;
}
.cstm-tabs .sppb-nav li a .sppb-tab-subtitle {
  display: block;
  font-size: .8rem;
  padding-top: 20px;
  color: #545759;
}
.footer-wrp .maxidrop-main {
  width: auto !important;
}
.footer-wrp .sppb-row-container .sppb-row > div {
  display: none !important;
}
.footer-wrp .sppb-row-container .sppb-row > div:first-child {
  display: block !important;
  max-width: 100% !important;
  flex-basis: 100% !important;
}
.num-steps .sppb-row-container .sppb-row > div {
  margin-bottom: 20px !important;
}
.num-steps .icon {
  font-size: 50px !important;
}
.num-steps .sppb-row-container .sppb-row > div:last-child {
  margin-bottom: 0px !important;
}
.btn-card-text .sppb-addon-wrapper + .sppb-addon-wrapper .sppb-addon-content {
  padding: 0 20px 20px 20px;
}
.btn-card-text .sppb-addon-wrapper + .sppb-addon-wrapper .sppb-addon-title {
  padding: 0 20px 10px 20px;
}
.btn-card-text + .btn-card-text {
  padding-top: 0 !important;
}
.basic-contact h3 {
  padding-bottom: 25px !important;
}
.basic-contact .sppb-col-md-9 .sppb-column-addons > div:first-child > div {
  padding-bottom: 0 !important;
}
.basic-contact .sppb-col-md-9 .sppb-addon-wrapper + .sppb-addon-wrapper {
  margin-bottom: 10px !important;
}
.basic-contact .sppb-btn-primary {
  float: left;
}
.img-400 img {
  width: 100% !important;
  max-width: 400px !important;
}
.img-300 img {
  width: 100% !important;
  max-width: 300px !important;
}
.img-200 img {
  width: 100% !important;
  max-width: 200px !important;
}
.mix-img img {
  width: 100% !important;
  max-width: 450px !important;
}
.rsformMaps {
  width: 100% !important;
  height: 200px !important;
}
.rsformform-wrp h2 {
  display: none;
}
.rsform-block-privacy {
  margin-top: 15px;
  margin-bottom: 25px;
}
.justify-txt p {
  text-align: justify !important;
}
.industry-awards img {
  width: 100% !important;
  max-width: 330px !important;
}
.industry-awards .sppb-nested-row {
  display: flex;
  flex-wrap: wrap;
}
.industry-awards .sppb-nested-row > div {
  flex: 1 1 !important;
  max-width: none !important;
}
.industry-awards .sppb-addon-content {
  text-align: center;
}
.basic-head-txt-btn-btn h3,
.basic-head-txt-btn h3 {
  margin-bottom: 20px !important;
}
.basic-head-txt-btn-btn {
  margin-top: 25px !important;
}
.basic-head-txt-btn-btn .sppb-column-addons > div:first-child {
  margin-bottom: 25px !important;
}
.basic-head-txt-btn .sppb-addon-wrapper + .sppb-addon-wrapper {
  margin-top: 25px !important;
}
.market-accord .sppb-row .sppb-row-column {
  width: 100% !important;
  max-width: 100% !important;
  flex-basis: 100% !important;
}
.key-benefits .sppb-nested-row > div:last-child {
  margin-top: 25px;
}
.video-card .sppb-row {
  justify-content: center;
}
.video-card .sppb-row > div {
  margin: 15px 0;
  max-width: 100% !important;
  flex-basis: 100% !important;
}
.video-card .sppb-title-heading {
  font-size: 1.6rem !important;
}
.video-card .sppb-section-title {
  margin-bottom: 20px !important;
}
.events-wrp .sppb-nested-row > div:first-child {
  padding: 0 !important;
}
.events-wrp .sppb-nested-row > div > div {
  position: static;
}
.events-wrp .sppb-nested-row > div {
  flex-basis: 100% !important;
  max-width: 100% !important;
  position: static;
  min-height: 140px; 
}
.events-wrp .sppb-nested-row > div:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
}
.events-wrp .sppb-nested-row > div:last-child {
  flex-basis: 100% !important;
  max-width: 100% !important;
  padding: 20px;
}
.events-wrp .sppb-section {
  padding: 0 !important;
  height: 100%;
  border-radius: 6px;
  box-shadow: 0px 1px 8px 3px rgba(35, 31, 32, .1) !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition:    all .4s ease-in-out;
    -o-transition:      all .4s ease-in-out;
    -ms-transition:     all .4s ease-in-out;
    transition:         all .4s ease-in-out;
}
.events-wrp .sppb-section > div > div,
.events-wrp .sppb-section > div {
  height: 100%;
}
.events-wrp .sppb-nested-row {
  margin-left: 0;
  margin-right: 0;
}
.events-wrp .sppb-container-inner .sppb-column-addons {
  position: static;
}
.events-wrp .sppb-row > div:nth-child(1n + 2) {
  margin-top: 30px;
}
.events-wrp .sppb-row > div {
  max-width: 350px !important;
}
.events-wrp .sppb-row {
  justify-content: center;
}
.events-wrp .sppb-column-addons .sppb-addon-content {
  font-size: 90%;
}
.events-wrp h4 {
  font-size: 1rem;
}
.event-date {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  color: #FFF !important;
  margin-left: -18px;
  margin-top: -18px;
  background: #F68B33;
  border-radius: 26px;
  padding: 7px 18px 6px 18px;
  box-shadow: 0px 1px 8px 3px rgba(35, 31, 32, .1) !important;
}
.event-date .sppb-addon-title {
  color: #FFF;
  font-size: 1rem;
  font-weight: 300;
}
.partner-section img {
  height: auto !important;
}
.partner-section .sppb-carousel-extended-outer-stage {
  height: auto !important;
}
.partner-section .sppb-carousel-extended-item img {
  width: 180px !important;
  margin: 0 auto;
}
.cstm-heading p {
  display: none !important;
}
.cstm-heading h1 {
  color: #FFF !important;
  margin-bottom: 20px;
}
.form-wrp {

}
.modal .rsformMaps {
  width: 100% !important;
  max-width: 100% !important;
  height: 200px !important;
}
.inner-sec-col {
  padding: 30px !important;
  border-radius: 6px;
}
.resources .checkbox {
  margin: 4px 0;
}
.resources .checkbox label {
  display: flex;
  align-items: center;
}
.resources .checkbox label input {
  margin-right: 10px;
}
.resources img {
  margin-bottom: 15px;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
}
.resources .itemGroupRow > div {
  display: block;
}
.is_ajaxsearch {
  width: 100% !important;
}
.is_ajaxsearch .form-inline input {
  margin-left: 0 !important;
}
.itemGroupRow {
  padding: 3rem 0;
}
.buttonEnabled {
  color: #F68B33;
}
.resources .buttonEnabled {
  margin-top: 20px !important;
  margin-bottom: 30px !important;
}
.resources a img {
  box-shadow: 0px 0px 0px 0px rgba(35, 31, 32, .0) !important;
  -webkit-transition: all .4s ease-in-out;
    -moz-transition:    all .4s ease-in-out;
    -o-transition:      all .4s ease-in-out;
    -ms-transition:     all .4s ease-in-out;
    transition:         all .4s ease-in-out;
    background: #FFF !important;
}
header p {
  margin-bottom: 0 !important;
}
header .jmodinside .form-select {
  padding: 8px 18px;
  line-height: 1;
  height: 36px;
  border: 1px solid #e1e1e1;
}
#searchType {
  min-width: 110px;
  border-right: 0 !important;
  border-radius: 6px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding: 8px 18px;
  line-height: 1;
  height: 36px;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='m3 9 3 3 3-3'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0 center;
  font-weight: 600;
}
#searchType:before {
  content: "";
  border-top: 15px solid #3a3c3d;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
}
.dec_search {
  margin-left: 0 !important;
}
.dec_search input.inputbox {
  border: 1px solid #e1e1e1 !important;
  border-radius: 6px;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  background: #FFF;
  color: #212129;
}
footer input.inputbox {
  font-size: 1rem;
}
footer .dec_search,
#sp-header .dec_search {
  display: none;
}
footer .dec_search {
  width: 100%;
}
footer .dec_search .sppb-addon-content {
  width: 100%;
}
footer .site-search.visible,
#sp-header .site-search.visible {
  display: inline-flex;
}
footer .dec_search.visible,
#sp-header .dec_search.visible {
  display: inline-flex;
}
/*.search-results > div {
  background: #FFF;
  padding: 20px;
  box-shadow: 0px 1px 6px 2px rgba(35, 31, 32, .4) !important;
}*/
.login-wrp .pretext {
  display: none;
}
.login-wrp .control-label {
  color: #FFF;
}
.login-wrp input {
  background: #0d0d0f;
}
.login-wrp .login-greeting {
  color: #FFF;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.search-wrap {
  padding: 0 !important;
}
.search-wrap .sppb-row-column {
  padding: 0 !important;
}
.search-wrap .sppb-row {
  margin: 0 !important;
}
.search-wrap .sppb-row > div {
  max-width: none !important;
  flex: 1 1 !important;
}
.remodal {
  border-radius: 6px;
  text-align: center;
  max-width: 900px !important;
}
.remodal button,
.remodal .input-group-addon,
.remodal input,
.remodal label {
  font-family: UniversLTStd, Univers Roman, Arial, Sans-Serif;
}
.geek-search-wrapper {
  display: inline-block;
}
.geek-search-wrapper .input-group {
  flex-direction: row;
  flex-wrap: nowrap;
}
.geek-search-wrapper input {
  padding: 10px 0 6px 0 !important;
}
.geek-search-wrapper .input-group-addon {
  position: relative !important;
  line-height: 100% !important;
  display: flex;
  align-items: center;
  padding: 10px 25px 6px 25px !important;
  right: 0 !important;
}
.geek-search-wrapper .search-icon {

}
.geek-search h2 {
  text-align: center;
}
.geek-search .controls {
  text-align: left;
  margin-left: 0 !important;
}
form.form-horizontal > div:last-child {
  display: none !important;
}
#main-product > div:first-child > .col-md-8 > .row {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
#main-product > div:first-child > .col-md-8 > .row > div {
  width: auto;
  flex: 1 1;
}
#main-product img {
  border-radius: 6px;
}
.product {
  color: #F68B33;
}
.appcolumn {
  display: flex;
  flex-direction: row-reverse;
}
.product-logo-list img {
  max-width: 200px;
  margin-top: 15px;
}
.product-grphs .d-flex > div {
  width: 100%;
}
.product-grphs .row + .row {
  margin-top: 25px;
}
.product-grphs h5 {
 margin-top: 15px;
 margin-bottom: 20px;
}
.fieldset-1 {
  background: #FFF;
}
.fieldset-1 > .row > div {
  padding-top: 5px;
  padding-bottom: 5px;
}
.fieldset-1 > .row > div .row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.fieldset-1 > .row > div .col-12 {
  padding-left: 0px  !important;
  padding-right: 0px !important;
}
.fieldset-1 > .row {
  --bs-gutter-x: 1rem;
}
.fieldset-1 hr {
  margin: 0px 0 #FFF !important;
}
.fieldset-1 .row {
  align-items: center;
}
.fieldset-1 p:last-child {
  margin-bottom: 0px !important;
}
.com_visforms h3,
.fieldset-1 h3 {
   margin-top: 35px !important;
  margin-bottom: 15px !important;
  text-transform: uppercase;
  color: #FFF !important;
  background: #F68B33 !important;
  background-coloR: #FFF;
  padding: 16px 20px 10px 20px;
  border-radius: 6px;
}
.com_visforms #sp-footer h3 {
  background: transparent !important;
}
.fieldset-1 h3 > span {
  color: #FFF !important;
}
.fieldset-1 h4 {
  margin-top: 10px !important;
  margin-bottom: 0px !important;
  font-size: 14px;
  color: #48484c !important;
  line-height: 140% !important;
}
.fieldset-1 h5 {
  font-size: 12px;
}
.fieldset-1 p,
.fieldset-1 em {
  font-size: 12px;
  color: #545454;
}
.fieldset-1 .form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
.fieldset-1 .form-select.vis-auto-fill {
  background-image: none;
}
.fieldset-1 .form-control {
  font-size: 0.875rem !important;
}
.fieldset-1 .h-header {
  text-transform: uppercase;
  font-size: 18px !important;
  margin-bottom: 15px !important;
  color: #212129 !important;
}
.form-tooltip {
  display: inline-block;
}
.form-tooltip h4 {
  display: inline-block;
}
.com_visforms #sp-main-body {
  padding: 50px 0 !important;
}
.com_visforms p strong,
.com_visforms p {
  color: #212129;
}
.com_visforms select {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
  background-position: right 0.75rem center !important;
  background-size: 16px 12px !important;
  background-repeat: no-repeat !important;
}
.com_visforms input {
  font-size: 0.875rem !important;
}
.com_visforms small {
  display: inline-block; 
  line-height: 130%;
  font-size: .8rem;
}
.overlap-section {
  position: relative;
  z-index: 10 !important;
  padding: 0 !important;
}
.overlap-section > .sppb-row-container > .sppb-row {
  position: relative;
  top:-40px;
}
.box-wrp {
  padding: 40px;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 1px 4px 1px rgba(35, 31, 32, .2) !important;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition:    all .4s ease-in-out;
  -o-transition:      all .4s ease-in-out;
  -ms-transition:     all .4s ease-in-out;
  transition:         all .4s ease-in-out;
}
.box-wrp h4,
.box-wrp .icon {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition:    all .3s ease-in-out;
  -o-transition:      all .3s ease-in-out;
  -ms-transition:     all .3s ease-in-out;
  transition:         all .3s ease-in-out;
}
.box-wrp.dark-box {
  background: #18191D;
}
h4 .badge { 
  margin-right: 10px !important;
  padding: 0.45em 0.65em !important;
}
.market-accord.orange-it .sppb-panel-heading, .market-accord.orange-it .sppb-panel {
  background: #f68b33;
}
.market-accord.blue-it .sppb-panel-heading, .market-accord.blue-it .sppb-panel {
  background: #0E588C;
}
.blue-it p {
  color: #0E588C;
}
a.sppb-btn-secondary {
 background-color: #0E588C !important;
  border: none !important;
  color: #FFF;
}
.multi-lnd-img > div > div > .sppb-row-column {
  padding-right: 0px;
  padding-left: 0px;
}
.multi-lnd-img > div > div .sppb-column-addons,
.multi-lnd-img > div > div .sppb-addon-wrapper  {
  position: static;
}
.multi-lnd-img .bg-img-greyscale > .sppb-column-addons {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.app-btn {
  border-radius: 8px;
  cursor: pointer;
  background: #FFF;
  padding: 20px;
  box-shadow: 0px 1px 6px 2px rgba(35, 31, 32, .4) !important;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition:    all .2s ease-in-out;
  -o-transition:      all .2s ease-in-out;
  -ms-transition:     all .2s ease-in-out;
  transition:         all .2s ease-in-out;
}
.app-btn .sppb-column-addons {
  position: static;
}
.nav-section {
  z-index: 3 !important;
}
.nav-section + div {
  position: relative;
  z-index: 0 !important;
}
.btn-section .sppb-btn-primary {
  margin-top: 25px !important;
}
.vertical-section .sppb-row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.vertical-section .sppb-row-column {
  padding: 0 !important;
  height: calc(90vh - 100px);
  max-width: 14.2857142% !important;
  flex-basis: 14.2857142% !important;
}
.vertical-section .sppb-addon-title {
  padding: 20px !important;
  -webkit-transform:rotate(270deg);
  -moz-transform:rotate(270deg);
  -ms-transform:rotate(270deg);
  -o-transform:rotate(270deg);
  transform:rotate(270deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  position: absolute;
  bottom: -40px;
  white-space: nowrap;
  left: 0;
}
.vertical-section .sppb-row-column .sppb-addon-title {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}
.search-wrap .sppb-row > .sppb-row-column:first-child {
  max-width: 130px !important;
}
.search-modal #searchType {
  height: 52px !important;
}
.nav-section {
  max-width: 500%;
}
.mrgn-bot {
  margin-bottom: 20px !important; 
}
@media (max-width: 767px) {
  img.sppb-img-responsive {
    max-width: 100% !important;
  }
  .prtnr-img img.sppb-img-responsive {
  max-width: 300px !important;
	}
  #sp-header .sp-module,
  #sp-header,
  #sp-header .logo {
    height: 80px;
  }
  .basic-table th {
    font-size: .9rem;
    padding: 10px 12px;
  }
  .basic-table td {
    font-size: .8rem;
    padding: 10px 12px;
  }
  .dec_search input.inputbox {
    min-width: 220px;
  }
  #is_ajaxsearch_result {
    bottom: 30px !important;
    right: 0 !important;
  }

  .product-search > div,
  .site-search > div ,
  .product-search,
  .site-search {
    width: 100%;
  }
}
@media (max-width: 540px) {
  #searchType {
    min-width: auto;
  }
  .dec_search input.inputbox {
    min-width: auto;
  }
}
@media (max-width: 991px) {
    .com_visforms #sp-main-body .container {
    max-width: 100% !important;
    width: 100% !important;
    }
  .resources .productDiv {
    padding: 0 !important;
  }
  .resources .container-fluid.d-flex.gap-2 > div {
    width: 100% !important;
  }
  .resources .container-fluid.d-flex.gap-2 {
    flex-direction: column;
  }
    .sp-module-content .flex-column.d-flex > .d-flex.gap-2 {
    flex-direction: column !important;
  }
     .resources .sp-module-content .flex-column.d-flex > .d-flex.gap-2 {
    flex-direction: row !important;
  }
  .container.product-listing {
    overflow-y: auto;
  }
  .sp-module-content .flex-column.d-flex > .d-flex.gap-2 > div {
    width: 100% !important;
  }
  .full-image-link-col .sppb-addon-title {
    font-size: 1rem;
  }
  .product-desc-area .sppb-nested-row > div {
    padding: 0px 30px 0px 30px !important;
  }
  .product-desc-area .sppb-nested-row img {
    max-width: 500px !important;
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  .product-desc-area .sppb-addon-single-image-container {
    width: 100%;
  }
  .product-feature-wrp .basic-section {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .sppb-text-center-left-992 {
    text-align: left;
  }
}
@media (min-width: 500px) {
  .search-modal .sppb-row-container {
    padding: 30px !important;
    margin-top: 140px !important;
  }
  .search-wrap .sppb-row > .sppb-row-column:first-child {
    max-width: 220px !important;
  }
  .search-modal #searchType {
    height: 52px !important;
  }
}
@media (min-width: 768px) {
  .cstm-tabs .sppb-nav {
    padding: 0px 30px 0px 30px !important;
  }
  .events-wrp .sppb-row > div {
    max-width: none !important;
  }
  .events-wrp .sppb-row > div:nth-child(2) {
    margin-top: 0px;
  }
  .events-wrp .sppb-row > div:nth-child(1n + 3) {
    margin-top: 30px;
  }
  .key-benefits .sppb-nested-row > div:last-child {
    margin-top: 0px;
  }
  .app-banner .modal-pop {
    margin-top: 0px;
  }
  .num-steps .sppb-row-container .sppb-row > div:nth-child(3) {
    margin-bottom: 0px !important;
  }
  .solar-num-wrp .sppb-row > div + div{
    margin-top: 0px;
  }
  .icon-marketecture-feature .sppb-addon-title {
    font-size: 1.4rem !important;
  }
  .full-image-link-col h3 {
    font-size:1.6rem !important;
  }
  .second-nav ul li:first-child a {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }
  .second-nav ul li:last-child a {
    border-bottom-right-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }
  .sub-nav {
    bottom: auto;
    border-radius: 12px;
  }
  .sub-nav .menu > li > a {
      padding: 1rem 1rem;
      font-size: .8rem;
    }
    .big-pad-top {
      padding-top: 185px !important;
      z-index: 0 !important;
    }
    .equal-column .sppb-row-column {
      max-width: 33.33333% !important;
      flex-basis: 33.33333% !important;
   }
    footer .res-wrp-33-1-50-1 .sppb-row > div {
    display: block;
    }
    footer .res-wrp-33-1-50-1 .sppb-row > div:first-child {
      display: block;
    }
    .hide-sm {
      display: block;
  }
  .res-wrp-33-1-50-1 .sppb-row > div {
    max-width: 50% !important;
    flex-basis: 50% !important;
    display: block;
  }
  .res-wrp-33-1-50-1 .sppb-row > div:first-child {
    max-width: 100% !important;
    flex-basis: 100% !important;
    margin-bottom: 30px;
    display: block;
  }
  body .app-banner .bottom-right-notice,
  .bottom-right-notice {
    right: 15%;
    left: auto;
    bottom: 0;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  body .app-banner .top-right-notice,
  .top-right-notice {
    right: 15%;
    left: auto;
    top: 0;
  }
  .app-banner p {
    color: #FFF !important;
  }
  .market-accord .sppb-row .sppb-row-column {
    width: 50% !important;
    max-width: 50% !important;
    flex-basis: 50% !important;
  }
  .market-accord .sppb-panel-heading {
    min-height: 65px;
    display: flex;
    align-items: center;
  }
    .res-wrp-20-50-1 .sppb-row-column {
      width:50% !important;
      flex-basis: 50% !important;
      max-width: 50%!important;
  }
 h1 {
    font-size: 3.8rem !important;
  }
    .application-image-sel-row .sppb-row-column {
      max-width: 50% !important;
      flex-basis: 50% !important;
    }
  .team-wrp .sppb-row-column,
  .res-wrp-16-33-1 .sppb-row-column {
    width: 33.333%!important;
    flex-basis: 33.333%!important;
    max-width: 33.333%!important;
  }
    .res-wrp-25-50-1 .sppb-row-column {
      width:50% !important;
      flex-basis: 50% !important;
      max-width: 50%!important;
    }
}
@media (max-width: 991px) {
  .row-break-down-hard > .sppb-row-container > .sppb-row > div {
    max-width: none !important;
    flex-basis: 100% !important;
    margin-bottom: 20px;
  }
  .row-break-down-hard > .sppb-row-container > .sppb-row > div:last-child {
    margin-bottom: 0px;
  }
  .row-break-down > .sppb-row-container > .sppb-row > div {
    max-width: none !important;
    flex: 1 1 !important;
    margin-bottom: 15px;
  }
  .market-accord.row-break-down .sppb-row .sppb-row-column {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
  .no-first-child > .sppb-row-container > .sppb-row > div:first-child {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .comp-tbl th .icon {
  		font-size: 54px;
	}
  .modal-cstm .modal-body {
  	padding: 45px !important;
  }
  .modal-cstm .btn-close {
  	top: 20px;
    right: 20px;
  }
  .vertical-section .sppb-row-column:hover .sppb-addon-title {
    color: #0E588C !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
  }
  .vertical-section .sppb-row-column {
    min-height: 500px;
  }
  #sp-menu {
   padding-left: 0px !important; 
  }
  .sp-megamenu-parent > li span,
  .sp-megamenu-parent > li > a {
    padding: 0 6px;
  }
  .sub-nav .menu > li > a {
   padding-right: 2rem;
   padding-left: 2rem;
  }
  .sub-nav .menu > li:hover ul {
    display: block;
  }
  .dec_search input.inputbox {
    padding-top: 12px;
  }
  .close-search:hover {
    color:#FFF !important;
  }
  .search-modal > .sppb-row-container {
    max-width: 900px !important;
  }
  .app-btn:hover {
    background: #F68B33; 
    color: #FFF;
  }
  .app-btn:hover p,
  .app-btn:hover h4 {
    color: #FFF !important;
  }
  .app-btn:hover {
    box-shadow: 0px 2px 6px 3px rgba(35, 31, 32, .4) !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition:    all .2s ease-in-out;
    -o-transition:      all .2s ease-in-out;
    -ms-transition:     all .2s ease-in-out;
    transition:         all .2s ease-in-out;
  }
  .app-btn {
    padding: 30px;
  }
  .bg-img-greyscale {
    min-height: 400px;
    background-color: rgba(255, 255, 255, 1) !important;
    background-blend-mode: luminosity !important;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
  }
  .bg-img-greyscale:hover {
     background-blend-mode: initial !important;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
  }
  a.sppb-btn-secondary:hover {
  background-color: #0E588C !important;
    color: #FFF;
  }
  .sp-megamenu-parent > li:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0px;
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    -moz-transition:    all .3s ease-in-out;
      -o-transition:      all .3s ease-in-out;
      -ms-transition:     all .3s ease-in-out;
      transition:         all .3s ease-in-out;
  }
  .sp-megamenu-parent > li:hover:before {
    height: 6px;
    background-color: #F68B33;
    -moz-transition:    all .3s ease-in-out;
      -o-transition:      all .3s ease-in-out;
      -ms-transition:     all .3s ease-in-out;
      transition:         all .3s ease-in-out;
  }
  #sp-top-bar a:hover {
    color: #723D19 !important;
  }
  .overlap-section > .sppb-row-container > .sppb-row {
      position: absolute;
      top:-40px;
    }
  .box-wrp:hover h4,
  .box-wrp:hover .icon  {
    color: #F68B33 !important;
    -moz-transition:    all .3s ease-in-out;
      -o-transition:      all .3s ease-in-out;
      -ms-transition:     all .3s ease-in-out;
      transition:         all .3s ease-in-out;
    }
  .box-wrp:hover {
    -webkit-transition: all .4s ease-in-out;
      -moz-transition:    all .4s ease-in-out;
      -o-transition:      all .4s ease-in-out;
      -ms-transition:     all .4s ease-in-out;
      transition:         all .4s ease-in-out;
    box-shadow: 0px 1px 10px 1px rgba(35, 31, 32, .3) !important;
  }
  .cstm-tabs .sppb-tab-pane > section > .sppb-row-container {
      padding-right: 0px !important;
      padding-left: 0px !important;
    }
    .fieldset-1 p {
    font-size: 1rem;
  }
  .fieldset-1 h5 {
    font-size: 1rem;
  }
  .fieldset-1 em {
    font-size: 1rem;
    }
  .fieldset-1 h4 {
    font-size: 1rem;
  }
  .fieldset-1 h4 {
    margin-top: 0 !important;
  }
  .com_visforms #sp-main-body {
    padding: 100px 0 !important;
    }
  .flex-wrap a .gap-3 img {
      background: rgba(77,155,69,0);
      -webkit-transition: all .4s ease-in-out;
      -moz-transition:    all .4s ease-in-out;
      -o-transition:      all .4s ease-in-out;
      -ms-transition:     all .4s ease-in-out;
      transition:         all .4s ease-in-out;
  }
  .flex-wrap a:hover .gap-3 img {
    background: RGBA(246, 139, 51, 0.8);
  }
  #main-product > div:first-child > .col-md-8 > .row {
    margin-top: 0;
  }
  .product-grphs .d-flex > div {
    width: 50%;
  }
  .dec_search input.inputbox {
    min-width: 200px !important;
  }
  .video-card .sppb-row > div {
    max-width: 25% !important;
    flex-basis: 25% !important;
  }
  .sp-menu-heading:hover {

  }
  .resources a:hover img {
    box-shadow: 0px 2px 20px 3px rgba(35, 31, 32, .2) !important;
    -webkit-transition: all .4s ease-in-out;
      -moz-transition:    all .4s ease-in-out;
      -o-transition:      all .4s ease-in-out;
      -ms-transition:     all .4s ease-in-out;
      transition:         all .4s ease-in-out;
  }
  .resources .container > .d-flex > div:first-child {
    width: auto !important;
    min-width: 340px !important;
  }
  .btn-modal-group .sppb-column-addons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .basic-head-txt-btn-btn {
    margin-top: 0 !important;
  }
  .icon-link-wrp .sppb-addon-title:hover {
    box-shadow: 0 5px 7px 0px rgb(0 0 0 / 30%);
    -webkit-transition: all .4s ease-in-out;
        -moz-transition:    all .4s ease-in-out;
        -o-transition:      all .4s ease-in-out;
        -ms-transition:     all .4s ease-in-out;
        transition:         all .4s ease-in-out;
  }
  .events-wrp .sppb-nested-row > div:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 0;
  }
  .events-wrp .sppb-nested-row > div:last-child,
  .events-wrp .sppb-nested-row > div {
    flex: 1 1 !important;
    max-width: none !important;
    min-height: 130px !important;
  }
  .events-wrp .sppb-nested-row > div:first-child {
    min-width: 200px;
  }
  .events-wrp .sppb-nested-row > div:first-child {
    min-width: 200px;
  }
  .events-wrp .sppb-row > div:nth-child(2) {
    margin-top: 0px !important;
  }
  .events-wrp .sppb-row > div:nth-child(1n + 3) {
    margin-top: 30px;
  }
  .events-wrp .sppb-section:hover .event-date .sppb-addon-title {
    color: #FFF !important;
  }
  .events-wrp .sppb-section:hover .event-date {
    box-shadow: 0px 2px 20px 3px rgba(35, 31, 32, .2) !important;
    -webkit-transition: all .4s ease-in-out;
        -moz-transition:    all .4s ease-in-out;
        -o-transition:      all .4s ease-in-out;
        -ms-transition:     all .4s ease-in-out;
        transition:         all .4s ease-in-out;
  }
  .events-wrp .sppb-section:hover .sppb-addon-title {
    color: #F68B33;
    -webkit-transition: all .4s ease-in-out;
        -moz-transition:    all .4s ease-in-out;
        -o-transition:      all .4s ease-in-out;
        -ms-transition:     all .4s ease-in-out;
        transition:         all .4s ease-in-out;
  }
  .events-wrp .sppb-section:hover {
      box-shadow: 0px 2px 20px 3px rgba(35, 31, 32, .2) !important;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition:    all .4s ease-in-out;
        -o-transition:      all .4s ease-in-out; 
        -ms-transition:     all .4s ease-in-out;
        transition:         all .4s ease-in-out;
    }
  .justify-content-cent .sppb-row {
    justify-content: center;
  }
  .res-wrp-50-1 .sppb-nested-row {
    justify-content: center;
  }
  .res-wrp-50-1 .sppb-row-column {
    max-width: 50.000000% !important;
    flex-basis: 50.000000% !important;
  }
  .cstm-tabs .sppb-nav {
    overflow-x: visible;
    justify-content: center;
  }
  .cstm-tabs .sppb-nav li {
    padding: 0 5px;
    min-width: auto;
    max-width: 25%;
  }
  .cstm-tabs .sppb-nav li a {
    font-size: 1.2rem;
    padding: 0 30px 30px 30px;
    margin: 10px 0 !important;
  }
  .btn-card-text .sppb-addon-overlay-image-content {
    height: 280px !important;
    border-radius: 6px;
  }
  .modal-dialog {
    max-width: 600px;
  }
  .res-wrp-33-1 .sppb-container-inner .sppb-nested-row > div {
    flex-basis: 33.333333% !important;
    max-width: 33.333333% !important;
    width: 33.333333% !important;
  }
  .min-container > .sppb-row-container {
    max-width: 900px !important;
  }
  .small-container,
  .article-details,
  .app-desc > .sppb-row-container {
    max-width: 900px !important;
  }
  .footer-wrp .sppb-row-container .sppb-row > div:first-child {
    flex: 1 1 !important;
  }
  .footer-wrp .sppb-row-container .sppb-row > div {
    display: block !important;
  }
  .footer-top-menu {
    display: block !important;
  }
  .footer-wrp .sppb-row-container .sppb-row > div {
    max-width: none !important;
    flex: 1 1 !important;
  }
  .application-image-sel-row  .sppb-column,
  .application-image-sel-row .sppb-addon-overlay-image-content {
    height: 260px !important;
  }
  h3 {
    font-size: 1.8rem !important;
  }
  .cstm-tabs .sppb-nav li:hover a {
    box-shadow: 0px 2px 14px 6px rgba(35, 31, 32, .6) !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition:    all .4s ease-in-out;
    -o-transition:      all .4s ease-in-out;
    -ms-transition:     all .4s ease-in-out;
    transition:         all .4s ease-in-out;
  }
  .icon-marketecture-feature {
    margin-top: 0;
  }
  .sub-nav .menu > li > a {
    font-family: Univers Bold, Arial, Sans-Serif !important;
    font-size: 1rem;
  }
  .card:hover  {
    box-shadow: 0px 1px 12px 2px rgba(35, 31, 32, .4) !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition:    all .4s ease-in-out;
    -o-transition:      all .4s ease-in-out;
    -ms-transition:     all .4s ease-in-out;
    transition:         all .4s ease-in-out;
  }
  .children-pad-left-right > .sppb-container-inner > .sppb-row > div > div {
    padding: 100px 100px;
  }
  .sub-nav .menu-child {
    box-shadow: 0px 1px 6px 2px rgba(35, 31, 32, .4) !important;
    border-radius: 12px;
  }
  .sub-nav li:last-child .menu-child li:first-child a {
    border-top-right-radius: 12px;
  }
  .sub-nav .menu-child a:hover {
    background: #F68B33;
    color: #FFF;
  }
  .sub-nav .menu > li:hover > ul {
    display: block;
  }
  .sub-nav .menu > li > ul:hover {
    display: block;
  }
  .sub-nav .menu > li:hover > a {
      background: #FA8137;
      color: #FFF;
  }
  .sub-nav .menu > li:hover > a:before {
    color: #FFF;
  }
  .second-nav a:hover {
    background-color: #E6E6E6 !important;
    color: #24252B !important;
  }
  .product-desc-area {
      padding-left: 0 !important;
  }
  .product-wrp-link:hover .sppb-addon-title {
    color: #FFF !important;
  }
  .product-desc-area .sppb-row-column {
    padding-left: 0;
  }
  .side-btn-wrap {
    margin: 0;
  }
  .product-wrp-link .sppb-addon-title {
    padding: 25px 45px 25px 25px !important;
    font-size: 1.5rem !important;
    bottom: 15px;
  }
  .product-select > div {
      display: flex;
      flex-direction: column;
      overflow-x: visible;
  }
  .product-wrp-link img {
      max-width: 220px;
  }
  .product-wrp-link .sppb-column-addons > div:first-child {
    width: 200px;
  }
  .product-feature-wrp > .sppb-container-inner > .sppb-row {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .product-feature-wrp > .sppb-container-inner > .sppb-row > div {
    flex: 1 1 auto !important;
    max-width: none !important;
    width: 100% !important;
  }
  .product-feature-wrp > .sppb-container-inner > .sppb-row > div:first-child {
    flex: 1 1 400px !important;
  }
  .side-btn-wrap:hover > div {
    box-shadow: 0px 5px 14px 0px #999999;
  }
  .side-btn-wrap:hover h4 {
    color: #43A23B;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition:    all .2s ease-in-out;
    -o-transition:      all .2s ease-in-out;
    -ms-transition:     all .2s ease-in-out;
    transition:         all .2s ease-in-out;
  }
  .product-wrp-link {
    background-size: 100% !important;
    margin: 30px !important;
  }
  .btn-solar:hover {
    background-color: #D6561E !important;
    border-color: #D6561E !important;
  }
  .product-wrp-link:hover {
    background-size: 120% !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition:    all .4s ease-in-out;
    -o-transition:      all .4s ease-in-out;
    -ms-transition:     all .4s ease-in-out;
    transition:         all .4s ease-in-out;
    box-shadow: 0px 1px 14px 2px #cccccc !important;
  }
  .full-image-link-col.small > .sppb-container-inner > .sppb-row > .sppb-row-column {
    height: 300px;
  }
  .full-image-link-col:hover > div > .sppb-section {
    background-color:rgba(242,105,33,0.9);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition:    all .4s ease-in-out;
    -o-transition:      all .4s ease-in-out;
    -ms-transition:     all .4s ease-in-out;
    transition:         all .4s ease-in-out;
  }
  .full-image-link-col:hover {
    filter: grayscale(0);
  }
  .full-image-links > .sppb-container-inner > .sppb-row > .sppb-row-column {
    height: 400px;
    max-width: 33.333333% !important;
    flex-basis: 33.333333% !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
  }
  .full-image-links:hover > .sppb-container-inner > .sppb-row > .sppb-row-column {
    max-width: 28% !important;
    flex-basis: 28% !important;
  }
  .full-image-links:hover > .sppb-container-inner > .sppb-row > .sppb-row-column:hover,
  .full-image-links > .sppb-container-inner > .sppb-row > .sppb-row-column:hover {
    max-width: 44% !important;
    flex-basis: 44% !important;
  }
  .basic-table tr:hover td {
    background: #619850 !important;
    color: #FFF !important;
  }
  .faq-section .accordion-button:hover {
    box-shadow: 0px 5px 14px 0px #999999;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
  }
  .faq-section .accordion-item {
    width: 50%;
  }
      .equal-column .sppb-row-column {
      max-width:20% !important;
      flex-basis: 20% !important;
        margin-bottom: 0;
   }
  .article-resources-wrp .article:hover {
    box-shadow: 0 5px 12px rgb(0 0 0 / 20%);
  }
  .article-resources-wrp .article:hover h3:before {
    color: #F68B33;
  }
  #sp-footer #easy-social-icons ul.jssocialicons {
    text-align: right;
    padding-left: 0;
    margin-top: 0;
  }
  .visible-sm {
   display: none;
  }
  footer a:hover .sppb-addon-title {
    color: #F68B33 !important;
  }
  .footer-top-menu ul .floatck li:hover {
    background: transparent !important;
  }
  .floatck li:hover {
    background: #DB782E;
  }
   #sp-top-bar .linguise_switcher:hover,
  .top-right-menu > li:hover {
    background: #DB782E;
  }
   h1 {
    font-size: 3rem !important;
  }
  h2 {
    font-size: 2.6rem !important;
  }
  .product-categ-wrp .sppb-addon-text-block {
      padding: 30px;
  }
    .product-categ-wrp .sppb-column-addons:hover {
      box-shadow: 0px 5px 14px 0px #999999;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition:    all .4s ease-in-out;
    -o-transition:      all .4s ease-in-out;
    -ms-transition:     all .4s ease-in-out;
    transition:         all .4s ease-in-out;
  }
  .product-categ-wrp .sppb-column-addons:hover .sppb-addon-title {
    color: #75c044;
  }
  .market-accord.blue-it .sppb-panel-heading:hover,
  .market-accord.blue-it .sppb-panel:hover {
    background-color: #0A3956;
  }
  .market-accord .sppb-panel-heading:hover,
  .market-accord .sppb-panel:hover {
    background-color: #DB782E;
  }
  .team-tabs-wrp .sppb-nav {
    flex-wrap: wrap;
  }
  .team-wrp .sppb-icons-group-list a:hover {
  color: #555759;
  }
  .basic-section {
      padding-top: 100px !important;
      padding-bottom: 100px !important;
  }
  .feat-vid-section {
    padding-top: 240px !important;
  }
  .application-image-sel-row .sppb-row-column {
    max-width: 25% !important;
    flex-basis: 25% !important;
    margin-bottom: 0;
  }
  .res-wrp-16-33-1 .sppb-image-layouts-inline-img,
  .res-wrp-25-50-1 .sppb-image-layouts-inline-img {
    background-color: #4c9945;
    border-radius: 6px;
  }
  .res-wrp-16-33-1 .sppb-image-layouts-inline-img img,
  .res-wrp-25-50-1 .sppb-image-layouts-inline-img img {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition:    all .2s ease-in-out;
    -o-transition:      all .2s ease-in-out;
    -ms-transition:     all .2s ease-in-out;
    transition:         all .2s ease-in-out;
    opacity: 1;
    background-color: #FFF;
  }
  .res-wrp-16-33-1 .sppb-image-layouts-inline-img img {
    min-height: 245px;
  }
  .res-wrp-16-33-1 .sppb-image-layouts-inline-img:hover img,
  .res-wrp-25-50-1 .sppb-image-layouts-inline-img:hover img {
      background: #4c9945;
      opacity: .6;
  }
    .res-wrp .sppb-column-addons .sppb-section:nth-child(n + 1) .sppb-row.sppb-nested-row .sppb-row.sppb-nested-row > .sppb-row-column {
    max-width: 50.0000% !important;
    flex-basis: 50.0000% !important;
  }
  .res-wrap .sppb-img-responsive:hover {
    opacity: .7;
  }
  .no-txt-mrgn h3,
  .no-txt-mrgn h2,
  .no-txt-mrgn h1 {
    margin-bottom: 0!important;
  }
  .tight-section + .tight-section {
    padding-top: 20px !important;
  }
}
@media (min-width: 1200px) {
  .vertical-section .sppb-row-column {
    min-height: 630px;
  }
  .sp-megamenu-parent > li span,
  .sp-megamenu-parent > li > a {
    padding: 0 15px;
  }
  .multi-lnd-img .bg-img-greyscale {
    height: 700px;
  }
  .video-card .sppb-row > div {
    max-width: 25% !important;
    flex-basis: 25% !important;
  }
  .cstm-tabs .sppb-nav li {
    max-width: 33.3333333%;
  }
  .comp-tbl {
    padding: 100px !important;
  }
  .num-steps .sppb-row-container .sppb-row > div {
    margin-bottom: 0 !important;
  }
  .application-image-sel-row  .sppb-column,
  .application-image-sel-row .sppb-addon-overlay-image-content {
    height: 300px !important;
  }
  .full-image-links > .sppb-container-inner > .sppb-row > .sppb-row-column {
    height: 600px;
  }
  .small-links.full-image-links > .sppb-container-inner > .sppb-row > .sppb-row-column {
    height: 2100px;
  }
  .res-wrp-33-1-50-1 .sppb-row > div,
  .res-wrp-33-1-50-1 .sppb-row > div:first-child {
    max-width: 33.333333% !important;
    flex-basis: 33.333333% !important;
    margin-bottom: 0;
  }
  .market-accord .sppb-row > .sppb-row-column {
    width: 25% !important;
    max-width: 25% !important;
    flex-basis: 25% !important;
  }
   .res-wrp-20-50-1 .sppb-row-column {
    width:20% !important;
      flex-basis: 20% !important;
      max-width: 20%!important;
  }
  .part-width-text-wrp .sppb-addon-content {
    width: 60%;
    margin: 0 auto;
  }
  .app-banner-txt .sppb-row-container > .sppb-row > .sppb-col-md-6 {
    width: 50% !important;
    flex-basis: 50% !important;
  }
  .culture-pnt-wrp .sppb-nested-row {
      flex-wrap: nowrap;
  }
  .team-wrp .sppb-row-column,
  .res-wrp-16-33-1 .sppb-row-column {
    width: 16.666% !important;
    flex-basis: 16.666% !important;
    max-width: 16.666%!important;
    margin-bottom: 0 !impotant;
  }
  .res-wrp-25-50-1 .sppb-row-column {
    width: 25% !important;
    flex-basis: 25% !important;
    max-width: 25%!important;
    margin-bottom: 0 !impotant;
  }
  .res-wrp .sppb-column-addons .sppb-section:nth-child(n + 1) .sppb-row.sppb-nested-row .sppb-row.sppb-nested-row > .sppb-row-column {
    max-width: 25.0000% !important;
    flex-basis: 25.0000% !important;
  }
  .banner-col-width .sppb-column-addons {
   max-width: 50%;
  }
}

@media (min-width: 1200px) {
  .resources .container {
    max-width: 90% !important;
  }
}

/* Testimonials */

.rtp-layout {
    width: 100% !important;
  }
@media (min-width: 992px) {
  .rtp-layout {
    width: 50% !important;
  }
}
@media (min-width: 11100px) {
  .rtp-layout {
    width: 25% !important;
  }
}
.tpm-bubble {
  padding: 20px !important;
  background: #F4F4F4 !important;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.tpm-showcase-bubble-top:after {
  border-top-color: #F4F4F4 !important; 
}
.rbx-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 2;
}
.rbx-prev {
  position: absolute;
  left: -20px;
  margin-top: -12px;
}
.rbx-next {
  position: absolute;
  right: -20px;
  margin-top: -12px;
}
.quotes {
  position: relative;
  margin-right: 0 !important;
  line-height: 50% !important;
}
.fa-quote-left { 
  top: -10px;
  right: 10px;
}
.fa-quote-right {
  bottom: -10px;
  left: 10px;
}
.tpm-showcase-top {
  padding: 20px !important;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.rbx-viewport {
  height: auto !important;
}
.approw img {
  max-width: 64px;
  width: 100%;
}

/* Testimonials End */
/*Product Detail CSS Section*/
.certrow {
  display: flex;
}

/* Create  equal columns that sits next to each other */
.certcolumn {
  flex: 14.2%;
}
.approw {
  display: flex;  
  float: right;
}

/* Create  equal columns that sits next to each other */
.appcolumn {
  flex: 12.5%;
  margin-left: 4px !important;
}
h2.product {
  color: #F68B33;
}
.tooltip {
  position: absolute;
  background-color:#000;
  color:#fff;
  padding:5px;
  display:none;
  pointer-events: none;
}
.view-visforms .tooltip,
.com_visforms .tooltip {
  display: block !important;
  border-radius: 6px !important;
  padding: 0 !important;
  z-index:50;
  background: #212129 !important;
  border: 0px solid #FFF !important;
}
.tooltip .tooltip-arrow {
  bottom: -7px;
}
.tooltip .tooltip-inner {
  padding: 0.5rem 1rem !important;
  width: 100% !important;
  max-width: 300px !important;
}
div .hidden-print {
  display: none;
  min-width: 1350px !important;
}
div .full-width   {
  -ms-flex: 0 0 14000px !important;
    flex: 0 0 1400px !important;  
}
div .smaller-text {
  font-size: .75em;
}
@media all {
  .page-break { display: none; }
}

@media print {
  .page-break { display: block; page-break-before: always; }
}
.table-custom {
  border: 1px solid rgba(164, 172, 179, 0.4);
}
.table-custom td {
  border: 1px solid rgba(164, 172, 179, 0.4);
  margin-bottom: 6px;
  padding: 0.5rem;
}
/* End product detail css section */
/* MEWP TCO CSS stuff*/
select.vis-auto-fill {
  background-color:#E9ECEF !important;
}
inputbox .vis-auto-fill {
  background-color:#E9ECEF !important;
}
input .vis-auto-fill {
  background-color:#E9ECEF !important;
}
.mewp {
  font-size: 1.2rem !important;
}
.vis-tooltip-icon {
  position: relative;
}
.space-heading {
  padding-top: 15px;
  padding-bottom: 15px;
}
.space-heading h4 {
  text-transform: uppercase;
  color: #F68B33 !important;
}
.fieldset-1 .form-control.big-input-text,
.big-input-text {
  font-size: 1rem !important;
  font-weight: 700;
  color: #F68B33 !important;
}
.form-tooltip:after,
.vis-tooltip-icon > div:first-child:before {
  content:"?";
  background: black;
  padding: 6px 8px 3px 8px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: 15px;
  z-index:1;
  border-radius: 50%;
  color: #FFF;
  font-size: 14px;
  line-height: 100%;
}
.form-tooltip {
  position: relative,
}
.form-tooltip:after {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
}
select.visToolTip,
.visToolTip {
  padding-left: 38px !important;
  /*border: 1px solid black;*/
}
.fieldset-1 .form-control.big-input-text::-ms-input-placeholder,
.big-input-text::-ms-input-placeholder {
  color: #F68B33 !important;
}
.fieldset-1 .form-control.big-input-text::placeholder,
.big-input-text::placeholder {
  color: #F68B33 !important;
}

#sp-bottom {
  padding: 0 !important;
  background: transparent;
}
#sp-bottom .container {
  padding: 0;
  max-width: 100% !important;
}
#sp-bottom .sp-module {
  margin-bottom: 0 !important;
}


/*  Search Start */
.search-modal {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
  display: none;
  padding: 0 !important;
  width: 100%;
  height: 100%;
  position: fixed !important;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 10 !important;
  box-shadow: 0 0px 0px 0px rgb(0 0 0 / 30%);
}
.search-modal.active {
  display: block;
}
.search-modal .sppb-row-container {
  margin-top: 10%;
  position: relative;
  background: #FFF;
  max-width: 90% !important;
  padding: 20px !important;
  border-radius: 6px;
  box-shadow: 0 0px 0px 0px rgb(0 0 0 / 30%);
   z-index: 999;
    -webkit-transition: all .2s ease-in-out;
  -moz-transition:    all .2s ease-in-out;
  -o-transition:      all .2s ease-in-out;
  -ms-transition:     all .2s ease-in-out;
  transition:         all .2s ease-in-out;
}
.search-modal.active .sppb-row-container {
  margin-top: 105px;
  box-shadow: 0 5px 7px 0px rgb(0 0 0 / 30%);
    -webkit-transition: all .2s ease-in-out;
  -moz-transition:    all .2s ease-in-out;
  -o-transition:      all .2s ease-in-out;
  -ms-transition:     all .2s ease-in-out;
  transition:         all .2s ease-in-out;
}
.search-modal .sppb-row-column {
  max-width: 100% !important;
  flex-basis: 100% !important;
}
.search-modal .inputbox {
  height: 52px !important;
  border-radius: 6px !important;
  margin-left: 0 !important;
}
.close-search {
  position: absolute !important;
  top: -35px;
  right: -35px;
  padding: 6px 12px !important;
  border: transparent !important;
  cursor: pointer;
  background: #F68B33 !important;
  color: #FFF;
  z-index: 999;
}
.menu-search {
  font-size: 3rem !important;
  line-height: 100% !important;
  color: #E07D32 !important;
  background: transparent !important;
  border: transparent !important;
  padding: 10px 0px !important;
}
.menu-search .icon {
  color: #F68B33;
}
.menu-search.sppb-btn:after {
  display: none !important;
}
.offcanvas-inner > div.header-modules {
  display: none !important;
}
.offcanvas-inner .icon-battery-search {
  border-radius: 6px !important;
  margin-bottom: 30px !important;
  font-family: din-2014, arial, sans-serif !important;
}
.search-wrp .sppb-row-column {
  padding: 0 !important;
}
/* Search End */

@font-face {
  font-family: 'UniversLTStdBlack';
  src: url('/templates/ut_sombra/fonts/UniversLTStd-Black.woff');
}
@font-face {
  font-family: 'UniversLTStdBoldCn';
  src: url('/templates/ut_sombra/fonts/UniversLTStd-BoldCn.woff');
}
@font-face {
  font-family: 'UniversLTStdCn';
  src: url('/templates/ut_sombra/fonts/UniversLTStd-Cn.woff');
}
@font-face {
  font-family: 'UniversLTStd';
  src: url('/templates/ut_sombra/fonts/UniversLTStd.woff');
}
@font-face {
  font-family: 'UniversLTStdLight';
  src: url('/templates/ut_sombraWe /fonts/UniversLTStd-Light.woff');
}
@font-face {
  font-family: 'UniversLTStdBold';
  src: url('/templates/ut_sombra/fonts/UniversLTStd-Bold.woff');
}
@font-face {
  font-family: 'UniversLTStdItalic';
  src: url('/templates/ut_sombra/fonts/UniversLTStd-Obl.woff');
}
@font-face {
  font-family: 'UniversLTStdBoldItalic';
  src: url('/templates/ut_sombra/fonts/UniversLTStd-BoldObl.woff');
}
body,
body.helix-ultimate {
  font-family: UniversLTStd, Univers Roman, Arial, Sans-Serif;
  height: auto;
  color: #181921;
}
::selection {
  background: #F68B33; /* WebKit/Blink Browsers */
  color: #FFF;
}
::-moz-selection {
  background: #F68B33; /* Gecko Browsers */
   color: #FFF;
}
.sppb-addon-content p,
.sppb-addon-content {
  font-family: UniversLTStd, Univers Roman, Arial, Sans-Serif;
  line-height: 140%;
  font-weight: 400;
}
p {
  font-family: UniversLTStd, Univers, sans-serif;
  line-height: 140%;
  color: #545759;
}
strong, 
b {
  font-family: UniversLTStdBold, Univers, Arial, Sans-Serif;
}
h1,h2,h3,h4,h5 {
  font-family: Univers Bold, Arial, Sans-Serif !important;
}
h1 {
  font-size: 2.6rem !important;
  line-height: 110% !important;
  font-family: UniversLTStdBold, Univers Bold, Arial, Sans-Serif !important;
}
h2 {
  font-size: 2rem !important;
  line-height: 110% !important;
}
h3 {
  font-size: 1.4rem !important;
  font-family: UniversLTStd, Arial, Sans-Serif !important;
}
.h4 h4 {
  color: #3B3C3D;
  font-weight: 300 !important;
  font-size: 1.3rem;
  text-transform: uppercase !important;
  margin-bottom: 0;
}
.h4 {
  margin-bottom: 0 !important;
}

h2,h3,h4,h5 {
  line-height: 130% !important;
}
a {
  color: #F68B33;
  font-family: Univers Roman, Arial, Sans-Serif;
}
.list-style-none {
  list-style: none;
  padding-left: 0;
}
.btn-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.btn-list li {
  display: block;
  padding: 5px;
}
.btn-list a {
  display: flex;
  align-items: center;
  font-family: Univers Roman, Arial, Sans-Serif;
}
.btn-icon .icon {
  margin-right: 10px;
  font-size: 2rem;
}
.icon {
  font-weight: 300;
}
.relative {
  position: relative;
}
.full-link {
  width:100%;
  height:100%;
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 2;
  background: transparent !important;
  border: 1px solid transparent !important;
}
.white-para h5,
.white-para p {
  color: #FFF !important;
}
.white-para ul {
  list-style: none;
}
.white-para ul li:before {
  color: #FFF;
  content: "\2022";
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.grey-para h2,
.grey-para h1,
.grey-para h5,
.grey-para p {
  color: #3a3d3f !important;
}
.text-caps {
  text-transform: uppercase; 
  font-size: 90%;
}
.icon-heading > h5,
.icon-heading > h4,
.icon-heading > h3 {
  display: flex;
  align-items: center;
}
.icon-heading span {
  padding-right: 15px;
}
.icon-link-wrp .icon,
.icon-heading .icon {
  font-size: 2.4rem; 
}
.icon-link-wrp .sppb-addon-title {
  font-size: 1rem !important;
  margin: 10px 0 !important;
  display: flex !important;
  align-items: center !important;
  padding: 20px 30px !important;
  border-radius: 6px;
  box-shadow: 0 2px 5px 0px rgb(0 0 0 / 10%);
  -webkit-transition: all .4s ease-in-out;
        -moz-transition:    all .4s ease-in-out;
        -o-transition:      all .4s ease-in-out;
        -ms-transition:     all .4s ease-in-out;
        transition:         all .4s ease-in-out;
}
.icon-heading-white .icon:before {
  color: #FFF;
}
.big-icon-head .icon {
  font-size: 3rem;
  vertical-align: middle;
}
.big-icon .icon {
  font-size: 100px !important;
  font-weight: 300;
}
.big-icon .icon:before {
  color: #FFF;
}
.blue-icon .icon:before {
  color: #005696;
}
.maroon-icon .icon:before {
  color: #682145 !important;
}
.orange-icon .icon:before {
  color: #ff681d !important;
}
.no-shdw {
  box-shadow: none !important;
  -webkit-box-shadow:!important;
  -moz-box-shadow:!important;
}
.lrg-img img,
.lrg-img .sppb-addon-single-image-container {
  width: 100%;
  height: auto !important;
}
.icn-lrg .sppb-addon-title {
  display: flex;
  align-items: center;
}
.icn-lrg .sppb-addon-title-icon {
  font-size: 50px;
  vertical-align: middle;
}
.bg-dark {
background-color: #24252B;
}
.btn-mdl-wrp .sppb-column-addons {
  display: flex;
}
.jst-content-center .sppb-nested-row,
.jst-content-center .sppb-row {
  justify-content: center;
}
.btn-solar {
  color: #FFF !important;
  background-color: #F26921 !important;
  border-color: #F26921 !important;
}
.sppb-addon-content > ul.bullets-primary:last-of-type {
  margin-bottom: 0 !important;
}
.sppb-addon-content > ul.bullets-primary li:last-child {
  margin-bottom: 0 !important;
}
.sppb-addon-content > ul.bullets-primary + p {
  margin-top: 15px;
}
.com-content #sp-main-body {
  padding: 0 !important;
}
.com-content #sp-main-body .page-header {
  display: none;
}
.com-content #sp-component {
  padding-top: 100px !important;
}
#sp-top-bar {
  display: none;
}
#sp-top-bar .sp-module {
  margin: 0;
  display: flex;
  align-items: center;
}
#sp-top-bar .row {
  display: flex;
  align-items: center;
}
#sp-top-bar .row > div {
  width: auto;
}
#sp-top-bar .row > div:first-child {
  flex-grow: 1;
}
#sp-top-bar .sp-column {
  display: flex;
}
#sp-header .sp-module,
#sp-header,
#sp-header .logo {
  height: 100px;
}
.offcanvas-menu .mod-login-logout,
.offcanvas-menu #login-form {
  display: none;
}
.offcanvas-menu .offcanvas-inner > div.header-modules.p-3 {
  display: none !important;
}
.offcanvas-menu .menu {
  text-align: left;
}
.offcanvas-menu.border-menu .offcanvas-inner ul.menu>li {
  border-bottom: none !important;
}
.offcanvas-menu.border-menu .offcanvas-inner ul.menu>li>a {
  padding-left: 0;
}
.menu-toggler {
  padding: 6px 8px !important;
  border-radius: 4px;
  width: auto !important;
  height: auto !important;
}
.sp-dropdown-inner > .row > div { 
  padding: 0;
  border-right: 0 !important;
}
.sp-megamenu-parent .sp-dropdown-mega>.sp-dropdown-inner .sp-menu-item {
  padding-right: 0px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #FFF !important;
  border-top: 1px solid #e1e1e1;
  padding: 30px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
  padding: 6px 0;
  line-height: 140%;
  font-size: 14px;
}
.sp-mega-group .sp-menu-heading,
.sp-megamenu-parent .sp-mega-group>li>a {
  font-weight: 700;
  line-height: 140%;
  color: #454545;
  font-size: 16px;
  padding-right: 0;
  font-family: var(--headings_font_family);
}
.sp-mega-group .sp-menu-heading {
  padding: 0 10px;
  margin-bottom: 15px;
  display: block;
}
.sp-megamenu-parent>li>a, 
.sp-megamenu-parent>li>span {
  line-height: 100px;
  font-family: UniversLTStd, Univers Roman, Arial, Sans-Serif !important;
}
.menu-wrapper .nav-pills .nav-header,
.menu-wrapper .nav-pills a {
  text-align: left;
  padding: 15px 30px 15px 10px !important;
  width: 100%;
}
.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent>.nav-header,
.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent>a {
  color: #454545;
  text-transform: uppercase;
}
body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li ul {
  margin-left: 0;
}
.offcanvas-inner .sp-module-title {
  display: none;  
}
.social ul {
  padding-left: 0;
  margin-left: -20px !important;
}
.social ul a {
  margin: 0 !important;
  padding: 0 20px !important; 
  display: block !important;
}
.top-right-menu {
  margin: 0 !important;
}
.top-right-menu > li {
  border-right: 1px solid #FFF;
  padding: 4px 20px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition:    all .2s ease-in-out;
  -o-transition:      all .2s ease-in-out;
  -ms-transition:     all .2s ease-in-out;
  transition:         all .2s ease-in-out;
  position: relative !important;
  text-transform: uppercase;
}
.floatck {
  left: 0; 
  top: 100%;
  box-shadow: 0 0 3px 10px #ccc;
  border-radius: 6px;
  box-shadow: 0 5px 7px 0px rgb(0 0 0 / 30%);
  padding: 0 !important;
  
}
.floatck li a {
  padding: 6px 10px;
}
.floatck li a:after {
  display: none !important;
}
.floatck li {
  position: relative !important;
  -webkit-transition: all .2s ease-in-out;
    -moz-transition:    all .2s ease-in-out;
    -o-transition:      all .s ease-in-out;
    -ms-transition:     all .2s ease-in-out;
    transition:         all .2s ease-in-out;
}
.floatck li:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.floatck li:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
li .floatck li .floatck {
  top: 0 !important;
  margin-top: 0 !important;
  border-top-left-radius: 0;
}
li .floatck li .floatck li:first-child a {
  border-top-left-radius: 0;
}
#sp-top-bar .floatck li.parent:before {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #FFF;
  border-radius: 6px;
}
#sp-top-bar .linguise_switcher span.linguise_language_icon {
  box-shadow: none !important;
}
#sp-top-bar .linguise_switcher {
  padding: 4px 0px 4px 20px;
}
#sp-top-bar .linguise_lang_name {
  color: #FFF !important;
  text-transform: uppercase;
}
#sp-top-bar .sp-module+.sp-module {
  margin-left: 0 !important;
}
.article-resources-wrp .article-header h3 {
  margin-bottom: 0 !Important;
  font-size: 1.1rem !important;
  display: flex;
  align-items: center;
}
.article-resources-wrp .article-header h3:before {
  content: "\e9af";
  font-size: 48px;
  font-weight: 300;
  font-family: 'discover_icon_font' !important;
  display: inline-block;
  padding-right: 10px;
}
.article-resources-wrp .article {
  border-radius: 6px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition:    all .2s ease-in-out;
  -o-transition:      all .2s ease-in-out;
  -ms-transition:     all .2s ease-in-out;
  transition:         all .2s ease-in-out;
}
.article-resources-wrp .row > div:nth-child(n+7) {
  display: none;
}
.article-resources-wrp .row > div.visible {
  display: block !important;
}
.faq-section .accordion > div:nth-child(n+7) {
  display: none;
}
.faq-section .accordion.visible > div {
  display: block !important;
}
.app-banner .app-banner-btn {
  margin-top: 20px !important;
}
.modal-cstm .modal-body {
  padding: 20px !important;
}
.modal-cstm .btn-close {
  top: 10px;
  right: 10px;
}
.modal-cstm h4 + p {
  margin-top:20px;
}
.modal-cstm p:last-of-type {
  margin-bottom: 0;
}
.modal-cstm p + .btn-group {
  margin-top: 20px;
}
.modal-cstm .btn-group a {
  margin-right: 6px;
  margin-left: 6px;
}
.modal-cstm .btn:after {
  display: none;
}
.modal-cstm .modal-content {
  border-radius: 16px;
}
.app-banner .modal-pop {
  margin-top: 20px;
  text-align: left;
}
.app-banner h1 sup {
  vertical-align: top;
  top: 100%;
  line-height: 100%;
}
body .app-banner .bottom-right-notice,
.bottom-right-notice {
  position: absolute !important;
  right: auto;
  left: 30px;
  bottom: 0;
  z-index: 2;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.top-right-notice .fab:before,
.top-right-notice i.icon:before {
  font-size: 28px !important;
  vertical-align: middle;
}
body .app-banner .top-right-notice,
.top-right-notice {
  position: absolute !important;
  right: auto;
  left: 30px;
  top: 0;
  z-index: 2;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.bottom-right-notice .icon,
.top-right-notice .icon {
  font-weight: 400;
}
.bottom-right-notice {
  font-size: 1.4rem;
  font-weight: 700 !important;
  font-size: 1.6rem !important;
  padding: 1.2rem 2rem !important;
  z-index: 6;
}
.bottom-right-notice:after {
  display: none;
}
.app-banner .sppb-row-container,
.app-banner .sppb-row > div,
.app-banner .sppb-column,
.app-banner .sppb-row,
.app-banner .sppb-column-addons {
  position: static;
}
.text-center-total {
  text-align: center !important;
}
.sml-section {
  
}
.no-height {
  height: 0 !important;
  z-index: 10 !important;
}
.view-visforms #sp-main-body,
.basic-section {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.sppb-addon-button-group {
  margin: -5px;
}
.sppb-addon-button-group a {
  margin: 5px;
  padding: 0.4rem 1.5rem;
}
body .btn, body .sppb-btn {
  padding: 0.75rem 2rem;
  font-size: 1rem;
  line-height: 130%;
  border-radius: 30px !important;
}
body .sppb-btn:after {
  display: none !important;
}
#sppb-addon-wrapper-MKFYl4BOXuuTSLyKtKgrO {
  margin-bottom: 0 !important;
}
.drp-shd-txt-wrp .sppb-btn,
.drp-shd-txt-wrp .btn {
  box-shadow: 0 1px 9px -3px #3b3c3d !important;
}
.drp-shd-txt-wrp h5,
.drp-shd-txt-wrp h4,
.drp-shd-txt-wrp h3,
.drp-shd-txt-wrp h2,
.drp-shd-txt-wrp h1 {
  text-shadow:0px 3px 9px rgba(51,46,45,0.9);
}
.drp-shd-txt-wrp br {
  display: none;
}
.center-layout-sections .sppb-addon-wrapper  > div {
  display: flex;
}
.center-layout-sections .sppb-row {
  justify-content: center;
}
.center-layout-sections .sppb-row > div {
  flex-basis: auto !important;
  width: auto !important;
  align-self: center;
}
.center-layout-sections img {
  max-width: 350px;
}
.prtnr-img .img.sppb-img-responsive,
.prtnr-img img {
  max-width: 300px;
}
.prtnr-img .sppb-person-image {
  text-align: center;
}
.sppb-btn-primary i.icon:before {
  color: #FFF;
  font-size: 2rem;
  vertical-align: middle;
}
.application-links-wrap {
  max-height: none !important;
}
.application-links-wrap > div > div {
  padding-right: 0px !important;
  padding-left: 0px !important;
  padding-bottom: 0 !important;
}
.application-image-sel-row .caption-below,
.application-links-wrap .caption-below {
  font-weight: 900;
}
.application-image-sel-row h4.sppb-addon-title,
.application-links-wrap h4.sppb-addon-title {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: none;
  top: 0;
  bottom: 0;
  left: 0;
}
.application-image-sel-row .sppb-addon-subtitle,
.application-links-wrap .sppb-addon-subtitle {
  transform: none;
}
.sppb-addon-overlay-image-content {
  position: relative;
  padding: 0;
  border-radius: 6px;
}
.application-image-sel-row .sppb-column,
.application-links-wrap .sppb-column {
  border-radius: 4px;
  overflow: hidden;
}
.application-image-sel-row .overlay-image-title,
.application-links-wrap .overlay-image-title {
  display:flex;
  min-height:80px;
  align-items: center;
  position: static;
  padding: 1rem;
  width: 100%;
  background-color: rgba(0 0 0 / 40%);
    -webkit-transition: all .2s ease-in-out;
  -moz-transition:    all .2s ease-in-out;
  -o-transition:      all .2s ease-in-out;
  -ms-transition:     all .2s ease-in-out;
  transition:         all .2s ease-in-out;
}
.application-image-sel-row  .sppb-column,
.application-image-sel-row .sppb-addon-overlay-image-content {
  height: 180px !important;
  border-radius: 6px;
  margin-bottom: 20px !important;
}
.application-image-sel-row .sppb-addon-title a,
.application-links-wrap .sppb-addon-title a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: block;  
}
.app-link-wrp {
  background-color: #3b3c3d;
   -webkit-transition: all .2s ease-in-out;
  -moz-transition:    all .2s ease-in-out;
  -o-transition:      all .2s ease-in-out;
  -ms-transition:     all .2s ease-in-out;
  transition:         all .2s ease-in-out;
}
.app-link-wrp:hover {
  background-color: #F68B33;
    -webkit-transition: all .2s ease-in-out;
  -moz-transition:    all .2s ease-in-out;
  -o-transition:      all .2s ease-in-out;
  -ms-transition:     all .2s ease-in-out;
  transition:         all .2s ease-in-out;
}
.app-link-wrp .sppb-addon-image-layout-caption {
  background: transparent;
  font-size: 1.1rem;
}
.res-wrap .sppb-img-responsive {
  border: 1px solid #e1e1e1;
  border-radius:3px;
    -webkit-transition: all .2s ease-in-out;
  -moz-transition:    all .2s ease-in-out;
  -o-transition:      all .2s ease-in-out;
  -ms-transition:     all .2s ease-in-out;
  transition:         all .2s ease-in-out;
}
.res-wrap .sppb-image-layouts-inline-img {
  background-color: #F68B33;
  border-radius: 3px;
}
.sppb-divider {
  margin-bottom: 0 !important;
}
.res-wrp-16-33-1,
.res-wrp-25-50-1 {
  padding-top: 0 !important;
}
.res-wrp-50-1,
.res-wrp-33-1 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.res-wrp-50-1,
.res-wrp-25-50-1,
.res-wrp-33-1 {
  display: block;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.res-wrp-50-1 .sppb-row-column,
.res-wrp-33-1 .sppb-container-inner .sppb-nested-row > div,
.res-wrp-33-1-50-1 .sppb-row-column,
.res-wrp-20-50-1 .sppb-row-column,
.res-wrp-16-33-1 .sppb-row-column,
.res-wrp-25-50-1 .sppb-row-column {
  width:100% !important;
  flex-basis: 100% !important;
  max-width: 100%!important;
  margin-bottom: 20px!important;
}
.res-wrp-33-1 .sppb-nested-row {
  justify-content: center;
}
.res-wrp-20-50-1 img,
.res-wrp-16-33-1 img,
.res-wrp-25-50-1 img {
  border: 1px solid #e1e1e1;
  border-radius: 6px;
}
.icn-title-wrp {
  padding-bottom: 15px !important;
}
.icn-title-wrp .sppb-row-column {
  display: inline-block;
  width: auto;
  max-width: 100% !important;
  flex-basis: auto !important;
  vertical-align: middle;
}
.icn-title-wrp .sppb-icon .icon {
  color: #4c9945;
  font-size: 60px !important;
}
.icn-title-wrp .sppb-column-addons {
  align-items: center;
  display: flex;
}
.application-image-sel-row {
  padding-top: 0px !important;
}
.application-image-sel-row .sppb-row,
.application-image-sel .sppb-row {
  margin-right: -10px;
  margin-left: -10px;
}
.application-image-sel-row .sppb-row {
  justify-content: center;
}
.application-image-sel-row .sppb-row-column,
.application-image-sel .sppb-row-column {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px impo !important;
}
.app-banner-txt,
.banner-col-width,
.app-banner {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.app-banner  img {
  max-width: 400px !important;
  height: auto !important;
}
.prod-banner {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.app-banner-txt .sppb-row-container > .sppb-row > .sppb-col-md-6 {
  width: 100% !important;
  flex-basis: 100% !important;
}
.basic-heading {
  padding-bottom: 20px !important;
}
body .white-popup-block {
  padding: 40px 40px;
  border-radius: 6px;
  height: auto !important;
}
.icn-lrg {
  font-size: 36px;
  color: #F68B33;
}
.icn-features .icon {
  font-size: 48px !important;
}
body .white-popup-block .icn-lrg {
  margin-bottom: 20px;
}
.play-icn-overlay .sppb-addon-image-layouts {
  position: relative;
}
.play-icn-overlay .sppb-addon-image-layouts a:before {
  display: block;
  background:RGBA(77,155,69,.7);
  padding: 8px;
  border-radius: 50%;
  color:#FFF;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 60px;
  content: "\e9da";
  font-family: 'discover_icon_font' !important;
  font-weight: 900;
    speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.testimonial-wrp .sppb-testimonial-carousel-client-rating {
  display: none;
}
.testimonial-wrp .sppb-testimonial-carousel-item-content {
  background: #FFF !important;
}
.team-tabs-wrp .sppb-nav {
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}
.team-tabs-wrp .sppb-nav li a {
  border-radius: 6px !important;
    margin-bottom: 5px !important;
}
.team-tabs-wrp .sppb-nav li.active a {
  border-bottom: 0px solid transparent;
  background-color: #F68B33 !important;
  color:#FFF !important;
}
.team-wrp .sppb-icons-group-list a {
  border: none !important;
  color: #6C6E70;
  height: auto !important;
  width: auto !important;
  padding: 0 !important;  
}
.team-wrp img {
  border-radius: 50% !important;
  border: 1px solid #e1e1e1;
  margin-bottom: 15px;
}
.team-wrp .sppb-row-column {
  width: 100% !important;
  flex-basis: 100 !important;
}
.team-wrp .sppb-nested-row {
  display: flex;
  justify-content: center;
}
.team-tabs-wrp .sppb-nav {
  border-bottom: 0 !important;
}
.team-wrp .sppb-addon-content {
  line-height: 130%;
  margin-top: 5px;
}
.sppb-addon-content p:last-child {
  margin-bottom: 0 !important; 
}
.team-tabs-wrp .sppb-icons-group-list {
  justify-content: center;
  display: flex;
}
.team-wrp .sppb-addon {
  text-align: center !important;
}
.comp-tbl {
  padding: 100px 35px !important;
}
.comp-tbl .sppb-addon-table-main thead tr:first-child {
  border-top: 1px solid transparent;
}
.comp-tbl .sppb-addon-table-main tbody tr {
  border-top: 1px solid #e1e1e1;
}
.comp-tbl .sppb-addon-table-main tr th,
.comp-tbl .sppb-addon-table-main tr td {
  border-right: 1px solid #e1e1e1;
}
.comp-tbl .sppb-addon-table-main tr th:last-child,
.comp-tbl .sppb-addon-table-main tr td:last-child {
  border-right: 1px solid transparent;
}
.comp-tbl .sppb-addon-table-main tr td:first-child b,
.comp-tbl .sppb-addon-table-main tr td:first-child {
  font-weight: 600 !important; 
}
.comp-tbl img {
  max-width: 200px;
}
.comp-tbl th .sppb-addon-title {
  text-align: center;
  font-weight: 400;
  width: 100%;
}
.comp-tbl th .icon {
  display: flex;
  justify-content: center;
  color: #F68B33;
  font-weight: 400;
}
.comp-tbl .fa-check {
  font-size: 28px !important;
  font-weight: 400;
}
.market-accord {
 box-shadow: none !important; 
 padding-bottom: 100px !important;
}
.market-accord-single {
  padding-bottom: 100px !important;
}
.market-accord + .market-accord {
  padding-top: 100px !important;
  padding-bottom: 100px !impowrtant;
}
.market-accord-first {
  padding-bottom: 0px !important;
}
.market-accord .sppb-row > .sppb-row-column {
  width: 100% !important;
  max-width: 100% !important;
  flex-basis: 100% !important;
  margin-bottom: 10px;
}
.market-accord .sppb-row.sppb-nested-row > .sppb-row-column {
  width: 100% !important;
  max-width: 100% !important;
  flex-basis: 100% !important;
  margin-bottom: 0;
}
.market-accord .sppb-panel-title .icon {
  font-size: 32px;
  font-weight: 400;
  vertical-align: middle;
  padding-right: 8px;
}
.market-accord .fa-chevron-right,
.market-accord .sppb-panel-title .icon:before {
  color: #FFF;
}
.market-accord .sppb-panel-heading,
.market-accord .sppb-panel {
  background: #F68B33;
  color: #FFF;
      -webkit-transition: all .2s ease-in-out;
  -moz-transition:    all .2s ease-in-out;
  -o-transition:      all .2s ease-in-out;
  -ms-transition:     all .2s ease-in-out;
  transition:         all .2s ease-in-out;
  border-radius: 6px;
}
.market-accord .sppb-panel-title {
  color: #FFF;
  display: flex;
  align-items: center;
}
.market-accord .sppb-panel-heading,
.market-accord .sppb-panel {
  background: #3b3c3d;
}
.market-accord .sppb-panel-body {
  background: #FFF;
  color:#3b3c3d;
}
.market-accord-blue .sppb-panel-body {
  color:#0A588C;
}
.market-accord + .market-accord {
 padding-top: 0 !important;
}
.market-accord ul,
.market-accord li:last-child {
  margin-bottom: 0;
}
.important-list ol {
  list-style: none;
  padding-left: 56px;
  margin-bottom: 0;
}
.important-list .sppb-row {
  counter-reset: my-awesome-counter;
}
.important-list ol li {
  counter-increment: my-awesome-counter;
  line-height: 100%;
}
.important-list ol li:before {
  content: counter(my-awesome-counter);
  color: #FFF;
  background-color: #F68B33;
  font-weight: bold;
  width: 38px;
  height: 38px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  display: inline-block;
  padding: 11px 7px;
  margin-right: 14px;
  margin-left: -54px;
}
.culture-pnt-wrp .sppb-nested-row {
  align-items: center;
  flex-wrap: nowrap;
}
.culture-pnt-wrp .sppb-nested-row > div {
  max-width: inherit !important;
  flex-basis: inherit !important;
  width: auto;
}
.culture-pnt-wrp .sppb-nested-row > div:nth-child(2) {
  max-width: inherit !important;
  flex-grow: 1!important;
}
.culture-pnt-wrp .icon {
  font-size: 60px !important;
}
.culture-pnt-wrp p {
  margin-bottom: 0;
}
.product-categ-wrp .sppb-btn:after {
  color: #F68B33;
}
.product-categ-wrp .sppb-column-addons {
  border-radius: 6px;
  border: 1px solid #e1e1e1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition:    all .4s ease-in-out;
    -o-transition:      all .4s ease-in-out;
    -ms-transition:     all .4s ease-in-out;
    transition:         all .4s ease-in-out;
  margin-bottom: 15px;
}
.product-categ-wrp .sppb-addon-text-block {
  padding: 15px;
}
.product-categ-wrp .sppb-addon-single-image-container,
.product-categ-wrp img {
  width: 100%;
}
.product-categ-wrp .sppb-addon-title {
  color: #F68B33;
  -webkit-transition: all .4s ease-in-out;
    -moz-transition:    all .4s ease-in-out;
    -o-transition:      all .4s ease-in-out;
    -ms-transition:     all .4s ease-in-out;
    transition:         all .4s ease-in-out;
}
.modal-body {
  padding: 16px 30px 30px 30px;
}
.modal-body .btn-close {
  position: absolute;
  right: 20px;
}
.modal-header + .modal-body {
  padding-top: 16px;
  padding-bottom: 16px;
}
.btn-modal-group {
  margin-left: -15px;
  margin-right: -15px;
}
.btn-modal-group .sppb-column-addons {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.btn-modal-group .sppb-column-addons .sppb-addon-wrapper  {
  margin: 2px;
}
.btn-modal-group .sppb-btn {
  padding: .65rem 2rem !important;
  white-space: nowrap;
}
footer .sp-module-title {
  display: none !important;
}
footer .footer-no {
  display: none !important;
}
footer .btn-mdl-wrp .sppb-column-addons a {
  background-color: #363642; 
  margin-right: 5px;
}
.sp-copyright {
  padding: 0 15px;
}
#sp-footer {
  text-align: left;
}
#sp-footer ul.menu {
  display: flex;
  margin: 0;
  text-align: left;
}
#sp-footer ul.menu li {
  margin-left: 0;
  display: block;
}
#sp-footer ul.menu li a {
  padding: 4px 10px 4px 0;
  line-height: 140%;
}
#sp-footer ul.menu > li:first-child {
  margin: 0;
}
#sp-footer #easy-social-icons ul.jssocialicons {
  text-align: left;
  padding-left: 0;
  margin-top: 20px;
}
#sp-footer ul.menu li a.nav-header {
  padding-top: 0 !important;
  padding-left: 0 !important;
  line-height: 100% !important;
  color: RGB(164, 172, 179);
}
footer .menu > li {
  display: flex;
}
footer .menu-child {
  padding-left: 0;
}
footer .menu-child .menu-child {
  display: none;
}
.sp-megamenu-parent > li.active > a {
  color: #F68B33;
}
.sp-megamenu-parent > li > a {
  color: #181921;
} 
footer .nav-header {
  font-size:1.1rem;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
  line-height: 130%;
}
footer .sppb-img-responsive {
  max-width:180px;
}
footer .sppb-addon-title {
  margin-top: 15px !important;
      -webkit-transition: all .2s ease-in-out;
    -moz-transition:    all .2s ease-in-out;
    -o-transition:      all .2s ease-in-out;
    -ms-transition:     all .2s ease-in-out;
    transition:         all .2s ease-in-out;
}
.#sp-footer a {
  border-radius: 4px !important;
}
.footer-top-menu {
  display: none !important;
}
.footer-top-menu ul > li:first-child {
  display: none !important;
}
.footer-top-menu .floatck ul > li:first-child  {
  display: block !important;
}
.footer-top-menu ul > li {
  
}
.footer-top-menu ul .floatck {
  background: transparent !important;
  display: block !important;
  box-shadow: none !important;
  position: relative !important;
}
.footer-top-menu ul .floatck a {
  text-transform: inherit !important;
  padding: 4px 10px 4px 0 !important;
  font-weight: 300;
}
.footer-top-menu ul .floatck .titreck-title {
 font-weight: 300;
  text-transform: initial;
  display: block;
}
.footer-top-menu li li .floatck {
  margin-left: 0px !important;
  font-size: .8rem;
}
.footer-top-menu li li .floatck li a {
  padding: 2px 10px 2px 0 !important;
  opacity: .7;
}
#sp-footer .top-right-menu {
  display: flex !important;
  align-items: start !important;
}
.footer-top-menu .top-right-menu > li {
  border-right: 0 !important;
  background: transparent !important;
  padding: 0;
}
#sp-footer div div > ul.top-right-menu {
  display: flex !important;
  align-items: start !important;
  text-align: left !important;
}
#sp-footer div div > ul.top-right-menu li {
   margin-right: 15px;
}
#sp-footer div div > ul.top-right-menu .nav-header  {
  text-align: left !important;
}
#sp-footer .sppb-row-container > .sppb-row > div:nth-child(2) {
  padding-right: 0;
}
#sp-footer .sppb-row-container > .sppb-row > div:nth-child(3) {
  padding-left: 0;
}
.visible-sm {
  display: block;
}
.hide-sm {
  display: none;
}
footer .res-wrp-33-1-50-1 .sppb-row > div {
  display: none;
}
footer .res-wrp-33-1-50-1 .sppb-row > div:first-child {
  display: block;
}
footer .modal-pop {
  text-align: left;
}
footer .sppb-addon {
  text-align: left;
}
.ifram-wrap iframe {
  width: 100%;
  min-height:1300px;
}
.equal-column .sppb-row {
  justify-content: center;
}
.equal-column .sppb-row-column {
  max-width: 100% !important;
  flex-basis: 100% !important;
  margin-bottom: 20px;
}
.equal-column .icon {
  font-weight: 400;
  padding: 10px;
}
.equal-column .sppb-row-column .sppb-column-addons {
 background-color: #f4f5f5; 
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 5px;
}
.equal-column .sppb-row-column .sppb-column-addons > div:nth-child(3) {
  flex-grow: 1;
  padding: 10px;
}
.equal-column a {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-section #jb-template .accordion {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.faq-section .accordion-button:not(.collapsed) {
  color: #181921 !important;
}
.faq-section .accordion-item {
  width: 100%;
  padding: 10px;
  border: 0;
}
.faq-section h2 {
  display: block;
}
.faq-section .accordion-button.collapsed {
  border-radius: 5px;
  border: 1px solid #e1e1e1;
}
.faq-section .accordion-button {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #e1e1e1;
  background: #FFF;
  color: #181921 !important;
  box-shadow: 0px 0px 0px 0px #FFF;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition:    all .4s ease-in-out;
  -o-transition:      all .4s ease-in-out;
  -ms-transition:     all .4s ease-in-out;
  transition:         all .4s ease-in-out;
  line-height: 100%;
}
.faq-section .accordion-collapse {
  border: 1px solid #e1e1e1;
  border-top: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #f4f4f4;
}
.faq-section .accordion-collapse.collapse {
  border: 0px;
}
.faq-section .accordion-collapse.collapse.show {
  border: 1px solid #e1e1e1;
   border-top: 0;
}
.basic-table th {
  background: #545759 !important;
    color: #FFF !important;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #3a3c3d;
}
.basic-table tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}
.basic-table th:last-child {
    border-right: 0px solid transparent;
    border-top-right-radius: 6px;
}
.basic-table tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}
.basic-table th:first-child {
  border-top-left-radius: 6px;
}
.basic-table td {
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}
.basic-table td:last-child {
  border-right: 0px solid transparent;
}
.basic-table td:first-child {
  font-weight: bold;
}
.basic-table tr:last-child td {
  border-bottom: 0px solid transparent;
}
.basic-table tr:nth-child(even) td {
  background: #f4f4f4 !important;
}
.sppb-tab-content {
  width: 100%;
}
.no-pad-section,
.no-pad-row {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.view-visforms #sp-main-body,
.basic-section,
.basic-row {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.multi-section,
.multi-row {
  padding-top: 100px !important;
  padding-bottom: 0px !important;
}
.multi-section + .multi-section,
.multi-row + .multi-row {
  padding-top: 35px !important;
}
.tight-section + .tight-section {
  padding-top: 0 !important;
}
.last-section,
.last-row {
  padding-bottom: 100px !important;
}
.children-pad-left-right > .sppb-container-inner > .sppb-row > div > div {
  padding: 100px 30px 100px 30px;
}
.article-details,
.app-desc > .sppb-row-container {
  margin: 0 auto;
}
.article-details {
 padding-bottom: 100px;
}
.full-image-link-col {
  filter: grayscale(1);
  cursor: pointer;
}
.full-image-link-col > div > .sppb-section {
  padding: 25px !important;
}
.full-image-links > .sppb-container-inner > .sppb-row {
  margin: 0 !important;
}
.full-image-links > .sppb-container-inner > .sppb-row > .sppb-row-column {
  padding: 0 !important;
  height: 225px;
}
.full-image-link-col > div > .sppb-section {
  position: absolute !important;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color:rgba(84,87,89,0.8);
  width: 100%;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition:    all .4s ease-in-out;
  -o-transition:      all .4s ease-in-out;
  -ms-transition:     all .4s ease-in-out;
  transition:         all .4s ease-in-out;
}
.full-image-link-col h3 {
  font-size:1.2rem !important;
}
.full-image-link-col h4 {
  font-weight: 300;
  margin-top: 5px !important;
}
.full-image-link-col.active > div > .sppb-section {
    background-color:rgba(0,0,0,0.8);
}
.full-image-link-col.active {
  filter: grayscale(0);
}
.icon-feature-col {
  text-align: center !important;
}
.icon-feature-col .sppb-addon-header {
  text-align: center !important;
}
.icon-feature-col .sppb-addon-title {
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
}
.icon-feature-col .icon {
  font-size: 46px !important;
  font-weight: 400;
}
.product-feature-wrp {
  padding: 0 !important;
}
.product-feature-wrp > .sppb-container-inner > .sppb-row {
  margin-right: 0;
  margin-left: 0;
  flex-direction: column;
}
.product-feature-wrp > .sppb-container-inner > .sppb-row > div {
  padding: 0;
  max-width: 100% !important;
  flex-basis: 100% !important;
}
.product-select > div {
  display: flex;
    flex-direction: row;
    overflow-x: scroll;
}
.product-wrp-link img {
  max-width: 180px;
  display: block !important;
  margin: 0 auto;
  position: absolute;
  bottom: 50%;
  transform: translate(0, 40%);
  z-index: 1;
}
.product-wrp-link {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition:    all .4s ease-in-out;
  -o-transition:      all .4s ease-in-out;
  -ms-transition:     all .4s ease-in-out;
  transition:         all .4s ease-in-out;
  background-size: cover !important;
  margin: 35px 10px !important;
  padding: 0 !important;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  box-shadow: 0px 1px 4px 1px #e5e5e5 !important;
}
.product-wrp-link .sppb-addon-single-image-container {
  width: 100%;
}
.product-wrp-link .sppb-column-addons {
  display: flex;
  align-items: center;
}
.product-wrp-link .sppb-column-addons > div:first-child {
  width: 180px;
}
.product-wrp-link .sppb-addon-title {
  padding: 15px 45px 15px 5px !important;
  -webkit-transition: all .4s ease-in-out;
    -moz-transition:    all .4s ease-in-out;
    -o-transition:      all .4s ease-in-out;
    -ms-transition:     all .4s ease-in-out;
    transition:         all .4s ease-in-out;
  coloR: #FFF !important;
}
.product-wrp-link .sppb-nested-row > .sppb-row-column {
  padding: 0;
}
.product-wrp-link .sppb-row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.product-wrp-link .sppb-addon-title {
  white-space: nowrap;
}
.product-desc-area {
  display: none;
}
.product-desc-area.active {
  display: block;
}
iframe .product-desc-area {
  display: block;
}
.product-desc-area img {

}
.product-wrp-link .sppb-nested-row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.side-btn-wrap > div {
  position: relative;
  border-radius: 6px;
  border: 1px solid #e1e1e1;
  -webkit-transition: all .2s ease-in-out;
    -moz-transition:    all .2s ease-in-out;
    -o-transition:      all .2s ease-in-out;
    -ms-transition:     all .2s ease-in-out;
    transition:         all .2s ease-in-out;
  margin-top: 4px;
  margin-bottom: 4px;
  box-shadow: 0px 5px 14px 0px #999999;
}
.side-btn-wrap .sppb-btn:after {
  right: 3px  !important;
  top: 7px  !important;
}
.side-btn-wrap br {
  display: none;
}
.side-btn-wrap > div {
  padding: 15px;
}
.side-btn-wrap .sppb-section,
.side-btn-wrap .sppb-container-inner,
.side-btn-wrap .sppb-row-column,
.side-btn-wrap .sppb-column,
.side-btn-wrap .sppb-column-addons {
  position: initial !important;
}
.side-btn-wrap:hover h4 {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition:    all .2s ease-in-out;
  -o-transition:      all .2s ease-in-out;
  -ms-transition:     all .2s ease-in-out;
  transition:         all .2s ease-in-out;
}
.side-btn-wrap .sppb-nested-row > div {
  max-width: fit-content !important;
  flex-basis: auto !important;
}
.side-btn-wrap .sppb-nested-row {
  margin: 0 !important;
}
.side-btn-wrap .sppb-addon-title {
  margin-bottom: 10px !important;
}
.side-btn-wrap .icon {
  font-weight: 300 !important;
}
.second-nav {
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0px 1px 6px 2px #e5e5e5 !important;
  border-radius: 12px;
}
.second-nav ul {
  display: flex;
  justify-content: center;
}
.second-nav ul .icon {
  display: block;
  font-size: 46px; 
  font-weight: 300;
  text-align: center;
  margin-bottom: 15px;
}
.second-nav ul li {
  border-radius: 0;
  flex: 1 1 auto;
}
.second-nav a {
  font-size: 1rem;
  text-transform: uppercase;
  padding: 20px 30px !important;
  border-radius: 0 !important;
  width: 100%;
  display: block;
  text-align: center;
}
.sub-nav {
  z-index: 10;
  width: 100%;
}
.sub-nav ul {
  list-style: none;
  padding:0;
  display: flex;
  margin: 0;
}
.sub-nav .menu {
  width: 100%;
  flex-direction: row;
  justify-content: center;
}
.sub-nav .menu > li {
  display: block;
  text-align: center;
  flex: 1 1 auto;
  position: relative;
  flex: 0 0 auto;
} 
.sub-nav .menu-toggler {
  display: none;
}
.sub-nav .menu > li > a {
  color: #FFF;
  font-family: Univers Bold, Arial, Sans-Serif !important;
  padding: 1rem 1rem;
  font-size: .8rem;
  text-transform: uppercase;
  text-align: center;
  background: #18191D;
  width: 100%;
  font-weight: 300;
  display: flex;
  align-items: center;
}
.sub-nav .menu > li > a:before {
  display: block;
  font-family: 'Discover_icon_font' !important;
  font-weight: 300;
  font-size: 30px;
  margin-right: 15px;
  color: #FFF;
}
.sub-nav .menu-child {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 99;
}
.sub-nav .menu-child li {
  display: block;
}
.sub-nav .menu-child li:last-child a {
  border-bottom-right-radius: 6px; 
  border-bottom-left-radius: 6px; 
}
.sub-nav .menu-child a {
  display: block;
  background: #F8F8F8;
  padding: 12px 20px;
  text-align: left;
  width: 100%;
  font-size: .9rem;
  background: #FFF;
  color:#18191D;
}
.login-page .icon-profile-line,
.documentation-page .icon-documentation-icon,
.training-page .icon-laptop-line {
  background-color: #FA8137 !important;
  color: #FFF !important;
}
.icon-marketecture-feature {
  margin-top: 15px;
}
.icon-marketecture-feature + .icon-marketecture-feature {
  margin-top: 20px;
}
.icon-marketecture-feature .sppb-nested-row {
  flex-direction: row;
  flex-wrap: nowrap;
}
.icon-marketecture-feature .sppb-nested-row > div {
  flex: 1 1 auto!important;
  width: auto !important;
  max-width: none !important;
}
.icon-marketecture-feature .sppb-addon-title {
  font-size: 1.2rem !important;
  text-transform: uppercase;
  font-weight: 400;
}
.icon-marketecture-feature p:last-of-type {
  margin-bottom: 0;
}
.icon-marketecture-feature .icon {
  font-weight: 300 !important;
  color: #24252B !important;
  font-size: 40px !important;
}
.max-width-text-area {
  max-width: 900px;
}
.card {
  padding: 30px !important;
  text-align: center !important;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 1px 8px 2px rgba(35, 31, 32, .1) !important;
  -webkit-transition: all .4s ease-in-out;
    -moz-transition:    all .4s ease-in-out;
    -o-transition:      all .4s ease-in-out;
    -ms-transition:     all .4s ease-in-out;
    transition:         all .4s ease-in-out;
    position: relative;
}
.card .sppb-column-addons {
  position: static;
}
.card .icon {
  margin-bottom: 20px;
  font-weight: 300;
}
.card .sppb-addon-header {
  text-align: center !important;
  margin-bottom: 20px;
}
.card .sppb-addon-title {
  font-weight: 400;
  text-transform: uppercase;
}
.big-pad-top {
  z-index: 0 !important;
}
.solar-num-wrp h4 {
  font-weight: 400;
  font-size: 1.5rem;
}
.solar-num-wrp .sppb-animated-number {
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.solar-num-wrp .sppb-animated-number-title {
  color: #FFF;
  font-size: 1.1rem;
}
.solar-num-wrp + .solar-num-wrp .sppb-row > div {
  flex-basis: 33.333333% !important;
  max-width: 33.333333% !important;
}
.cstm-tabs .sppb-tab-pane > section > .sppb-row-container {
  max-width: 100%;
}
.cstm-tabs .sppb-tab-pane > .sppb-section {
  padding: 0 !important;
}
.cstm-tabs .sppb-nav {
  padding: 0px 15px 0px 15px !important;
  overflow-x: auto;
  overflow-y: visible;
  max-width: 100%;
  flex-wrap: nowrap;
}
.cstm-tabs .sppb-nav li {
  display: flex;
  align-items: stretch;
  flex: 1;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 5px;
  border-radius: 6px;
  min-width: 70%;
}
.cstm-tabs .sppb-nav li img {
  display: block;
  max-width: 200px !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}
.cstm-tabs .sppb-nav li a {
   border: 1px solid #e1e1e1;
  color: #FFF;
  font-size: 1rem;
  padding: 0 20px 20px 20px;
  margin: 10px 0 !important;
  cursor: pointer;
  background: #FFF !important;
  border-radius: 6px !important;
  box-shadow: 0px 0px 0px 0px rgba(35, 31, 32, .4) !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition:    all .4s ease-in-out;
    -o-transition:      all .4s ease-in-out;
    -ms-transition:     all .4s ease-in-out;
    transition:         all .4s ease-in-out;
    color: #F68B33 !important;
    width: 100%;
}
.cstm-tabs .sppb-nav li.active a {
  box-shadow: 0px 1px 12px 2px rgba(35, 31, 32, .4) !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition:    all .4s ease-in-out;
    -o-transition:      all .4s ease-in-out;
    -ms-transition:     all .4s ease-in-out;
    transition:         all .4s ease-in-out;
}
.cstm-tabs .sppb-nav li a .sppb-tab-subtitle {
  display: block;
  font-size: .8rem;
  padding-top: 20px;
  color: #545759;
}
.footer-wrp .maxidrop-main {
  width: auto !important;
}
.footer-wrp .sppb-row-container .sppb-row > div {
  display: none !important;
}
.footer-wrp .sppb-row-container .sppb-row > div:first-child {
  display: block !important;
  max-width: 100% !important;
  flex-basis: 100% !important;
}
.num-steps .sppb-row-container .sppb-row > div {
  margin-bottom: 20px !important;
}
.num-steps .icon {
  font-size: 50px !important;
}
.num-steps .sppb-row-container .sppb-row > div:last-child {
  margin-bottom: 0px !important;
}
.btn-card-text .sppb-addon-wrapper + .sppb-addon-wrapper .sppb-addon-content {
  padding: 0 20px 20px 20px;
}
.btn-card-text .sppb-addon-wrapper + .sppb-addon-wrapper .sppb-addon-title {
  padding: 0 20px 10px 20px;
}
.btn-card-text + .btn-card-text {
  padding-top: 0 !important;
}
.basic-contact h3 {
  padding-bottom: 25px !important;
}
.basic-contact .sppb-col-md-9 .sppb-column-addons > div:first-child > div {
  padding-bottom: 0 !important;
}
.basic-contact .sppb-col-md-9 .sppb-addon-wrapper + .sppb-addon-wrapper {
  margin-bottom: 10px !important;
}
.basic-contact .sppb-btn-primary {
  float: left;
}
.img-400 img {
  width: 100% !important;
  max-width: 400px !important;
}
.img-300 img {
  width: 100% !important;
  max-width: 300px !important;
}
.img-200 img {
  width: 100% !important;
  max-width: 200px !important;
}
.mix-img img {
  width: 100% !important;
  max-width: 450px !important;
}
.rsformMaps {
  width: 100% !important;
  height: 200px !important;
}
.rsformform-wrp h2 {
  display: none;
}
.rsform-block-privacy {
  margin-top: 15px;
  margin-bottom: 25px;
}
.justify-txt p {
  text-align: justify !important;
}
.industry-awards img {
  width: 100% !important;
  max-width: 330px !important;
}
.industry-awards .sppb-nested-row {
  display: flex;
  flex-wrap: wrap;
}
.industry-awards .sppb-nested-row > div {
  flex: 1 1 !important;
  max-width: none !important;
}
.industry-awards .sppb-addon-content {
  text-align: center;
}
.basic-head-txt-btn-btn h3,
.basic-head-txt-btn h3 {
  margin-bottom: 20px !important;
}
.basic-head-txt-btn-btn {
  margin-top: 25px !important;
}
.basic-head-txt-btn-btn .sppb-column-addons > div:first-child {
  margin-bottom: 25px !important;
}
.basic-head-txt-btn .sppb-addon-wrapper + .sppb-addon-wrapper {
  margin-top: 25px !important;
}
.market-accord .sppb-row .sppb-row-column {
  width: 100% !important;
  max-width: 100% !important;
  flex-basis: 100% !important;
}
.key-benefits .sppb-nested-row > div:last-child {
  margin-top: 25px;
}
.video-card .sppb-row {
  justify-content: center;
}
.video-card .sppb-row > div {
  margin: 15px 0;
  max-width: 100% !important;
  flex-basis: 100% !important;
}
.video-card .sppb-title-heading {
  font-size: 1.6rem !important;
}
.video-card .sppb-section-title {
  margin-bottom: 20px !important;
}
.events-wrp .sppb-nested-row > div:first-child {
  padding: 0 !important;
}
.events-wrp .sppb-nested-row > div > div {
  position: static;
}
.events-wrp .sppb-nested-row > div {
  flex-basis: 100% !important;
  max-width: 100% !important;
  position: static;
  min-height: 140px; 
}
.events-wrp .sppb-nested-row > div:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
}
.events-wrp .sppb-nested-row > div:last-child {
  flex-basis: 100% !important;
  max-width: 100% !important;
  padding: 20px;
}
.events-wrp .sppb-section {
  padding: 0 !important;
  height: 100%;
  border-radius: 6px;
  box-shadow: 0px 1px 8px 3px rgba(35, 31, 32, .1) !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition:    all .4s ease-in-out;
    -o-transition:      all .4s ease-in-out;
    -ms-transition:     all .4s ease-in-out;
    transition:         all .4s ease-in-out;
}
.events-wrp .sppb-section > div > div,
.events-wrp .sppb-section > div {
  height: 100%;
}
.events-wrp .sppb-nested-row {
  margin-left: 0;
  margin-right: 0;
}
.events-wrp .sppb-container-inner .sppb-column-addons {
  position: static;
}
.events-wrp .sppb-row > div:nth-child(1n + 2) {
  margin-top: 30px;
}
.events-wrp .sppb-row > div {
  max-width: 350px !important;
}
.events-wrp .sppb-row {
  justify-content: center;
}
.events-wrp .sppb-column-addons .sppb-addon-content {
  font-size: 90%;
}
.events-wrp h4 {
  font-size: 1rem;
}
.event-date {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  color: #FFF !important;
  margin-left: -18px;
  margin-top: -18px;
  background: #F68B33;
  border-radius: 26px;
  padding: 7px 18px 6px 18px;
  box-shadow: 0px 1px 8px 3px rgba(35, 31, 32, .1) !important;
}
.event-date .sppb-addon-title {
  color: #FFF;
  font-size: 1rem;
  font-weight: 300;
}
.partner-section img {
  height: auto !important;
}
.partner-section .sppb-carousel-extended-outer-stage {
  height: auto !important;
}
.partner-section .sppb-carousel-extended-item img {
  width: 180px !important;
  margin: 0 auto;
}
.cstm-heading p {
  display: none !important;
}
.cstm-heading h1 {
  color: #FFF !important;
  margin-bottom: 20px;
}
.form-wrp {

}
.modal .rsformMaps {
  width: 100% !important;
  max-width: 100% !important;
  height: 200px !important;
}
.inner-sec-col {
  padding: 30px !important;
  border-radius: 6px;
}
.resources .checkbox {
  margin: 4px 0;
}
.resources .checkbox label {
  display: flex;
  align-items: center;
}
.resources .checkbox label input {
  margin-right: 10px;
}
.resources img {
  margin-bottom: 15px;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
}
.resources .itemGroupRow > div {
  display: block;
}
.is_ajaxsearch {
  width: 100% !important;
}
.is_ajaxsearch .form-inline input {
  margin-left: 0 !important;
}
.itemGroupRow {
  padding: 3rem 0;
}
.buttonEnabled {
  color: #F68B33;
}
.resources .buttonEnabled {
  margin-top: 20px !important;
  margin-bottom: 30px !important;
}
.resources a img {
  box-shadow: 0px 0px 0px 0px rgba(35, 31, 32, .0) !important;
  -webkit-transition: all .4s ease-in-out;
    -moz-transition:    all .4s ease-in-out;
    -o-transition:      all .4s ease-in-out;
    -ms-transition:     all .4s ease-in-out;
    transition:         all .4s ease-in-out;
    background: #FFF !important;
}
header p {
  margin-bottom: 0 !important;
}
header .jmodinside .form-select {
  padding: 8px 18px;
  line-height: 1;
  height: 36px;
  border: 1px solid #e1e1e1;
}
#searchType {
  min-width: 110px;
  border-right: 0 !important;
  border-radius: 6px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding: 8px 18px;
  line-height: 1;
  height: 36px;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='m3 9 3 3 3-3'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0 center;
  font-weight: 600;
}
#searchType:before {
  content: "";
  border-top: 15px solid #3a3c3d;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
}
.dec_search {
  margin-left: 0 !important;
}
.dec_search input.inputbox {
  border: 1px solid #e1e1e1 !important;
  border-radius: 6px;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  background: #FFF;
  color: #212129;
}
footer input.inputbox {
  font-size: 1rem;
}
footer .dec_search,
#sp-header .dec_search {
  display: none;
}
footer .dec_search {
  width: 100%;
}
footer .dec_search .sppb-addon-content {
  width: 100%;
}
footer .site-search.visible,
#sp-header .site-search.visible {
  display: inline-flex;
}
footer .dec_search.visible,
#sp-header .dec_search.visible {
  display: inline-flex;
}
/*.search-results > div {
  background: #FFF;
  padding: 20px;
  box-shadow: 0px 1px 6px 2px rgba(35, 31, 32, .4) !important;
}*/
.login-wrp .pretext {
  display: none;
}
.login-wrp .control-label {
  color: #FFF;
}
.login-wrp input {
  background: #0d0d0f;
}
.login-wrp .login-greeting {
  color: #FFF;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.search-wrap {
  padding: 0 !important;
}
.search-wrap .sppb-row-column {
  padding: 0 !important;
}
.search-wrap .sppb-row {
  margin: 0 !important;
}
.search-wrap .sppb-row > div {
  max-width: none !important;
  flex: 1 1 !important;
}
.remodal {
  border-radius: 6px;
  text-align: center;
  max-width: 900px !important;
}
.remodal button,
.remodal .input-group-addon,
.remodal input,
.remodal label {
  font-family: UniversLTStd, Univers Roman, Arial, Sans-Serif;
}
.geek-search-wrapper {
  display: inline-block;
}
.geek-search-wrapper .input-group {
  flex-direction: row;
  flex-wrap: nowrap;
}
.geek-search-wrapper input {
  padding: 10px 0 6px 0 !important;
}
.geek-search-wrapper .input-group-addon {
  position: relative !important;
  line-height: 100% !important;
  display: flex;
  align-items: center;
  padding: 10px 25px 6px 25px !important;
  right: 0 !important;
}
.geek-search-wrapper .search-icon {

}
.geek-search h2 {
  text-align: center;
}
.geek-search .controls {
  text-align: left;
  margin-left: 0 !important;
}
form.form-horizontal > div:last-child {
  display: none !important;
}
#main-product > div:first-child > .col-md-8 > .row {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
#main-product > div:first-child > .col-md-8 > .row > div {
  width: auto;
  flex: 1 1;
}
#main-product img {
  border-radius: 6px;
}
.product {
  color: #F68B33;
}
.appcolumn {
  display: flex;
  flex-direction: row-reverse;
}
.product-logo-list img {
  max-width: 200px;
  margin-top: 15px;
}
.product-grphs .d-flex > div {
  width: 100%;
}
.product-grphs .row + .row {
  margin-top: 25px;
}
.product-grphs h5 {
 margin-top: 15px;
 margin-bottom: 20px;
}
.fieldset-1 {
  background: #FFF;
}
.fieldset-1 > .row > div {
  padding-top: 5px;
  padding-bottom: 5px;
}
.fieldset-1 > .row > div .row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.fieldset-1 > .row > div .col-12 {
  padding-left: 0px  !important;
  padding-right: 0px !important;
}
.fieldset-1 > .row {
  --bs-gutter-x: 1rem;
}
.fieldset-1 hr {
  margin: 1px 0 !important;
}
.fieldset-1 .row {
  align-items: center;
}
.fieldset-1 p:last-child {
  margin-bottom: 0px !important;
}
.com_visforms h3,
.fieldset-1 h3 {
   margin-top: 35px !important;
  margin-bottom: 15px !important;
  text-transform: uppercase;
  color: #FFF !important;
  background: #F68B33 !important;
  background-coloR: #FFF;
  padding: 16px 20px 10px 20px;
  border-radius: 6px;
}
.com_visforms #sp-footer h3 {
  background: transparent !important;
}
.fieldset-1 h3 > span {
  color: #FFF !important;
}
.fieldset-1 h4 {
  margin-top: 10px !important;
  margin-bottom: 0px !important;
  font-size: 14px;
  color: #48484c !important;
  line-height: 140% !important;
}
.fieldset-1 h5 {
  font-size: 12px;
}
.fieldset-1 p,
.fieldset-1 em {
  font-size: 12px;
  color: #545454;
}
.fieldset-1 .form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
.fieldset-1 .form-select.vis-auto-fill {
  background-image: none;
}
.fieldset-1 .form-control {
  font-size: 0.875rem !important;
}
.fieldset-1 .h-header {
  text-transform: uppercase;
  font-size: 18px !important;
  margin-bottom: 15px !important;
  color: #212129 !important;
}
.form-tooltip {
  display: inline-block;
}
.form-tooltip h4 {
  display: inline-block;
}
.com_visforms #sp-main-body {
  padding: 50px 0 !important;
}
.com_visforms p strong,
.com_visforms p {
  color: #212129;
}
.com_visforms select {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
  background-position: right 0.75rem center !important;
  background-size: 16px 12px !important;
  background-repeat: no-repeat !important;
}
.com_visforms input {
  font-size: 0.875rem !important;
}
.com_visforms small {
  display: inline-block; 
  line-height: 130%;
  font-size: .8rem;
}
.overlap-section {
  position: relative;
  z-index: 10 !important;
  padding: 0 !important;
}
.overlap-section > .sppb-row-container > .sppb-row {
  position: relative;
  top:-40px;
}
.box-wrp {
  padding: 40px;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 1px 4px 1px rgba(35, 31, 32, .2) !important;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition:    all .4s ease-in-out;
  -o-transition:      all .4s ease-in-out;
  -ms-transition:     all .4s ease-in-out;
  transition:         all .4s ease-in-out;
}
.box-wrp h4,
.box-wrp .icon {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition:    all .3s ease-in-out;
  -o-transition:      all .3s ease-in-out;
  -ms-transition:     all .3s ease-in-out;
  transition:         all .3s ease-in-out;
}
.box-wrp.dark-box {
  background: #18191D;
}
h4 .badge { 
  margin-right: 10px !important;
  padding: 0.45em 0.65em !important;
}
.market-accord.orange-it .sppb-panel-heading, .market-accord.orange-it .sppb-panel {
  background: #f68b33;
}
.market-accord.blue-it .sppb-panel-heading, .market-accord.blue-it .sppb-panel {
  background: #0E588C;
}
.blue-it p {
  color: #0E588C;
}
a.sppb-btn-secondary {
 background-color: #0E588C !important;
  border: none !important;
  color: #FFF;
}
.multi-lnd-img > div > div > .sppb-row-column {
  padding-right: 0px;
  padding-left: 0px;
}
.multi-lnd-img > div > div .sppb-column-addons,
.multi-lnd-img > div > div .sppb-addon-wrapper  {
  position: static;
}
.multi-lnd-img .bg-img-greyscale > .sppb-column-addons {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.app-btn {
  border-radius: 8px;
  cursor: pointer;
  background: #FFF;
  padding: 20px;
  box-shadow: 0px 1px 6px 2px rgba(35, 31, 32, .4) !important;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition:    all .2s ease-in-out;
  -o-transition:      all .2s ease-in-out;
  -ms-transition:     all .2s ease-in-out;
  transition:         all .2s ease-in-out;
}
.app-btn .sppb-column-addons {
  position: static;
}
.nav-section {
  z-index: 3 !important;
}
.nav-section + div {
  position: relative;
  z-index: 0 !important;
}
.btn-section .sppb-btn-primary {
  margin-top: 25px !important;
}
.vertical-section .sppb-row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.vertical-section .sppb-row-column {
  padding: 0 !important;
  height: calc(90vh - 100px);
  max-width: 14.2857142% !important;
  flex-basis: 14.2857142% !important;
}
.vertical-section .sppb-addon-title {
  padding: 20px !important;
  -webkit-transform:rotate(270deg);
  -moz-transform:rotate(270deg);
  -ms-transform:rotate(270deg);
  -o-transform:rotate(270deg);
  transform:rotate(270deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  position: absolute;
  bottom: -40px;
  white-space: nowrap;
  left: 0;
}
.vertical-section .sppb-row-column .sppb-addon-title {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}
.search-wrap .sppb-row > .sppb-row-column:first-child {
  max-width: 130px !important;
}
.search-modal #searchType {
  height: 52px !important;
}
.nav-section {
  max-width: 500%;
}
.mrgn-bot {
  margin-bottom: 20px !important; 
}
@media (max-width: 767px) {
  img.sppb-img-responsive {
    max-width: 100% !important;
  }
  .prtnr-img img.sppb-img-responsive {
  max-width: 300px !important;
	}
  #sp-header .sp-module,
  #sp-header,
  #sp-header .logo {
    height: 80px;
  }
  .basic-table th {
    font-size: .9rem;
    padding: 10px 12px;
  }
  .basic-table td {
    font-size: .8rem;
    padding: 10px 12px;
  }
  .dec_search input.inputbox {
    min-width: 220px;
  }
  #is_ajaxsearch_result {
    bottom: 30px !important;
    right: 0 !important;
  }

  .product-search > div,
  .site-search > div ,
  .product-search,
  .site-search {
    width: 100%;
  }
}
@media (max-width: 540px) {
  #searchType {
    min-width: auto;
  }
  .dec_search input.inputbox {
    min-width: auto;
  }
}
@media (max-width: 991px) {
    .com_visforms #sp-main-body .container {
    max-width: 100% !important;
    width: 100% !important;
    }
  .resources .productDiv {
    padding: 0 !important;
  }
  .resources .container-fluid.d-flex.gap-2 > div {
    width: 100% !important;
  }
  .resources .container-fluid.d-flex.gap-2 {
    flex-direction: column;
  }
    .sp-module-content .flex-column.d-flex > .d-flex.gap-2 {
    flex-direction: column !important;
  }
     .resources .sp-module-content .flex-column.d-flex > .d-flex.gap-2 {
    flex-direction: row !important;
  }
  .container.product-listing {
    overflow-y: auto;
  }
  .sp-module-content .flex-column.d-flex > .d-flex.gap-2 > div {
    width: 100% !important;
  }
  .full-image-link-col .sppb-addon-title {
    font-size: 1rem;
  }
  .product-desc-area .sppb-nested-row > div {
    padding: 0px 30px 0px 30px !important;
  }
  .product-desc-area .sppb-nested-row img {
    max-width: 500px !important;
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  .product-desc-area .sppb-addon-single-image-container {
    width: 100%;
  }
  .product-feature-wrp .basic-section {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .sppb-text-center-left-992 {
    text-align: left;
  }
}
@media (min-width: 500px) {
  .search-modal .sppb-row-container {
    padding: 30px !important;
    margin-top: 140px !important;
  }
  .search-wrap .sppb-row > .sppb-row-column:first-child {
    max-width: 220px !important;
  }
  .search-modal #searchType {
    height: 52px !important;
  }
}
@media (min-width: 768px) {
  .cstm-tabs .sppb-nav {
    padding: 0px 30px 0px 30px !important;
  }
  .events-wrp .sppb-row > div {
    max-width: none !important;
  }
  .events-wrp .sppb-row > div:nth-child(2) {
    margin-top: 0px;
  }
  .events-wrp .sppb-row > div:nth-child(1n + 3) {
    margin-top: 30px;
  }
  .key-benefits .sppb-nested-row > div:last-child {
    margin-top: 0px;
  }
  .app-banner .modal-pop {
    margin-top: 0px;
  }
  .num-steps .sppb-row-container .sppb-row > div:nth-child(3) {
    margin-bottom: 0px !important;
  }
  .solar-num-wrp .sppb-row > div + div{
    margin-top: 0px;
  }
  .icon-marketecture-feature .sppb-addon-title {
    font-size: 1.4rem !important;
  }
  .full-image-link-col h3 {
    font-size:1.6rem !important;
  }
  .second-nav ul li:first-child a {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }
  .second-nav ul li:last-child a {
    border-bottom-right-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }
  .sub-nav {
    bottom: auto;
    border-radius: 12px;
  }
  .sub-nav .menu > li > a {
      padding: 1rem 1rem;
      font-size: .8rem;
    }
    .big-pad-top {
      padding-top: 185px !important;
      z-index: 0 !important;
    }
    .equal-column .sppb-row-column {
      max-width: 33.33333% !important;
      flex-basis: 33.33333% !important;
   }
    footer .res-wrp-33-1-50-1 .sppb-row > div {
    display: block;
    }
    footer .res-wrp-33-1-50-1 .sppb-row > div:first-child {
      display: block;
    }
    .hide-sm {
      display: block;
  }
  .res-wrp-33-1-50-1 .sppb-row > div {
    max-width: 50% !important;
    flex-basis: 50% !important;
    display: block;
  }
  .res-wrp-33-1-50-1 .sppb-row > div:first-child {
    max-width: 100% !important;
    flex-basis: 100% !important;
    margin-bottom: 30px;
    display: block;
  }
  body .app-banner .bottom-right-notice,
  .bottom-right-notice {
    right: 15%;
    left: auto;
    bottom: 0;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  body .app-banner .top-right-notice,
  .top-right-notice {
    right: 15%;
    left: auto;
    top: 0;
  }
  .app-banner p {
    color: #FFF !important;
  }
  .market-accord .sppb-row .sppb-row-column {
    width: 50% !important;
    max-width: 50% !important;
    flex-basis: 50% !important;
  }
  .market-accord .sppb-panel-heading {
    min-height: 65px;
    display: flex;
    align-items: center;
  }
    .res-wrp-20-50-1 .sppb-row-column {
      width:50% !important;
      flex-basis: 50% !important;
      max-width: 50%!important;
  }
 h1 {
    font-size: 3.8rem !important;
  }
    .application-image-sel-row .sppb-row-column {
      max-width: 50% !important;
      flex-basis: 50% !important;
    }
  .team-wrp .sppb-row-column,
  .res-wrp-16-33-1 .sppb-row-column {
    width: 33.333%!important;
    flex-basis: 33.333%!important;
    max-width: 33.333%!important;
  }
    .res-wrp-25-50-1 .sppb-row-column {
      width:50% !important;
      flex-basis: 50% !important;
      max-width: 50%!important;
    }
}
@media (max-width: 991px) {
  .row-break-down-hard > .sppb-row-container > .sppb-row > div {
    max-width: none !important;
    flex-basis: 100% !important;
    margin-bottom: 20px;
  }
  .row-break-down-hard > .sppb-row-container > .sppb-row > div:last-child {
    margin-bottom: 0px;
  }
  .row-break-down > .sppb-row-container > .sppb-row > div {
    max-width: none !important;
    flex: 1 1 !important;
    margin-bottom: 15px;
  }
  .market-accord.row-break-down .sppb-row .sppb-row-column {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
  .no-first-child > .sppb-row-container > .sppb-row > div:first-child {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .modal-cstm .modal-body {
  	padding: 45px !important;
  }
  .modal-cstm .btn-close {
  	top: 20px;
    right: 20px;
  }
  .vertical-section .sppb-row-column:hover .sppb-addon-title {
    color: #0E588C !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
  }
  .vertical-section .sppb-row-column {
    min-height: 500px;
  }
  #sp-menu {
   padding-left: 0px !important; 
  }
  .sp-megamenu-parent > li span,
  .sp-megamenu-parent > li > a {
    padding: 0 6px;
  }
  .sub-nav .menu > li > a {
   padding-right: 2rem;
   padding-left: 2rem;
  }
  .sub-nav .menu > li:hover ul {
    display: block;
  }
  .dec_search input.inputbox {
    padding-top: 12px;
  }
  .close-search:hover {
    color:#FFF !important;
  }
  .search-modal > .sppb-row-container {
    max-width: 900px !important;
  }
  .app-btn:hover {
    background: #F68B33; 
    color: #FFF;
  }
  .app-btn:hover p,
  .app-btn:hover h4 {
    color: #FFF !important;
  }
  .app-btn:hover {
    box-shadow: 0px 2px 6px 3px rgba(35, 31, 32, .4) !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition:    all .2s ease-in-out;
    -o-transition:      all .2s ease-in-out;
    -ms-transition:     all .2s ease-in-out;
    transition:         all .2s ease-in-out;
  }
  .app-btn {
    padding: 30px;
  }
  .bg-img-greyscale {
    min-height: 400px;
    background-color: rgba(255, 255, 255, 1) !important;
    background-blend-mode: luminosity !important;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
  }
  .bg-img-greyscale:hover {
     background-blend-mode: initial !important;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
  }
  a.sppb-btn-secondary:hover {
  background-color: #0E588C !important;
    color: #FFF;
  }
  .sp-megamenu-parent > li:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0px;
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    -moz-transition:    all .3s ease-in-out;
      -o-transition:      all .3s ease-in-out;
      -ms-transition:     all .3s ease-in-out;
      transition:         all .3s ease-in-out;
  }
  .sp-megamenu-parent > li:hover:before {
    height: 6px;
    background-color: #F68B33;
    -moz-transition:    all .3s ease-in-out;
      -o-transition:      all .3s ease-in-out;
      -ms-transition:     all .3s ease-in-out;
      transition:         all .3s ease-in-out;
  }
  #sp-top-bar a:hover {
    color: #723D19 !important;
  }
  .overlap-section > .sppb-row-container > .sppb-row {
      position: absolute;
      top:-40px;
    }
  .box-wrp:hover h4,
  .box-wrp:hover .icon  {
    color: #F68B33 !important;
    -moz-transition:    all .3s ease-in-out;
      -o-transition:      all .3s ease-in-out;
      -ms-transition:     all .3s ease-in-out;
      transition:         all .3s ease-in-out;
    }
  .box-wrp:hover {
    -webkit-transition: all .4s ease-in-out;
      -moz-transition:    all .4s ease-in-out;
      -o-transition:      all .4s ease-in-out;
      -ms-transition:     all .4s ease-in-out;
      transition:         all .4s ease-in-out;
    box-shadow: 0px 1px 10px 1px rgba(35, 31, 32, .3) !important;
  }
  .cstm-tabs .sppb-tab-pane > section > .sppb-row-container {
      padding-right: 0px !important;
      padding-left: 0px !important;
    }
    .fieldset-1 p {
    font-size: 1rem;
  }
  .fieldset-1 h5 {
    font-size: 1rem;
  }
  .fieldset-1 em {
    font-size: 1rem;
    }
  .fieldset-1 h4 {
    font-size: 1rem;
  }
  .fieldset-1 h4 {
    margin-top: 0 !important;
  }
  .com_visforms #sp-main-body {
    padding: 100px 0 !important;
    }
  .flex-wrap a .gap-3 img {
      background: rgba(77,155,69,0);
      -webkit-transition: all .4s ease-in-out;
      -moz-transition:    all .4s ease-in-out;
      -o-transition:      all .4s ease-in-out;
      -ms-transition:     all .4s ease-in-out;
      transition:         all .4s ease-in-out;
  }
  .flex-wrap a:hover .gap-3 img {
    background: RGBA(246, 139, 51, 0.8);
  }
  #main-product > div:first-child > .col-md-8 > .row {
    margin-top: 0;
  }
  .product-grphs .d-flex > div {
    width: 50%;
  }
  .dec_search input.inputbox {
    min-width: 200px !important;
  }
  .video-card .sppb-row > div {
    max-width: 25% !important;
    flex-basis: 25% !important;
  }
  .sp-menu-heading:hover {

  }
  .resources a:hover img {
    box-shadow: 0px 2px 20px 3px rgba(35, 31, 32, .2) !important;
    -webkit-transition: all .4s ease-in-out;
      -moz-transition:    all .4s ease-in-out;
      -o-transition:      all .4s ease-in-out;
      -ms-transition:     all .4s ease-in-out;
      transition:         all .4s ease-in-out;
  }
  .resources .container > .d-flex > div:first-child {
    width: auto !important;
    min-width: 340px !important;
  }
  .btn-modal-group .sppb-column-addons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .basic-head-txt-btn-btn {
    margin-top: 0 !important;
  }
  .icon-link-wrp .sppb-addon-title:hover {
    box-shadow: 0 5px 7px 0px rgb(0 0 0 / 30%);
    -webkit-transition: all .4s ease-in-out;
        -moz-transition:    all .4s ease-in-out;
        -o-transition:      all .4s ease-in-out;
        -ms-transition:     all .4s ease-in-out;
        transition:         all .4s ease-in-out;
  }
  .events-wrp .sppb-nested-row > div:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 0;
  }
  .events-wrp .sppb-nested-row > div:last-child,
  .events-wrp .sppb-nested-row > div {
    flex: 1 1 !important;
    max-width: none !important;
    min-height: 130px !important;
  }
  .events-wrp .sppb-nested-row > div:first-child {
    min-width: 200px;
  }
  .events-wrp .sppb-nested-row > div:first-child {
    min-width: 200px;
  }
  .events-wrp .sppb-row > div:nth-child(2) {
    margin-top: 0px !important;
  }
  .events-wrp .sppb-row > div:nth-child(1n + 3) {
    margin-top: 30px;
  }
  .events-wrp .sppb-section:hover .event-date .sppb-addon-title {
    color: #FFF !important;
  }
  .events-wrp .sppb-section:hover .event-date {
    box-shadow: 0px 2px 20px 3px rgba(35, 31, 32, .2) !important;
    -webkit-transition: all .4s ease-in-out;
        -moz-transition:    all .4s ease-in-out;
        -o-transition:      all .4s ease-in-out;
        -ms-transition:     all .4s ease-in-out;
        transition:         all .4s ease-in-out;
  }
  .events-wrp .sppb-section:hover .sppb-addon-title {
    color: #F68B33;
    -webkit-transition: all .4s ease-in-out;
        -moz-transition:    all .4s ease-in-out;
        -o-transition:      all .4s ease-in-out;
        -ms-transition:     all .4s ease-in-out;
        transition:         all .4s ease-in-out;
  }
  .events-wrp .sppb-section:hover {
      box-shadow: 0px 2px 20px 3px rgba(35, 31, 32, .2) !important;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition:    all .4s ease-in-out;
        -o-transition:      all .4s ease-in-out; 
        -ms-transition:     all .4s ease-in-out;
        transition:         all .4s ease-in-out;
    }
  .justify-content-cent .sppb-row {
    justify-content: center;
  }
  .res-wrp-50-1 .sppb-nested-row {
    justify-content: center;
  }
  .res-wrp-50-1 .sppb-row-column {
    max-width: 50.000000% !important;
    flex-basis: 50.000000% !important;
  }
  .cstm-tabs .sppb-nav {
    overflow-x: visible;
    justify-content: center;
  }
  .cstm-tabs .sppb-nav li {
    padding: 0 5px;
    min-width: auto;
    max-width: 25%;
  }
  .cstm-tabs .sppb-nav li a {
    font-size: 1.2rem;
    padding: 0 30px 30px 30px;
    margin: 10px 0 !important;
  }
  .btn-card-text .sppb-addon-overlay-image-content {
    height: 280px !important;
    border-radius: 6px;
  }
  .modal-dialog {
    max-width: 600px;
  }
  .res-wrp-33-1 .sppb-container-inner .sppb-nested-row > div {
    flex-basis: 33.333333% !important;
    max-width: 33.333333% !important;
    width: 33.333333% !important;
  }
  .min-container > .sppb-row-container {
    max-width: 900px !important;
  }
  .small-container,
  .article-details,
  .app-desc > .sppb-row-container {
    max-width: 900px !important;
  }
  .footer-wrp .sppb-row-container .sppb-row > div:first-child {
    flex: 1 1 !important;
  }
  .footer-wrp .sppb-row-container .sppb-row > div {
    display: block !important;
  }
  .footer-top-menu {
    display: block !important;
  }
  .footer-wrp .sppb-row-container .sppb-row > div {
    max-width: none !important;
    flex: 1 1 !important;
  }
  .application-image-sel-row  .sppb-column,
  .application-image-sel-row .sppb-addon-overlay-image-content {
    height: 260px !important;
  }
  h3 {
    font-size: 1.8rem !important;
  }
  .cstm-tabs .sppb-nav li:hover a {
    box-shadow: 0px 2px 14px 6px rgba(35, 31, 32, .6) !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition:    all .4s ease-in-out;
    -o-transition:      all .4s ease-in-out;
    -ms-transition:     all .4s ease-in-out;
    transition:         all .4s ease-in-out;
  }
  .icon-marketecture-feature {
    margin-top: 0;
  }
  .sub-nav .menu > li > a {
    font-family: Univers Bold, Arial, Sans-Serif !important;
    font-size: 1rem;
  }
  .card:hover  {
    box-shadow: 0px 1px 12px 2px rgba(35, 31, 32, .4) !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition:    all .4s ease-in-out;
    -o-transition:      all .4s ease-in-out;
    -ms-transition:     all .4s ease-in-out;
    transition:         all .4s ease-in-out;
  }
  .children-pad-left-right > .sppb-container-inner > .sppb-row > div > div {
    padding: 100px 100px;
  }
  .sub-nav .menu-child {
    box-shadow: 0px 1px 6px 2px rgba(35, 31, 32, .4) !important;
    border-radius: 12px;
  }
  .sub-nav li:last-child .menu-child li:first-child a {
    border-top-right-radius: 12px;
  }
  .sub-nav .menu-child a:hover {
    background: #F68B33;
    color: #FFF;
  }
  .sub-nav .menu > li:hover > ul {
    display: block;
  }
  .sub-nav .menu > li > ul:hover {
    display: block;
  }
  .sub-nav .menu > li:hover > a {
      background: #FA8137;
      color: #FFF;
  }
  .sub-nav .menu > li:hover > a:before {
    color: #FFF;
  }
  .second-nav a:hover {
    background-color: #E6E6E6 !important;
    color: #24252B !important;
  }
  .product-desc-area {
      padding-left: 0 !important;
  }
  .product-wrp-link:hover .sppb-addon-title {
    color: #FFF !important;
  }
  .product-desc-area .sppb-row-column {
    padding-left: 0;
  }
  .side-btn-wrap {
    margin: 0;
  }
  .product-wrp-link .sppb-addon-title {
    padding: 25px 45px 25px 25px !important;
    font-size: 1.5rem !important;
    bottom: 15px;
  }
  .product-select > div {
      display: flex;
      flex-direction: column;
      overflow-x: visible;
  }
  .product-wrp-link img {
      max-width: 220px;
  }
  .product-wrp-link .sppb-column-addons > div:first-child {
    width: 200px;
  }
  .product-feature-wrp > .sppb-container-inner > .sppb-row {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .product-feature-wrp > .sppb-container-inner > .sppb-row > div {
    flex: 1 1 auto !important;
    max-width: none !important;
    width: 100% !important;
  }
  .product-feature-wrp > .sppb-container-inner > .sppb-row > div:first-child {
    flex: 1 1 400px !important;
  }
  .side-btn-wrap:hover > div {
    box-shadow: 0px 5px 14px 0px #999999;
  }
  .side-btn-wrap:hover h4 {
    color: #43A23B;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition:    all .2s ease-in-out;
    -o-transition:      all .2s ease-in-out;
    -ms-transition:     all .2s ease-in-out;
    transition:         all .2s ease-in-out;
  }
  .product-wrp-link {
    background-size: 100% !important;
    margin: 30px !important;
  }
  .btn-solar:hover {
    background-color: #D6561E !important;
    border-color: #D6561E !important;
  }
  .product-wrp-link:hover {
    background-size: 120% !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition:    all .4s ease-in-out;
    -o-transition:      all .4s ease-in-out;
    -ms-transition:     all .4s ease-in-out;
    transition:         all .4s ease-in-out;
    box-shadow: 0px 1px 14px 2px #cccccc !important;
  }
  .full-image-link-col.small > .sppb-container-inner > .sppb-row > .sppb-row-column {
    height: 300px;
  }
  .full-image-link-col:hover > div > .sppb-section {
    background-color:rgba(242,105,33,0.9);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition:    all .4s ease-in-out;
    -o-transition:      all .4s ease-in-out;
    -ms-transition:     all .4s ease-in-out;
    transition:         all .4s ease-in-out;
  }
  .full-image-link-col:hover {
    filter: grayscale(0);
  }
  .full-image-links > .sppb-container-inner > .sppb-row > .sppb-row-column {
    height: 400px;
    max-width: 33.333333% !important;
    flex-basis: 33.333333% !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
  }
  .full-image-links:hover > .sppb-container-inner > .sppb-row > .sppb-row-column {
    max-width: 28% !important;
    flex-basis: 28% !important;
  }
  .full-image-links:hover > .sppb-container-inner > .sppb-row > .sppb-row-column:hover,
  .full-image-links > .sppb-container-inner > .sppb-row > .sppb-row-column:hover {
    max-width: 44% !important;
    flex-basis: 44% !important;
  }
  .basic-table tr:hover td {
    background: #619850 !important;
    color: #FFF !important;
  }
  .faq-section .accordion-button:hover {
    box-shadow: 0px 5px 14px 0px #999999;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
  }
  .faq-section .accordion-item {
    width: 50%;
  }
      .equal-column .sppb-row-column {
      max-width:20% !important;
      flex-basis: 20% !important;
        margin-bottom: 0;
   }
  .article-resources-wrp .article:hover {
    box-shadow: 0 5px 12px rgb(0 0 0 / 20%);
  }
  .article-resources-wrp .article:hover h3:before {
    color: #F68B33;
  }
  #sp-footer #easy-social-icons ul.jssocialicons {
    text-align: right;
    padding-left: 0;
    margin-top: 0;
  }
  .visible-sm {
   display: none;
  }
  footer a:hover .sppb-addon-title {
    color: #F68B33 !important;
  }
  .footer-top-menu ul .floatck li:hover {
    background: transparent !important;
  }
  .floatck li:hover {
    background: #DB782E;
  }
   #sp-top-bar .linguise_switcher:hover,
  .top-right-menu > li:hover {
    background: #DB782E;
  }
   h1 {
    font-size: 3rem !important;
  }
  h2 {
    font-size: 2.6rem !important;
  }
  .product-categ-wrp .sppb-addon-text-block {
      padding: 30px;
  }
    .product-categ-wrp .sppb-column-addons:hover {
      box-shadow: 0px 5px 14px 0px #999999;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition:    all .4s ease-in-out;
    -o-transition:      all .4s ease-in-out;
    -ms-transition:     all .4s ease-in-out;
    transition:         all .4s ease-in-out;
  }
  .product-categ-wrp .sppb-column-addons:hover .sppb-addon-title {
    color: #75c044;
  }
  .market-accord.blue-it .sppb-panel-heading:hover,
  .market-accord.blue-it .sppb-panel:hover {
    background-color: #0A3956;
  }
  .market-accord .sppb-panel-heading:hover,
  .market-accord .sppb-panel:hover {
    background-color: #DB782E;
  }
  .team-tabs-wrp .sppb-nav {
    flex-wrap: wrap;
  }
  .team-wrp .sppb-icons-group-list a:hover {
  color: #555759;
  }
  .basic-section {
      padding-top: 100px !important;
      padding-bottom: 100px !important;
  }
  .feat-vid-section {
    padding-top: 240px !important;
  }
  .application-image-sel-row .sppb-row-column {
    max-width: 25% !important;
    flex-basis: 25% !important;
    margin-bottom: 0;
  }
  .res-wrp-16-33-1 .sppb-image-layouts-inline-img,
  .res-wrp-25-50-1 .sppb-image-layouts-inline-img {
    background-color: #4c9945;
    border-radius: 6px;
  }
  .res-wrp-16-33-1 .sppb-image-layouts-inline-img img,
  .res-wrp-25-50-1 .sppb-image-layouts-inline-img img {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition:    all .2s ease-in-out;
    -o-transition:      all .2s ease-in-out;
    -ms-transition:     all .2s ease-in-out;
    transition:         all .2s ease-in-out;
    opacity: 1;
    background-color: #FFF;
  }
  .res-wrp-16-33-1 .sppb-image-layouts-inline-img img {
    min-height: 245px;
  }
  .res-wrp-16-33-1 .sppb-image-layouts-inline-img:hover img,
  .res-wrp-25-50-1 .sppb-image-layouts-inline-img:hover img {
      background: #4c9945;
      opacity: .6;
  }
    .res-wrp .sppb-column-addons .sppb-section:nth-child(n + 1) .sppb-row.sppb-nested-row .sppb-row.sppb-nested-row > .sppb-row-column {
    max-width: 50.0000% !important;
    flex-basis: 50.0000% !important;
  }
  .res-wrap .sppb-img-responsive:hover {
    opacity: .7;
  }
  .no-txt-mrgn h3,
  .no-txt-mrgn h2,
  .no-txt-mrgn h1 {
    margin-bottom: 0!important;
  }
  .tight-section + .tight-section {
    padding-top: 20px !important;
  }
}
@media (min-width: 1200px) {
  .vertical-section .sppb-row-column {
    min-height: 630px;
  }
  .sp-megamenu-parent > li span,
  .sp-megamenu-parent > li > a {
    padding: 0 15px;
  }
  .multi-lnd-img .bg-img-greyscale {
    height: 700px;
  }
  .video-card .sppb-row > div {
    max-width: 25% !important;
    flex-basis: 25% !important;
  }
  .cstm-tabs .sppb-nav li {
    max-width: 33.3333333%;
  }
  .comp-tbl {
    padding: 100px !important;
  }
  .num-steps .sppb-row-container .sppb-row > div {
    margin-bottom: 0 !important;
  }
  .application-image-sel-row  .sppb-column,
  .application-image-sel-row .sppb-addon-overlay-image-content {
    height: 300px !important;
  }
  .full-image-links > .sppb-container-inner > .sppb-row > .sppb-row-column {
    height: 600px;
  }
  .small-links.full-image-links > .sppb-container-inner > .sppb-row > .sppb-row-column {
    height: 2100px;
  }
  .res-wrp-33-1-50-1 .sppb-row > div,
  .res-wrp-33-1-50-1 .sppb-row > div:first-child {
    max-width: 33.333333% !important;
    flex-basis: 33.333333% !important;
    margin-bottom: 0;
  }
  .market-accord .sppb-row > .sppb-row-column {
    width: 25% !important;
    max-width: 25% !important;
    flex-basis: 25% !important;
  }
   .res-wrp-20-50-1 .sppb-row-column {
    width:20% !important;
      flex-basis: 20% !important;
      max-width: 20%!important;
  }
  .part-width-text-wrp .sppb-addon-content {
    width: 60%;
    margin: 0 auto;
  }
  .app-banner-txt .sppb-row-container > .sppb-row > .sppb-col-md-6 {
    width: 50% !important;
    flex-basis: 50% !important;
  }
  .culture-pnt-wrp .sppb-nested-row {
      flex-wrap: nowrap;
  }
  .team-wrp .sppb-row-column,
  .res-wrp-16-33-1 .sppb-row-column {
    width: 16.666% !important;
    flex-basis: 16.666% !important;
    max-width: 16.666%!important;
    margin-bottom: 0 !impotant;
  }
  .res-wrp-25-50-1 .sppb-row-column {
    width: 25% !important;
    flex-basis: 25% !important;
    max-width: 25%!important;
    margin-bottom: 0 !impotant;
  }
  .res-wrp .sppb-column-addons .sppb-section:nth-child(n + 1) .sppb-row.sppb-nested-row .sppb-row.sppb-nested-row > .sppb-row-column {
    max-width: 25.0000% !important;
    flex-basis: 25.0000% !important;
  }
  .banner-col-width .sppb-column-addons {
   max-width: 50%;
  }
}

@media (min-width: 1200px) {
  .resources .container {
    max-width: 90% !important;
  }
}

/* Testimonials */

.rtp-layout {
    width: 100% !important;
  }
@media (min-width: 992px) {
  .rtp-layout {
    width: 50% !important;
  }
}
@media (min-width: 11100px) {
  .rtp-layout {
    width: 25% !important;
  }
}
.tpm-bubble {
  padding: 20px !important;
  background: #F4F4F4 !important;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.tpm-showcase-bubble-top:after {
  border-top-color: #F4F4F4 !important; 
}
.rbx-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 2;
}
.rbx-prev {
  position: absolute;
  left: -20px;
  margin-top: -12px;
}
.rbx-next {
  position: absolute;
  right: -20px;
  margin-top: -12px;
}
.quotes {
  position: relative;
  margin-right: 0 !important;
  line-height: 50% !important;
}
.fa-quote-left { 
  top: -10px;
  right: 10px;
}
.fa-quote-right {
  bottom: -10px;
  left: 10px;
}
.tpm-showcase-top {
  padding: 20px !important;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.rbx-viewport {
  height: auto !important;
}
.approw img {
  max-width: 64px;
  width: 100%;
}

/* Testimonials End */
/*Product Detail CSS Section*/
.certrow {
  display: flex;
}

/* Create  equal columns that sits next to each other */
.certcolumn {
  flex: 14.2%;
}
.approw {
  display: flex;  
  float: right;
}

/* Create  equal columns that sits next to each other */
.appcolumn {
  flex: 12.5%;
  margin-left: 4px !important;
}
h2.product {
  color: #F68B33;
}
.tooltip {
  position: absolute;
  background-color:#000;
  color:#fff;
  padding:5px;
  display:none;
  pointer-events: none;
}
.view-visforms .tooltip,
.com_visforms .tooltip {
  display: block !important;
  border-radius: 6px !important;
  padding: 0 !important;
  z-index:50;
  background: #212129 !important;
  border: 0px solid #FFF !important;
}
.tooltip .tooltip-arrow {
  bottom: -7px;
}
.tooltip .tooltip-inner {
  padding: 0.5rem 1rem !important;
  width: 100% !important;
  max-width: 300px !important;
}
div .hidden-print {
  display: none;
  min-width: 1350px !important;
}
div .full-width   {
  -ms-flex: 0 0 14000px !important;
    flex: 0 0 1400px !important;  
}
div .smaller-text {
  font-size: .75em;
}
@media all {
  .page-break { display: none; }
}

@media print {
  .page-break { display: block; page-break-before: always; }
}
.table-custom {
  border: 1px solid rgba(164, 172, 179, 0.4);
}
.table-custom td {
  border: 1px solid rgba(164, 172, 179, 0.4);
  margin-bottom: 6px;
  padding: 0.5rem;
}
/* End product detail css section */
/* MEWP TCO CSS stuff*/
select.vis-auto-fill {
  background-color:#E9ECEF !important;
}
inputbox .vis-auto-fill {
  background-color:#E9ECEF !important;
}
input .vis-auto-fill {
  background-color:#E9ECEF !important;
}
.mewp {
  font-size: 1.2rem !important;
}
.vis-tooltip-icon {
  position: relative;
}
.space-heading {
  padding-top: 15px;
  padding-bottom: 15px;
}
.space-heading h4 {
  text-transform: uppercase;
  color: #F68B33 !important;
}
.fieldset-1 .form-control.big-input-text,
.big-input-text {
  font-size: 1rem !important;
  font-weight: 700;
  color: #F68B33 !important;
}
.form-tooltip:after,
.vis-tooltip-icon > div:first-child:before {
  content:"?";
  background: black;
  padding: 6px 8px 3px 8px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: 15px;
  z-index:1;
  border-radius: 50%;
  color: #FFF;
  font-size: 14px;
  line-height: 100%;
}
.form-tooltip {
  position: relative,
}
.form-tooltip:after {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
}
select.visToolTip,
.visToolTip {
  padding-left: 38px !important;
  /*border: 1px solid black;*/
}
.fieldset-1 .form-control.big-input-text::-ms-input-placeholder,
.big-input-text::-ms-input-placeholder {
  color: #F68B33 !important;
}
.fieldset-1 .form-control.big-input-text::placeholder,
.big-input-text::placeholder {
  color: #F68B33 !important;
}

#sp-bottom {
  padding: 0 !important;
  background: transparent;
}
#sp-bottom .container {
  padding: 0;
  max-width: 100% !important;
}
#sp-bottom .sp-module {
  margin-bottom: 0 !important;
}


/* Pricing */
.pricing-wrp {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  padding: 25px;
  background: #FFF;
  z-index: 20;
  position: absolute;
  right: 0;
  bottom: 100%;
  margin-bottom: -40px;
}
.price-list-cur {
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 500;
  color: #181921;
}
.price-list-cur li + li {
  margin-top: 8px;
}
.pricing-wrp sup {
	top: -0.2em;  
}
.pricing-wrp sub {
  bottom: 0;
}
.price-actual {
  font-weight: 800;
}
.new-price-wrp {
  background: #252733;
  color: #FFF;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  margin-top: 15px;
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition:    all .2s ease-in-out;
  -o-transition:      all .2s ease-in-out;
  -ms-transition:     all .2s ease-in-out;
  transition:         all .2s ease-in-out;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
  cursor: ponter;
}
.new-price {
  flex-direction: column;
}
.new-price-wrp p {
  margin-bottom: 12px;
  color: #FFF;
  display: block;
  font-weight: 500;
}
.price-actual {
  font-size: 1.2rem;
  font-weight: 900;
  margin-top: 5px;
}
.new-price li {
  color: #FFF;
}
.cstm-modal .modal-content {
  border-radius: 8px;
}
.cstm-modal .modal-body {
  padding: 30px !important;
}
.cstm-modal .modal-title {
  font-size: 1.8rem !important;
  margin-bottom: 15px;
}
.cstm-modal .modal-body .btn-close {
  top: 20px;
}
.cstm-modal p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 992px) { 
  .cstm-modal .modal-body {
    padding: 45px !important;
  }
  .new-price-wrp:hover {
    background: #000000;
    -webkit-transition: all .2s ease-in-out;
  -moz-transition:    all .2s ease-in-out;
  -o-transition:      all .2s ease-in-out;
  -ms-transition:     all .2s ease-in-out;
  transition:         all .2s ease-in-out;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.4);
  }
}
/* Pricing End */


/* Menu item changes 2024-04 */ 

@media (min-width: 992px) {  

  .two-line-height .sp-mega-group .item-header > span,
  .two-line-height .sp-mega-group .item-header > a {
    height: 45px !important;
  }

  
}
/* Menu item changes 2024-04 End */ 