/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 06 2024 | 05:37:53 */
@media (max-width: 769px) {
	html {
		overflow-x: hidden;		
	}
}
body {
	position: relative;
}
.om_pointer {
	cursor: pointer;	
}
.om_no_decoration{
	text-decoration: none !important;
}
/* Whatsapp Button */
div.om_whatsapp_button{
	width: 50px;
	height: 50px;
	padding: 10px;
	position: fixed;
	display: flex;
	justify-content: center;
	bottom: 25px;
	right: 25px;
	z-index: 11;
	background-color: #f04d22;
	border-radius: 100%;
	cursor: pointer;
	transition: all 0.3s;
}
div.om_whatsapp_button:hover{
	transform: scale(1.2);
}
div.om_whatsapp_button svg{
	width: 100%;
	height: 100%;
	color: #FFF;
}

/* Side Panel */
div.om_sidepanel_social_media{
	width: 40px;
	height: 200px;
	position: fixed;
	display:flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	top:50%;
	right:5px;
	transform: translate(0, -50%);
	z-index: 11;
	border-radius: 20px 0px 0px 20px;
}
div.om_sidepanel_social_media a {
	position: relative;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: start;
	align-items: center;
	padding: 8px;
		background-color: #231F20;
	border-radius: 100%;
	transition: all 0.3s;
	cursor: pointer;
}
div.om_sidepanel_social_media a:hover {
	border-radius: 100px 0px 0px 100px;
	width: 55px;
	height: 40px;
}
div.om_sidepanel_social_media svg{
	color: #f04d22;
	height: 25px;
	width:25px;
}
div.om_sidepanel_social_media button {
	position: relative;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: start;
	align-items: center;
	padding: 8px;
		background-color: #231F20;
	border-radius: 100%;
	transition: all 0.3s;
	cursor: pointer;
	right: -100px;
}
div.om_sidepanel_social_media button svg {
	transition: all 0.3s;
}
div.om_sidepanel_social_media button:hover svg {
	transform: translate(0,-2px);
}

/*
@media screen and (max-width: 769px){
	div.om_sidepanel_social_media	{
		display:none;
	}
}
*/
/* Custom Breadcrumb */
#om_breadcrumb{
	font-weight: bold;
	color: #FFF;
}
#om_breadcrumb a{
	text-decoration: none;
	color: #FFF;
}
#om_breadcrumb a:hover{
	text-decoration: none;
	color: #231F20;
}
#om_breadcrumb .ast-breadcrumbs {
	text-align: left;
}
html[dir=rtl] #om_breadcrumb .ast-breadcrumbs {
  text-align: right;
}

/* Header Decoration */
#om_decoration_header{
	position: relative;
	margin: 0 auto;
	width: 100%;
	z-index: 3;
	opacity: 0.5;
}
#om_decoration_header div{
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
}

#om_decoration_header img{
	position: absolute;
}
#om_decoration_header img:first-child{
	transform: rotate(90deg);
	left: -18%;
    top: -100px;
	width: 250px;
}
#om_decoration_header img:nth-child(2){
	transform: rotate(-45deg);
	right: -5%;
    top: -165px;
	width: 300px;
}
@media screen and (max-width: 769px){
	#om_decoration_header img:first-child{
	left: -40%;
	}
	#om_decoration_header img:nth-child(2){
		right: -35%;
	}
}

/* background square - Services */
.om_background_square .elementor-icon{
	position: relative;
}
.om_background_square .elementor-icon:before{
	content: '';
	position:absolute;
	top:0;
	left: 15px;
	width: 100%;
	height: 100%;
	transform: rotate(10deg);
	opacity: 0.5;
	transition: all 0.5s;
	background-color: #f04d22;
	border-radius: 15px;
}
.om_services .om_services_option{
	transition: all 0.5s;
}
.om_services:has(.om_services_option:hover) .om_services_option:not(:hover){
	filter: blur(4px);
}
.om_services .om_services_option:hover .om_background_square .elementor-icon:before{
		content: '';
	position:absolute;
	top:0;
	left: -10px;
	width: 100%;
	height: 100%;
	transform: rotate(-5deg);
	opacity: 0.5;
	background-color: #f04d22;
	border-radius: 15px;
}

/* Cards in home page */

.om_cards > div:nth-child(1){
	position: relative;
	overflow: hidden;
}
.om_cards > div:nth-child(1):before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 100%;
	background-color: #f04d22c7;
	border-radius: 15px;
	transition: all 0.3s
}
.om_cards:hover div:nth-child(1):before{
	top: 0;
}
.om_cards > div:nth-child(2){
	opacity: 0;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 75%;
	left: 50%;
		transition: all 0.5s;
}
.om_cards:hover div:nth-child(2){
	opacity: 1;
	top: 60%;
}

