@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Source Sans Pro', sans-serif;
}

body {
  line-height: 1.6;
}

ul {
  font-family: 'Source Sans Pro', sans-serif;
  list-style: none;
}

a {
  text-decoration: none;
  color: white;
  cursor: pointer;
}

img {
  width: 100%;
}

.secondary-info-icons {
	align-items: center !important;
}

.secondary-info-icons img {
	width: 200px!important;; 
}

p {
  font-family: 'Source Sans Pro', sans-serif;
}

.navigation {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navigation .top-nav {
  background-color: #283891;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: fixed;
  width: 100%;
  height: 64px;
  z-index: 9999;
}

@media (max-width: 500px) {
  .navigation .top-nav {
    height: 70px;
  }
}

.navigation .top-nav .button-box {
  display: none;
}

.navigation .top-nav .button-box a {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  margin: 0 auto;
  display: none;
  padding: 5px 0;
}

@media (max-width: 500px) {
  .navigation .top-nav .button-box a {
    display: block;
  }
}

@media (max-width: 500px) {
  .navigation .top-nav .button-box {
    display: block;
    width: 50vw;
    background-color: #ee6663;
    margin: 8px 4px 8px 8px;
  }
}

@media (max-width: 1030px) {
  .navigation .top-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 500px) {
  .navigation .top-nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.navigation .top-nav .g-box {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 1px solid white;
  padding: 0 !important;
  margin: 10px 2rem 10px 1rem;
}

@media (max-width: 500px) {
  .navigation .top-nav .g-box {
    margin: 8px 8px 8px 4px;
    width: 50vw;
  }
}

.navigation .top-nav .g-box .top-nav-text-box {
  padding: 0 8px !important;
}

.navigation .top-nav .g-box .top-nav-text-box p {
  line-height: 10px !important;
  padding-top: 7px !important;
  font-weight: 400 !important;
}

@media (max-width: 500px) {
  .navigation .top-nav .g-box .top-nav-text-box p {
    line-height: 12px !important;
    font-size: 13px !important;
  }
}

.navigation .top-nav .g-box img {
  width: 40px !important;
  height: 42px !important;
  border-radius: 0 !important;
  background-color: white !important;
  padding: 1px !important;
  position: relative;
  display: block;
}

@media (max-width: 500px) {
  .navigation .top-nav .g-box img {
    width: 60px !important;
    height: 100% !important;
  }
}

.navigation .top-nav .top-nav-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
}

.navigation .top-nav .top-nav-box .Starss {
  z-index: 100;
  display: inline-block;
  font-size: 15px;
  font-family: Times;
  line-height: 1;
  position: relative;
  padding: 0;
  color: white;
}

@media (max-width: 500px) {
  .navigation .top-nav .top-nav-box .Starss {
    font-size: 13px;
    line-height: 0;
  }
}

.navigation .top-nav .top-nav-box .Starss::before {
  content: '★★★★★';
  letter-spacing: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#fc0), to(#ebe9e9));
  background: linear-gradient(90deg, #fc0 calc(var(--rating) / 5 * 100%), #ebe9e9 calc(var(--rating) / 5 * 100%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navigation .top-nav .top-nav-box img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #2d83ff;
  padding: 8px;
}

.navigation .top-nav .top-nav-box .top-nav-text-box {
  padding: 0 10px;
}

.navigation .top-nav .top-nav-box .top-nav-text-box p {
  color: white;
  font-size: 13px;
  font-weight: 300;
}

.navigation .top-nav .top-nav-box .top-nav-text-box p:nth-child(2) {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}

@media (max-width: 700px) {
  .navigation .top-nav .main-box {
    display: none;
  }
}

@media (max-width: 500px) {
  .navigation .top-nav .main-box2 {
    display: none;
  }
}

.navigation .main-nav {
  background-color: #2d83ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  width: 100%;
  margin-top: 64px;
  z-index: 9999;
}

@media (max-width: 500px) {
  .navigation .main-nav {
    margin-top: 70px;
  }
}

.navigation .main-nav .logo-box {
  padding: 0.5rem 0 0 5rem;
}

@media (max-width: 500px) {
  .navigation .main-nav .logo-box {
    padding: 0.5rem;
  }
}

.navigation .main-nav .logo-box img {
  width: 100px;
}

@media (max-width: 500px) {
  .navigation .main-nav .logo-box img {
    width: 60px;
  }
}

.navigation .main-nav .navigation-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navigation .main-nav .navigation-box .desktop-menu {
  padding-right: 2rem;
}

@media (max-width: 1112px) {
  .navigation .main-nav .navigation-box .desktop-menu {
    display: none;
  }
}

.navigation .main-nav .navigation-box .desktop-menu img {
  padding-top: 10px;
  width: 45px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.navigation .main-nav .navigation-box .desktop-menu img:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-filter: drop-shadow(1px 1px 2px rgba(92, 195, 255, 0.897));
          filter: drop-shadow(1px 1px 2px rgba(92, 195, 255, 0.897));
}

.navigation .main-nav .navigation-box .desktop-menu .image-menu-item a {
  height: 0;
}

.navigation .main-nav .navigation-box .desktop-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navigation .main-nav .navigation-box .desktop-menu ul li {
  position: relative;
  text-align: center;
  width: 120px;
  border-left: 1px solid rgba(255, 255, 255, 0.247);
}

.navigation .main-nav .navigation-box .desktop-menu ul .menu-item {
  padding: 4px 2px 7px 2px;
  line-height: 18px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.navigation .main-nav .navigation-box .desktop-menu ul .menu-item:hover {
  background-color: #283891;
}

.navigation .main-nav .navigation-box .desktop-menu ul .menu-item:hover a {
  color: #2d83ff;
}

.navigation .main-nav .navigation-box .desktop-menu ul .menu-item:hover a:hover {
  color: white;
}

.navigation .main-nav .navigation-box .desktop-menu ul .sub-menu {
  display: none;
  background-color: #283891;
}

.navigation .main-nav .navigation-box .desktop-menu ul .sub-menu li {
  border-top: 1px solid #2d83ff;
}

.navigation .main-nav .navigation-box .desktop-menu ul .menu-item-648:hover .sub-menu,
.navigation .main-nav .navigation-box .desktop-menu ul .menu-item-648 a:hover .sub-menu {
  display: block;
  position: absolute;
  right: 0;
  top: 2.9rem;
  z-index: 10;
}

.navigation .main-nav .navigation-box .desktop-menu ul .menu-item-871:hover .sub-menu,
.navigation .main-nav .navigation-box .desktop-menu ul .menu-item-871 a:hover .sub-menu {
  display: block;
  position: absolute;
  right: 0;
  top: 2.9rem;
  z-index: 10;
}

.navigation .main-nav .navigation-box .nav-info {
  background-color: #ee6663;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1200px) {
  .navigation .main-nav .navigation-box .nav-info {
    display: none;
  }
}

.navigation .main-nav .navigation-box .nav-info img {
  width: 50px;
  position: absolute;
  left: -25px;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.navigation .main-nav .navigation-box .nav-info img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  border: 5px solid rgba(255, 255, 255, 0.35);
}

.navigation .main-nav .navigation-box .nav-info a {
  font-family: 'Oswald', sans-serif;
  margin: 0 1.75rem 0 3rem;
  font-size: 18px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  white-space: nowrap;
}

.navigation .main-nav .navigation-box .nav-info a:hover {
  color: #db2b28;
}

.navigation .bottom-nav {
  background-color: #2d83ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 700px) {
  .navigation .bottom-nav {
    display: none;
  }
}

@media (max-height: 500px) {
  .navigation .bottom-nav {
    display: none;
  }
}

.navigation .bottom-nav .left-nav-part {
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 5rem;
}

@media (max-width: 1030px) {
  .navigation .bottom-nav .left-nav-part {
    display: none;
  }
}

.navigation .bottom-nav .left-nav-part p {
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  color: white;
  font-weight: 400;
  letter-spacing: 1px;
  white-space: nowrap;
}

.navigation .bottom-nav .left-nav-part a {
  font-size: 1.5rem;
  line-height: 2.2rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  white-space: nowrap;
}

.navigation .bottom-nav .left-nav-part a:hover {
  color: #283891;
}

.navigation .bottom-nav .right-nav-part {
  background-color: #283891;
  -webkit-clip-path: polygon(8% 0, 100% 0%, 100% 100%, 8% 100%, 0% 50%);
          clip-path: polygon(8% 0, 100% 0%, 100% 100%, 8% 100%, 0% 50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2rem 0 5rem;
}

@media (max-width: 1030px) {
  .navigation .bottom-nav .right-nav-part {
    -webkit-clip-path: none;
            clip-path: none;
    padding: 0 1rem;
  }
}

.navigation .bottom-nav .right-nav-part .nav-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
}

.navigation .bottom-nav .right-nav-part .nav-box img {
  width: 60px;
}

.navigation .bottom-nav .right-nav-part .nav-box .inner-nav-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 1rem;
  max-width: 270px;
}

.navigation .bottom-nav .right-nav-part .nav-box .inner-nav-box h5 {
  font-family: 'Oswald', sans-serif;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.navigation .bottom-nav .right-nav-part .nav-box .inner-nav-box p {
  color: white;
  font-size: 15px;
  font-weight: 300;
}

.navigation .bottom-nav .right-nav-part .nav-box .inner-nav-box p a {
  color: #2d83ff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.navigation .bottom-nav .right-nav-part .nav-box .inner-nav-box p a:hover {
  color: white;
}

.menu-wrap {
  display: none;
  position: fixed;
  z-index: 999;
  right: 5rem;
  top: 4.5rem;
  width: 50px;
  height: 43px;
  font-size: 18px;
}

@media (max-width: 500px) {
  .menu-wrap {
    right: 0.3rem;
    top: 4.1rem;
  }
}

.menu-wrap .sub-menu {
  display: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.menu-wrap .sub-menu li a {
  color: #283891 !important;
}

.menu-wrap #menu-item-648:hover .sub-menu,
.menu-wrap #menu-item-648 a:hover .sub-menu {
  display: block;
  z-index: 10;
}

.menu-wrap #menu-item-871:hover .sub-menu,
.menu-wrap #menu-item-871 a:hover .sub-menu {
  display: block;
  z-index: 10;
}

@media (max-width: 1112px) {
  .menu-wrap {
    display: block;
  }
}

.menu-wrap #menu-main_menu {
  text-align: center;
}

.menu-wrap #menu-main_menu li {
  padding: 3px;
}

.menu-wrap #menu-main_menu li a {
  color: #2d83ff;
}

.menu-wrap .toggler {
  position: absolute;
  top: 0.8rem;
  right: 0.5rem;
  z-index: 10000;
  cursor: pointer;
  width: 40px;
  height: 50px;
  opacity: 0;
}

