@charset "UTF-8";
box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  direction: ltr;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Supreme', sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin: 0;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
a {
  color: #212525;
  text-decoration: none;
  transition: all ease-in 0.2s
}
p {
  color: #212525
}
header {
  margin: 0;
  display: block;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
}
.content-heading {
  max-width: 1150px;
  margin: 1em auto 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  gap: 1em;
}
header .logo a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2em;
  align-content: center;
  align-items: center;
}
header .baseline_roof {
  font-size: 1.5em;
  line-height: 1.1;
  font-weight: 600;
  color: #212525;
  display: flex;
  height: auto;
  width: auto;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  text-align: left;
  max-width: 100%;
}
header .baseline_roof strong {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: max-content;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  background: #ff7d01;
}
header .baseline_roof em {
  font-style: normal;
  text-align: center;
  max-width: max-content;
  margin: 0;
  display: block;
  text-transform: uppercase;
  color: #212525;
}
header .logo img {
  width: auto;
  max-height: 60px;
}
header .phone_num a {
  display: flex;
  background: #212525;
  color: white;
  padding: 0 10px;
  font-size: 16px;
  align-items: center;
  width: 140px;
  height: 30px;
  justify-content: center;
  border-radius: 100px;
  font-weight: 600;
  box-sizing: border-box;
}
header .mail_info a {
  display: flex;
  background: #212525;
  color: white;
  padding: 0 10px;
  font-size: 16px;
  align-items: center;
  width: 100%;
  height: 30px;
  justify-content: center;
  border-radius: 100px;
  font-weight: 600;
  box-sizing: border-box;
}
header .mail_info a:hover, header .phone_num a:hover {
  background: #ff7d01;
  color: #212525;
}
header .find_working_roofer {
  width: 100%;
  max-width: 50%;
  gap: 10px;
  display: flex;
}
nav {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
nav .navbar_common {
  margin: 0 auto 1em;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 3em;
  width: 100%;
  max-width: 1150px;
  flex-direction: row;
}
nav .navbar_common li.nav_element {
  opacity: 1;
  visibility: visible;
}
nav .navbar_common li.nav_element a {
  height: auto;
  margin-bottom: 1em;
  color: #212525;
  border-radius: 0;
  padding: 0 5px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  max-width: 100%;
  flex: 1 1 auto;
  white-space: nowrap;
  text-transform: uppercase;
}
nav .navbar_common li.nav_element a:hover {
  color: #212525;
  background: #ff7d01;
}
nav .navbar_common li.nav_element a.active {
  border-bottom: solid 15px #ff7d01;
  border-radius: 0;
  color: #212525;
}
nav .navbar_common li.nav_element a.active:hover {
  background: #212525;
  color: #fff;
}
nav .logo {
  display: block;
  width: 100%;
  flex-basis: 100%;
  max-width: max-content;
}
.header-contact {
  display: flex;
  gap: 1em;
}
.introduction_common {
  width: 100%;
  display: block;
}
.large_img {
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  align-content: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  min-height: 500px;
  border-top: solid 32px #ff7d01;
}
.large_img p {
  color: white;
  font-size: 20px;
  padding: 10px 10px 10px 60px;
  max-width: 75%;
  line-height: 1.2;
  display: grid;
  background: #212525;
  justify-content: start;
  justify-items: start;
}
.large_img img {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 1;
  border-radius: 0 100px 0;
}
.large_img div {
  display: block;
  background-color: #ff7d01AA;
  position: relative;
  z-index: 10;
  max-width: 1150px;
  padding: 2em 0;
  border-radius: 0;
  margin: 0 auto;
  border: solid 10px #212525;
  width: 100%;
  box-sizing: border-box;
}
.large_img div:before {
  height: 100%;
  content: '';
  background: #212525
}
.main_parts h1 {
  color: #ffffff;
  font-weight: 600;
  text-align: left;
  margin: 0 0 15px !important;
  line-height: 1.2;
  font-size: 3em;
  padding: 0 0 0 2em;
}
.main_parts h1 strong {
  background: #ff7d01;
  color: #212525;
  font-weight: 600;
  padding: 0 10px;
}
.main_parts h2 {
  color: #212525;
  font-weight: 600;
  text-align: left;
  margin: 0;
  line-height: 1.2;
  font-size: 2.5em;
  background: #ff7d01;
  max-width: max-content;
  padding: 15px;
  display: flex;
  height: auto;
  gap: 10px;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  text-transform: uppercase;
  box-sizing: border-box;
}
.large_img h2 {
  padding-left: 60px
}
.columns_parts {
  width: 100%;
  align-items: normal !important;
  box-sizing: border-box;
  max-width: 1150px;
  margin: 5em auto 0;
  gap: 5em;
  display: flex;
}
.columns_parts p {
  font-size: 15px;
  margin: 1em 0;
}
.main_column_quotation {}
.main_column_quotation .geolocate {}
.main_column_quotation .classic_contact {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 1150px;
    margin: 0 auto;
}
.col-xd-2 {
  overflow-wrap: break-word;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  flex-basis: 0;
  flex-grow: 1;
  box-sizing: border-box;
}
.col-xd-2 img {
  width: 100%;
  height: auto;
}
.col-xd-1 {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.col-xd-1 h2 {
  color: #212525;
  font-weight: 600;
  text-align: left;
  margin: 0;
  line-height: 1;
  font-size: 22px;
  max-width: 100%;
  padding: 0;
  display: inline;
  gap: 10px;
  padding-right: 0;
  flex-basis: 0;
  width: 100%;
  box-sizing: border-box;
  background: #ff7d01;
}
.col-xd-1 h2 strong {
  display: block;
  background: #212525;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px;
}
.col-xd-1 h2 span {
  width: 100%;
  white-space: normal;
  word-wrap: normal;
  text-transform: none;
}
.col-xd-1 .content_common {
  background: #212525;
  padding: 2em;
  color: white;
}
.col-xd-1 h3 {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: 600;
  color: #212525;
}
.wrapper_txt img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.wrapper_txt-box {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  flex-direction: column;
  gap: 2em;
}
.wrapper_txt-box div {
  /* background: #21252511; */
  padding: 0;
  margin-bottom: 12px;
}
.wrapper_txt-box div h2 {
  font-size: 20px;
  box-sizing: border-box;
}
.wrapper_txt-box div ul {
  padding: 0;
  display: flex;
  list-style: none;
  flex-direction: column;
  gap: 10px;
}
.wrapper_txt-box div ul li {
  flex-basis: 100%;
  box-sizing: border-box;
  display: flex;
  font-size: 14px;
  line-height: 1.5;
  background: transparent;
  max-width: 100%;
  padding: 10px;
  border-bottom: 0;
  flex-direction: column;
  font-weight: 500;
  border: solid 5px #ff7d01;
}
.wrapper_txt-box div ul li strong {
  background: #ff7d01;
  max-width: max-content;
  display: block;
  box-sizing: border-box;
}
.geograph_layout {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.geograph_layout div {
  max-width: 1150px;
  margin: 0;
  display: block;
  padding: 0;
  width: 100%;
}
.geograph_layout iframe {
  border: solid 15px #212525 !important;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  min-height: 400px;
  display: block;
  position: sticky;
  top: 50px;
  box-sizing: border-box;
}
.geograph_layout, .mail_element {
  display: flex;
  gap: 5px;
  font-size: 15px;
  align-items: center;
  flex-direction: column;
}
.main_phone {
  display: flex;
  gap: 5px;
  font-size: 18px;
  align-items: center;
}
.mail_element, .main_phone {
  color: #ff7d01;
  font-weight: 600;
  max-width: max-content;
  width: 100%;
  display: flex;
  background: #212525;
  padding: 0 5px;
  border-radius: 100px;
  height: 30px;
  align-items: center;
  align-content: center;
  gap: 0;
  justify-content: center;
}
.main_phone:before {
  display: flex;
  padding: 0;
  width: 25px;
  height: 25px;
  border-radius: 100px;
  background: #ff7d01;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 12px;
}
.mail_element:before {
  display: flex;
  padding: 0;
  width: 25px;
  height: 25px;
  border-radius: 100px;
  background: #ff7d01;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 12px;
}
.geolocate:before {
  display: flex;
  padding: 0;
  width: 25px;
  height: 25px;
  border-radius: 100px;
  background: #ff7d01;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 12px;
}
.fix_info {
  position: sticky;
  top: 50px;
}
.localisation, .localisation_tel, .localisation_mail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 15px;
  font-weight: 600;
}
.geolocate, .geolocate_tel, .geolocate_mail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 15px;
  font-weight: 600;
}
.geolocate iframe {
  width: 100%;
}
.classic_contact div {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  gap: 3em;
}
.classic_contact div p {
  flex-basis: 33.3333%;
  background: #ff7d01;
  display: flex;
  align-items: center;
  padding: 1em;
  color: #212525;
  text-align: center;
  justify-content: center;
}
.classic_contact div p a {
  color: #fff;
}
footer .main_phone {
  margin: 0 auto;
  color: white;
}
footer {
  max-width: 100%;
  width: 100%;
  background: #212525;
  margin: 0;
  padding: 0;
  display: block;
}
footer p {
  color: white;
  max-width: max-content;
  margin: 0 auto;
  font-size: 13px;
}
footer .row .col-md-1 {
  width: 100%;
  max-width: max-content;
  height: auto;
}
footer .row .col-md-1 a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #ffffff;
  height: auto;
    width: 100%;
  max-width: 60px;
}
footer .row .col-md-1 img {
  max-width: max-content;
  max-height: 60px;
}
footer .row .col-md-2 {
  background: #2196f3;
  padding: 20px;
}
footer .row .col-md-4 {
  background: transparent;
  padding: 0 20px;
  flex-basis: 40%;
}
footer .row .col-md-3 {
  width: 100%;
  flex-basis: 25%;
  background: #ff7d01;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
}
footer .row h3 {
  color: #212525;
  font-size: 18px;
  background: #ff7d01;
  padding: 0 10px;
  max-width: max-content;
}
footer .row .col-md-3 h3 {
  margin: 0;
  padding: 0;
}
footer .row .col-md-3 a {
  background: #212525;
  font-size: 20px;
  font-weight: 600;
  color: #ff7d01;
  opacity: 1;
  display: block;
  padding: 0 5px;
  visibility: visible;
}
footer .row {
  display: flex;
  max-width: 1150px;
  margin: 0 auto 3em;
}
footer .footer_copyright {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background: #ff7d01;
  padding: 10px;
}
.footer_copyright p {
  color: #212525;
  font-weight: 600;
}
.classic_contact p {
  font-size: 15px;
}
@media (max-width:767px) {
  header .mail_info a {
    font-size: 18px;
    height: 35px;
    width: 100%;
  }
  header .phone_num a {
    font-size: 18px;
    height: 35px;
    width: 100%;
    background: #ff7d01
  }
  header .logo img {
    max-height: 50px;
  }
  header .phone_num a:before {
    font-size: 16px;
    width: 30px;
  }
  .content-heading {
    align-items: center;
    gap: 1em;
    max-width: 100%;
    overflow: hidden;
  }
  .large_img h1 {
    font-size: 2em;
    padding: 0 40px 0 0;
  }
  .large_img {
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: auto;
    overflow: auto;
  }
  .large_img h2 {
    font-size: 18px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0;
  }
  .large_img p {
    font-size: 14px;
    padding: 10px 0 25px;
    max-width: 100%;
  }
  .columns_parts {
    margin: 3em auto 0;
    flex-direction: column;
    padding: 0;
    gap: 0;
  }
  .geolocate, .geolocate_tel, .geolocate_mail {
    padding-left: 2em;
  }
  .columns_parts p {
    padding: 0 2em;
  }
  .col-xd-1 .content_common {
    margin: 0;
  }
  .col-xd-1 h3 {
    border-left: 0;
    padding: 0 30px;
    margin-bottom: 0;
  }
  .geolocate h2 {
    width: 100%;
    max-width: 100%;
    padding-left: 30px;
  }
  .mail_element {
    font-size: 15px;
    margin: 0;
  }
  .mail_element:before, .main_phone:before {
    font-size: 13px
  }
  header .baseline_roof strong {
    font-size: 22px;
  }
  .large_img img {
    height: 100%;
    object-fit: cover;
    border-radius: 0;
  }
  .large_img div {
    max-width: 100%;
    padding: 2em 3em 0 3em;
    border-radius: 0;
  }
  .col-xd-1 h2 {
    padding: 0 0 0 15px;
    border-left: solid 10px #212525;
  }
  footer .row {
    flex-direction: column;
    gap: 1em;
    margin: 0;
  }
  footer .row .col-md-1 a {
    display: none;
  }
  nav .navbar_common {
    flex-direction: row;
    overflow-x: scroll;
    flex-wrap: nowrap;
    gap: 1em;
    padding: 0 10px;
  }
  .geolocate div {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  header .logo a {
    justify-content: center;
    gap: 0;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    width: 100%;
  }
  header .find_working_roofer {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
  header .baseline_roof {
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 100%;
    align-content: center;
  }
  .content-heading .logo {
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  .roof_copyrights p {
    text-align: center
  }
  .wrapper_txt-box div {
    padding: 0 2em
  }
  .fix_info p {
    padding: 0 2em;
  }
  .col-xd-1 h2 strong {
    font-size: 18px
  }
  .wrapper_txt-box p {
    padding: 0
  }
}