body {
  font-family: 'Inter', sans-serif;
}
header {
  padding: 20px 0
}
header .button-red {
  width: 206px;
}
.button-red {
  display: inline-block;
  background: #EA3C2E;
  border: none;
  height: 48px;
  color: #fff;
  font-size: 15px;
  line-height: 49px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  padding: 0 30px;
}
.button-red:hover {
  color: #fff;
}
a.button-red:before,
a.button-red::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background: #f00;
}
a.button-red:before {
  left: 0;
  top: -6px;
}
a.button-red::after {
  right: 0;
  bottom: -6px;
}
.banner {
  background: url(../images/banner.png) no-repeat 0 0;
  background-size: cover;
  height: 760px;
  width: 100%;
}
.banner_content small {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  position: relative;
  line-height: normal;
  padding-left: 60px;
  display: inline-block
}
small:before {
  content: "";
  position: absolute;
  left: 0;
  width: 50px;
  height: 1px;
  background: #fff;
  top: 50%;
}
.banner_content h2 {
  font-size: 52px;
  font-weight: 600;
  line-height: 64px;
  color: #fff;
}
.banner_content span {
  color: #23B33A;
}
.banner_content p {
  color: #fff;
}
.bg_space {
  padding: 100px 0;
}
.personalised_work {
  background: #F6F7F8;
}
.personalised_work .pw-content {
  padding: 60px 50px;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
}
.pw-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.pw-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.pw-content a {
  color: #23B33A;
  font-weight: 600;
  font-size: 13px;
  text-decoration: underline;
  text-transform: uppercase;
}
.crave_design h3,
.we_offer h3,
.partners h3,
.connect_banner h3 {
  color: #333;
  font-weight: 800;
  margin-bottom: 15px;
}
.crave_design p,
.partners p,
.connect_banner p {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  margin: 0;
  line-height: 25px;
}
.cd-title {
  display: inline-block;
  color: #EA3C2E;
  position: relative;
  padding: 0 50px;
}
.cd-title h5 {
  font-size: 15px;
  margin: 0;
}
.mb-3.cd-title:before,
.mb-3.cd-title::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  top: 50%;
  margin-top: -2px;
  background: #f00;
}
.mb-3.cd-title::before {
  left: 0;
}
.mb-3.cd-title::after {
  right: 0;
}
.cd-title h5:before,
.cd-title h5::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #f00;
  bottom: 5px;
}
.cd-title h5:before {
  left: 10px;
}
.cd-title h5::after {
  right: 10px;
}
.offers_box {
  background: #fff;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.07);
  border-radius: 8px 8px 0px 0px;
}
.offers_box img {
  width: 100%;
}
.offers_box h4 {
  color: #333;
  font-size: 22px;
  font-weight: 600;
  line-height: 29px;
  padding: 25px;
}
.round_graphics {
  background: url('../images/graphics_small.png') no-repeat 0 0;
}
.round_graphics_left {
  z-index: -1;
  background: url(../images/graphics_small.png) no-repeat 0 0;
  width: 235px;
  height: 235px;
  position: absolute;
  top: 25px;
  left: -90px;
}
.round_graphics_right {
  z-index: -1;
  background: url(../images/graphics_big.png) no-repeat 0 0;
  width: 605px;
  height: 605px;
  position: absolute;
  bottom: -60px;
  right: -100px;
}
.partners {
  background: #F6F7F8;
}
.connect_banner {
  background: url(../images/connect.png) no-repeat center center;
  background-size: cover;
  height: 500px;
  width: 100%;
}
.mt-180 {
  margin-top: 140px;
}
footer {
  background: #F6F7F8;
}
footer a {
  display: inline-block;
  text-decoration: none;
}
.fInner {
  border-top: 1px solid #ccc;
  padding: 1rem 0 0 0;
}
.fNav {
  text-align: right;
}
.intpopupbg {
  background: url(../images/interior_popup.jpg) no-repeat center center;
  height: 500px;
  background-size: cover;
  border-radius: 4px 0 0 4px;
}
#priceQuote button.btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 99;
}
#priceQuote form {
  padding: 0 20px 0 10px;
}
#priceQuote h3 {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}
.bfbutton {
  margin-top: 25px;
}

/**/
@media only screen and (min-width: 360px) and (max-width: 600px) {
  header a {
    margin-top: 25px;
  }
  header a.button-red {
    width: 100%;
  }
  .fInner {
    text-align: center;
  }
  .bg_space {
    padding: 60px 0;
  }
  .personalised_work .pw-content {
    margin-bottom: 25px;
  }
  .crave_design .w-75 {
    width: 100% !important;
  }
  .bfbutton {
    width: 100%;
  }
  .fNav {
    text-align: unset;
  }
  .banner {
    height: 500px;
  }
  .banner_content h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1400px) {
  .round_graphics_right {
    display: none;
  }
}
.mr-4 {
  margin-right: 1rem;
}