:root{
    --theme-color1: #bf1e2e;
    --theme-color2: #da0b06;
}

.about-section-two .image-column .inner-column::before {
  content: "";
  position: absolute;
  top: -120px;
  bottom: -100%;
  right: -120px;
  width: 100%;
  height: auto;
  border-radius: 10px 0 0 10px;
    background-color: #ffffff;
}
@media (max-width: 991.98px) {
  .about-section-two .image-column .inner-column::before {
    display: none;
  }
}

.contact-section .form-column .inner-column .contact-form:before {
    content: "";
    position: absolute;
    top: 0;
    left: -41px;
    width: 41px;
    height: 100%;
    background-color: #000000;
}

.icon-shape-2 {
    width: 70px;
    height: 90px;
    /*background-image: url(../images/icons/icon-shape-2.png);*/
}

figure .reveal{
    right: 268px;
}

.header-style-two .header-lower {
    position: relative;
    background-color: #000000;
}

.features-section .blocks-column .inner-column .heading {
    position: relative;
    color: var(--theme-color-dark);
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.04em;
    margin-bottom: 33px;
}

.about-section .image-column .inner-column {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
