/*
Theme Name: Namson
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.0.1.1712737571
Updated: 2024-04-10 08:26:11

*/

.elementor-sticky--effects .sticky-logo img {
	max-width: 140px !important;
}
.sticky-logo img {
	transition: all .5s linear !important;
}
.elementor-sticky--effects {
	background-color: rgba(255, 255, 255, 0.9) !important;
}

.red-text {
	color: #F61F06;
}

#menu-1-1067be9 li.current-menu-item > a.elementor-item-active {
	font-weight: 700;
}

.heading-line:before {
	content: '';
	width: 65px;
	height: 1px;
	background-color: #F61F06;
	position: absolute;
	top: 50%;
	z-index: 1;
}

#section-39b200f:before {
	content: '';
	width: 50%;
	height: 1px;
	background-color: #F61F06;
	position: absolute;
	top: 100px;
}

.col-inner-right:hover .text-inner .elementor-widget-container .elementor-heading-title {
	color: #FFFFFF;
}
.col-inner-right:hover .svg-icon svg path,
.col-inner-right:hover .svg-icon svg g circle {
	fill: #FFFFFF !important;
}

/* Hover button bg bottom to top */
.btn-hover-effect .elementor-button:before{
	content:'';
	position: absolute;
	background-color: #19232B;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transform: scaleY(0);
	transform-origin: bottom;
	transition: transform .4s ease;
}
.btn-hover-effect .elementor-button:hover:before{
	transform: scaleY(1);
	transform-origin: bottom;
}
.btn-hover-effect .elementor-button-text{
	z-index: 1;
}
/* End hover button bg bottom to top */

/* Hover button bg bottom left to top right */
.hover-effect .elementor-button:before{
	content:'';
	position: absolute;
	background-color: #19232B;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0px;
	transform: scale(0, 0);
	transform-origin: left bottom;
	transition: transform .4s ease;
}
.hover-effect .elementor-button:hover:before{
	transform: scale(1, 1);
	transform-origin: left bottom;
}
.hover-effect .elementor-button-text{
	z-index: 1;
}
.hover-effect:hover .elementor-button-icon{
	color: #FFF;
	z-index: 1;
	transition: color .5s ease
}
.hover-effect .elementor-button-icon{
	transform: scale(1.3);
	padding-left: 5px;
}
/* End hover button bg bottom left to top right */

.article-title .elementor-heading-title a {
	font-weight: 700 !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	#section-39b200f:before {
		top: 80px;
	}
}

@media screen and (max-width: 676px) {
	#section-reviews {
		background-image: unset;
	}

	#reviews-loop .elementor-swiper-button {
		display: none;
	}

	#section-39b200f:before {
		top: 70px;
	}

	#service-section-2:before {
		background-color: #00000073 !important;
	}
}