/*
 Theme Name: Webteck Child
 Theme URI: https://chevaltechnologies.com/
 Description: Child theme for the Webteck theme
 Author: chevaltechnologies
 Template: webteck
 Version: 1.0.0
*/

.home-header .header-logo img {
    width: 150px;
}
.bran-logo-slide .swiper-wrapper .brand-box img {
  height: 60px;
  filter: grayscale(100%);
}
.bran-logo-slide .swiper-wrapper .brand-box:hover img {
	filter: inherit;
}
.footer-layout1 .footer-logo {
  padding: 30px 56px 30px 0;
}
.footer-layout1 .footer-logo img {
  height: 60px;
  object-fit: contain;
}

@media (min-width: 992px) {
	.home-header .header-logo img {
    width: 180px;
}
	.stop-slider .elementor-widget-container .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  transform: none !important;
}
	.stop-slider .elementor-widget-container .swiper-wrapper .swiper-slide {
  opacity: 1;
  transition: none !important;
  backface-visibility: visible;
  visibility: visible;
  transform: translate(0) !important;
  width: calc(100% - 24px) !important;
}
	.stop-slider .elementor-widget-container .swiper-wrapper .swiper-slide:nth-child(1), .stop-slider .elementor-widget-container .swiper-wrapper .swiper-slide:nth-child(2), .stop-slider .elementor-widget-container .swiper-wrapper .swiper-slide:nth-child(3) {
		margin-bottom: 24px;
	}
	
}
@media (min-width: 1299px) {
	.why-sec-block .img-box7 {
  margin-left: 0;
  margin-right: 56px;
}
	.why-sec-block .shape-mockup {
  left: -56%;
  bottom: -40% !important;
}
}

@media (max-width: 767px) {
	.bran-logo-slide .swiper-wrapper .brand-box img {
  height: 30px;
}
}