#nav-samansco-home{
    display: flex;
    padding: 0;
}
#nav-samansco-home .container-fluid{
    display: -ms-flexbox;
    display: flex;
}


#carousel-1 h2 {
    text-transform: none;
}

/*old style*/

.top-bar {
  text-align: center;
  height: 40px;
  background-color: #ec1d24;
  width: 100%;
  position: absolute;
  color: white;
  border: none;
  top: 0;
  z-index: 2;
}

.top-content {
  height: 90vh;
}

.main-image {}

.side-images {
  flex: 1;
}

@media (min-width: 992px) {
  .side-images {
    flex: 1;
  }
}

.right-content-image {
  flex: 1;
  text-align: center;
}

.right-content-image.cover-image {
  background-size: cover;
}

.caps {
  text-transform: uppercase;
}

.main-cta {
  position: absolute;
  z-index: 99;
  height: auto;
  width: auto;
  bottom: 0;
  padding: 30px;
}

@media (min-width: 576px) {
  .main-cta {
    width: 60%;
    margin-left: 50px;
  }
}

@media (min-width: 992px) {
  .main-cta {
    text-align: left;
    margin: 2.8vw;
  }
}

.cover-image {
  background-size: cover;
}

.h5,
h5 {}

.main-cta-heading {
  font-size: 20px;
  text-transform: uppercase;
  color: white;
  font-family: 'Montserrat';
}

@media (min-width: 576px) {
  .main-cta-heading {
    font-size: 32px;
  }
}

