/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
figure{margin: 0;}
a,button {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: "Work Sans", serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}
.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.container{
    max-width: 1130px;
}
.mobile-show{
    display: none;
}
/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 15px 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img {
    max-width: 100%;
    height: 45px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

.btn-call{
    margin: 0 0 0 auto;
    padding: 10px 30px;
    background: #CA8718;
    border-radius: 50px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.btn-call i{
    margin-right:10px;
}
.btn-call:hover{
    background: #101010;
    color: #fff;
}
/* **** End Header **** */

/* **** Hero Banner **** */
.hero-banner-mobile,
.hero-img-mobile{
    display: none;
}
.hero-banner{
    position: relative;
}
.hero-banner img{
    width: 100%;
    height: 655px;
    object-fit:cover;
    object-position: center;
}
.hero-banner h1{
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    line-height: 58px;
    margin: 0;
    text-align: center;
    text-shadow: 0px 10px 42px rgba(0,0,0,0.80);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
/* **** End Hero Banner **** */

/* **** Why Choose **** */
.why-wrp{    
    background: #F4F4F4;
    margin: 0;
}
.why-wrp .row{
    align-items: center;
    margin:-50px -15px -70px;
    position: relative;
    z-index: 1;
    background: transparent;
}
.contact-frm{
    padding: 60px 60px 40px;
    background: #fff;
}
.contact-frm h2{
    font-size: 28px;
    font-weight: 600;
    color: #252525;
    line-height: 36px;
    text-align: center;
    margin: 0 auto 30px;
    font-family: 'Montserrat';
}
.contact-frm .form-group{
    margin: 0 0 20px;
}
.contact-frm .form-group .form-control{
    padding: 12px 15px;
    background: #f8f8f8;
    height: auto;
    border-radius: 0;
    border: none;
    color: #000;
    font-size: 15px;
    box-shadow: none;
}
.btn-main{
    padding: 10px 35px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
    border-radius: 50px;
    background: #CA8718;
    display: table;
    margin: 0;
    border: none;
}
.btn-main:hover{
    background: #101010;
    color: #fff;
}
.contact-frm .btn-main{
    max-width: 330px;
    width: 100%;
    margin: 30px auto 0;
}

.why-choose-data{
    max-width: 400px;
    margin: 0 auto;
}
.why-choose-data h2{
    font-size: 36px;
    font-weight: bold;
    color: #CA8718;
    line-height: 44px;
    text-align: center;
    margin: 0 auto 25px;
}
.why-choose-data ul li{
    font-size: 18px;
    font-weight: 500;
    color: #3d3d3d;
    line-height: 26px;
    margin: 0 auto 15px;
    padding: 0 0 0 20px;
    position: relative;
    display: table;
}
.why-choose-data ul li:before{
    position: absolute;
    content: '✔';
    font-size: 18px;
    font-weight: 500;
    color: #CA8718;
    top: 0;
    left: 0;
}
.why-choose-data ul li:last-child{
    margin: 0 auto;
}

.why-gallery-rw img{
    width: 100%;
}
/* **** End Why Choose **** */

/* **** Services **** */
.service-wrp{
    padding: 80px 0;
}
.servicing-jobs-wrp .row,
.service-wrp .row{
    margin: 0 -5px;
}
.servicing-jobs-wrp .row .col-md-4,
.service-wrp .row .col-md-4{
    padding: 0 5px;
}
.service-box{
    display: flex;
    flex-flow: column;
    height: 100%;
    border: 1px solid #CA8718;
    padding: 45px;
}
.service-box h3{
    font-size: 22px;
    font-weight: 600;
    color: #252525;
    line-height: 30px;
    text-align: center;
    margin: 0 auto 10px;
    min-height: 50px;
}
.service-box p{
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    line-height: 24px;
}

.work-wrp{
    padding: 40px 0;
}
.work-wrp h2{
    font-size: 28px;
    font-weight: 600;
    color: #CA8718;   
    text-align: center;
    margin: 0 auto 50px;
}
.work-wrp ul{
    display: flex;
    flex-wrap: wrap;
    max-width: 950px;
    margin: 0 auto;
    align-items: center;
}
.work-wrp ul li{
    width: 20%;
    padding: 0 15px;
}
/* **** End Services **** */

/* **** Our Work **** */
.work-wrp{
    padding: 80px 0 40px;
}
.work-wrp h2{
    font-size: 28px;
    font-weight: bold;
    color: #252525;
    text-align: center;
    margin: 0 auto 60px;
}
.work-wrp .row{
    margin: 0 -5px;
}
.work-wrp .row .col-md-6{
    padding: 0 5px;
}
.work-block{
    margin: 0 0 10px;
    position: relative;
}
.work-block img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.work-block h3{
    margin: 0;
    position: absolute;
    bottom: 15px;
    left: 15px;
    padding: 10px 20px;
    border-radius: 7px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.72);
    display: table;
    font-size: 16px;
    font-weight: normal;
    color: #252525;
    min-width: 170px;
    text-align: center;
}

.google-review-wrp{
    background: #F4F4F4;
    padding: 60px 0 30px;
    position: relative;
}
.google-review-wrp .container{
    max-width: 1270px;
}
.google-title{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}
.google-title img{
    margin: 0 5px;
}
.google-review-wrp h2{
    font-size: 28px;
    font-weight: bold;
    color: #3d3d3d;
    text-align: center;
    margin: 0 auto 40px;
}
.reviews-box{
    padding:35px;
    background: #fff;
    border-radius: 10px;
    margin: 0 auto 30px;
}
.reviews-box img{
    width: 100%;
}

.build-dream-wrp{
    padding: 50px 0;
    background: #CA8718;
}
.build-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.build-row h2{
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    line-height: 36px;
    margin: 0;
}
.btn-secondary{
    padding:15px 40px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    border-radius: 50px;
    background: #fff;
    color: #101010;
    display: table;
    max-width: 350px;
    text-align: center;
    width: 100%;
    border: none;
}
.btn-secondary:hover{
    background: #101010;
    color: #fff;
}

.btn-primary{
    padding:15px 40px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    border-radius: 50px;
    background: #101010;
    color: #fff;
    display: none;
    max-width: 350px;
    text-align: center;
    width: 100%;
    border: none;
}
.btn-primary:hover{
    background: #fff;
    color: #101010;
}
/* **** End Our Work **** */

/* **** Servicing Jobs **** */
.servicing-jobs-wrp{
    padding: 60px 0 50px;
}
.servicing-jobs-wrp h2{
    font-size: 36px;
    font-weight: bold;
    color: #252525;
    text-align: center;
    margin: 0 auto 45px;
}
.servicing-jobs-wrp .work-block img{
    height: 250px;
}
/* **** End Servicing Jobs **** */

/* **** Our TV ADs **** */
.our-tv-add-wrp{
    padding: 50px 0;
    background: #252525;
}
.our-tv-add-wrp .container{
    max-width: 800px;
}
.our-tv-add-wrp h2{
    font-size: 28px;
    font-weight: 600;
    color:#CA8718;
    text-align: center;
    margin: 0 auto 40px;
}
.tvad-bx{
    width: 100%;
    height: 500px;
}
/* **** End Our TV ADs **** */

/* **** Featured Bathroom **** */
.feature-bathroom-wrp{
    padding: 90px 0;
}
.feature-bathroom-wrp h2{
    font-size: 72px;
    font-weight: 600;
    color: #252525;
    text-align: center;
    margin: 0;
}
.feature-bathroom-wrp h6{
    font-size: 24px;
    font-weight: normal;
    color: #252525;
    text-align: center;
    margin: 0 auto 50px;
}
.feature-bathroom-wrp .row{
    margin: 0 -5px;
}
.feature-bathroom-wrp .row .col-md-7,.feature-bathroom-wrp .row .col-md-5{
    padding: 0 5px;
}
.award-img img{
    margin: 0 auto 30px;
}
.bathroom-img img{
    width: 100%;
}
.feature-bathroom-wrp .row .col-md-5 .bathroom-block{
    padding: 100px 0 0;
}
/* **** End Featured Bathroom **** */

/* **** Our Process **** */
.our-process-wrp{
    padding: 65px 0;
}
.our-process-wrp h2{
    font-size: 28px;
    font-weight: bold;
    color:#CA8718;
    text-align: center;
    margin: 0 auto 5px;
}
.our-process-wrp h6{
    font-size: 24px;
    font-weight: normal;
    color: #3d3d3d;
    text-align: center;
    margin: 0 auto 40px;
}
.our-process-wrp ul li{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.our-process-wrp ul li:nth-child(even){
    flex-flow: row-reverse;
}
.process-data{
    width: 50%;
    padding: 40px;
}
.process-data h3{
    font-size: 28px;
    font-weight: 500;
    color: #252525;
    margin: 0 0 20px;
}
.process-data p{
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: #3d3d3d;
    line-height: 22px;
}
.process-data p strong{
    font-weight: bold;
}
.process-img{
    width: 50%;
}
.process-img img{
    width: 100%;
    height:350px;
    object-fit: cover;
}
/* **** End Our Process **** */

/* **** Experience 3D Bathroom **** */
.experience-wrp{
    padding: 70px 0;
    position: relative;
    background: #F4F4F4;
}
.experience-wrp:after{
    position: absolute;
    content: '';
    width: 100%;
    height:40%;
    background: #CA8718;
    bottom: 0;
    left: 0;
}
.experience-wrp .container{
    max-width: 800px;
    position: relative;
    z-index: 1;
}
.experience-wrp h2{
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    color: #000;
    line-height: 46px;
    margin: 0 auto 35px;
}
.experience-wrp h2 strong{
    font-weight: 600;
}
.experience-wrp p{
    font-size: 16px;
    font-weight: normal;
    color: #000;
    line-height: 24px;
    text-align: center;
    margin: 0 auto 80px;
    max-width: 630px;
}
.experience-video{
    position: relative;
    height: 430px;
    width: 100%;
    margin: 0 auto 50px;
}
.experience-video iframe{
    position: relative;
}
img.videosp{
    position: absolute;
    top: -75px;
    left: -100px;
    width: 215px;
}
img.downar{
    position: absolute;
    right: -90px;
    bottom: -100px;
}
.experience-wrp .btn-secondary{
    margin: 0 auto;
    padding: 15px 30px;
    font-weight: 500;
}
/* **** End Experience 3D Bathroom **** */

/* **** Our Clients Work **** */
.previous-work-wrp{
    padding: 50px 0;
}
.previous-work-wrp h2{
    font-size: 36px;
    font-weight: bold;
    color: #3d3d3d;
    line-height: 46px;
    text-align: center;
    margin: 0 auto 15px;
    max-width: 490px;
}
.previous-work-wrp p{
    margin: 0 auto 40px;
    max-width: 400px;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    text-align: center;
    line-height: 22px;
}
.previous-box img{
    width: 100%;
    height: 245px;
    object-fit: cover;
}


.raitingbx-wrp{
    padding: 45px 0;
    background: #F2F2F2;
}
.raitingbx-wrp h2{
    font-size: 36px;
    font-weight: 600;
    color: #252525;
    text-align: center;
    margin: 0 auto 40px;
}
.raitingbx-wrp img{
    width: 100%;
}
/* **** End Our Clients Work **** */

/* **** How can i Help You **** */
.can-help-wrp{
    padding: 80px 0;
    position: relative;
    background: url('../images/help-back.jpg') 0 0 no-repeat;
    background-size: cover;
}
.can-help-wrp:before{
    position: absolute;
    content: '';
    background: #000;
    opacity: 0.85;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.can-help-wrp .container{
    position: relative;
    z-index: 1;
}
.can-help-wrp h2{
    font-size: 36px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    margin: 0 auto 25px;
}
.can-help-wrp .btn-main{
    margin: 0 auto;
    padding: 12px 40px;
    font-weight: 500;
    line-height: 34px;
}
.can-help-wrp .btn-main:hover{
    background: #fff;
    color: #101010;
}
.can-help-wrp p{
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin: 15px auto 0;
}
.can-help-wrp p a{
    color: #fff;
}
/* **** End How can i Help You **** */

/* **** Footer **** */
footer{
    background: #fff;
    padding: 25px 0;
}
footer .row{
    align-items: center;
}
.footer-logo img{
    height: 45px;
}
.addresbox{
    display: flex;
    align-items: center;
    justify-content: center;
}
.addresbox figure{
    margin-right: 15px;
    min-width: 45px;
    max-width: 45px;
}
.addresbox figure img{
    width: 100%;
}
.addresbox h6{
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    color: #252525;
}
footer p{
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    color: #252525;
    text-align: right;
}
/* **** End Footer **** */

/* **** Fixed Row **** */
.fixed-row{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 125;
    padding: 10px 0;
    background: #252525;
}
.fixed-row-inner{
    display: flex;
    align-items: center;
    justify-content: center;
}
.fixed-row-inner h2{
    color: rgb(255, 255, 255);
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    margin: 0;
}
.fixed-row-inner .btn-call{
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    padding: 12px 30px;
}
.fixed-row-inner .btn-call:hover{
    background: #fff;
    color: #101010;
}
.fixed-row-inner figure{
    margin: 0 50px;
}
.fixed-row-inner figure img{
    height: 35px;
}

.btn-close{
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.6);
    color: #525151;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transform: scale(1) translateY(-50%);
    -webkit-transform: scale(1) translateY(-50%);
    position: absolute;
    right: 20px;
    top: 50%;
    outline: none;
    box-shadow: none;
}
.btn-close:hover{
    background: #fff;
    transform: scale(1.1) translateY(-50%);
    -webkit-transform: scale(1.1) translateY(-50%);
}
/* **** End Fixed Row **** */