/*
Theme Name: Design Rooms
Text Domain: designrooms
Version: 1.8
Author URI: https://centumtech.com/
Theme URI: https://centumtech.com/

*/

body{

    margin: 0px;

    font-family: 'Ubuntu', sans-serif;

    font-weight: 300;

}

ul li{

    list-style: none;

}

ul{

    padding-left: 0px;

}

a{

    text-decoration: none;

}









/* header */





.header {

    position: fixed;

    top: 0;

    background: transparent;

    width: 100%;

    z-index: 10;

}

.bg-light{

    --bs-bg-opacity: 0;

}

.navbar-expand-lg .navbar-nav{

    width: 100%;

    justify-content: end;

}

.navbar-dark .navbar-nav .nav-link{

    font-family: 'Heebo', sans-serif;

    font-weight: 400;

    color: #fff;

    font-size: 18px;

    padding-left: 12px;

    padding-right: 12px;

}

.navbar-dark .navbar-nav .nav-link.active{

    color: #d8bc93 !important; 

}

.navbar-brand{

    background-color: #fff;

    padding: 10px;

    text-align: center;

    padding-top: 5px;

    padding-bottom: 5px;

}

.navbar-brand img{

    width: 100%;

}

.navbar{

    padding-top: 0px;

    padding-bottom: 0px;

}

.header .container-fluid{

    padding-left: 0px;

    padding-right: 0px;

}



.navbar-dark .navbar-nav .nav-link:hover{

    color:#e5c596 ;

}

.btn:hover, .view-work a:hover{

    background-color: #e5c596;

    color: #000;

}

.con-link a:hover{

    color:#e5c596 ;

    background-color: #000;

}







/* banner */





.carousel-indicators{

    display: none;

}




.carousel-control-prev-icon{

    background-image:url(img/prev.png);

    height: 4rem;

}

.carousel-control-next-icon{

    background-image:url(img/next.png);

    height: 4rem;  

}

.mob{

    display: none;

}







/* rooms */





.rooms{

   background-image: url(img/room-bg.jpg);

   background-repeat: no-repeat;

   background-size: cover;

   padding-top: 55px;

   padding-bottom: 29px;

}

.rooms img{

    border-radius: 50%;

    width: 178px;

    height: 168px;

    filter: brightness(.7);

}



.home-form{

    background-color: #fff;

    padding: 20px;

    padding-left: 30px;

    padding-right: 30px;

    padding-bottom: 35px;

}

.m-b-20{

    margin-bottom: 20px;

}

.wpcf7-form-control{

    border-top: none;

    border-left: none;

    border-right: none;

    border-radius: 0px;

    padding-left: 0px;

    padding-top: 13px;
    
    display: block;
width: 100%;
padding: .675rem .1rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
background-clip: padding-box;
border-bottom: 1px solid #ced4da;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
appearance: none;

}

label {
  display: inline-block;
  width: 100%;
}

.wpcf7-submit{

    background-color: #000;

    padding: 10px 19px;

    color: #fff;

    border-radius: 0px;
width: 40%;
background-color: #000 !important;

}