body {
  margin: 0;
  font-family: 'Montserat', Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body {
  margin: 0;
  font-family: 'Montserrat', Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}

.main-cta-text {
  color: rgba(255, 255, 255, 0.94);
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 16px;
}

@media (min-width: 576px) {
  .main-cta-text {
    font-size: 18px;
  }
}

.side-content-header {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
  height: auto;
}

.h6,
h6 {}

.right-content-heading {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

.right-content-text {
  color: white;
  font-weight: 100;
  font-size: 14px;
}

@media (min-width: 992px) {
  .section-row {
    height: 38.749996125vw;
    max-height: calc(100vh - 58px);
  }
}

.section-row {
  height: auto;
}

.main-header-image {
  height: 400px;
  width: 100%;
  background-size: cover;
  display: block;
}

@media (min-width: 992px) {
  .main-header-image {
    height: calc(100vh - 245px);
  }
}

.side-header-image {
  height: 200px;
  width: 100%;
  background-size: cover;
  display: block;
}

@media (min-width: 992px) {
  .side-header-image {
    height: calc((100vh - 140px)/2);
  }
}

.image-link {
  cursor: pointer;
  height: 100%;
  width: 100%;
  text-decoration: none;
}

.image-link:hover {
  cursor: pointer;
  height: 100%;
  width: 100%;
  text-decoration: none;
}

.section-heading {}

.section-heading {
  color: white;
  font-size: 40px;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .section-heading {
    color: white;
    font-size: 44px;
    text-transform: uppercase;
    width: 400px;
  }
}

.section-header {
  padding: 40px;
}

@media (min-width: 992px) {
  .section-header {
    /*padding: 60px;*/
  }
}

.white {
  color: white;
}

.about-text {
  color: rgba(255, 255, 255, 0.87);
  line-height: 28px;
  line-height: 2rem;
}

.row.grid-area-row {
  height: auto;
}

.grid-area-image {
  height: 500px;
}

.white-bg {
  background-color: white !important;
  box-shadow: none;
}

.submit-btn:hover {
  background: white !important;
  text-decoration: none;
  color: #e42426 !important;
  transition: all 300ms linear 0s;
}

.installer-btn:hover {
  background: white !important;
  text-decoration: none;
  color: #e42426 !important;
  transition: all 300ms linear 0s;
}

.submit-btn {
  width: 100%;
  margin: 10px auto !important;
  display: inline-block;
  background: #ec1d24 !important;
  padding: 0px 23px !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
  border-radius: 40px !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-align: center;
  border: 1px solid #ec1d24 !important;
  cursor: pointer;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.installer-btn {
  width: 100%;
  margin: 10px auto;
  display: inline-block;
  background: #ec1d24;
  padding: 0px 23px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 500;
  line-height: 8px;
  border-radius: 0px;
  border-radius: 40px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-align: center;
  border: 1px solid #ec1d24;
  cursor: pointer;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

@media (min-width: 768px) {
  .installer-btn {
    width: 100%;
    margin: 30px auto;
    display: inline-block;
    background: #ec1d24;
    padding: 0px 50px;
    color: #fff !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 8px;
    border-radius: 0px;
    border-radius: 40px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-align: center;
    border: 1px solid #ec1d24;
    cursor: pointer;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
  }
}

@media (min-width: 768px) {
  .submit-btn {
    width: auto;
    margin: 0;
    padding: 0px 50px;
    line-height: 50px;
  }
}

.grid-area-text {
  height: 500px;
  padding: 120px !important;
  text-align: center;
}

.sci-cta {
  background-color: #ec1d24;
  min-height: 350px;
  padding: 22px;
  padding-top: 32px;
  border: none;
  box-shadow: 0 0px 0 0 #ec1d24;
}

@media (min-width: 992px) {
  .sci-cta {
    background-color: #ec1d24;
    min-height: 350px;
    padding: 60px;
    padding-top: 80px;
    padding-bottom: 30px;
    border: none;
    box-shadow: 0 0px 0 0 #ec1d24;
  }
}

.cta-small-head {
  text-transform: uppercase;
  color: #ffffff;
}

.cta-text {
  color: #fff;
  line-height: 28px;
  line-height: 2rem;
}

.header-rule {
  border: 0;
  width: 30px;
  color: #000;
  background-color: #000;
  height: 5px;
  margin-left: 0;
}

.cta-header-rule {
  color: #fff;
  background-color: #fff;
}

.cta-btn:hover {
  background: white;
  color: #ec1d24;
  border-color: #ec1d24;
  text-decoration: none;
}

.cta-btn {
  width: auto;
  display: inline-block;
  background: #ec1d24;
  padding: 0px 50px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 50px;
  border-radius: 0px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-align: center;
  border: 1px solid #fff;
  cursor: pointer;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}


.navbar-link {
  color: #919da0;
  height: 100%;
  padding-top: 40px;
  background-color: white;
  line-height: 53px;
  transition: all 500ms ease;
      box-sizing: border-box;
}

.navbar-link:hover {
  background-color: #ec1d24;
  color: white !important;
  padding-top: 40px;
  transition: all 500ms ease;
  box-sizing: border-box;
}

.navbar-link:active {
  background-color: #ec1d24;
  color: white !important;
  padding-top: 40px;
  transition: all 500ms ease;
}

navbar-link {
  border-bottom: solid 0px #e42426;
}

.grid-text {
  color: #495057;
  margin-top: 20px;
}

.products-link-image {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.87);
}

.nav-container {
  margin: 0 auto;
  background: white;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 07;
  transition: .1s all ease-in-out;
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .nav-container {
    max-width: 650px;
    margin: 0 auto;
    background: white;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    transition: .1s all ease-in-out;
    width: 628px;
  }
}

.nav-heading {
  text-transform: uppercase;
  color: \initial;
  font-size: 14px;
  letter-spacing: .8px;
  line-height: 20px;
  color: #939c9e;
}

.nav-image {
  height: auto;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 9px;
  transition: all 300ms ease;
}

.nav-image:hover {
  width: 105%;
  height: auto;
  cursor: pointer;
  transition: all 300ms ease;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat';
  font-weight: 700;
}

.nav-item {
  text-transform: capitalize;
  font-size: 15px;
  color: #000000 !important;
  padding: 0;
  height: 100%;
  display: block;
}

@media (min-width: 992px) {
  .nav-item {
    text-transform: capitalize;
    font-size: 15px;
    color: #000000 !important;
    padding: 0 5px;
    height: 100%;
    display: flex;
  }
}

.main-nav {
  letter-spacing: .0325em;
  line-height: normal;
  width: 100%;
  height: auto;
  padding-left: 0px;
}

@media (min-width: 992px) {
  .main-nav {
    letter-spacing: .0325em;
    line-height: normal;
    height: 100px;
    margin-left: 40px;
  }
}

@media (min-width: 1200px) {
  .main-nav {
    letter-spacing: .0325em;
    height: 120px;
    margin-left: 100px;
  }
}

.nav-icon {
  font-size: 20px;
  margin: 0 8px;
  transition: color 300ms ease;
}

.menu-list {
  font-size: 18px;
  letter-spacing: normal;
  line-height: 28px;
  color: #002a3a;
  font-weight: 700;
  text-transform: capitalize;
  min-width: 217px;
  margin-left: 0;
  padding-left: 0;
}

.menu-list-item {
  padding-top: 12px;
  list-style: none;
}

.menu-list-link {
  text-decoration: none;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 28px;
  color: #222222;
  font-weight: 400 !important;
  text-transform: capitalize;
  min-width: 217px;
  margin-left: 0;
  padding-left: 0;
  transition: color 300ms ease;
}

.menu-list-link:hover {
  text-decoration: none;
  color: #777777;
  transition: color 300ms ease;
}

.menu-list-link:hover {
  text-decoration: none;
  color: #ec1d24;
  transition: color 300ms ease;
}

.dealer-text {
  padding-top: 12px;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 28px;
  color: #939c9e;
  font-weight: 700;
  text-transform: capitalize;
  min-width: 217px;
  margin-left: 0;
  padding-left: 0;
}

.special-text {
  font-size: 18px;
  letter-spacing: normal;
  line-height: 28px;
  color: #939c9e;
  font-weight: 700;
  text-transform: capitalize;
}

.red {
  color: rgba(236, 29, 36, 0.82);
}

.icon-link:hover {
  color: #ec1d24 !important;
  cursor: pointer;
  transition: color 300ms ease;
}

.login-heading {
  text-align: center;
  color: rgba(236, 29, 36, 0.82);
}

.login-text {
  text-align: center;
  color: #777777;
  font-weight: 700;
}

.login-form {
  padding: 50px !important;
}

.login-input {
  border: none;
  padding-top: 12px;
  margin-top: 20px;
  border-bottom: solid #919da0 2px;
  border-radius: 0;
}

.login-in:focus {
  border: none !important;
  padding-top: 12px;
  margin-top: 12px;
  border-bottom: solid #919da0 2px;
  border-radius: 0;
}

.form-control.login-input {}

.form-control:focus {
  border: 1px solid #1a91da;
  box-shadow: none;
  transition: all 300ms ease;
}

.btn.cta-btn.login-btn {
  margin: 20px auto;
}

.dealer-link:hover {
  color: #939c9e;
  text-decoration: none;
}

.dealer-link {
  color: #777777;
}

.nav-column {
  padding: 0 20px !important;
}

.special-tag {
  margin-top: 30px;
}

.dealer-t {
  padding-top: 12px;
}

.parallax-right {
  background-position: right;
}

.grid-area-heading {
  color: #777777;
}

.top-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  text-align: center;
}

.top-bar-text {
  padding: 7px;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.87);
}

.top-cta-link {
  color: white;
  font-weight: 700;
}

.icon-before {
  display: none;
}

.top-cta-link:hover {
  text-decoration: none;
  color: white;
}

.top-cta-link:hover .icon-after {
  display: none;
}

.top-cta-link:hover .icon-before {
  display: inline;
  transition: display 400ms ease;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #222222;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #000000;
}

.navbar-light .navbar-nav .nav-link {
  color: #222222;
  vertical-align: middle;
  width: 100%;
  padding: 16px;
}

@media (min-width: 768px) {
  .navbar-light .navbar-nav .nav-link {
    color: #222222;
    vertical-align: middle;
    width: auto;
    padding: 28px !important;
  }
}

.s-footer {}

.footer {
  padding-top: 54px;
  padding-bottom: 80px;
  background-color: rgba(255, 255, 255, 0.87);
  text-align: center;
}

@media (min-width: 768px) {
  .footer {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: rgba(255, 255, 255, 0.87);
    text-align: left;
  }
}

.footer-heading {
  text-transform: uppercase;
  color: #777777;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #495057;
  margin-bottom: 28px;
}

.footer-link-item {
  color: rgb(255, 0, 245);
  text-decoration: none;
  list-style: none;
  margin-left: 0;
  margin-bottom: 16px;
}

.footer-menu {
  padding-left: 0;
  margin-bottom: 55px;
}

@media (min-width: 768px) {
  .footer-menu {
    padding-left: 0;
    margin-bottom: 0;
  }
}

.footer-icon {
  padding-top: 7px;
}

.product-hero {
  height: 250px;
  width: 100%;
  background-color: #ec1d24;
  color: rgba(255, 255, 255, 0.87);
  box-shadow: 0 2px 8px 0 #ec1d24;
}

.product-cat-heading {
  font-size: 72px;
  padding-top: 40px;
  text-transform: uppercase;
}

.product-cat-subhead {
  margin-top: 20px;
}

.product-logo {
  height: 60px;
  margin-bottom: 20px;
}

.product-heading {
  font-size: 36px;
  color: #222;
  margin-bottom: 18px;
}

.procduct-text {
  padding: 10px 10px 0px 20px;
  font-size: 14px;
  line-height: 2em;
  font-weight: normal;
  color: #495057;
  text-align: justify;
  text-justify: distribute;
  word-spacing: -2px;
}

.row.peoduct-row {
  padding-top: 20px;
  margin-top: 35px;
  margin-bottom: 80px;
}

.dropdown-toggle {
  white-space: normal;
}

.product-table {
  padding: 0px 10px 0px 20px;
}

.table {
  color: #495057;
  font-size: 14px;
}

.strong {
  font-weight: bold;
}

.table td,
.table th {
  padding: .75rem;
  vertical-align: top;
  border-bottom: 1px solid rgba(236, 29, 36, 0.3);
  border-top: none;
}

.no-pad {
  padding-top: 20px;
}

.project-image {
  height: 300PX;
  background-repeat: no-repeat;
  background-size: cover;
}

.project-title {
  text-align: center;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.87);
  padding-top: calc(100% - 82%);
  opacity: 0;
  transition: all 400ms ease;
}

