@import url('https://fonts.googleapis.com/css2?family=Spline+Sans+Mono:ital,wght@0,400;1,400;1,500;1,600;1,700&display=swap');

h6.welcome.tetx-white {
    color: white;
}



a {
    color:#a69767;
    text-decoration: none;
    transition: all 0.4s;
    font-weight: 600;

}

a:hover{ color: white;}


.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: wheat;
    background-color:#7f3b3b;
    border-radius: 5px;
    margin: 1px 1px;
    padding-left: 10px;
}




body {
    background-color: #f9f9f9;
}

/*img {*/
/*    min-width: 100%;*/
/*}*/

.btn {
    border: 0px;
    padding: 14px 38px;
}

section {
    padding-top: 50px;
    padding-bottom: 20px;
}

.big_img{
    width: 100%;
    height: 600px;
    background-image:url(../img/finale.jpg);
     background-size: 100% 100%;
     background-attachment: fixed;
}

.btn-brand {
    font-weight: 500;
    border-color: #f58d17;
    color: white;
}

.btn-brand:hover {
    border-color: pink;
    /* background-color: pink; */
    color: white;
}

.navbar-collapse ul li a:hover{ color:black!important;}
/* <!-- ...Navbaar.....End.. --> */

/* .big_img{
    width: 100%;
    height: 600px;
    background-image:url(../img/finale.jpg);
     background-size: 100% 100%;
     background-attachment: fixed;
} */
.bg-cover {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 400px; */
}

.slide-1 {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/slider-kitchen-img-001.jpeg);
    height: 500px !important;
      background-repeat: no-repeat;
        /* background-size: cover; */
        background-size: cover;
}


.slide-2 {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/slider-kitchen-img-002.jpeg);
    height: 500px !important;  
     background-repeat: no-repeat; 
      background-size: cover;
}


.carousel-control-prev,
.carousel-control-next {
    background-color: #988330;
    width: 40px;
    height: 70px;
    margin: auto;
}

#carouselExampleControls h6::after,
#carouselExampleControls h6::before {
    content: "";
    width: 40px;
    height: 4px;
    background-color: white;
    display: inline-block;
    margin: 10px;
    vertical-align: middle;
}


.navbar-light .navbar-nav .nav-link {
    color: #7f3b3b;
}

i.fa.fa-inr {
    font-size: 37px;
}
.starfont {
    font-size: 46px;
}
/* ...............Top..Section....Start........  */

.img_contant01 img {
    height: auto;
    border-radius: 15px;
    margin-top: 0px;
}
.top_text h1 {
    color: black;
    font-family: "Vollkorn", serif;
    font-size: 56px;
    line-height: 1.2;
    word-break: break-word;
    text-align: center;
    font-weight: 500;
}

.top_text span {
    color: #988330;
}

.colorthim{
    color: #988330;
}
.top_text p {
    text-align: center;
    line-height: 30px;
}

.Kitchens_content h1 {
    font-size: 20px;
    /* line-height: 71px; */
    font-weight: 600;
}

.Kitchens_content_img img {
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.back-img {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/slider-kitchen-img-2.jpg);
    padding-top: 23px;
    padding-bottom: 30px;
    height: auto;
     background-repeat: no-repeat;
      background-size: cover;
}

.text-Expert {
    color: white;
    text-align: center;
}

.text-customers {
    text-align: center;
    color: white;
}

.img_box {
    background-color: white;
    width: 90%;
    height: auto;
    margin: 17px 17px;
    border: 1px solid #988330;
    border-radius: 20px;
    border-bottom: 10px solid #988330;
    /* box-shadow: 1px 4px 15px -5px orange; */
}

.img_box {
    position: relative;
    /* animation: mymove-1 10s infinite; */

}

/*nav.navbar.navbar-expand-lg.navbar-light.shadow .sticky-top {*/
/*    background-color: #f0e1b0;*/
/*}*/

nav.navbar.navbar-expand-lg.navbar-light.shadow.sticky-top {
    background-color: #f0e1b0;
}

img.img-fluid-1 {
    width: 216px;
    margin-left: -10px !important;
}



@keyframes mymove-1 {
    from {
        bottom: -300px;
    }

    to {
        bottom: 10px;
    }
}

.img_box img {
    padding: 10px;
}

.img_box h6 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #988330;

}

.img_box p {
    text-align: justify;
    padding: 10px;
}

