.header-logo a img {
    width: 120px;
}

.header-section .header-wrap .header-meta .header-btn-2 .btn {
  height: 50px;
  line-height: 46px;
  padding: 0 45px;
  margin-left: 25px;
}

.header-section .header-wrap .header-meta .header-info {
  position: relative;
  padding-left: 30px;
  margin-left: 30px;
}

.skill-section .skill-wrap .skill-content-wrap .skill-content-left .experience .number {
    color: #911A1C;
}
.page-banner .title::before {
  background-image: -webkit-linear-gradient(138deg, #911A1C 0%, #911A1C 100%);
  background-image: -o-linear-gradient(138deg, #911A1C 0%, #911A1C 100%);
  background-image: linear-gradient(-48deg, #911A1C 0%, #911A1C 100%);
}
.page-banner-section .shape-2 {
  border: 3px solid #911A1C;
}
.page-banner-section .shape-2::before {
  background: -webkit-linear-gradient(138deg, #911A1C 0%, #911A1C 100%);
  background: -o-linear-gradient(138deg, #911A1C 0%, #911A1C 100%);
  background: linear-gradient(-48deg, #911A1C 0%, #911A1C 100%);
}
.contact-info-section .contact-info-wrap .single-contact-info .info-icon {
  background: #911A1C;
}
.contact-info-section .contact-info-wrap .single-contact-info .info-content p {
  font-size: 18px;
  line-height: 30px;
  color: #911A1C;
  text-decoration: none;
  -webkit-text-decoration-color: #911A1C;
     -moz-text-decoration-color: #911A1C;
          text-decoration-color: #911A1C;
}
@media only screen and (max-width: 1399px) {
  .header-section.header-wrap .header-meta .header-info {
    padding-left: 20px;
    margin-left: 20px;
  }
}
.features-content .features-content-btn {
  border-top: 1px solid #ebebeb;
  padding: 15px 0px;
    margin: 25px 0px 0px 0px;
}

.features-content .features-content-btn .features-content-btn-link {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #911A1C;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.features-content .features-content-btn .features-content-btn-link i {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.features-content .features-content-btn .features-content-btn-link:hover i {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.features-section-4 .features-wrap-3 .features-content-wrap .single-item .features-icon {
  position: relative;
  display: flex;
  min-height: 75px;
}

.features-section-4 .features-wrap-3 .features-content-wrap .single-item .features-icon::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 15px;
  width: 50px;
  height: 50px;
  background: #e5eefc;
  border-radius: 50%;
  z-index: -1;
}

.features-section-3 .features-wrap-3 .features-content-wrap .single-item .features-icon img {
  height: 50px;
  padding-right: 20px;
}

.contact-section .contact-wrap .contact-form .contact-form-wrap {
    padding: 30px;
}

.contact-section .contact-wrap .contact-form .contact-form-wrap .single-form textarea {
    height: 100px;
}

.service-section-5 .service-wrap .about-service-item {
    height: 450px;
}

.about-section .about-wrap .about-content {
    padding-left: 55px;
}
.copyright-social {
    margin-top: 0px;
}

.borderTop {
    border-top: 1px solid #a7a7a7;
    margin-top: 10px;
    margin-bottom: 40px;
}


.copyright-text p {
    float: right;
}
@media only screen and (max-width: 1023px) {
    .copyright-text p {
        float: left;
    }
}

/* .header-section.header-wrap .header-meta .header-info::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #ebebeb;
  width: 1px;
  height: 44px;
} */

.colSameHeight {
    min-height: 190px;
}