/* #region Fonts */
@font-face {
  font-family: 'GothamHTF';
  src: url('https://bebigbrand-projects.com.au/projects/reefwaybuilding/wp-content/themes/interiorarc-child/fonts/GothamHTF-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GothamHTF';
  src: url('https://bebigbrand-projects.com.au/projects/reefwaybuilding/wp-content/themes/interiorarc-child/fonts/GothamHTF-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GothamHTF';
  src: url('https://bebigbrand-projects.com.au/projects/reefwaybuilding/wp-content/themes/interiorarc-child/fonts/GothamHTF-Bold.otf') format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NoeDisplay';
  src: url('https://bebigbrand-projects.com.au/projects/reefwaybuilding/wp-content/themes/interiorarc-child/fonts/NoeDisplay-Bold.otf') format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NoeDisplay';
  src: url('https://bebigbrand-projects.com.au/projects/reefwaybuilding/wp-content/themes/interiorarc-child/fonts/NoeDisplay-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* #endregion */
body, p{
    font-family: GothamHTF,sans-serif!important;
}

.d-font, .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    font-family: NoeDisplay,serif;
}
.tpr-title{
    font-family: NoeDisplay,serif;
}
.mysection{
    position: relative;
    padding-top: 5.625rem;
    text-align:center;
}

.service-style5 .service-box .serv-img {
    border-radius:5px 5px 0 0;
}
.service-style5 .serv-info{
    border-radius:5px;
}
.btn-style{
    background: #bf9a59;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    border-radius: 3px;
    margin-top: 0px;
    display: inline-block;
    font-weight: 600;
    transition: all .5s ease;
}
.btn-style:hover{
background: #000;
color:#fff;
}