@media (min-width: 1399px) {
.hero-banner-five .illustration {
  position: absolute;
  max-width: 44%;
  right: 0;
  top: 9%;
}
}

@media (max-width: 991px) {
  .dropdown-menu {
    display: none;
  }

  .dropdown-menu.show {
    display: block;
  }

  .dropdown-submenu {
    position: relative;
  }

  .dropdown-submenu .dropdown-menu {
    position: relative;
    left: 0;
    top: 0;
  }
}

@media (min-width: 992px) {
    .justify-content-lg-between {
      justify-content: center !important;
    }
}

.nav-link-wrapper {
  width: 100%;
}

.dropdown-toggle-btn {
  background: transparent;
  border: none;
  font-size: 18px;
  padding: 0 10px;
  color: white;
  cursor: pointer;
}

.border-2{
    background-color:#F77F00 !important;
    color:white;
    transition: all 0.3s ease;
    border-radius: 20px;
}

.border-2 i, .card-style-two .wrapper .icon{
    transition: transform 0.4s ease;
}

.border-2:hover i, .card-style-two:hover .wrapper .icon{
    transform: translateX(4px);
}

.card-style-two:hover .wrapper .icon{
  background-color:#F77F00 !important;
  color: white !important;
}

.hero-banner-five .fact-feature .icon .heroicon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.block-feature-twentySeven,
.theme-main-menu,
.block-feature-four,
.error-page,
.app-integration-one,
.service-details,
.pricing-section-four,
.project-section-five,
.block-feature-two,
.block-feature-thirty{
  background-color:#171417 !important;
}

  .btn-one-first {
    color: #000000;
  }
  .btn-one-second {
    color: #000000;
  }
  .btn-one-third {
    color: #000000;
  }
  .btn-one-white {
    color: #FFFFFF;
  }
 .btn-one-black, .btn-one-black:hover {
    color: #000000;
  }

  .btn-one-first::after {
    background-color: #FFEB80 !important;
  }
  .btn-one-second::after {
    background-color: #F16ABB !important;
  }
  .btn-one-third::after {
    background-color: #76FFCE !important;
  }
  .btn-one-white::after {
    background-color: #F77F00 !important;
  }
  .btn-one-black::after {
    background-color: #FFFFFF !important;
  }

  .btn-one-first::before {
    background-color: #FFFFFF !important;
  }
  .btn-one-second::before {
    background-color: #FFFFFF !important;
  }
  .btn-one-third::before {
    background-color: #FFFFFF !important;
  }

   .btn-one-white::before {
    background-color: #FFFFFF !important;
  }
   .btn-one-black::before {
    background-color: #000000 !important;
  }

  .block-feature-twentyFive .card-style-twelve i{
    font-size:52px;
    color: #F77F00;
  }

.speaker {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    gap: 15px;
}

.people {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    flex-shrink: 0;
    border:2px solid #FFFFFF;
    border-radius: 100%;
}

.speaker-text {
    flex: 1;
    color: black;
}

.text-light{
  color: rgba(255,255,255,0.8) !important;
}

.small, small{
  font-size: .675em;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    content: "";
}

@media (max-width: 991px) {
    .grid-4column {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .grid-4column {
        grid-template-columns: 1fr;
    }
}

.service-details .wrapper h2, .service-details .wrapper h3 {
  overflow-wrap: break-word;
  word-break: break-word;
}

.btn-one:hover:before {
    top: 0;
    right: 0;
}