.project-image:hover {}

.project-overlay {
  height: 100%;
  width: 100%;
  background-color: transparent;
  transition: all 400ms ease;
}

.project-overlay:hover {
  height: 100%;
  width: 100%;
  cursor: pointer;
  background-color: rgba(236, 29, 36, 0.27);
  transition: all 400ms ease;
}

.project-overlay:hover> {
  height: 100%;
  width: 100%;
  cursor: pointer;
  background-color: rgba(236, 29, 36, 0.27);
  transition: all 400ms ease;
}

.project-overlay:hover .project-title {
  cursor: pointer;
  opacity: 100%;
  background-color: rgba(236, 29, 36, 0.37);
  transition: all 400ms ease;
}

.project-overlay:hover {
  cursor: pointer;
  opacity: 100%;
  height: 100%;
  width: 100%;
  background-color: rgba(236, 29, 36, 0.37);
  transition: all 400ms ease;
}

.project-overlay:hover .project-image {
  -webkit-transform: scale3d(2, 2, 1);
  transform: scale3d(2, 2, 1);
}

.project-text {
  width: 300px;
  margin: 0 auto;
}

.navi {
  padding: 0;
  z-index: 5;
}

.form-control.form-item {}

/* Slider */

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.carousel-inner {
  height: calc(100vh - 140px);
}

