.with-line .elementor-heading-title::after {
    width: 50px;
    height: 5px;
    position: absolute;
    content: "";
    bottom: -20px;
    left: 0;
    background-color: #ef2b2f;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.with-line.center .elementor-heading-title::after{
	left: 50%;
    transform: translateX(-50%);
}

a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

ul {
	padding: 0;
	margin: 0 0 0 25px;
}

p:last-child {
	margin-bottom: 0;
}

.search-input {
    position: absolute;
    width: 250px !important;
    right: 15px;
    top: 100px;
    opacity: 0;
    visibility: hidden;
    z-index: -99;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.search-input.active {
	top: 100%;
    opacity: 1;
    z-index: 9999;
    visibility: visible;
}

.preloader {
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.clear-loading {
	text-align: center;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.loading-effect-2 {
	width: 100px;
	height: 100px;
}

.loading-effect-2 > span,
.loading-effect-2 > span:before,
.loading-effect-2 > span:after {
	content: "";
	display: block;
	border-radius: 50%;
	border: 2px solid var( --e-global-color-accent );
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.loading-effect-2 > span {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-left-color: transparent;
	-webkit-animation: effect-2 2s infinite linear;
	-moz-animation: effect-2 2s infinite linear;
	-ms-animation: effect-2 2s infinite linear;
	-o-animation: effect-2 2s infinite linear;
	animation: effect-2 2s infinite linear;
}

.loading-effect-2 > span:before {
	width: 75%;
	height: 75%;
	border-right-color: transparent;
}

.loading-effect-2 > span:after {
	width: 50%;
	height: 50%;
	border-bottom-color: transparent;
}

@-webkit-keyframes effect-2 {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes effect-2 {
  from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.services-list .elementor-post {
	position: relative;
}

.services-list .elementor-post h3.elementor-post__title {
        position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 10px 80px 10px 20px;
	display: flex;
    align-items: center;
    min-height: 45px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
	background: rgba(0, 81, 186, 0.85);
}

.services-list .elementor-post:hover h3.elementor-post__title {
    bottom: -65px;
}

.services-list .elementor-post h3.elementor-post__title:before {
    content: "";
    position: absolute;
	background-image: url(/wp-content/uploads/2025/08/ic-arrow-2.svg);
	background-repeat: no-repeat;
	    background-size: 14px;
	background-position: center;
    right: 0;
    top: 0;
    bottom: 0;
    width: 45px;
    height: 45px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.my-gallery {
	margin-bottom: 0 !important;
}

.gallery-title {
	padding: 5px 10px;
	    background: #0051ba;
    box-shadow: 0px 4px 10px #00000052;
	display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3px;
	min-height: 50px;
}

.gallery-title span.count {
	color: #fff;
}

.go-top {
	display: flex;
	align-items: center;
	justify-content: center;
    position: fixed;
    right: -35px;
    bottom: 15px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.4);
    line-height: 40px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.go-top.show {
    right: 15px;
    bottom: 15px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}

a.go-top svg {
    width: 15px;
    height: 15px;
    fill: #fff;
}

input:focus,
textarea:focus {
	outline: none;
	box-shadow: none;
}

.search-input .custom-search-wrapper {
    height: 45px;
    padding: 13px 15px;
    border: 1px solid #e6e6e6;
	    align-items: center;
	background: #fff;
	display: flex;
	justify-content: space-between;
}

.search-input form {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	width: calc(100% - 32px);
}

.search-input input.search-field {
	padding: 0;
	background: transparent;
	border: none;
	font-size: 14px;
}

.search-input input.search-field::placeholder {
	color: #555;
}

.search-input input.search-submit {
	display: none;

}

.search-input .search-toggle {
    width: 24px !important;
    height: 21px !important;
    border: none;
    padding: 0 0 0 8px;
    color: transparent;
    -webkit-mask-image: url(/wp-content/uploads/2025/08/search.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 13px;
    mask-image: url(/wp-content/uploads/2025/08/search.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 13px;
    background: #ccc;
}
