img
{
    max-width: 100%;
}
.aboutlogo
{
    margin-top: 100px;
}
.quality-work__right
{
    padding-left: 60px;
}

.inner-page {
    padding: 120px 0px;
}
.innerpage-footer .site-footer__top {
    padding: 100px 0 80px;
}



.product-carousel .owl-nav [class*=owl-] {
  padding: 5px 10px;
  line-height: 24px;
  font-size: 24px;
}
.product-carousel {
  position: relative;
  position: relative;
}
.product-carousel .owl-nav {
  position: absolute;
  top: 39%;
  width: 100%
}
.owl-carousel.product-carousel .owl-nav button.owl-next, .owl-carousel.product-carousel .owl-nav button.owl-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  border: none;
  background: #bb2028;
}
.product-carousel .owl-nav .owl-prev span, .product-carousel .owl-nav .owl-next span {
  font-size: 53px;
  color: #ffffff;
  line-height: 49px;
}
.product-carousel .owl-nav .owl-prev {
  left: 10px;
}
.product-carousel .owl-nav .owl-next {
  right: 10px;
}


.title-s1 {
    margin: 30px 0 19px;
}
.floatingwhatsapp {
  position: fixed;
  bottom: 39px;
  left: 13px;
  z-index: 9999;
  color: #FFF;
  background: #4dc247;
  font-size: 26px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  -webkit-box-shadow: -8px 9px 5px -7px rgb(0 0 0 / 24%);
  -moz-box-shadow: -8px 9px 5px -7px rgba(0, 0, 0, 0.24);
  box-shadow: -8px 9px 5px -7px rgb(0 0 0 / 24%);
}
.floatingwhatsapp:hover {
  color: #FFF;
}
@media (max-width:992px)
{
    .inner-page {
    padding: 60px 0px;
}
    .aboutlogo
    {
        width: 200px;
    }
    .quality-work__right {
    padding-left: 0px;
}
.aboutlogo
{
    margin-top: 0px;
}
    .text-center-sm
    {
        text-align: center;
    }
    .work-together__img-1
    {
        display: none;
    }
    .team-one {
    padding: 60px 0 0px;
}
    .cta-one__inner-content {
    padding: 50px 0;
}
	.quality-work__points li .icon img {
    width: 60px;
}
	.quality-work__points li {
    padding-left: 50px;
}
}