.brand-bg {}

.brand-img {
  width: 200px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  transition: all 400ms ease;
}

.category-link {
  height: 100%;
  width: 100%;
  text-decoration: none;
}

.category-link:hover {
  height: 100%;
  width: 100%;
  text-decoration: none;
}

.category-link:hover .brand-img {
  transform: scale(1.02);
}

.category-link:hover .brand-img {
  transform: scale(1.09);
  transition: all 400ms ease;
}

.breadcrumb {
  background-color: transparent;
}

.breadcrumb-item a {
  color: #ec1d24;
  font-weight: bold;
}

.product-list {
  font-size: 14px;
  font-size: 14px;
  font-weight: normal;
  color: #495057;
}

.company-heading {
  color: rgba(0, 0, 0, 0.56);
  margin: 40px;
}

.company-image {
  display: flex;
  flex-direction: row;
  height: 70px;
  margin-top: 30px;
  display: inline;
}

@media (min-width: 768px) {
  .company-image {
    display: flex;
    flex-direction: row;
    height: 70px;
    margin-top: 40px;
    display: inline;
  }
}

.company-button {}

@media (min-width: 768px) {
  .company-button {
    position: absolute;
    right: 30px;
    bottom: 10px;
  }
}

.company-text {
  margin-bottom: 100px;
}

.menu-list-link strong {
  font-weight: 400;
}

.not-first {
  border-top: 1px solid rgba(236, 29, 36, 0.12);
  padding-top: 80px !important;
}

.row.no-gutters.peoduct-row.not-first {}

.copyright {
  color: grey;
  margin-top: 40px;
}

.timeline-Header {
  display: none !important;
}

.project-row {
  margin-top: 20px;
}

.mega-menu {
  width: auto;
  background: none;
  margin: 0;
  padding: 0;
  border: 0;
}

@media (min-width: 992px) {
  .mega-menu {
    width: 100%;
    background: none;
    margin: 0;
    padding: 0;
    border: 0;
  }
}

.subnav {
  background: #ffffff;
  border-radius: 5px;
  display: inline-block;
  flex: 0 1 auto;
  flex-direction: column;
  width: 100%;
  font-size: 14px;
  justify-content: center;
  color: #e42426;
  margin: 4px 0;
  min-height: 50px;
  padding: 0px 14px;
  transition: all 300ms ease;
}

@media (min-width: 768px) {
  .subnav {
    background: #FAFAFA;
    border-radius: 5px;
    display: inline-block;
    flex: 0 1 auto;
    flex-direction: column;
    width: 100%;
    font-size: 14px;
    justify-content: center;
    color: #e42426;
    margin: 4px 0;
    min-height: 100px;
    padding: 24px 14px 24px 14px;
    transition: all 300ms ease;
  }
}

.subnav:hover {
  background: #ec1d24;
  text-decoration: none !important;
  color: white;
  cursor: pointer;
  transition: all 300ms ease;
}

.subnav:hover .charge {
  background: #ec1d24;
  color: white;
  cursor: pointer;
  transition: all 300ms ease;
}

.subnav:hover .battery {
  background: #ec1d24;
  color: white;
  cursor: pointer;
  transition: all 300ms ease;
}

