/* 
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-widget-n-accordion .e-n-accordion-item-title {
    justify-content: space-between;
} 

.copyright p span{
    color: #FBA417; 
}

.moreicon ul li {
    gap: 6px;
}
 
.moreicon ul li a .elementor-icon-list-icon {
    order: 2;
    margin-left: 6px;
}


.anglesape::after {
    content: ""; 
    height: 10px;
    width: 10px;
    background-color: #FBA417;
    position: absolute;
    bottom: -7px;
    left: 49%;
    transform: translate(-50%, 0);
    rotate: 45deg; 
    z-index: 3;
}


.line-sec::before {
    content: "";
    border-top: 3px dashed #FBA417;
    width: 100%;
    position: absolute;
    left: 0;
    top: 124px;
}

.noCircle p {
    background: #FBA417;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    line-height: 55px !important;
}