@font-face {
  font-family: 'Roca Bold';
  src: url('https://1664077.fs1.hubspotusercontent-na1.net/hubfs/1664077/eco_portal_april_2024/fonts/Roca-Bold.eot');
  src: url('https://1664077.fs1.hubspotusercontent-na1.net/hubfs/1664077/eco_portal_april_2024/fonts/Roca-Bold.eot?#iefix') format('embedded-opentype'),
    url('https://1664077.fs1.hubspotusercontent-na1.net/hubfs/1664077/eco_portal_april_2024/fonts/Roca-Bold.woff') format('woff'),
    url('https://1664077.fs1.hubspotusercontent-na1.net/hubfs/1664077/eco_portal_april_2024/fonts/Roca-Bold.ttf') format('truetype'),
    url('https://1664077.fs1.hubspotusercontent-na1.net/hubfs/1664077/eco_portal_april_2024/fonts/Roca-Bold.svg#Roca-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.modules h2 {
    font-family: 'Roca Bold' !important;
    font-weight: 700 !important;
}

/*
.welcome__text h1 {
  font-family: 'Roca Bold' !important;
  font-weight: 700 !important;
}

*/
.modulePopup .cover p {
  margin-bottom: 15px !important;
  opacity: 1 !important;
}
.modulePopup  .cover .btn-text {
  opacity: 1 !important;
  font-size: 16px!important;
  line-height: 42px !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: inline-block !important;
  font-family: 'Lato', sans-serif !important;
  font-weight: 600 !important;
  border-radius: 29px !important;
  background-color: #53C351 !important;
  color: #fff !important;
}
.modulePopup .cover .icon {
  height: 30px !important;
  margin-bottom: 5px !important;
}
.modulePopup .summary h6, .modulePopup .paragraph h6{
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px; 
}
.modulePopup .cover .text {
  border-bottom: 0 !important;
  padding-bottom: 15px;
}
.modulePopup .cover .cta {
  border-top: 1px solid #DCDFE2 !important;
}


@import url("https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('/eco_portal_april_2024/fonts');
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


/*
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #F5F5F5 !important;
  padding: 0;
/*  background-image: url(https://www.ecoportal.com/hubfs/top-bg-img.png), url(https://www.ecoportal.com/hubfs/midd-bg-img.png); */
/*  background-position: top right, 0 1200px;
  background-repeat: no-repeat, no-repeat;
}

@media (max-width: 1366px) {
  body {
    background-size: 550px, auto;
  }
}

@media (max-width: 991px) {
  body {
    background-size: 300px, 450px;
    background-position: top right, 0 780px;
  }
}

@media (max-width: 575px) {
  body {
    background-size: 150px, 110px;
    background-position: 100% 0, 0 1160px;
  }
}

img {
  max-width: 100%;
}

#Outer {
  width: 100%;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1130px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

.header {
  width: 100%;
  padding: 20px 0;
  position: relative;
}

@media (max-width: 991px) {
  .header {
    padding: 10px 0;
  }
}

.header .container {
  max-width: 1540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .header .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* widget container */ /*
.environmental-page .body-container-wrapper .widget-type-widget_container {
  overflow: hidden;
}

.header__menuBtn {
  top: 25px;
  border: 0;
  outline: 0;
  left: 15px;
  padding: 0;
  display: none;
  cursor: pointer;
  position: absolute;
  background-color: transparent;
  z-index: 3;
}

.header__menuBtn:after {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header__menuBtn.active {
  position: fixed;
}

.header__menuBtn.active:after {
  display: block;
  left: 280px;
  visibility: visible;
}

@media (max-width: 991px) {
  .header__menuBtn {
    display: block;
  }
}

.header__logo {
  min-height: 52px;
  padding-top: 4px;
}

.header__logo img {
  width: 182px;
}

.header__menu {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .header__menu {
    position: fixed;
    top: 0;
    z-index: 2;
    left: -280px;
    width: 280px;
    height: 100%;
    display: block;
    overflow: auto;
    padding: 80px 15px 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #53C351;
  }
  .header__menu.show {
    left: 0;
  }
}

.header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

@media (max-width: 991px) {
  .header__menu ul {
    display: block;
  }
}

.header__menu ul li:not(:last-child) {
  margin-right: 45px;
}

@media (max-width: 1400px) {
  .header__menu ul li:not(:last-child) {
    margin-right: 20px;
  }
}

@media (max-width: 991px) {
  .header__menu ul li:not(:last-child) {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .header__menu ul li {
    margin-bottom: 15px;
  }
}

.header__menu ul li a {
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #323641;
}

@media (max-width: 1400px) {
  .header__menu ul li a {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .header__menu ul li a {
    color: #fff;
    font-size: 16px;
  }
}

.header__menu ul li a:hover {
  color: #31AB69;
}

@media (max-width: 991px) {
  .header__menu ul li a:hover {
    color: #404040;
  }
}

.header__menu .cta {
  margin-left: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1400px) {
  .header__menu .cta {
    margin-left: 100px;
  }
}

@media (max-width: 1199px) {
  .header__menu .cta {
    margin-left: 50px;
  }
}

@media (max-width: 991px) {
  .header__menu .cta {
    display: block;
    margin-left: 0;
    padding-top: 20px;
  }
}

.header__menu .cta .btn-primary {
  width: 158px;
  cursor: pointer;
  line-height: 29px;
  margin-right: 14px;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  border-radius: 20px;
  font-size: 15px;
  color: #001509;
  border: 2px solid #fff;
  background-color: #fff;
  letter-spacing: -0.015em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .header__menu .cta .btn-primary {
    width: 100%;
  }
}

.header__menu .cta .btn-primary:hover {
  border-color: #DCDFE2;
  background-color: #DCDFE2;
}

.header__menu .cta .btn-primary:focus {
  background-color: #31AB69;
  border-color: #31AB69;
  color: #fff;
}

.header__menu .cta .btn-outline-primary {
  cursor: pointer;
  width: 158px;
  line-height: 29px;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  border-radius: 20px;
  font-size: 15px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid #fff;
  background-color: transparent;
  letter-spacing: -0.015em;
}

@media (max-width: 991px) {
  .header__menu .cta .btn-outline-primary {
    width: 100%;
    margin-top: 15px;
  }
}

.header__menu .cta .btn-outline-primary:hover {
  border-color: #DCDFE2;
  background-color: #DCDFE2;
  color: #001509;
}

.header__menu .cta .btn-outline-primary:focus {
  background-color: #31AB69;
  border-color: #31AB69;
  color: #fff;
}

.welcome {
  padding: 156px 0 87px;
}

@media (max-width: 991px) {
  .welcome {
    padding: 80px 0 80px;
  }
}

.welcome__text {
  width: 100%;
  max-width: 604px;
}

@media (max-width: 991px) {
  .welcome__text {
    max-width: 450px;
  }
}

.welcome__text h1 {
  margin: 0 0 19px;
  line-height: 56px;
  font-family: 'Roca', serif;
  font-weight: heavy;  
  font-size: 56px;
  color: #182633;
}

@media (max-width: 1366px) {
  .welcome__text h1 {
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .welcome__text h1 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .welcome__text h1 {
    font-size: 26px;
  }
}

.header-container .container-fluid {
  padding:opx;
}


.welcome__text p {
  margin: 0;
  line-height: 32px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #182633;
}

@media (max-width: 991px) {
  .welcome__text p {
    font-size: 16px;
    line-height: 24px;
  }
}

.services {
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  .services {
    padding-bottom: 100px;
  }
}

.services h3 {
  margin: 0 0 25px;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #182633;
}

@media (max-width: 991px) {
  .services h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.services .slick-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.services .slick-slider .slick-list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.services .slick-slider .slick-arrow {
  top: 30px;
  z-index: 1;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #31AB69;
  display: none !important;
}

@media (max-width: 575px) {
  .services .slick-slider .slick-arrow {
    display: block !important;
  }
}

.services .slick-slider .slick-arrow:before {
  display: none;
}

.services .slick-slider .slick-arrow.slick-prev {
  left: 0px;
  background-image: url(https://www.ecoportal.com/hubfs/arrow-prev.png);
}

.services .slick-slider .slick-arrow.slick-next {
  right: 0px;
  background-image: url(https://www.ecoportal.com/hubfs/arrow-next.png);
}

.services .slick-slider .slick-dots {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  bottom: 0;
  margin-bottom: 43px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  overflow: hidden;
  position: inherit;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border: 1px solid #DCDFE2;
  background-color: #E6E9ED;
  border-radius: 61px;
}

@media (max-width: 991px) {
  .services .slick-slider .slick-dots {
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .services .slick-slider .slick-dots {
    display: none !important;
  }
}

.services .slick-slider .slick-dots li {
  width: auto;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin: 0;
  position: relative;
}

.services .slick-slider .slick-dots li:not(:last-child):after {
  width: 1px;
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 0;
  display: block;
  content: '';
  background-color: #DCDFE2;
}

.services .slick-slider .slick-dots li button {
  padding: 0;
  width: 100%;
  position: relative;
  -webkit-transition: .6s;
  transition: .6s;
  height: 60px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-size: 0;
  color: #182633;
}

@media (max-width: 1366px) {
  .services .slick-slider .slick-dots li button {
    height: 48px;
  }
}

.services .slick-slider .slick-dots li button::before {
  display: none;
}

.services .slick-slider .slick-dots li button:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 60px;
  font-size: 18px;
}

@media (max-width: 1366px) {
  .services .slick-slider .slick-dots li button:after {
    font-size: 15px;
    line-height: 48px;
  }
}

@media (max-width: 767px) {
  .services .slick-slider .slick-dots li button:after {
    font-size: 13px;
  }
}

.services .slick-slider .slick-dots li button:hover {
  background-color: #DCDFE2;
}

.services .slick-slider .slick-dots li:nth-child(1) button:after {
  content: 'Incident Reporting';
}

.services .slick-slider .slick-dots li:nth-child(2) button:after {
  content: 'Hazards & Risks';
}

.services .slick-slider .slick-dots li:nth-child(3) button:after {
  content: 'Actions';
}

.services .slick-slider .slick-dots li:nth-child(4) button:after {
  content: 'Audits & Inspections';
}

.services .slick-slider .slick-dots li:nth-child(5) button:after {
  content: 'Contractor Management';
}

.services .slick-slider .slick-dots li.slick-active:after {
  background-color: #31AB69;
}

.services .slick-slider .slick-dots li.slick-active button {
  color: #fff;
  background-color: #4B8152;
}

.services .item .title {
  display: none;
  width: 100%;
  background-color: #31AB69;
  line-height: 60px;
  margin-bottom: 15px;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  border-radius: 30px;
  font-size: 18px;
  color: #fff;
}

@media (max-width: 575px) {
  .services .item .title {
    display: block;
  }
}

.services .item .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 575px) {
  .services .item .row {
    margin-left: 0;
    margin-right: 0;
    background-color: #fff;
    padding: 15px;
    border-radius: 12px;
  }
}

.services .item .row > div {
  padding-left: 14px;
  padding-right: 14px;
  width: 100%;
}

@media (max-width: 575px) {
  .services .item .row > div {
    padding-left: 0;
    padding-right: 0;
  }
}

.services .item .row .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
}

@media (max-width: 991px) {
  .services .item .row .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
}

@media (max-width: 575px) {
  .services .item .row .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 15px;
  }
}

.services .item .row .text .icon {
  display: block;
  margin-bottom: 10px;
}

.services .item .row .text h3 {
  margin: 0 0 5px;
  line-height: 34px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  text-align: left;
  font-size: 20px;
  color: #182633;
}

.services .item .row .text p {
  margin: 0;
  line-height: 28px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #182633;
}

.services .item .row .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66%;
          flex: 0 0 66.66%;
  max-width: 66.66%;
}

@media (max-width: 991px) {
  .services .item .row .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
}

@media (max-width: 575px) {
  .services .item .row .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.services .item .row .img img {
  width: 100%;
}

.services .note {
  display: block;
  text-align: center;
  margin: 51px 0 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #182633;
}

@media (max-width: 991px) {
  .services .note {
    margin: 30px 0 15px;
    font-size: 16px;
  }
}

.services .arrowDown {
/*  display: block; */  /*
  width: 46px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .services .arrowDown {
    width: 30px;
  }
}
 */
.modules {
  padding: 0px 0 0;
  position: relative;
  background-color: #35693a;
}

@media (max-width: 991px) {
  .modules {
    padding-top: 0;
  }
}
/*
.modules::before {
  left: -20px;
  content: '';
  width: 110vw;
  /* z-index: -1; */
  top: -100px;
  height: 300px;
  position: absolute;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
/*  background-color: #182633;  
} 
*/
.modules > div {
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .modules::before {
    top: -60px;
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
}
/*
.modules::after {
  left: -20px;
  content: '';
  width: 110vw;
  bottom: -100px;
  height: 300px;
  position: absolute;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
/*  background-color: #182633; */
}
*/
@media (max-width: 991px) {
  .modules::after {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
    bottom: -50px;
  }
}

.modules h2 {
  margin: 0 0 60px;
  line-height: 46px;
  font-family: 'Roca', serif;
 font-weight:  heavy;  
  font-size: 44px;
  color: #fff;
}

@media (max-width: 1366px) {
  .modules h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 35px;
  }
}

@media (max-width: 991px) {
  .modules h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 35px;
  }
}
/*
.modules .search {
  width: 100%;
  position: relative;
  margin-bottom: 27px;
}

.modules .search__btn {
  top: 0;
  left: 0;
  border: 0;
  outline: 0;
  width: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: transparent;
}

@media (max-width: 1366px) {
  .modules .search__btn {
    width: 42px;
  }
}

.modules .search .form-control {
  outline: 0;
  width: 100%;
  height: 60px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 25px 0 53px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  border-radius: 63px;
  background-color: transparent;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
}

@media (max-width: 1366px) {
  .modules .search .form-control {
    height: 42px;
    font-size: 15px;
  }
}

.modules .search .form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.modules .search .form-control:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.modules .search .form-control::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.modules .search .form-control::placeholder {
  color: #fff;
  opacity: 1;
}

.modules .search .form-control:-ms-input-placeholder {
  color: #fff;
}

.modules .search .form-control::-ms-input-placeholder {
  color: #fff;
}

.modules .search .form-control:hover {
  border-color: #31AB69;
}

.modules .search .form-control:focus {
  border-color: #31AB69;
}

.modules .search .form-control:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 1;
}

.modules .search .form-control:focus:-ms-input-placeholder {
  color: transparent;
  opacity: 1;
}

.modules .search .form-control:focus::-ms-input-placeholder {
  color: transparent;
  opacity: 1;
}

.modules .search .form-control:focus::placeholder {
  color: transparent;
  opacity: 1;
}

.modules .search .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.modules .search .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.modules .search .form-control:focus + button svg path {
  fill: #58758F;
}
*/
.modules__tabs {
  width: 100%;
}