.subnav:hover .battery {
  background: url(https://www.samansco.com/wp-content/uploads/2020/06/bat-white.png) no-repeat center scroll;
  transition: .1s all ease-in;
  background-size: cover;
}

.subnav:hover .pumps {
  background: url(https://www.samansco.com/wp-content/uploads/2020/06/water-white.png) no-repeat center scroll;
  transition: .1s all ease-in;
  background-size: cover;
}

.subnav:hover .charge {
  background: url(https://www.samansco.com/wp-content/uploads/2020/06/charge-white.png) no-repeat center scroll;
  transition: .1s all ease-in;
  background-size: cover;
}

.nav-icons {
  display: inline-block;
  height: 30px;
  margin-top: 11px;
  width: 30px;
}

@media (min-width: 768px) {
  .nav-icons {
    display: inline-block;
    height: 50px;
    width: 50px;
  }
}

.mega-nav-content {
  display: inline-block;
  margin-left: 12px;
}

.h1,
h1 {}

.dropdown-heading {
  font-size: 12px;
  letter-spacing: 0.9px;
  display: inline;
  line-height: 14px;
  padding: 0;
  text-transform: uppercase;
  position: absolute;
  bottom: 23%;
  margin-left: 40px;
}

@media (min-width: 768px) {
  .dropdown-heading {
    font-size: 14px;
    letter-spacing: 0.9px;
    display: inline;
    line-height: 16px;
    padding: 0;
    text-transform: uppercase;
    position: absolute;
    bottom: 56px;
    margin-left: 40px;
  }
}

.subnav:hover .panels {
  background: url(https://www.samansco.com/wp-content/uploads/2020/06/solar-white.png) no-repeat center scroll;
  transition: .1s all ease-in;
  background-size: cover;
  display: inline-block;
}

.nav-icons.panels {
  background: url(https://www.samansco.com/wp-content/uploads/2020/06/solar-red.png) no-repeat center scroll;
  background-size: cover;
  transition: .1s all ease-in;
  display: inline-block;
}

.nav-icons.accessories {
  background: url(https://www.samansco.com/wp-content/uploads/2020/06/access-red.png) no-repeat center scroll;
  transition: .1s all ease-in;
  display: inline-block;
  background-size: cover;
}

.nav-icons.pumps {
  background: url(https://www.samansco.com/wp-content/uploads/2020/06/water-red.png) no-repeat center scroll;
  transition: .1s all ease-in;
  display: inline-block;
  background-size: cover;
}

.subnav:hover .accessories {
  background: url(https://www.samansco.com/wp-content/uploads/2020/06/access-white.png) no-repeat center scroll;
  transition: .1s all ease-in;
  display: inline-block;
  background-size: cover;
}

.nav-icons.battery {
  background: url(https://www.samansco.com/wp-content/uploads/2020/06/bat-red.png) no-repeat center scroll;
  transition: .1s all ease-in;
  display: inline-block;
  background-size: cover;
}

.nav-icons.charge {
  background: url(https://www.samansco.com/wp-content/uploads/2020/06/charge-red.png) no-repeat center scroll;
  transition: .1s all ease-in;
  display: inline-block;
  background-size: cover;
}

.nav-icons.inverter {
  background: url(https://www.samansco.com/wp-content/uploads/2020/06/invert-red.png) no-repeat center scroll;
  transition: .1s all ease-in;
  display: inline-block;
  background-size: cover;
}

.subnav:hover .inverter {
  background: url(https://www.samansco.com/wp-content/uploads/2020/06/invert-white.png) no-repeat center scroll;
  transition: all 200ms ease;
  display: inline-block;
  background-size: cover;
}

.contact-lead {
  color: #e42426;
  padding: 90px 0 15px 0;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-heading {
  font-weight: 900;
  letter-spacing: -0.1rem;
  text-transform: capitalize;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 56px;
  margin-top: 15px;
  color: #313437;
}

.contact-sub {
  margin: 0 auto;
  margin-bottom: 50px;
  color: #495057;
  max-width: 580px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  line-height: 2rem;
}

.contact-form {
  background-color: #ffffff;
  padding-top: 20px;
  margin-bottom: 60px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden;
}

.contact-section {}

.contact-section {
  margin-top: 79px;
  margin-bottom: 100px;
}

.contact-label {
  font-weight: 700;
  line-height: 15px;
  font-size: 12px;
  text-transform: uppercase;
  color: #808080;
}

.contact-input {
  width: 100%;
  padding: 9px 20px;
  border: 1px solid #e1e2eb;
  background-color: #fff;
  caret-color: #829ab1;
  height: 49px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 29px;
  line-height: 2.0714285714rem;
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(206, 209, 224, 0.20);
  -moz-box-shadow: inset 0 2px 4px 0 rgba(206, 209, 224, 0.20);
  box-shadow: inset 0 2px 4px 0 rgba(206, 209, 224, 0.20);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 29px;
}

.contact-aside {
  padding: 0px 0px;
  margin: 0 1%;
}

@media (min-width: 992px) {
  .contact-aside {
    padding: 0px 0px;
    margin-left: 50px;
  }
}

.contact-aside h4 {
  color: #313437;
}

.contact-add {
  margin: 0 auto;
  max-width: 580px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  line-height: 2rem;
  margin-bottom: 40px;
}

.contact-add-heading {
  font-weight: 700;
  font-size: 14px;
  color: #313437;
}

.contact-add-text {
  font-size: 12px;
}

.contact-add-text {
  font-size: 16px;
}

.contact-add-container {
  border-bottom: 1px solid rgba(236, 29, 36, 0.3);
  margin-bottom: 39px;
}

.contact-add-container:hover {}

.contact-add-container:hover h5 {}

.contatc-link:hover {
  text-decoration: none;
}

.contatc-link {
  color: grey;
}

.login-section {
  margin: 80px 0 100px 0;
}

.cta-small-head2 {
  text-transform: uppercase;
  color: #ec1d24;
}

.section-heading2 {
  color: rgb(236, 29, 36);
  font-size: 35px;
  text-transform: uppercase;
  width: 100%;
}

@media (min-width: 768px) {
  .section-heading2 {
    color: rgb(236, 29, 36);
    font-size: 35px;
    text-transform: uppercase;
    width: 400px;
  }
}

.about-text2 {
  color: #495057;
  line-height: 28px;
  line-height: 2rem;
}

.products-link-image2 {
  text-transform: uppercase;
  color: rgb(236, 29, 36);
  margin-top: 20px;
}

.red.bold {
  font-weight: bold;
}

.about-text-main {
  color: #495057;
  margin: 0 auto;
  margin-bottom: 50px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  line-height: 2rem;
}

.nav-item.installer {
  position: absolute;
  right: 0;
}

.installer-link {
  background-color: #ec1d24;
  color: white !important;
  /*padding-top: 40px;*/
  transition: all 500ms ease;
  right: 10px;
}

@media (min-width: 992px) {
  .installer-link {
    background-color: #ec1d24;
    color: white !important;
    /*padding-top: 40px;*/
    position: absolute;
    transition: all 500ms ease;
    right: 10px;
  }
}

.contact-item {
  padding-top: 20px !important;
  padding-right: 0px !important;
  padding-bottom: 0;
  padding-left: 0px !important;
  margin-top: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
  margin-left: 0px !important;
}

.contact-text {
  letter-spacing: 0px;
  line-height: 1.7857142857;
}

.contact-add-text2 {
  font-size: 14px;
}

.timeline-header {
  padding-top: 0 !important;
}

.twitter-timeline {
  padding-top: 0 !important;
}

.email {
  text-transform: lowercase;
}

.h1,
h1 {}

.contact-heading.partners {
  width: 100%;
  font-size: 28px;
  color: #777777;
}

@media (min-width: 768px) {
  .contact-heading.partners {
    width: 700px;
    font-size: 28px;
    color: #777777;
  }
}

.brand-image {
  width: 180px;
  margin-bottom: 15px;
}

.less-line {
  line-height: 40px;
}

.image-link.brand-link {
  display: inline;
}

.submit-btn.white-border {
  border: 1px solid white !important;
}

.carousel-image {
  height: 100%;
}

.team-image:hover .team-overlay {
  width: 100%;
  transition: all 1s ease;
  background-color: rgba(228, 36, 38, 0.9);
}

.team-image:hover .overlay-content {
  opacity: 1;
  transition: opacity 2s ease;
  transition-delay: .8s;
}

.about-main {
  text-align: center;
}

@media (min-width: 768px) {
  .about-main {
    text-align: left;
  }
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .5);
  border-color: #e42426;
}

.card-title {
  margin-bottom: .75rem;
  color: #495057;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: .25rem;
}

@media (min-width: 992px) {
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
  }
}

.brands {
  color: #313437;
  background-color: #fff;
  padding: 29px;
  margin: 0px auto 40px auto;
}

@media (min-width: 768px) {
  .brands {
    color: #313437;
    background-color: #fff;
    padding: 0 50px 50px 50px;
    margin: 0px auto 40px auto;
  }
}

.brands a {
  display: block;
  text-align: center;
  padding: 40px 0;
}

@media (max-width:767px) {
  .brands a {
    padding: 30px 0;
  }
}

.brands a img {
  display: inline-block;
  margin: 40px 20px;
  vertical-align: middle;
}

.brand-image.rebel,
.brand-image.arco {
  width: 140px;
}


.slide-caption {
  height: auto;
  width: 550px;
  position: absolute;
  z-index: 1;
  padding: 0px;
  border-radius: 10px;
  text-align: right;
}

.first {
  right: 8%;
  top: 30%;
}

.second {
  right: 8%;
  bottom: 20%;
}

.third {
  right: 8%;
  top: 40%;
}

@media (max-width: 992px) {
  .third {
    right: 8%;
    top: 10%;
  }

  .main-header-image {
    height: 300px;
  }
}

.brand-image.lorentz {
  margin-bottom: 0;
  margin-top: 62px;
}

.team-image {
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 40px;
}

.row.team-row {
  margin-bottom: 100px;
}

.team-overlay {
  height: 100%;
  width: 0px;
  background-color: white;
  z-index: 1;
  transition: all 1s ease;
  cursor: pointer;
}

.overlay-content {
  opacity: 0;
  padding: 40px;
  transition: opacity 0.1s ease;
  text-align: left;
}

.overlay-content h3 {
  color: white;
}

.title-text {
  color: white;
  font-size: 18px;
  font-weight: bold;
}

.overlay-content p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  padding-top: 31px;
  text-align: left;
  text-align-last: left;
}

.slide-caption h3 {
  color: #495057;
}

.nav-logo {
  height: 110px;
  padding: 10px;
}

@media (min-width: 992px) {
  .ssa-image {
    width: 350px;
    margin: 30px;
  }
}

.ssa-image {
  width: 261px;
  margin: 20px 0 42px -20px;
}

.cta-head {
  font-size: 33px;
}

.cta-small-heading {
  font-size: 16px;
}

.category-col {
  margin-bottom: 50px;
}

.compnay-logo-div {
  width: 100%;
  text-align: center;
}

.blog-card {
  margin-bottom: 60px;
}

.blog-text {
  font-size: 14px;
}

.site-link:hover {
  text-decoration: none;
  color: #ec1d24;
}

.proj-col {
  height: 300px;
}

.navbar-toggler {
  margin-right: 2%;
}

.heading-text {
  font-weight: 900;
  letter-spacing: 0.1rem;
  line-height: 56px;
  margin-top: 15px;
  color: #313437;
}

.project-table {
  text-align: left;
  padding: 0px 10px 0px 20px;
}

.site-link {}

.site-link {
  color: #313437;
}

.contact-add2 {
  margin: 0 auto;
  max-width: 580px;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  line-height: 2rem;
  margin-bottom: 40px;
}

.project-sub-image {
  width: 100%;
}

#fixed-social {
  position: fixed;
  top: 130px;
  z-index: 1;
  padding: 0px;
  margin: 0px;
  position: fixed;
  top: 290px;
}

#fixed-social a {
  color: #fff;
  display: block;
  height: 40px;
  position: relative;
  text-align: center;
  line-height: 40px;
  width: 40px;
  margin-bottom: 1px;
  z-index: 1;
}

#fixed-social a:hover>span {
  visibility: visible;
  left: 41px;
  opacity: 1;
}

#fixed-social a span {
  line-height: 40px;
  left: 60px;
  position: absolute;
  text-align: center;
  width: 120px;
  visibility: hidden;
  transition-duration: 0.5s;
  z-index: 1;
  opacity: 0;
  font-family: 'Montserrat';
  font-weight: bold;
}

.fixed-facebook {
  background-color: #00AAE5;
}

.fixed-facebook span {
  background-color: #00AAE5;
}

.fixed-twitter {
  background-color: #1A91DA;
}

.fixed-twitter span {
  background-color: #1A91DA;
}

.fixed-linkedin {
  background-color: #0077B5;
}

.fixed-linkedin span {
  background-color: #0077B5;
}

.fixed-instagram {
  background-color: #ED2B29;
}

.fixed-instagram span {
  background-color: #ED2B29;
}

.fixed-youtube {
  background-color: #FF0000;
}

.fixed-youtube span {
  background-color: #FF0000;
}

.overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.56);
}

.side-overlay {
  height: 100%;
  width: 100%;
  transition: background-color 400ms ease;
}

.side-overlay:hover {
  height: 100%;
  width: 100%;
  background-color: rgba(236, 29, 36, 0.44);
  cursor: pointer;
  transition: background-color 400ms ease;
}


.rotate {
  transform: TRANSLATEY(180DEG);
}

.table td,
.table th {}

.procduct-btn {
  margin: 20px 0 0 0px !important;
}

.no-pad-t {
  padding-top: 70px !important;
}

.projects-image {
  width: 100%;
}

div.wpforms-container-full {
  background-color: #ffffff;
  padding-top: 20px;
  margin-bottom: 60px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden;
}

.wpforms_field {
  width: 100%;
  padding: 9px 20px;
  border: 1px solid #e1e2eb;
  background-color: #fff;
  caret-color: #829ab1;
  height: 49px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 29px;
  line-height: 2.0714285714rem;
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(206, 209, 224, 0.20);
  -moz-box-shadow: inset 0 2px 4px 0 rgba(206, 209, 224, 0.20);
  box-shadow: inset 0 2px 4px 0 rgba(206, 209, 224, 0.20);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 29px;
}


div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
  max-width: 100%;
  padding: 9px 20px;
  border: 1px solid #e1e2eb;
  background-color: #fff;
  caret-color: #829ab1;
  height: 49px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 29px;
  line-height: 2.0714285714rem;
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(206, 209, 224, 0.20);
  -moz-box-shadow: inset 0 2px 4px 0 rgba(206, 209, 224, 0.20);
  box-shadow: inset 0 2px 4px 0 rgba(206, 209, 224, 0.20);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 29px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-weight: 700;
  line-height: 15px;
  font-size: 12px;
  text-transform: uppercase;
  color: #808080;
}

body #installer-link {
  padding: 22px !important;
}

#products img {
  max-width: 100px;
  width: 100%;
}

#learn-more-home {
  background-image: url(https://www.samansco.com/wp-content/uploads/2020/06/chazanga-main-comp-6.jpg);
  background-size: cover;
  height: 520px;
  width: 100%;
  position: relative;
  padding: 12rem 4rem;
}

#learn-more-home:before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

div#learn-more-home h3 {
  color: #fff;
  font-size: 3.5rem;
  text-transform: none;
font-weight: bold;
}

