/*--------three tile blade---------*/
.threetile-blade-section {
  padding: 3.125rem 0 5rem;
}

@media screen and (max-width: 767px) {
  .threetile-blade-section {
    padding: 1.85rem 0;
  }
}

.threetile-blade-section .blade-sec {
  margin-right: 0.625rem;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 991px) {
  .threetile-blade-section .blade-sec {
    margin-right: 0;
  }
}

@media screen and (max-width: 575px) {
  .threetile-blade-section .blade-sec {
    margin-bottom: 1.875rem;
  }
}

.threetile-blade-section .blade-sec:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .threetile-blade-section .blade-sec:last-child {
    margin-bottom: 0;
  }
}

.threetile-blade-section .card {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-radius: 0 0 0.5rem 0.5rem;
  border: 1px solid #d3d7de;
  text-align: center;
  height: 100%;
}

.threetile-blade-section .card:hover, .threetile-blade-section .card:focus {
  text-decoration: none;
}

.threetile-blade-section .card:hover .card-header img, .threetile-blade-section .card:focus .card-header img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.threetile-blade-section .card:hover span, .threetile-blade-section .card:focus span {
  text-decoration: underline;
}

.threetile-blade-section .card:hover span::after, .threetile-blade-section .card:focus span::after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.threetile-blade-section .card-header {
  padding: 3.3125rem 0 0;
  min-height: 12.75rem;
}

@media screen and (max-width: 767px) {
  .threetile-blade-section .card-header {
    height: 11.687rem;
    padding: 3rem 0;
  }
}

.threetile-blade-section .card-header img {
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  -webkit-transform: scale(1);
          transform: scale(1);
  max-width: 100%;
}

.threetile-blade-section .card-block {
  padding: 1.875rem 0.875rem 1.3rem 0.875rem;
}

@media screen and (max-width: 767px) {
  .threetile-blade-section .card-block {
    padding-bottom: 1.9rem;
  }
}

.threetile-blade-section .card-block .card-title {
  margin-bottom: 1rem;
  letter-spacing: 3px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .threetile-blade-section .card-block .card-title {
    margin-bottom: 0.5rem;
    line-height: 1.375rem;
  }
}

.threetile-blade-section .card-block .card-text {
  margin-bottom: 0.5rem;
  line-height: 1.625rem;
}

.threetile-blade-section .card-block .card-text:hover {
  text-decoration: none;
}

.threetile-blade-section .card-footer {
  background-color: transparent;
  padding: 0.875rem 1.25rem;
}

.threetile-blade-section .card-footer .right-arrow-link {
  margin-top: 0;
}

.threetile-blade-section .card-footer .right-arrow-link::after {
  margin-left: 0.5rem;
}

.services-wrapper {
  padding: 5.2rem 0 5rem;
}

@media screen and (max-width: 1365px) {
  .services-wrapper .inner-container {
    padding: 0 0.9375rem 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .services-wrapper {
    padding: 3.125rem 0 1rem 0;
  }
}

@media screen and (max-width: 767px) {
  .services-wrapper .right-wrap {
    margin-bottom: 2.1875rem;
  }
}

.services-wrapper .right-wrap .img-section {
  position: relative;
}

@media screen and (max-width: 767px) {
  .services-wrapper .right-wrap .img-section {
    max-width: 12.5625rem;
    margin: 0 auto;
  }
}

.services-wrapper .right-wrap .img-section img {
  width: 100%;
}

.services-wrapper .right-wrap .top-img {
  position: absolute;
  top: 0;
  right: 0;
}

.services-wrapper .right-wrap .top-img.border-img {
  border-radius: 50%;
  border: 2px solid #142651;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 6.25rem;
  height: 6.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  top: 0;
  right: 0;
}

@media screen and (max-width: 991px) {
  .services-wrapper .right-wrap .top-img.border-img {
    width: 5.1875rem;
    height: 5.1875rem;
    padding: 1.25rem;
    top: -20px;
  }
}

.services-wrapper .right-wrap .top-img.border-img .brand-icon-sm {
  width: 50px;
}

.services-wrapper .left-wrap .content-wrapper {
  padding-right: 2.5rem;
}

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

.services-wrapper.right-text-wrap .left-wrap {
  padding-left: 2.5rem;
  padding-right: 0;
}

.services-wrapper .title {
  line-height: 2rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .services-wrapper .title {
    font-size: 1.5rem;
    line-height: 2.125rem;
    margin-bottom: 0.8rem;
  }
}

.services-wrapper p {
  margin-bottom: 0.75rem;
  line-height: 1.625rem;
}

@media screen and (max-width: 767px) {
  .services-wrapper p:last-child {
    margin-bottom: 1.875rem;
  }
}

.services-wrapper strong {
  margin-right: 0.5rem;
}

.services-wrapper .primary-btn {
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .services-wrapper .primary-btn {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .services-wrapper .primary-btn {
    font-size: 0.75rem;
    display: block;
  }
}
