/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-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.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.6
	Stable tag: 3.4.6
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
.an-banner::before {
    content: ""!important;
    position: absolute;
    width: 100%;
    height: 460px;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(0deg, #01051c 30%, transparent);
    z-index: 1;
    top: auto;
    backdrop-filter: blur(8px);
	display: block!important;
}
.an-header {
    backdrop-filter: blur(10px);
}
.an-banner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    top: auto;
    background: #01051c1f;
}
.an-primary-heading b {
    font-weight: 400;
    color: #E4002B;
}
.an-routing-box img {
    transition: 0.5s;
}
.an-routing-box:hover img {
    transform: scale(1.2);
   
}
.an-logo-popup-btn, .an-logo-popup-btn a {
    height: 100%;
    opacity: 0;
}
.an-info-row p {
    display: flex;
    margin-bottom: 15px;
}
.an-info-row p strong {
    font-weight: 500;
    color: #A6A6A6;
    font-size: 16px;
    width: 100px;
    flex: 0 0 100px;
}
.an-info-row p a {
    font-size: 16px;
    width: 300px;
    transition: 0.5s;
}
.an-info-row p a:hover {
    color: #e4002b;
}

.hide-heading {
    opacity: 0;
}
.copyright-text p {
    margin-bottom: 0px;
}
.routingbox2:hover {
    background: #e4002b !important;
}
.routingbox2 {
    transition: 0.5s;
}
.routingbox2 .elementor-widget-heading, .routingbox2 .elementor-widget-text-editor {
    transition: 0.5s;
}
.routingbox2:hover .elementor-widget-heading, .routingbox2:hover .elementor-widget-text-editor {
    transform: translateY(-10px);
}
.brain-box .elementor-widget-image {
    border-radius: 16px;
    overflow: hidden;
}
.brain-box .elementor-widget-image img {
    transition: 0.5s;
}
.brain-box:hover .elementor-widget-image img {
    transform: scale(1.1);
}
.brain-box .brain-content {
    transition: 0.5s;
}
.brain-box:hover .brain-content {
    transform: translateY(20px);
}
.policy-links .elementor-icon-list-items .elementor-icon-list-item {
    position: relative;
}

.policy-links .elementor-icon-list-items .elementor-icon-list-item::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 1px;
    background: #A6A6A6;
    right: -21px;
    top: 12px;
}

.policy-links .elementor-icon-list-items .elementor-icon-list-item:last-child:before {
    display: none;
}
.elementor-location-header.sticky {
    left: 0px!important;
    z-index: 11;
    width: 100%;
}

.elementor-location-header.sticky .an-header {background: #ffffff1c !important;}
.an-banner .elementor-background-video-container {
    transition: 0.5s;
    transform: scale(1.5)!important;
}

.elementor-location-header {
    transition: 0.5s;
	position: relative;
    z-index: 11;
}
.an-banner-content {
    transition: 0.5s;
    transform: translateY(200px);
    opacity: 0;
}


.animation-run .elementor-location-header {
    transform: translateY(0px)!important;
}

.animation-run .an-banner-content {
    transform: translateY(0px);
    opacity: 1;
}
.elementor-location-header {
    position: fixed;
    width: 100%;
}
.animation-run .an-banner .elementor-background-video-container {transform: scale(1)!important;}
@media (max-width: 1650px){
	.an-banner::before{
		height: 370px;
	}
.an-info-row p a {
    font-size: 14px;
}

.an-info-row p strong {
    font-size: 14px;
}
}