/* 
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
*/
#blog-menu ul::before {
    content: '';
    display: block !important;
    width: 240%;
    height: 100%;
    flex: none;
    background: #aacc00;
    z-index: 0;
    position: absolute;
    visibility: visible;
    left: -210%;
    top: 0;
}
#blog-menu ul::after {
    content: "";
    position: absolute;
    top: 0;
    left: 30%;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 15px solid #aacc00;
    z-index: 0;
    visibility: visible;
}
#blog-menu ul li:first-child a {
  color: #00415b;
}
.mytitle span {
	color: #aacc00;
}
.mybox::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 1px;
    transform: translateX(-50%);
    width: 90%;
    height: 50px;
    background: rgb(0 0 0 / 0.50);
    border-radius: 50%;
    filter: blur(12px);
    z-index: 0;
}
.mybox::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    width: 90%;
    height: 50px;
    background: rgba(0, 0, 0, 0.95);
    border-radius: 50%;
    filter: blur(12px);
    z-index: -1;
}
@media screen and (max-width: 767px) {
	
}