.hvac_main_sec .flex_wrap {
  overflow: hidden !important;
  display: flex;
  flex-wrap: wrap;
}
.hvac_main_sec .flex_wrap .wrap_box {
  width: 50%;
  position: relative;
  display: block;
  height: 100vh;
}
.hvac_main_sec .flex_wrap .wrap_box img.img_cover {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hvac_main_sec .flex_wrap .wrap_inner_box {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 0;
  padding: 40px;
  padding-top: 70px;
  height: 100%;
}
.hvac_main_sec .flex_wrap .wrap_inner_box .wrap_title {
  margin-bottom: 20px;
}
.hvac_main_sec .flex_wrap .wrap_inner_box .wrap_title h2 {
  font-size: 64px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  line-height: 1;
}
.hvac_main_sec .flex_wrap .wrap_inner_box .wrap_desc {
  font-size: 22px;
  font-weight: lighter;
  color: #fff;
  margin: 0;
  margin-top: 10px;
  line-height: 1.4;
  max-width: 800px;
  margin: 0 auto;
}
.hvac_main_sec .flex_wrap .wrap_inner_box .buttons {
  white-space: nowrap;
  margin-top: 70px;
}
.hvac_main_sec .flex_wrap .wrap_inner_box .buttons span {
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  margin-top: 25px;
  border: 0;
  background-color: #f41d20;
  color: #fff;
  border-radius: 50px;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 17px 20px;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 0 10px;
}
.hvac_main_sec .flex_wrap .wrap_inner_box .hot-spot .info {
  background: #fff;
  width: 400px;
  padding: 5px;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 50px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s;
}

body.admin-bar .header {
  top: 32px;
}

body.page-template-tpl-hvacr li.hvacr_li .sub-menu {
  display: flex !important;
}

body.page-template-tpl-energy li.energy_li .sub-menu {
  display: flex !important;
}

body.home section.slider-top .master-slider .ms-slide .text-caption .line-1 {
  font-size: 50px;
}
body.home section.slider-top .master-slider .ms-slide .text-caption {
  top: 6% !important;
}
body.home section.slider-top .master-slider .ms-slide .text-caption .line-2 {
  font-size: 21px;
  line-height: 1.3;
}

section.hvac_main_sec .wrap_box .hot-spot {
  z-index: 99;
  visibility: visible !important;
  display: block !important;
  z-index: 1 !important;
  position: absolute;
  pointer-events: auto;
}

section.hvac_main_sec .wrap_box .hot-spot:hover .spot:before {
  transform: scale(0.5);
}

section.hvac_main_sec .wrap_box .hot-spot:hover .info {
  margin-left: 70px;
  opacity: 1;
  visibility: visible;
}

section.hvac_main_sec .wrap_box .hot-spot:hover .info:before {
  left: -50px;
}

section.hvac_main_sec .wrap_box .hot-spot:hover .info:after {
  left: -25px;
}

section.hvac_main_sec .wrap_box .hot-spot:hover.inversed .info {
  margin-left: 0px;
  margin-right: 70px;
}

section.hvac_main_sec .wrap_box .hot-spot:hover.inversed .info:before {
  right: -50px;
  left: auto;
}

section.hvac_main_sec .wrap_box .hot-spot:hover.inversed .info:after {
  right: -25px;
  left: 0;
}

section.hvac_main_sec .wrap_box .hot-spot .info {
  background: #fff;
  width: 400px;
  padding: 5px;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 50px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s;
}

section.hvac_main_sec .wrap_box .hot-spot .info:before,
section.hvac_main_sec .wrap_box .hot-spot .info:after {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  background: #fff;
  border-radius: 100%;
  display: block;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}

section.hvac_main_sec .wrap_box .hot-spot .info:after {
  left: 0px;
}

section.hvac_main_sec .wrap_box .hot-spot .info .image img {
  width: 100%;
}

section.hvac_main_sec .wrap_box .hot-spot .info .caption {
  padding: 15px;
}

section.hvac_main_sec .wrap_box .hot-spot .info .title {
  font-weight: bold;
  font-size: 17px;
  color: #2b3140;
  margin: 0;
}

section.hvac_main_sec .wrap_box .hot-spot .info .text {
  font-weight: normal;
  font-size: 17px;
  color: #2b3140;
  margin-top: 5px;
}

section.hvac_main_sec .wrap_box .hot-spot .info .text p {
  margin: 0;
}

section.hvac_main_sec .wrap_box .hot-spot.inversed .info {
  left: 100%;
  margin-left: 50px;
  left: auto;
  margin-left: 0;
  right: 100%;
  margin-right: 50px;
}

section.hvac_main_sec .wrap_box .hot-spot.inversed .info:before,
section.hvac_main_sec .wrap_box .hot-spot.inversed .info:after {
  right: -15px;
  left: auto;
}

section.hvac_main_sec .wrap_box .hot-spot.inversed .info:after {
  left: auto;
  right: 0;
}

section.hvac_main_sec .wrap_box .hot-spot .spot {
  width: 55px;
  height: 55px;
  background: #fff;
  border-radius: 100%;
  position: relative;
}

section.hvac_main_sec .wrap_box .hot-spot .spot:before {
  transition: 0.5s;
  transform: scale(1);
  top: -14px;
  left: -14px;
  right: -14px;
  bottom: -14px;
  position: absolute;
  display: block;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 100%;
  content: "";
}

section.hvac_main_sec .wrap_box .hot-spot .spot span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #2b3140;
  font-size: 35px;
}

@media only screen and (max-width: 1000px) {
  section.hvac_main_sec .wrap_box .text-caption .line-1 {
    font-size: 62px;
    line-height: 50px;
  }
  section.hvac_main_sec .wrap_box .text-caption .line-2 {
    font-size: 20px;
    line-height: 24px;
  }
  section.hvac_main_sec .wrap_box .text-caption .button {
    font-size: 15px;
    padding: 10px;
  }
  section.hvac_main_sec .wrap_box .hot-spot {
    display: none;
  }
}
@media only screen and (max-width: 650px) {
  section.hvac_main_sec .wrap_box .text-caption .line-1 {
    margin-top: 25px;
    font-size: 32px;
    line-height: 20px;
  }
  section.hvac_main_sec .wrap_box .text-caption .buttons {
    white-space: normal;
    margin-top: 20px;
  }
  section.hvac_main_sec .wrap_box .text-caption .button {
    margin: 0;
    margin-top: 10px;
  }
  section.hvac_main_sec .wrap_box .hot-spot {
    display: none;
  }
  section.hvac_main_sec .thumbs {
    position: static;
    margin: 1% -1%;
  }
  section.hvac_main_sec .thumbs .thumb {
    width: 31.3333%;
    margin: 0 1%;
  }
}
@media only screen and (max-width: 1400px) {
  .hvac_main_sec .flex_wrap .wrap_inner_box .wrap_title h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .hvac_main_sec .flex_wrap {
    display: block;
  }
  .hvac_main_sec .flex_wrap .wrap_box {
    width: 100%;
    height: 77vh;
  }
  .hvac_main_sec .flex_wrap .wrap_inner_box .wrap_title h2 {
    font-size: 43px;
  }
  .hvac_main_sec .flex_wrap .wrap_inner_box .wrap_desc {
    font-size: 19px;
  }
  section.hvac_main_sec .wrap_box .hot-spot {
    display: none !important;
  }
}
section.slider-top .master-slider .ms-slide .text-caption .buttons {
  position: relative;
  bottom: auto;
  margin-top: 30px;
}/*# sourceMappingURL=ys-style.css.map */