.sidebar_box {
    background: black;
}

.sidebar_box h4.widgettitle {
    font-size: 40px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    padding-top: 14px;
}

.sidebar_box .et_pb_module {
    padding-right: 0px !important;
}

.home ul#menu-main-menu li a {
    font-size: 18px;
    color: white;
    text-transform: uppercase;
}

.menu-main-menu-container {
   margin: auto;
   display: flex;
}

.sidebar_box {
    overflow: hidden;
}

.textwidget.custom-html-widget {
    display: flex;
    height: 100%;
    width: 100%;
    margin-top: -100px !important;
}

div#custom_html-2 {
    height: 100vh;
}

.home ul#menu-main-menu {
    width: 100%;
    margin: auto;
}

.home ul#menu-main-menu li {
    width: 100%;
    display: block;
    float: left;
    text-align: center;
}

.header_btn .et_pb_code_inner {
    display: flex;
}

.col_header {
    margin: auto;
}
.blog_inner_text_inner h1 {
    line-height: 1.5em;
}