/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
body{
	font-family:sans-serif !important;
}

h1,h2,h3,h4,h5,h6{
	color:#000;
}
.site-header .header-inner {
    flex-wrap: unset;
}
.site-header .site-title {
    font-size: 1.3rem;
    line-height: normal;
}
.site-header .site-branding a {
    font-size: 1.3rem;
    line-height: normal;
}

.n2-bullet {
    width: 30px;
    height: 3px;
    padding: 0px !important;
    border-radius: 0 !important;
	background: rgb(255 255 255 / 43%) !important;
    border: 0 !important;
}


.n2-bullet.n2-active {
    background: #fff !important;
}
.logo-p {
    text-transform: uppercase;
	line-height:1;
}
.elementor .logo-p {
    color: #fff;
}
.logo-h.e-heading-base {
    line-height: 1;
    font-size: 22px;
    color: #fff;
}
.home-slider.n2_clear:before {
    position: absolute;
    top: 0;
    width: 100%;
    content: '';
    background: #000;
    height: 150px;
    z-index: 9;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.31) 68%, rgba(255, 255, 255, 0) 100%);
}
.home-slider.n2_clear {
    position: relative;
}
.welcome-p span {
    color: #705f30;
	font-weight:600;
}
.welcome-p p{
	color:#000;
	font-size:18px;
}
.welcome-p{
	color:#000;
	font-size:18px;
}
.welcome-p h2{font-weight:600;font-size:32px;}

.calendar-p h4 {
    color: #000;
}
main#content {
    margin-top: -130px;
}