/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

figure {
    margin: 0;
}

a, button {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: "Archivo Narrow", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.slick-track, .slick-initialized {
    opacity: 1 !important;
}

.slick-slider {
    opacity: 0;
}

.slick-initialized.slick-slider {
    opacity: 1;
}

.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.container {
    max-width: 1230px;
}
/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    background: transparent;
    padding: 25px 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}

.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}

    .navbar-brand img {
        max-width: 100%;
        /*height: 35px;*/
        height: 23px;
    }

.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

.nav-row {
    display: flex;
    align-items: center;
    width: 100%;
}

.navbar-light .navbar-nav {
    margin: 0 auto;
}

    .navbar-light .navbar-nav li {
        margin-right: 50px;
    }

        .navbar-light .navbar-nav li:last-child {
            margin-right: 0;
        }

    .navbar-light .navbar-nav .nav-link {
        padding: 0 0px;
        color: #432918;
        font-size: 20px;
        line-height: 26px;
        position: relative;
        font-weight: 500;
        transition: 0.4s linear;
        -webkit-transition: 0.4s linear;
    }

        .navbar-light .navbar-nav .nav-link:after {
            position: absolute;
            content: '';
            width: 0%;
            height: 2px;
            background: #777;
            bottom: 0;
            right: 0;
            transition: 0.4s linear;
            -webkit-transition: 0.4s linear;
        }

        .navbar-light .navbar-nav .nav-link.active:after,
        .navbar-light .navbar-nav .nav-link:hover:after {
            width: 100%;
            right: auto;
            left: 0;
        }

.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:hover {
    color: #777;
}

.navbar .navbar-nav .active a:hover {
    color: #777;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
    color: #777;
}

ul.enter-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    ul.enter-nav li {
        margin-right: 20px;
    }

        ul.enter-nav li:last-child {
            margin: 0;
        }

        ul.enter-nav li a {
            display: block;
            padding: 10px 30px;
            color: #fff;
            font-size: 20px;
            font-weight: 500;
            background: #432918;
        }

            ul.enter-nav li a:hover {
                background: #777;
                color: #fff
            }

header.nav-new {
    background: #D8CBB0;
    padding: 15px 0;
}
/* **** End Header **** */


/* **** toggler **** */
.navbar-light .navbar-toggler {
    background-color: transparent;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border: none;
    height: 25px;
    width: auto;
    padding: 0;
}

    .navbar-light .navbar-toggler:focus {
        box-shadow: none;
        outline: none;
    }

    .navbar-light .navbar-toggler .navbar-toggler-icon {
        background-image: unset;
    }

.navbar-toggler:active, .navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 18px;
    background-image: none;
    position: relative;
    border-bottom: 2px solid #432918;
    transition: all 300ms linear;
}

    .navbar-light .navbar-toggler-icon:after,
    .navbar-light .navbar-toggler-icon:before {
        width: 24px;
        position: absolute;
        height: 2px;
        background-color: #432918;
        top: 0;
        left: 0;
        content: "";
        z-index: 2;
        transition: all 300ms linear;
    }

    .navbar-light .navbar-toggler-icon:after {
        top: 8px;
    }

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}
/* **** End toggler **** */

/* **** Banner **** */
.banner-wrp {
    position: relative;
}

    .banner-wrp:after {
        position: absolute;
        content: '';
        background: #EEE9E6;
        opacity: 0.75;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
    }

    .banner-wrp > figure > img {
        width: 100%;
    }
/* **** End Banner **** */

/* **** News **** */
.news-wrp {
    background: #432918;
    padding: 45px 0;
    position: relative;
}

    .news-wrp h1, .news-wrp h2 {
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        margin: 0 0 20px;
    }

    .news-wrp p {
        max-width: 780px;
        margin: 0 0 20px;
        font-size: 20px;
        font-weight: 500;
        color: #fff;
        line-height: 28px;
    }

        .news-wrp p a {
            color: #D8CBB0;
        }

        .news-wrp p:last-child {
            margin: 0;
        }
/* **** End News **** */

/* **** Brands **** */
.brands-wrp {
    padding: 45px 0;
    background: #fff;
}

.titlebar {
    margin: 0 0 20px;
}

    .titlebar h2 {
        margin: 0;
        font-size: 24px;
        font-weight: bold;
        color: #432918;
    }

/*.brands-list-rw {
    max-width: 900px;
}
*/
.brands-box img {
    width: 100%;
}
/* **** End Brands **** */

/* **** Services **** */
.service-wrp {
    padding: 60px 0;
    background: #432918;
}

