.body {
  margin-top: 2%;
  margin-right: 2%;
  margin-left: 2%;
  font-family: Dosis, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;
}

.page-content {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85vh;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(76deg, #000, rgba(196, 0, 0, 0.72) 44%, rgba(193, 195, 204, 0.68)), url('../images/imgEZT1.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.navigation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 90px;
  margin-top: 2%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0c0c0c;
}

.brand.current {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 120px;
  padding-right: 35px;
  padding-bottom: 0px;
  padding-left: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  background-color: #243665;
  background-image: url('../images/LOGO-BUILT.svg');
  background-position: 50% 50%;
  background-size: 80%;
}

.brand.current.w--current {
  width: 240px;
  height: 90px;
  background-color: #0c0c0c;
  background-image: url('../images/Logo-EZT-white-Horizontal.svg');
  background-size: 80%;
  background-repeat: no-repeat;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 0px;
  border-color: red;
  border-radius: 0px;
  opacity: 1;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #c30000;
}

.info-wrapper {
  height: 100%;
  margin-left: 60px;
  padding: 34px 28px 31px;
  background-color: #0c0c0c;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  cursor: pointer;
}

.info-wrapper:hover {
  background-color: #c30000;
}

.info-wrapper.for-x {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  height: 75px;
  margin-left: 20px;
  padding-top: 30px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-block {
  color: #fff;
}

.menu-button {
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  padding: 0px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hamburger-line {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 2px;
  background-color: #000;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.features-wrapper {
  position: absolute;
  right: -2.5%;
  bottom: -83px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  padding: 15px 100px 5px 50px;
  background-color: #0c0c0c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(139, 180, 216, 0)), to(#c30000));
  background-image: linear-gradient(180deg, rgba(139, 180, 216, 0), #c30000);
}

.infos-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.info-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.info-child.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.info-image {
  width: 24px;
  margin-bottom: 15px;
}

.info-image.left {
  margin-right: 15px;
  margin-bottom: 0px;
}

.phone-text {
  margin-top: 0px;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.phone-text.foot {
  color: #fff;
}

.paragraph-white {
  margin-bottom: 5px;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 16px;
  font-weight: 400;
}

.paragraph-white.biger {
  margin-top: 10px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: normal;
}

.paragraph-white._100 {
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: normal;
}

.paragraph-white.dark {
  color: rgba(13, 21, 39, 0.97);
  font-size: 36px;
}

.paragraph-white.center {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.nos-services-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8% 5% 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-vertical {
  position: absolute;
  right: 0%;
  bottom: 136px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #c30000;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 hsla(0, 0%, 100%, 0.14);
}

.link-block:hover {
  border-style: solid;
  border-color: #e79651;
}

.title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Dosis, sans-serif;
  color: #fff;
  font-size: 62px;
  line-height: 70px;
  text-transform: uppercase;
}

.paragraph {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}

.paragraph._1 {
  font-size: 25px;
  text-transform: uppercase;
}

.div-block-3 {
  position: relative;
  margin-right: 3px;
  margin-left: 7px;
  border: 0px none #000;
  border-radius: 0px;
  opacity: 1;
  color: #fff;
}

.line-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 1px;
  background-color: #c30000;
}

.line-1._2 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: auto;
  height: 1px;
}

.line-1.s {
  background-color: #8bd8bd;
}

.line-1.white {
  background-color: #fff;
}

.line-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 1px;
  background-color: #243665;
}

.line-2._2 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: auto;
  height: 1px;
  background-color: #c30000;
}

.line-2._2.s {
  background-color: #8bd8bd;
}

.line-2._2.white {
  background-color: #fff;
}

.line-2.x1 {
  position: relative;
  left: auto;
  top: 6px;
  right: auto;
  bottom: auto;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 12px;
}

.line-2.x2 {
  position: relative;
  left: auto;
  top: 6px;
  right: auto;
  bottom: auto;
  width: 20px;
  height: 2px;
  margin-top: -2px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-size: 12px;
}

.line-3 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 1px;
  background-color: #c30000;
}

.line-3._2 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: auto;
  height: 1px;
}

.line-3.s {
  background-color: #8bd8bd;
}

.line-4 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: 1px;
  background-color: #c30000;
}

.line-4._2 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: auto;
  height: 1px;
}

.line-4.s {
  background-color: #8bd8bd;
}

.info-big-wrapper-form {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
}

.info-big-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.2);
}

.info-left-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: scroll;
  width: 35%;
  height: auto;
  padding: 95px 30px 35px;
  background-color: #fff;
}

