/****************** header dropown css *******************/
.dropbtn {
    padding: 8px 12px;
    color: white;
    background: none;
    font-size: 15px;
    border: none;
    cursor: pointer;
    text-transform: capitalize;
}

.searchAreaUL {
    display: flex !important;
    align-items: center !important;
}

.searchAreaUL li:not(:last-child) {
    margin-right: 30px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    background: #000000c1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    padding: 8px 16px;
    text-decoration: none;
    display: block;
    color: white;
    font-size: 14px;
    margin-bottom: 0;
}

.dropdown-content1 {
    display: none;
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    background: #000000c1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content1 a {
    padding: 8px 16px;
    text-decoration: none;
    display: block;
    color: white;
    font-size: 14px;
    margin-bottom: 0;
}

.dropdown a:hover {
    background: #fdcd7b;
    color: black !important;
}

.show {
    display: block;
}

#cssmenu>ul>li:hover {
    background: none !important;
}


/*************** kitchen cabinet page css *****************/
.inner_banner {
    position: relative;
}

.inner_banner .form-area .form-group {
    margin-bottom: 20px !important;
}

.inner_banner img {
    height: 700px;
}

/* .inner_banner::after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    width: 100%;
    background: #ffffffa3;
} */

.inner_banner_info {
    z-index: 1;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 65%;
}

.cabinet_right_txt .cabinet_headeing {
    background: linear-gradient(to right, #e89a13 5%, #151414 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.cabinet_right_txt .cabinet_headeing::after {
    position: absolute;
    content: '';
    right: -70px;
    top: 55%;
    height: 2px;
    width: 58px;
    background: #432b03;
}

.cabinet_right_txt h6 {
    font-weight: 500;
    color: #12607e;
    margin: 12px 0;
}

.cabinet_right_txt .fa-thumb-tack {
    color: #e89a13;
    background: white;
    padding: 5px 7px;
    box-shadow: 2px 2px 4px #15141478;
    transform: rotate(35deg);
    border-radius: 50%;
    margin-right: 4px;
    font-size: 12px;
}

.cabinet_right_txt ul li {
    margin-bottom: 6px;
    font-size: 18px;
    color: #465361;
}

.inner_banner_info .design-help-info {
    background-color: white;
    box-shadow: 2px 2px 16px 4px #353232;
    border-radius: 8px;
}

.inner_banner_info .form-area .btn {
    margin: 10px 0 !important;
    width: 100% !important;
    background: #353232 !important;

}




/*********** why choose us css start **********/
.why_choose_us,
.four_steps,
.video_feedback,
.our_projects {
    padding: 60px 0;
}

.why_choose_us_img {
    position: relative;
}

.why_choose_us_img img {
    height: 420px;
    width: 95%;
    position: relative;
    z-index: 11;
    object-fit: cover;
    border: 1px solid #1514148e;
    padding: 24px;
}

.why_choose_us_img::after {
    position: absolute;
    content: '';
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    height: 460px;
    width: 300px;
    background: #e89a13;
}



/*********** 4 steps section css start ************/

.steps_ul {
    display: flex;
    margin-top: 60px;
}

.steps_ul li h1 {
    font-weight: 800;
    font-size: 80px !important;
    position: absolute;
    top: -50px;
}

.steps_ul li:nth-child(odd) {
    background: #151414;
}

.steps_ul li:nth-child(odd) strong {
    color: #e89a13;
}

.steps_ul li:nth-child(odd) h1 {
    color: #151414;
    text-shadow: 1px 1px 2px #ffffff, 1px 1px 2px #ffffff;
}

.steps_ul li:nth-child(even) {
    background: #bc7c10;
}

.steps_ul li:nth-child(even) strong {
    color: #151414;
}

.steps_ul li:nth-child(even) h1 {
    color: #bc7c10;
    text-shadow: 1px 1px 2px #ffffff, 1px 1px 2px #ffffff;
}

.steps_ul li .step_div {
    padding: 70px 20px 20px;
    color: white;
    position: relative;
}

.steps_ul li h1 {
    transition: all 0.6s;
}

.steps_ul li:hover h1 {
    transform: translateY(-6px);
}

.steps_ul li {
    transition: all 0.6s;
}

.steps_ul li:hover:nth-child(odd) {
    background: #312f2f;
}

.steps_ul li:hover:nth-child(even) {
    background: #db951c;
}



/************* designer talk CSS start ************/
.designer_talk_div {
    background: #151414;
    padding: 60px 0 160px;
    position: relative;
}

.designer_talk_div svg {
    position: absolute;
    bottom: 0;
    opacity: 0.8;
}

.designer_talk {
    text-align: center;
    color: white;
    margin-bottom: 20px;
    position: relative;
    z-index: 11;
}

.designer_talk p {
    font-size: 18px;
    color: #ffffff67;
    font-weight: 400;
    margin: 20px 0;
}

/************* designer talk CSS end ************/

/************** protected By CSS start *********/
.protectedBy {
    padding: 60px 0;
}

.protectedBy_div {
    margin-top: 20px;
}

.protectedBy_div i {
    font-size: 30px !important;
    color: #bc7c10 !important;
    margin-bottom: 16px;
}

.protectedBy_div h4 {
    color: black;
    font-size: 20px;
    font-weight: 600;
}

/************** protected By CSS end *********/




/*********** award winning List CSS start *************/
.awardList_ul {
    margin-top: 12px;
}

.awardList_ul li {
    color: #666666;
    margin-bottom: 8px;
}

.awardList_ul li strong i {
    margin-right: 6px;
    color: #bc7c10;
}

.award_winningImg {
    position: relative;
}

.award_winningImg img {
    position: relative;
    z-index: 11;
}

.award_winningImg::after {
    position: absolute;
    content: '';
    right: -25px !important;
    top: 70%;
    transform: translateY(-50%);
    height: 300px;
    width: 300px;
    background: transparent;
    border: 1px solid #cfb002;
}

/*********** award winning List CSS end *************/


/************* video_feedback CSS start ************/
.video_feedback iframe {
    border-radius: 6px;
}

.iframe_txt_div {
    margin-top: 12px;
}

.star_ul {
    display: flex;

}

.star_ul li i {
    color: #db951c;
    margin-right: 6px;
}

/************* video_feedback CSS end ************/



/************ our_projects CSS start ***********/
.project_slider .item img {
    height: 200px;
    object-fit: cover;
    transition: all 0.6s;
}

.project_slider .item img:hover {
    opacity: 0.5;

}

/************ our_projects CSS end ***********/


/************ showroom_address CSS start ***********/
.visit_showroom {
    padding: 30px;
    margin-bottom: 60px;
    background: #353232;
}

.showroom_address_div {
    /* background: #0e4052;
    padding: 20px; */
    height: 100%;
    color: white;
    border-radius: 6px;
}

.showroom_img img {
    border-radius: 6px;
}

.showroom_address_div .sub-headline-area h3 {
    color: white;
}

.showroom_address_ul li i {
    font-size: 22px;
    color: #db951c;
    margin-right: 6px;
}

.showroom_address_ul li h6 {
    font-size: 18px;
}

.showroom_address_ul li p {
    margin-left: 22px;
    color: #ffffff6b;
}

.showroom_address_ul li {
    margin-bottom: 24px;
}

/************ showroom_address CSS end ***********/




/************** index service slider area *************/
.item {
    padding: 20px;
    position: relative;
}

.service_img img {
    height: 260px;
    object-fit: cover;
    border-radius: 6px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}

.service_txt {
    padding: 16px;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    background-color: white;
    text-align: start;

}

.service_txt a {
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
    color: #1d1d1d;
    text-align: start;
    transition: 0.3s;

}

.service_txt p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    text-align: start;

}

