#hideft{
    display: none;
}

.fa-solid, .fas {
    font-weight: 300;
}
.fa-long-arrow-alt-right:before, .fa-right-long:before {
    content: "\f178";
}
.elementor-location-header h1 {
    margin: 0;
}
.home-slider .elementor-slide-button:after {
    content: "\f062";
    font-family: "Font Awesome 5 Pro";
    margin-left: 10px;
    transform: rotate(45deg);
    display: inline-block;
    font-weight: 300;
}
.elementor-button-icon .fa-arrow-up:before {
    content: "\e09f";
}

.rotate {
    animation: rotate 5s linear infinite; /* Apply the rotate animation */
}

@keyframes rotate {
    0% {
        transform: rotate(0deg); /* Start with no rotation */
    }
    100% {
        transform: rotate(360deg); /* Rotate 360 degrees for one complete rotation */
    }
}
.elementor-sticky--effects {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
    -webkit-animation: stuckMoveDown .6s;
    animation: stuckMoveDown .6s;
}
@-webkit-keyframes stuckMoveDown{
    0%{
        transform:translateY(-100%)
    }
    to
    {
        transform:translateY(0)
    }
}
@keyframes stuckMoveDown{
    0%{
        transform:translateY(-100%)
    }
    to{
        transform:translateY(0)
    }
}
@keyframes ken-burns {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.elementor-ken-burns--active {
    animation: ken-burns 20s infinite;
}

.news-slider .elementor-swiper-button i {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}
.news-slider .elementor-swiper-button {
    padding: 8px 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: rgba(18, 17, 39, 0.04);
}
.news-slider .elementor-swiper-button .fa-long-arrow-alt-left:before {
    content: "\f177";
}
.news-slider .elementor-swiper-button .fa-long-arrow-alt-right:before {
    content: "\f178";
}

.contact-form .elementor-field-group:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    top: 10px;
    right: 20px;
    color: #33A44F;
    position: absolute;
}
.contact-form .elementor-field-group-name:before {
    content: "\f007";
}
.contact-form .elementor-field-group-phone:before {
    content: "\f095";
}
.contact-form .elementor-field-group-email:before {
    content: "\f0e0";
}
.contact-form .elementor-field-group-subject:before {
    content: "\f15b";
}
.contact-form .elementor-field-group-message:before {
    content: "\f27a";
}
.swal2-close {
    border: 0;
    padding: 0 !important;
    color: #fff !important;
    background-color: #0F1B5C !important;
    font-size: 18px !important;
    outline: none !important;
    margin-top: -10px;
    margin-right: -10px;
    width: 25px;
    height: 25px;
}
.swal2-close:hover,
.swal2-close:focus {
    outline: none !important;
    background-color: #222 !important;
}

.widget-custom-taxonomies ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}