.top-Hedaer {
    background-color: #7f3b3b;
}
.top_para {
    display: flex;
    justify-content: center;
    color: #f0e1b0;
    padding-top: 0px;
    font-weight: 700;
    height: 30px;
    font-size:15px;
    margin-right: 8px
}
p:not(.u-text-variant) {
    margin-top: 1px;
    margin-bottom: 20px;
}
/* ...............Top..Section....Complet........  */
/* ......@media-Qurey.....Start........max-width: 375px............................... */

@media only screen and (max-width: 375px) {
    .section_big_img {
        margin-top: -60px;
    }

    .big_img img {
        height: 140px;
    }

    .top_text h1 {
        font-size: 23px;
    }

    .top_text p {
        font-size: 15px;
    }

    .Kitchens_content h1 {
        font-size: 23px;
    }

    .contact_img img {
        height: 160px;
    }

    .luxurious_img img {
        padding-top: 30px;
    }

    .display-1 {
        font-size: 25px;
    }

    .text_title h1 {
        font-size: 29px !important;
    }

    .text-Expert {
        font-size: 21px
    }

    .text-customers {
        font-size: 15px;
    }

    .WHAT-PEOPLE h1 {
        font-size: 24px !important;
        padding-top: 20px;
    }

    .text_title {
        padding: 0px !important;
    }

    .about__img img {
        height: 286px !important;
    }

    section {
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .about__text {
        padding-top: 33px;
    }

    .sectionModular {
        margin-top: 0px !important;
    }

    .carousel-inner img {
        height: auto !important;
    }

    .Right_box img {
        height: 339px !important;
        padding-top: 19px !important;
    }

    .Franchise_content h1 {
        font-size: 30px !important;
    }

    .Franchise_content h4 {
        font-size: 15px !important;
    }

    .Franchise_top_img {
        height: 350px !important;
    }

    .timetable_block>ul>li {
        flex-direction: column;
    }
    .Man_title h1{
        margin-top: 30px;
        font-size: 25px !important;
    }
    .Coming-Soon{
        height: auto !important;
    }
    
    .beds_img img{
        margin: 10px 0px;
    }
    .Beds_Content.text-center {
        padding-top: 30px;
    }
    .TV_Unit_img img{
        margin: 10px 0px;
    }

    .Study_Tables_img img{
        margin: 10px 0px;
    }

    .kitchen_img{ height: auto;}
    .Man_box_form{ 
        padding: 0px !important;
    }

    ul.list{ 
        line-height: 24px !important;
    }

    ul.list2{ line-height: 29px !important;}

    .contact_form_section{ padding: 0px !important;}
    .form-control{ margin: 15px 0px;}
    .our-services-img img {
        height: auto !important;
    }
   
    h6.text-white.mb-4 {
        padding-top: 23px !important;
    }

    .Coming_content p{
        padding-top: 10px !important;
    }
    footer{
         padding-top: 0px !important;}

         .img-fluid {
             margin-left: 0px !important;
         }

         .section-content p {
            /* text-align: center; */
            font-size: 14px !important;
        }
         .img_contant01 img{
            margin: 5px 0px;
        }
        .Gallery_img_box img {
           
            object-fit: cover !important;
        }
          .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
      padding: 7px 20px;
}
        
        .top_para {
    display: flex;
     justify-content: center; 
    color: #f0e1b0;
    padding-top: 0px;
    font-weight: 700;
    height: 30px;
    padding-left: 8px !importent;
}
}


/* ......@media-Qurey.....Complet........(max-width: 375px....................... */


.big_img img {
    border-right: 5px solid #988330;
    border-left: 10px solid #988330;
}

/* <!-- ...............LUXURIOUS...Section..Start..... */
textarea {
    width: 100%;
    height: 125px;
    border: 1px solid #ced4da;
    padding: 10px 16px;
}
.luxurious_img img {
    border-radius: 10px;
}

.luxurious_text h1 {
    padding: 20px;
    line-height: 50px;
    padding-bottom: 0px;
    border-right: 5px solid #988330;
}

.luxurious_text a {
    padding: 20px;
    background-color: #988330;
    font-weight: 700;
    line-height: 20px;
    margin-left: 18px;
    color: white;
    border-radius: 5px;
}


.luxurious_text a:hover {
    color: black;
    background-color: white;
    border: 1px solid black;
    border-radius: 5px;
}

.luxurious_text p {
    padding: 20px;
    font-weight: 500;
    padding-bottom: 30px;
}