.service_txt_img img {
    height: 45px !important;
    width: 45px !important;
    position: relative;
    z-index: 1;
    transition: 0.3s;

}

.service_txt_img {
    position: relative;
    transition: 0.3s;

}

.service_txt_img::after {
    position: absolute;
    content: '';
    height: 30px;
    width: 30px;
    right: -15px;
    top: -5px;
    background: #db951c;
    border-radius: 50%;
    display: none;
}

.service_slide:hover .service_img img {
    transition: 0.3s;
    transform: scale(1.1) rotate(1deg);
}

.service_slide:hover .service_txt_img::after {
    display: block;
}

.service_slide .service_txt a:hover {
    color: #db951c;
}

/****** gallery area css start ******/
.service_slide .gallert_txt {
    margin-top: 24px;
}

.service_slide .gallert_txt a {
    text-transform: capitalize;
    color: #151414;
    font-size: 18px;
    transition: all 0.5s;
}

.service_slide:hover .gallert_txt a {
    color: #db951c;
}

/****** gallery area css end ******/

/*************** service page css start ************/
.learn_more {
    color: #db951c;
    text-transform: capitalize;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.learn_more i {
    font-size: 14px !important;
    margin-bottom: 0;
    margin-left: 6px;
}

.learn_more:hover {
    color: black;
}

.services_div img {
    height: 120px;
    width: 120px;
    margin-bottom: 8px;
}

.project_slider .pic-area img {
    width: 100%;
    height: 70px !important;
}

.remodelingDiv {
    margin: 20px 0;
    text-align: center;
}

.remodelingDiv img {
    height: 60px;
    width: 60px;
    margin-bottom: 8px;
}

.remodelingDiv p {
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 700;
}

/*************** service page css end ************/

@media screen and (max-width:767.99px) {
    .inner_banner img {
        height: 780px;
        object-fit: cover;
    }

    .cabinet_right_txt ul li {
        margin-bottom: 6px;
        font-size: 14px;
        color: #465361;
    }

    .inner_banner_info {
        z-index: 1;
        position: absolute;
        top: 2%;
        left: 50%;
        transform: translateX(-50%);
        width: 85%;
    }

    .why_choose_us_img {
        margin-bottom: 40px;
    }

    .award_winningImg::after {

        right: -10px !important;
        top: 50% !important;

    }

    .award_winningImg {
        margin-top: 30px;
    }

    .designer_talk_div {
        padding: 60px 0;
    }

    .copyright-area {
        padding: 20px 0;
    }

    .main-slider-section .banner-info {
        position: absolute;
        top: 55% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 90% !important;
        z-index: 9;
        text-align: left;
        padding: 25px;
        /* max-width: 100%; */
        margin: 0 auto;
        max-width: 600px;
    }
}

@media (min-width:768px) and (max-width: 991px) {
    .inner_banner img {
        height: 440px;
        object-fit: cover;
    }

    .service_txt {
        padding: 10px !important;
        position: absolute !important;
        top: 55% !important;
        left: 50%;
        transform: translateX(-50%);
        width: 85% !important;
        background-color: #fff;
        text-align: start;
    }

    .service_txt_img img {
        height: 36px !important;
        width: 36px !important;
    }

    .item {
        padding: 6px !important;
        position: relative;
    }
}