.a{padding:40px 0;background-color: #4f320e;
}
.b{margin:0 30px 30px;border-radius:20px;padding:100px 0}.c{display:flex;max-width:1415px;margin:0 auto;padding:0 15px}.d{margin-bottom:30px;width:30%}.d img{max-width:100%;height:50px}.e{width:70%;display:flex;flex-wrap:wrap}.f{width:33.333%;padding:0 15px}.g{color:#EBD5B8;font-size:18px;margin-bottom:20px}.h a:hover{opacity:.8}.i{display:flex;align-items:center;margin-top:15px}.j{width:20px;height:20px;margin-right:10px}.l{display:flex;justify-content:space-between;align-items:center;width:100%;margin:30px auto 0;padding:20px 15px;border-top:1px solid rgba(255,255,255,.1)}.m{max-width:1415px}.h a,.h{color:#fff;text-decoration:none;font-family:Inherit;font-weight:400;font-size:15px;line-height:22px}.k,.k a{color:#f8f1e799;font-family:Inherit;font-weight:400;font-size:14px}.n .k{margin-right:20px}.o .k{margin:0}@media screen and (max-width:1024px){.b{margin:0 20px 15px;padding:60px 0}.c{flex-direction:column}.d{width:100%;text-align:center;margin-bottom:60px}.e{width:100%}.f{width:33%;margin-bottom:30px}.g{font-size:15px}.h a,.h{font-size:14px}.j{width:16px;height:16px}.k,.k a{font-size:13px}}@media screen and (max-width:500px){.b{margin:0 12px 10px;padding:30px 0}.f{width:100%;margin-bottom:30px}.d img{height:40px}.h p{margin-bottom:8px}.l{align-items:center;flex-direction:column}.k{text-align:center}}
.title-bar {
        position: relative;
        min-height: 450px;
        border-radius: 30px;
        overflow: hidden;
        display: flex;
        align-items: center;
        z-index: 1;
    }
.title-bar::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: -1;
    }
/* Background Main */
.title-bar {
        background: url('/wp-content/uploads/contact-us-titlebar.webp') no-repeat center center;
        background-size: cover;
    }
/* Custom Background Main */
.title-bar.about-us {
        background: url('/wp-content/uploads/about-titlebar.webp') no-repeat center center;
        background-size: cover;
    }  
.xcontainer {
    margin: 0 auto;
    max-width: 1415px;
    width: 100%;
}
.title-content {
        width: 100%;
        color: #fff;
        padding: 64px 15px;
    }
#page-title-bar {
        color: #fff;
        font-family: 'Bitter', sans-serif;
        font-weight: 600;
        font-size: 55px;
        line-height: 1;
        margin-bottom: 15px;
    }
.breadcrumb {
        font-family: 'Figtree', sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
.breadcrumb a {
        color: #fff;
        text-decoration: none;
    }
.breadcrumb a:hover {
        text-decoration: underline;
    }
.breadcrumb .separator {
        margin: 0 8px;
        color: #fff;
    }
.breadcrumb .current {
        color: #fff;
}
.xtop-main {
    padding: 0px 60px 0px 60px;
    width: 100%;
    overflow: hidden;
}
@media screen and (max-width: 1024px) {
.xtop-main {
    padding: 0px 0px 30px 0px;
}
.xcontainer {
  padding: 0px 20px;
}
.title-bar {
    min-height:330px;
    height: 360px;
    border-radius: 0px;
}
#page-title-bar {
    font-size: 39px;
    margin-bottom: 10px;
}
.breadcrumb {
    font-size: 12px;
}
}
@media screen and (max-width: 500px) {
.xcontainer {
  padding: 0px 15px;
}
.title-bar {
    min-height:250px;
    height: 190px;
}
#page-title-bar {
    font-size: 30px;
    margin-bottom: 8px;
}
.breadcrumb {
    font-size: 11px;
}
}