/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1744784156
Updated: 2025-04-16 06:15:56

*/


body{
    background-color: #ffffff;
    overflow-x: hidden;
}

/* white theme */
.black-hide {
	display:none !important;
}
.elementor-icon svg path{
	fill: #000000;
}
/* end white theme */

.crispy-hero-slider .swiper-pagination-bullet {
	width: 10px !important;
    height: 10px !important;
    border-radius: 0;
    background-color: #DFDFDF !important;
	opacity: 1;
}

.crispy-hero-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
	  background-color: #D72028 !important;
}
.crispy-hero-slider .swiper-pagination-bullets.swiper-pagination-horizontal{
	position: absolute;
	top: 92%;
}

.crispy-hero-slider .swiper {
	padding: 0 !important;
}

.r-shadow {
    text-shadow: 2px 2px 0px #D72028;
}

.b-shadow  {
    text-shadow: 2px 2px 0px #000000;
}

.crispy-testimonial .swiper-wrapper{
    overflow: visible !important;
}
.crispy-testimonial .swiper-slide {
    position: relative;
}
.crispy-testimonial .swiper-slide::before {
    content: url("../crispy-boys/assests/images/qouted\ 1.png");
    position: absolute;
    left: 43px;
    top: 0;
}

.crispy-testimonial .elementor-testimonial {
    background-color: #000000;
    padding: 60px 20px;
}

.crispy-testimonial .swiper-pagination-bullet{
    height: 5px !important;
    width: 15px !important;
    border-radius: 0;
}
.crispy-testimonial .swiper-pagination-bullet-active{
    width: 30px !important;
}


@media only screen and (max-width: 767px) {
    .crispy-hero-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
        top: 100%;
        margin-top: 40px;
    }
}