html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.theme-demos {
  display: none !important;
}


@media (min-width: 992px) {
  .row-cols-lg-6>* {
    flex: 0 0 auto;
    width: 12%;
  }

}

@media (max-width: 992px) {
  .dropres {
    display: none;
  }

  .cpright {
    width: 101.5vw !important;
  }
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
  line-height: 20px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a :hover {
  color: white;
}

.servi {
  width: 45rem !important;
}

.prod {
  width: 25rem !important;
}

.drop {
  display: flex;
  flex-wrap: wrap;
}

.drop a {
  width: 50%;
  border-bottom: 1px solid white;
}

.btn.btn-base-color {
  background-color: rgb(0, 224, 0);
}

.btn.btn-base-color:hover {
  background-color: rgb(153, 255, 1) !important;
}

footer {
  background: linear-gradient(130deg, rgb(10, 5, 54) 50%, rgba(41, 43, 37, 1) 79%, rgb(113, 0, 0) 100%);
}

.foot {
  background-image: url("/ARKFire/image/footbg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.social:hover {
  transform: scale(1.2);
  transition: transform 0.3s ease;
}

.social {
  display: inline-block;
}

.cpright {
  width: 99.85vw;
}

.testim {
  font-size: 2.8rem;
  margin-bottom: 15px;
}

.owl-dots {
  display: none;
}

.owl-nav {
  margin-top: 1rem !important;

}

.owl-prev span,
.owl-next span {
  font-size: 70px;
  display: block;
  margin: auto;
  margin-top: -5px;
}

.owl-next,
.owl-prev {
  height: 4rem;
  width: 4rem;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5% !important;
}

.owl-next:hover,
.owl-prev:hover {
  background-color: rgb(255, 105, 105) !important;
}

.item {
  height: 20rem;
}

.item2 {
  height: 23rem;
}


@keyframes slides {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
  cursor: grabbing;

}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.logo_items {
  display: inline-block;
  animation: 15s slides infinite linear;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img {
  height: 80px;
}

.bi-facebook {
  color: #567cc7
}

.bi-linkedin {
  color: #167be0
}

.bi-instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  -webkit-background-clip: text;
  color: transparent;
}

.gradient-text {
  background-image: linear-gradient(-225deg, #69EACB 0%, #EACCF8 48%, #6654F1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.gt2 {
  background-image: linear-gradient(-225deg, #FF057C 0%, #7C64D5 48%, #4CC3FF 100%);
}

.gt3 {
  background-image: linear-gradient(-225deg, #231557 0%, #44107A 29%, #FF1361 67%, #FFF800 100%);
}

#map {
  height: 40vh;
}

.servlist li {
  list-style: disc;
}

.fireserv {
  color: #dc2743;
}

.overimg {
  float: right;
}

.header-button .btn span,
.bi-whatsapp {
  color: white;
}

.bannerhead {
  width: 60%;
}

@media (max-width: 600px) {

  .item2,
  .item {
    height: 100%;
  }

  .bannerhead {
    width: 90%;
  }
}

@media (max-width: 400px) {

  .bannerhead {
    width: 100%;
  }
}


/* Rogue */
.paddingforlogo {
  padding: 0 20px 0 60px;
}

.cerlogo {
  margin: auto !important;
}

.cerimg {
  width: 95%;
  height: 125px;
  margin: auto;
}
.borders{
  border: 1px solid red;
}
.borderash{
  border: 1px solid rgba(41, 43, 37, 0.1);
}
@media (max-width: 768px) {
  .paddingforlogo {
    padding: 0 15px;
  }

  .cerimg {
    width: 100%;
    height: auto;
  }

  .mdmargin0 {
    margin: 0 !important;
  }
}