/*
Theme Name: Hello Elementor Child
Theme URI:
Description: Child theme for Hello Elementor with early-loading CSS
Author: YP
Author URI:
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Your custom CSS starts here */

body {
    margin: 0;
}
.ekit-wid-con .ekit-sidebar-group.ekit_isActive .ekit-overlay {
    opacity: 0.5!important;
}
.copyright p {
    display: flex;
    align-items: center;
    gap: 0;
}
.hero .e-con-inner {
    position:relative;
    overflow:hidden;
}
.hero .e-con-inner::before {
    content: '';
    position: absolute;
    right: -100px;
    top: -100px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    border: 1px solid rgba(200,191,176,0.06);
    pointer-events: none;
}
.hero .e-con-inner::after {
    content: '';
    position: absolute;
    right: 60px;
    bottom: -60px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    border: 1px solid rgba(200,191,176,0.05);
    pointer-events: none;
}
.service-box a.elementskit-btn i {
    margin-left: 4px;
}
.my-para ul li::before {
    content: '\f058';
    font-family: "Font Awesome 5 free";
    color: #b9b0a7;
    font-weight:900;
    margin-right:10px;
}
.my-para ul {
    list-style: none;
    padding-left: 10px;
    margin: 10px 0;
}
.my-para ul li {
    margin-bottom: 5px
}
.mcard:hover::after
 {
    width: 100%;
}
.mcard::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #B8A898;
    transition: width 0.4s ease;
}
.mcard .elementor-widget-text-editor ul li::marker {
    color: #b9b0a7;
}

.mcard .elementor-widget-text-editor ul {
    margin-bottom: 12px;
    padding-left: 30px;
}
.mcard .elementor-widget-text-editor ul li:not(:last-child) {
    margin-bottom: 2px;
}
.sidebar-menu ul.menu li a::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 14px;
    margin-right: 10px;
}

.sidebar-menu ul.menu {
    list-style: none;
    padding-left: 0px;
}

.sidebar-menu ul.menu li a {
    color: #fff!important;
    font-weight: 500;
    transition: 0.3s all ease;
    font-size: 15px;
}
.sidebar-menu ul.menu li.current-menu-item a {
	color: #b9b0a7 !important;
}

.sidebar-menu ul.menu li a:hover {
    color: #b9b0a7!important;
    margin-left: 5px;
}

.sidebar-menu ul.menu li:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ffffff42;
}
#headerC.active {
    width: 100% !important;
    position: fixed;
    top: 0;
    z-index: 999;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0 5px 15px 0 rgba(0,0,0, .1);
}
div#headerC {
    transition: 0.9s;
}
.ekit-accordion--content ul {
    padding-left: 20px;
}
h3 {}

.elementor-widget-theme-post-content h3 {
    font-family: 'Ovo';
    font-size: 26px;
    margin-bottom: 8px;
    color: #1a1a1a;
}
.elementor-widget-theme-post-content h4 {
    font-family: 'Ovo';
    font-size: 24px;
    color: #1a1a1a;
    margin-bottom: 6px;
}
.elementor-widget-theme-post-content h5 {
    font-family: 'Ovo';
    font-size: 20px;
    color: #1a1a1a;
    margin-bottom: 6px;
}
.elementor-widget-theme-post-content h6 {
    font-family: 'Ovo';
    font-size: 18px;
    color: #1a1a1a;
    margin-bottom: 6px;
}
.elementor-widget-theme-post-content ul {
    margin-bottom: 10px;
}
.elementskit-card-body.ekit-accordion--content ul {
    padding-left: 20px;
}