.top-margin {
  margin-top: 50px;
  font-weight: 400;
}

.top-margin.half {
  position: relative;
  left: auto;
  display: inline-block;
  margin-top: 20px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.22);
}

.top-margin.half:hover {
  border-style: solid;
}

.top-margin.half._2 {
  margin-top: 25px;
  border-style: none;
  border-color: rgba(255, 255, 255, 0.89);
}

.top-margin.half._3 {
  border-color: hsla(0, 0%, 100%, 0.47);
}

.top-margin.half.foot {
  border-color: #fff;
}

.top-title-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #919198;
}

.top-title-wrapper.more {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-title-wrapper.center.vertical {
  margin-bottom: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-title {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #121213;
  font-size: 42px;
  line-height: 50px;
  font-weight: 600;
  text-transform: uppercase;
}

.top-title._30px {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.top-title.abolute {
  position: absolute;
  left: -53px;
  top: -26px;
  z-index: 1;
  color: rgba(241, 241, 247, 0.83);
  font-size: 120px;
  line-height: 40px;
}

.top-title.abolute.in-form {
  position: absolute;
  left: -17px;
  top: -26px;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(139, 216, 189, 0.1);
  font-size: 100px;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: 11px;
  text-transform: uppercase;
}

.top-title.white {
  color: #fff;
}

.top-title.smaller-white.blog {
  margin-bottom: 15px;
  color: #fff;
  font-size: 19px;
  line-height: 26px;
}

.top-title.smaller-white.in-footer {
  margin-right: 60px;
  margin-bottom: 30px;
  padding-right: 14px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #0c0c0c;
  color: rgba(255, 255, 255, 0.97);
  font-size: 15px;
  line-height: 20px;
}

.button-icon {
  display: inline-block;
  padding: 16px 20px 15px 42px;
  border-radius: 15px;
  background-color: #ffc527;
  background-image: url('../images/font-awesome_4-7-0_phone_100_0_ffffff_none_1font-awesome_4-7-0_phone_100_0_ffffff_none.png');
  background-position: 17px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.button-icon:hover {
  background-color: #313131;
}

.button-icon.form-button {
  display: inline-block;
  background-color: #f0542d;
  background-image: url('../images/font-awesome_4-7-0_paper-plane_100_0_ffffff_none_1font-awesome_4-7-0_paper-plane_100_0_ffffff_none.png');
  background-size: 16px;
  text-align: center;
}

.button-icon.form-button:hover {
  background-color: #313131;
}

.button-icon.form-button.with-color {
  display: block;
  width: 100%;
  min-width: 160px;
  padding-top: 15px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 0px;
  background-color: #243665;
  background-image: none;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-icon.form-button.with-color:hover {
  background-color: #2c4380;
  color: #fff;
}

.button-icon.arrow {
  background-image: url('../images/font-awesome_4-7-0_arrow-circle-o-right_100_0_ffffff_none_1font-awesome_4-7-0_arrow-circle-o-right_100_0_ffffff_none.png');
  background-size: 16px;
}

.button-icon.arrow.other-color {
  background-color: #002e5b;
}

.button-icon.arrow.other-color:hover {
  background-color: #034c94;
}

.error-message {
  border-radius: 5px;
  background-color: red;
  color: #fff;
  text-align: center;
}

.success-message {
  border-radius: 5px;
  background-color: #3b751f;
  color: #fff;
  font-weight: 500;
}

.text-field-footer {
  height: 50px;
  border: 1px solid #3b3b3b;
  background-color: #212121;
  color: #fff;
  font-size: 14px;
}

.text-field-footer:hover {
  border-color: #ffc527;
  color: #fff;
}

.text-field-footer:focus {
  border-color: #ffc527;
  color: #fff;
}

.text-field-footer.text-area {
  height: auto;
  padding-top: 12px;
  padding-bottom: 30px;
}

.text-field-footer.text-area.gray-field {
  height: 150px;
}

.text-field-footer.gray-field {
  height: 70px;
  border-color: transparent;
  border-radius: 0px;
  background-color: rgba(139, 216, 189, 0.14);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}

.text-field-footer.gray-field:hover {
  background-color: rgba(139, 216, 189, 0.36);
  color: #515151;
}

.text-field-footer.gray-field:focus {
  background-color: rgba(139, 216, 189, 0.29);
  color: #515151;
}

.text-field-footer.subscribe {
  background-color: transparent;
}

.form {
  color: #fff;
}

.conta {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.container-a-propos {
  max-width: 1200px;
}

.container-1200-m {
  position: relative;
  display: block;
  max-width: 1200px;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-1200-m.top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container-1200-m.normal {
  width: 100%;
  margin-top: 0%;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.container-1200-m.services {
  margin-top: 60px;
}

.container-1200-m.quality {
  display: block;
}

.text-block-2 {
  color: #919198;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.container-2 {
  position: static;
}

.tab-service {
  width: 16.666%;
  padding: 20px 15px 25px;
  float: left;
  border-bottom: 1px solid #e1e1e1;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
}

.tab-service:hover {
  border-bottom-color: #212121;
}

.tab-service.w--current {
  border-bottom-style: none;
  border-bottom-color: #ffc527;
  background-color: transparent;
  color: #ffc527;
}

.tab-icon {
  display: block;
  width: 70px;
  height: 70px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  background-image: url('../images/house.svg');
  background-position: 50% 50%;
  background-size: 55px;
  background-repeat: no-repeat;
}

.tab-icon.icon-2 {
  background-image: url('../images/roof.svg');
  background-size: 55px;
}

.tab-icon.icon-3 {
  background-image: url('../images/trowel.svg');
  background-size: 55px;
}

.tab-icon.icon-4 {
  background-image: url('../images/paint-roller.svg');
  background-size: 55px;
}

.tab-icon.icon-5 {
  background-image: url('../images/blueprint.svg');
  background-size: 55px;
}

.tab-title {
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
}

.tabs-content {
  margin-top: 60px;
}

.top-margin-2 {
  position: relative;
  z-index: 10;
  margin-top: 25px;
}

.top-margin-2.less {
  margin-top: 15px;
}

.column-without-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.column-without-padding.not-left {
  padding-left: 10px;
}

.column-without-padding.not-left.right {
  padding-right: 10px;
  padding-left: 0px;
}

.left-padding {
  position: relative;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 15px;
}

.tab-second-title {
  margin-top: 0px;
  font-size: 32px;
  line-height: 40px;
}

.service-inside {
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 25px;
  background-image: url('../images/check-symbol.svg');
  background-position: 0px 45%;
  background-size: 16px;
  background-repeat: no-repeat;
  color: #515151;
  font-size: 15px;
}

.nos-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-3 {
  font-weight: 600;
  text-transform: uppercase;
}

.div-block-4 {
  height: 2px;
  margin-top: 3px;
  background-color: silver;
}

.div-block-5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.hero-button-box-1-copy {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-feature-icon-box {
  width: 30%;
  border-style: none;
  border-width: 4px;
  border-color: rgba(239, 162, 64, 0.73);
  border-radius: 10px;
}

.service-content {
  position: relative;
  display: block;
  width: 50%;
  margin-right: 20px;
  margin-bottom: 0%;
  margin-left: auto;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #e2e8f8;
  background-color: hsla(0, 0%, 97.3%, 0);
  box-shadow: 1px 1px 3px 0 #ddd;
}

.service-content._4 {
  margin-right: 0px;
}

.service-content._4._2 {
  margin-left: 0px;
}

.service-content._3 {
  margin-right: 0px;
}

.service-content._7 {
  margin-right: 0px;
}

.heading-9 {
  font-family: Oswald, sans-serif;
  color: #efa240;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  text-transform: capitalize;
}

.intro-feature-text-box {
  width: 100%;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #959cac;
  font-size: 15px;
  line-height: 25px;
}

.button-slide-1-copy {
  position: relative;
  height: 45px;
  min-width: 135px;
  padding-top: 13px;
  padding-right: 30px;
  padding-left: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #efa240;
  border-radius: 5px;
  background-color: transparent;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #efa240;
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-slide-1-copy:hover {
  background-color: transparent;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
  color: #efa240;
}

.image-103 {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(239, 162, 64, 0.73);
  border-radius: 10px;
}

.parag {
  font-family: 'Open Sans', sans-serif;
  line-height: 23px;
}

.mini-title-copy {
  margin-bottom: 7px;
  font-family: Montserrat, sans-serif;
  color: #959cac;
  font-size: 10.5px;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.service-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Dosis, sans-serif;
  color: #c30000;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.image-104 {
  margin-right: 20px;
  margin-bottom: 0px;
}

.paragraph-2 {
  margin-bottom: 0px;
  font-family: Dosis, sans-serif;
  color: #919197;
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  letter-spacing: normal;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-service.bot {
  margin-top: 20px;
}

.div-gauche {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 10px;
}

.div-gauche._2 {
  margin-right: 0px;
  margin-left: 10px;
}

.div-gauche._6 {
  display: block;
  margin-right: 0px;
  margin-left: 10px;
}

.a-propos {
  display: none;
  padding: 0% 5% 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clumn-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clonne-photo {
  position: relative;
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
}

.colonne-text {
  position: relative;
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
}

.padding-right {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 100px;
}

.paragraph-3 {
  margin-bottom: 20px;
  color: #919197;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: normal;
}

.link-block-2 {
  margin-top: 15px;
}

.link {
  color: #919198;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.link:hover {
  color: #c30000;
}

.link._2 {
  color: #fff;
}

.link._2:hover {
  color: #c30000;
}

.link._2.foot:hover {
  color: #c30000;
}

.link._3 {
  color: #fff;
}

.link._3:hover {
  color: #8bd8bd;
}

.line-animation {
  width: 100%;
  height: 2px;
  margin-top: 0px;
  background-color: silver;
}

.line-animation:hover {
  background-color: #e47312;
}

.line-overlay {
  width: 100%;
  height: 100%;
  background-color: #e47312;
}

.section.gray {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8% 0% 0px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f8fc;
}

.div-block-7 {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.photo-top-contents {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.project-overlay-style-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 197, 39, 0.8);
}

.project-content-style-2 {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #fff;
}

.link-icon {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border: 1px solid #fff;
  border-radius: 100%;
  background-image: url('../images/icon.svg');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.link-icon:hover {
  border-color: #121212;
  background-color: #121212;
}

.small-title {
  display: block;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
}

.category-name {
  font-size: 15px;
}

.div-block-8 {
  position: relative;
  width: 403.734375px;
  height: 360.125px;
}

.project-content {
  position: relative;
  overflow: hidden;
  width: auto;
  height: auto;
  min-height: auto;
  min-width: auto;
  margin-right: 20px;
  margin-bottom: 20px;
  background-image: url('../images/depositphotos_18719145-stock-photo-man-installing-solar-panels.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-content._1 {
  width: auto;
  height: auto;
  min-height: auto;
  min-width: auto;
  background-image: url('../images/depositphotos_18719145-stock-photo-man-installing-solar-panels.jpg');
}

.project-content._2 {
  width: auto;
  height: auto;
  min-height: auto;
  min-width: auto;
}

.project-content._3 {
  width: auto;
  height: auto;
  min-height: auto;
  min-width: auto;
}

.project-content._4 {
  width: auto;
  height: auto;
  min-height: auto;
  min-width: auto;
}

.project-content._5 {
  width: auto;
  height: auto;
}

.project-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.project-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  padding-right: 11px;
  padding-left: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(salmon), to(#e47312));
  background-image: linear-gradient(180deg, salmon, #e47312);
}

.text-block-4 {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
}

.lightbox-link {
  position: static;
  z-index: 1;
}

.image-105 {
  display: inline-block;
}

.image-106 {
  display: inline-block;
}

.image-107 {
  display: inline-block;
}

.image-108 {
  display: inline-block;
}

.image-109 {
  display: inline-block;
}

.image-110 {
  display: inline-block;
}

.section-appel-co {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7% 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #243665;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(196, 0, 0, 0.82)), color-stop(89%, #0c0c0c)), url('../images/WhatsApp-Image-2020-07-02-at-21.09.13.jpeg');
  background-image: linear-gradient(180deg, rgba(196, 0, 0, 0.82), #0c0c0c 89%), url('../images/WhatsApp-Image-2020-07-02-at-21.09.13.jpeg');
  background-position: 0px 0px, 50% -60%;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8% 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-9 {
  margin-right: -10px;
  margin-left: -10px;
}

.div-block-9.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.case-wrapper {
  position: relative;
  width: 36.86777%;
  padding-right: 10px;
  padding-left: 10px;
}

.blog-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.blog-image {
  position: relative;
  background-color: #5c5c5c;
}

.meta-tag {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100px;
  height: 100px;
  padding-right: 0px;
  border-bottom-left-radius: 10px;
  background-image: url('../images/medal-quality-O.svg'), -webkit-gradient(linear, left top, left bottom, from(#0d1527), to(#0d1527));
  background-image: url('../images/medal-quality-O.svg'), linear-gradient(180deg, #0d1527, #0d1527);
  background-position: 50% 50%, 0px 0px;
  background-size: 60%, auto;
  background-repeat: no-repeat, repeat;
}

.meta-tag._2 {
  background-image: url('../images/expertise-O.svg'), -webkit-gradient(linear, left top, left bottom, from(#0d1527), to(#0d1527));
  background-image: url('../images/expertise-O.svg'), linear-gradient(180deg, #0d1527, #0d1527);
  background-position: 50% 50%, 0px 0px;
  background-size: 60%, auto;
  background-repeat: no-repeat, repeat;
}

.meta-tag._3 {
  background-image: url('../images/fiabilite-O.svg'), -webkit-gradient(linear, left top, left bottom, from(#0d1527), to(#0d1527));
  background-image: url('../images/fiabilite-O.svg'), linear-gradient(180deg, #0d1527, #0d1527);
  background-position: 50% 50%, 0px 0px;
  background-size: 60%, auto;
  background-repeat: no-repeat, repeat;
}

.blog-content {
  width: 100%;
  padding: 25px 56px 25px 30px;
  background-color: #243665;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c30000), to(#0c0c0c));
  background-image: linear-gradient(180deg, #c30000, #0c0c0c);
}

.block-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-about-us1-copy.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  padding: 12px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ff8e64;
  border-radius: 30px;
  background-color: #ff8e64;
  color: #fff;
  font-weight: 500;
}

.button-about-us1-copy.left._2:hover {
  border-color: #3374ca;
  color: #3374ca;
}

.facebook-card-style-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  margin-right: auto;
  margin-left: auto;
  padding: 45px 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-8 {
  margin-bottom: 10px;
}

.section-3 {
  height: 400px;
  margin-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(rgba(4, 5, 37, 0.65)), to(rgba(4, 5, 37, 0.65))), url('../images/BACKGROUND-OK-1.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, rgba(4, 5, 37, 0.65), rgba(4, 5, 37, 0.65)), url('../images/BACKGROUND-OK-1.png');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.section-3.fb {
  height: auto;
  background-color: transparent;
  background-image: linear-gradient(94deg, #e47312 13%, #f15e4e 95%);
}

.section-3.fb {
  height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1c3e97), to(#1c3e97)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, #1c3e97, #1c3e97), linear-gradient(180deg, transparent, transparent), linear-gradient(180deg, transparent, transparent);
}

.follow-me-text {
  margin-top: 10px;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  text-transform: capitalize;
}

.top-icon {
  width: 75px;
  height: 75px;
  float: left;
  background-image: url('../images/clock-1.svg');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.top-icon.icon-3 {
  margin-right: 20px;
  background-image: url('../images/clock-2.svg');
  background-size: 50px;
}

.top-icon.icon-5 {
  margin-right: 20px;
  background-image: url('../images/phone-call-2.svg');
  background-size: 45px;
}

.top-icon.icon-4 {
  margin-right: 20px;
  background-image: url('../images/envelope-2.svg');
  background-size: 50px;
}

.top-footer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: linear-gradient(99deg, #e47312, #ff6250);
}

.top-content {
  position: relative;
  overflow: hidden;
}

.troll-free-text {
  position: relative;
  margin-top: 9px;
  color: hsla(0, 0%, 100%, 0.57);
  font-size: 14px;
  font-weight: 400;
}

.troll-free-text.inside-navigation {
  display: inline-block;
  color: #949494;
  line-height: 26px;
  font-weight: 500;
}

.troll-free-text.inside-navigation.white {
  color: #fff;
  font-size: 16px;
}

.number {
  color: #fff;
  font-weight: 600;
}

.number.dark {
  color: #515151;
}

.number.dark.more {
  color: #212121;
  font-size: 14px;
}

.footer {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 70px 50px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0c0c0c), to(#130000));
  background-image: linear-gradient(180deg, #0c0c0c, #130000);
}

.small-footer-icon {
  width: 161px;
  height: 80px;
  background-image: url('../images/LOGO-BUILT-2.svg');
  background-position: 50% 50%;
  background-size: 130%;
}

.small-footer-icon.w--current {
  background-image: url('../images/Logo-EZT-white-Horizontal.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.darker {
  color: #a2a2a2;
}

.algin-center-device {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-right {
  text-align: right;
}

.align-right.algin-center-device {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link {
  display: block;
  padding-bottom: 20px;
  opacity: 0.7;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 1;
}

.social-icon {
  width: 30px;
  height: 30px;
  margin-right: 2.5px;
  margin-left: 2.5px;
  border-radius: 100%;
  background-color: #121212;
  background-image: url('../images/5db1c0c0ca3871e69b1a7b3f_font-awesome_4-7-0_facebook_100_0_ffffff_none-4_15db1c0c0ca3871e69b1a7b3f_font-awesome_4-7-0_facebook_100_0_ffffff_none (4).png');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.social-icon:hover {
  background-color: #ffc527;
}

.social-icon.insta {
  background-image: url('../images/5db1c46c7abe5c77b4c75713_font-awesome_4-7-0_instagram_100_0_ffffff_none-2_15db1c46c7abe5c77b4c75713_font-awesome_4-7-0_instagram_100_0_ffffff_none (2).png');
  background-size: 18px;
}

.social-icon.twitter {
  background-image: url('../images/5db1c46c127194d1f2a869a9_font-awesome_4-7-0_twitter_100_0_ffffff_none-3_15db1c46c127194d1f2a869a9_font-awesome_4-7-0_twitter_100_0_ffffff_none (3).png');
  background-size: 14px;
}

.social-icon.google {
  background-image: url('../images/font-awesome_4-7-0_google-plus_100_0_ffffff_none_1font-awesome_4-7-0_google-plus_100_0_ffffff_none.png');
  background-size: 18px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 30px;
  background-color: hsla(0, 0%, 100%, 0.08);
}

.heading-white {
  color: #fff;
}

.heading-white.margin-footer {
  margin-top: 20px;
  margin-bottom: 33px;
}

.container-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.columns-3 {
  margin-right: -10px;
  margin-left: -10px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.block-button-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-column {
  padding-right: 20%;
}

.with-line {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line {
  position: absolute;
  left: 0%;
  top: 8px;
  width: 100%;
  height: 1px;
  background-color: #c30000;
}

.copyright {
  position: relative;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #9096a4;
  font-size: 12px;
  line-height: 26px;
  text-align: right;
}

.copyright.coming {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'PT Sans', sans-serif;
  color: #b7b7c7;
  font-size: 13px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
}

.bold-text {
  color: #b7b7c7;
  font-size: 13px;
  letter-spacing: 1px;
}

.foot-title-box {
  margin-bottom: 10px;
}

.h3-white {
  margin-top: 3px;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: 2px;
}

.h3-white.orange {
  color: #ff8e64;
}

.link-block-3 {
  width: 100%;
  height: 17%;
  text-decoration: none;
}

.link-block-3.w--current {
  text-decoration: none;
}

.bullet-point-box-copy-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  text-decoration: none;
}

.paragraph-4 {
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Dosis, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.paragraph-4:hover {
  font-family: Dosis, sans-serif;
  color: #c30000;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.italic-text {
  font-style: normal;
}

.paragraphe-dark {
  text-align: center;
}

.link-2 {
  color: #fff;
}

.link-3 {
  color: #fff;
}

.link-4 {
  color: #c30000;
}

.html-embed {
  width: auto;
  height: auto;
}

.html-embed-2 {
  width: 100%;
}

.line-4-copy {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: 1px;
  background-color: #fff;
}

.line-4-copy._2 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: auto;
  height: 1px;
}

.line-4-copy.s {
  background-color: #8bd8bd;
}

.line-3-copy {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 1px;
  background-color: #c30000;
}

.line-3-copy._2 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: auto;
  height: 1px;
}

.line-3-copy.s {
  background-color: #8bd8bd;
}

.line-3-copy.white {
  background-color: #fff;
}

.section-qui-sommes-nous {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7% 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #243665;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.33)), to(rgba(0, 0, 0, 0.33))), -webkit-gradient(linear, left top, left bottom, from(rgba(196, 0, 0, 0.81)), color-stop(70%, rgba(12, 12, 12, 0.86))), url('../images/WhatsApp-Image-2020-07-02-at-21.09.13-2.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33)), linear-gradient(180deg, rgba(196, 0, 0, 0.81), rgba(12, 12, 12, 0.86) 70%), url('../images/WhatsApp-Image-2020-07-02-at-21.09.13-2.jpeg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

@media screen and (max-width: 991px) {
  .body {
    margin-top: 0%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .banner {
    height: 800px;
  }

  .navigation {
    width: 100%;
    height: 80px;
    margin-top: 0%;
    padding-right: 2%;
  }

  .brand.current.w--current {
    z-index: 1000;
    width: 200px;
    height: 80px;
  }

  .nav-menu {
    margin-top: 0px;
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #0c0c0c;
    color: #121213;
    font-weight: 400;
    letter-spacing: normal;
  }

  .nav-link {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav-link.w--current {
    color: #c30000;
  }

  .info-wrapper {
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
  }

  .menu-button:active {
    background-color: #fff;
  }

  .menu-button.w--open {
    background-color: #c30000;
  }

  .hamburger-line {
    background-color: #fff;
  }

  .hamburger-line._2 {
    top: 35%;
  }

  .hamburger-line._3 {
    top: 65%;
  }

  .features-wrapper {
    right: auto;
    bottom: 0px;
    width: 100%;
    padding-right: 22px;
    padding-left: 0px;
  }

  .phone-text.foot {
    font-size: 12px;
  }

  .paragraph-white {
    font-size: 14px;
  }

  .paragraph-white._100 {
    font-size: 14px;
  }

  .social-vertical {
    bottom: 200px;
  }

  .heading {
    font-size: 50px;
    line-height: 60px;
  }

  .paragraph {
    font-size: 18px;
  }

  .paragraph._1 {
    font-size: 22px;
  }

  .info-big-wrapper-form {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
  }

  .info-left-wrapper {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    padding-top: 30px;
  }

  .top-margin.half._2 {
    padding: 5px 10px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: center;
  }

  .top-margin.half.foot {
    padding-top: 5px;
    padding-bottom: 5px;
    border-color: #fff;
    font-size: 10px;
    text-align: center;
  }

  .top-title-wrapper.more {
    margin-bottom: 5%;
  }

  .top-title-wrapper.add-20-right {
    margin-right: 20px;
  }

  .top-title-wrapper.center.vertical {
    text-align: center;
  }

  .top-title {
    font-size: 32px;
    line-height: 40px;
  }

  .top-title.abolute {
    left: -7px;
    font-size: 80px;
    letter-spacing: 11px;
  }

  .top-title.abolute._3 {
    display: none;
  }

  .top-title.smaller-white.in-footer {
    color: #fff;
  }

  .container-1200-m.top {
    margin-top: -150px;
  }

  .intro-feature-icon-box {
    width: 20%;
    margin-right: 10px;
  }

  .service-content {
    padding-left: 10px;
  }

  .heading-9 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
  }

  .parag {
    padding-right: 3px;
    font-size: 13px;
    text-align: left;
  }

  .mini-title-copy {
    font-size: 10px;
  }

  .top-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-gauche {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .div-gauche._2 {
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .div-gauche._6 {
    margin-left: 0px;
  }

  .clumn-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .clonne-photo {
    width: 100%;
  }

  .colonne-text {
    width: 100%;
  }

  .padding-right {
    margin-top: 80px;
    padding-left: 0px;
  }

  .link._2 {
    font-size: 11px;
    text-align: center;
  }

  .link._2.foot {
    font-size: 10px;
  }

  .section.gray {
    padding-right: 0px;
  }

  .meta-tag {
    width: 70px;
    height: 70px;
  }

  .blog-content {
    padding-right: 23px;
  }

  .block-button {
    margin-top: 10px;
  }

  .facebook-card-style-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-8 {
    margin-bottom: 5px;
  }

  .follow-me-text {
    margin-top: 0px;
    font-size: 20px;
    line-height: 30px;
  }

  .troll-free-text.inside-navigation {
    display: block;
  }

  .column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .block-button-2 {
    margin-top: 10px;
  }

  .footer-column {
    padding-right: 15%;
  }

  .copyright.coming {
    padding-left: 10px;
    font-size: 11px;
  }

  .bold-text {
    font-size: 11px;
  }

  .foot-title-box {
    margin-bottom: 7px;
    padding-bottom: 0px;
  }

  .h3-white {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 25px;
  }

  .bullet-point-box-copy-2 {
    margin-bottom: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
  }

  .paragraph-4 {
    padding-top: 0px;
    font-size: 12px;
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .features-wrapper {
    padding-right: 0px;
  }

  .infos-flex {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .phone-text {
    font-size: 12px;
  }

  .phone-text.foot {
    font-size: 15px;
  }

  .paragraph-white {
    font-size: 16px;
    text-align: left;
  }

  .paragraph-white._100 {
    font-size: 17px;
  }

  .link-block {
    width: 30px;
    height: 40px;
  }

  .heading {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
  }

  .paragraph {
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph._1 {
    font-size: 20px;
    line-height: 22px;
  }

  .info-big-wrapper-form {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    overflow: scroll;
  }

  .info-left-wrapper {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    padding-top: 0px;
    padding-left: 50px;
  }

  .top-margin.half.foot {
    border-color: #fff;
  }

  .top-title-wrapper.more {
    margin-bottom: 0%;
  }

  .top-title {
    font-size: 22px;
  }

  .top-title._30px {
    font-size: 22px;
  }

  .top-title.abolute {
    font-size: 60px;
  }

  .top-title.smaller-white.blog {
    font-size: 22px;
  }

  .text-field-footer.text-area.gray-field {
    height: auto;
    margin-bottom: 0px;
    padding-bottom: 20px;
  }

  .text-field-footer.gray-field {
    height: 40px;
    font-size: 10px;
  }

  .form {
    background-color: #fff;
  }

  .container-1200-m.top {
    margin-top: -150px;
  }

  .tab-service {
    width: 50%;
  }

  .column-without-padding {
    padding-right: 10px;
    padding-left: 10px;
  }

  .with-padding {
    margin-top: 40px;
    margin-right: 20px;
    margin-left: 10px;
  }

  .div-block-5 {
    display: none;
  }

  .service-content {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(149, 156, 172, 0.32);
    border-right-style: none;
  }

  .link._2 {
    font-size: 12px;
  }

  .link._2.foot {
    font-size: 12px;
  }

  .div-block-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-9.wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .case-wrapper {
    width: auto;
    margin-bottom: 20px;
  }

  .meta-tag {
    width: 120px;
    height: 120px;
  }

  .facebook-card-style-2 {
    width: 70%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .troll-free-text {
    margin-bottom: 5px;
    text-align: center;
  }

  .troll-free-text.inside-navigation {
    text-align: left;
  }

  .small-footer-icon {
    display: block;
    margin-bottom: 20px;
  }

  .algin-center-device {
    text-align: center;
  }

  .footer-column {
    margin-bottom: 40px;
    padding-right: 0%;
  }

  .copyright {
    padding-top: 10px;
    line-height: 22px;
    text-align: center;
  }

  .copyright.coming {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 15px;
    text-align: center;
  }

  .div-block-16 {
    display: block;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h3-white {
    text-align: center;
  }

  .bullet-point-box-copy-2 {
    margin-bottom: 0px;
    padding-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

  .paragraph-4 {
    font-size: 15px;
  }
}

@media screen and (max-width: 479px) {
  .banner {
    height: 500px;
  }

  .brand.current.w--current {
    width: 150px;
    height: 60px;
  }

  .info-wrapper.for-x {
    height: 75px;
  }

  .features-wrapper {
    display: none;
  }

  .infos-flex {
    display: none;
  }

  .paragraph-white.biger {
    font-size: 19px;
    line-height: 22px;
    text-align: center;
  }

  .paragraph-white.dark {
    font-size: 20px;
  }

  .nos-services-2 {
    padding-top: 15%;
  }

  .social-vertical {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .heading {
    font-size: 30px;
    line-height: 38px;
  }

  .paragraph {
    padding-right: 0px;
    font-size: 14px;
    line-height: 16px;
  }

  .paragraph._1 {
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph.ban {
    padding-right: 40px;
  }

  .info-big-wrapper-form {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
  }

  .info-left-wrapper {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    padding-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .top-margin.half {
    margin-top: 0px;
  }

  .top-margin.half.foot {
    border-color: #fff;
  }

  .top-title {
    font-size: 26px;
    line-height: 35px;
  }

  .top-title._30px {
    font-size: 22px;
    text-align: center;
  }

  .top-title.abolute {
    display: none;
  }

  .top-title.white {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }

  .form {
    background-color: #fff;
  }

  .container-1200-m.top {
    margin-top: 24px;
    padding-right: 0px;
  }

  .container-1200-m.services {
    margin-top: 0px;
  }

  .parag {
    padding-right: 0px;
  }

  .top-service.bot {
    margin-top: 0px;
  }

  .div-gauche {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .a-propos {
    padding-top: 10%;
  }

  .padding-right {
    margin-top: 20px;
  }

  .section.gray {
    padding-top: 15%;
  }

  .meta-tag {
    width: 90px;
    height: 90px;
  }

  .facebook-card-style-2 {
    width: auto;
  }

  .troll-free-text.inside-navigation {
    display: block;
    text-align: left;
  }

  .footer {
    padding: 10% 5% 5%;
  }

  .small-footer-icon.w--current {
    width: 150px;
    height: 70px;
  }

  .copyright.coming {
    font-size: 11px;
  }

  .bold-text {
    font-size: 12px;
  }

  .h3-white.orange {
    text-align: left;
  }

  .bullet-point-box-copy-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
}

