/*
Theme Name: Hello Elementor Child
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.4.6.1772775540
Updated: 2026-03-06 05:39:00

*/


.home-page-header.elementor-sticky--effects {
    background: #222222;
    padding: 0px !important;
    transition: 0.5s !important;
	    position: fixed !important;
}

.home-page-header {
    transition: 0.5s !important;
}



.other-page-header.elementor-sticky--effects {
    padding: 0px !important;
    transition: 0.5s !important;
}


.other-page-header {
    transition: 0.5s !important;
}

.home-page-header {
    position: absolute !important;
    top: auto;
    width: 100%;
    left: 0;
    right: 0;
}

.border-heading-style .elementor-heading-title {
    padding: 0 40px;
    position: relative;
    word-wrap: break-word;
    line-height: 0.9;
    font-weight: 400;
    z-index: 1;
    width: fit-content;
}

.border-heading-style .elementor-heading-title:before {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    left: 0;
    right: 0;
    background-color: #efa314;
    z-index: -1;
}


.gallery-slider img.swiper-slide-image {
    min-height: 250px;
	max-height: 250px;
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center;
}


.gallery-slider .swiper-wrapper{
  transition-timing-function: linear !important;
}

.tnp.tnp-subscription .tnp-field.tnp-field-email label {
    display: none;
}

.tnp.tnp-subscription form {
    display: flex;
    align-items: center;
}

.tnp.tnp-subscription form .tnp-field.tnp-field-email {
    width: 65%;
}

.tnp.tnp-subscription form .tnp-field.tnp-field-button {
    width: 35%;
}

.tnp.tnp-subscription form .tnp-field.tnp-field-button input.tnp-submit {
    width: 100%;
    background: #efa314;
    border-radius: 0;
}

.tnp.tnp-subscription form .tnp-field.tnp-field-email input#tnp-1 {
    border-radius: 0;
}

.tnp.tnp-subscription {
    margin: 0px;
    max-width: 420px;
}

.event-grid-img-style a {
    width: 100%;
}

.event-icon-list-style ul li {
    margin-bottom: 5px !important;
}
    