/* <!-- ...............LUXURIOUS...Complet..Start..... */


.luxurious_text-2 h1 {
    padding: 20px;
    line-height: 50px;
    padding-bottom: 0px;
    border-left: 5px solid #988330;
}

.luxurious_text-2 a {
    padding: 20px;
    background-color: #988330;
    font-weight: 700;
    line-height: 20px;
    margin-left: 18px;
    color: white;
    border-radius: 5px;
}


.luxurious_text-2 a:hover {
    color: black;
    background-color: white;
    border: 1px solid black;
    border-radius: 5px;
}

.luxurious_text-2 p {
    padding: 20px;
    font-weight: 500;
    padding-bottom: 30px;
}

/* .<!-- .......About-Us....Section..Start.... --> */

.Your_Way_Content h4{
    border-right: 5px solid #988330;
     color: #988330;
}

.Your_Way_Content1 h4{
    border-left: 5px solid #988330;
    padding-left: 10px;
    color: #988330;
}
.about-text h1 {
    text-align: center;
    font-weight: 400;
}

.Business_text h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #222222;
    font-size: 18px;
    margin: 0 0 5px 0;
    border-right: 5px solid #988330;
}

.Business_text p {
    padding: 9px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #888888;
}


.Business_text ul li {
    line-height: 2.625em;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #888888;
}

/* <!-- .......About-Us....Section....Complet.... --> */
h1.Expertise_text {
    color: white;
    text-align: center;
}

p.Stylish_text {
    text-align: center;
    color: white;
}

/* <!-- .......Gallery....Section..Start.... --> */

.Gallery_img_box img{ 
    height: 300px;
    object-fit: cover;
}
.Gallery-text h1 {
    text-align: center;
    font-weight: 400;
}


.Gallery-text p {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 70px;
}

.Gallery_img img {
    width: 100%;
    border: 3px solid #988330;
    padding: 5px;
    border-right-color: beige;
    border-block-start-style: revert;
    border-right: dotted;
    height: 300px;
}

.DESIGNcolor {
    color: #988330;
}

.Gallery_img img {
    position: relative;
    animation: mymove 10s infinite;
}


@keyframes mymove {
    from {
        top: -200px;
    }

    to {
        top: 10px;
    }
}

/* <!-- .......Gallery....Section..Complet.... --> */
/* <!-- ............Contact-Us....Section..Start..... --> */
.Contact_text h1 {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 500;
}

.Contact_text p {
    text-align: center;
    font-size: 29px;
    font-weight: 100;
    text-transform: lowercase;
    text-decoration: overline;
}

textarea.form-control {
    height: 200px;
}

.btn-1 {
    background-color: #988330;
    color: white;
}

.btn-1:hover {
    background-color: white;
    color: black;
    border: 1px solid rgb(179 174 174);
    border-radius: 5px;
}

.contact_img img {
    border-block-start-style: revert;
    border-right: dotted;
    border-left: dotted;
}

/* <!-- ............Contact-Us....Section..Complet..... --> */




.footer_top {
    margin-bottom: 30px;
}

footer p,
footer a {
    color: white;
}

footer .social-links a {
    font-weight: normal;
    font-size: 24px;
    margin-right: 10px;
}

footer img {
    max-width: 175px;
}

.Footer_bottom {
    padding-top: 30px;
    border-top: 1px solid rgb(255, 255, 255, 0.4);
}

.social-links a {
    color: #988330;
}

.All-rights {
    text-align: center;
}

i.fa.fa-facebook {
    background-color: white;
    padding: 10px 17px;
    font-size: inherit;
    height: 50px;
    width: 50px;
    border-radius: 30px;
}


i.fa.fa-instagram {
   background-color: #7f3b3b;
    padding: 12px 14px;
    font-size: inherit;
    height: 50px;
    width: 50px;
    border-radius: 30px;
    font-size: 26px;
    color: #ffcc01;
}
a#insta {
    color: #7f3b3b;
}


i.fa.fa-youtube-play {
    background-color: white;
    padding: 10px 11px;
    font-size: inherit;
    height: 50px;
    width: 50px;
    border-radius: 30px;
}

i.fa.fa-google {
    background-color: white;
    padding: 10px 13px;
    font-size: inherit;
    height: 50px;
    width: 50px;
    border-radius: 30px;
}


