.heading-h2 {
  font-size: 35px !important;
  margin: 0 0 28px 0 !important;
  margin-top: 25px !important;
}

#topcontrol {
  display: none !important;
}

.enquiry:focus,
.enquiry:active {
  outline: none !important;
  box-shadow: none !important;
}



.banner .container-inner {
  float: left;
}

.ecommerce .banner h1,
.banner em {
  font-family: 'Oswald', sans-serif;
  color: #ff0000;
  font-weight: 600;
}

.ecommerce .banner h1 {
  font-size: 45px;
  padding: 0 9px 13px;
  /* border-bottom: solid 1px rgba(255, 255, 255, 0.6); */
  margin: 0 -9px 17px;
}

.banner h1 span {
  color: #e6400c;
}

.banner em {
  font-size: 20px;
  font-style: normal;
  display: block;
  text-align: center;
}

.new-main {
  background-color: #ff0000;
  margin-top: -24px;
  padding-top: 0px;
}

.breadcrumb {
  margin-top: 10px;
}

.breadcrumb a {
  color: white;
}

.breadcrumb>.active {
  color: white;
}

p {
  text-align: justify;
}

#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 60px;
}

#quote-carousel .carousel-control {
  background: none;
  /* color: #CACACA; */
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}

#quote-carousel .carousel-indicators {
  position: relative;
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-top: 20px;
  margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  opacity: 0.4;
  overflow: hidden;
  border-radius: 50% !important;
  transition: all .4s ease-in;
  vertical-align: middle;
}

#quote-carousel .carousel-indicators .active {
  border-radius: 50% !important;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  width: 80px;
  height: 80px;
  opacity: 1;
  transition: all .2s;
}

.item blockquote {
  border-left: none;
  margin: 0;
}

.item blockquote p:before {
  content: "\f10d";
  font-family: 'Fontawesome';
  float: left;
  margin-right: 10px;
}

.says-people {
  background-color: rgb(236, 227, 227);
  height: 600px !important;
  margin-top: 50px;
}

.counter-bg {
  background-color: rosybrown;
  height: 600px !important;

}


.con {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
  width: 200px;
  box-sizing: border-box;
  flex-wrap: wrap;

}

.card {
  border-radius: 10px;
  padding: 30px;
  width: 100% !important;
  box-sizing: border-box;
  /* background-color: black; */
  color: aliceblue;
  text-align: center;
  margin-top: 4vh;
}

.number-animate {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.number-animate::before {
  content: "+";
}

@media screen and (max-width: 1100px) {
  #con {
    row-gap: 15px;
    padding: 10px;
  }

  .card {
    width: 39%;
  }
}


.img-brand {
  width: 100px;
  height: 100px;
  animation: scroll 60s linear infinite;

}

.img-responsive {
  border-radius: 50% !important;
}

.slide-track {
  width: 100%;
  display: flex;
  gap: 3em;
  overflow: hidden;
}

.slider {
  margin-top: 100px;
  background-color: whitesmoke;
  padding: 4em 2em;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translatex(-1000%)
  }
}

.pre-footer .container {
  padding-top: 0px !important;
}

.enquiry-form {

  padding: 50px;
  margin-bottom: 65px;
  /* margin-top: -80px; */
  background-color: white;
  height: 400px;
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  border-radius: 20px !important;


}

label {
  color: red;
}

.banner-heading {
  /* padding-top: 40vh !important; */
  text-align: center;
}

.banner-paragraph {
  font-size: 18px;
  color: white;
  text-align: center;
}

.heading-h2 {
  margin-top: 25px !important;
}

.other-paragraph {
  font-size: 18px;
}

.brand-slider {
  margin-top: 0px !important;
  padding: 0;
  margin: 0;
  overflow-x: hidden !important;
}

.brand-slider-img {
  margin-top: -100px;
}

.fafa {
  font-size: 45px;
  margin-bottom: 10px;
}