@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700');
body {
  /* font-family: Verdana, Geneva, sans-serif; */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}
p{
  text-align: justify;
  font-weight: 400;
}
.text-justify{
  text-align: justify;
}
/* #f0b004 yellow */
/* #040404 black */




.text-primary {
  color: #040404 !important;
}
.text-secondary {
  color: #f5b000 !important;
}
.bg-about {
  background-color: #f5f5f5 !important;
}
.bg-primary {
  background-color: #cbdde1 !important;
}
.bg-secondary {
  background-color: #f5b000 !important;
}
.bg-grey {
  background-color: #EFEEE8 !important;
}
.bg-white{
  background-color: #ffffff !important;
}
a{
  text-decoration: none;
  color: black;
}
a:hover{
  color: black !important;
}

ul {
  list-style-type: square;
}

::-webkit-scrollbar {
  display: none;
}
.pt-6 {
  padding-top: 100px;
}
.py-6 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.mt-6 {
  margin-top: 100px;
}
.fs-35rem{
  font-size: 3.5rem;
}
.video-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white ;
}
.about-btn {
  border: 2px solid #f5b000;
  padding: 10px 20px;
  color: #f5b000;
}
.about-btn:hover {
  color: #fff;
  background-color: #f5b000;
  transition: all 0.7s;
}
.counter-card {
  height: 423px;
}
.fs-5rem {
  font-size: 3rem;
  border: 1px solid;
  padding: 12px;
}
.about-banner-blog {
  background-image: url(/embed/acron_industries_assets/images/about/about.jpg);
  min-height: 350px;
  position: relative;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  background-size: cover;
  width: 100%;
  background-position: center;
}
.work-banner-blog {
  background-image: url(/embed/acron_industries_assets/images/home/bg.jpg);
  min-height: 390px;
  position: relative;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  background-size: cover;
  width: 100%;
  background-position: center;
}
/* .lift-card{
  border: 2px solid #040404 !important;
} */
.lift-card h6{
  color: #f5b000 !important;
}
.lift-card span{
  padding: 3px 14px;
  color: white;
  background-color: #040404;
  border-radius: 18px;
  font-weight: bold;
}
.product-btn {
  padding: 3px 14px;
  color: white;
  background-color: #f5b000;
  border-radius: 18px;
  font-weight: bold;
}
.about-img-float img {
  float: right;
}
.about-banner-blog .content .work-banner-blog .content{
  color: white;
  text-align: center;
}
.google-review-section .owl-carousel .owl-item img {
  display: block;
  width: auto;
}

.about-banner-blog ul li{
  display: inline;
}
.about-banner-blog ul{
  padding-left: 0 ;
}
.product-img{
  height: 200px !important;
  object-fit: contain;
}
.client-img{
  height: 70px;
  object-fit: contain;
}
.google-img{
  height: 30px;
}
.performance-card {
  height: 323px;
}
.bg-brochure {
  --bs-bg-opacity: 1;
  background-color: rgb(231 231 231) !important;
}
.icon-set {
  background-color: white;
  padding: 11px 12px;
  border-radius: 50%;
}
.icon-fluid{
  height: 33px !important;
}
@media (min-width: 1440px) {
  .container {
    max-width: 1170px !important;
  }
}

@media (max-width: 768px) {

  .flex-direction {
    flex-direction: column-reverse;
  }

}


@media (max-width: 528px) {

  .counter-card {
    height: auto;
  }
  .about-banner-blog {
    background-image: url(/embed/acron_industries_assets/images/about/about.jpg);
    min-height: 350px;
    position: relative;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    background-size: cover;
    width: 100%;
    background-position: center;
}
/* .video-content {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0px, 50%);
  color: white;
} */
.fs-35rem{
  font-size: 1.7rem;
}
.performance-card {
  height: auto;
}
 
}

