
/* Header CSS FOR INDEX */
.bacground-sec{
    margin: auto !important;
}
header.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 20;
    background: #fff;
    padding: 0 50px;
    border-top: 5px solid #aa8e4f;
    box-sizing: border-box;
    -webkit-transform: translate3d(0, 0, 0);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
}
.header-contacts {
    float: left;
    padding-top: 36px;
    margin-right: 40px;
}

.header-contacts ul li {
    float: left;
    margin-right: 20px;
    font-weight: 700;
    font-size: 12px;
}
.fa-envelope:before {
    content: "\f0e0";
}
.maillink {
    text-decoration: none !important;
    position: relative;
    color: #000;
}

.maillink:hover {
    color: #aa8e4f;
    text-decoration: underline !important;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

ul {
    list-style: none;
}

.logo-holder {
    position: absolute;
    top: -11px;
    left: 50%;
    margin-left: -111px;
    padding-top: 18px;
}

.logo-holder img {
    width: 200px;
    height: 90px;
}
.nav-bar {
    float: right;
    position: relative;
    top: 30px;
    margin-right: 30px;
}

.nav-bar nav {
    position: relative;
    float: right;
}

.nav-bar nav li {
    float: left;
    position: relative;
    height: 70px;
}

.nav-bar nav li a {
    float: left;
    padding: 10px 13px;
    line-height: 1;
    text-align: center;
    font-size: 0.72rem;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: auto;

}
.activate {
    color: #000 !important;
}

.activate:hover {
    color: #aa8e4f !important;
    text-decoration: underline !important;
}
/* end of header */


/* Mobile nav button */
.nav-button-wrap {
    float: right;
    height: 75px;
    width: 75px;
    cursor: pointer;
    position: relative;
}

.nav-button-wrap {
    display: none;
}
.nav-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 20px;
    margin-left: -11px;
    margin-top: -5px;
}

.nav-button-wrap {
    float: right;
    height: 75px;
    width: 75px;
    cursor: pointer;
    position: relative;
}

.nav-button-wrap {
    display: none;
}

.nav-button span:first-child {
    width: 50%;
}

.nav-button span {
    float: left;
    width: 100%;
    height: 2px;
    background: #292929;
    margin-bottom: 4px;
    -webkit-transition: all 200mslinear;
    transition: all 200mslinear;
}
/* Mobile nav end  */

/* content */
.column-wrap.p-0 {
    float: left;
    width: 50%;
    position: relative;
}

.py-3 {
    float: left;
    width: 100%;
    padding: 40px 0;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.container {
    width: 92%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}
.container {
    max-width: 600px;
    margin: 50px auto;
    background: white;
    padding: 30px 0px;
    
}

.section-title h3 {
    color: #8B6A37;
    font-size: 28px;
    margin-bottom: 15px;
}
.content-about {
    font-size: 30px;
    color: #aa8d4f !important;
}
.text-container p {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 20px;
    font-style: initial;
    font-weight: 600;
}

.ulist {
    list-style: unset;
    font-style: initial;
    font-weight: 600;
}
.team-box {
    /* float: left; */
    width: 50%;
    padding: 0 10px;
    margin-top: 35px;
}
.respimg{
    width: 100%;
    height: auto;
}
.fixed-column {
    height: auto;
    max-width: 100%;
}
.fixed-column img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.fixed-column {
    position: fixed;
    top: 100px;
    bottom: 80px;
    z-index: 6;
    width: 50%;
    right: 0;
    -webkit-transform: translate3d(0, 0, 0);
    padding: 10px;
}






/* footer CSS */
footer.fixed-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 20;
    background: #fff;
    padding: 0 50px;
    border-bottom: 5px solid #aa8e4f;
    box-sizing: border-box;
    -webkit-transform: translate3d(0, 0, 0);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
    display: flex;
    align-items: center;
    justify-content: center;
}

.policy-box {
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: 700;
}

.policy-box span {
    float: left;
}