:root {
  --theme: #CE081D;
}

.sticky.header-2 {
  background-color: rgb(30, 30, 30);
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--theme);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme);
}

.theme-btn,
.theme-btn:before {
  background: var(--theme);
  background: -moz-linear-gradient(left, #930100 0%, #BF1511 80%, #FF1D25 100%);
  background: -webkit-linear-gradient(left, #930100 0%, #BF1511 80%, #FF1D25 100%);
  background: linear-gradient(to right, #930100 0%, #BF1511 80%, #FF1D25 100%);
}

.icon-box.style1 {
  background: linear-gradient(90deg, #930100 0%, #FF1D25 100%);
}

.service-box.style1:hover,
.service-box.style1.active,
.contact-info-box.style1 {
  background: rgba(147, 1, 13, 0.05);
}

.contact-info-box.style1 .contact-content {
  background: rgba(147, 1, 13, 0.02);
  border: 1px solid white;
}

.about-wrapper.style2,
.about-wrapper.style1 .about-thumb .bg,
.service-container-wrapper.style3,
.work-process-box.style1 .step,
.section-title .subtitle {
  border-radius: 50px;
  background-color: rgba(147, 1, 13, 0.05);
}

.footer-widgets-wrapper.style1,
.breadcumb-container-wrapper {
  background-color: rgb(30, 30, 30);
}

.footer-widgets-wrapper.style1 .single-footer-widget .footer-content p,
.footer-widgets-wrapper.style1 .single-footer-widget .list-area li a,
.breadcumb-container-wrapper .breadcumb-wrapper .page-heading a {
  color: #999999;
}

.footer-widgets-wrapper.style1 .single-footer-widget .widget-head h3,
.footer-widgets-wrapper.style1 .single-footer-widget .contact-box .widget-head,
.breadcumb-container-wrapper .breadcumb-wrapper .page-heading h1 {
  color: white;
}

.footer-widgets-wrapper .single-footer-widget .widget-head h3::before {
  background-color: #CE081D;
}

.footer-widgets-wrapper.style1 .single-footer-widget .contact-box,
.about-wrapper.style1 .about-thumb .absolute-thumb {
  background: rgb(36, 36, 36);
}

.footer-widgets-wrapper.style1 .single-footer-widget .contact-box .subtitle {
  color: #CE081D;
}

#service-details .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #CE081D;
  background-color: transparent;
}

#service-details .nav-link {
  color: rgb(173, 173, 173);
}

#service-details .nav-link:hover,
#service-details .nav-link:focus {
  color: rgb(92, 92, 92);
}

@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    transform: translateX(15px);
    /* smaller offset */
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    transform: translateX(-15px);
    /* smaller offset */
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRightSmall {
  animation-name: fadeInRightSmall !important;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

.fadeInLeftSmall {
  animation-name: fadeInLeftSmall !important;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

.gradient-icon-bg {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  background: linear-gradient(90deg, #930100 0%, #FF1D25 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  box-shadow: 0 4px 12px rgba(126, 0, 0, 0.3);
  z-index: 1;
}

.icon-wrapper {
  background: #fff;
  /* white background */
  padding: 10px;
  /* spacing around the gradient box */
  border-radius: 16px;
  display: inline-block;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  /* optional soft shadow */
}

.corporate-culture-section .card {
  box-shadow: rgba(120, 0, 0, 0.1) 0px 7px 29px 0px;
  border: 0;
}

/* Timeline */

.timeline {
  position: relative;
  width: 100%;
  padding: 30px 0;
}

.timeline .timeline-container {
  position: relative;
  width: 100%;
}

.timeline .timeline-end,
.timeline .timeline-start,
.timeline .timeline-year {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.timeline .timeline-end p,
.timeline .timeline-start p,
.timeline .timeline-year p {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  background: linear-gradient(45deg, #930100 0%, #FF1D25 100%);
  border-radius: 100px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .4);
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

.timeline .timeline-year {
  margin: 30px 0;
}

.timeline .timeline-continue {
  position: relative;
  width: 100%;
  padding: 60px 0;
}

.timeline .timeline-continue::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -1px;
  background: #930100;
}

.timeline .row.timeline-left,
.timeline .row.timeline-right .timeline-date {
  text-align: right;
}

.timeline .row.timeline-right,
.timeline .row.timeline-left .timeline-date {
  text-align: left;
}

.timeline .timeline-date {
  font-size: 14px;
  font-weight: 600;
  margin: 41px 0 0 0;
  position: relative;
}

.timeline .timeline-date::after {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 6px;
  background: linear-gradient(45deg, #930100 0%, #FF1D25 100%);
  box-shadow: 0 0 5px rgba(0, 0, 0, .4);
  border-radius: 15px;
  z-index: 1;
}

.timeline .row.timeline-left .timeline-date::after {
  left: -19px;
}

.timeline .row.timeline-right .timeline-date::after {
  right: -19px;
}

.timeline .timeline-box,
.timeline .timeline-launch {
  position: relative;
  display: inline-block;
  margin: 15px;
  padding: 20px;
  border: 1px solid #dddddd;
  border-radius: 6px;
  background: #ffffff;
}

.timeline .timeline-launch {
  width: 100%;
  margin: 15px 0;
  padding: 0;
  border: none;
  text-align: center;
  background: transparent;
}

.timeline .timeline-box::after,
.timeline .timeline-box::before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline .row.timeline-left .timeline-box::after,
.timeline .row.timeline-left .timeline-box::before {
  left: 100%;
}

.timeline .row.timeline-right .timeline-box::after,
.timeline .row.timeline-right .timeline-box::before {
  right: 100%;
}

.timeline .timeline-launch .timeline-box::after,
.timeline .timeline-launch .timeline-box::before {
  left: 50%;
  margin-left: -10px;
}

.timeline .timeline-box::after {
  top: 26px;
  border-color: transparent transparent transparent #ffffff;
  border-width: 10px;
}

.timeline .timeline-box::before {
  top: 25px;
  border-color: transparent transparent transparent #dddddd;
  border-width: 11px;
}

.timeline .row.timeline-right .timeline-box::after {
  border-color: transparent #ffffff transparent transparent;
}

.timeline .row.timeline-right .timeline-box::before {
  border-color: transparent #dddddd transparent transparent;
}

.timeline .timeline-launch .timeline-box::after {
  top: -20px;
  border-color: transparent transparent #dddddd transparent;
}

.timeline .timeline-launch .timeline-box::before {
  top: -19px;
  border-color: transparent transparent #ffffff transparent;
  border-width: 10px;
  z-index: 1;
}

.timeline .timeline-box .timeline-icon {
  position: relative;
  width: 40px;
  height: auto;
  float: left;
}

.timeline .timeline-icon i {
  font-size: 25px;
  color: #cd060d;
}

.timeline .timeline-box .timeline-text {
  position: relative;
  width: calc(100% - 40px);
  float: left;
}

.timeline .timeline-launch .timeline-text {
  width: 100%;
}

.timeline .timeline-text h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 3px;
}

.timeline .timeline-text p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .timeline .timeline-continue::after {
    left: 40px;
  }

  .timeline .timeline-end,
  .timeline .timeline-start,
  .timeline .timeline-year,
  .timeline .row.timeline-left,
  .timeline .row.timeline-right .timeline-date,
  .timeline .row.timeline-right,
  .timeline .row.timeline-left .timeline-date,
  .timeline .timeline-launch {
    text-align: left;
  }

  .timeline .row.timeline-left .timeline-date::after,
  .timeline .row.timeline-right .timeline-date::after {
    left: -22px;
  }

  .timeline .timeline-box,
  .timeline .row.timeline-right .timeline-date,
  .timeline .row.timeline-left .timeline-date {
    margin-left: 55px;
  }

  .timeline .timeline-launch .timeline-box {
    margin-left: 0;
  }

  .timeline .row.timeline-left .timeline-box::after {
    left: -20px;
    border-color: transparent #ffffff transparent transparent;
  }

  .timeline .row.timeline-left .timeline-box::before {
    left: -22px;
    border-color: transparent #dddddd transparent transparent;
  }

  .timeline .timeline-launch .timeline-box::after,
  .timeline .timeline-launch .timeline-box::before {
    left: 30px;
    margin-left: 0;
  }
}

/* BOD */
.team-card.style1 {
    background: #eeeeee;
}

/* Clients */
.brand-box img {
  width: 150px;
  transition: .5s;
}

.brand-box img:hover {
  transform: translateY(-10px);
  transition: .25s;
}

/* img.client-logo {
  width: 70px;
  transition: .5s;
  margin: 8px;
} */

.client-logo {
  max-height: 60px;
  transition: .5s;
  margin: 0 10px;
}

.carousel-control-prev,
.carousel-control-next {
  width: 1.5rem;
  height: 1.5rem;
  padding: 7px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  background-color: #CE081D;
  border-radius: 10rem;
  opacity: 1;
}

.carousel-control-prev{
  left: -30px;
}

.carousel-control-next{
  right: -30px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  /* filter: invert(1); */
  width: 1rem;
  height: 1rem;
}

.carousel-wrapper {
  position: relative;
  padding: 0 30px;
}