.contact-section01 .is-container {
  margin-top: -115px !important;
  background-color: #FFF;
  box-shadow: 0 0 50px rgba(0, 0, 0, .1);
}

.contact-section01 .left-box {
  padding: 15px;
}

.contact-section01 .right-box {
  padding: 70px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.icon-box35 {
  display: flex;
  align-items: center;
  color: #555555;
  margin: 0;
}

.icon-box35 .icon {
  width: 88px;
  height: 88px;
  font-size: 2.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 88px;
  background-color: #fa4c4b;
  border-radius: 0%;
  margin: 15px 32px 15px 12px;
  color: #FFF;
  position: relative;
  z-index: 2;
}

.rtl .icon-box35 .icon {
  margin: 15px 12px 15px 32px;
}

.icon-box35 .icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  box-shadow: 0 0 0 0px #fa4c4b;
  border-radius: 0%;
  opacity: 0.2;
  z-index: -1;
}

.icon-box35 .icon::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -12px;
  bottom: -12px;
  right: -12px;
  box-shadow: 0px 0px 0px #fa4c4b;
  border-radius: 50%;
  z-index: -1;
  opacity: .15;
}

.icon-box35 .title {
  font-size: 1.375rem;
}

.icon-box35 .cont p {
  margin-bottom: 0;
}

@-webkit-keyframes dng-btt {
  0% {
      -webkit-transform: translate(0, 10%);
      opacity: 0
  }

  100% {
      -webkit-transform: translate(0, 0);
      opacity: 1
  }
}

@keyframes dng-btt {
  0% {
      -webkit-transform: translate(0, 10%);
      -ms-transform: translate(0, 10%);
      -o-transform: translate(0, 10%);
      transform: translate(0, 10%);
      opacity: 0
  }

  100% {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1
  }
}

.bottom-to-top {
  -webkit-animation-name: dng-btt;
  animation-name: dng-btt
}
.page-title-bg {
  display: none;
}

#contact-row a.social-10 .fab-linkedin-in {
  margin-top: 21px;
  color: #fff !important;
}