@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/Proxima Nova Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/Proxima\ Nova\ Regular\ Italic.otf") format("opentype");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/Proxima Nova Semibold.otf") format("opentype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/Proxima Nova Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
html,
body {
  font-family: "ProximaNova";
}
p {
  line-height: 28px;
  color: #575757;
  font-size: 17px;
}
.mb-30 {
  margin-bottom: 30px;
}
.owl-carousel img {
  width: auto !important;
  display: inline !important;
}
.font-weight-semibold {
  font-weight: 600;
}
.iframe-wr {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.iframe-wr iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn-warning {
  background-color: #edac15;
  color: #fff !important;
  border-radius: 3px;
  font-weight: bold;
}
#page-entry {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: url("../img/entry_bg.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
}
#navi {
  background-color: #171717;
}
@media only screen and (min-width: 992px) {
  #navi {
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    z-index: 9;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
  }
}
#navi .btn-link {
  color: #cacaca;
  font-weight: bold;
  text-decoration: none !important;
  border-radius: 0;
  border-bottom-width: 2px;
}
#navi .btn-link:hover,
#navi .btn-link.active {
  color: #fff;
  border-bottom: 2px solid #edac15;
}
@media only screen and (min-width: 992px) {
  #navi .btn-link {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.page-ban {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 50px 0;
}
@media only screen and (min-width: 992px) {
  .page-ban {
    padding-top: calc(115px);
    padding-bottom: 0;
    height: 300px;
  }
}
.page-ban h1 {
  text-align: center;
  font-weight: bold;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .page-ban h1 {
    font-size: 50px;
  }
}
#contact-ban {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 50px 0;
  background-image: url("../img/ban_contact.jpg");
}
@media only screen and (min-width: 992px) {
  #contact-ban {
    padding-top: calc(115px);
    padding-bottom: 0;
    height: 300px;
  }
}
#contact-ban h1 {
  text-align: center;
  font-weight: bold;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  #contact-ban h1 {
    font-size: 50px;
  }
}
#services-ban {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 50px 0;
  background-image: url("../img/ban_services.jpg");
}
@media only screen and (min-width: 992px) {
  #services-ban {
    padding-top: calc(115px);
    padding-bottom: 0;
    height: 300px;
  }
}
#services-ban h1 {
  text-align: center;
  font-weight: bold;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  #services-ban h1 {
    font-size: 50px;
  }
}
#home-ban {
  padding-top: 65px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
}
#home-ban.commercial {
  background-image: url("../img/top_ban_commercial.jpg");
}
#home-ban.residential {
  background-image: url("../img/top_ban_residential.jpg");
}
@media only screen and (min-width: 992px) {
  #home-ban {
    padding-top: calc(115px + 130px);
  }
}
#home-ban h1 {
  font-weight: bold;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  #home-ban h1 {
    font-size: 60px;
  }
}
#home-ban #bottom-line {
  background-color: rgba(0, 0, 0, 0.2);
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 130px;
}
@media only screen and (max-width: 991px) {
  #home-ban #bottom-line {
    margin-top: 65px;
  }
}
#home-ban #bottom-line h5 {
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  #home-ban #bottom-line .center-col {
    border-left: 1px solid #4b4b4b;
    border-right: 1px solid #4b4b4b;
  }
}
@media only screen and (min-width: 992px) {
  #who-we > .container {
    background: url("../img/who-we-are.jpg") no-repeat right top;
    background-size: contain;
  }
}
#free {
  background: url("../img/free-bg.jpg") no-repeat right top;
  background-size: cover;
  color: #fff;
}
#free p {
  color: #fff;
}
#services .s-box {
  border: 1px solid #e1e1e1;
  padding: 18px 12px;
  margin-bottom: 10px;
  min-height: 86px;
}
#services .s-box .left {
  width: 40px;
  margin-right: 15px;
  flex: 0 0 auto;
  text-align: center;
}
#services .s-box .right h5 {
  margin: 0;
  color: #575757;
}
#testi {
  background: #f6f6f6;
}
#testi #arrl,
#testi #arrr {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ededed;
  background-color: #fff;
  height: 100%;
  padding: 10px 18px;
}
#testi #arrl:hover,
#testi #arrr:hover {
  background-color: #fcfcfc;
}
#testi .testi-box {
  border: 1px solid #ededed;
  background: #fff url("../img/quote.png") no-repeat 20px 20px;
  padding: 40px 45px;
}
#testi .testi-box p {
  font-style: italic;
}
#testi .testi-box h5 img {
  vertical-align: -2px;
  margin-right: 5px;
}
#trusted {
  background: url("../img/trusted_bg.jpg") no-repeat center center;
  background-size: cover;
}
#trusted .reasons {
  color: #edac15;
  border: 2px solid #edac15;
  text-align: center;
  display: inline-block;
  padding: 10px 20px;
  font-size: 25px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #trusted .reasons {
    display: block;
  }
}
#trusted .boxes h1 {
  font-size: 120px;
  font-weight: bold;
  margin: 0;
  line-height: 1;
  text-align: center;
  width: 71px;
}
#trusted .boxes .one {
  border-bottom: 1px solid #959595;
}
@media only screen and (min-width: 768px) {
  #trusted .boxes .one {
    border-right: 1px solid #959595;
  }
}
#trusted .boxes .two {
  border-bottom: 1px solid #959595;
}
@media only screen and (min-width: 768px) {
  #trusted .boxes .three {
    border-right: 1px solid #959595;
  }
}
@media only screen and (max-width: 767px) {
  #trusted .boxes .three {
    border-bottom: 1px solid #959595;
  }
}
#contact .form-control {
  border: 0;
  border-bottom: 1px solid #898989;
  border-radius: 0;
  outline: 0 !important;
  padding-left: 0;
}
#gallery #myTab {
  border-color: #edac15;
}
#gallery #myTab .nav-link {
  font-weight: bold;
  color: #000;
}
#gallery #myTab .nav-link:hover {
  border-color: #edac15 #edac15 #fff;
}
#gallery #myTab .nav-link.active {
  color: #edac15;
  border-color: #edac15 #edac15 #fff;
}
#gallery img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (min-width: 992px) {
  #gallery img {
    height: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  #gallery img {
    height: 300px;
  }
}
#footer-top {
  border-top: 1px solid #e1e1e1;
}
#footer-top h5 {
  color: #575757;
}
#footer-top a {
  color: #575757;
}
#footer-top ul {
  font-size: 17px;
  margin: 0;
}
#footer-top ul li:not(:last-child) {
  margin-bottom: 10px;
}
#footer-top .media img {
  margin-top: 5px;
}
#footer-bottom {
  background-color: #f6f6f6;
}
