@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: "Didact Gothic", 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: #2c3838;
  text-decoration: none;
  transition: all ease-in 0.2s
}
p {
  color: #2c3838
}
header {
  margin: 0;
  display: block;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
}
.main_part {
  max-width: 1150px;
  margin: 1em auto 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
  justify-content: space-between;
  width: 100%;
  gap: 1em;
}
header .logo a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2em;
  align-content: center;
  align-items: center;
}
header .slogan_clip {
  font-size: 1.5em;
  line-height: 1.1;
  font-weight: 600;
  color: #2c3838;
  display: flex;
  height: auto;
  width: auto;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  text-align: left;
  max-width: 100%;
}
header .slogan_clip strong {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: max-content;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  background: #f36533;
  color: #ffffff
}
header .slogan_clip em {
  font-style: normal;
  text-align: center;
  max-width: max-content;
  margin: 0;
  display: block;
  text-transform: uppercase;
  color: #2c3838;
}
header .logo img {
  width: auto;
  max-height: 60px;
}
header .reach-us-by-phone a {
  display: flex;
  background: #2c3838;
  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 .quote_request a {
  display: flex;
  background: #2c3838;
  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 .quote_request a:hover, header .reach-us-by-phone a:hover {
  background: #f36533;
  color: #ffffff;
}
header .infos_communication {
  width: 100%;
  max-width: max-content;
  gap: 10px;
  display: flex;
}
nav {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
nav .top_navigation {
  margin: 0;
  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 .top_navigation li.navlink {
  opacity: 1;
  visibility: visible;
}
nav .top_navigation li.navlink a {
  margin-bottom: 0;
  color: #ffffff;
  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;
  height: 40px;
  display: flex;
  background: #2c3838;
  align-items: center;
  justify-content: center;
}
nav .top_navigation li.navlink a:hover {
  color: #ffffff;
  background: #f36533;
}
nav .top_navigation li.navlink a.active {
  border-bottom: solid 15px #f36533;
  border-radius: 0;
  color: #2c3838;
}
nav .top_navigation li.navlink a.active:hover {
  background: #2c3838;
  color: #fff;
}
nav .logo {
  display: block;
  width: 100%;
  flex-basis: 100%;
  max-width: max-content;
}
.header-contact {
  display: flex;
  gap: 1em;
}
.startup_content {
  width: 100%;
  display: block;
}
.large_img_bg {
  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 #f36533;
}
.large_img_bg p {
  color: white;
  font-size: 20px;
  padding: 10px 10px 10px 60px;
  max-width: 75%;
  line-height: 1.2;
  display: grid;
  background: #2c3838;
  justify-content: start;
  justify-items: start;
}
.large_img_bg img {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 1;
  border-radius: 0 100px 0;
}
.large_img_bg div {
  display: block;
  background-color: #f36533AA;
  position: relative;
  z-index: 10;
  max-width: 1150px;
  padding: 2em 0;
  border-radius: 0;
  margin: 0 auto;
  border: solid 10px #2c3838;
  width: 100%;
  box-sizing: border-box;
}
.large_img_bg div:before {
  height: 100%;
  content: '';
  background: #2c3838
}
.essential-features 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;
}
.essential-features h1 strong {
  background: #f36533;
  color: #2c3838;
  font-weight: 600;
  padding: 0 10px;
}
.essential-features h2 {
  color: #ffffff;
  font-weight: 600;
  text-align: left;
  margin: 0;
  line-height: 1.2;
  font-size: 2.5em;
  background: #f36533;
  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_bg h2 {
  padding-left: 60px
}
.column_fields {
  width: 100%;
  align-items: normal !important;
  box-sizing: border-box;
  max-width: 1150px;
  margin: 5em auto 0;
  gap: 5em;
  display: flex;
}
.column_fields p {
  font-size: 15px;
  margin: 1em 0;
}
.main_column_quotation {}
.main_column_quotation .geo_layer {}
.main_column_quotation .classic_contact {}
.column-layer-yd {
  overflow-wrap: break-word;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  flex-basis: 0;
  flex-grow: 1;
  box-sizing: border-box;
}
.column-layer-yd img {
  width: 100%;
  height: auto;
}
.column_layer_xd {
  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;
}
.column_layer_xd h2 {
  color: #ffffff;
  font-weight: 600;
  text-align: left;
  margin: 0;
  line-height: 1.4;
  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: #f36533;
}
.column_layer_xd h2 strong {
  display: block;
  background: #2c3838;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px;
}
.column_layer_xd h2 span {
  width: 100%;
  white-space: normal;
  word-wrap: normal;
  text-transform: none;
}
.column_layer_xd .container_start {
  background: #2c3838;
  padding: 2em;
  color: white;
}
.column_layer_xd h3 {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: 600;
  color: #2c3838;
}
.wrap_contents img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.wrap_contents_suite {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  flex-direction: column;
  gap: 2em;
}
.wrap_contents_suite div {
  /* background: #2c383811; */
  padding: 0;
  margin-bottom: 12px;
}
.wrap_contents_suite div h2 {
  font-size: 20px;
  box-sizing: border-box;
}
.wrap_contents_suite div ul {
  padding: 0;
  display: flex;
  list-style: none;
  flex-direction: column;
  gap: 10px;
}
.wrap_contents_suite div ul li {
  flex-basis: 100%;
  box-sizing: border-box;
  display: flex;
  font-size: 14px;
  line-height: 1.5;
  background: #f36533;
  max-width: 100%;
  padding: 10px;
  border-bottom: 0;
  flex-direction: column;
  font-weight: 500;
  border: solid 5px #f36533;
  color: #ffffff;
}
.wrap_contents_suite div ul li strong {
  background: #f36533;
  max-width: max-content;
  display: block;
  box-sizing: border-box;
  color: #ffffff;
  border-bottom: solid 1px;
}
.geo_layer {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.geo_layer div {
  max-width: 1150px;
  margin: 0 auto;
  display: block;
  padding: 0;
}
.geo_layer iframe {
  border: solid 15px #2c3838 !important;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  min-height: 400px;
  display: block;
  position: sticky;
  top: 50px;
  box-sizing: border-box;
}
.geo, .mail_element {
  display: flex;
  gap: 5px;
  font-size: 15px;
  align-items: center;
}
.main_phone {
  display: flex;
  gap: 5px;
  font-size: 18px;
  align-items: center;
}
.mail_element, .main_phone {
  color: #ffffff;
  font-weight: 600;
  max-width: max-content;
  width: 100%;
  display: block;
  background: #f36533;
  padding: 0 5px;
  border-radius: 100px;
}
.main_phone:before {
  display: flex;
  padding: 0;
  width: 25px;
  height: 25px;
  border-radius: 100px;
  background: #f36533;
  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: #f36533;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 12px;
}
.geo:before {
  display: flex;
  padding: 0;
  width: 25px;
  height: 25px;
  border-radius: 100px;
  background: #f36533;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 12px;
}
.geo_contact {
  position: sticky;
  top: 50px;
}
.geo, .geo_tel, .geo_mail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 15px;
  font-weight: 600;
}
.classic_contact div {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  gap: 3em;
}
.classic_contact div p {
  flex-basis: 33.3333%;
  background: #f36533;
  display: flex;
  align-items: center;
  padding: 1em;
  color: #2c3838;
  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: #2c3838;
  margin: 0;
  padding: 0;
  display: block;
}
footer p {
  color: white;
  max-width: max-content;
  margin: 0 auto;
  font-size: 13px;
}
footer .row .layer_footer_A {
  width: 100%;
  max-width: max-content;
  height: auto;
}
footer .row .layer_footer_A a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #ffffff;
  height: auto;
}
footer .row .layer_footer_A img {
  max-width: max-content;
  max-height: 60px;
}
footer .row .col-md-2 {
  background: #2196f3;
  padding: 20px;
}
footer .row .layer_footer_B, footer .row .layer_footer_C {
  background: transparent;
  padding: 0 20px;
  flex-basis: 40%;
}
footer .row .layer_footer_D {
  width: 100%;
  flex-basis: 25%;
  background: #f36533;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
}
footer .row h3 {
  color: #2c3838;
  font-size: 18px;
  background: #f36533;
  padding: 0 10px;
  max-width: max-content;
}
footer .row .layer_footer_D h3 {
  margin: 0;
  padding: 0;
}
footer .row .layer_footer_D a {
  background: #2c3838;
  font-size: 20px;
  font-weight: 600;
  color: #f36533;
  opacity: 1;
  display: block;
  padding: 0 5px;
  visibility: visible;
}
footer .row {
  display: flex;
  max-width: 1150px;
  margin: 0 auto 3em;
}
footer .copyright_text {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background: #f36533;
  padding: 10px;
}
.copyright_text p {
  color: #2c3838;
  font-weight: 600;
}
.classic_contact p {
  font-size: 15px;
}
.share-btns {
  margin: 2em auto !important;
}
@media (max-width:767px) {
  header .quote_request a {
    font-size: 18px;
    height: 35px;
    width: 100%;
  }
  header .reach-us-by-phone a {
    font-size: 18px;
    height: 35px;
    width: 100%;
    background: #f36533
  }
  header .logo img {
    max-height: 50px;
  }
  header .reach-us-by-phone a:before {
    font-size: 16px;
    width: 30px;
  }
  .main_part {
    align-items: center;
    gap: 1em;
    max-width: 100%;
    overflow: hidden;
  }
  .large_img_bg h1 {
    font-size: 2em;
    padding: 0 40px 0 0;
  }
  .large_img_bg {
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: auto;
    overflow: auto;
  }
  .large_img_bg h2 {
    font-size: 18px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0;
  }
  .large_img_bg p {
    font-size: 14px;
    padding: 1em;
    max-width: 100%;
  }
  .column_fields {
    margin: 3em auto 0;
    flex-direction: column;
    padding: 0;
    gap: 0;
  }
  .geo, .geo_tel, .geo_mail {
    padding-left: 2em;
  }
  .column_fields p {
    padding: 0 2em;
  }
  .column_layer_xd .container_start {
    margin: 0;
  }
  .column_layer_xd h3 {
    border-left: 0;
    padding: 0 30px;
    margin-bottom: 0;
  }
  .geo_layer 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 .slogan_clip strong {
    font-size: 22px;
  }
  .large_img_bg img {
    height: 100%;
    object-fit: cover;
    border-radius: 0;
  }
  .large_img_bg div {
    max-width: 100%;
    padding: 2em 3em 0 3em;
    border-radius: 0;
  }
  .column_layer_xd h2 {
    padding: 0 0 0 15px;
    border-left: solid 10px #2c3838;
  }
  footer .row {
    flex-direction: column;
    gap: 1em;
    margin: 0;
  }
  footer .row .layer_footer_A a {
    display: none;
  }
  nav .top_navigation {
    flex-direction: row;
    overflow-x: scroll;
    flex-wrap: nowrap;
    gap: 1em;
    padding: 0;
  }
  .geo_layer 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 .infos_communication {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
  header .slogan_clip {
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 100%;
    align-content: center;
  }
  .main_part .logo {
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  .copyright_text p {
    text-align: center
  }
  .wrap_contents_suite div {
    padding: 0 2em
  }
  .geo_contact p {
    padding: 0 2em;
  }
  .column_layer_xd h2 strong {
    font-size: 18px
  }
  .wrap_contents_suite p {
    padding: 0
  }
  nav .top_navigation li.navlink {
    opacity: 1;
    visibility: visible;
    width: 100%;
    box-sizing: border-box;
    display: flex;
  }
}