.elementor-widget:not(:last-child) {
    margin-bottom: 0px !important;
}

#header {
	background: #fff;
    padding: 0px 30px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    box-shadow: rgba(21, 72, 80, 0.05) 0px 7px 29px 0px;
}

.site-btn,
.site-btn-line {
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    padding: 0px 70px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 50px;
    font-size: 12px;
    height: 63px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 100%;
    text-decoration: none;
    letter-spacing: 2px;
}

.site-btn {
    color: #565656;
    background: #e2bb53;
}

.site-btn:hover {
    color: #fff;
    background: #295C53;
}

.site-btn-line {
    color: #fff;
    background: transparent;
    border: 2px solid #fff;  
}

.site-btn-line:hover {
    color: #000;
    background-color: #fff;
    border: 2px solid #fff;  
}