.tp-main-menu ul li a {
    display: inline-block;
    font-family: var(--tp-ff-p);
    padding: 36px 0 36px 0;
    font-size: 16px;
    font-weight: 400;
    color: var(--tp-common-white);
    font-family: system-ui;
}
p {
    text-align: justify;
}
.tp-footer-widget-contact-inner a.contact-title {
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 20px;
}
.pb-90 {
    padding-bottom: 0px;
}
.pb-120 {
    padding-bottom: 70px;
}
ul.system-ui {
    display: flex;
}
li.inner-ui {
    list-style-type: none;
}
.tp-contact-input-wrapper .tp-contact-btn .tp-btn {
    padding: 11px;
}
.text-center {
    text-align: start !important;
    margin-top: 20px;
}
iframe#new-mapsection {
    margin-top: 130px;
}
section#new-section {
    padding-top: 20px;
    padding-bottom: 20px;
}
ul.system-ui {
    padding-top: 20px;
    padding-bottom: 20px;
}
div#biography-container {
    background: white !important;
    border-radius: 10px;
    padding: 14px;
}
section.new-content {
    background: black;
}
h5#new-heder {
    color: black;
    padding-top: 10px;
}
p#new-para {
    color: black;
    text-align: justify;
}
 section.breads-new {
    background: #a86666;
 }
 div#biography-container {
    background: white !important;
    border-radius: 3px;
    padding: 14px;
}
@media only screen and (min-width: 1200px){
    img#logo-new {
        margin-left: 60px;
        height: 80px;
    }
    img#right-logo {
        margin-left: -45px;
    }
    section.breads-new {
    background: #a86666;
    margin-top: 92px;
}
.item_new_count {
    margin-right: 57px;
}
}
@media only screen and (max-width: 786px){
    img#logo-new {
    width: 246px;
}
}