/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


.owl-catproduct{
			position: relative;
		}
        .owl-catproduct .item {
            text-align: center;
            padding: 0;
        }
.owl-catproduct .category-item{
			position: relative;
	overflow: hidden;
        }
.owl-catproduct .category-item img {
    max-width: 100%;
    height: 250px;
    border-radius: 0;
    object-fit: cover;
    overflow: hidden;
	    -webkit-transition: all .5s;
    transition: all .5s;
}
.owl-catproduct .category-item:hover img  {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.owl-catproduct .category-item h3 {
    font-size: 16px;
    margin: 0;
    color: white;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
}
		.owl-catproduct.owl-carousel .owl-nav .owl-next,
.owl-catproduct.owl-carousel .owl-nav .owl-prev {
  width: 50px;
  border: 1px solid #FCC75D;
  border-radius: 50%;
  height: 50px;
  font-size: 30px;
	    display: inline-flex;
    justify-content: center;
	
	margin:0;
}
				.owl-catproduct.owl-carousel .owl-nav .owl-next:hover,
.owl-catproduct.owl-carousel .owl-nav .owl-prev:hover {
	background: #FCC75D;
}
		
		
.owl-catproduct.owl-carousel .owl-nav .owl-next:focus,
.owl-catproduct.owl-carousel .owl-nav .owl-prev:focus {
  outline: 0;
}
.owl-catproduct .category-wrapper {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: end;
	flex-direction: column;
    padding: 15px;
	opacity: 0;
	transition: opacity 0.3s;
	background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}
		.owl-catproduct .category-wrapper:hover {
			opacity: 1;
			cursor:pointer;
		}
.owl-catproduct.owl-theme .owl-nav {
    position: absolute;
    top: calc(50% - 50px);
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.owl-catproduct.owl-theme .owl-nav .owl-prev, .owl-catproduct.owl-theme .owl-nav .owl-next {
  position: absolute;
  color: #f8b736;
  background: none;
  z-index: 100;
}

.owl-catproduct.owl-theme .owl-nav .owl-prev {
  left: -100px;
}
.owl-catproduct.owl-theme .owl-nav .owl-next {
  right: -100px;
}
.owl-catproduct
.line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: 0
auto 30px;
}
.owl-catproduct .category-wrapper:hover
.line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}
.owl-catproduct
svg {
    fill: #fff;
    height: 20px;
	margin-bottom: 10px;
}
.owl-carousel .owl-item img {
    border-radius: 20px !important;
}
.owl-catproduct .category-item:hover {
    border-radius: 20px;
}
@media (max-width: 1024px){
	.elementor-shape {
		    width: 100% !important;

    animation: initial !important;
}
	.owl-catproduct.owl-theme .owl-nav .owl-prev {
  left: 0;
}
.owl-catproduct.owl-theme .owl-nav .owl-next {
  right: 0;
}
		.owl-catproduct.owl-carousel,
	.caroussel_marque .elementor-main-swiper{
		padding: 0 100px;
	}
		body .elementor-swiper-button.elementor-swiper-button-prev {
    margin-left: 0 !important;
	}
		body .elementor-swiper-button.elementor-swiper-button-next {
    margin-right: 0 !important;
	}
		.elementor-23 .elementor-element.elementor-global-14973 .elementor-form-fields-wrapper {
    margin-left: 0;
    margin-right: 0;
}
		.servicess .item {
    padding: 15px 15px 0 !important;
}
}
@media (max-width: 767px){

	.elementor-shape {
		    width: 100% !important;

    animation: initial !important;
}
.owl-catproduct.owl-theme .owl-nav .owl-prev {
  left: 0;
}
.owl-catproduct.owl-theme .owl-nav .owl-next {
  right: 0;
}
			.owl-catproduct.owl-carousel .owl-nav .owl-next,
.owl-catproduct.owl-carousel .owl-nav .owl-prev {
  width: 30px;
  height: 30px;
  font-size: 30px;
	line-height: 21px;
}
	.owl-catproduct.owl-theme .owl-nav {
    top: calc(50% - 30px);
}
	.owl-catproduct.owl-carousel,
	.caroussel_marque .elementor-main-swiper{
		padding: 0 50px;
	}
	body .elementor-swiper-button.elementor-swiper-button-next {
    margin-right: 0 !important;
    border: 2px solid !important;
    border-radius: 30px !important;
    height: 30px !important;
    width: 30px !important;
}
	body .elementor-swiper-button.elementor-swiper-button-prev {
    margin-left: 0 !important;
    border: 2px solid !important;
    border-radius: 30px !important;
    height: 30px !important;
    width: 30px !important;
}
	.elementor-23 .elementor-element.elementor-global-14973 .elementor-form-fields-wrapper {
    margin-left: 0;
    margin-right: 0;
}
.homearticle .con {
    min-height: auto !important;
}
	.vid-text{
		margin-bottom: 0 !important;
	}
	.servicess .item {
    padding: 15px 30px 0 !important;
}
}
