/*************************************
=common
*************************************/
/*************************************
=elements
*************************************/
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

/*************************************
=objects
*************************************/
.overlay {
  position: relative;
  overflow: hidden;
}

.overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.vertical-middle {
  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;
}

/*************************************
=button
*************************************/
.et_pb_button {
  min-width: 160px;
  text-align: center;
}

.btn-inquire {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99999;
  min-width: 160px;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.9);
  border: 2px solid #ef4a24;
  font-size: 16px;
  color: #fff;
}

.btn-inquire .fas {
  margin-left: 5px;
}

/*************************************
=components
*************************************/
/*************************************
=footer
*************************************/
#footer-bottom {
  padding: 25px 0 20px;
}

/*************************************
=scroll top
*************************************/
.et_pb_scroll_top {
  right: 30px !important;
  bottom: 80px !important;
  padding: 10px !important;
  background: #ef4a24 !important;
  -webkit-box-shadow: -2px 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: -2px 0 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #ef4a24;
  border-radius: 50% !important;
  font-weight: normal;
  font-size: 22px !important;
  color: #fff !important;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

.et_pb_scroll_top:hover {
  background-color: #ef4a24 !important;
  border: 1px solid #ef4a24;
  color: #fff !important;
}

.et_pb_scroll_top::before {
  content: '!';
  position: relative;
  top: -1px;
  left: -1px;
}

/*************************************
=modules
*************************************/
/*************************************
=custom cta hover effects
*************************************/
.custom-cta-hover-effects .et_pb_module_header {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
  transition: -webkit-transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
}

.custom-cta-hover-effects .et_pb_button_wrapper {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
}

.custom-cta-hover-effects:hover .et_pb_module_header {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.custom-cta-hover-effects:hover .et_pb_button_wrapper {
  opacity: 1;
}

/*************************************
=plugins
*************************************/
/*************************************
=popup maker
*************************************/
.pum-theme-default-theme-2 .pum-content + .pum-close {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50% !important;
  border: 2px solid white !important;
}
/*# sourceMappingURL=style.css.map */