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


.heading h1.elementor-heading-title::before {
    top: 100%;
   
    bottom: auto;
    left: 0;
    right: auto;
    margin: 15px 0;
    width: 70px;
    height: 2px;
    background: #81cfe0;
    content: "";
    position: absolute;
}

#Breadcrumb .elementor-widget-container{
    text-align: right;
     color:#fff
}
#Breadcrumb .elementor-widget-container a{
    font-family: Lato;
    line-height: 18px;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
}


.elementor-sticky--effects {
 background:#fff!important;
}
.elementor-sticky--effects .elementor-nav-menu--main ul.elementor-nav-menu li.menu-item a.elementor-item{
    color:#727070!important;
}
.elementor-sticky--effects .elementor-nav-menu--main ul.elementor-nav-menu li.menu-item a.elementor-item:hover{
    color:#162983!important;
}
.elementor-sticky--effects .elementor-nav-menu--main ul.sub-menu li a{
    color:#162983!important;
}
.elementor-sticky--effects .elementor-nav-menu--main ul.sub-menu li a:hover{
    color:#82CFE1!important;
}
.elementor-sticky--effects .elementor-nav-menu--main ul.sub-menu li a.elementor-item-active{
    color:#82CFE1!important;
}

.elementor-cta__bg {
    background-size: contain!important;

}

@media (max-width: 767px){
    h2.elementor-heading-title {
    font-size: 20px!important;
    }
    h3.elementor-heading-title {
    font-size: 18px!important;
    }
    h4.elementor-heading-title {
    font-size: 16px!important;
    }
    h5.elementor-heading-title {
    font-size: 15px!important;
    }
}

.page-content .elementor-list-item-link-full_width .elementor-icon-list-items .elementor-icon-list-text{
    font-size:18px!important;
}

.elementor-cta--skin-classic .elementor-cta {
    flex-wrap: wrap;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 15px;
}