.service-ic {
    width: 190px;
    height: 190px;
    border-radius: 100%;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #A58255;
}

.service-dt h3 {
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 0 auto 10px;
}

.service-dt p {
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    line-height: 24px;
}
/* **** End Services **** */

/* **** About **** */
.about-wrp {
    position: relative;
    background: #D8CBB0;
}

.about-data {
    padding: 35px 0;
}

    .about-data p {
        font-size: 20px;
        font-weight: 500;
        color: #432918;
        line-height: 28px;
        margin: 0 0 25px;
    }

        .about-data p:last-child {
            margin: 0;
        }

.about-img {
    width: 47%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

    .about-img figure {
        height: 100%;
    }

    .about-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
/* **** End About **** */

/* **** Gallery **** */
.gallery-wrp {
    padding: 45px 0 35px;
    background: #432918;
    position: relative;
}

    .gallery-wrp .titlebar h2 {
        color: #fff;
    }

    .gallery-wrp .row {
        margin: 0 -10px;
    }

        .gallery-wrp .row .col-md-4 {
            padding: 0 10px;
        }
/*
            .gallery-wrp .row .col-md-4:nth-of-type(n+7) {
                display: none;
            }*/

.gallery-box {
    margin: 0 0 20px;
}

    .gallery-box img {
        width: 100%;
        height: 280px;
        object-position: center;
        object-fit: cover;
        transition: .4s linear;
        -webkit-transition: .4s linear;
    }

        .gallery-box img:hover {
            opacity: 0.70;
        }

.fancybox-content {
    padding: 35px;
}
/* **** End Gallery **** */

/* **** Contact **** */
.contact-wrp {
    background: #EBE5D6;
    position: relative;
}

    .contact-wrp:after {
        position: absolute;
        content: '';
        background: #D8CBB0;
        width: 50%;
        height: 100%;
        right: 0;
        top: 0;
    }

.contact-row {
    display: flex;
    flex-wrap: wrap;
}

.contact-left {
    width: 50%;
    padding: 65px 0 45px;
}

.contact-right {
    width: 50%;
    padding: 65px 0 45px;
    background: #D8CBB0;
    position: relative;
    z-index: 1;
}

.contact-data h2 {
    font-size: 20px;
    font-weight: bold;
    color: #432918;
    margin: 0 0 30px;
}

.contact-bx {
    margin: 0 0 30px;
}

    .contact-bx:last-child {
        margin: 0;
    }

    .contact-bx h3 {
        font-size: 16px;
        font-weight: bold;
        color: #432918;
        line-height: 24px;
        margin: 0;
    }

    .contact-bx p {
        font-size: 16px;
        font-weight: 500;
        color: #432918;
        line-height: 22px;
        margin: 0;
    }

.company-address {
    margin: 0 0 30px;
    padding: 0 0 0 65px;
}

    .company-address:last-child {
        margin: 0;
    }

    .company-address h3 {
        font-size: 20px;
        font-weight: bold;
        color: #432918;
        line-height: 26px;
        margin: 0;
    }

    .company-address p {
        font-size: 16px;
        font-weight: 500;
        color: #432918;
        line-height: 22px;
        margin: 0;
    }

        .company-address p a {
            color: #432918;
        }

            .company-address p a:hover {
                text-decoration: underline;
            }

.map-box {
    width: 30%;
    height: 200px;
    position: absolute;
    top: 65px;
    right: 0;
    z-index: 1;
}
/* **** End Contact **** */

/* **** Footer **** */
footer {
    padding: 20px 0;
    background: #432918;
}

    footer ul {
        display: flex;
        align-items: center;
    }

        footer ul li {
            margin-right: 35px;
        }

            footer ul li:last-child {
                margin: 0;
            }

            footer ul li a {
                font-size: 16px;
                font-weight: 500;
                color: #EBE5D6;
                line-height: 24px;
                display: block;
            }

                footer ul li a:hover {
                    color: #fff;
                }
/* **** End Footer **** */


/* custom */


.absolute {
    position: absolute;
    bottom: 40px;
    width: 100%;
    z-index: 1;
}

.about-data {
    padding: 70px 0px;
}

.bannerLogo {
    width: 320px !important;
}

.navbar-brand img {
    display: none;
}

.nav-new img {
    display: flex;
}

h3{
    color:white;
}

@media screen and (min-width:768px) {
    .navbar-brand img {
        display: flex;
    }
}

@media screen and (min-width:1400px) {
    .about-data {
        min-height: 550px;
    }
}
