/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 19 2025 | 23:07:15 */
#ast-scroll-top,
#ast-scroll-top::before {
	transition: all 0.3s linear;
}
#ast-scroll-top {
	width: 35px;
	height: 60px;
	background-color: var( --e-global-color-primary );
	border: 2px solid var( --e-global-color-secondary );
	border-radius: 8px;
	backdrop-filter: blur(5px);
}
#ast-scroll-top .ast-icon {
	display: none;
}
#ast-scroll-top::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background-image: url('https://mw.dev-version.com/oiie/wp-content/uploads/2025/12/arrow-up.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	/* 	filter: brightness(0) saturate(100%) invert(100%); */
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#ast-scroll-top:hover::before {
	transform: translate(-50%, calc(-50% - 5px));
}
input::placeholder, 
textarea::placeholder {
	opacity: 0.3 !important;
}
input:focus, 
textarea:focus {
	box-shadow: none !important;
	outline: none !important;
	border-style: solid !important;
	border-color: var( --e-global-color-secondary ) !important;
}
.contact-form .elementor-field-label {
	padding-left: 15px;
}
div p {
	margin-bottom: 15px !important;
}
div p:last-child {
	margin-bottom: 0 !important;
}
ol,
ul {
	margin-bottom: 15px;
	margin-left: 35px;
}
a {
	text-decoration: none !important;
}
.overflow-x-hidden {
	overflow: clip;
	overflow-y: visible;
}
.overflow-y-hidden {
	overflow: clip;
	overflow-x: visible;
}
.w-fit-content {
	width: fit-content;
}
.h-100,
.loop-img-h-100 a {
	height: 100% !important;
}
.w-100,
.loop-img-w-100 a {
	width: 100% !important;
}
.position-static {
	position: static;
}
.carousel .swiper {
	user-select: none;
	cursor: grab;
}
.blur-bg {
	backdrop-filter: blur(4px);
}
.white-img {
	filter: brightness(0) invert(1);
}
.truncate, 
.truncate h4, 
.truncate p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.line-2,
.line-2 h4,
.line-2 p {
	-webkit-line-clamp: 2;
}
.line-3 {
	-webkit-line-clamp: 3;
}
.line-4 {
	-webkit-line-clamp: 4;
}
.line-5 {
	-webkit-line-clamp: 5;
}
.line-6 {
	-webkit-line-clamp: 6;
}
.line-7 {
	-webkit-line-clamp: 7;
}
.line-8 {
	-webkit-line-clamp: 8;
}
.position-relative,
.position-relative .e-con-inner {
	position: relative;
}
.elementor-nav-menu .current_page_item .elementor-item-active {
	font-weight: bold !important;
}
.social-icons .elementor-social-icons-wrapper .elementor-grid-item .elementor-social-icon {
	position: relative;
}
.social-icons .elementor-social-icons-wrapper .elementor-grid-item .elementor-social-icon::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(https://mw.dev-version.com/oiie/wp-content/uploads/2025/12/message.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all 0.3s linear;
}
.social-icons .elementor-social-icons-wrapper .elementor-grid-item .elementor-social-icon:hover::before {
	opacity: 1;
}
.hero-triangle::before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background: url(https://mw.dev-version.com/oiie/wp-content/uploads/2025/12/triangle.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: -5px;
	top: 30%;
}
.hero-triangle.two::before {
	right: -5px;
	left: unset !important;
	transform: rotate(180deg);
}
.hero-col1-bg::before {
	content: "";
	display: block;
	width: 52%;
	height: 100%;
	background: linear-gradient(-90deg,var(--e-global-color-primary) 0%, var(--e-global-color-accent) 100%);
}
.custom-btn .elementor-button {
	overflow: hidden;
	position: relative;
}
.custom-btn .elementor-button .elementor-button-content-wrapper {
	position: relative;
	z-index: 10;
}
.custom-btn .elementor-button::before {
	content: "";
	width: 20px;
	height: 100%;
	background-color: var(--e-global-color-primary);
	position: absolute;
	top: 0;
	left: -80px;
	transform: skew(-30deg);
}
.custom-btn .elementor-button:hover::before {
	left: calc(100% + 30px);
	transition: left 0.8s cubic-bezier(0.79, 0.33, 0.14, 0.53);
}
.custom-btn.style2 .elementor-button::before {
	background-color: var(--e-global-color-secondary);
}
.hero-carousel .slick-dots {
	left: 370px;
	bottom: 70px !important;
	width: fit-content;
}
.hero-carousel .slick-dots .slick-active {
	transform: scale(1.2);
	border: 1px solid #fff;
	border-radius: 50%;
	opacity: 1 !important;
}
.hero-carousel .slick-dots li {
	opacity: 0.5;
}
.image-border-left {
	padding-top: 20px !important;
	padding-left: 20px !important;
	z-index: 10;
}
.image-border-left::before {
	content: "";
	display: block;
	width: calc(100% - 50px);
	height: calc(100% - 50px);
	background: transparent;
	border: 2px solid var(--e-global-color-secondary);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.carousel-border::after {
	content: "";
	display: block;
	width: 100%;
	height: 160px;
	background: transparent;
	border: 2px solid var(--e-global-color-secondary);
	border-top: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}
.contact-borders::before {
	content: "";
	display: block;
	width: calc(100% + 20px);
	height: 170px;
	background-color: transparent;
	border: 10px solid var( --e-global-color-secondary );
	border-top: none;
	position: absolute;
	bottom: 0;
	top: unset;
	left: -10px;
	z-index: -18;
}
.contact-borders::after {
	content: "";
	display: block;
	width: calc(100% + 100px);
	height: 220px;
	background-color: transparent;
	border: 1px solid var( --e-global-color-secondary );
	border-top: none;
	position: absolute;
	bottom: -50px;
	top: unset;
	left: -50px;
	z-index: -18;
}
@media screen and (max-width:1024px) {
	.contact-borders::after {
		width: calc(100% + 80px);
		left: -40px;
	}
	.hero-carousel .slick-dots {
		left: 150px;
		bottom: 50px !important;
	}
}
@media screen and (max-width:768px) {
	.hero-img {
		position: relative !important;
		height: 320px !important;
	}
	.hero-triangle::before {
		width: 30px;
		height: 30px;
	}
	.contact-borders::before {
		width: calc(100% - 20px);
		left: 10px;
	}
	.contact-borders::after {
		width: calc(100% + 0px);
		left: 0px;
	}
	.contact-borders::after {
		width: calc(100% + 0px);
		height: 205px;
		bottom: -35px;
		left: 0px;
	}
	.image-border-left.mobile {
		padding-top: 15px !important;
		padding-left: 15px !important;
	}
	.hero-carousel .slick-dots {
		left: 50%;
		bottom: 365px !important;
		transform: translateX(-50%);
	}
}