/* Page Decoration */
#om_decoration_page {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
}
#om_decoration_page > div {
	position: relative;
	margin: 0 auto;
	width: 1400px;
}
#om_decoration_page div > img:nth-child(1){
	position: absolute;
    z-index: 1;
    width: 55%;
    top: 900px;
    left: -45%;
}
#om_decoration_page div > img:nth-child(2){
	position: absolute;
    z-index: 1;
    width: 55%;
    top: 2500px;
    right: -40%;
}
/* Why Us - icon */
.om_why_us {
position: relative;
	overflow: hidden;
}
.om_why_us .om_why_us_icon {
	position: absolute;
    top: 110%;
    right: 15%;
    transform: rotate(330deg);
	transition: all 0.5s;
}
.om_why_us:hover .om_why_us_icon {
    top: 90%;
}
/* Why Us - options */
.om_why_us .om_why_us_options > div:nth-child(1) .elementor-icon{
	position: relative;
}
.om_why_us .om_why_us_options:before{
	content: '';
	position: absolute;
	width: 65px;
	height: 65px;
	background-color: #231F20;
	top:12px;
	left: 12px;
	border-radius: 15px;
	transition: all 0.5s;
}
.om_why_us .om_why_us_options:hover:before{
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
}
.om_why_us .om_why_us_options > div .elementor-icon{
	position: relative;
}
.om_why_us .om_why_us_options > div .elementor-icon:before{
	content: '';
	position: absolute;
	width: 0px;
	height: 0px;
	transform: translate(-50%, -50%);
	top:50%;
	left: 50%;
	border-color: #f04d22;
	border-width: 0px;
	border-style: solid;
	border-radius: 100%;
	transition: all 0.5s;
		
}
.om_why_us .om_why_us_options:hover > div .elementor-icon:before{
	width: 100%;
	height: 100%;
	border-width: 3px;
}
/* AR */
.om_why_us .om_why_us_optionsa_ar > div:nth-child(1) .elementor-icon{
	position: relative;
}
.om_why_us .om_why_us_options_ar:before{
	content: '';
	position: absolute;
	width: 65px;
	height: 65px;
	background-color: #231F20;
	top:12px;
	right: 12px;
	border-radius: 15px;
	transition: all 0.5s;
}
.om_why_us .om_why_us_options_ar:hover:before{
	width: 100%;
	height: 100%;
	top:0px;
	right: 0px;
}
.om_why_us .om_why_us_options_ar > div .elementor-icon{
	position: relative;
}
.om_why_us .om_why_us_options_ar > div .elementor-icon:before{
	content: '';
	position: absolute;
	width: 0px;
	height: 0px;
	transform: translate(-50%, -50%);
	top:50%;
	left: 50%;
	border-color: #f04d22;
	border-width: 0px;
	border-style: solid;
	border-radius: 100%;
	transition: all 0.5s;
		
}
.om_why_us .om_why_us_options_ar:hover > div .elementor-icon:before{
	width: 100%;
	height: 100%;
	border-width: 3px;
}

.om_sticky{
	position: sticky !important;
	top: 100px;
}

/* Consider Us */

.om_consider_us .om_consider_us_option{
	position: relative;	
}

.om_consider_us .om_consider_us_option:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #231F2000;
	transition: all 0.7s;
	border-radius: 15px;
}
.om_consider_us .om_consider_us_option:hover:before {
	width: 85%;
	height: 75%;
	top: -10px;
	left: -10px;
	background-color: #231F20;
	border-radius: 0px
}
.om_consider_us .om_consider_us_option:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	bottom: 0px;
	right: 0px;
	background-color: #231F2000;
	transition: all 0.7s;
	border-radius: 15px;
}
.om_consider_us .om_consider_us_option:hover:after {
	width: 85%;
	height: 75%;
	bottom: -10px;
	right: -10px;
	background-color: #231F20;
	border-radius: 0px
}

.om_consider_us .om_consider_us_option > div{
	transition: all 0.3s;
	position: relative;
	overflow: hidden;
}
.om_consider_us .om_consider_us_option:hover > div{
	background-color: transparent !important;
	border-radius: 0px 15px;
}
.om_consider_us .om_consider_us_option > div:after{
	position: absolute;
    width: 0px;
    height: 0px;
    content: '';
    right: 42px;
    top: 42px;
    background-color: #f04d22;
	transition: all 0.5s ease;
	border-radius: 100%;
	transform: translate(50%, -50%);
	z-index: -1;
}
.om_consider_us .om_consider_us_option:hover > div:after{
    width: 1500px;
    height: 1500px;
}
.om_consider_us .om_consider_us_option h3,.om_consider_us .om_consider_us_option p{
	transition: all 0.5s ease;
	z-index: 3;
}
.om_consider_us .om_consider_us_option:hover h3,
.om_consider_us .om_consider_us_option:hover p {
    color: #fff;
}

/* Text */
.om_text {
    background: #f04d22;
    position: relative;
    z-index: 2;
}
.om_text:before {
    position: absolute;
    content: '';
    background: #f67e5f;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: rotate(4deg);
    top: 0;
}

/* Why Choose Us - Next Step Card */
.om_next_step_card {
	overflow: hidden;
	position: relative;
	height: 350px;
	display: flex;
	flex: column;
	justify-content: space-evenly;
}
@media (max-width: 1100px) {
	.om_next_step_card {
		height: 400px;	
	}
}
@media (max-width: 769px) {
	.om_next_step_card {
		height: 500px;	
	}
}

.om_next_step_card > div:nth-child(1),
.om_next_step_card > div:nth-child(2){
	position: relative;
	transition: all 0.5s;
	z-index: 2;
	top:0;
}
.om_next_step_card:hover > div:nth-child(1),
.om_next_step_card:hover > div:nth-child(2){
	top: -175%;
}

.om_next_step_card > div:nth-child(3){
	opacity: 1;
	position: absolute;
	top: 25px;
	transition: all 0.5s;
}
.om_next_step_card:hover > div:nth-child(3){
	opacity: 1;
}
.om_next_step_card:after{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #fff;
	border-style: solid;
	border-color: #f04d22;
	border-width: 0 0 5px 0;
	transition: all 0.5s;
	left: 0;
	top: 0;
}
.om_next_step_card:hover:after{
	height: 0%;
}

.om_overflow {
	overflow: hidden;
}