.modules__tabs .subtitle {
  cursor: text;
  display: block; 
  margin-bottom: 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}

@media (max-width: 1366px) {
  .modules__tabs .subtitle {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .modules__tabs .subtitle {
  display: none;  
  }
}

.modules__tabs .mobileFilter {
/*  display: none; */
  text-align: center;
  padding-bottom: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #53C351;
}

@media (max-width: 575px) {
  .modules__tabs .mobileFilter {
    display: block;
  }
}

.modules__tabs .tab {
  list-style: none;
  padding-left: 0;
  margin: 0 -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 70px;
}

@media (max-width: 575px) {
  .modules__tabs .tab {
    padding-bottom: 40px;
  }
  .modules__tabs .tab.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.modules__tabs .tab li {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 0 4px;
}

@media (max-width: 575px) {
  .modules__tabs .tab li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .modules__tabs .tab li:not(:last-child) {
    margin-bottom: 12px;
  }
}

.modules__tabs .tab__btn {
  width: 100%;
  outline: 0;
  cursor: pointer;
  line-height: 40px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  border-radius: 45px;
  background-color:#4B8152;
  border: 0px solid #fff;
  font-size: 20px;
  color: #fff;
}

@media (max-width: 1366px) {
  .modules__tabs .tab__btn {
    line-height: 36px;
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .modules__tabs .tab__btn {
    line-height: 38px;
  }
}

.modules__tabs .tab__btn:hover {
  border-color: #31AB69;
}

.modules__tabs .tab__btn.active {
  background-color: #D6A329;
  border-color: #D6A329;
  color: #343935;
}

.modules__tabs .content {
  width: 100%;
}

.modules__tabs .content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.modules__tabs .content .row .box {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.modules__tabs .content .row .box.active {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (max-width: 767px) {
  .modules__tabs .content .row .box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 575px) {
  .modules__tabs .content .row .box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.modules__tabs .content .row .box.active .cover {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
}

.modules__tabs .content .row .box.active .cover h3, .modules__tabs .content .row .box.active .cover p {
  color: #182633;
}

.modules__tabs .content .row .box.active .cover .btn-text {
  opacity: 1;
}

.modules__tabs .content .row .box .cover {
  padding: 15px;
  border-radius: 12px;
  -webkit-transition: .3s;
  transition: .3s;
  min-height:257px;
/*  background-color:#488152; */
  
}

@media (min-width: 991px) {
/*  .modules__tabs .content .row .box .cover:hover {
    background-color: #ffffff3b;
    -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
  }
  .modules__tabs .content .row .box .cover:hover h3, .modules__tabs .content .row .box .cover:hover p {
    color: #182633;
  }
  .modules__tabs .content .row .box .cover:hover .btn-text {
    opacity: 1;  
  } */
} 

.modules__tabs .content .row .box .cover .icon {
  height: 65px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .modules__tabs .content .row .box .cover .icon {
    height: 20px;
  }
}

@media (max-width: 767px) {
  .modules__tabs .content .row .box .cover .icon {
    height: 25px;
  }
}

.modules__tabs .content .row .box .cover h3 {
  -webkit-transition: .3s;
  transition: .3s;
  margin: 0 0 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}

@media (max-width: 991px) {
  .modules__tabs .content .row .box .cover h3 {
    font-size: 16px;
  }
}

.modules__tabs .content .row .box .cover p {
  margin: 0;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 26px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  overflow: hidden;  
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height:78px;
}

.modules__tabs .content .row .box .cover .btn-text {
  border: 0;
  padding: 0;
  outline: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  margin-top: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  background-color: transparent;
  font-size: 16px;
  color: #d6a329;
}

@media (min-width: 991px) {
  .modules__tabs .content .row .box .cover .btn-text {
    opacity: 1;
  }
}

.modules__tabs .content .row .box .cover .btn-text img {
  width: 6px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
}

.modules .imgBottom {
  top: 100%;
  right: 0;
  z-index: 1;
  content: '';
  width: 1680px;
  min-height: 300px;
  display: block;
  margin-top: -15px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: top right;
  background-image: url(https://1664077.fs1.hubspotusercontent-na1.net/hubfs/1664077/modules%20image%203.png);
}

@media (max-width: 1800px) {
  .modules .imgBottom {
    margin-top: 12px;
  }
}

@media (max-width: 1700px) {
  .modules .imgBottom {
    margin-top: 15px;
  }
}

@media (max-width: 1500px) {
  .modules .imgBottom {
    margin-top: 20px;
  }
}

@media (max-width: 1366px) {
  .modules .imgBottom {
    margin-top: 25px;
  }
}

@media (max-width: 991px) {
  .modules .imgBottom {
    margin-top: -15px;
  }
}

@media (max-width: 575px) {
  .modules .imgBottom {
    margin-top: 0;
    width: 100%;
    background-size: 100% auto;
  }
}

.modulePopup {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: none;
  padding: 105px;
  overflow: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: fixed;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  scrollbar-width: 4px;
  scrollbar-track-color: transparent;
}

@media (max-width: 767px) {
  .modulePopup {
   padding: 15px;
  }
  }
  
  
.modulePopup.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modulePopup::-webkit-scrollbar {
  width: 4px;
}

.modulePopup::-webkit-scrollbar-track {
  background: transparent;
}

.modulePopup::-webkit-scrollbar-thumb {
  background: #53C351;
}

.modulePopup .cover {
  width: 100%;
  padding: 15px;
  max-width: 444px;
  position: relative;
  border-radius: 12px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
}

.modulePopup .cover .close {
  top: 22px;
  border: 0;
  padding: 0;
  outline: 0;
  right: 18px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  background-color: transparent;
}

.modulePopup .cover .icon {
  height: 30px;
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .modulePopup .cover .icon {
    height: 20px;
  }
}

@media (max-width: 767px) {
  .modulePopup .cover .icon {
    height: 25px;

  }
}

.modulePopup .cover h4 {
  -webkit-transition: .3s;
  transition: .3s;
  margin: 0 0 5px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #182633;
}

@media (max-width: 1366px) {
  .modulePopup .cover h4 {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .modulePopup .cover h4 {
    font-size: 16px;
  }
}

.modulePopup .cover p {
  margin: 0;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 26px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #182633;
}

@media (max-width: 1366px) {
  .modulePopup .cover p {
    font-size: 15px;
  }
}

.modulePopup .cover .img {
  width: 100%;
  margin: 20px 0 14px;
}

.modulePopup .cover .img img {
  width: 100%;
}

.modulePopup .cover .text {
  border-bottom: 1px solid #DCDFE2;
  padding-bottom: 15px;
}

.modulePopup .cover .text ul {
  list-style: none;
  padding-left: 0;
  margin: 0 -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.modulePopup .cover .text ul li {
  padding: 4px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  line-height: 26px;
  font-size: 15px;
  color: #182633;
}

@media (max-width: 575px) {
  .modulePopup .cover .text ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.modulePopup .cover .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modulePopup .cover .cta .btn-text {
  border: 0;
  padding: 0;
  outline: 0;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  width: 100%;
  margin-top: 16px;
  max-width: 218px;
  line-height: 57px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  border-radius: 29px;
  background-color: #53C351;
  font-size: 20px;
  color: #fff;
}

@media (max-width: 1366px) {
  .modulePopup .cover .cta .btn-text {
    font-size: 16px;
    line-height: 42px;
  }
}

.modulePopup .cover .cta .btn-text img {
  width: 6px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
}

/*
.configurable {
  padding: 300px 0 250px;
  position: relative;
  background-image: url(https://www.ecoportal.com/hubfs/configur-bg-img1.png);
  background-position: calc(50% - 200px) 650px;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .configurable {
    padding: 150px 0 120px;
    background-size: 700px;
    background-position: calc(50% - 60px) 550px;
  }
}

@media (max-width: 575px) {
  .configurable {
    background-image: none;
  }
}

.configurable .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -50px;
  margin-right: -50px;
}

.configurable .row > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}

@media (max-width: 575px) {
  .configurable .row > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.configurable .row .text {
  padding-top: 50px;
}

@media (max-width: 575px) {
  .configurable .row .text {
    padding-top: 0;
    margin-bottom: 20px;
  }
}

.configurable .row .text h2 {
  margin: 0 0 20px;
  line-height: 46px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #182633;
}

@media (max-width: 1366px) {
  .configurable .row .text h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .configurable .row .text h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}

.configurable .row .text p {
  margin: 0 0 15px;
  line-height: 28px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #182633;
}

.configurable .row .form__cover {
  background-color: #fff;
  border-radius: 0 0 16px 16px;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.configurable .row .form__cover img {
  width: 100%;
  display: block;
}

.configurable .row .form__cover .content {
  padding: 30px;
}

@media (max-width: 991px) {
  .configurable .row .form__cover .content {
    padding: 15px;
  }
}

.configurable .row .form__cover .content .form-group {
  width: 100%;
}

.configurable .row .form__cover .content .form-group:not(:last-child) {
  margin-bottom: 25px;
}

@media (max-width: 1366px) {
  .configurable .row .form__cover .content .form-group:not(:last-child) {
    margin-bottom: 15px;
  }
}

.configurable .row .form__cover .content .form-group:last-child {
  padding-top: 27px;
}

@media (max-width: 1366px) {
  .configurable .row .form__cover .content .form-group:last-child {
    padding-top: 20px;
  }
}

@media (max-width: 991px) {
  .configurable .row .form__cover .content .form-group:last-child {
    padding-top: 10px;
  }
}

.configurable .row .form__cover .content .form-group .form-control {
  outline: 0;
  width: 100%;
  height: 70px;
  padding: 0 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  border-radius: 6px;
  border: 2px solid #DCDFE2;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 16px;
  color: #182633;
}

@media (max-width: 1366px) {
  .configurable .row .form__cover .content .form-group .form-control {
    height: 52px;
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .configurable .row .form__cover .content .form-group .form-control {
    height: 42px;
  }
}

.configurable .row .form__cover .content .form-group .form-control::-webkit-input-placeholder {
  color: #182633;
  opacity: 1;
}

.configurable .row .form__cover .content .form-group .form-control:-ms-input-placeholder {
  color: #182633;
  opacity: 1;
}

.configurable .row .form__cover .content .form-group .form-control::-ms-input-placeholder {
  color: #182633;
  opacity: 1;
}

.configurable .row .form__cover .content .form-group .form-control::placeholder {
  color: #182633;
  opacity: 1;
}

.configurable .row .form__cover .content .form-group .form-control:-ms-input-placeholder {
  color: #182633;
}

.configurable .row .form__cover .content .form-group .form-control::-ms-input-placeholder {
  color: #182633;
}

.configurable .row .form__cover .content .form-group .form-control:hover {
  border-color: #53C351;
}

.configurable .row .form__cover .content .form-group .form-control:focus {
  border-color: #53C351;
}

.configurable .row .form__cover .content .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}

.configurable .row .form__cover .content .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}

.configurable .row .form__cover .content .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}

.configurable .row .form__cover .content .form-group .form-control:focus::placeholder {
  color: transparent;
  opacity: 0;
}

.configurable .row .form__cover .content .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.configurable .row .form__cover .content .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.configurable .row .form__cover .content .form-group .btn-primary {
  border: 0;
  outline: 0;
  width: 100%;
  cursor: pointer;
  line-height: 76px;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  background-color: #53C351;
  border-radius: 54px;
  font-size: 16px;
  color: #fff;
}

@media (max-width: 1366px) {
  .configurable .row .form__cover .content .form-group .btn-primary {
    font-size: 15px;
    line-height: 52px;
  }
}

@media (max-width: 1366px) {
  .configurable .row .form__cover .content .form-group .btn-primary {
    line-height: 42px;
  }
}

.features {
  position: relative;
  padding: 50px 0 100px;
  z-index: 1;
  background-color: #fff;
}

@media (max-width: 1366px) {
  .features {
    padding-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .features {
    padding: 15px 0 0;
  }
}

@media (max-width: 575px) {
  .features {
    padding: 80px 0 0;
  }
}
/*
.features::before {
  left: -20px;
  content: '';
  width: 110vw;
  top: -100px;
  height: 300px;
  position: absolute;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
  background-color: #fff;
} *//*
.features > div {
  position: relative;
  z-index: 1;
} 

@media (max-width: 991px) {
  .features::before {
    top: -50px;
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
}

@media (max-width: 575px) {
  .features::before {
    background-color: transparent;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    background-image: url(https://www.ecoportal.com/hubfs/configur-bg-img.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}

.features h2 {
  margin: 0 0 70px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #182633;
}

@media (max-width: 1366px) {
  .features h2 {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .features h2 {
    font-size: 26px;
    margin-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .features h2 {
    margin-bottom: 30px;
  }
}

.features .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -21px;
  margin-right: -21px;
}

@media (max-width: 991px) {
  .features .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.features .row > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
  width: 100%;
  padding-left: 21px;
  padding-right: 21px;
}

@media (max-width: 991px) {
  .features .row > div {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .features .row > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 575px) {
  .features .row > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.features .box {
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .features .box {
    margin-bottom: 30px;
  }
}

.features .box img {
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .features .box img {
    width: 30px;
  }
}

.features .box h3 {
  margin: 0 0 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #182633;
}

@media (max-width: 991px) {
  .features .box h3 {
    font-size: 18px;
  }
}

.features .box p {
  margin: 0;
  line-height: 28px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #182633;
}

.noResult {
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: none;
  overflow: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: fixed;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
}

.noResult.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.noResult__cover {
  width: 100%;
  padding: 45px;
  margin: 0 auto;
  max-width: 692px;
  position: relative;
  text-align: center;
  border-radius: 16px;
  background-color: #fff;
}

@media (max-width: 1366px) {
  .noResult__cover {
    max-width: 500px;
    padding: 20px;
  }
}

.noResult__cover .close {
  top: 24px;
  border: 0;
  outline: 0;
  padding: 0;
  right: 24px;
  cursor: pointer;
  position: absolute;
  background-color: transparent;
}

@media (max-width: 1366px) {
  .noResult__cover .close {
    top: 20px;
    right: 20px;
  }
}

@media (max-width: 767px) {
  .noResult__cover .close {
    top: 10px;
    right: 10px;
  }
}

.noResult__cover .close img {
  display: block;
}

@media (max-width: 1366px) {
  .noResult__cover .close img {
    width: 15px;
  }
}

.noResult__cover .mainImg {
  margin-bottom: 27px;
}

.noResult__cover h5 {
  margin: 0 0 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #182633;
}

@media (max-width: 1366px) {
  .noResult__cover h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.noResult__cover p {
  margin: 0 0 50px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #182633;
}

@media (max-width: 1366px) {
  .noResult__cover p {
    font-size: 15px;
    margin-bottom: 30px;
  }
}

.noResult__cover .btn-primary {
  border: 0;
  outline: 0;
  width: 100%;
  cursor: pointer;
  line-height: 76px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  border-radius: 64px;
  background-color: #53C351;
  font-size: 20px;
  color: #fff;
}

@media (max-width: 1366px) {
  .noResult__cover .btn-primary {
    font-size: 15px;
    line-height: 42px;
  }
}

.noResult__cover .form .form-group {
  width: 100%;
  margin-bottom: 19px;
}

@media (max-width: 1366px) {
  .noResult__cover .form .form-group {
    margin-bottom: 15px;
  }
}

.noResult__cover .form .form-group:last-child {
  margin-bottom: 50px;
}

@media (max-width: 1366px) {
  .noResult__cover .form .form-group:last-child {
    margin-bottom: 30px;
  }
}

.noResult__cover .form .form-group .form-control {
  outline: 0;
  width: 100%;
  height: 70px;
  padding: 0 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  border: 2px solid #53C351;
  border-radius: 6px;
  font-size: 16px;
  color: #182633;
}

@media (max-width: 1366px) {
  .noResult__cover .form .form-group .form-control {
    font-size: 15px;
    height: 42px;
  }
}

.noResult__cover .form .form-group .form-control::-webkit-input-placeholder {
  color: #182633;
  opacity: 1;
}

.noResult__cover .form .form-group .form-control:-ms-input-placeholder {
  color: #182633;
  opacity: 1;
}

.noResult__cover .form .form-group .form-control::-ms-input-placeholder {
  color: #182633;
  opacity: 1;
}

.noResult__cover .form .form-group .form-control::placeholder {
  color: #182633;
  opacity: 1;
}

.noResult__cover .form .form-group .form-control:-ms-input-placeholder {
  color: #182633;
}

.noResult__cover .form .form-group .form-control::-ms-input-placeholder {
  color: #182633;
}

.noResult__cover .form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}

.noResult__cover .form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}

.noResult__cover .form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}

.noResult__cover .form .form-group .form-control:focus::placeholder {
  color: transparent;
  opacity: 0;
}

.noResult__cover .form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.noResult__cover .form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.noResult__cover .formBox {
  display: none;
}

.noResult__cover .formBox.show {
  display: block;
}

.noResult__cover .textBox {
  display: none;
}

.noResult__cover .textBox.show {
  display: block;
}

.footer {
  padding: 120px 0 150px;
  background-color: #182633;
}

@media (max-width: 1366px) {
  .footer {
    padding: 50px 0 20px;
  }
}

@media (max-width: 991px) {
  .footer {
    padding: 30px 0 20px;
  }
}

@media (max-width: 767px) {
  .footer {
    padding-bottom: 30px;
  }
}

.footer .container {
  max-width: 1540px;
}

.footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767px) {
  .footer .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.footer__logo {
  margin-right: auto;
}

@media (max-width: 767px) {
  .footer__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .footer__logo img {
    width: 150px;
  }
}

.footer__menu {
  margin-right: 37px;
}

@media (max-width: 991px) {
  .footer__menu {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .footer__menu {
    margin-right: 0;
    margin-bottom: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.footer__menu h5 {
  margin: 0 0 16px;
  line-height: 24px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
}

.footer__menu ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.footer__menu ul li a {
  line-height: 12px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  color: #fff;
}

@media (max-width: 991px) {
  .footer__menu ul li a {
    font-size: 13px;
    line-height: 16px;
  }
}

.footer__menu ul li a:hover {
  color: #31AB69;
}

.footer__menu ul li:not(:last-child) {
  margin-bottom: 19px;
}

@media (max-width: 991px) {
  .footer__menu ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .footer__cta {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.footer__cta button {
  outline: 0;
  width: 158px;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 41px;
  font-size: 15px;
  color: #fff;
}

@media (max-width: 991px) {
  .footer__cta button {
    width: 150px;
  }
}

@media (max-width: 767px) {
  .footer__cta button {
    width: 100%;
  }
}

.footer__cta button:not(:last-child) {
  margin-bottom: 16px;
}

.footer__cta button.btn-primary {
  line-height: 36px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  border: 1px solid #53C351;
  background-color: #53C351;
  font-size: 15px;
  color: #fff;
}

.footer__cta button.btn-primary:hover {
  border-color: #37bf75;
  background-color: #37bf75;
}

.footer__cta button.btn-outline-primary {
  line-height: 36px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background-color: transparent;
  border: 1px solid #53C351;
}

.footer__cta button.btn-outline-primary:hover {
  background-color: #53C351;
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 48px;
  margin-top: 35px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-top: 1px solid #fff;
}

@media (max-width: 1366px) {
  .footer__social {
    padding-top: 30px;
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .footer__social {
    padding-top: 20px;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .footer__social {
    display: none;
  }
}

.footer__social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.footer__social ul li {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}

.footer__social ul li:not(:last-child) {
  margin-right: 20px;
}

.footer__social ul li img {
  cursor: pointer;
}

@media (max-width: 1366px) {
  .footer__social ul li img {
    width: 30px;
  }
}*/

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

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

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

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

.slick-list.dragging {
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
}

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

.slick-arrow.slick-hidden {
  display: none;
}
*/
/* Arrows 
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background-color: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 9;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'fontAwesome';
  font-size: 20px;
  line-height: 1;
  color: #000;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 15px;
}

.slick-prev:before {
  content: '\f104';
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

[dir="rtl"] .slick-prev:before {
  content: '';
}

.slick-next {
  right: 15px;
}

.slick-next:before {
  content: '\f105';
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

[dir="rtl"] .slick-next:before {
  content: '';
}
*/
/* Dots 
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: -55px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li.slick-active button:before {
  color: red;
  opacity: 1;
  content: '\f192';
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\f111';
  width: 20px;
  height: 20px;
  font-family: fontawesome;
  font-size: 23px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*# sourceMappingURL=theme.css.map */


/* Webinar landing page Two column module with form */
*/   /*
.WebinarRegistrationFormTwoColumns2021 .main-container {
    padding-top: 1rem;
    padding-bottom: 5rem;
}

.WebinarRegistrationFormTwoColumns2021 .content-container {
    display: flex;
    flex-direction: column;
}

.WebinarRegistrationFormTwoColumns2021 h2 {
    margin-bottom: 1rem;
}

.WebinarRegistrationFormTwoColumns2021 h5 {
   line-height: 1.5;
   font-size: 20px;
   font-weight: 600!important;
}

.WebinarRegistrationFormTwoColumns2021 .text h4 {
   line-height: 1.5;
   font-size: 20px;
   font-weight: 600!important;
}

.WebinarRegistrationFormTwoColumns2021 .text p {
    margin-bottom: 1rem;
}

.WebinarRegistrationFormTwoColumns2021 .text ul {
    padding-left: 1rem!important;
}

.configurable .form1 {
    background-color: #fff;
    padding: 1.5rem;
    box-shadow: 0px 12px 40px 16px rgb(0 0 0 / 10%);
    max-width: 513px;
    margin: 2.5rem auto 0;
}

.configurable .form1 h4 {
    font-weight: 700!important;
    text-align: center;
    margin: 1.5rem 0 2.5rem;
}  
  
.configurable .form1 .input ul.inputs-list {
    display: flex;
    margin: .5rem 0 .5rem -3px;
}  

.configurable .form1 .input ul li.hs-form-radio {
    margin-right: 1rem
}

.configurable form1.hs-form .hs_submit {
    display: block;
}

.configurable form1.hs-form .hs_submit .actions {
    width: 98%;
}

.configurable form1.hs-form .hs_submit .hs-button.primary, body input[type="submit"] {
    width: 100%;
    border: none;
    background-color: #53C351;
    padding: 1.2em 0;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.configurable form1.hs-form .hs_submit .hs-button.primary, body input[type="submit"] {
  transition: all 200ms ease-in-out;
}

.configurable form.hs-form .hs_submit .hs-button.primary:hover, body input[type="submit"]:hover {
  background: rgb(91,214,89);
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .WebinarRegistrationFormTwoColumns2021 div.text {
      padding-right: 1.5rem;
  }
}

@media only screen and (max-width: 991px) {
  .WebinarRegistrationFormTwoColumns2021 .text img {
      width: 100%!important;
  }
}

@media only screen and (min-width: 768px) {
  .WebinarRegistrationFormTwoColumns2021 .main-container {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  
  .WebinarRegistrationFormTwoColumns2021 .content-container {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
  }
  
  .WebinarRegistrationFormTwoColumns2021 .text {
      margin: 0 0 1.5rem;
      flex: 1;
      padding-right: 5rem;
  }

  .configurable .form1 {
      flex: 1;
      margin: .5rem auto 0;
  }
}

@media only screen and (min-width: 1200px) {
  .WebinarRegistrationFormTwoColumns2021 h2 {
     margin-bottom: 1.5rem;
  }
}