.wpcf7-submit:hover{background-color: #d8bc93 !important;color: #000;}

.room-img{

    position: relative;

  

}

.rooms h5{

  

    font-size: 22px;

    color: #fff;

    font-weight: 700;

    text-transform: uppercase;

}

.home-form h4{

    font-size: 40px;

    font-weight: 300;

}

.room-img-overlay{

    position: absolute;

    top: 0px;

    left: 12px;

    right: 0px;

    text-align: center;

    width: 178px;

    height: 168px;

    cursor: pointer;

    border-radius: 50%;

    display: flex;

    justify-content: center;

    align-items: center;

}

.room-img-overlay:hover{

    background-color: rgba(225, 207, 180, .6); 

}









/* home-about */





.home-about{

    padding-top: 48px;

    padding-bottom: 80px;

}

.home-about h4{

    font-size: 40px;

    font-weight: 300;

    text-align: center;

    padding-bottom: 9px;

}

.home-about p{

    text-align: center;

    font-size: 18px;

    font-weight: 300;

    margin-bottom: 5px;

}

.about{

    display: flex;

    justify-content: space-between;

    margin-top: 45px;

}

.about-item{

    border-right: 1px solid #afafb2;

    text-align: center;

    width: 100%;

    position: relative;

}

.about h5{

    font-weight: 400;

    font-size: 19px;

    position: absolute;

    bottom: -25px;

    left: 0px;

    right: 0px;

}







/* our work */





.our-work img{

    width: 100%;

}

.content {

    position: relative;

    margin: auto;

    overflow: hidden;

  }

  

  .content .content-overlay {

    background: rgba(52,39,37,0.8);

    position: absolute;

    height: 100%;

    width: 100%;

    left: 0;

    top: 0;

    bottom: 0;

    right: 0;

    opacity: 0;

    padding: 30px;

    padding-top: 30px;

    padding-left: 30px;

    -webkit-transition: all 0.4s ease-in-out 0s;

    -moz-transition: all 0.4s ease-in-out 0s;

    transition: all 0.4s ease-in-out 0s;

  }

  

  .content:hover .content-overlay{

    opacity: 1;

  }

  

  .content-image{

    width: 100%;

  }



  

  .content:hover .content-details{

  

    opacity: 1;

  }

.m-b-15{

    margin-bottom: 15px;

}



.our-work{

    background-image: url(img/work-bg.jpg),  url(img/process-bg.jpg);

    background-size: 100% , 100%;

    background-repeat: no-repeat;

    background-position: top, bottom;

    padding-top: 68px;

    padding-bottom: 55px;

}

.our-work h3{

    font-size: 40px;

    color: #fff;

    font-weight: 300;

    padding-bottom: 32px;

}

.content-title{

    color: #fff;

    font-size: 30px;

    font-weight: 300;

    margin-bottom: 0px;

}

.content-text{

    color: #fff;

    font-size: 18px;

    font-weight: 300; 

    padding-bottom: 12px;

    border-bottom: 1px solid #d4af37;

}

.con-link{

 position: absolute;

 bottom: 40px;

 text-align: center;

 left: 0px;

 right: 0px;

}

.con-link a{

    font-weight: 400;

    color: #000000;

    font-size: 18px;

    background-color: #d8bc93;

    padding: 11px 25px;

}

.view-work{

    text-align: center;

    margin-top: 28px;

}

.view-work a{

    font-weight: 400;

    color: #ffffff;

    font-size: 18px;

    background-color: #000000;

    padding: 10px 20px;

}

.mb-25{

    margin-bottom: 24px;

}









/* process */





.process h3{

    text-align: center;

    font-weight: 300;

    font-size: 40;

    color: #272727;

    padding-top: 57px;

    padding-bottom: 0px;

}

.process p{

    font-weight: 300;

    color: #272727;

    font-size: 18px;

    text-align: center;

    padding-bottom: 32px;

}

.process img{

    width: 80%;

}

.process h4{

    font-weight: 700;

    color: #272727;

    font-size: 19px;

    text-align: center;

    padding-top: 6px;

    padding-bottom: 13px;

}

.process .col-lg-2{

    text-align: center;

}







/* testimonials */







.testi{

    background-image: url(img/test-bg.jpg);

    background-size: 100%;

    background-repeat: no-repeat;

    padding-top: 75px;

    padding-bottom: 55px;

}

.testi h3{

    font-size: 40px;

    color: #fff;

    font-weight: 300;

    padding-bottom: 22px;

}

.testi p{

    font-weight: 300;

    color: #505050;

    font-size: 15px;

    text-align: center;

}

.testi h6{

    font-weight: 700;

    font-size: 18px;

    color: #505050;

    text-align: center;

    padding-top: 8px;

}

.testi .carousel-indicators{

    display: block;

    bottom: 30px;

    text-align: center;

    margin-left: 8%;

}

.testi .carousel-control-prev, .testi .carousel-control-next{

    display: none;

}

.testi .carousel-item{

    background-color: #e8e8e8;

    padding: 25px;

    padding-right: 50px;

    padding-top: 42px;

    padding-bottom: 85px; min-height: 260px;

}

.testi .carousel-item .col-11 {

    padding-right: 15%;

    padding-top: 20px;

}

.testi .carousel-indicators [data-bs-target]{

    width: 8px;

    height: 8px;

    border-radius: 50%;

    background-color: #bababa;

}









/* footer */





.footer{

    background-color: #191919;

    padding-top: 35px;

    padding-bottom: 14px;

    text-align: center;

}

.footer img{

    width: 50px;

}

.footer h4{

    font-weight: 400;

    font-size: 19px;

    color: #fff;

    text-transform: uppercase;

    margin-top: 18px;

}

.footer p{

    font-weight: 300;

    color: #ffffff;

    font-size: 18px;

}

.footer a{

    color: #ffffff;  

}

.footer-logo img{

    width: 105px;

}

.social-icons{

    margin-top: 25px;

}

.social-icons a i{

    width: 30px;

    height: 30px;

    border: 1px solid #fff;

    border-radius: 50%;

    line-height: 30px;

    margin-right: 7px;

}

.border-rgt{

border-right: 1px solid #6d6d6d;

height: 185px;

}

.copy-right{

   margin-top: 62px;

    border-top: 1px solid #89732a;

}

.copy-right p{

    margin-bottom: 0px;

    font-weight: 400;

    color: #bababa;

    padding-top: 10px;


}

.footer .col-lg-3{

    padding-top: 20px;

}

.footer a:hover{

   color: #e5c596; 

}













/*---------------------------------------------------- about--------------------------------------- */







.inner-banner .container{

    position: relative;

}

.inner-banner img{

    width: 100%;

}

.inner-banner h2{

position: absolute;

bottom: 0px;

right: 0px;

color: #e4c28f;

background-color: rgba(0, 0, 0, .6);

font-size: 35px;

margin-bottom: 0px;

    padding: 25px 32px;

    font-weight: 300;

    padding-right: 110px;

}

.ab-sec{

    padding-top: 61px;

    padding-bottom: 42px;

}

.ab-sec p{

    color: #000;

    font-size: 19px;

    text-align: center;

    margin-bottom: 15px;

}

.our-mis p{

    color: #2a2a2a;

    font-size: 16px;

    margin-bottom: 0px;

}

.our-mis h4{

    color: #2a2a2a;

    font-size: 30px;

    font-weight: 300;

}

.ab-mis img{

    width: 100%;

}

.mis-bg{

position: relative;

margin-bottom: 15px;

}

.our-mis{

    position: absolute;

    width: 50%;

    background-color: #fff;

    bottom: 0px;

    right: 0px;

    padding: 52px 50px;

    padding-bottom: 60px;

}

.vis-bg{

    position: absolute;

    top: 0px; 

    bottom: inherit;

    padding-bottom: 65px;  

    padding-top: 35px;

}

.ab-mis{

    padding-bottom: 42px;

}







/* ------------------------------------------------process------------------------------------- */









.pro-sec{

    padding-bottom: 40px;

}

.pro-sec img{

    width: 88%;

}

.pro-sec h3{

    color: #828282;

    font-size: 35px;

    font-weight: 300;

    width: 55px;

    height: 55px;

    border: 2px solid #828282;

    border-radius: 50%;

    line-height: 55px;

    text-align: center;

}

.pro-sec h4{

    font-weight: 400;

    color: #232323;

    font-size: 25px;

}

.pro-sec p{

    font-weight: 300;

    font-size: 16px;

    color: #272727;

}

.pro-sec .col-sm-9{

    text-align: end;

}

.flx{

    display: flex;

    align-items: center;

}

.pb-20{

    padding-bottom: 20px;

}









/* ----------------------------------------------------------gallery------------------------------------- */







.gallery{

    padding-top: 75px;

    padding-bottom: 55px;

}

.gallery img{

    width: 100%;

}

.gmb-30{

    margin-bottom: 25px;

}











/* ----------------------------------blog------------------------------------ */









.blog{

    padding-top: 70px;

    padding-bottom: 22px;

}

.blog img{

    width: 100%;

}

.blg-con {

    position: relative;

    top: -35px;

    background-color: #fff;

    margin-left: 5px;

    margin-right: 14px;

    padding: 14px;

    padding-top: 33px;

}

.blog h6{

    color: #828282;

    font-size: 16px;

    font-weight: 400;

}

.blog h4{

    font-weight: 500;

    color: #2a2a2a;

    font-size: 19px;

    padding-bottom: 5px;

    margin-top: -2px;

}

.blog p{

    font-weight: 300;

    color: #2a2a2a;

    font-size: 16px;

    padding-bottom: 12px;

}

.b-rd a{

    color: #fff;

    background-color: #000000;

    font-weight: 400;

    font-size: 16px;

    padding: 9px 17px;

}

.b-rd{

    margin-bottom: 10px;

}

.b-rd a:hover{

    background-color: #e5c596;

    color: #000;

}













/* --------------------------------------single-blog--------------------------------------- */









.single-blog{

    padding-top: 66px;

    padding-bottom: 67px;

}

.rcfcpin:nth-child(odd) .rcfcl{

    order: 1;

   }

   .rcfcpin:nth-child(odd) .rcfc{

       order: 2;

      }

      

.single-blog img{

    width: 100%;

}

.single-blog h6{

    font-weight: 400;

    color: #828282;

    font-size: 16px;

}

.single-blog h2{

    font-weight: 400;

    color: #2a2a2a;

    font-size: 25px;

    padding-bottom: 10px;

}

.single-banner img{

    margin-bottom: 26px;

}

.single-blog p{

    color: #2a2a2a;

    font-weight: 300;

    font-size: 16px;

    margin-bottom: 5px;

    line-height: 27px;

}

.single-blog h3{

    font-weight: 500;

    font-size: 20px;

    color: #2a2a2a;

    padding-bottom: 24px;

    padding-top: 12px;

}

.rcfcpin{

    margin-bottom: 12px;

}

.single-blog h4{

    font-weight: 500;

    font-size: 20px;

    color: #2a2a2a;  

}

.b-list{

    position: relative;

    top: -38px;

    background-color: #fff;

    margin-left: 5px;

    margin-right: 14px;

    padding: 14px;

    padding-top: 22px;

    padding-bottom: 0px;

}

.b-list h5{

    font-weight: 500;

    font-size: 19px;

    color: #2a2a2a;   

    margin-bottom: 0px; 

}

.b-list h6 {

    font-weight: 400;

    color: #828282;

    font-size: 15px;

}

.blg-list{

    margin-top: 60px;

}

.blg-list h4{

    padding-bottom: 12px;

}

.m-10{

    margin-top: -16px;

}

.sb1{

    margin-bottom: 13px;

}

.rcfc{

    display: flex;

    justify-content: center;

    flex-direction: column;

}

.m-40{

    margin-bottom: 40px;

}

.m22{

    margin-bottom: 19px;

}













/*contact*/







.contact-form{

    padding-top:70px;

    padding-bottom:50px;

}

.contact-form .home-form{

    padding:0px;

    padding-bottom:20px;

}

.contact-sec{

    padding-top:30px;

}

.address-box{

    border:1px solid #d4b296 !important;

   

    min-height: 262px;

    padding: 25px 15px;

    text-align: center;

    margin-top:50px;

}

.address-box img{

    margin-bottom:10px;

}

.address-box a{

    color:#000;

}

.address-box p{

    margin-bottom:0px;

}







@media(max-width:1290px){



    .border-rgt{

        height: 225px;

    }

}

@media(max-width:991px){


 

    .home-about p br{

        display: none;

    }

    .about{

        flex-wrap: wrap;

    }

    .about-item{

        width: 50%;

    }

    .about h5 {

        position: relative;

        bottom: 0px;

        padding-top: 16px;

        padding-bottom: 20px;

    }

    .navbar-collapse{

        background-color: rgba(0, 0, 0, .8);

    }

    .ab-sec p br{

        display: none;

    }

    .our-mis {

        position: relative;

        width: 100%;

        background-color: #f5f5f5;

    }

    .rcfcpin:nth-child(even) .rcfcl{

        order: 1;

       }

       .rcfcpin:nth-child(even) .rcfc{

           order: 2;

          }

          .rcfcl{

              margin-bottom: 20px;

          }

}

@media(max-width:540px){

    .navbar-brand img {

        width: 70px;

    }

    .desk-top{

        display: none;

    }

    .mob{

        display: block;

    }

    .our-work, .testi{

        background-size: inherit;

    }

    .testi .carousel-item .col-11 {

        padding-right: 3%;

    }

    .about-item {

        border-right: none;

    }

    .border-rgt {

        height: auto;

    }



    .home-form h4, .home-about h4, .our-work h3 {    

        font-size: 30px;

    }

    .inner-banner h2 {

        font-size: 20px;

        padding: 10px;

        right: 15px;

    }

    .inner-banner img {

        min-height: 140px;

    }

    .our-mis{

        padding: 30px 25px;

    }

    .pro-sec .col-7{

        text-align: start;

    }

    .pro-sec img {

        width: 60%;

    }

    .pro-sec .col-5{

        display: flex;

        justify-content: end;

    }

    .pro-sec h4{

        margin-top: 20px;

    }

    .about{

        justify-content: center;

    }

    .our-work{

        background-image:url(img/work-bg-mob.jpg);

        background-size: 100%;

        padding-top: 60px;

    }

    .address-box{

  display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

}

}

@media(max-width:450px){

    .room-img-overlay{

        width: 88%;

        height: auto;

        bottom: 0px;

    }

    .rooms img{

        width: 100%;

        height: auto;

    }

    .rooms h5{

        font-size: 16px;

        margin-bottom: 0px;

    }

    .our-work {

        padding-top: 35px;

    }

}



.gal-overlay { background: rgba(0,0,0,0.5); width: 100%; height: 100%; position: absolute; left: 0; top: 0}

.gal-overlay p { margin-top: 45%; text-align: center; color: #FFF; font-size: 20px; text-transform: uppercase; font-weight: 600}

.gallery-category {

    position: relative;

    /* height: 100vh; */

    width: 100%;

    /* padding: 46% 0; */

    float: left;

}



.wht {

    position: fixed;

    right: 20px;

    bottom: 20px;

    width: 60px;

    height: 60px;

    z-index: 500000;

    text-align: center;

}



.contact-sec { padding: 25px 0}
.text-right { text-align: end;text-align: right; }
.text-left { text-align: left; }






.mob-inner-banner{
    display:none;
}
@media(max-width:540px){
    .desk-inner-banner{
        display:none;
    }
    .mob-inner-banner{
    display:block;
}

}
.screen-reader-response {
    display: none;
}