/* font style*/
@import url('https://fonts.googleapis.com/css?family=Poppins:100,400,300,200,500,700,600,800,900');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display&display=swap:100,400,300,200,500,700,600,800,900');
@import url('https://fonts.googleapis.com/css?family=Yeseva+One&display=swap:100,400,300,200,500,700,600,800,900');

::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #382119;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #382119;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-image: linear-gradient(to bottom, #c99a2e, #d0a33a, #d6ad45, #ddb650, #e4c05b, #e5c25e, #e6c361, #e7c564, #e3bf5f, #dfba5b, #dab456, #d6af52);
    cursor: pointer;
}

::-moz-scrollbar-track {
    border-radius: 0px;
    background-color: #382119;
}

::-moz-scrollbar {
    width: 6px;
    background-color: #382119;
}

::-moz-scrollbar-thumb {
    border-radius: 0px;
    background-image: linear-gradient(to bottom, #c99a2e, #d0a33a, #d6ad45, #ddb650, #e4c05b, #e5c25e, #e6c361, #e7c564, #e3bf5f, #dfba5b, #dab456, #d6af52);
    cursor: pointer;
}

::-o-scrollbar-track {
    border-radius: 0px;
    background-color: #382119;
}

::-o-scrollbar {
    width: 6px;
    background-color: #382119;
}

::-o-scrollbar-thumb {
    border-radius: 0px;
    background-image: linear-gradient(to bottom, #c99a2e, #d0a33a, #d6ad45, #ddb650, #e4c05b, #e5c25e, #e6c361, #e7c564, #e3bf5f, #dfba5b, #dab456, #d6af52);
    cursor: pointer;
}

body {
    width: 100%;
    padding: 0px;
    margin: auto;
    height: auto;
    line-height: 24px;
    color: #777777;
    /*    background: #382119;*/
    background: #FFF;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    border: none;
}

.img {
    width: 100% !important;
}

.logo {
    width: 100% !important;
}



.carousel-item {
    height: 78.5vh;
    min-height: 490px;
    background: no-repeat center center scroll;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.nav-link {
    font-family: 'poppins', sans-serif !important;
    font-size: 14px !important;
    letter-spacing: 0px;
    color: #000;
    font-weight: 600;
}

/**/
.form-style {
    padding-top: 4%;
    padding-bottom: 3% !important;
}

@media only screen and (max-width:480px) {
    .form-style {
        margin-top: -12%;
        padding-bottom: 3% !important;
    }
}

/*wooden-hide*/

.wooden-hide {}

@media only screen and (max-width:1024px) {
    .wooden-hide {
        display: none !important;
    }
}


/**/
.inner-item {
    height: 50vh !important;
    min-height: 300px;
    background: no-repeat center center scroll;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media only screen and (max-width:1024px) {
    .inner-item {
        height: 20vh !important;
    }
}

/**/
.carousel-caption {
    padding-left: 5%;
    padding-right: 5%;
    z-index: 10;
    text-align: center;
    top: 20%;
    left: 11%;
    bottom: auto;

}

@media only screen and (max-width:1920px) {
    .carousel-caption {
        padding-left: 5%;
        padding-right: 5%;
        z-index: 10;
        text-align: center;
        top: 25%;
        left: 22%;
        bottom: auto;
    }
}

@media only screen and (max-width:1440px) {
    .carousel-caption {
        top: 20%;
        left: 13%;
    }
}

@media only screen and (max-width:1024px) {
    .carousel-caption {
        top: 30%;
        left: 7%;
    }
}

@media only screen and (max-width:823px) {
    .carousel-caption {
        top: 3%;
        left: 7%;
    }
}

@media only screen and (max-width:812px) {
    .carousel-caption {
        top: 2%;
        left: 7%;
    }
}

@media only screen and (max-width:768px) {
    .carousel-caption {
        top: 30%;
        left: 7%;
    }
}

@media only screen and (max-width:736px) {
    .carousel-caption {
        top: 3%;
        left: 7%;
    }
}

@media only screen and (max-width:640px) {
    .carousel-caption {
        top: 15%;
        left: 7%;
    }
}

@media only screen and (max-width:414px) {
    .carousel-caption {
        top: 20%;
        left: 7%;
    }
}

@media only screen and (max-width:375px) {
    .carousel-caption {
        top: 25%;
        left: 7%;
    }
}

@media only screen and (max-width:320px) {
    .carousel-caption {
        top: 15%;
        left: 7%;
    }
}


.carousel-img {
    width: 100% !important;

}

/**/

.carousel-caption h2 {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -0px;
    font-weight: 500;
    font-family: 'Yeseva One', cursive;
    /*font-family: 'yeseva_oneregular';*/
    background: linear-gradient(to right, #c08e1f, #c7982c, #cfa338, #d6ad43, #ddb84f, #deba52, #dfbc56, #e0be59, #dbb855, #d6b350, #d1ad4c, #cca848);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media only screen and (max-width:823px) {
    .carousel-caption h2 {
        font-size: 50px;
        line-height: 45px;
    }
}

@media only screen and (max-width:812px) {
    .carousel-caption h2 {
        font-size: 50px;
        line-height: 40px;
    }
}

@media only screen and (max-width:768px) {
    .carousel-caption h2 {
        font-size: 50px;
        line-height: 40px;
    }
}

@media only screen and (max-width:736px) {
    .carousel-caption h2 {
        font-size: 45px;
        line-height: 36px;
    }
}

@media only screen and (max-width:667px) {
    .carousel-caption h2 {
        font-size: 40px;
        line-height: 36px;
    }
}

@media only screen and (max-width:640px) {
    .carousel-caption h2 {
        font-size: 40px;
        line-height: 36px;
    }
}

@media only screen and (max-width:480px) {
    .carousel-caption h2 {
        font-size: 40px;
        line-height: 36px;
    }
}

@media only screen and (max-width:320px) {
    .carousel-caption h2 {
        font-size: 30px;
        line-height: 26px;
    }
}

.carousel-caption h6 {
    font-size: 14px;
    color: #000;
    padding-bottom: 2%;
    letter-spacing: -0px;
    font-weight: 400;
    font-family: 'poppins', sans-serif;
}

.carousel-caption p {
    font-family: 'poppins', sans-serif;
    font-size: 14px;
    padding-bottom: 4%;
    /* background: linear-gradient(to right, #c08e1f, #c7982c, #cfa338, #d6ad43, #ddb84f, #deba52, #dfbc56, #e0be59, #dbb855, #d6b350, #d1ad4c, #cca848); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    color: #e4d2c2 !important;
}

.carousel-indicators .active {
    background-color: #fff;

}

.carousel-indicators li {
    width: 6px;
    height: 6px;
    border-radius: 25px;
    margin-left: 8px;
    margin-right: 8px;
}

.control-prev {
    border-radius: 0px;
    height: 50px !important;
    background: #68513e;
    width: 54px !important;
    position: absolute !important;
    float: right !important;
    top: 90%;
    left: 63%;
    /* padding: 2%; */
    opacity: 1;
}

@media only screen and (max-width:480px) {
    .control-prev {
        border-radius: 0px;
        height: 30px !important;
        background: #a26752;
        width: 50px !important;
    }
}



.control-next {
    border-radius: 0px;
    height: 50px !important;
    background: #826d5b;
    width: 54px !important;
    position: absolute !important;
    float: right !important;
    top: 90%;
    left: 67%;
    /* padding: 2%; */
    opacity: 1;
}

@media only screen and (max-width:480px) {
    .control-next {
        border-radius: 0px;
        height: 30px !important;
        background: #826d5b;
        left: 75%;
        width: 50px !important;
    }
}

.view-btn {
    text-transform: uppercase;
    background: linear-gradient(to right bottom, #c08e1f, #c7982c, #cfa338, #d6ad43, #ddb84f, #deba52, #dfbc56, #e0be59, #dbb855, #d6b350, #d1ad4c, #cca848);
    /*    background: #eaca62;*/
    color: #382119 !important;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 45px;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
    font-size: 12px;
    padding: 2% 5%;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.view-btn:hover {
    background-image: linear-gradient(to left, #c08e1f, #c7982c, #cfa338, #d6ad43, #ddb84f, #deba52, #dfbc56, #e0be59, #dbb855, #d6b350, #d1ad4c, #cca848);
    /*    background: linear-gradient(to right bottom, #c08e1f, #c7982c, #cfa338, #d6ad43, #ddb84f, #deba52, #dfbc56, #e0be59, #dbb855, #d6b350, #d1ad4c, #cca848);*/
    color: #382119 !important;
    -webkit-transition: .7s linear;
    -moz-transition: .7s linear;
    -o-transition: .7s linear;
    transition: .7s linear;
}



/**/


.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: transparent !important;
    background-clip: padding-box;
    border: none !important;
    border-radius: .3rem;
    outline: 0;
}





/**/
@media only screen and (max-width:823px) {
    .left {
        text-align: center;
    }
}




.am-border {
    background: #65371f !important;
    padding-top: 0.2%;
    padding-bottom: 0.2%;
    border-bottom: 1px solid #3f331d !important;
}

.top-icon div {
    font-weight: 500;
    font-size: 12.5px;
    background-image: linear-gradient(to right, #c99a2e, #d0a33a, #d6ad45, #ddb650, #e4c05b, #e5c25e, #e6c361, #e7c564, #e3bf5f, #dfba5b, #dab456, #d6af52) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-family: 'poppins', sans-serif !important;

}

.top-icon .fas {
    font-size: 12px;
    background-image: linear-gradient(to right, #c99a2e, #d0a33a, #d6ad45, #ddb650, #e4c05b, #e5c25e, #e6c361, #e7c564, #e3bf5f, #dfba5b, #dab456, #d6af52);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.border-left {
    border-left: 1px solid #3f331d !important;
}

@media only screen and (max-width:480px) {
    .border-left {
        border-top: 1px solid #6f422b !important;
    }
    .top-icon div {
        padding-top: 15px !important;
    }
    .top-icon div > a {
        font-size: 0;
    }
    .top-icon .fas {
        font-size: 25px;
    }
}

.slider-nav {
    margin-bottom: 30px;
}

.center {
    text-align: center;
}


/**/
.navbar-brand {
    background: linear-gradient(to right, #c99a2e, #d0a33a, #d6ad45, #ddb650, #e4c05b, #e5c25e, #e6c361, #e7c564, #e3bf5f, #dfba5b, #dab456, #d6af52);
    font-size: 14px;
    padding: 1.2% 3%;
    border-bottom-right-radius: 45px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    width: 100%;
    max-width: 295px;
    display: inline-block;
}

@media only screen and (max-width:480px) {
    .navbar-brand {
        max-width: 250px;
    }
}

.nav-item {
    font-size: 16px;
    background-image: linear-gradient(to right, #c99a2e, #d0a33a, #d6ad45, #ddb650, #e4c05b, #e5c25e, #e6c361, #e7c564, #e3bf5f, #dfba5b, #dab456, #d6af52);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600 !important;
}

@media only screen and (max-width:1024px) {
    .nav-item {
        font-size: 12px;
    }
}




.dropdown-style {
    font-size: 14px !important;
    background-image: linear-gradient(to right, #c99a2e, #d0a33a, #d6ad45, #ddb650, #e4c05b, #e5c25e, #e6c361, #e7c564, #e3bf5f, #dfba5b, #dab456, #d6af52) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-weight: 600 !important;
}






.nav-active {
    background: linear-gradient(to right, #c99a2e, #d0a33a, #d6ad45, #ddb650, #e4c05b, #e5c25e, #e6c361, #e7c564, #e3bf5f, #dfba5b, #dab456, #d6af52);
    height: 1px;
    margin-top: 2%;
    margin-bottom: 3%;
    width: 20px !important;
    margin-left: 30.5%;
    transition: all ease 0.4s;
}

@media only screen and (max-width:1200px) {
    .nav-active {
        margin-top: 0%;
        margin-bottom: 1%;
        margin-left: 0%;
    }
}

.nav-active-2 {
    background: linear-gradient(to right, #c99a2e, #d0a33a, #d6ad45, #ddb650, #e4c05b, #e5c25e, #e6c361, #e7c564, #e3bf5f, #dfba5b, #dab456, #d6af52);
    height: 1px;
    margin-top: 2%;
    margin-bottom: 3%;
    width: 20px !important;
    margin-left: 40%;
    transition: all ease 0.4s;
}

@media only screen and (max-width:1024px) {
    .nav-active-2 {
        margin-top: 0%;
        margin-left: 0%;
        margin-bottom: 2%;
        margin-left: 0%;
    }
}

@media only screen and (max-width:823px) {
    .nav-active-2 {
        margin-top: 0%;
        margin-bottom: 2%;
        margin-left: 0%;
    }
}







.bg-nav {
    background: #4e2a17;
}

.search-style {
    cursor: pointer;
    margin-right: 3%;
    background: #674033 !important;
    padding: 1% 2% !important;
    border-bottom-right-radius: 45px;
    border-bottom-left-radius: 45px;
    border-top-right-radius: 4px;
    border-top-left-radius: 45px;
}

@media only screen and (max-width:1024px) {
    .search-style {
        margin-bottom: 2% !important;
    }
}

@media only screen and (max-width:768px) {
    .search-style {
        padding: 1% 3% !important;
        margin-left: 2%;
        margin-bottom: 4% !important;
    }
}

@media only screen and (max-width:414px) {
    .search-style {
        padding: 1% 4% !important;
        margin-left: 3%;
        margin-bottom: 3% !important;
    }
}




/**/

.wooden-door {
    background-image: linear-gradient(to right, #c99a2e, #d0a33a, #d6ad45, #ddb650, #e4c05b, #e5c25e, #e6c361, #e7c564, #e3bf5f, #dfba5b, #dab456, #d6af52);
}

@media only screen and (max-width:1024px) {
    .wooden-door {
        padding-bottom: 2% !important;
    }
}

@media only screen and (max-width:768px) {
    .wooden-door {
        padding-bottom: 0% !important;
    }
}

@media only screen and (max-width:480px) {
    .wooden-door {
        padding-bottom: 5% !important;
    }
}



.wooden-door h2 {
    font-family: 'Yeseva One', cursive;
    padding-top: 8% !important;
    background-image: linear-gradient(to right, #3a2319, #533320, #6b4425, #825729, #986c2c, #9a6e2c, #9b712d, #9d732d, #8b622b, #795229, #664426, #523622);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600 !important;
    font-size: 36px;
}

@media only screen and (max-width:768px) {
    .wooden-door h2 {
        padding-top: 4% !important;
        font-size: 30px;
    }
}

@media only screen and (max-width:480px) {
    .wooden-door h2 {
        padding-top: 5% !important;
        font-size: 28px;
    }
}

@media only screen and (max-width:320px) {
    .wooden-door h2 {
        font-size: 24px;
    }
}



.about {
    padding-top: 4%;
    padding-bottom: 4%;
}

.about h6 {
    color: #8f7a67;
    font-size: 14px;
}

.about h2 {
    font-family: 'Yeseva One', cursive;
    font-size: 36px;
    background-image: linear-gradient(to right, #c99a2e, #d0a33a, #d6ad45, #ddb650, #e4c05b, #e5c25e, #e6c361, #e7c564, #e3bf5f, #dfba5b, #dab456, #d6af52);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600 !important;
}

@media only screen and (max-width:480px) {
    .about h2 {
        font-size: 28px;
    }
}

@media only screen and (max-width:320px) {
    .about h2 {
        font-size: 24px;
    }
}

.about p {
    text-align: justify;
    padding-top: 3%;
    padding-bottom: 3%;
    color: #bfa68f !important;
    font-weight: 400;
    font-size: 14px;
}

.about-text {
    padding-top: 5%;
    padding-bottom: 5%;
}

.about-text li {
    display: block;
    padding-top: 1%;
    padding-bottom: 3%;
    /*   color: #8d7865;*/
    font-size: 14px;
    background-image: linear-gradient(to right, #c99a2e, #d0a33a, #d6ad45, #ddb650, #e4c05b, #e5c25e, #e6c361, #e7c564, #e3bf5f, #dfba5b, #dab456, #d6af52);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400 !important;
}

.about-text .fas {
    font-size: 14px;
    background-image: linear-gradient(to right, #c99a2e, #d0a33a, #d6ad45, #ddb650, #e4c05b, #e5c25e, #e6c361, #e7c564, #e3bf5f, #dfba5b, #dab456, #d6af52);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/**/
.background {
    background: url('../images/background-design.png');
    background-size: cover;
    background-attachment: fixed;
}

/**/

.product-bg {
    background: #3e3e3e;
    /*    background: url('../images/product-bg.jpg');*/
    background-size: cover;
    background-attachment: scroll;
}

/**/

.products {
    padding-top: 4%;
    padding-bottom: 4%;
}

@media only screen and (Max-width:480px) {
    .products {
        padding-top: 6%;
        padding-bottom: 4%;
    }
}

@media only screen and (Max-width:375px) {
    .products {
        padding-top: 17% !important;
        padding-bottom: 4%;
    }
}

.products h6 {
    background-image: linear-gradient(to right, #c99a2e, #d0a33a, #d6ad45, #ddb650, #e4c05b, #e5c25e, #e6c361, #e7c564, #e3bf5f, #dfba5b, #dab456, #d6af52);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400 !important;
    font-size: 14px;
}

.products h2 {
    font-family: 'Yeseva One', cursive;
    font-size: 36px;
    background-image: linear-gradient(to right, #c99a2e, #d0a33a, #d6ad45, #ddb650, #e4c05b, #e5c25e, #e6c361, #e7c564, #e3bf5f, #dfba5b, #dab456, #d6af52);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600 !important;
}

@media only screen and (max-width:480px) {
    .products h2 {
        font-size: 28px;
    }
}

@media only screen and (max-width:320px) {
    .products h2 {
        font-size: 24px;
    }
}



.products p {
    padding-top: 3%;
    padding-bottom: 3%;
    color: #8d7865;
    font-size: 14px;
}

.about-text {
    padding-top: 5%;
}

/**/

.card {
    background: transparent;
    border: none;
}

.card-img {
    border-bottom-right-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
    border-top-left-radius: 4px !important;
    width: 100% !important;
    z-index: 1;
}

/**/
.client-img {
    border-bottom-right-radius: 4x !important;
    border-bottom-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    border-top-left-radius: 4px !important;
    width: 100% !important;
    z-index: 1;
}




/**/
.card-body-style {
    z-index: 1;
    margin-top: -9%;
    background-image: linear-gradient(to right, #c99a2e, #d0a33a, #d6ad45, #ddb650, #e4c05b, #e5c25e, #e6c361, #e7c564, #e3bf5f, #dfba5b, #dab456, #d6af52);
    padding: 1% 2% !important;
    border-bottom-right-radius: 45px;
    border-bottom-left-radius: 45px;
    border-top-right-radius: 45px;
    border-top-left-radius: 4px;
    font-size: 14px;
}

.card-title {
    padding-top: 5%;
    font-size: 15px !important;
    line-height: 24px;
    letter-spacing: -0px;
    font-weight: 600;
    font-family: 'poppins', sans-serif;
    background-image: linear-gradient(to right, #3a2319, #533320, #6b4425, #825729, #986c2c, #9a6e2c, #9b712d, #9d732d, #8b622b, #795229, #664426, #523622);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600 !important;
}


/**/
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    z-index: 1;
}


.owl-theme .owl-dots .owl-dot span {
    z-index: 999;
    width: 6px !important;
    height: 6px !important;
    margin: 5px 0px !important;
    background: #c29325 !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #e0ba51 !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    display: none;
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

/*back to top button*/
#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 30px;
    height: 40px;
    padding: 2%;
    background-color: #674033;
    text-indent: -9999px;
    display: none;
    z-index: 999;
    /*
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px
*/
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 45px;
    border-top-right-radius: 45px;
    border-top-left-radius: 45px;
}

@media only screen and (max-width:768px) {
    #scroll {
        position: fixed;
        right: 10px;
        bottom: 10px;
        cursor: pointer;
        width: 40px;
        height: 40px;
        padding: 2% 2%;
    }
}

@media only screen and (max-width:480px) {
    #scroll {
        position: fixed;
        right: 10px;
        bottom: 10px;
        cursor: pointer;
        width: 40px;
        height: 40px;
        padding: 4%;
    }
}


#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

#scroll:hover {
    background-color: #d9b355;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}


/*iframe*/

iframe {
    padding: 0px !important;
    width: 100%;
    height: 300px;
    border-radius: 0px;
}

@media only screen and (max-width:768px) {
    iframe {
        height: 370px
    }
}

@media only screen and (max-width:760px) {
    iframe {
        height: 250px
    }
}

/**/

.text-hide {
    display: none !important;
}









/**/

.brand-style {
    background: #f6f2e9;
    margin-top: -0.5%;
}

@media only screen and (max-width:480px) {
    .brand-style {
        margin-top: -2%;
    }
}

@media only screen and (max-width:320px) {
    .brand-style {
        margin-top: -2.3%;
    }
}








/**/

.span-color-center {
    background: linear-gradient(to right, #c99a2e, #d0a33a, #d6ad45, #ddb650, #e4c05b, #e5c25e, #e6c361, #e7c564, #e3bf5f, #dfba5b, #dab456, #d6af52);
    height: 2px;
    margin-top: 2%;
    margin-bottom: 0%;
    width: 30px !important;
    margin-left: 49%;
    transition: all ease 0.4s;
}

/**/
.help-background {
    background: url('../images/help-bg.jpg');
    background-size: cover;
    background-attachment: scroll;
}

/**/

.help {
    padding-top: 4%;
    padding-bottom: 4%;
}

.help h6 {
    /*    color: #8f7a67;*/
    font-size: 14px;
    background-image: linear-gradient(to right, #c99a2e, #d0a33a, #d6ad45, #ddb650, #e4c05b, #e5c25e, #e6c361, #e7c564, #e3bf5f, #dfba5b, #dab456, #d6af52);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400 !important;
}
.help h6 a {
    padding: 6px 10px 6px;
    display: inline-block;
    background-image: linear-gradient(to right, #c99a2e, #d0a33a, #d6ad45, #ddb650, #e4c05b, #e5c25e, #e6c361, #e7c564, #e3bf5f, #dfba5b, #dab456, #d6af52);
    -webkit-text-fill-color: snow;
    border-radius: 7px;
}

.help h2 {
    font-family: 'Yeseva One', cursive;
    font-size: 36px;
    background-image: linear-gradient(to right, #c99a2e, #d0a33a, #d6ad45, #ddb650, #e4c05b, #e5c25e, #e6c361, #e7c564, #e3bf5f, #dfba5b, #dab456, #d6af52);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600 !important;
}

@media only screen and (max-width:768px) {
    .help h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width:480px) {
    .help h2 {
        font-size: 28px;
    }
}

@media only screen and (max-width:320px) {
    .help h2 {
        font-size: 24px;
    }
}



.help p {
    padding-top: 1%;
    padding-bottom: 1%;
    /*   color: #8d7865;*/
    font-size: 14px;
    background-image: linear-gradient(to right, #c99a2e, #d0a33a, #d6ad45, #ddb650, #e4c05b, #e5c25e, #e6c361, #e7c564, #e3bf5f, #dfba5b, #dab456, #d6af52);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400 !important;
}

/**/
.form-control {
    font-family: 'poppins', sans-serif;
    display: block;
    color: #FFF;
    /*    width: 100%!important;*/
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 8px;
    color: #8d7865;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
    background: #f6f2e9;
    /*     background: linear-gradient(to right, #c99a2e, #d0a33a, #d6ad45, #ddb650, #e4c05b, #e5c25e, #e6c361, #e7c564, #e3bf5f, #dfba5b, #dab456, #d6af52);*/
    border-color: #e9b5a1;
}

.form-height {
    height: 40px;
    padding: 4% !important;
    color: #8d7865 !important;
    margin-bottom: 1% !important;
}

.form-styling {
    border: none !important;
    background: #f6f2e9;
    /*    background: linear-gradient(to right, #c99a2e, #d0a33a, #d6ad45, #ddb650, #e4c05b, #e5c25e, #e6c361, #e7c564, #e3bf5f, #dfba5b, #dab456, #d6af52);*/
    font-size: 13px;
    border-radius: 25px;
    height: 47px !important;
}

.form-styling:focus {
    border: none !important;
}

.custom-file-label {
    background: #f6f2e9;
    border: none !important;
    background: #f6f2e9;
    /*    background: linear-gradient(to right, #c99a2e, #d0a33a, #d6ad45, #ddb650, #e4c05b, #e5c25e, #e6c361, #e7c564, #e3bf5f, #dfba5b, #dab456, #d6af52);*/
    font-size: 13px;
    border-radius: 25px;
    height: 47px !important;
    overflow: hidden;
    padding: 12px 20px 12px;
    cursor: pointer;
}
.custom-file-label::after {
    height: 47px !important;
    padding: 12px 1.375rem .75rem;
}
.custom-file-input {
    height: 47px !important;
    cursor: pointer;
}


.form-message {
    border: none !important;
    background: #f6f2e9;
    /*     background: linear-gradient(to right, #c99a2e, #d0a33a, #d6ad45, #ddb650, #e4c05b, #e5c25e, #e6c361, #e7c564, #e3bf5f, #dfba5b, #dab456, #d6af52);*/
    color: #8d7865;
    font-size: 13px;
    border-radius: 12px;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #bfa68f;
}

/**/

.image-hide-md {
    display: none;
}

@media only screen and (max-width:480px) {
    .image-hide-md {
        display: block;
    }
}


/**/
.go-styling {
    background: #674033;
    border: none !important;
    font-size: 13px;
    border-radius: 25px;
    height: 47px !important;
}

.go-styling:hover {
    background: #563327;
}



/**/
.bttn-submit {
    background: transparent !important;
    color: #e9b5a1 !important;
    border-radius: 25px;
    border: 2px solid #e9b5a1 !important;
    font-size: 14px;
    padding: 1.5% 4%;
    cursor: pointer;
    transition: all ease 0.4s;
}

.bttn-submit:hover {
    background: #e9b5a1 !important;
    color: #FFF !important;
    border: 2px solid #e9b5a1;
    transition: all ease 0.4s;
}





.bttn-submit .fa {
    transition: all ease 0.4s;
    position: relative;
    margin-left: -2%;
    opacity: 0;
}


.bttn-submit:hover .fa {
    transition: all ease 0.4s;
    position: relative;
    margin-left: 1%;
    border-left: 1px solid #FFF;
    padding-left: 2%;
    opacity: 1;
}




.bttn-reset {
    cursor: pointer;
    background: transparent !important;
    color: #a26752 !important;
    border-radius: 25px;
    border: 2px solid #a26752 !important;
    font-size: 14px;
    padding: 1.5% 4%;
    transition: all ease 0.4s;
}

.bttn-reset:hover {
    background: #a26752 !important;
    color: #FFF !important;
    border: 2px solid #a26752;
    transition: all ease 0.4s;
}

.bttn-reset .fa {
    transition: all ease 0.4s;
    position: relative;
    margin-left: -2%;
    opacity: 0;
}


.bttn-reset:hover .fa {
    transition: all ease 0.4s;
    position: relative;
    margin-left: 1%;
    border-left: 1px solid #FFF;
    padding-left: 2% !important;
    opacity: 1;
}


/*footer*/
.footer-bg {
    margin-top: -0.49% !important;
    background: #382119 !important;
}

@media only screen and (max-width:480px) {
    .footer-bg {
        margin-top: -1.5% !important;
        background: #382119 !important;
    }
}

.footer-nav h5 {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0px;
    font-weight: 400;
    font-family: 'Yeseva One', cursive;
    background: linear-gradient(to right, #c99a2e, #d0a33a, #d6ad45, #ddb650, #e4c05b, #e5c25e, #e6c361, #e7c564, #e3bf5f, #dfba5b, #dab456, #d6af52);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.quick-links {
    padding-top: 2%;
}

@media only screen and (max-width:480px) {
    .quick-links {
        padding-top: 2%;
    }
}

/**/
@media only screen and (max-width:768px) {
    .md-height {
        margin-top: -6%;
    }
}

/**/
@media only screen and (max-width:480px) {
    .md-height-style {
        margin-top: -6%;
    }
}


/**/
.quick-links li {
    background: linear-gradient(to right, #c99a2e, #d0a33a, #d6ad45, #ddb650, #e4c05b, #e5c25e, #e6c361, #e7c564, #e3bf5f, #dfba5b, #dab456, #d6af52);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
    font-size: 12.5px;
    transition: color .5s;
    font-family: 'poppins', sans-serif;
    padding-top: 2%;
    padding-bottom: 2%;
    display: block;
}

@media only screen and (max-width:480px) {
    .quick-links li {
        padding-top: 0%;
        padding-bottom: 0%;
    }
}



.quick-style li {
    padding-top: 1% !important;
    padding-bottom: 1% !important;
}

@media only screen and (max-width:480px) {
    .quick-style li {
        padding-top: 0% !important;
        padding-bottom: 0% !important;
    }
}


.footer-padding {
    padding-top: 2%;
}

@media only screen and (max-width:480px) {
    .footer-padding {
        margin-top: -7% !important;
    }
}


.quick-links li a {
    /*         color:#888890;*/
    background: linear-gradient(to right, #c99a2e, #d0a33a, #d6ad45, #ddb650, #e4c05b, #e5c25e, #e6c361, #e7c564, #e3bf5f, #dfba5b, #dab456, #d6af52);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
    font-size: 12.5px;
    transition: color .5s;
    font-family: 'poppins', sans-serif;
    padding-top: 2%;
    padding-bottom: 2%;
    display: block;
}

.quick-links .fas {
    font-size: 12px;
    background: linear-gradient(to right, #c99a2e, #d0a33a, #d6ad45, #ddb650, #e4c05b, #e5c25e, #e6c361, #e7c564, #e3bf5f, #dfba5b, #dab456, #d6af52);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.footer-style p {
    padding-bottom: 0%;
    font-family: 'poppins', sans-serif;
    font-size: 13px;
    text-align: justify;
    letter-spacing: 0px !important;
    font-weight: 400;
    color: #888890;

}

.copyright {
    background: #382119 !important;
    border-top: 1px solid #52382f;
    color: #ababab;
    font-size: 13px;
}

.copyright p {
    background: linear-gradient(to right, #c99a2e, #d0a33a, #d6ad45, #ddb650, #e4c05b, #e5c25e, #e6c361, #e7c564, #e3bf5f, #dfba5b, #dab456, #d6af52);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.copyright a {
    background: linear-gradient(to right, #c99a2e, #d0a33a, #d6ad45, #ddb650, #e4c05b, #e5c25e, #e6c361, #e7c564, #e3bf5f, #dfba5b, #dab456, #d6af52);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/**/

.box-style {
    margin-top: 7%;
    bottom: auto;
}

@media only screen and (max-width:1980px) {
    .box-style {
        margin-top: 25%;
        bottom: auto;
    }
}

@media only screen and (max-width:1440px) {
    .box-style {
        margin-top: 18%;
        bottom: auto;
    }
}

@media only screen and (max-width:1366px) {
    .box-style {
        margin-top: 8%;
        bottom: auto;
    }
}

@media only screen and (max-width:1280px) {
    .box-style {
        margin-top: 15%;
        bottom: auto;
    }
}

@media only screen and (max-width:1024px) {
    .box-style {
        margin-top: 45%;
        bottom: auto;
    }
}

@media only screen and (max-width:823px) {
    .box-style {
        margin-top: -8%;
        bottom: auto;
    }
}

@media only screen and (max-width:768px) {
    .box-style {
        margin-top: 36%;
        bottom: auto;
    }
}

@media only screen and (max-width:736px) {
    .box-style {
        margin-top: -12%;
        bottom: auto;
    }
}

@media only screen and (max-width:414px) {
    .box-style {
        margin-top: 34%;
        bottom: auto;
    }
}

@media only screen and (max-width:375px) {
    .box-style {
        margin-top: 40%;
        bottom: auto;
    }
}

@media only screen and (max-width:360px) {
    .box-style {
        margin-top: 35%;
        bottom: auto;
    }
}

/**/
.error-page-heading {
    font-size: 150px !important;
    background: linear-gradient(to right, #c99a2e, #d0a33a, #d6ad45, #ddb650, #e4c05b, #e5c25e, #e6c361, #e7c564, #e3bf5f, #dfba5b, #dab456, #d6af52);
    font-family: 'Yeseva One', cursive;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600 !important;
    color: #636363;
    text-transform: uppercase !important;
}

@media only screen and (max-width:640px) {
    .error-page-heading {
        font-size: 100px !important;
    }
}

@media only screen and (max-width:360px) {
    .error-page-heading {
        font-size: 90px !important;
    }
}

@media only screen and (max-width:320px) {
    .error-page-heading {
        font-size: 70px !important;
    }
}


.oops {
    font-size: 16px !important;
    font-family: 'poppins', sans-serif;
    background: linear-gradient(to right, #c99a2e, #d0a33a, #d6ad45, #ddb650, #e4c05b, #e5c25e, #e6c361, #e7c564, #e3bf5f, #dfba5b, #dab456, #d6af52);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 300;
    margin-top: 2% !important;
}

.error-para {
    color: #bfa68f;
    font-size: 14px !important;
    font-family: 'poppins', sans-serif;
    padding-bottom: 2%;
    font-weight: 300 !important;
}

.error {
    font-size: 30px !important;
    margin-top: -3%;
    background: linear-gradient(to right, #c99a2e, #d0a33a, #d6ad45, #ddb650, #e4c05b, #e5c25e, #e6c361, #e7c564, #e3bf5f, #dfba5b, #dab456, #d6af52);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'poppins', sans-serif;
    font-weight: 500 !important;
    text-transform: uppercase !important;
}


/**/
.btn-back2home {
    text-transform: uppercase;
    background: linear-gradient(to right bottom, #c08e1f, #c7982c, #cfa338, #d6ad43, #ddb84f, #deba52, #dfbc56, #e0be59, #dbb855, #d6b350, #d1ad4c, #cca848);
    /*    background: #eaca62;*/
    color: #382119 !important;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 45px;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
    font-size: 12px;
    padding: 2% 5%;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

@media only screen and (max-width:480px) {
    .btn-back2home {
        font-size: 11px;
        padding: 4% 10%;
    }
}


.btn-back2home:hover {
    background-image: linear-gradient(to left, #c08e1f, #c7982c, #cfa338, #d6ad43, #ddb84f, #deba52, #dfbc56, #e0be59, #dbb855, #d6b350, #d1ad4c, #cca848);
    /*    background: linear-gradient(to right bottom, #c08e1f, #c7982c, #cfa338, #d6ad43, #ddb84f, #deba52, #dfbc56, #e0be59, #dbb855, #d6b350, #d1ad4c, #cca848);*/
    color: #382119 !important;
    -webkit-transition: .7s linear;
    -moz-transition: .7s linear;
    -o-transition: .7s linear;
    transition: .7s linear;
}

/**/

/**/
.thanks-page-heading {
    font-size: 70px !important;
    background: linear-gradient(to right, #c99a2e, #d0a33a, #d6ad45, #ddb650, #e4c05b, #e5c25e, #e6c361, #e7c564, #e3bf5f, #dfba5b, #dab456, #d6af52);
    font-family: 'Yeseva One', cursive;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600 !important;
    color: #636363;
    text-transform: uppercase !important;
}

@media only screen and (max-width:640px) {
    .thanks-page-heading {}
}

@media only screen and (max-width:360px) {
    .thanks-page-heading {}
}

@media only screen and (max-width:320px) {
    .thanks-page-heading {
        font-size: 30px !important;
    }
}

.thanks-theme {
    background: linear-gradient(to right, #c99a2e, #d0a33a, #d6ad45, #ddb650, #e4c05b, #e5c25e, #e6c361, #e7c564, #e3bf5f, #dfba5b, #dab456, #d6af52);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 70px;
}

@media only screen and (max-width:320px) {

    .thanks-theme {
        font-size: 30px;
    }
}





/**/
.modal-title {
    font-size: 26px;
    font-family: 'Yeseva One', cursive;
    background: linear-gradient(to right, #c99a2e, #d0a33a, #d6ad45, #ddb650, #e4c05b, #e5c25e, #e6c361, #e7c564, #e3bf5f, #dfba5b, #dab456, #d6af52);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fade {
    background: #382119;
    transition: opacity .29s linear;
}

/**/
.form-control-no-border:focus {
    border-color: #ccc !important;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.no-border:focus {
    border-color: transparent !important;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.span-footer {
    background: linear-gradient(to right, #c99a2e, #d0a33a, #d6ad45, #ddb650, #e4c05b, #e5c25e, #e6c361, #e7c564, #e3bf5f, #dfba5b, #dab456, #d6af52);
    height: 2px;
    margin-top: 2%;
    margin-bottom: 1%;
    width: 20px !important;
    margin-left 40.5%;
    transition: all ease 0.4s;
}

.rounded-style {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}

/*dropdown*/
.dropdown-item {
    font-family: 'Poppins', sans-serif;
    font-size: 12px !important;
    letter-spacing: 0px;
    color: #FFF;
    background: linear-gradient(to right, #c99a2e, #d0a33a, #d6ad45, #ddb650, #e4c05b, #e5c25e, #e6c361, #e7c564, #e3bf5f, #dfba5b, #dab456, #d6af52);
    font-weight: 400;
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-menu {
    margin-top: 0% !important;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0px !important;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #a26752;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 12px !important;
}

.dropdown-menu .active {
    font-weight: 600;
    color: #4e2a17 !important;
    border-left: 10px solid #4e2a17;
}

/**/
.bg-style {
    background: #4e2a17;
}

.bg-beige {
    background: #f4e4d6;
}

.bg-beige .about-style p {
    color: #7b5c3e !important;
}

.bg-beige .listing li {
    color: #7b5c3e !important;
}

/* nav-tabs*/

.about-style {
    padding-top: 4%;
    padding-bottom: 3%;
}

.about-style h6 {
    color: #8f7a67;
    font-size: 14px;
}

.about-style h2 {
    font-family: 'Yeseva One', cursive;
    font-size: 36px;
    background-image: linear-gradient(to right, #c99a2e, #d0a33a, #d6ad45, #ddb650, #e4c05b, #e5c25e, #e6c361, #e7c564, #e3bf5f, #dfba5b, #dab456, #d6af52);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600 !important;
}

.about-style p {
    text-align: justify;
    padding-top: 3%;
    padding-bottom: 0%;
    color: #bfa68f !important;
    font-weight: 400;
    font-size: 14px;
}

/**/
.listing ul {
    display: block;
}

.listing li {
    display: block;
    color: #bfa68f;
    font-weight: 400;
    font-size: 14px;
}



.text-style {
    color: #ad9885 !important;
}



.about-style-text {
    padding-top: 5%;
}

.gallery-wrap .gallery {
    width: 100%;
    height: 100%;
}
.gallery-wrap .gallery a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/**/

.img-style {
    border-bottom-right-radius: 45px;
    border-bottom-left-radius: 45px;
    border-top-right-radius: 45px;
    border-top-left-radius: 5px;
    margin-top: 20px;
    margin-bottom: 25px;
}

.img-style-2 {
    border-bottom-right-radius: 45px;
    border-bottom-left-radius: 45px;
    border-top-right-radius: 5px;
    border-top-left-radius: 45px;
    margin-top: 20px;
    margin-bottom: 25px;
}

/**/

.links-styling {
    display: inline;
    font-size: 16px;
}

.links-styling li {
    background-image: linear-gradient(to right, #c99a2e, #d0a33a, #d6ad45, #ddb650, #e4c05b, #e5c25e, #e6c361, #e7c564, #e3bf5f, #dfba5b, #dab456, #d6af52);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600 !important;
    display: inline;
    font-size: 14px;
}

.request-quote-modal .modal-header a {
    font-size: 30px;
    padding: 10px 0 5px;
    display: block;
    color: #fff;
}
.request-quote-modal .modal-content {
    background-color: #442a226e !important;
}

.live-chat-wrap {
    position: fixed;
    bottom: 94px;
    right: 15px;
    z-index: 999;
}
.live-chat-wrap img {
    width: 50px;
    height: 50px;
}
@media only screen and (max-width:768px) {
    .live-chat-wrap img {
        width: 40px;
        height: 40px;
    }
}

/**/
@media only screen and (max-width:1024px) {
    .hide-md-space {
        display: none;
    }
}

.hide-md {
    display: none;
}

@media only screen and (max-width:1024px) {
    .hide-md {
        display: none;
    }
}

@media only screen and (max-width:823px) {
    .hide-md {
        display: block;
    }
}

/*    */

@media only screen and (max-width:1024px) {
    .hide-mail-md {
        display: none;
    }
}

@media only screen and (max-width:823px) {
    .hide-mail-md {
        display: block;
    }
}










@media only screen and (max-width:480px) {
    .hide-img {
        display: none;
    }
}

/**/
@media only screen and (max-width:1024px) {
    .icon-hide {
        display: none;
    }
}

/*  about img  */

@media only screen and (max-width:1024px) {
    .about-img {
        margin-top: 30%;
    }
}

@media only screen and (max-width:768px) {
    .about-img {
        margin-top: 30%;
    }
}

@media only screen and (max-width:560px) {
    .about-img {
        margin-top: 3%;
    }
}



/*    */
@media only screen and (max-width:480px) {
    .index-about-style {
        margin-top: -9%;
    }
}


/*    */
@media only screen and (max-width:768px) {
    .upvc-img {
        margin-top: 14%;
    }
}

@media only screen and (max-width:580px) {
    .upvc-img {
        margin-top: 4%;
    }
}

/*    */
.image-hide {
    display: block !important;
}

@media only screen and (max-width:480px) {
    .image-hide {
        display: none !important;
    }
}

/*   
    
    
/*    */

.hide-text-style {
    padding-top: 4%;
}

@media only screen and (max-width:768px) {
    .hide-text-style {
        padding-top: 0%;
    }
}

@media only screen and (max-width:480px) {
    .hide-text-style {
        padding-top: 8%;
    }
}

/* overlay */

.slick-slide:focus {
    box-shadow: none;
    outline: 0;
}

.slider-nav .item img {
    border-radius: 10px;
}


.lang-change {
    font-family: 'FrutigerLTArabic-65Bold' !important;
    /* font-weight: 600; */
    font-size: 20px !important;
}