body {
  font-family: 'Open Sans', sans-serif;
  color: #313131;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 1px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #969595;
  font-size: 13px;
  line-height: 26px;
  font-weight: 400;
}

.button {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 2px;
  background-color: #31aae2;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #313131;
}

.button.b_2 {
  background-color: #dbdbdb;
}

.button.b_2:hover {
  padding-right: 15px;
  background-color: #31aae2;
}

.button.submit {
  margin-top: 10px;
}

.button.btn-white {
  background-color: #fff;
  color: #31aae2;
}

.button.btn-white:hover {
  background-color: #313131;
  color: #fff;
}

.navigation {
  position: fixed;
  width: 100%;
  height: 92px;
  border-top: 2px solid #31aae2;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  opacity: 1;
}

.logo {
  width: 100px;
  margin-top: 24px;
}

.logo.w--current {
  border-style: none;
}

.nav-link {
  margin-left: 40px;
  padding: 34px 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #969595;
  font-size: 13px;
  font-weight: 600;
}

.nav-link:hover {
  color: #313131;
}

.nav-link.w--current {
  box-shadow: 0 2px 0 0 #31aae2;
  color: #313131;
}

.banner {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  height: 670px;
  background-color: #fff;
  background-image: url('../images/56c2afff1610eb85439d8b2c_hero.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 1;
}

.section {
  padding-top: 95px;
  padding-bottom: 95px;
}

.section.gray {
  background-color: #f9f9f9;
}

.section.gray.s-pages {
  overflow: hidden;
  padding-top: 135px;
  padding-bottom: 50px;
}

.section.section-small {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #31aae2;
}

.section.dark {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #31aae2;
}

.section.dark.d-line {
  border-top: 1px solid #5db9e3;
}

.section.gradient {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/slide08.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/slide08.jpg');
  background-attachment: scroll, fixed;
}

.row {
  text-align: center;
}

.icon-box {
  display: block;
  width: 90px;
  height: 90px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-top: 15px;
  border-radius: 5px;
  background-color: #31aae2;
  opacity: 1;
}

.icon-box.icon-box1 {
  background-image: url('../images/img1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.icon-box.icon-box2 {
  background-image: url('../images/img2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.icon-box.icon-box3 {
  background-image: url('../images/img3.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.box-div {
  margin-top: 20px;
}

.box-div.box-div-more {
  margin-top: 40px;
}

.box-div.box-div-more-4x {
  margin-top: 60px;
}

.li {
  margin-bottom: 15px;
  padding-left: 25px;
  background-image: url('../images/star_31aae2_100.png');
  background-position: 0px 5px;
  background-size: 15px;
  background-repeat: no-repeat;
}

.work-div {
  padding-top: 40px;
  padding-bottom: 40px;
}

.blue {
  color: #31aae2;
  font-weight: 400;
  letter-spacing: 0px;
}

.div-center {
  text-align: center;
}

.small-line {
  display: block;
  width: 50px;
  height: 2px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  background-color: #31aae2;
}

.portfolio-item {
  position: relative;
  overflow: hidden;
  width: 25%;
  float: left;
  background-color: transparent;
}

.portfolio-slider {
  height: auto;
  background-color: transparent;
}

.arrow {
  background-color: #31aae2;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 24px;
}

.arrow:hover {
  background-color: #313131;
}

.white {
  color: #fff;
  font-weight: 400;
  letter-spacing: 0px;
}

.row-spc {
  margin-bottom: 40px;
}

.blending-ico {
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 55px;
  background-image: url('../images/icon-Faucet.png');
  background-position: 0px 0px;
  background-size: 40px;
  background-repeat: no-repeat;
}

.blending-ico._2 {
  background-image: url('../images/icon-WaterHeater.png');
  background-size: 40px;
}

.blending-ico._3 {
  background-image: url('../images/icon-Pipe.png');
  background-size: 40px;
}

.blending-ico._4 {
  background-image: url('../images/clock-o_31aae2_150.png');
  background-size: 40px;
}

.blending-ico._5 {
  background-image: url('../images/icon-Shower.png');
  background-size: 40px;
}

.blending-ico._6 {
  background-image: url('../images/icon-Radiator.png');
  background-position: 0px 0px;
  background-size: 40px;
}

.logo-wrapper {
  width: 16.6%;
  float: left;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-wrapper {
  text-align: center;
}

.team-wrapper-2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
}

.p-wrapper {
  padding-right: 20px;
  padding-left: 20px;
}

.social-wrapper {
  position: relative;
  bottom: -5px;
  margin-top: 10px;
}

.soc-ico {
  width: 40px;
  height: 40px;
  margin-right: 2px;
  float: none;
  background-color: #d9d9d9;
}

.soc-ico:hover {
  background-color: #31aae2;
}

.soc-ico.facebook {
  background-image: url('../images/facebook_ffffff_150.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.soc-ico.twitter {
  background-image: url('../images/twitter_ffffff_150.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.soc-ico.pinsteret {
  background-image: url('../images/pinterest_ffffff_150.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.soc-ico.linkdin {
  background-image: url('../images/linkedin_ffffff_150.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.soc-ico.envelope {
  background-image: url('../images/envelope_ffffff_150.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.testimonials-slider {
  height: auto;
  background-color: transparent;
}

.slide-dot {
  position: relative;
  opacity: 1;
  font-size: 10px;
}

.testimonials-wrappe {
  position: relative;
  padding: 16px 30px 55px;
  border: 1px solid #ededed;
  background-color: #f9f9f9;
}

.triangle {
  position: absolute;
  right: -1px;
  bottom: -1px;
}

.photo-client {
  position: relative;
  left: 30px;
  top: -48px;
  z-index: 2;
  width: 80px;
  height: 80px;
  border-radius: 100%;
}

.photo-client._1 {
  background-image: url('../images/cleint3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo-client._2 {
  background-image: url('../images/client2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.italic {
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
}

.name-testi {
  position: absolute;
  left: 121px;
  bottom: 5px;
  display: inline-block;
}

.testi {
  letter-spacing: 0px;
}

.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #313131;
}

.div-in {
  display: inline-block;
  margin-right: 11px;
  float: left;
}

.go-top {
  float: right;
  opacity: 0.25;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.go-top:hover {
  opacity: 1;
}

.overlay {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.text-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  padding: 18px 20px;
  background-color: #fff;
  color: #313131;
  text-align: center;
}

.h-portfolio {
  margin-top: 0px;
}

.sub-text {
  color: #969595;
  font-size: 13px;
  font-style: italic;
}

.arrow-up {
  position: absolute;
  left: 0px;
  top: -13px;
  right: 0px;
  display: block;
  width: 0px;
  height: 0px;
  margin-right: auto;
  margin-left: auto;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  border-left: 20px solid transparent;
}

.portolio-wrapper {
  overflow: hidden;
}

.white-2 {
  background-color: transparent;
  color: #00adef;
  font-weight: 400;
}

.pricing {
  padding-top: 51px;
  padding-bottom: 51px;
  border: 5px solid transparent;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.pricing:hover {
  border-color: #31aae2;
}

.pricing.active {
  border-width: 3px;
  border-color: #31aae2;
}

.pri-wrapper {
  margin-right: 10px;
  margin-left: 10px;
}

.line {
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #ededed;
}

.h-pricing {
  margin-top: 5px;
  margin-bottom: 0px;
}

.li-pi {
  margin-bottom: 10px;
}

.div-right {
  text-align: right;
}

.portfolio-button {
  width: 40px;
  height: 40px;
  margin-left: 5px;
  border-radius: 2px;
  background-color: #31aae2;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-button:hover {
  position: relative;
  background-color: #313131;
}

.portfolio-button._1 {
  background-image: url('../images/angle-left_ffffff_100.png');
  background-position: 50% 50%;
  background-size: 27px;
  background-repeat: no-repeat;
}

.portfolio-button._2 {
  background-image: url('../images/angle-right_ffffff_100.png');
  background-position: 50% 50%;
  background-size: 27px;
  background-repeat: no-repeat;
}

.portfolio-button._3 {
  background-image: url('../images/th-large_ffffff_100.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.project-div {
  width: 49.1%;
  margin-right: 8px;
  margin-bottom: 8px;
  float: left;
  clear: right;
}

.white-caps {
  color: #fff;
  font-size: 48px;
  line-height: 58px;
  text-transform: uppercase;
}

.white-c {
  color: #00adef;
  font-size: 48px;
  line-height: 47px;
}

.blu-light {
  background-color: rgba(1, 125, 199, .32);
  color: #a7d5eb;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 1px;
}

.text-banner {
  margin-top: 487px;
  background-color: hsla(0, 0%, 100%, .6);
  text-align: center;
}

.p-banner {
  color: #fff;
}

.contact {
  z-index: 999;
  width: 50px;
  height: 50px;
  margin-top: 9px;
  float: right;
  border-radius: 5px;
  background-color: rgba(49, 170, 226, .9);
  background-image: url('../images/envelope_ffffff_150.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact:hover {
  background-color: #313131;
}

.contact-wrapper {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}

.form-part {
  width: 300px;
  padding: 10px 29px;
  border: 1px solid #ededed;
  border-radius: 4px;
  background-color: #f9f9f9;
}

.contact-text {
  margin-bottom: 16px;
}

.field-label {
  color: #787878;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
}

.text-field {
  border: 1px solid #ededed;
  background-color: #fff;
}

.text-field.text-area {
  padding-bottom: 33px;
}

.form-msg {
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 2px;
  text-align: center;
}

.form-p {
  margin-bottom: 0px;
  color: #ed6868;
}

.s {
  margin-bottom: 0px;
}

.div-spc.center {
  padding-right: 0px;
  padding-left: 0px;
}

.div-res {
  padding-top: 55px;
}

.x-button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  background-image: url('../images/remove_969696_100.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  opacity: 0.51;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.x-button:hover {
  opacity: 1;
}

.boldheader {
  min-width: 0px;
  background-color: transparent;
  color: #017dc7;
}

html.w-mod-js *[data-ix="text-wrapper"] {
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="move-contact"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="scorll-from-left"] {
  opacity: 0;
  -webkit-transform: translate(-75px, 0px);
  -ms-transform: translate(-75px, 0px);
  transform: translate(-75px, 0px);
}

html.w-mod-js *[data-ix="scorll-from-right"] {
  opacity: 0;
  -webkit-transform: translate(75px, 0px);
  -ms-transform: translate(75px, 0px);
  transform: translate(75px, 0px);
}

html.w-mod-js *[data-ix="move-text-slider"] {
  opacity: 0;
  -webkit-transform: translate(0px, -52px);
  -ms-transform: translate(0px, -52px);
  transform: translate(0px, -52px);
}

html.w-mod-js *[data-ix="move-text-slider-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -52px);
  -ms-transform: translate(0px, -52px);
  transform: translate(0px, -52px);
}

html.w-mod-js *[data-ix="move-text-slider-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -52px);
  -ms-transform: translate(0px, -52px);
  transform: translate(0px, -52px);
}

html.w-mod-js *[data-ix="move-button-slidee"] {
  opacity: 0;
  -webkit-transform: scale(1.23, 1.23);
  -ms-transform: scale(1.23, 1.23);
  transform: scale(1.23, 1.23);
}

@media (max-width: 991px) {
  .navigation {
    z-index: 9999;
  }
  .nav-link {
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 29px;
    padding-bottom: 29px;
    padding-left: 22px;
  }
  .nav-link.w--current {
    background-color: #31aae2;
    color: #fff;
  }
  .portfolio-item {
    width: 50%;
  }
  .nav-menu {
    background-color: #f9f9f9;
  }
  .project-div {
    width: 48.9%;
  }
  .hamburger {
    margin-top: 16px;
    background-color: #f9f9f9;
  }
  .hamburger.w--open {
    background-color: #31aae2;
  }
}

@media (max-width: 767px) {
  .banner {
    height: 600px;
  }
  .box-div.box-div-more {
    margin-left: 6px;
  }
  .arrow {
    display: none;
  }
  .white {
    font-size: 18px;
    line-height: 28px;
  }
  .logo-wrapper {
    width: 33.333%;
    text-align: center;
  }
  .team-wrapper-2 {
    margin-right: 115px;
    margin-left: 115px;
  }
  .div-in {
    float: none;
  }
  .go-top {
    float: none;
  }
  .pricing {
    margin-right: 28px;
    margin-left: 28px;
  }
  .project-div {
    width: 48.5%;
  }
  .white-c {
    font-size: 39px;
  }
  .text-banner {
    margin-top: 94px;
  }
  .contact-wrapper {
    display: none;
  }
  .hamburger {
    margin-right: 14px;
  }
  .div-spc {
    margin-bottom: 30px;
  }
  .div-spc.center {
    text-align: center;
  }
}

@media (max-width: 479px) {
  h1 {
    margin-bottom: 0px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 18px;
  }
  .banner {
    position: relative;
    left: 0px;
    top: 136px;
    right: 0px;
    bottom: 0px;
    height: 220px;
    background-position: 0% 15%;
    background-size: contain;
  }
  .section.gray.s-pages {
    padding-top: 113px;
    padding-bottom: 30px;
  }
  .box-div {
    margin-top: 10px;
  }
  .box-div.box-div-more {
    margin-top: 20px;
    margin-right: 6px;
  }
  .blue {
    font-size: 16px;
  }
  .portfolio-item {
    width: 100%;
  }
  .arrow {
    display: none;
  }
  .white {
    font-size: 17px;
  }
  .logo-wrapper {
    width: 50%;
  }
  .team-wrapper-2 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .project-div {
    width: 100%;
  }
  .white-c {
    font-size: 23px;
    line-height: 20px;
  }
  .blu-light {
    font-size: 17px;
  }
  .text-banner {
    margin-top: -10px;
  }
  .contact-wrapper {
    right: 10px;
    bottom: 10px;
  }
  .div-spc {
    padding-top: 41px;
  }
  .boldheader {
    padding-top: 2px;
  }
}