.menu-wrap .hamburger {
  position: absolute;
  top: 0.8rem;
  right: 0.5rem;
  z-index: 9999;
  width: 40px;
  height: 40px;
  background-color: #2d83ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Hamburger Line */
.menu-wrap .hamburger > div {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  height: 3.5px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* Hamburger Lines - Top & Bottom */
.menu-wrap .hamburger > div::before,
.menu-wrap .hamburger > div::after {
  content: '';
  position: absolute;
  z-index: 99999;
  top: -13px;
  width: 100%;
  height: 3.5px;
  background: inherit;
}

/* Moves Line Down */
.menu-wrap .hamburger > div::after {
  top: 13px;
}

/* Toggler Animation */
.menu-wrap .toggler:checked + .hamburger > div {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

/* Turns Lines Into X */
.menu-wrap .toggler:checked + .hamburger > div:before,
.menu-wrap .toggler:checked + .hamburger > div:after {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* Rotate On Hover When Checked */
.menu-wrap .toggler:checked:hover + .hamburger > div {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

/* Show Menu */
.menu-wrap .toggler:checked ~ .menu2 {
  visibility: visible;
}

.menu-wrap .toggler:checked ~ .menu2 > div {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: var(--menu-speed);
          transition-duration: var(--menu-speed);
}

.menu-wrap .toggler:checked ~ .menu2 > div > div {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}

.menu-wrap .menu2 {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-wrap .menu2 > div {
  background: white;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.menu-wrap .menu2 > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.menu-wrap .menu2 > div > div > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menu-wrap .menu2 > div > div > ul > li {
  list-style: none;
  color: #dddddd;
  font-size: 1.8rem;
  padding: 1rem;
  font-weight: 800;
}

.menu-wrap .menu2 > div > div > ul > li > a {
  text-decoration: none;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

.button-box {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (150px)[2];
      grid-template-columns: repeat(2, 180px);
  text-align: center;
  grid-gap: 1rem;
  padding-top: 2rem;
}

.footer-btn-box {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (150px)[2];
      grid-template-columns: repeat(2, 150px);
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 1rem;
  z-index: 10;
  bottom: -1.5rem;
}

.btn {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.5px;
  padding: 9px 1rem;
}

@media (max-width: 500px) {
  .btn {
    font-size: 11px !important;
  }
}

.btn-blue {
  background: #283891;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 2px solid #283891;
}

.btn-blue:hover {
  background: white;
  color: #283891;
}

.btn-white-red {
  background: white;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 2px solid white;
  color: #ee6663;
}

.btn-white-red:hover {
  background: #ee6663;
  color: white;
}

.btn-white-blue {
  background: white;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 2px solid white;
  color: #283891;
}

.btn-white-blue:hover {
  background: #283891;
  color: white;
}

.btn-blue-light {
  background: #2d83ff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 2px solid #2d83ff;
}

.btn-blue-light:hover {
  background: white;
  color: #2d83ff;
}

.btn-red {
  background: #ee6663;
  border: 2px solid #ee6663;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn-red:hover {
  background: white;
  color: #ee6663;
}

.home-page-hero {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 500px) {
  .home-page-hero {
    height: 100%;
  }
}

.home-page-hero .main-area {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.95)), to(rgba(190, 190, 196, 0.062)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.95), rgba(190, 190, 196, 0.062));
  padding-left: 5rem;
  padding-right:5rem;
  padding-top: 300px;
  padding-bottom: 300px;
}

@media (max-width: 992px) {
	.home-page-hero .main-area {
		flex-direction: column;
    }
    .home-page-hero .main-area .button-box {
    	margin-bottom: 30px;
    }
}

@media (max-width: 700px) {
  .home-page-hero .main-area {
    padding: 1rem 1rem 0 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    
  }
}

@media (max-width: 500px) {
  .home-page-hero .main-area {
    padding: 10rem 1rem 2rem 1rem;
  }
}

@media (max-height: 500px) {
  .home-page-hero .main-area {
    padding-bottom: 2rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.home-page-hero .main-area .text-box {
  text-transform: uppercase;
  color: #283891;
}

.home-page-hero .main-area .text-box h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 3.5rem;
  line-height: 4rem;
  font-weight: 400;
  text-shadow: 0 -1px 4px #FFF, 0 -2px 10px white, 0 -10px 20px #fcfcfc9a, 0 -18px 40px rgba(241, 241, 241, 0.568);
}

@media (max-width: 500px) {
  .home-page-hero .main-area .text-box h1 {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }
}

@media (max-height: 500px) {
  .home-page-hero .main-area .text-box h1 {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }
}

.home-page-hero .main-area .text-box h1 strong {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

.home-page-hero .main-area .text-box h3 {
  font-size: 1.5rem;
}

.about-page-hero {
  position: relative;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.about-page-hero .main-area {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.95)), to(rgba(190, 190, 196, 0.062)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.95), rgba(190, 190, 196, 0.062));
  padding-left: 5rem;
  padding-top: 12rem;
  padding-bottom: 10rem;
}

@media (max-width: 700px) {
  .about-page-hero .main-area {
    padding: 10rem 1rem 3rem 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

@media (max-width: 500px) {
  .about-page-hero .main-area {
    padding: 7rem 1rem 1rem 1rem;
  }
}

.about-page-hero .main-area .text-box {
  text-transform: uppercase;
  color: #283891;
  padding-top: 2rem;
}

.about-page-hero .main-area .text-box h1 {
  padding-top: 1rem;
  font-family: 'Oswald', sans-serif;
  font-size: 3.5rem;
  line-height: 4rem;
  font-weight: 400;
  text-shadow: 0 -1px 4px #FFF, 0 -2px 10px white, 0 -10px 20px #fcfcfc9a, 0 -18px 40px rgba(241, 241, 241, 0.568);
}

@media (max-width: 500px) {
  .about-page-hero .main-area .text-box h1 {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }
}

@media (max-height: 500px) {
  .about-page-hero .main-area .text-box h1 {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }
}

.about-page-hero .main-area .text-box h1 strong {
  font-family: 'Oswald', sans-serif;
  font-size: 3.5rem;
  line-height: 4rem;
  font-weight: 500;
  text-shadow: 0 -1px 4px #FFF, 0 -2px 10px white, 0 -10px 20px #fcfcfc9a, 0 -18px 40px rgba(241, 241, 241, 0.568);
}

.about-page-hero .main-area .text-box h4 {
  font-size: 1.5rem;
  padding: 10px 0;
}

.about-page-hero .main-area .text-box p {
  text-transform: none;
  color: #292929;
}

.contact-page-hero {
  position: relative;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 500px) {
  .contact-page-hero {
    height: 70vh;
  }
}

.contact-page-hero .main-area {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.95)), to(rgba(190, 190, 196, 0.062)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.95), rgba(190, 190, 196, 0.062));
  padding-left: 5rem;
  padding-top: 12rem;
  padding-bottom: 10rem;
}

@media (max-width: 700px) {
  .contact-page-hero .main-area {
    padding: 10rem 1rem 3rem 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

@media (max-width: 500px) {
  .contact-page-hero .main-area {
    padding: 7rem 1rem 1rem 1rem;
  }
}

.contact-page-hero .main-area .text-box {
  text-transform: uppercase;
  color: #283891;
}

.contact-page-hero .main-area .text-box h1 {
  padding-top: 1rem;
  font-family: 'Oswald', sans-serif;
  font-size: 3.5rem;
  line-height: 4rem;
  font-weight: 400;
  text-shadow: 0 -1px 4px #FFF, 0 -2px 10px white, 0 -10px 20px #fcfcfc9a, 0 -18px 40px rgba(241, 241, 241, 0.568);
}

@media (max-width: 500px) {
  .contact-page-hero .main-area .text-box h1 {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }
}

@media (max-height: 500px) {
  .contact-page-hero .main-area .text-box h1 {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }
}

.contact-page-hero .main-area .text-box h4 {
  font-size: 1.5rem;
  padding: 5px 0;
}

.contact-page-hero .main-area .text-box p {
  text-transform: none;
  color: #292929;
}

.main-page-hero {
  position: relative;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 500px) {
  .main-page-hero {
    height: 70vh;
  }
}

.main-page-hero .single-img-overlay {
  position: absolute;
  right: 5rem;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 107px;
}

@media (max-width: 1030px) {
  .main-page-hero .single-img-overlay {
    right: 0;
  }
}

@media (max-width: 700px) {
  .main-page-hero .single-img-overlay {
    display: none;
  }
}

@media (max-height: 500px) {
  .main-page-hero .single-img-overlay {
    display: none;
  }
}

.main-page-hero .single-img-overlay img {
  max-height: 280px;
  margin: 0 10px;
}

@media (max-width: 1112px) {
  .main-page-hero .single-img-overlay img {
    max-height: 240px;
    width: 160px;
  }
}

@media (max-width: 1030px) {
  .main-page-hero .single-img-overlay img {
    max-height: 200px;
    width: 160px;
  }
}

.main-page-hero .reem-page {
  padding-bottom: 15rem;
}

@media (max-width: 1030px) {
  .main-page-hero .reem-page {
    padding-bottom: 10rem;
  }
}

.main-page-hero .reem-page img {
  max-height: 500px;
  margin: 0 10px;
}

@media (max-width: 1112px) {
  .main-page-hero .reem-page img {
    max-height: 400px;
    width: 300px;
  }
}

@media (max-width: 1030px) {
  .main-page-hero .reem-page img {
    max-height: 300px;
    width: 200px;
  }
}

.main-page-hero .main-area {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.95)), to(rgba(190, 190, 196, 0.062)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.95), rgba(190, 190, 196, 0.062));
  padding-left: 5rem;
  padding-top: 12rem;
  padding-bottom: 10rem;
}

@media (max-width: 700px) {
  .main-page-hero .main-area {
    padding: 10rem 1rem 3rem 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

@media (max-width: 500px) {
  .main-page-hero .main-area {
    padding: 7rem 1rem 1rem 1rem;
  }
}

.main-page-hero .main-area .text-box {
  text-transform: uppercase;
  color: #283891;
  padding-top: 2rem;
}

.main-page-hero .main-area .text-box .headline-box {
  text-align: center;
  padding-right: 5rem;
}

.main-page-hero .main-area .text-box h1 {
  padding-top: 1rem;
  font-family: 'Oswald', sans-serif;
  font-size: 3.5rem;
  line-height: 4rem;
  font-weight: 400;
  text-shadow: 0 -1px 4px #FFF, 0 -2px 10px white, 0 -10px 20px #fcfcfc9a, 0 -18px 40px rgba(241, 241, 241, 0.568);
}

@media (max-width: 500px) {
  .main-page-hero .main-area .text-box h1 {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }
}

@media (max-height: 500px) {
  .main-page-hero .main-area .text-box h1 {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }
}

.main-page-hero .main-area .text-box h1 strong {
  font-family: 'Oswald', sans-serif;
  font-size: 3.5rem;
  line-height: 4rem;
  font-weight: 500;
  text-shadow: 0 -1px 4px #FFF, 0 -2px 10px white, 0 -10px 20px #fcfcfc9a, 0 -18px 40px rgba(241, 241, 241, 0.568);
}

@media (max-width: 500px) {
  .main-page-hero .main-area .text-box h1 strong {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }
}

@media (max-height: 500px) {
  .main-page-hero .main-area .text-box h1 strong {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }
}

.main-page-hero .main-area .text-box h4 {
  font-size: 1.5rem;
  padding: 5px 0;
}

.main-page-hero .main-area .text-box p {
  text-transform: none;
  color: #292929;
}

.pump-products-section .pump-products-box {
  max-width: 1150px;
  margin: 0 auto;
  padding: 5rem 1rem;
}

.pump-products-section .pump-products-box h4 {
  position: relative;
  z-index: 10;
  color: #2d83ff;
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 1rem 0 4rem 0;
}

@media (max-width: 1112px) {
  .pump-products-section .pump-products-box h4 {
    text-align: center;
  }
}

@media (max-width: 500px) {
  .pump-products-section .pump-products-box h4 {
    font-size: 1.7rem;
    line-height: 2.2rem;
  }
}

.pump-products-section .pump-products-box h3 {
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  font-size: 2.7rem;
  line-height: 3.7rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #292929;
  padding-bottom: 0.5rem;
}

@media (max-width: 1112px) {
  .pump-products-section .pump-products-box h3 {
    text-align: center;
  }
}

@media (max-width: 500px) {
  .pump-products-section .pump-products-box h3 {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }
}

.pump-products-section .pump-products-box h3 strong {
  font-family: 'Oswald', sans-serif;
}

.pump-products-section .pump-products-box .pump-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
}

@media (max-width: 1112px) {
  .pump-products-section .pump-products-box .pump-box {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .pump-products-section .pump-products-box .pump-box {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 1112px) {
  .pump-products-section .pump-products-box .pump-box .pump {
    margin: 0 auto;
  }
}

.pump-products-section .pump-products-box .pump-box .pump h5 {
  color: #292929;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 1rem 0;
}

.pump-products-section .pump-products-box .pump-box .pump ul {
  list-style: none;
}

.pump-products-section .pump-products-box .pump-box .pump ul li:before {
  content: '✓';
  font-size: 1.5rem;
  color: #2d83ff;
  padding-right: 0.5rem;
  display: inline-block;
}

.pump-products-section .pump-products-box .pump-box .pump img {
  height: 300px;
  width: 300px;
}

.small-content-section {
  padding: 5rem 1rem;
}

.small-content-section .small-content-box {
  max-width: 900px;
  margin: 0 auto;
}

.small-content-section .small-content-box .content-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media (max-width: 500px) {
  .small-content-section .small-content-box .content-buttons {
    font-size: 11px;
  }
}

.small-content-section .small-content-box .content-buttons .btn-blue:hover {
  color: white;
  text-shadow: 1px 1px 3px #283891;
}

.small-content-section .small-content-box .content-buttons a {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.5px;
  margin: 0 10px;
  border-width: 2px;
  border-style: solid;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  white-space: nowrap;
  padding: 10px 40px;
}

.small-content-section .small-content-box .content-buttons a:hover {
  background-color: transparent !important;
}

.small-content-section .small-content-box h4 {
  position: relative;
  z-index: 10;
  color: #2d83ff;
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 1rem 0;
}

@media (max-width: 500px) {
  .small-content-section .small-content-box h4 {
    font-size: 1.7rem;
    line-height: 2.2rem;
  }
}

.small-content-section .small-content-box h3 {
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  font-size: 2.7rem;
  line-height: 3.7rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #292929;
  letter-spacing: 0.5px;
  text-align: center;
  padding-bottom: 2rem;
}

@media (max-width: 500px) {
  .small-content-section .small-content-box h3 {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }
}

.small-content-section .small-content-box h3 strong {
  font-family: 'Oswald', sans-serif;
}

.small-content-section .small-content-box ul {
  list-style-type: disc;
  padding: 0.5rem 0 0.5rem 1rem;
}

.small-content-section .small-content-box ul li {
  padding: 3px 0;
}

.small-content-section .small-content-box ol {
  list-style: none;
}

.small-content-section .small-content-box ol li:before {
  content: '✓';
  font-size: 1.5rem;
  color: #2d83ff;
  padding-right: 0.5rem;
  display: inline-block;
}

.single-project-info {
  background-color: #f2f5fc;
}

.single-project-info .bottom-info-box {
  background-color: #283891;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 5rem;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}

.single-project-info .bottom-info-box h4 {
  position: relative;
  z-index: 10;
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 10px 0;
  color: #2d83ff;
}

.single-project-info .bottom-info-box h5 {
  font-size: 1.1rem;
  color: white;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.single-project-info .single-project-info-box {
  max-width: 1150px;
  margin: 0 auto;
  padding: 5rem 1rem;
}

.single-project-info .single-project-info-box h4 {
  position: relative;
  z-index: 10;
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 10px 0;
  color: #2d83ff;
}

.single-project-info .single-project-info-box h3 {
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  font-size: 2.7rem;
  line-height: 3.2rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #292929;
  letter-spacing: 0.5px;
  padding-bottom: 2rem;
}

.single-project-info .single-project-info-box h3 strong {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

.single-project-info .single-project-info-box p {
  padding: 5px 0;
}

.hot-water-services {
  padding: 1rem 0 6rem 0;
  position: relative;
  text-align: center;
}

.hot-water-services a {
  position: relative;
  z-index: 100;
  text-transform: uppercase;
}

.hot-water-services .hot-water-services-box {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 1rem 5rem 1rem;
}

.hot-water-services .bottom-overlay {
  position: absolute;
  height: 60%;
  width: 100%;
  background-color: #2d83ff;
  bottom: 0;
}

.hot-water-services .text-box {
  text-align: center;
  padding: 2rem 1rem;
}

.hot-water-services .text-box h4 {
  position: relative;
  z-index: 10;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding-bottom: 20px;
  color: #2d83ff;
}

@media (max-width: 500px) {
  .hot-water-services .text-box h4 {
    font-size: 1,7rem;
    line-height: 2.2rem;
  }
}

.hot-water-services .text-box h3 {
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  font-size: 2.7rem;
  line-height: 3.2rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #292929;
  letter-spacing: 0.5px;
  padding-bottom: 2rem;
}

@media (max-width: 500px) {
  .hot-water-services .text-box h3 {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }
}

.hot-water-services .text-box h3 strong {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

.hot-water-services .services-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
  padding: 1rem 0;
}

@media (max-width: 1030px) {
  .hot-water-services .services-box {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .hot-water-services .services-box {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.hot-water-services .services-box .service {
  -webkit-box-shadow: 3px 3px 15px #292929a6;
          box-shadow: 3px 3px 15px #292929a6;
  position: relative;
  height: 550px;
  overflow: hidden;
  z-index: 10;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.hot-water-services .services-box .service .service-img {
  position: relative;
  display: block;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.hot-water-services .services-box .service .service-info-box {
  background-color: white;
  padding: 2rem 1rem;
  text-align: center;
  color: #292929;
  height: 350px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hot-water-services .services-box .service .service-info-box .service-logo {
  opacity: 1;
  position: absolute;
  top: -5rem;
  width: 100px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.hot-water-services .services-box .service .service-info-box .service-logo2 {
  opacity: 0;
  position: absolute;
  top: -5rem;
  width: 100px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.hot-water-services .services-box .service .service-info-box h4 {
  font-size: 1.4rem;
  line-height: 2rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding-bottom: 1rem;
  padding-top: 3rem;
}

.hot-water-services .services-box .service:hover .service-info-box {
  background-color: #283891;
  color: white;
}

.hot-water-services .services-box .service:hover .service-info-box .service-logo {
  opacity: 0;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.hot-water-services .services-box .service:hover .service-info-box .service-logo2 {
  opacity: 1;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.hot-water-systems {
  padding: 2rem 0;
  position: relative;
}

.hot-water-systems .bottom-overlay {
  position: absolute;
  height: 55%;
  width: 100%;
  background-color: #283891;
  bottom: 0;
}

.hot-water-systems .bottom-overlay .footer-fill {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 900px;
}

@media (max-width: 1030px) {
  .hot-water-systems .bottom-overlay .footer-fill {
    width: 600px;
    bottom: 0;
  }
}

@media (max-width: 700px) {
  .hot-water-systems .bottom-overlay .footer-fill {
    display: none;
  }
}

.hot-water-systems .hot-water-systems-box {
  max-width: 1200px;
  margin: 0 auto;
}

.hot-water-systems .hot-water-systems-box .content-buttons {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5rem 0 4rem 0;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 500px) {
  .hot-water-systems .hot-water-systems-box .content-buttons {
    font-size: 11px !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.hot-water-systems .hot-water-systems-box .content-buttons .btn-white-blue:hover {
  color: white;
  text-shadow: 1px 1px 3px #283891;
}

.hot-water-systems .hot-water-systems-box .content-buttons a {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.5px;
  margin: 0 10px;
  border-width: 2px;
  border-style: solid;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  white-space: nowrap;
  padding: 10px 40px;
}

@media (max-width: 500px) {
  .hot-water-systems .hot-water-systems-box .content-buttons a {
    margin: 5px 10px;
  }
}

.hot-water-systems .hot-water-systems-box .content-buttons a:hover {
  background-color: transparent !important;
}

.hot-water-systems .hot-water-systems-box .text-box {
  text-align: center;
  padding: 2rem 1rem;
}

.hot-water-systems .hot-water-systems-box .text-box h4 {
  position: relative;
  z-index: 10;
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 10px 0;
  color: #2d83ff;
}

@media (max-width: 500px) {
  .hot-water-systems .hot-water-systems-box .text-box h4 {
    font-size: 1.7rem;
    line-height: 2.2rem;
  }
}

.hot-water-systems .hot-water-systems-box .text-box h3 {
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  font-size: 2.7rem;
  line-height: 3.2rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #292929;
  letter-spacing: 0.5px;
  padding-bottom: 2rem;
}

@media (max-width: 500px) {
  .hot-water-systems .hot-water-systems-box .text-box h3 {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }
}

.hot-water-systems .hot-water-systems-box .text-box h3 strong {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

.hot-water-systems .hot-water-systems-box .system-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
  padding: 1rem;
}

@media (max-width: 1030px) {
  .hot-water-systems .hot-water-systems-box .system-box {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .hot-water-systems .hot-water-systems-box .system-box {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    padding: 2rem 3rem;
  }
}

@media (max-width: 700px) {
  .hot-water-systems .hot-water-systems-box .system-box {
    padding: 1rem;
  }
}

.hot-water-systems .hot-water-systems-box .system-box .system {
  -webkit-box-shadow: 3px 3px 15px #292929a6;
          box-shadow: 3px 3px 15px #292929a6;
  position: relative;
  height: 550px;
  overflow: hidden;
  z-index: 10;
}

.hot-water-systems .hot-water-systems-box .system-box .system img {
  position: relative;
  display: block;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.hot-water-systems .hot-water-systems-box .system-box .system .system-info-box {
  background-color: #ee6663;
  padding: 2rem 1rem;
  text-align: center;
  color: white;
  height: 250px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.hot-water-systems .hot-water-systems-box .system-box .system .system-info-box h4 {
  font-size: 1.4rem;
  line-height: 2rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding-bottom: 1rem;
}

.hot-water-systems .hot-water-systems-box .system-box .system:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.hot-water-systems .hot-water-systems-box .system-box .system:hover .system-info-box {
  background-color: #2d83ff;
}

.completed-projects-loop .completed-projects-loop-box {
  max-width: 1150px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding-bottom: 2rem;
}

.completed-projects-loop .completed-projects-loop-box .btn {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.5px;
  border-width: 2px;
  border-style: solid;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  white-space: nowrap;
  padding: 10px 30px;
}

.completed-projects-loop .completed-projects-loop-box .btn:hover {
  background-color: transparent !important;
}

.completed-projects-loop .completed-projects-loop-box .logo-box {
  width: 220px;
  height: 220px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}

.completed-projects-loop .completed-projects-loop-box .logo-box img {
  position: absolute;
  top: 5rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70px;
}

.completed-projects-loop .completed-projects-loop-box .headline-box {
  padding: 5rem 1rem;
}

@media (max-width: 500px) {
  .completed-projects-loop .completed-projects-loop-box .headline-box {
    padding: 2rem 1rem;
  }
}

.completed-projects-loop .completed-projects-loop-box .headline-box h4 {
  position: relative;
  z-index: 10;
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 10px 0;
  text-align: center;
}

@media (max-width: 500px) {
  .completed-projects-loop .completed-projects-loop-box .headline-box h4 {
    font-size: 1.7em;
    line-height: 2.2rem;
  }
}

.completed-projects-loop .completed-projects-loop-box .headline-box h3 {
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  font-size: 2.7rem;
  line-height: 3.2rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #292929;
  letter-spacing: 0.5px;
  text-align: center;
}

@media (max-width: 500px) {
  .completed-projects-loop .completed-projects-loop-box .headline-box h3 {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }
}

.completed-projects-loop .completed-projects-loop-box .headline-box h3 b {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

.completed-projects-loop .completed-projects-loop-box .loop-box {
  max-width: 1150px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
  padding: 0.5rem 0 5rem 0;
  position: relative;
}

@media (max-width: 1030px) {
  .completed-projects-loop .completed-projects-loop-box .loop-box {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }
}

.completed-projects-loop .completed-projects-loop-box .loop-box .project-box {
  display: block;
  position: relative;
  height: 750px;
  overflow: hidden;
  text-align: left;
}

@media (max-width: 1030px) {
  .completed-projects-loop .completed-projects-loop-box .loop-box .project-box {
    margin: 1rem 5rem;
  }
}

@media (max-width: 500px) {
  .completed-projects-loop .completed-projects-loop-box .loop-box .project-box {
    margin: 1rem;
  }
}

.completed-projects-loop .completed-projects-loop-box .loop-box .project-box img {
  position: relative;
  display: block;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.completed-projects-loop .completed-projects-loop-box .loop-box .project-box .project-box-info {
  background-color: white;
  padding: 2rem;
  color: #292929;
  height: 350px;
  position: relative;
  display: block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.completed-projects-loop .completed-projects-loop-box .loop-box .project-box .project-box-info h4 {
  font-size: 1.4rem;
  line-height: 2rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding-bottom: 1rem;
}

.completed-projects-loop .completed-projects-loop-box .loop-box .project-box .project-box-info a {
  color: #292929;
}

.completed-projects-loop .completed-projects-loop-box .loop-box .overlay {
  position: absolute;
  bottom: 350px;
  left: 0;
  right: 0;
  background-color: rgba(45, 132, 255, 0.64);
  overflow: hidden;
  width: 100%;
  height: 0;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.completed-projects-loop .completed-projects-loop-box .loop-box .project-box:hover .overlay {
  height: 6%;
}

.completed-projects-loop .completed-projects-loop-box .loop-box .project-box:hover .project-box-info {
  background-color: #283891;
  color: white;
}

.completed-projects-loop .completed-projects-loop-box .loop-box .project-box:hover .project-box-info a {
  color: white;
}

.completed-projects-loop .completed-projects-loop-box .loop-box .project-box:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.completed-projects-loop .completed-projects-loop-box .loop-box .text {
  font-family: 'Oswald', sans-serif;
  white-space: nowrap;
  color: white;
  font-size: 18px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  width: 356px;
  left: 13.2rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.completed-projects-main {
  padding-top: 5rem;
}

.completed-projects-main .pagination-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  background-color: #283891;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.completed-projects-main .pagination-box a {
  padding: 0 10px;
}

.completed-projects-main .project-headline {
  padding-bottom: 5rem;
}

.completed-projects-main .project-headline h4 {
  position: relative;
  z-index: 10;
  color: #2d83ff;
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 0.5rem 0;
  text-align: center;
}

.completed-projects-main .project-headline h3 {
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  font-size: 2.7rem;
  line-height: 3.5rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #292929;
  letter-spacing: 0.5px;
  text-align: center;
}

.completed-projects-main .project-headline h3 strong {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

.completed-projects-main .completed-projects-box {
  max-width: 1150px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
  padding: 0.5rem 0 5rem 0;
  position: relative;
}

.completed-projects-main .completed-projects-box .project-box {
  display: block;
  position: relative;
  height: 750px;
  overflow: hidden;
}

.completed-projects-main .completed-projects-box .project-box img {
  position: relative;
  display: block;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.completed-projects-main .completed-projects-box .project-box .project-box-info {
  background-color: #f2f5fc;
  padding: 2rem;
  color: #292929;
  height: 350px;
  position: relative;
  display: block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.completed-projects-main .completed-projects-box .project-box .project-box-info h4 {
  font-size: 1.4rem;
  line-height: 2rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding-bottom: 1rem;
}

.completed-projects-main .completed-projects-box .project-box .project-box-info a {
  color: #292929;
}

.completed-projects-main .completed-projects-box .overlay {
  position: absolute;
  bottom: 350px;
  left: 0;
  right: 0;
  background-color: rgba(45, 132, 255, 0.64);
  overflow: hidden;
  width: 100%;
  height: 0;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.completed-projects-main .completed-projects-box .project-box:hover .overlay {
  height: 6%;
}

.completed-projects-main .completed-projects-box .project-box:hover .project-box-info {
  background-color: #283891;
  color: white;
}

.completed-projects-main .completed-projects-box .project-box:hover .project-box-info a {
  color: white;
}

.completed-projects-main .completed-projects-box .project-box:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.completed-projects-main .completed-projects-box .text {
  font-family: 'Oswald', sans-serif;
  white-space: nowrap;
  color: white;
  font-size: 18px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  width: 356px;
  left: 13.2rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.secondary-content .content-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media (max-width: 500px) {
  .secondary-content .content-buttons {
    font-size: 11px;
  }
}

.secondary-content .content-buttons .btn-blue:hover {
  color: white;
  text-shadow: 1px 1px 3px #283891;
}

.secondary-content .content-buttons a {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.5px;
  margin: 0 10px;
  border-width: 2px;
  border-style: solid;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  white-space: nowrap;
  padding: 10px 40px;
}

.secondary-content .content-buttons a:hover {
  background-color: transparent !important;
}

.secondary-content .content-box {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 1rem 1rem 1rem;
}

.secondary-content .content-box h4 {
  position: relative;
  z-index: 10;
  color: #2d83ff;
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 1.5rem 0;
  text-align: center;
}

@media (max-width: 500px) {
  .secondary-content .content-box h4 {
    font-size: 1.7rem;
    line-height: 2.2rem;
  }
}

.secondary-content .content-box h3 {
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  font-size: 2.7rem;
  line-height: 3.5rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #292929;
  letter-spacing: 0.5px;
  text-align: center;
}

@media (max-width: 500px) {
  .secondary-content .content-box h3 {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }
}

.secondary-content .content-box h3 strong {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

.secondary-content .content-box img {
  max-width: 1000px;
  margin: 3rem;
}

.secondary-content .content-box .bottom-content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 3rem;
}

.secondary-content .content-box .bottom-content-box img {
  width: 200px;
}

.secondary-content .content-box .bottom-content-box .content-text-box {
  padding-right: 5rem;
  padding-top: 4rem;
}

.secondary-content .content-box .bottom-content-box .content-text-box h3 {
  text-align: left;
  padding-bottom: 1.5rem;
}

.secondary-content .content-box .bottom-content-box .content-text-box ol {
  padding-left: 1rem;
  color: #292929;
}

.secondary-content .content-box .bottom-content-box .content-text-box ol li {
  padding: 0.5rem 0;
}

.small-info .small-info-box {
  max-width: 1000px;
  margin: 0 auto;
  color: white;
  opacity: 0.99;
  padding: 0 1rem;
}

.small-info .small-info-box h3 {
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  font-size: 2.7rem;
  line-height: 3.5rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: center;
  padding-bottom: 1.5rem;
}

@media (max-width: 500px) {
  .small-info .small-info-box h3 {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }
}

.small-info .small-info-box p {
  padding: 5px 0;
}

.main-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-video .button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-video .button-box .btn-blue {
  padding-left: 2rem;
  padding-right: 2rem;
}

.main-video .button-box .btn-red {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.main-video .main-video-text {
  text-align: center;
  padding: 1rem;
}

.main-video .main-video-text h4 {
  position: relative;
  z-index: 10;
  color: #2d83ff;
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 0.75rem 0;
  text-align: center;
}

@media (max-width: 500px) {
  .main-video .main-video-text h4 {
    font-size: 1.7rem;
    line-height: 2.2rem;
  }
}

.main-video .main-video-text h3 {
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  font-size: 2.7rem;
  line-height: 3.5rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #292929;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 0.75rem 0;
}

@media (max-width: 500px) {
  .main-video .main-video-text h3 {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }
}

.main-video .video iframe {
  max-width: 900px;
  margin: 0 auto;
}

@media (max-width: 700px) {
  .main-video .video iframe {
    width: 480px;
  }
}

@media (max-width: 500px) {
  .main-video .video iframe {
    width: 430px;
  }
}

@media (max-width: 450px) {
  .main-video .video iframe {
    width: 300px;
  }
}

.Stars {
  z-index: 100;
  display: inline-block;
  font-size: 30px;
  font-family: Times;
  line-height: 1;
  position: relative;
  padding: 0;
}

.Stars::before {
  content: '★★★★★';
  letter-spacing: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#fc0), to(#ebe9e9));
  background: linear-gradient(90deg, #fc0 calc(var(--rating) / 5 * 100%), #ebe9e9 calc(var(--rating) / 5 * 100%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.review-section {
  position: relative;
  height: 100%;
  background-color: #2d83ff;
  text-align: center;
  padding: 5rem 0;
  overflow: hidden;
}

.review-section .g-box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid white;
  width: 270px;
  margin: 2rem auto;
}

.review-section .g-box .g-text-box {
  text-align: left;
  padding: 0 1rem;
}

.review-section .g-box img {
  width: 60px;
  height: 60px;
  margin: 0;
  background: white;
}

.review-section .g-box p {
  color: white;
  text-transform: uppercase;
  padding-top: 5px;
}

.review-section .g-box .Starsss {
  z-index: 100;
  display: inline-block;
  font-size: 20px;
  font-family: Times;
  line-height: 1;
  position: relative;
  padding: 0;
  color: white;
}

.review-section .g-box .Starsss::before {
  content: '★★★★★';
  letter-spacing: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#fc0), to(#ebe9e9));
  background: linear-gradient(90deg, #fc0 calc(var(--rating) / 5 * 100%), #ebe9e9 calc(var(--rating) / 5 * 100%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.review-section .footer-fill {
  position: absolute;
  width: 800px;
  height: 800px;
  right: -10rem;
  top: -5rem;
}

.review-section img {
  width: 350px;
  margin: 2rem 0;
}

.review-section h4 {
  text-transform: uppercase;
  font-size: 2.7rem;
  line-height: 3.2rem;
  font-weight: 500;
  color: #f2f5fc;
  font-family: 'Oswald', sans-serif;
}

@media (max-width: 500px) {
  .review-section h4 {
    padding: 0 1rem;
    font-size: 2.2rem;
  }
}

.review-section h3 {
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
}

@media (max-width: 500px) {
  .review-section h3 {
    padding: 0 1rem 0.5rem 1rem;
    font-size: 1.8rem;
  }
}

.review-section .slider-section .top-box {
  background-color: white;
  width: 320px;
  height: 510px;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.review-section .slider-section .top-box h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #292929;
  text-transform: unset;
  font-weight: 400;
  padding: 2rem 1rem 1rem 1rem;
}

.review-section .slider-section .top-box img {
  display: block;
  position: relative;
  width: 100px;
  height: 40px;
  margin-top: 1rem;
  margin-bottom: 0;
}

.review-section .slider-section .top-box p {
  padding: 1rem 1.5rem;
  color: #292929;
}

.review-section .sliders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: hidden;
  overflow-x: scroll !important;
  padding: 1rem;
  -webkit-transform: scroll(calc(var(--i,0)/var(--n)*-100%));
          transform: scroll(calc(var(--i,0)/var(--n)*-100%));
  scroll-behavior: smooth;
  max-width: 1050px;
  margin: 0 auto;
}

.review-section .sliders::-webkit-scrollbar {
  height: 5px;
  width: 150px;
  display: none;
}

.review-section .sliders::-webkit-scrollbar-track {
  background: transparent;
}

.review-section .sliders::-webkit-scrollbar-thumb {
  background: #888;
}

.review-section .sliders::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.review-section .sliders .slider-section:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.review-section .slides {
  position: relative;
}

.review-section .slides .slider-section {
  text-align: center;
  margin-right: 2rem;
  cursor: pointer;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

@media (max-width: 500px) {
  .review-section .slides .slider-section {
    margin: 0 4rem;
  }
}

@media (max-width: 450px) {
  .review-section .slides .slider-section {
    margin: 0 2.2rem;
  }
}

@media (max-width: 400px) {
  .review-section .slides .slider-section {
    margin: 0 1rem;
  }
}

.review-section .proba {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.review-section .control-prev-btn {
  position: absolute;
  color: white;
  top: 14rem;
  left: 2rem;
  height: 100px;
  width: 50px;
  text-align: center;
  border-radius: 20px 0 0 20px;
  cursor: pointer;
}

@media (max-width: 1030px) {
  .review-section .control-prev-btn {
    color: #283891;
    z-index: 100;
    left: 0;
  }
}

.review-section .control-prev-btn i {
  padding-top: 15px;
}

.review-section .control-next-btn {
  position: absolute;
  color: white;
  top: 14rem;
  right: 2rem;
  height: 100px;
  width: 50px;
  text-align: center;
  cursor: pointer;
  border-radius: 0 20px 20px 0;
}

@media (max-width: 1030px) {
  .review-section .control-next-btn {
    color: #283891;
    z-index: 100;
    right: 0;
  }
}

.review-section .control-next-btn i {
  padding-top: 15px;
}

.pump-range {
  padding: 3rem 0;
}

.pump-range .pump-range-box {
  max-width: 1100px;
  margin: 0 auto;
}

.pump-range .pump-range-box h4 {
  position: relative;
  z-index: 10;
  color: #2d83ff;
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 1rem 0;
}

@media (max-width: 700px) {
  .pump-range .pump-range-box h4 {
    text-align: center;
    padding: 1rem;
  }
}

.pump-range .pump-range-box h3 {
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  font-size: 2.7rem;
  line-height: 3.2rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #292929;
  letter-spacing: 0.5px;
}

@media (max-width: 700px) {
  .pump-range .pump-range-box h3 {
    text-align: center;
    padding: 1rem;
  }
}

@media (max-width: 500px) {
  .pump-range .pump-range-box h3 {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }
}

.pump-range .pump-range-box .pump-range-product-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem 0;
}

@media (max-width: 700px) {
  .pump-range .pump-range-box .pump-range-product-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.pump-range .pump-range-box .pump-range-product-box .pump-range-text {
  padding: 3rem 5rem;
}

.pump-range .pump-range-box .pump-range-product-box h4 {
  color: #292929;
}

@media (max-width: 700px) {
  .pump-range .pump-range-box .pump-range-product-box h4 {
    text-align: center;
  }
}

.pump-range .pump-range-box .pump-range-product-box img {
  width: 400px;
}

@media (max-width: 1030px) {
  .pump-range .pump-range-box .pump-range-product-box img {
    width: 300px;
  }
}

.pump-range .pump-range-box .pump-range-product-box ul {
  list-style: none;
}

.pump-range .pump-range-box .pump-range-product-box ul li {
  line-height: 1.5rem;
  color: #292929;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 0;
}

.pump-range .pump-range-box .pump-range-product-box ul li:before {
  content: '✓';
  font-size: 2rem;
  color: #2d83ff;
  padding-right: 1rem;
  display: inline-block;
}

.pump-range .pump-range-box .box2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 700px) {
  .pump-range .pump-range-box .box2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.energy-bills .energy-bills-box {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1rem;
}

.energy-bills .energy-bills-box img {
  padding: 2rem 0;
}

.energy-bills .energy-bills-box h4 {
  position: relative;
  z-index: 10;
  color: #2d83ff;
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 1rem 0;
  text-align: center;
}

@media (max-width: 500px) {
  .energy-bills .energy-bills-box h4 {
    font-size: 1.7rem;
    line-height: 2.2rem;
  }
}

.energy-bills .energy-bills-box h3 {
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  font-size: 2.7rem;
  line-height: 3.7rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #292929;
  letter-spacing: 0.5px;
  text-align: center;
}

@media (max-width: 500px) {
  .energy-bills .energy-bills-box h3 {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }
}

.energy-bills .energy-bills-box h3 strong {
  font-family: 'Oswald', sans-serif;
}

.energy-bills .energy-bills-box p {
  color: #292929;
}

.how-it-works {
  background-color: #283891;
  padding: 2rem 0;
}

.how-it-works .how-it-works-box {
  max-width: 1050px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 2rem;
}

@media (max-width: 700px) {
  .how-it-works .how-it-works-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.how-it-works .how-it-works-box img {
  width: 250px;
  margin: 0 2rem;
}

@media (max-width: 1030px) {
  .how-it-works .how-it-works-box img {
    width: 200px;
  }
}

.how-it-works .how-it-works-box .how-it-works-text {
  color: white;
  margin-right: 3rem;
}

@media (max-width: 700px) {
  .how-it-works .how-it-works-box .how-it-works-text {
    margin: 0;
    padding-bottom: 2rem;
  }
}

.how-it-works .how-it-works-box .how-it-works-text h3 {
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  font-size: 2.7rem;
  line-height: 3.2rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: white;
  letter-spacing: 0.5px;
  padding-bottom: 2rem;
}

@media (max-width: 700px) {
  .how-it-works .how-it-works-box .how-it-works-text h3 {
    text-align: center;
  }
}

.how-it-works .how-it-works-box .how-it-works-text ol {
  padding-left: 5px;
}

.how-it-works .how-it-works-box .how-it-works-text li {
  margin: 1rem;
  padding-left: 5px;
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 23px;
}

.how-it-works .how-it-works-box .how-it-works-text .button-box {
  padding-top: 3rem;
}

@media (max-width: 700px) {
  .how-it-works .how-it-works-box .how-it-works-text .button-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.pv-solar {
  background-color: #283891;
  padding: 3rem 0;
}

.pv-solar h3 {
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  font-size: 2.7rem;
  line-height: 3.7rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: white;
  letter-spacing: 0.5px;
  padding-top: 2rem;
  text-align: center;
}

@media (max-width: 500px) {
  .pv-solar h3 {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }
}

.pv-solar h3 b {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

.pv-solar .pv-solar-box {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

@media (max-width: 700px) {
  .pv-solar .pv-solar-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1rem;
  }
}

.pv-solar .pv-solar-box img {
  max-width: 600px;
  padding: 3rem;
}

@media (max-width: 1030px) {
  .pv-solar .pv-solar-box img {
    max-width: 400px;
  }
}

.pv-solar .pv-solar-box .pv-solar-text {
  max-width: 600px;
  padding: 3rem;
  color: white;
  margin-top: 2rem;
}

@media (max-width: 500px) {
  .pv-solar .pv-solar-box .pv-solar-text {
    padding: 1rem;
  }
}

.get-in-touch {
  text-align: center;
  padding: 5rem 0;
}

.get-in-touch h4 {
  position: relative;
  z-index: 10;
  color: #2d83ff;
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding-bottom: 1rem;
}

@media (max-width: 500px) {
  .get-in-touch h4 {
    font-size: 1.7;
    line-height: 2.2rem;
  }
}

.get-in-touch h3 {
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  font-size: 2.7rem;
  line-height: 3.2rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #292929;
  letter-spacing: 0.5px;
  padding-bottom: 2rem;
}

@media (max-width: 1030px) {
  .get-in-touch h3 {
    padding: 1rem;
  }
}

@media (max-width: 500px) {
  .get-in-touch h3 {
    font-size: 2.2;
    line-height: 2.7rem;
  }
}

.get-in-touch h3 b {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

.get-in-touch .git-box {
  max-width: 1150px;
  padding-top: 2rem;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
}

@media (max-width: 1030px) {
  .get-in-touch .git-box {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    padding: 1rem;
    grid-gap: 1rem;
  }
}

.get-in-touch .git-box .elm {
  height: 380px;
}

.get-in-touch .git-box .elm .overlay-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 380px;
  background-color: #2d84ffc5;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.get-in-touch .git-box .elm .overlay-box h3 {
  font-size: 2rem;
  color: white;
  line-height: 3rem;
}

.get-in-touch .git-box .elm .overlay-box h4 {
  color: white;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.2rem;
  padding-bottom: 0.5rem;
}

.get-in-touch .git-box .elm .overlay-box img {
  width: 80px;
  margin-top: 5rem;
  margin-bottom: 1rem;
}

.get-in-touch .git-box .elm .overlay-box:hover {
  background-color: #ee6563c9;
}

.our-members-section {
  text-align: center;
  background-color: #f2f5fc;
  padding: 5rem 0;
}

.our-members-section h4 {
  position: relative;
  z-index: 10;
  color: #2d83ff;
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding-bottom: 1.5rem;
}

.our-members-section h3 {
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  font-size: 2.7rem;
  line-height: 3.2rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #292929;
  letter-spacing: 0.5px;
  padding-bottom: 1.5rem;
}

.our-members-section .our-members-inner-box {
  margin: 0 auto;
  max-width: 1150px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 4rem;
  padding: 2rem 1rem;
}

@media (max-width: 1030px) {
  .our-members-section .our-members-inner-box {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 3rem;
  }
}

.our-members-section .our-members-inner-box .member-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 500px) {
  .our-members-section .our-members-inner-box .member-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.our-members-section .our-members-inner-box .member-box .member-info {
  padding-left: 2rem;
  text-align: left;
}

@media (max-width: 500px) {
  .our-members-section .our-members-inner-box .member-box .member-info {
    padding: 0 2rem;
  }
}

@media (max-width: 450px) {
  .our-members-section .our-members-inner-box .member-box .member-info {
    padding: 0 1rem;
  }
}

.our-members-section .our-members-inner-box .member-box .member-info h4 {
  padding-bottom: 1rem;
}

.our-members-section .our-members-inner-box .member-box .member-info h5 {
  font-size: 1.4rem;
  line-height: 2rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #292929;
}

.our-members-section .our-members-inner-box .member-box img {
  border-width: 50%;
  width: 300px;
}

@media (max-width: 1030px) {
  .our-members-section .our-members-inner-box .member-box img {
    width: 200px;
  }
}

@media (max-width: 500px) {
  .our-members-section .our-members-inner-box .member-box img {
    width: 230px;
  }
}

.about-kms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
}

@media (max-width: 1030px) {
  .about-kms {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
}

.about-kms .about-text-area {
  width: 50vw;
  padding: 5rem 3rem 5rem 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1030px) {
  .about-kms .about-text-area {
    padding: 2rem 1rem;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.about-kms .about-text-area .about-text-inner-box {
  width: 520px;
}

@media (max-width: 1030px) {
  .about-kms .about-text-area .about-text-inner-box {
    max-width: 700px;
  }
}

.about-kms .about-text-area h4 {
  position: relative;
  z-index: 10;
  color: #2d83ff;
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding-bottom: 1.5rem;
}

@media (max-width: 500px) {
  .about-kms .about-text-area h4 {
    text-align: center;
    padding: 0 1rem;
    font-size: 1.7rem;
    line-height: 2.2rem;
  }
}

.about-kms .about-text-area h3 {
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  font-size: 2.7rem;
  line-height: 3.2rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #292929;
  letter-spacing: 0.5px;
  padding-bottom: 1.5rem;
}

@media (max-width: 500px) {
  .about-kms .about-text-area h3 {
    text-align: center;
    padding: 1rem;
    font-size: 2.2rem;
    line-height: 2.7rem;
  }
}

.about-kms .about-text-area p strong {
  color: #283891;
}

.about-kms .about-img-area {
  width: 50vw;
  position: relative;
}

@media (max-width: 1030px) {
  .about-kms .about-img-area {
    height: 500px;
    width: 100%;
  }
}

.about-kms .about-img-area .about-inner-photos {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.about-kms .about-img-area .about-inner-photos .inner-logo {
  height: 200px;
  width: 200px;
}

.about-kms .about-img-area .about-inner-photos .about-inner-loop img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 10px;
  -webkit-box-shadow: 2px 2px 10px #cec9c941;
          box-shadow: 2px 2px 10px #cec9c941;
}

@media (max-width: 1112px) {
  .about-kms .about-img-area .about-inner-photos .about-inner-loop img {
    height: 120px;
    width: 120px;
  }
}

.button-group-section {
  text-align: center;
}

.button-group-section .content-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 450px) {
  .button-group-section .content-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.button-group-section .content-buttons .btn-blue:hover {
  color: white;
  text-shadow: 1px 1px 3px #283891;
}

.button-group-section .content-buttons a {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.5px;
  margin-right: 20px;
  border-width: 2px;
  border-style: solid;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  white-space: nowrap;
  padding: 10px 40px;
}

@media (max-width: 700px) {
  .button-group-section .content-buttons a {
    padding: 10px 20px !important;
  }
}

@media (max-width: 500px) {
  .button-group-section .content-buttons a {
    font-size: 11px;
    padding: 9px 15px !important;
  }
}

@media (max-width: 450px) {
  .button-group-section .content-buttons a {
    margin: 3px 1rem;
  }
}

.button-group-section .content-buttons a:hover {
  background-color: transparent !important;
}

.system-comparison {
  padding: 1rem 0;
}

.system-comparison .content-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5rem 0 1rem 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media (max-width: 500px) {
  .system-comparison .content-buttons {
    font-size: 11px !important;
  }
}

.system-comparison .content-buttons .btn-blue:hover {
  color: white;
  text-shadow: 1px 1px 3px #283891;
}

.system-comparison .content-buttons a {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.5px;
  margin: 0 10px;
  border-width: 2px;
  border-style: solid;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  white-space: nowrap;
  padding: 10px 40px;
}

.system-comparison .content-buttons a:hover {
  background-color: transparent !important;
}

.system-comparison h3 {
  text-align: center;
  color: #292929;
  position: relative;
  z-index: 10;
  font-size: 2.7rem;
  line-height: 3.2rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
}

@media (max-width: 500px) {
  .system-comparison h3 {
    padding: 1rem;
    font-size: 2.2rem;
    line-height: 2.7rem;
  }
}

.system-comparison .system-small-headline {
  text-align: center;
  position: relative;
  z-index: 10;
  color: #2d83ff;
  font-size: 1.8rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 4rem;
}

@media (max-width: 500px) {
  .system-comparison .system-small-headline {
    padding: 1rem;
    font-size: 1.7rem;
    line-height: 2.2rem;
  }
}

.system-comparison .system-box {
  max-width: 1200px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
}

@media (max-width: 1030px) {
  .system-comparison .system-box {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    padding: 1rem;
  }
}

@media (max-width: 500px) {
  .system-comparison .system-box {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.system-comparison .system-box .system {
  background-color: #f2f5fc;
}

.system-comparison .system-box .system .system-headline {
  text-align: center;
  background-color: #283891;
  color: white;
  padding: 1rem;
  position: relative;
}

.system-comparison .system-box .system .system-headline .small-banner {
  position: absolute;
  background-color: #0e0558;
  right: -1.7rem;
  padding: 7px 25px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  font-size: 11px;
}

.system-comparison .system-box .system .system-headline h4 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 20px;
}

.system-comparison .system-box .system .system-headline h5 {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
}

.system-comparison .system-box .system .small-banner-container {
  background-color: #2d83ff;
  overflow: hidden;
}

.system-comparison .system-box .system .system-text {
  padding: 0 2rem;
}

.system-comparison .system-box .system .system-text p {
  padding: 1rem 0 4rem 0;
  color: #292929;
}

.system-comparison .system-box .system .system-text ul {
  list-style: none;
}

.system-comparison .system-box .system .system-text ul li {
  line-height: 1.5rem;
  color: #292929;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.2rem 0;
  border-bottom: 1px solid #92929242;
}

.system-comparison .system-box .system .system-text ul li:before {
  content: '✓';
  font-size: 2rem;
  color: #2d83ff;
  padding-right: 1rem;
  display: inline-block;
}

.system-comparison .system-box .system .system-text ol {
  list-style: none;
}

.system-comparison .system-box .system .system-text ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5rem;
  color: #292929;
  font-size: 15px;
  padding: 1.2rem 0;
  border-bottom: 1px solid #92929242;
}

.system-comparison .system-box .system .system-text ol li:before {
  content: '+';
  font-size: 3rem;
  color: #ee6663;
  margin-right: 1rem;
  display: inline-block;
  position: relative;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 30px;
  height: 30px;
}

.main-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1050px;
}

@media (max-width: 1030px) {
  .main-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
}

.main-content .content-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
  margin-left: 4rem;
  width: 500px;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

@media (max-width: 1030px) {
  .main-content .content-buttons {
    width: 100%;
    margin-left: 0;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 500px) {
  .main-content .content-buttons {
    font-size: 11px !important;
  }
}

.main-content .content-buttons .btn-blue:hover {
  color: white;
  text-shadow: 1px 1px 3px #283891;
}

.main-content .content-buttons a {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.5px;
  margin-right: 20px;
  border-width: 2px;
  border-style: solid;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  white-space: nowrap;
  padding: 10px 40px;
}

.main-content .content-buttons a:hover {
  background-color: transparent !important;
}

.main-content .right-part {
  margin-left: 0;
}

.main-content .content-img-box {
  width: 50vw;
  height: 100%;
  display: block;
  position: relative;
}

@media (max-width: 1030px) {
  .main-content .content-img-box {
    width: 100%;
    height: 500px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.main-content .content-img-box img {
  height: 100%;
  display: block;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.main-content .content-text-box {
  width: 50vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3rem 3.5rem 3.5rem 3.5rem;
  height: 100%;
}

@media (max-width: 1030px) {
  .main-content .content-text-box {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 500px) {
  .main-content .content-text-box {
    padding: 2rem 1rem;
  }
}

.main-content .content-text-box h3 {
  color: #292929;
  position: relative;
  z-index: 10;
  font-size: 2.7rem;
  line-height: 3.2rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 1.5rem;
}

@media (max-width: 500px) {
  .main-content .content-text-box h3 {
    text-align: center;
    font-size: 2.2rem;
    line-height: 2.7rem;
  }
}

.main-content .content-text-box h4 {
  color: #ee6663;
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 1.5rem;
}

@media (max-width: 500px) {
  .main-content .content-text-box h4 {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
}

.main-content .content-text-box h5 {
  color: #292929;
  font-size: 1.9rem;
  line-height: 2.4rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 1.5rem;
}

@media (max-width: 500px) {
  .main-content .content-text-box h5 {
    text-align: center;
    font-size: 1.7rem;
    line-height: 2.2rem;
  }
}

.main-content .content-text-box .row-wraper-1 {
  max-width: 500px;
}

@media (max-width: 1030px) {
  .main-content .content-text-box .row-wraper-1 {
    max-width: 100%;
  }
}

.main-content .content-text-box .row-wraper-1 ul {
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
}

.main-content .content-text-box .row-wraper-2 {
  max-width: 500px;
}

@media (max-width: 1030px) {
  .main-content .content-text-box .row-wraper-2 {
    max-width: 100%;
  }
}

.main-content .content-text-box .row-wraper-2 ul {
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

.main-content .content-text-box ul {
  list-style: none;
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5rem;
  padding-bottom: 1.5rem;
}

.main-content .content-text-box ul li {
  line-height: 1.5rem;
  color: #292929;
  font-size: 15px;
}

.main-content .content-text-box ul li:before {
  content: '✓';
  font-size: 2rem;
  color: #2d83ff;
  padding-right: 0.5rem;
  display: inline-block;
}

.main-content .content-text-box p {
  color: #292929;
  padding-bottom: 1.5rem;
}

.main-content .right-box {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.main-info-section {
  background-color: #f2f5fc;
  padding: 4rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1030px) {
  .main-info-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.main-info-section .info-left {
  width: 580px;
  padding: 1rem 2.2rem 1rem 1rem;
}

@media (max-width: 700px) {
  .main-info-section .info-left {
    width: 100%;
    padding: 1rem;
  }
}

.main-info-section .info-left h3 {
  color: #292929;
  position: relative;
  z-index: 10;
  font-size: 2.7rem;
  line-height: 3.2rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 1.5rem;
}

@media (max-width: 500px) {
  .main-info-section .info-left h3 {
    font-size: 2.2rem;
    line-height: 2.7rem;
    text-align: center;
  }
}

.main-info-section .info-left h3 strong {
  color: #ee6663;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

.main-info-section .info-left .inner-img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0;
}

.main-info-section .info-left .inner-img-box img {
  width: 150px;
  height: 150px;
  margin: 1rem;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 10px #cec9c941;
          box-shadow: 2px 2px 10px #cec9c941;
}

.main-info-section .info-left ul {
  list-style: none;
}

.main-info-section .info-left ul li {
  padding: 0.5rem 0;
  line-height: 1.5rem;
  color: #292929;
}

.main-info-section .info-left ul li:before {
  content: '✓';
  font-size: 2rem;
  color: #2d83ff;
  padding-right: 0.5rem;
  display: inline-block;
}

.main-info-section .info-right {
  width: 580px;
  padding: 1rem 1rem 1rem 2.2rem;
}

@media (max-width: 700px) {
  .main-info-section .info-right {
    width: 100%;
    padding: 1rem;
  }
}

.main-info-section .info-right h4 {
  font-family: 'Oswald', sans-serif;
  color: #2d83ff;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 2.5rem;
  padding-bottom: 10px;
}

@media (max-width: 500px) {
  .main-info-section .info-right h4 {
    font-size: 1.7rem;
    line-height: 2.2rem;
    text-align: center;
  }
}

.main-info-section .info-right h3 {
  color: #292929;
  position: relative;
  z-index: 10;
  font-size: 2.7rem;
  line-height: 3.2rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 1.5rem;
}

@media (max-width: 500px) {
  .main-info-section .info-right h3 {
    font-size: 2.2rem;
    line-height: 2.7rem;
    text-align: center;
  }
}

.main-info-section .info-right p {
  color: #292929;
}

.main-info-section .info-form-box {
  position: relative;
  padding-top: 1rem;
}

.main-info-section .info-form-box a {
  padding: 8px 31px;
  position: absolute;
  text-transform: uppercase;
  bottom: 10px;
  right: 15px;
}

@media (max-width: 700px) {
  .main-info-section .info-form-box a {
    display: none;
  }
}

.main-info-section .info-form-box a img {
  width: 18px;
  margin-right: 5px;
  background-color: #ee6663;
  border-radius: 20%;
}

.main-info-section #gform_3 li {
  margin-top: 0;
}

.main-info-section #gform_3 #field_3_3 {
  padding-right: 8px;
}

@media (max-width: 700px) {
  .main-info-section #gform_3 #field_3_3 {
    padding-right: 0;
  }
}

.main-info-section #gform_3 .gform_title {
  display: none;
}

.main-info-section #gform_3 label {
  display: none;
}

.main-info-section #gform_3 input {
  height: 50px;
  margin-top: 0;
  padding-top: 0;
  padding-left: 15px !important;
  border: none;
}

.main-info-section #gform_3 textarea {
  padding-left: 15px !important;
  border: none;
}

.main-info-section #gform_3 #input_2_7,
.main-info-section #gform_3 #input_2_8 {
  height: 50px;
  padding-left: 10px !important;
  border: none;
}

.main-info-section #gform_3 #gform_submit_button_3 {
  font-family: 'Oswald', sans-serif;
  height: 45px;
  width: 51%;
  background-color: #283891;
  color: white;
  padding: 0;
  text-transform: uppercase;
  border: 2px solid #283891;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media (max-width: 700px) {
  .main-info-section #gform_3 #gform_submit_button_3 {
    width: 100%;
  }
}

.main-info-section #gform_3 .gform_footer.top_label {
  margin-top: 2px;
  padding-top: 10px;
  padding-right: 1rem;
}

@media (max-width: 700px) {
  .main-info-section #gform_3 .gform_footer.top_label {
    padding-right: 0;
  }
}

.main-info-section #gform_3 #gform_submit_button_3:hover {
  background-color: white;
  color: #283891;
}

.secondary-info-section {
  background-color: white;
  padding: 4rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.secondary-info-section .info-left {
  width: 580px;
  padding: 1rem 2.2rem 1rem 1rem;
}

.secondary-info-section .info-left h3 {
  color: #292929;
  position: relative;
  z-index: 10;
  font-size: 2.7rem;
  line-height: 3.2rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 1.5rem;
}

@media (max-width: 500px) {
  .secondary-info-section .info-left h3 {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }
}

.secondary-info-section .info-left h3 strong {
  color: #292929;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

.secondary-info-section .info-left .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
}

.secondary-info-section .info-left .info-box img {
  
  margin-right: 1rem;
}

.secondary-info-section .info-right {
  width: 580px;
  padding: 1rem 1rem 1rem 2.2rem;
}

.secondary-info-section .info-right h4 {
  font-family: 'Oswald', sans-serif;
  color: #2d83ff;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 2.5rem;
  padding-bottom: 10px;
}

.secondary-info-section .info-right h3 {
  color: #292929;
  position: relative;
  z-index: 10;
  font-size: 2.7rem;
  line-height: 3.2rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 1.5rem;
}

.secondary-info-section .info-right p {
  color: #292929;
}

.secondary-info-section .info-form-box {
  position: relative;
  padding-top: 1rem;
}

.secondary-info-section #gform_4 li {
  margin-top: 0;
}

.secondary-info-section #gform_4 #field_4_3 {
  padding-right: 8px;
}

.secondary-info-section #gform_4 .gform_title {
  display: none;
}

.secondary-info-section #gform_4 label {
  display: none;
}

.secondary-info-section #gform_4 input {
  height: 50px;
  margin-top: 0;
  padding-top: 0;
  padding-left: 15px !important;
  border: none;
  background-color: #f2f5fc;
}

.secondary-info-section #gform_4 textarea {
  padding-left: 15px !important;
  border: none;
  background-color: #f2f5fc;
}

.secondary-info-section #gform_4 #input_2_7,
.secondary-info-section #gform_4 #input_2_8 {
  height: 50px;
  padding-left: 10px !important;
  border: none;
}

.secondary-info-section #gform_4 #gform_submit_button_4 {
  font-family: 'Oswald', sans-serif;
  height: 45px;
  width: 100%;
  background-color: #ee6663;
  color: white;
  padding: 0;
  text-transform: uppercase;
  border: 2px solid #ee6663;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.secondary-info-section #gform_4 .gform_footer.top_label {
  margin-top: 2px;
  padding-top: 10px;
  padding-right: 1rem;
}

.secondary-info-section #gform_4 #gform_submit_button_4:hover {
  background-color: white;
  color: #ee6663;
}

.banner-section {
  display: block;
  position: relative;
}

.banner-section img {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.get-system {
  padding: 1rem 0;
}

.get-system .main-headline {
  font-size: 2.7rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 3rem;
  letter-spacing: 1px;
  text-align: center;
  color: #292929;
}

@media (max-width: 700px) {
  .get-system .main-headline {
    padding: 0 1rem 3rem 1rem;
  }
}

@media (max-width: 500px) {
  .get-system .main-headline {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }
}

.get-system .get-system-box {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 1030px) {
  .get-system .get-system-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .get-system .get-system-box {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.get-system .get-system-box .get-system-item {
  text-align: center;
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1030px) {
  .get-system .get-system-box .get-system-item {
    padding: 1rem;
    margin: 0 auto;
  }
}

.get-system .get-system-box .get-system-item img {
  width: 130px;
  height: 130px;
  margin: 2rem 0;
}

.get-system .get-system-box .get-system-item h3 {
  color: #283891;
  font-size: 19px;
  line-height: 25px;
  text-transform: uppercase;
}

.get-system .get-system-box .get-system-item p {
  color: #292929;
  padding-top: 1rem;
}

.get-system .get-system-box .get-system-item h5 {
  text-align: center;
  font-size: 20px;
  padding: 0.37rem 1rem;
  color: white;
  background: #2d83ff;
  border-radius: 50%;
}

.get-system .get-system-box .fill-img {
  padding-top: 7rem;
  width: 100px;
}

@media (max-width: 1030px) {
  .get-system .get-system-box .fill-img {
    display: none;
  }
}

.chart {
  background-color: #283891;
  text-align: center;
  padding: 4rem 1rem 5rem 1rem;
}

.chart h3 {
  color: white;
  position: relative;
  z-index: 10;
  font-size: 2.7rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 2rem;
}

@media (max-width: 500px) {
  .chart h3 {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }
}

.chart h3 b {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

.chart img {
  max-width: 1000px;
}

.chart p {
  font-family: 'Oswald', sans-serif;
  max-width: 930px;
  color: white;
  position: relative;
  z-index: 10;
  font-size: 1.6rem;
  font-weight: 300;
  margin: 0 auto;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 2rem 1rem 1rem 1rem;
}

@media (max-width: 500px) {
  .chart p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.chart .content-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3rem 0 1rem 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media (max-width: 500px) {
  .chart .content-buttons {
    font-size: 11px !important;
  }
}

.chart .content-buttons .btn-white-blue:hover {
  color: white;
  text-shadow: 1px 1px 3px #283891;
}

.chart .content-buttons a {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.5px;
  margin: 0 10px;
  border-width: 2px;
  border-style: solid;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  white-space: nowrap;
  padding: 10px 40px;
}

.chart .content-buttons a:hover {
  background-color: transparent !important;
}

.why-kms {
  position: relative;
  overflow: hidden;
  padding-bottom: 6rem;
}

.why-kms .button-box {
  width: 316px;
  margin: 0 auto;
}

.why-kms .footer-fill {
  position: absolute;
  width: 800px;
  height: 800px;
  left: -10rem;
  top: -5rem;
}

.why-kms .why-kms-top {
  background-color: #ee6663;
}

.why-kms .why-kms-top .top-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 0;
}

@media (max-width: 700px) {
  .why-kms .why-kms-top .top-section {
    padding: 1rem;
  }
}

.why-kms .why-kms-top .top-section img {
  width: 70px;
  margin-right: 2rem;
}

@media (max-width: 700px) {
  .why-kms .why-kms-top .top-section img {
    display: none;
  }
}

.why-kms .why-kms-top .top-section h3 {
  color: #f8f8f8;
  font-size: 3rem;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

@media (max-width: 700px) {
  .why-kms .why-kms-top .top-section h3 {
    font-size: 2rem;
  }
}

@media (max-width: 500px) {
  .why-kms .why-kms-top .top-section h3 {
    font-size: 1.5rem;
    text-align: center;
  }
}

.why-kms .why-kms-top .top-section h3 b {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

.why-kms .why-kms-top .bottom-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1030px) {
  .why-kms .why-kms-top .bottom-section {
    padding: 0 1rem 9rem 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.why-kms .why-kms-top .bottom-section .why-kms-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.why-kms .why-kms-top .bottom-section .why-kms-contact img {
  width: 30px;
  margin: 0 1rem;
}

@media (max-width: 450px) {
  .why-kms .why-kms-top .bottom-section .why-kms-contact img {
    width: 20px;
    margin: 0 1rem 0 1rem;
  }
}

.why-kms .why-kms-top .bottom-section .why-kms-contact img:nth-child(1) {
  width: 40px;
}

@media (max-width: 450px) {
  .why-kms .why-kms-top .bottom-section .why-kms-contact img:nth-child(1) {
    width: 30px;
    margin: 0 1rem 0 0;
  }
}

.why-kms .why-kms-top .bottom-section .why-kms-contact a {
  font-size: 19px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.why-kms .why-kms-top .bottom-section .why-kms-contact a:hover {
  color: #db2b28;
}

.why-kms .why-kms-top .bottom-section .btn {
  z-index: 20;
  margin-right: 4rem;
}

@media (max-width: 700px) {
  .why-kms .why-kms-top .bottom-section .btn {
    display: none;
  }
}

.why-kms .why-kms-bottom {
  position: relative;
  padding-top: 6rem;
}

.why-kms .why-kms-bottom .why-kms-main-icon {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: white;
  padding: 3rem;
  border-radius: 50%;
}

.why-kms .why-kms-bottom .why-kms-main-icon img {
  width: 130px;
}

.why-kms .why-kms-bottom .why-kms-text {
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 700px) {
  .why-kms .why-kms-bottom .why-kms-text {
    padding: 0 1rem;
  }
}

.why-kms .why-kms-bottom .why-kms-text h4 {
  position: relative;
  z-index: 10;
  color: #2d83ff;
  font-size: 1.8rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

@media (max-width: 500px) {
  .why-kms .why-kms-bottom .why-kms-text h4 {
    font-size: 1.7;
    line-height: 2.2rem;
    padding-bottom: 1rem;
  }
}

.why-kms .why-kms-bottom .why-kms-text h3 {
  position: relative;
  z-index: 10;
  font-size: 3rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #292929;
  letter-spacing: 1px;
}

@media (max-width: 500px) {
  .why-kms .why-kms-bottom .why-kms-text h3 {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }
}

.why-kms .why-kms-bottom .why-kms-text h3 b {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

.why-kms .why-kms-bottom .why-kms-icon-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  grid-gap: 3rem;
  padding: 3rem 2rem 1rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1030px) {
  .why-kms .why-kms-bottom .why-kms-icon-container {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.why-kms .why-kms-bottom .why-kms-icon-container .why-kms-icon-box {
  text-align: center;
}

.why-kms .why-kms-bottom .why-kms-icon-container .why-kms-icon-box img {
  height: 100px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.why-kms .why-kms-bottom .why-kms-icon-container .why-kms-icon-box img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.why-kms .why-kms-bottom .why-kms-icon-container .why-kms-icon-box h3 {
  color: #292929;
  font-size: 19px;
  line-height: 25px;
  padding: 13px 0;
}

.why-kms .why-kms-bottom .why-kms-icon-container .why-kms-icon-box p {
  color: #292929;
}

.main-form {
  background-color: #f2f5fc;
  padding: 3rem 0 6rem 0;
}

.main-form .form-box {
  max-width: 900px;
  margin: 0 auto;
}

@media (max-width: 1030px) {
  .main-form .form-box {
    padding: 0 0 0 1rem;
  }
}

@media (max-width: 700px) {
  .main-form .form-box {
    padding: 0 1rem;
  }
}

.main-form .form-box .form-info {
  text-align: center;
  text-transform: uppercase;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-form .form-box .form-info h4 {
  z-index: 10;
  color: #2d83ff;
  font-size: 1.8rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

@media (max-width: 500px) {
  .main-form .form-box .form-info h4 {
    font-size: 1.7rem;
    line-height: 2.2rem;
    padding-bottom: 1rem;
  }
}

.main-form .form-box .form-info h3 {
  z-index: 10;
  font-size: 3rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #292929;
  letter-spacing: 1px;
}

@media (max-width: 500px) {
  .main-form .form-box .form-info h3 {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }
}

.main-form .form-box .form-info h3 b {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

.main-form .form-box .form-info .form-info-img-box {
  z-index: 2;
  position: absolute;
  top: -3rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #f2f5fc;
  padding: 4rem 5rem 6rem 5rem;
  border-radius: 50%;
}

.main-form .form-box .form-info .form-info-img-box img {
  width: 60px;
}

.main-form .form-box #gform_2 .gform_title {
  display: none;
}

.main-form .form-box #gform_2 label {
  display: none;
}

.main-form .form-box #gform_2 input {
  height: 50px;
  margin-top: 0;
  padding-top: 0;
  padding-left: 15px !important;
  border: none;
}

.main-form .form-box #gform_2 textarea {
  padding-left: 15px !important;
  border: none;
}

.main-form .form-box #gform_2 #input_2_7,
.main-form .form-box #gform_2 #input_2_8 {
  height: 50px;
  padding-left: 10px !important;
  border: none;
}

.main-form .form-box #gform_2 #gform_submit_button_2 {
  font-family: 'Oswald', sans-serif;
  width: 100%;
  background-color: #2d83ff;
  color: white;
  padding: 5px 0;
  text-transform: uppercase;
  border: 2px solid #2d83ff;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.main-form .form-box #gform_2 .gform_footer.top_label {
  margin-top: 10px;
  padding-top: 0;
  padding-right: 1rem;
}

@media (max-width: 700px) {
  .main-form .form-box #gform_2 .gform_footer.top_label {
    padding-right: 0;
  }
}

.main-form .form-box #gform_2 #gform_submit_button_2:hover {
  background-color: white;
  color: #2d83ff;
}

.map-section .map-headline {
  background-color: #ee6663;
  height: 100%;
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.map-section .map-headline img {
  position: absolute;
  width: 1000px;
  height: 1000px;
  right: -10rem;
  top: -5rem;
}

.map-section .map-headline h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 3.5rem;
  line-height: 4.7rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 0 1rem;
}

.maps-2 {
	display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.maps-2 > div {
	width: 50%;
}

@media (max-width: 700px) {
  .map-section .map-headline h3 {
    font-size: 2.7rem;
    line-height: 3.2rem;
  }
  .maps-2 > div {
  	width: 100%;
  }
}

@media (max-width: 500px) {
  .map-section .map-headline h3 {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }
}

.map-section .map-headline h3 b {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

.map-section .map-headline span {
  background-color: white;
  width: 200px;
  height: 3px;
  margin: 2rem 0;
}

.footer-logos .footer-logo-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 1rem;
}

.footer-logos .footer-logo-gallery img {
  margin: 1rem;
  width: 190px;
  max-height: 130px;
}

@media (max-width: 1030px) {
  .footer-logos .footer-logo-gallery img {
    width: 150px;
  }
}

@media (max-width: 700px) {
  .footer-logos .footer-logo-gallery img {
    width: 100px;
  }
}

@media (max-width: 500px) {
  .footer-logos .footer-logo-gallery img {
    width: 60px;
  }
}

footer {
  position: relative;
  background-color: #283891;
  overflow: hidden;
}

footer .footer-fill {
  position: absolute;
  width: 1000px;
  height: 1000px;
  left: -30rem;
  top: -5rem;
}

@media (max-width: 1030px) {
  footer .footer-fill {
    width: 600px;
    left: -10rem;
  }
}

@media (max-width: 700px) {
  footer .footer-fill {
    width: 400px;
    left: -10rem;
  }
}

@media (max-width: 500px) {
  footer .footer-fill {
    display: none;
  }
}

footer .footer-box {
  max-width: 1250px;
  margin: 0 auto;
  padding-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1030px) {
  footer .footer-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

footer .footer-box .footer-logo {
  padding: 3.4rem 3rem 0 3rem;
}

@media (max-width: 1030px) {
  footer .footer-box .footer-logo {
    padding: 2rem;
  }
}

footer .footer-box .footer-logo a {
  position: relative;
}

footer .footer-box .footer-logo img {
  width: 150px;
}

footer .footer-box .footer-contact {
  padding: 0 3rem;
  color: white;
}

@media (max-width: 1030px) {
  footer .footer-box .footer-contact {
    text-align: center;
    padding: 2rem;
  }
}

footer .footer-box .footer-contact h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 1rem;
}

footer .footer-box .footer-contact .footer-contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
}

footer .footer-box .footer-contact .footer-contact-box img {
  width: 18px;
}

footer .footer-box .footer-contact .footer-contact-box p {
  padding: 5px 1rem;
}

footer .footer-box .footer-nav {
  padding: 0 3rem;
}

@media (max-width: 1030px) {
  footer .footer-box .footer-nav {
    text-align: center;
    padding: 2rem;
  }
}

footer .footer-box .footer-nav h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  color: white;
  padding-bottom: 1rem;
}

footer .footer-box .footer-nav li {
  padding: 3px 0;
}

footer .footer-box .footer-nav li a {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

footer .footer-box .footer-nav li a:hover {
  color: #2d83ff;
}

footer .footer-form-box {
  max-width: 410px;
  margin: 0 2.5rem;
}

footer .footer-form-box input {
  border: none;
  outline: none;
  height: 40px;
  padding-left: 10px !important;
  border: none;
}

footer .footer-form-box textarea {
  border: none;
}

footer .footer-form-box .top_label {
  margin-top: 0;
  padding-top: 0;
  padding-right: 1rem;
}

@media (max-width: 700px) {
  footer .footer-form-box .top_label {
    padding-right: 0;
  }
}

footer .footer-form-box .top_label #gform_submit_button_1 {
  font-family: 'Oswald', sans-serif;
  width: 100%;
  background-color: #2d83ff;
  color: white;
  padding: 5px 0;
  text-transform: uppercase;
  border: 2px solid #2d83ff;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

footer .footer-form-box .top_label #gform_submit_button_1:hover {
  background-color: white;
  color: #2d83ff;
}

footer .footer-form-box #gform_widget-3 {
  list-style: none;
}

footer .footer-form-box #gform_widget-3 .widgettitle {
  font-family: 'Oswald', sans-serif;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
}

footer .footer-form-box #gform_fields_1 li {
  margin-top: 0;
  margin-bottom: 5px;
  height: 100%;
  vertical-align: unset;
}

footer .footer-form-box #gform_fields_1 li label {
  display: none;
}

footer .bottom-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.479);
}

@media (max-width: 500px) {
  footer .bottom-footer {
    margin: 0 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

footer .bottom-footer p {
  padding: 1rem 0;
  color: white;
}

footer .bottom-footer p a {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

footer .bottom-footer p a:hover {
  color: #2d83ff;
}

.dropdown-section {
  padding: 2rem 0;
}

.dropdown-section .dropdown-text {
  text-align: center;
  padding: 2rem 1rem;
}

.dropdown-section .dropdown-text h3 {
  text-align: center;
  color: #292929;
  position: relative;
  z-index: 10;
  font-size: 2.7rem;
  line-height: 3.3rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 1rem;
}

@media (max-width: 700px) {
  .dropdown-section .dropdown-text h3 {
    padding: 1rem;
  }
}

@media (max-width: 500px) {
  .dropdown-section .dropdown-text h3 {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }
}

.dropdown-section .dropdown-section-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1030px) {
  .dropdown-section .dropdown-section-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.dropdown-section .dropdown-section-box .faq-list {
  width: 450px;
  margin: 0.5rem;
  list-style-type: none;
}

@media (max-width: 1030px) {
  .dropdown-section .dropdown-section-box .faq-list {
    margin: 0;
  }
}

@media (max-width: 500px) {
  .dropdown-section .dropdown-section-box .faq-list {
    width: 100%;
    padding: 0 1rem;
  }
}

.dropdown-section .dropdown-section-box .faq-list > li {
  width: 100%;
  background-color: #283891;
  margin-bottom: 1rem;
  color: white;
}

.dropdown-section .dropdown-section-box .faq-list > li.open {
  background-color: #2d83ff;
}

.dropdown-section .dropdown-section-box .faq-list > li.open .list-header:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.dropdown-section .dropdown-section-box .faq-list > li.open .list-content {
  background-color: #2d83ff;
  max-height: 1000px;
  -webkit-transition: max-height 0.5s ease-in;
  transition: max-height 0.5s ease-in;
}

.dropdown-section .dropdown-section-box .faq-list .list-header {
  position: relative;
  padding: 20px 40px 20px 15px;
  line-height: 30px;
  cursor: pointer;
	font-size: 16px;
}

@media (max-width: 400px) {
  .dropdown-section .dropdown-section-box .faq-list .list-header {
    padding: 15px 35px 15px 15px;
  }
}

.dropdown-section .dropdown-section-box .faq-list .list-header:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 25px;
  right: 15px;
  border-style: solid;
  border-width: 18px 12px 0 12px;
  border-color: white transparent transparent transparent;
  -webkit-transition: transform 0.5s ease-in;
  -webkit-transition: -webkit-transform 0.5s ease-in;
  transition: -webkit-transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
}

@media (max-width: 400px) {
  .dropdown-section .dropdown-section-box .faq-list .list-header:after {
    border-width: 15px 9px 0 9px;
  }
}

.dropdown-section .dropdown-section-box .faq-list .list-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
  transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
}

.dropdown-section .dropdown-section-box .faq-list .list-content-inner {
  padding: 30px;
  background-color: #f2f5fc;
  color: #292929;
}

@media (max-width: 400px) {
  .dropdown-section .dropdown-section-box .faq-list .list-content-inner {
    padding: 15px;
  }
}

.dropdown-section .dropdown-section-box .faq-list .list-content-inner img {
  margin: 1rem 0;
}

.dropdown-section .dropdown-section-box li:hover {
  background-color: #2d83ff;
}

.partners-section {
  padding: 1rem 0;
}

.partners-section h3 {
  text-align: center;
  color: #292929;
  position: relative;
  z-index: 10;
  font-size: 2.7rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 1rem;
}

@media (max-width: 700px) {
  .partners-section h3 {
    padding: 1rem;
  }
}

@media (max-width: 500px) {
  .partners-section h3 {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }
}

.partners-section h3 b {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

.section {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 0;
}

.slick-prev, .slick-next {
  position: absolute;
  top: 135%;
  font-size: 1.8rem;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          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);
  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;
  max-height: 100px;
}

.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;
}

.slide {
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s, -webkit-filter .4s;
  margin: 0px 40px;
}

.slick-prev {
  left: 0;
}

.slick-prev, .slick-next {
  position: absolute;
  top: 35%;
  font-size: 1.8rem;
}

.author_bio_toggle_wrapper {
  height: 60px;
  width: 200px;
  background-color: #292929;
}

#author_bio_wrap {
  margin-top: 0px;
  margin-bottom: 30px;
  background: gray;
  width: 200px;
  height: 100px;
}

#gallery {
  position: relative;
  height: 100%;
  width: 100vw;
  text-align: center;
  padding: 5rem 0;
}

#gallery .gallery-headline {
  text-align: center;
  padding-bottom: 3rem;
}

#gallery .gallery-headline h4 {
  position: relative;
  z-index: 10;
  color: #2d83ff;
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
}

#gallery .gallery-headline h3 {
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  font-size: 2.7rem;
  line-height: 3.2rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #292929;
  letter-spacing: 0.5px;
  padding-bottom: 1.5rem;
}

#gallery .sliders {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;*/
  overflow-y: hidden;
  overflow-x: scroll !important;
  -webkit-transform: scroll(calc(var(--i,0)/var(--n)*-100%));
          transform: scroll(calc(var(--i,0)/var(--n)*-100%));
  scroll-behavior: smooth;
  width: 100vw;
}

#gallery .sliders::-webkit-scrollbar {
  height: 5px;
  width: 150px;
  display: none;
}

#gallery .sliders::-webkit-scrollbar-track {
  background: transparent;
}

#gallery .sliders::-webkit-scrollbar-thumb {
  background: #888;
}

#gallery .sliders::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#gallery .sliders .slider-section:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#gallery .slides {
  position: relative;
}

#gallery .slides .slider-section {
  height: 430px;
  width: 33.3vw;
  text-align: center;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  border-radius: 5px;
}

#gallery .slides .slider-section img {
  width: 33.3vw;
  height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0 5px;
}

#gallery .proba {
  position: relative;
}

#gallery .control-prev-btn {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 100%;
  width: 33vw;
  text-align: center;
  background-color: rgba(235, 235, 235, 0.527);
  cursor: pointer;
}

#gallery .control-prev-btn i {
  position: absolute;
  top: 35%;
  left: 0;
  padding: 3rem 1rem;
  background-color: white;
}

#gallery .control-next-btn {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  height: 100%;
  width: 33vw;
  text-align: center;
  background-color: rgba(235, 235, 235, 0.521);
  cursor: pointer;
}

#gallery .control-next-btn i {
  position: absolute;
  top: 35%;
  right: 0;
  padding: 3rem 1rem;
  background-color: white;
}

.leading_heat_pumps {
	background: #f2f5fc;
    padding: 100px 0;
}

.leading_heat_pumps h2 {
	text-transform: uppercase;
    position: relative;
    z-index: 10;
    font-size: 2.7rem;
    line-height: 3.7rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #292929;
    letter-spacing: 0.5px;
    text-align: center;
	margin-bottom: 50px;
}

.leading_heat_pumps h2 b {
	font-weight: 500;
    font-family: 'Oswald', sans-serif;
}

.leading_heat_pumps .item-container {
	max-width: 1200px;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
}

@media (max-width: 992px) {
	.leading_heat_pumps .item-container {
		 -ms-grid-columns: (1fr)[2];
    	grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 567px) {
	.leading_heat_pumps .item-container {
		 -ms-grid-columns: (1fr)[1];
    	grid-template-columns: repeat(1, 1fr);
	}
}

.leading_heat_pumps .items {
	padding: 0 15px;
	position: relative;
	margin-top: 50px;
}

.leading_heat_pumps h3 {
	font-size: 1.6rem;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	margin-bottom: 30px;
}


.leading_heat_pumps .img-container {
	height: 367px;
	width: 100%;
	overflow: hidden;
	background: #fff;
}

.leading_heat_pumps .img-container img {
	object-fit: cover;
	width: 100%;
    height: 100%;
}

.leading_heat_pumps .img-container {
	margin-bottom: 15px;
}

.leading_heat_pumps .brand-text ul {
	margin-left: 40px;
}

.leading_heat_pumps .brand-text ul li {
	list-style-type: disc;
	font-size: 1.4rem;
}

.leading_heat_pumps .brand-text {
	margin-bottom: 15px;
}


.leading_heat_pumps .btn-blue {
	display: inline-block;
	margin: auto;
}

.leading_heat_pumps .counter span {
	position: absolute;
	left: -15px;
	font-size: 13rem;
	color: #ee6663;
	opacity: .1;
	font-weight: 900;
	line-height: 8rem;
	font-family: 'Oswald', sans-serif;
	top: 0;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #ee6663;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.page-template-template-hot-water-systems .why-kms .why-kms-top {
display: none;
}

.page-template-template-hot-water-systems .why-kms {
padding-top: 70px;}

.page-template-template-hot-water-systems .main-page-hero .main-area {
     min-height: 65vh;
     -webkit-box-orient: horizontal;
     -ms-flex-direction: row;
     flex-direction: row;
     -ms-flex-pack: unset;
     justify-content: space-around;
     align-items: center;
}

.page-template-template-hot-water-systems .main-page-hero .main-area #gform_wrapper_3 {
	position: relative;
    z-index: 100;
}

@media (max-width: 1024px) {
	.page-template-template-hot-water-systems .main-page-hero .main-area {
    	padding-left: 1rem;
    }
    .page-template-template-hot-water-systems .main-page-hero .main-area .text-box{
    	padding-top: 0;
        padding-right: 1rem;
    }
}



.page-template-template-hot-water-systems .main-page-hero .main-area .button-box {
	grid-template-columns: repeat(2, 200px);
}



.page-template-template-hot-water-systems #gform_3 li {
     margin-top: 0;
}

.page-template-template-hot-water-systems #gform_3 label {
     display: none;
}

.page-template-template-hot-water-systems #gform_3  input {
     height: 50px;
    margin-top: 0;
    padding-top: 0;
    padding-left: 15px !important;
    border: none;
}

.page-template-template-hot-water-systems #gform_3 #field_3_3 {
    padding-right: 8px;
}

.page-template-template-hot-water-systems #gform_3 textarea {
    padding-left: 15px !important;
    border: none;
}

.page-template-template-hot-water-systems #gform_3 .gform_title {
    display: none;
}

.page-template-template-hot-water-systems #gform_3 .gform_footer.top_label {
   margin-top: 2px;
    padding-top: 10px;
    padding-right: 1rem;
}

.page-template-template-hot-water-systems #gform_3 #gform_submit_button_3 {
   font-family: 'Oswald', sans-serif;
    height: 45px;
    width: 51%;
    background-color: #283891;
    color: white;
    padding: 0;
    text-transform: uppercase;
    border: 2px solid #283891;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.page-template-template-hot-water-systems .main-page-hero .reem-page {
	padding-bottom: 10rem;
}

.page-template-template-hot-water-systems .map-section,
.page-template-template-hot-water-systems .maps-2,
.page-template-template-hot-water-systems .footer-btn-box {
	display: none;
}

@media (max-width: 767px) {
	.page-template-template-hot-water-systems .main-page-hero .main-area {
    	text-align: center;
        flex-direction: column;
    }
    .page-template-template-hot-water-systems .main-page-hero .main-area .button-box {
    	display: block;
    }
}

@media (max-width: 500px) {
	.page-template-template-hot-water-systems .main-page-hero .main-area #gform_wrapper_3 {
    	display: none;
    }
    .page-template-template-hot-water-systems .main-page-hero .main-area .text-box {
    padding-right: 0;
    }
    .page-template-template-hot-water-systems .main-page-hero  {
    height: 70vh !important;}
    .page-template-template-hot-water-systems .main-page-hero .main-area .button-box a {
    	display: inline-block; margin: auto; margin-top: 10px;
    }
}

.page-template-archive-completed-projects .why-kms {
	padding-bottom: 130px!important;
}

.page-template-template-contact .main-form {
	padding-top: 155px;
}

/*# sourceMappingURL=main.css.map */