/* 
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
*/

/* Add your custom styles here */

e-preloader[type=circle], e-preloader[type=circle-dashed], e-preloader[type=spinners]{
	border-width: 2px !important;
	background: url(https://www.macwellindustries.in/wp-content/uploads/2024/02/icon-loader.svg) no-repeat center center;
	background-size: 70% auto;
}

.elementor-slideshow__title{
	text-transform: capitalize;
}

.elementor-widget-text-editor p:last-child{
	margin-bottom: 0;
}
	
/* Header CSS */
.header-logo img[src$=".svg"]{
	width: auto !important;
}

/* Footer CSS */

.footer-image-box .elementor-image-box-wrapper figure{
	margin-bottom: 10px !important;
}

.footer-quick-links-menu ul li{
	padding-left: 22px;
}

.footer-quick-links-menu ul li:before{
	content: '\f105';
	position: absolute;
	font-family: 'Font Awesome 5 free';
	top: 10px;
	left: 3px;
	color: #FFF;
	font-size: 18px;
	font-weight: 900;
}

.footer-quick-links-menu nav ul:after{
	display: none;
}

.footer-icon-box .elementor-icon-box-content .elementor-icon-box-description a{
	color: inherit;
}
.footer-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon{
	margin-top: 5px;
}

/* Home Page CSS */

.home-hero-slider .elementor-widget-container h1 span{
	color: #017CBE;
}

.home-hero-slider .elementor-swiper-button {
	width: 60px;
    height: 120px;
    align-items: center;
    justify-content: center;
}

.home-hero-slider .elementor-swiper-button:focus-visible{
	outline: none;
	box-shadow: none;
}

.home-hero-slider .elementor-swiper-button i {
	font-size: 24px;
}

.home-hero-slider .elementor-swiper-button-next {
    border-radius: 100px 0px 0px 100px;
}

.home-hero-slider .elementor-swiper-button-prev {
    border-radius: 0 100px 100px 0;
}



/* About Us Page CSS */

.about-since-year .elementor-widget-container h3{
	background: #017CBE;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 150px;
	width: 150px;
	border:7px solid #FFFFFF;
}

.about-since-year .elementor-widget-container span{
	font-family: 'Inter', sans-serif;
	margin-top: 8px;
	font-size: 36px;
	font-weight: 700;
	color: #FFFFFF;
}

.our-mission-border{
	position:relative;
}

.our-mission-border:before{
	content: "";
    display: block;
    position: absolute;
    top: 47%;
    right: 0;
    bottom: 50%;
    width: 1px;
    height: 67%;
    background: #07054411;
    transform: translateY(-50%);
}


/* Contact Us Page CSS */

.contact-us-form form textarea::placeholder,
.contact-us-form form input::placeholder{
	opacity:1 !important;
}

.contact-us-form form textarea:focus,
.contact-us-form form input:focus{
	box-shadow: none !important;
}

.contact-us-btn .elementor-icon-box-wrapper p.elementor-icon-box-description a{
	color: #666666;
}

.contact-us-btn .elementor-icon-box-wrapper p.elementor-icon-box-description a:hover{
	color: #FF6C01;
}

/* Manufacturing Process CSS */

.border-dot-bottom,
.border-dot-top{
	position: relative;
}

.border-dot-top:after{
	content: '';
	display: block;
	position: absolute;
	background: #017CBE;
	border: 2px solid #D4ECF6;
	border-radius: 100%;
	width: 11px;
	height: 11px;
	top: -10px;
	right: 90px;
}

.border-dot-top:before{
	content: '';
	display: block;
	position: absolute;
	background: #fff;
	border: none;
	border-radius: 10px 0 0 10px ;
	width: 95px;
	height: 14px;
	top: -10px;
	right: 0;
	left: auto;
}

.border-dot-bottom:after{
	content: '';
	display: block;
	position: absolute;
	background: #017CBE;
	border: 2px solid #D4ECF6;
	border-radius: 100%;
	width: 11px;
	height: 11px;
	bottom: -10px;
	left: 90px;
}

.border-dot-bottom:before{
	content: '';
	display: block;
	position: absolute;
	background: #fff;
	border: none;
	border-radius: 0 10px 10px 0;
	width: 95px;
	height: 14px;
	bottom: -10px;
	top: auto;
	right: auto;
	left: 0;
}


.title-number h4{
	display: flex;
	position: relative;
	width: 40px;
	height: 40px;
	background-color: #017CBE;
	border-radius: 100%;
	justify-content: center;
	align-items: center;
}



@media only screen and (max-width: 991px) {
  
	.br-tablet-none br{
		display: none;
	}
	
	/* Header CSS */
	
	.header-navigation nav ul > li a span{
		fill: #fff;
	}
	
	/* Home Page CSS */
	
	.home-hero-slider .elementor-swiper-button {
		width: 50px;
		height: 100px;
	}
	
	
	/* About Us Page CSS */
	

	.about-since-year .elementor-widget-container span{
		font-size: 30px;
		margin-top: 0;
	}
	
	/* Manufacturing Process CSS */
	
	.border-dot-top:after,
	.border-dot-bottom:after{
		display: none;
	}
	
}

@media only screen and (max-width: 767px) {
  
	.br-mobile-none br{
		display: none;
	}
	/* Home Page CSS */
	
	.home-hero-slider .elementor-swiper-button {
		width: 30px;
		height: 60px;
	}
	.home-hero-slider .elementor-swiper-button i {
		font-size: 18px;
	}
	
	/* About Us Page CSS */
	
	.about-since-year .elementor-widget-container h3{
		height: 110px;
		width: 110px;
	}
	
	.about-since-year .elementor-widget-container span{
		font-size: 28px;
	}
	
	.our-mission-border:before {
		content: "";
		display: none !important;
	}
	
	

	
}