:root {
  --logo-color: #b71b30;
  --hero-font: #5b5858;
  --header: #6d6b6c;
  --btn-light: #b92136;
  --footer: #b7b7b7;
  --breadcramb: #ececec;
}


.faq .lab-list li {
  padding: 5px 20px;

}

.icon-red {
        color: var(--logo-color);
      }

.breadcrumbs {
  padding: 15px 0;
  background: url(/i/titbg1.jpg) left top repeat-x;
  min-height: 40px;
  margin-top: 2px;
  color: #727171;
}

 .office-info-icon {
    width: 85px;
    height: 85px;
    background: #b4bfce;
    line-height: 85px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
}

.office-info-item {
    text-align: center;
    box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
    padding: 40px;
}

.ftbox2 {
    width: 100%;
    height: 34px;
    line-height: 34px;
    background: url(/images/bg2.jpg) left top repeat-x;
    color: #dcdddd;
    text-align: right;

}


/*--------------------------------------------------------------
# Call To Action Section IMPACT
--------------------------------------------------------------*/
.call-to-action .container {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.0)), url("/images/cta.jpg") center center;
  background-size: auto auto;
  padding: 40px 50px;
  border-radius: 15px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.call-to-action2 .container {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.0)), url("/images/end-users.jpg") center center;
  
  padding: 420px 450px;
  border-radius: 15px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.call-to-action h3 {
  color: var(--logo-color);
  font-size: 28px;
  font-weight: 700;
  margin-top: 200px;
  margin-bottom: 20px;
}

.call-to-action p {
  color: #fff;
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Services Section logis
--------------------------------------------------------------*/
.services .card {
  border: 1px solid rgba(14, 29, 52, 0.15);
  background: #fff;
  position: relative;
  border-radius: 0;
  height: 100%;
}

.services .card .card-img {
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 0;
}

.services .card .card-img img {
  transition: 0.3s ease-in-out;
}

.services .card h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
  padding: 10px 30px;
  text-transform: uppercase;
}

.services .card a {
  color: #001973;
  transition: 0.3;
}

.services .card a:hover {
  color: var(--color-primary);
}

.services .card p {
  padding: 0 30px;
  margin-bottom: 30px;
  color: var(--color-secondary);
  font-size: 15px;
}

.services .card:hover .card-img img {
  transform: scale(1.1);
}

.swiper-cube .swiper-slide2 {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 50%;
    height: 50%
}
