/* 
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 */


body{
    font-family: Arial, Helvetica, sans-serif;
}

#site-header,
#site-footer{
    display: none;
}

.header{
    position: fixed!important;
    top: 0;
    left: 0;
    width: 100%!important;
    z-index: 111!important;
}

.navigation-menu ul{
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
}
.navigation-menu ul li{
    display: inline-block;
    margin: 0 44px 0 0;
    position: relative;
    cursor: pointer;
}
.navigation-menu ul li:last-child{
    margin: 0;
}
.navigation-menu ul li a{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: rgb(55,65,81);
    position: relative;
}
.navigation-menu ul li a:hover{
    color: #2563EB;
}

.navigation-menu ul.sub-menu{
    display: none;
    background-color: #F9FAFB;
    position: absolute;
    top: 30px;
    left: -20px;
    padding: 10px 0;
    border-bottom: 2px solid #2563EB;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}
.navigation-menu ul.sub-menu li{
    margin: 0 0 0 0;
    width: 100%;
}
.navigation-menu ul > li.menu-item-has-children > a{
    display: inline-flex;
    align-items: center;
} 
.navigation-menu ul > li.menu-item-has-children > a::after{
    content: "";
    width: 20px;
    height: 20px;
    background-image: url('./images/down-arrow.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin: 0;
    opacity: 0.6;
}
.navigation-menu ul.sub-menu li a{
    white-space: nowrap;
    display: block;
    padding: 7px 20px;
}
.navigation-menu ul.sub-menu li a:hover{
    background-color: #2563EB;
    color: #fff;
}


.social-list ul li a{
    opacity: .8;
}
.social-list ul li a:hover{
    opacity: 1;
}
.gallery-slider .item{
    margin: 0 2px;
}
.gallery-slider .item img{
    width: 100%;
    height: 460px;
    object-fit: cover;
}




.form-style .gform_body input,.form-style .gform_body textarea{
    width: 100%;
    height: 45px;
    background-color: #f8f8f8;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 16px;
    color: rgb(55,65,81);
    padding-left: 15px;
}
.form-style .gform_body input::placeholder,.form-style .gform_body textarea::placeholder{
    color: rgb(55,65,81);
}
body .form-style .gform_body textarea{
    padding-top: 12px;
    height: 150px!important;
}



@media screen and (max-width: 1199px){
    .navigation-menu ul li{
        margin-right: 20px;
    }
}
@media screen and (max-width: 991px){

    .navigation-menu {
        position: fixed!important;
        top: 0;
        left: -100%;
        height: 100%!important;
        background-color: #fffffff8;
        max-width: 100%;
        width: 100%!important;
        transition: all 0.5s ease!important;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        padding: 30px 20px;
        z-index: 111;
    }
    .navigation-menu.menu-open{
        left: 0;
    }
    .navigation-menu ul li{
       display: block;
        margin: 15px 0;
        text-align: center;
    }
    .navigation-menu ul li a{
        padding: 5px 0;
        display: block;
        font-size: 25px;
        line-height: normal;
        text-align: center;
    }
    .toggle-btn-open,.toggle-btn-close{
        cursor: pointer;        
    }

    .navigation-menu ul.sub-menu{
        position: static;
        top: 0;
        left: 0;
    }
    .navigation-menu ul.sub-menu li a{
        font-size: 20px;
    }

}
@media screen and (max-width: 767px){
    
}
@media screen and (max-width: 576px){
    .navigation-menu ul.sub-menu li a{
        white-space: wrap;
    }
    .navigation-menu ul.sub-menu li a{
        font-size: 16px;
    }
    .navigation-menu ul li a{
        font-size: 20px;
    }
}