#learn-more-home a {
  border-radius: 30px;
  font-size: 1.3rem;
  color: #fff;
      border-color: #f8f9fa;
    padding: 0.775rem .75rem;
}

#learn-more-home a:hover {
  background: #ec1e23;
}

.navi {
  box-shadow: 0px -1px 5px 1px #000;
}

#carousel-1 .carousel-item.active:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgb(255 255 255 / 20%);
  left: 0;
  top: 0;
}

@media (max-width: 992px) {
  div#learn-more-home h3 {
    font-size: 2rem;
  }

  #learn-more-home {
    padding: 7rem 0rem;
  }
}

@media (max-width:600px) {
  #carousel-1 .carousel-inner {
    height: calc(100vh - 470px);
    max-height: 300px;
  }

  #carousel-1 .carousel-item {
    background-image: url(https://www.samansco.com/wp-content/uploads/2020/07/imagen-de-stock-samansco.png);
    background-size: cover;
    height: 100%;
  }

  #carousel-1 .carousel-image {
    display: none !important;
  }

  #carousel-1 .third {
    width: 300px;
    position: relative;
    right: 0;
    padding: 10px 5px;
    text-align: center;
    margin: 0 auto;
  }

  #carousel-1 .third h2 {
    font-size: 1.6rem;
  }

  #learn-more-home {
    padding: 4rem 0rem;
  }

  #learn-more-home h3 {
    margin: 30px 0px;
  }
}

