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

html, body {
	overflow-x:hidden;
}

.cbMenu .elementor-nav-menu--dropdown {
    padding: 0 30px;
	font-size: 1rem;
	background: transparent;
}
.cbMenu .elementor-nav-menu--dropdown .elementor-nav-menu {
	background: #fff;
	padding: 20px 10px;
	border-radius:20px;
}
.cbMenu.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container .elementor-nav-menu {
    transform: scaleY(0);
    max-height: 0;
    overflow: hidden;
}
.cbMenu.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container .elementor-nav-menu {
    transform: scaleY(1);
    max-height: var(--menu-height);
    animation: hide-scroll .3s backwards;
}
.cbMenu .elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-nav-menu {
    transition: max-height .3s, transform .3s;
    transform-origin: top;
}
.cbMenu .elementor-menu-toggle {
	padding: 0 15px 0 0;
}
.cbMenuCon {
	min-width: 80px;
}
.cbBoxLine01::before, .cbBoxLine02::before, .cbBoxLine03::before {
	content: "";
	position:absolute;
	bottom:0;
	left:50%;
	width: 1px;
	height: 200px;
	border-left: 1px dashed #595C61;
}
@media (min-width: 640px) {
	.cbConner {
		position: absolute;
		bottom: 0;
	}
}
@media (min-width: 960px) {
.cbGraph {
	height: 400px;
}
}

@media only screen and (max-width: 820px)  {
	#about {
    background-image: linear-gradient(90deg, var(--e-global-color-aab4e59) 50%, var(--e-global-color-aab4e59) 50%);
}
	#about h1, #about p {
		color: #fff;
	}
}