.ssi-footer-copyright p a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.ssi-footer-copyright p a:hover {
  color: #ED8C3C;
}

.ssi-footer-copyright .ot-sdk-show-settings {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.ssi-footer-copyright .ot-sdk-show-settings:hover {
  color: #ED8C3C;
}

.elementor-location-footer .ssi-footer-menu-col .elementor-heading-title a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

.elementor-location-footer .ssi-footer-menu-col .elementor-widget-nav-menu a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

.elementor-element p, .elementor-element a, .elementor-element li, .elementor-element ol {
  font-size: inherit;
  font-weight: inherit;
  line-height: initial;
}

.elementor-page body {
  font-size: inherit;
  font-weight: inherit;
  line-height: initial;
}

.elementor-element h1, .elementor-element h2, .elementor-element h3, .elementor-element h4, .elementor-element h5, .elementor-element h6 {
  font-size: initial;
  line-height: initial;
}

.elementor-element .elementor-widget-text-editor p {
  margin-bottom: 1rem;
}

.elementor-element .elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}

.elementor-element .elementor-widget-text-editor p a {
  color: var(--e-global-color-primary);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.elementor-element .elementor-widget-text-editor p a:hover {
  text-decoration: none;
}

.elementor-element .elementor-widget-text-editor a {
  color: var(--e-global-color-primary);
  text-decoration: underline;
}

.elementor-element .elementor-widget-text-editor a:hover {
  text-decoration: none;
}

.elementor-element .elementor-widget-text-editor ul {
  margin: 0 0 1rem 1.5rem;
}

.elementor-element .elementor-widget-text-editor ul li {
  list-style-type: disc;
  margin-bottom: 0.5rem;
}

.elementor-element .elementor-widget-text-editor ul li:last-child {
  margin-bottom: 0;
}

.elementor-element .elementor-widget-text-editor ul li::marker {
  color: var(--e-global-color-primary);
}

.elementor-element .elementor-widget-text-editor ol {
  margin: 0 0 1rem 1.5rem;
}

.elementor-element .elementor-widget-text-editor ol li {
  list-style-type: decimal;
  margin-bottom: 0.5rem;
}

.elementor-element .elementor-widget-text-editor ol li:last-child {
  margin-bottom: 0;
}

.elementor-element .elementor-widget-text-editor ol li::marker {
  color: var(--e-global-color-primary);
}

.ssi-primary-button .elementor-button:hover .elementor-button-icon svg path {
  fill: #fff;
}

.ssi-primary-button .elementor-button-wrapper .elementor-button .elementor-button-content-wrapper,
.ssi-secondary-button .elementor-button-wrapper .elementor-button .elementor-button-content-wrapper,
.ssi-secondary-button-white .elementor-button-wrapper .elementor-button .elementor-button-content-wrapper,
.ssi-flat-button .elementor-button-wrapper .elementor-button .elementor-button-content-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ssi-flat-button .elementor-button {
  position: relative;
}

.ssi-flat-button .elementor-button .elementor-button-icon {
  position: relative;
  right: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.ssi-flat-button .elementor-button .elementor-button-text {
  position: relative;
}

.ssi-flat-button .elementor-button .elementor-button-text::after {
  content: '';
  position: absolute;
  background-color: #ED8C3C;
  height: 2px;
  width: 0;
  left: 0;
  bottom: -4px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.ssi-flat-button .elementor-button:hover .elementor-button-icon {
  right: -3px;
}

.ssi-flat-button .elementor-button:hover .elementor-button-text::after {
  width: 100%;
}

.ssi-secondary-button .elementor-button,
.ssi-primary-button .elementor-button,
.ssi-secondary-button-white .elementor-button {
  position: relative;
}

.ssi-secondary-button .elementor-button .elementor-button-icon,
  .ssi-primary-button .elementor-button .elementor-button-icon,
  .ssi-secondary-button-white .elementor-button .elementor-button-icon {
  position: relative;
  right: 0;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.ssi-secondary-button .elementor-button:hover .elementor-button-icon,
  .ssi-primary-button .elementor-button:hover .elementor-button-icon,
  .ssi-secondary-button-white .elementor-button:hover .elementor-button-icon {
  right: -5px;
}

.ssi-flat-button-youtube .elementor-button .elementor-button-content-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ssi-flat-button-youtube .elementor-button .elementor-button-content-wrapper .elementor-button-icon {
  position: relative;
  right: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.ssi-flat-button-youtube .elementor-button .elementor-button-content-wrapper .elementor-button-icon svg {
  width: 37px;
  height: 28px;
}

.ssi-flat-button-youtube .elementor-button .elementor-button-content-wrapper .elementor-button-text {
  position: relative;
}

.ssi-flat-button-youtube .elementor-button .elementor-button-content-wrapper .elementor-button-text::after {
  content: '';
  position: absolute;
  background-color: #ffffff;
  height: 2px;
  width: 0;
  left: 0;
  bottom: -4px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.ssi-flat-button-youtube .elementor-button:hover .elementor-button-icon {
  scale: 1.1;
}

.ssi-flat-button-youtube .elementor-button:hover .elementor-button-text::after {
  width: 100%;
}

.ssi-orange-columns-stacked {
  position: relative;
}

@media (max-width: 1340px) {
  .ssi-orange-columns-stacked {
    display: none !important;
  }
}

.ssi-orange-columns-stacked .row .orange.col {
  position: fixed;
  left: 0;
  top: 140px;
  width: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.ssi-orange-columns-stacked .row .orange.col > div {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
  gap: 6 0;
}

.ssi-orange-columns-stacked .row .orange.col > div .icon-svg,
      .ssi-orange-columns-stacked .row .orange.col > div img {
  width: 35px;
  max-width: 35px;
  min-width: 35px;
}

.ssi-orange-columns-stacked .row .orange.col .icon-svg {
  padding-bottom: 0;
}

.ssi-orange-columns-stacked .row .orange.col .icon-title {
  width: 172px;
  min-width: 162px;
  left: 8px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.ssi-orange-columns-stacked .row .orange.col .icon-title a {
  font-family: "nimbus-sans-extended";
}

.ssi-orange-columns-stacked .row .orange.col .icon-title > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ssi-orange-columns-stacked .row .orange.col .icon-title .elementor-heading-title {
  line-height: 1em;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}

.ssi-orange-columns-stacked .row .orange.col .icon-title .elementor-heading-title:hover {
  text-decoration: underline;
}

.ssi-orange-columns-stacked .row .text.col {
  position: fixed;
  left: -51px;
  top: 191px;
  width: 142px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.ssi-orange-columns-stacked .row .text.col > div {
  background-color: var(--e-global-color-primary);
  padding: 10px 25px;
  border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0;
}

.ssi-orange-columns-stacked .row:hover .orange.col {
  width: 240px;
}

.ssi-orange-columns-stacked .row:hover .orange.col img {
  opacity: 0.8;
}

.ssi-orange-columns-stacked .row:hover .orange.col .icon-title {
  opacity: 1;
}

.ssi-orange-columns-stacked .row:hover .text.col {
  left: 189px;
}

.standardsolar2k23-organge-columns-bar .e-con .col.grid-item:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 130px;
  background: white;
  position: absolute;
  right: 0;
  left: unset;
  bottom: unset;
  opacity: .3;
}

@media (max-width: 767px) {
  .standardsolar2k23-organge-columns-bar .e-con .col.grid-item:not(:last-child):after {
    width: 0 !important;
  }
}

@media (max-width: 1100px) {
  .standardsolar2k23-organge-columns-bar .e-con .col.grid-item:nth-child(3n):after {
    width: 0 !important;
  }
}

.standardsolar2k23-organge-columns-bar .e-con .col.grid-item .elementor-widget-image-box:hover .elementor-image-box-title a {
  text-decoration: underline;
}

.elementor-widget-text-editor {
  line-height: 1.4;
}

.elementor-widget-text-editor h1 {
  font-size: 32px;
  color: #183651;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  .elementor-widget-text-editor h1 {
    font-size: 48px;
  }
}

.elementor-widget-text-editor h2 {
  font-size: 26px;
  color: #183651;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  .elementor-widget-text-editor h2 {
    font-size: 38px;
  }
}

.elementor-widget-text-editor h3 {
  font-size: 24px;
  color: #183651;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  .elementor-widget-text-editor h3 {
    font-size: 30px;
  }
}

.elementor-widget-text-editor h4 {
  font-size: 18px;
  color: #183651;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  .elementor-widget-text-editor h4 {
    font-size: 20px;
  }
}

.elementor-widget-text-editor h5 {
  font-size: 14px;
  color: #183651;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  .elementor-widget-text-editor h5 {
    font-size: 14px;
  }
}

.elementor-widget-text-editor p {
  line-height: 1.4;
}

.elementor-widget-text-editor sub, .elementor-widget-text-editor sup {
  font-size: 80%;
}

/* Start Elementor Header Styling */

body .ssi-global-header.ssi-mega-menu-active {
  background-color: #fff;
}

body .ssi-global-header.ssi-mega-menu-active .ssi2k25-color-logo {
  display: block;
}

body .ssi-global-header.ssi-mega-menu-active .ssi2k25-white-logo {
  display: none;
}

body .ssi-global-header.ssi-mega-menu-active .ssi-mega-menu-wrapper .e-n-menu-heading .e-n-menu-item .e-n-menu-title .e-n-menu-title-container .e-n-menu-title-text {
  color: #183651;
}

@media (max-width: 1100px) {
  body .ssi-global-header.ssi-mega-menu-active .ssi-mega-menu-wrapper .e-n-menu-heading .e-n-menu-item .e-n-menu-title .e-n-menu-title-container .e-n-menu-title-text {
    color: #FFFFFF;
  }
}

body .ssi-global-header.ssi-mega-menu-active .ssi-mega-menu-wrapper .e-n-menu-heading .e-n-menu-item .e-n-menu-title:hover .e-n-menu-title-text {
  color: #ED8C3C;
}

@media (max-width: 1100px) {
  body .ssi-global-header.ssi-mega-menu-active .ssi-mega-menu-wrapper .e-n-menu-heading .e-n-menu-item .e-n-menu-title:hover .e-n-menu-title-text {
    color: #FFFFFF;
  }
}

body .ssi-global-header.ssi-mega-menu-active .ssi-mega-menu-wrapper .e-n-menu-heading .e-n-menu-item .e-n-menu-content .elementor-widget-nav-menu .menu-item .elementor-item:hover {
  text-decoration: underline;
}

body .ssi-global-header.ssi-mega-menu-active .ssi2k25-header-navigation .elementor-nav-menu--main .elementor-item {
  color: #183651;
  fill: #183651;
}

body .ssi-global-header.ssi-mega-menu-active .ssi2k25-header-navigation .elementor-nav-menu--main li.menu-item::after {
  background-color: rgba(0, 0, 0, 0.15);
}

body .ssi-global-header.ssi-mega-menu-active .ssi-header-getstarted .elementor-button {
  color: #ED8C3C;
  border-color: #ED8C3C;
  fill: #ED8C3C;
}

body .ssi-global-header.ssi-mega-menu-active .ssi-header-getstarted .elementor-button .elementor-button-icon svg path {
  fill: #ED8C3C;
}

body .ssi-global-header.ssi-mega-menu-active .ssi-header-search-icon .elementor-icon svg {
  fill: #ED8C3C;
}

body .ssi-global-header.ssi-mega-menu-active .ssi-header-search-icon .elementor-icon svg path {
  fill: #ED8C3C;
}

body .ssi-global-header.ssi-mega-menu-active .ssi-header-search-icon .elementor-icon svg path:hover {
  fill: #fff;
}

body .ssi-global-header.ssi-mega-menu-active .ssi-secondary-button .elementor-button {
  color: #ED8C3C;
  border-color: #ED8C3C;
  fill: #ED8C3C;
}

body .ssi-global-header.ssi-mega-menu-active .ssi-secondary-button .elementor-button .elementor-button-content-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .ssi-global-header.ssi-mega-menu-active .ssi-secondary-button .elementor-button .elementor-button-icon svg path {
  fill: #ED8C3C;
}

body .ssi-global-header.ssi-mega-menu-active .ssi-secondary-button .elementor-button:hover {
  color: #fff;
  border-color: #ED8C3C;
  fill: #fff;
}

body .ssi-global-header.ssi-mega-menu-active .ssi-secondary-button .elementor-button:hover .elementor-button-icon svg path {
  fill: #fff;
}

body .ssi-global-header.elementor-sticky--effects {
  background-color: #fff;
}

body .ssi-global-header.elementor-sticky--effects .ssi2k25-color-logo {
  display: block;
}

body .ssi-global-header.elementor-sticky--effects .ssi2k25-white-logo {
  display: none;
}

body .ssi-global-header.elementor-sticky--effects .ssi-mega-menu-wrapper .e-n-menu-heading .e-n-menu-item .e-n-menu-title .e-n-menu-title-container .e-n-menu-title-text {
  color: #183651;
}

@media (max-width: 1100px) {
  body .ssi-global-header.elementor-sticky--effects .ssi-mega-menu-wrapper .e-n-menu-heading .e-n-menu-item .e-n-menu-title .e-n-menu-title-container .e-n-menu-title-text {
    color: #FFFFFF;
  }
}

body .ssi-global-header.elementor-sticky--effects .ssi-mega-menu-wrapper .e-n-menu-heading .e-n-menu-item .e-n-menu-title:hover .e-n-menu-title-text {
  color: #ED8C3C;
}

@media (max-width: 1100px) {
  body .ssi-global-header.elementor-sticky--effects .ssi-mega-menu-wrapper .e-n-menu-heading .e-n-menu-item .e-n-menu-title:hover .e-n-menu-title-text {
    color: #FFFFFF;
  }
}

body .ssi-global-header.elementor-sticky--effects .ssi-mega-menu-wrapper .e-n-menu-heading .e-n-menu-item .e-n-menu-content .elementor-widget-nav-menu .menu-item .elementor-item:hover {
  text-decoration: underline;
}

body .ssi-global-header.elementor-sticky--effects .ssi-mega-menu-wrapper .e-n-menu-toggle svg path {
  fill: #ED8C3C;
}

body .ssi-global-header.elementor-sticky--effects .ssi2k25-header-navigation .elementor-nav-menu--main .elementor-item {
  color: #183651;
  fill: #183651;
}

body .ssi-global-header.elementor-sticky--effects .ssi2k25-header-navigation .elementor-nav-menu--main li.menu-item::after {
  background-color: rgba(0, 0, 0, 0.15);
}

body .ssi-global-header.elementor-sticky--effects .ssi-header-getstarted .elementor-button {
  color: #ED8C3C;
  border-color: #ED8C3C;
  fill: #ED8C3C;
}

body .ssi-global-header.elementor-sticky--effects .ssi-header-getstarted .elementor-button .elementor-button-icon svg path {
  fill: #ED8C3C;
}

body .ssi-global-header.elementor-sticky--effects .ssi-header-search-icon .elementor-icon svg {
  fill: #183651;
}

body .ssi-global-header.elementor-sticky--effects .ssi-header-search-icon .elementor-icon svg:hover path {
  fill: #fff;
}

body .ssi-global-header.elementor-sticky--effects .ssi-header-search-icon .elementor-icon svg path {
  fill: #183651;
}

body .ssi-global-header.elementor-sticky--effects .ssi-secondary-button .elementor-button {
  color: #ED8C3C;
  border-color: #ED8C3C;
  fill: #ED8C3C;
}

body .ssi-global-header.elementor-sticky--effects .ssi-secondary-button .elementor-button .elementor-button-content-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .ssi-global-header.elementor-sticky--effects .ssi-secondary-button .elementor-button .elementor-button-icon svg path {
  fill: #ED8C3C;
}

body .ssi-global-header.elementor-sticky--effects .ssi-secondary-button .elementor-button:hover {
  color: #fff;
  border-color: #ED8C3C;
  fill: #fff;
}

body .ssi-global-header.elementor-sticky--effects .ssi-secondary-button .elementor-button:hover .elementor-button-icon svg path {
  fill: #fff;
}

body .ssi-global-header .ssi2k25-color-logo {
  display: none;
}

body .ssi-global-header .ssi-header-search-icon .elementor-icon {
  padding: 10px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

body .ssi-global-header .ssi-header-search-icon .elementor-icon:hover {
  background-color: #ED8C3C;
}

@media (max-width: 1100px) {
  .ssi-mega-menu-wrapper .e-n-menu-heading .e-n-menu-item {
    height: 100%;
  }
}

.ssi-mega-menu-wrapper .e-n-menu-heading .e-n-menu-item::after {
  content: '';
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
  height: 100%;
  border: none;
}

.ssi-mega-menu-wrapper .e-n-menu-heading .e-n-menu-item:last-child::after {
  width: 0;
}

.ssi-mega-menu-wrapper .e-n-menu-heading .e-n-menu-item .e-n-menu-title {
  background-color: transparent !important;
}

@media (max-width: 1100px) {
  .ssi-mega-menu-wrapper .e-n-menu-heading .e-n-menu-item .e-n-menu-title {
    background-color: #183651 !important;
    cursor: pointer;
  }

  .ssi-mega-menu-wrapper .e-n-menu-heading .e-n-menu-item .e-n-menu-title:hover {
    background-color: #ED8C3C !important;
  }
}

.ssi-mega-menu-wrapper .e-n-menu-heading .e-n-menu-item .e-n-menu-title .e-n-menu-title-container .e-n-menu-title-text {
  color: #ffffff;
}

.ssi-mega-menu-wrapper .e-n-menu-heading .e-n-menu-item .e-n-menu-title:hover .e-n-menu-title-text {
  color: #ED8C3C;
}

.ssi-mega-menu-wrapper .e-n-menu-heading .e-n-menu-item .e-n-menu-content .elementor-widget-nav-menu .menu-item .elementor-item:hover {
  text-decoration: underline;
}

.ssi-mega-menu-wrapper .e-n-menu-heading .e-n-menu-item > .e-n-menu-item:not(.e-current):not(:hover) {
  background-color: transparent;
}

@media (max-width: 1100px) {
  .ssi-mega-menu-wrapper .e-n-menu-heading .e-n-menu-item > .e-n-menu-item:not(.e-current):not(:hover) {
    background-color: #183651;
  }
}

@media (max-width: 1100px) {
  .ssi-mega-menu-wrapper .e-n-menu-toggle {
    background-color: transparent;
  }

  .ssi-mega-menu-wrapper .e-n-menu-toggle svg path {
    transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    fill: #fff;
  }

  .ssi-mega-menu-wrapper .e-n-menu-toggle:focus {
    background-color: transparent;
  }

  .ssi-mega-menu-wrapper .e-n-menu-toggle:hover {
    background-color: transparent !important;
    color: #D77A2E;
  }

  .ssi-mega-menu-wrapper .e-n-menu-toggle:hover svg path {
    fill: #fff;
  }

  .ssi-mega-menu-wrapper .e-n-menu-toggle:hover .e-close svg path {
    background-color: transparent !important;
    fill: #D77A2E !important;
  }

  .ssi-mega-menu-wrapper .e-n-menu-toggle .e-close svg {
    fill: #fff !important;
  }
}

@media (max-width: 1100px) {
  .ssi-mega-menu-wrapper .e-n-menu .e-n-menu-wrapper {
    margin-top: 24px !important;
  }
}

.ssi2k25-header-navigation ul.elementor-nav-menu li.menu-item::after {
  content: '';
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
  height: 100%;
  border: none;
}

.ssi2k25-header-navigation ul.elementor-nav-menu li.menu-item:last-child::after {
  width: 0;
}

/*full width navigation internal page*/

.ssi-tabs-wrapper .e-n-tabs-heading {
  left: 50%;
  /* Move the element 50% to the right */
  right: 50%;
  /* Reset the right edge */
  background: #ED8C3C;
  padding: 10px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 109px;
  z-index: 2;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

@media (max-width: 768px) {
  .ssi-tabs-wrapper .e-n-tabs-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 0;
    gap: 20px;
  }
}

/*active state titles navigation internal page*/

.ssi-tabs-wrapper .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text {
  font-weight: 700;
}

.ssi-tabs-wrapper .e-n-tab-title:hover .e-n-tab-title-text {
  font-weight: 700;
}

@media (min-width: 1200px) {
  .ssi-tabs-wrapper .e-n-tabs-heading button {
    min-width: 240px;
  }
}

/*border-left navigation internal page*/

@media (min-width: 767px) {
  .ssi-tabs-wrapper .e-n-tabs-heading button {
    border-right: 1px white solid;
  }

  .ssi-tabs-wrapper .e-n-tabs-heading button {
    border-right: 1px white solid;
  }

  .ssi-tabs-wrapper .e-n-tabs-heading button:last-child {
    border-right: 0px white solid;
  }
}

.ssi-flat-button svg {
  width: 10px;
}

.ssi-card-image a {
  width: 100%;
}

.ssi-faq-accordion details {
  border: 2px solid #ED8C3C;
  border-radius: 3px;
}

.ssi-faq-accordion .e-opened {
  -webkit-transform: rotateZ(90deg);
      -ms-transform: rotate(90deg);
          transform: rotateZ(90deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .ssi-details-project-info {
    position: relative;
  }
}

.ssi-suscribe-section, .ssi-lets-talk-left-side {
  display: none;
}

@media (min-width: 1516px) {
  .ssi-project-wrapper-two-rows {
    width: 54%;
    padding-left: 17%;
  }

  .ssi-project-wrapper-two-rows .ssi-details-project-right {
    max-width: 730px;
  }

  .ssi-details-project-content {
    max-width: 500px;
  }
}
