/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.elementor-location-header .elementor-nav-menu a {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}
.elementor-location-header .elementor-nav-menu li:last-child a {
    background: #007277;
    border-radius: 10px;
}
.elementor-location-header .elementor-nav-menu a::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    height: 0%;
    transition: 0.5s;
    background: white!important;
    z-index: -1;
}
.elementor-location-header .elementor-nav-menu a:hover:before {
    height: 100%;
}
.elementor-location-header .elementor-nav-menu a:hover {
    color: #007277!important;
}
.elementor-location-header .elementor-nav-menu {
    gap: 20px;
}
.elementor-location-header .elementor-nav-menu::after {
    display: none;
}
.elementor-location-header .elementor-nav-menu li:last-child a:hover:before {
    background: #64adb6!important;
}
.elementor-location-header .elementor-nav-menu li:last-child a:hover {
    color: white!important;
}
.an-banner .elementor-inline-items {
    justify-content: space-between;
    width: 100%;
}
.an-banner .elementor-inline-items .elementor-icon-list-item:nth-child(2) .elementor-icon-list-text {
    color: white;
}
.an-banner .elementor-widget-video {
    opacity: 0.7;
}
.an-banner::before{
	z-index:1 !important;
}
.an-banner {
    background: #113149;
}
.an-img-section {
    transition: 0.5s cubic-bezier(0.62, 0.02, 0, 0.97) all;
    width: calc(100% - 400px)!important;
    height: calc(100vh - 400px)!important;
    animation: none !important;
    transition-delay: 1s;
    transform: translateY(200px)!important;
}
.an-img-section.animated {
    width: calc(100%)!important;
    height: calc(100vh )!important;
	transform: translateY(-50px)!important;
}


/* Scroll Zoom Animation */
.an_zoom_animation .elementor-widget-image{
	transform:scale(0.9);
	transition:all 0.6s ease;
}
/* .an_zoom_animation.active .elementor-widget-image{
	transform:scale(1);
	transition:all 0.6s ease;
}
 */


/* Footer Expaned Items*/
.expand_title ul {
    display: flex;
    justify-content: space-evenly;
}

.expand_title ul li {
    width: 31.33%; opacity:0.5
}
.expand_title ul li:first-child{
    justify-content:start !important
}
.expand_title ul li:last-child{
    justify-content:end !important
}