@media (max-width:375px) {
  #carousel-1 .carousel-inner {
    height: calc(100vh - 60vh);
  }
}

@media (max-width:320px) {
  #carousel-1 .carousel-inner {
    height: calc(100vh - 290px);
  }
}

@media (max-width:600px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 5px 10px;
  }
}

.menu-social-icons li {
  float: left;
  margin-right: 14px;
  position: relative;
  list-style: none !important;
}

.menu-social-icons li a:focus {
  outline: none;
}

.menu-social-icons li a {
  display: block;
}

.menu-social-icons li a:hover .circle {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.menu-social-icons li a:focus {
  text-decoration: none;
}

.menu-social-icons i {
  position: relative;
  z-index: 2;
  font-style: normal;
  font-size: 16px;
  background-color: #252525;
  color: #FFF;
  border-radius: 100%;
  line-height: 28px;
  text-align: center;
}

.menu-social-icons .ico-twitter {
  display: block;
  width: 28px;
  height: 28px;
}

.menu-social-icons .ico-twitter:before {
  content: "\f099";
  font-family: FontAwesome;
}

.menu-social-icons .ico-facebook {
  display: block;
  width: 28px;
  height: 28px;
}

.menu-social-icons .ico-facebook:before {
  content: "\f09a";
  font-family: FontAwesome;
}

.menu-social-icons .ico-pinterest {
  display: block;
  width: 28px;
  height: 28px;
}

.menu-social-icons .ico-pinterest:before {
  content: "\f0d2";
  font-family: FontAwesome;
}

.menu-social-icons .ico-google-plus {
  display: block;
  width: 28px;
  height: 28px;
}

.menu-social-icons .ico-google-plus:before {
  content: "\f0d5";
  font-family: FontAwesome;
}

.menu-social-icons .ico-envelope {
  display: block;
  width: 28px;
  height: 28px;
}

.menu-social-icons .ico-envelope:before {
  content: "\f003";
  font-family: FontAwesome;
}

.menu-social-icons .ico-skype {
  display: block;
  width: 28px;
  height: 28px;
}

.menu-social-icons .ico-skype:before {
  content: "\f17e";
  font-family: FontAwesome;
}

.menu-social-icons .ico-instagram {
  display: block;
  width: 28px;
  height: 28px;
}

.menu-social-icons .ico-instagram:before {
  content: "\f16d";
  font-family: FontAwesome;
}

.menu-social-icons .ico-linkedin {
  display: block;
  width: 28px;
  height: 28px;
}

.menu-social-icons .ico-linkedin:before {
  content: "\f0e1";
  font-family: FontAwesome;
}

@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.menu-social-icons .circle {
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 1;
  -webkit-transform: scale(0.7, 0.7);
  -o-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.product-information .menu-social-icons {
  float: left;
  width: 100%;
}

.menu-social-icons {
  display: inline-block;
  padding: 0;
  margin: 10px 0px;
}

nav.woocommerce-breadcrumb {
  font-weight: 500;
}

span.delimeter {
  margin: 5px;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.woocommerce-loop-product__title {
  font-weight: 500;
  font-size: 14px;
  color: #000;
  margin: 0 0 15px;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  text-align: center;
}

.products.row li {
  list-style: none;
}

.products.row li.first {
  right: 0;
  top: 0;
}

span.onsale {
  display: none;
}

img.attachment-shop_thumbnail.img-thumbnail.wp-post-image {
  border: none;
}