/*
Theme Name: Ommune
Theme URI: https://wpdigipro.com
Author: Ommune
Author URI: https://ommune.com
Description: WPDigiPro theme by Ommune team.
Version: 3.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: ommune
Tags: two-columns, right-sidebar, custom-colors, full-width-template ,custom-background, custom-header, custom-menu, custom-logo, featured-images, translation-ready, blog ,footer-widgets, theme-options
*/

.fa-bars::before {
   content: " " !important;
    background: url(https://maharashtrax.com/wp-content/uploads/icon-3.png) no-repeat;
    width: 35px;
    height: 35px;
    /* color: #fff; */
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 14px;
	
}
@keyframes prld_one {
  0% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.5) rotate(180deg);
  }
  100% {
    transform: scale(1) rotate(360deg);
  }
}
@keyframes prld_two {
  0% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(0.6) rotate(-180deg);
  }
  100% {
    transform: scale(1) rotate(-360deg);
  }
}
#loader {
	background-image: url(../../uploads/yybjlatsiru7b5pzyu58.webp);
	background-color: #eaeaea;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100vh;
	overflow: hidden;
	width: 100%;
    position: fixed;
    z-index: 1000;
    text-align: center;
}
img {
	width: 100%;
}
.loaderp-container {
	position: relative;
	width: 100%;
	max-width: 500px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.loaderp-wrapper {
	position: relative;
	width: 100%;
	max-width: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.img2,
.img3,
.img4 {
	position: absolute;
	top: 0;
}
.img4 {
	width: 100%;
}
.img1 {
	animation: animate 8s linear infinite;
	filter: drop-shadow(0 0 10px rgb(255, 81, 153));
}
.img2 {
	padding: 5%;
	filter: drop-shadow(0 0 5px rgb(255, 64, 172));
	animation: animate2 10s linear infinite;
}
.img3 {
	padding: 10%;
	filter: drop-shadow(0 0 5px rgb(200, 117, 117));
	animation: animate 15s linear infinite;
}
@keyframes animate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes animate2 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(-360deg);
	}
}
.arrows {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-image: url(../../uploads/d0koo3si9qk2vw1wirsk.webp);
	background-size: 200px auto;
	animation: arrows 10s linear infinite;
}
@keyframes arrows {
	0% {
		background-position: 100% 100%;
	}
	100% {
		background-position: 0 0;
	}
}

.elementor-element.elementor-element-fdf6b2b.e-con-full.e-flex.e-con.e-child {
    display: none;
}