h6.text-white.mb-4 {
    color: #988330 !important;
}
span.colrgold{ color: #988330;}
/* <!-- ......New.Changes......Footer.... --> */
a.side-btn {
    position: fixed;
    right: -44px;
    top: 40%;
    width: 122px;
    height: 38px;
    background: #988330;
    color: #fff;
    font-size: 20px;
    transform: rotate(-90deg);
    padding: 0px 20px;
    z-index: 9999;
    border: 2px solid #988330;
    text-decoration: none;
}
a.side-btn:hover {
    background: #1a1a1a;
    color: #fff;
}

.float{
position:fixed;
width:60px;
height:60px;
bottom:40px;
left:40px;
background-color:#25d366;
color:#FFF;
border-radius:50px;
text-align:center;
font-size:30px;
box-shadow: 2px 2px 3px #999;
z-index:100;
}
a.float.call-btn-fixed {
    left: 126px !important;
background-color: #988330;
}
.my-float{
margin-top:16px;
}



/* <!-- ......New.Changes........Footer.. --> */

a.Enquire0-btn{
    min-width: 170px;
        height: 50px;
        line-height: 50px;
        display: inline-block;
        outline: none;
        border: none;
        background: none;
        cursor: pointer;
        text-align: center;
        text-transform: capitalize;
        border-radius: 30px;
        font-size: 16px;
        color: #ffffff;
        position: relative;
        background-color: #988330;}
/* ..........About-Us..Section,..Start.............................................. */
.top_back {
    background: linear-gradient(rgba(214, 214, 214, 0.5), rgba(0, 0, 0, 0.5)), url(../img/header-img.png);
    /* padding-top: 120px;
    padding-bottom: 30px; */
    /* background-color: black, */
    height: 250px;
    text-align: center;
    padding-top: 100px;
    color: white;
    line-height: 55px;
    font-weight: 900;
    letter-spacing: 0px;
    font-family: "Raleway", Arial, Tahoma, sans-serif;
}


.img_contant img {
    border-radius: 10px;
}

.text_title {
    padding: 0px;
}

.text_title p {
    text-align: justify;
}

.text_title h1 {
    font-size: 35px;
    line-height: 46px;
    font-weight: 700;
    letter-spacing: 0px;
}

.about__img img {
    height: 420px;
    border-radius: 10px;
}

.about__text p {
    text-align: justify;
}

a.btn-About {
    background-color: #988330;
    border: none;
    padding: 9px 27px;
    text-align: center;
    font-weight: 500;
    border-radius: 30px;
    color: white;
}



.about_img_back {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/slider-kitchen-img-2.jpg);
    padding-top: 23px;
    padding-bottom: 30px;
    height: auto;
}

.Customers_box {
    width: 90px;
    height: 77px;
    background-color: red;
    border-radius: 18px;
    transform: rotate(49deg);
    margin: auto;
    margin-top: 10px;
}

.Customers_box-2 {
    width: 90px;
    height: 77px;
    background-color: #ac9f9f;
    border-radius: 18px;
    transform: rotate(49deg);
    margin: auto;
    margin-top: 10px;
}

.Customers_box-3 {
    width: 90px;
    height: 77px;
    background-color: #ef7c14;
    border-radius: 18px;
    transform: rotate(49deg);
    margin: auto;
    margin-top: 10px;
}

.Customers_box-4 {
    width: 90px;
    height: 77px;
    background-color: #d7d171;
    border-radius: 18px;
    transform: rotate(49deg);
    margin: auto;
    margin-top: 10px;
}

i.fa.fa-users {
    font-size: 32px;
    transform: rotate(-50deg);
    padding-top: 37px;
    padding-left: 13px;
    color: wheat;
}

i.fa.fa-child {
    font-size: 43px;
    transform: rotate(-50deg);
    padding-top: 30px;
    padding-left: 22px;
    color: wheat;
}


i.fa.fa-trophy {
    font-size: 43px;
    transform: rotate(-50deg);
    padding-top: 30px;
    padding-left: 14px;
    color: wheat;
}

.title_no h1 {
    color: white;
    text-align: center;
}

.title_no p {
    color: white;
    text-align: center;
}



.Choose_back_img {
    background-image: url(../img/about_us_img_03.jpg);
    background-size: contain;
}

.choose_text h1 {
    text-align: center;
}

.choose_text p {
    text-align: center;
}

.choose_box {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 21px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    border: 1px solid black;
    height: 100px;
}

.WHAT-PEOPLE h1 {
    text-align: center;
    font-size: 40px;
    line-height: 1.20833;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #151515;
    font-weight: 300;
}

/* ..........tastimanioal............................ */

/* Slideshow container */
.slideshow-container {
    position: relative;
    background: #f1f1f1f1;
}

/* Slides */
.mySlides {
    display: none;
    padding: 80px;
    text-align: center;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: #888;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
    background: #ddd;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
/* .active, .dot:hover {
    background-color: #717171;
  } */

/* Add an italic font style to all quotes */
q {
    font-style: italic;
}

/* Add a blue color to the author */
.author {
    color: #988330;
    font-weight: 700;
    padding-top: 45px;
}

.author-1 {
    color: #988330;
    padding: 0px;
}


/* .......Section...Start..Gallery.................................. */

.Gallery-Contant h3 {
    text-align: center;
    font-size: 40px;
    color: black;
    font-weight: 700;
    text-transform: capitalize;
}

.Gallery_img_box img {
    border-radius: 10px;
}

.Gallery_img_box {
    margin: 10px;
}

.view_btn {
    text-align: center;

}

.view_btn button {
    min-width: 170px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    outline: none;
    border: none;
    background: none;
    cursor: pointer;
    text-align: center;
    text-transform: capitalize;
    border-radius: 30px;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    background-color: #988330;

}


.view_btn button:hover {
    background-color: white;
    color: black;
    border: 1px solid black;
    border-radius: 30px;
}

/* ..............CONTACT-US..Section..Start................ */

.contact_block {
    position: relative;
    box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    background-color: #ffffff;
    text-align: center;
    height: 250px;
}

.contact_block_1 {
    position: relative;
    box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    background-color: #ffffff;
    text-align: center;
    height: 250px;
}

.contact_block p {
    line-height: 13px;
    color: black;
}

i.fa.fa-volume-control-phone.contact {
    font-size: 60px;
    padding-top: 30px;
}

i.fa.fa-envelope.email {

    font-size: 60px;
    padding-top: 30px;
}

i.fa.fa-map-marker.Aadders {
    font-size: 60px;
    padding-top: 30px;
}

.contact_block h4 {
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 17px;
    text-transform: capitalize;
    font-size: 26px;
    color: #222222;
    font-weight: 600;
}

.contact_form_section {
    background-color: #ffffff;
    border-radius: 10px 10px 10px 10px;
    padding: 33px 40px 10px;
}

.form_block .form_field {
    height: 50px;
    width: 100%;
    border-radius: 5px;
    padding: 0px 30px;
    border: 1px solid #ebebeb;
    outline: none;
}





.view_btn-1 button {
    min-width: 170px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    outline: none;
    border: none;
    background: none;
    cursor: pointer;
    text-align: center;
    text-transform: capitalize;
    border-radius: 30px;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    background-color: #988330;

}

.form_Con {
    border: 1px solid #ebebeb;
}

.text-message {
    text-align: center;
}

.working_time_section {
    background-color: #ffffff;
}

.timetable_block {
    padding: 40px 40px 20px;
    background-color: #ffffff;
}

.tollfree_block {
    border-radius: 10px;
    background-color: #988330;
    padding: 22px 20px 19px;
    text-align: center;
    margin-top: 30px;
    color: white;
    cursor: pointer;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.timetable_block>ul>li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

.working_content {
    text-align: center;
}

textarea.form_field.require.textarea {
    height: 130px;
}

/* ...............MAINTENANCE..Page..Start........................ */

.Maintenance_img img{ height: 400px;}


ul.list{ list-style: circle;
         padding-left: 15px;
         text-align: justify;
         line-height: 40px;}

         
ul.list2{ list-style: circle;
    padding-left: 15px;
    text-align: justify;
 line-height: 40px;}

.Man_title h1 {
    text-align: center;
    font-size: 36px;
    background-color: white;
    border-left: 40px solid;
    border-right: 40px solid;
    line-height: 45px;
    color: #988330;
    font-family: Rubik;
    font-weight: 500;
}

.Maintenance_Contant p {
    color: #4b4646;
    line-height: 30px;
    text-align: justify;
}

.Man_box_form {
    background-color: white;
    padding: 44px;
    border-top: groove;
    border-bottom: groove;
}


.box_image img {
    /* padding-top: 50px; */
    border-left: groove;
    border-right: groove;
    margin-top: 40px;
    border-radius: 30px;
}

.peraContent{ font-weight: 600;}
.peraContent1{ font-weight: 300;}

.Modular_Content{ text-align: justify;}

.our-services-img img{ height: 450px;}
.colorcontent{ color: #988330;
 font-weight: 600;}
/* .......Store...Section..Start............... */
.Coming-Soon {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/Full_Size.jpg);
    padding-top: 23px;
    padding-bottom: 30px;
    /* height: auto; */
    text-align: center;

    height: 700px;
}

.Coming_content p {
    padding-top: 190px;
    color: #988330;
    font-weight: 600;
}

.Coming_content h1 {
    color: white;
    font-family: initial;
}

.Coming_content button {
    padding: 10px 60px;
    margin-top: 30px;
    border: none;
    background-color: #423f3f;
    color: white;
    font-size: 19px;
    font-weight: 600;
    border-radius: 5px;
}

/* <!-- ...Section..Franchise..Start........... --> */

.section-img {
    width: 150px;
}

.Franchise_top_img {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/kitchen-4\ franchic.jpg);
    padding-top: 23px;
    padding-bottom: 30px;
    height: auto;
    text-align: center;
    height: 500px;
}

/* <!-- ...Section..Franchise..Complet........... --> */
.Franchise_content h1 {
    color: wheat;
    font-size: 45px;
    line-height: normal;
    padding-top: 20px;
}

.Franchise_content h4 {
    color: white;
    line-height: 40px;
}

a.Franchise_btn {
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-weight: 400;
    border-left: solid;
    border-right: solid;
    border-inline-color: #988330;
    margin-top: 10px;
    background-color: aliceblue;
    color: black;
    font-weight: 700;
}

.Franchisees_2_Contant h3 {
    text-align: center;
}

.testimonial-section {
    padding: 50px 0;
    background: #F8F8F8;
}

.franchisee-section .section-content {
    text-align: center;
    margin-bottom: 20px;
}

.franchisee-section .section-content .section-img {
    margin-bottom: 10px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
     margin-left: 106px;
}

.franchisee-section .section-content {
    text-align: center;
}


.section-content p {
    text-align: center;
    font-size: 24px;
}

/* <!-- .... Modular-Design...Page..Start.....Section....... --> */

.color00 {
    color: #988330;
    text-shadow: 1px 3px 3px black;
}

.carousel-inner img {
    height: auto;
}

.Right_box img {
    height: 420px;
}

.sectionModular {
    margin-top: -90px;
}

.text_Con h1 {
    text-align: center;
}

.text_Con p {
    text-align: center;
}

.Tableimgbox img {
    border-radius: 100px;
}

.Tableimgbox_contant p {
    padding-top: 20px;
    font-weight: 600;
    text-align: center;

}

a.enquire-btn {
    background-color: #988330;
    padding: 10px;
    border-radius: 5px;
    color: black;
}

a.enquire-btn:hover {
    background-color: white;
    border: 1px solid black;
    border-radius: 5px;
}

.Furniture_Content h1 {
    text-align: center;
}

.Furniture_Content p {
    text-align: center;
}


.Dining-Room-Section {
    background-color: white;
}

.L-Shape-Content p {
    padding-top: 24px;
    padding-left: 20px;
}

a.btn00 {
    margin-top: 21px;
    background-color: #d3ad3e;
    height: 28px;
    padding: 1px 11px;
    margin-left: 7px;
    border-radius: 5px;
}

a.btn00:hover {
    color: white;
}

/* .......................Beds_Content..Section...Start..... */
.bedssection {
    margin-top: -52px;
}

ul .navbar-nav li a:hover{
     color: black;
}

 .beds_img img{ box-sizing: border-box;
              border-radius: 10px;}
/* .......................Beds_Content..Section...Complet..... */


/* .,.............TV Unit And Stands..Section..Start...... */
   .TV_Unit_img img{ height: 250px;}
/* .,.............TV Unit And Stands..Section..Complet...... */

/* ....Section.....Start..Study Tables............ */
   .Study_Tables_img img{ height: 300px;}
/* ....Section....Complet..Study Tables............ */

.kitchen_img{ height: 420px;}

.wardrobes_img{ height: 420px;}

/* .....Modal....... */

.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 500px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 15px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left;
    margin-top: 146px;
}

.modal a.close-modal {
    position: absolute;
    top: 5.5px !important;
    right: 4.5px !important;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==);
}
