
/* 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 css */


/* #wrapper.fullsceen-wrap {
    padding-bottom: 80px;
} */
#wrapper {
    width: 100%;
    /* position: fixed; */
    float: left;
    padding-top: 100px;
    left: 0;
    z-index: 5;
    height: 100%;
    transition: all 300mslinear;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    box-sizing: content-box;
}
.content {
    width: 100%;
    position: relative;
    z-index: 4;
    float: left;
}
.column-wrap.p-0 {
    float: left;
    width: 50%;
    position: relative;
}

.py-3 {
    float: left;
    width: 100%;
    padding: 40px 0;
    position: relative;
    z-index: 2;
}
.both{
    display: flex;
        align-items: center;
        justify-content: space-around;
}
.container5{
    max-width: 600px;
    margin: 0 !important;
    background: white;
    padding: 20px;
}
.section-title h3 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
    color: #333;
}
.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;
}
.contact-details ul {
    list-style: none;
    padding: 0;
    text-align: left;
}
.contact-details li {
    font-size: 18px;
    margin: 15px 0;
}
.contact-details span {
    font-weight: bold;
    color: #333;
}
.contact-details a {
    color: #36b41a;
    text-decoration: none;
    font-weight: bold;
}
.contact-details a:hover {
    text-decoration: underline;
}
.mail {
    font-size: 18px;
    font-style: italic;
    cursor: pointer;
}
.mail:hover{
    color: #aa8d4f !important;
    text-decoration: underline;
    cursor: pointer;
}
.icon {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 10px;
}

.gallery-item {
    position: relative;
    display: inline-block;
    margin: 10px;
}

.btn:hover {
    background: #0056b3;
}
.btn {
    background: #aa8e4f;
    color: #fff;
    border: none;
    padding: 12px 15px;
    width: 100%;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 10px;
}
.form-group input,
textarea {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
    transition: all 0.3s;
}

input:focus, textarea:focus {
    border-color: #aa8e4f;
    box-shadow: 0px 0px 8px rgba(0, 123, 255, 0.2);
}

textarea {
    resize: none;
    height: 100px;
    width: 92% !important;
}

.gallery-item:hover img {
    transform: scale(1.1);
}
.mnbvc{
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;

}
.form-group {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

h2 {
    color: orange;
    font-weight: bold;
}

.form-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.form-group input {
    width: 48%;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 16px;
}

/* 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;
}