
.onmob{
    display: none!important;
}


@media (max-width: 550px){
    .nomob{
        display: none !important;
    }
    .onmob{
        display: unset!important;
    }
}

footer a {
    color: wheat!important;
}

.wt-title, .sm-title, .wt-small-separator{
    text-transform: unset!important;
}

.header-style-1 .logo-header .logo-header-inner:after
{
    content: "";
    position: absolute;
    background-color: unset;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: -1;
    width: 6000px;
}

.btn-primary{
    background-color: #e27a1e;
    border-color: #b56117;
    border-radius: unset;
}
.btn-primary:hover{
    background-color: #af5919;
    border-color: #b56117;
}

.wt-bnr-inr-entry{
    height: 195px;
}

.company-site-info {
    padding-left: 10rem;
}

.section-content {
    background: white;
    padding: 1em;
    border: 1px solid #f5f3ef;
    border-radius: 5px;
}

.alert-info{
    background-color: rgb(255 159 74 / 46%);
    border-color: rgba(181, 97, 23, 0.74);
    color: black;
}
.alert-primary {
    background-color: rgb(255 159 74 / 46%);
    border-color: rgba(181, 97, 23, 0.74);
    color: black;
}
.border ul li {
    list-style: inside;
}

.accordion-button:not(.collapsed) {
    color: #1c1c1c;
    background-color: #d7c086;
    box-shadow: unset;
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 4px #d7c086;;
}

.widget_address li
{
    padding: 0 40px;
}