@font-face {
    font-family: "proxima-semibold";
    src: url(../fonts/MarkSimonson-ProximaNovaSemibold-webfont.ttf);
}
@font-face {
    font-family: "proxima-thin";
    src: url(../fonts/Mark-Simonson-Proxima-Nova-Thin-webfont.ttf);

}
a{
    color: #3f4043;
    text-decoration: none;
}
a:hover{
    color: #3f4043;
    text-decoration: none;
}
.navbar-inverse{
    background-color: #fff;
    border: none;
}
.navbar-brand{
    border-right: 1px solid #a5a7aa;
    margin-top: 10px;
    padding-top: 5px;
    margin-bottom: 10px;
    padding-right: 40px;
}
.navbar-inverse .navbar-nav>li>a{
    font-family: "proxima-semibold";
    color: #a5a7aa;

}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover{
    color: #222222;
}
.navbar-nav{
    float: none;
    display: inline-block;
}
.navbar-border-left{
    border-left: 1px solid #a5a7aa;
    margin-top: 10px;
    padding-left: 30px;
}
.navbar-expertbtn>li>a{
    padding-top: 5px;
    padding-bottom: 5px;
}
.navbar-expertbtn>li>a span{
    color: #283891;
    display: block;
    font-size: 17px;

}
.navbar-nav>li{
    float: none;
    display: inline-block;
}
.navbar-main{
    width: 58%;
    text-align: center;
    margin-top: 10px;


}
.navbar{
    margin-bottom: 0;
}

.sub-menu{
    background-color: #283891;
}
.sub-menu .navbar-inverse{
    background-color: #283891;
}
.sub-menu .navbar{
    margin-bottom: 0;
}
.sub-menu .navbar-inverse .navbar-nav>li>a{
    color: #fff;
}
.sub-menu .navbar-nav>li>a.thin-italic{
    font-family: "proxima-thin";
    font-style: italic;
}
.navbar-custom2{
    padding-left: 200px;
}
.bookappointment-btn{
    background-color: #1dbecf;
}
.sub-menu .navbar-nav>li>a.bookappointment-btn,.sub-menu .navbar-nav>li>a.bookappointment-btn:focus{
    background-color: #1dbecf;
}
.banner-homapage{
    background: url("../images/Homepage-banner.png") no-repeat;
    background-size: cover;
    height: 573px;
    position: relative;
    background-position: center;
}
.navbar-um{
    padding-left: 0;
}
.banner-text{
    max-width: 710px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 25%;
}
.banner-text h1{
    color: #fff;
    font-family: "proxima-semibold";
    font-size: 45px;

}
.banner-text h3{
    color: #fff;
    font-family: "proxima-semibold";
    margin-top: 10px;
    margin-bottom: 30px;
}
.banner-text .banner-btns a.bookappoint-btn{
    background-color: #1dbecf;
    color: white;
    padding: 10px;
    border-radius: 5px;
}
.banner-text a.explore-btn{
    background-color: #283891;
    color: white;
    padding: 10px;
    border-radius: 5px;
    padding-left: 35px;
    padding-right: 35px;

}
.before-heading{
    color: #a5a7aa;
    font-family: "proxima-semibold";
    letter-spacing: 15px;
    text-align: center;

}
.heading-section{
    color: #3f4043;
    font-family: "proxima-semibold";
    text-align: center;
    margin-top: 10px;
}
.para-section{
    color: #000;
    font-family: "proxima-thin";
    text-align: center;
    font-size: 18px;
}
.process-section{
    background-color: #f1f3fe;
 }
.process-equation .eq1{
    display: inline-block;
    padding: 28px;
    text-align: center;
    vertical-align: middle;
}
.process-equation .eq1 h4{
    color: #3f4043;
    font-family: "proxima-semibold";
}
.get-started-now-btn{
    background-color: #1dbecf;
    color: #fff;
    font-family: "proxima-semibold";
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 20px;
    margin: auto;
    display: table;
    margin-top: 20px;
}
a.get-started-now-btn:hover {
    text-decoration: none;
    color: white;
}
.paddingtop-bptm-section{
    padding-top: 40px;
    padding-bottom: 40px;
}
.Product-section .products{
    text-align: center;
    padding: 0px;
    border: 1px solid #a5a7aa;
    border-right: 0;
    margin-top: 40px;
    z-index: 1;
    height: 230px;
}
.Product-section .row{
    margin-left: 0;
    margin-right: 0;
}
.Product-section .products h4{
    font-family: "proxima-semibold";
}
.Product-section .products:hover{

}
.backgroud-image{
    background: url("../images/Homepage_office-fur-hover.png")no-repeat;
    background-position: center;
    background-size: 100% 100%;
    z-index: 0;
    height: 100%;
    visibility: hidden;
}

.Product-section .imgtext{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    visibility: visible;
}
.Product-section .product-section-btn a{
    background-color: #283891;
    color: #fff;
    font-family: "proxima-semibold";
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -40px;
    opacity: 0;
}
.Product-section .product-section-btn2 a{
    bottom: 0px;
    opacity: 1;
}
.imagetexthidden{
    visibility: hidden !important;
}

.backgroundimage-show{
    visibility: visible;
}
.bookapp1{
    background-color: #1dbecf;
    color: white;
    padding: 10px;
    border-radius: 5px;
}
.collaboration-section .img-td{
    width: 50%;
}
.collaboration-section .image-side img{
    width: 100%;

}
.collaboration-section .text-side{
    padding: 50px;
    text-align: left;
}
.collaboration-section .text-td{
    background-color: #e0f3f5;
}
.collaboration-section h1{
    text-align: left;
}
.collaboration-section h4{
    text-align: left;
    letter-spacing: 8px;

}
.collaboration-section .processdiv{
    margin-bottom: 70px;
}
.services-section{
    position: relative;
}
.services-section .services{
    background: url("../images/Homepage_services.png") no-repeat;
    background-position: left;
    margin-left: 20px;
    height: 552px;
    position: relative;

}
.services-section h1, .services-section h4{
    text-align: left;
}
.services-section h1{
    margin-bottom: 70px;
}
.services-section .processdiv{
    padding: 50px;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    max-width: 600px;
}
.getstarted2{
    background-color: #1dbecf;
    color: white;
    padding: 10px 25px;
    border-radius: 5px;
}
.services-section .services-detail{
    width: 600px;
    background-color: #f1f3fe;
    padding: 50px;
}
.services-section .services-detail .td-head{
    font-family: "proxima-semibold";
    color: #3f4043;
    font-size: 20px;
    padding-right: 10px;
    border-right: 1px solid #dcdcdc;
    padding-bottom: 30px;
}
.services-section .services-detail .td-explaination{
    font-family: "proxima-thin";
    color: #000;
    padding-left: 20px;
    padding-bottom: 30px;

}
.services-section .services-detail {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);

}

.testimonial-section .testimonial-1 img{
    margin: auto;
    display: table;

}
.testimonial-section .testimonial-1 h2{
    font-family: "proxima-semibold";
    color: #3f4043;
    text-align: center;
}

.testimonial-section .testimonial-1 p{
    font-family: "proxima-thin";
    color: #000;
    text-align: center;
    font-size: 16px;
}
.testimonial-section .testimonial-1 h3{
    font-family: "proxima-semibold";
    color: #3f4043;
    text-align: center;

}
.testimonial-1{
    margin-top: 30px;
}
.divider{
    height: 1px;
    width: 100px;
    background-color: #dcdcdc;
    margin: auto;
    margin-top: 20px;
}
.talk-expert-section{
    background-color: #3f4043;
}
.talk-expert-section .text-line{
    font-family: "proxima-semibold";
    color: white;
    display: inline-block;
    padding-right: 30px;
    padding-bottom: 10px;
}
.talk-expert-section .number-expert{
    font-family: "proxima-semibold";
    color: #1dbecf;
    display: inline-block;
    padding-bottom: 10px;
}
.gallery-homepage .gallery-img1{
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
}
.gallery-homepage .gallery-img1 img{
    width: 100%;
}
.gallery-homepage{
    margin-top: 40px;
}
.gallery-homepage .row{
    margin-left: 0;
    margin-right: 0;
}
.padd-r img{
    padding-right: 10px;
}
.padd-l img{
    padding-left: 10px;
}

.view-gallery-btn{
    background-color: white;
    color: #40407a;
    padding: 10px 25px;
    font-size: 16px;
    border-radius: 5px;
    font-family: "proxima-semibold";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}
.overlay h2{
    color: white;
    font-family: "proxima-semibold";
    text-align: center;


}
.hovereffect {
    width:100%;
    height:100%;
    float:left;
    overflow:hidden;
    position:relative;
    text-align:center;
    cursor:default;
}

.hovereffect .overlay {
    width:100%;
    height:100%;
    position:absolute;
    overflow:hidden;
    top:0;
    left:0;
    opacity:0;
    background-color:#40407a;
    -webkit-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out
}

.hovereffect img {
    display:block;
    position:relative;
    -webkit-transition:all .4s linear;
    transition:all .4s linear;
}

.hovereffect h2 {
    /*text-transform:uppercase;*/
    color:#fff;
    text-align:center;
    position:relative;
    /*font-size:17px;*/
    /*background:rgba(0,0,0,0.6);*/
    -webkit-transform:translatey(-100px);
    -ms-transform:translatey(-100px);
    transform:translatey(-100px);
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    padding:10px;
}

.hovereffect a.info {
    text-decoration:none;
    display:inline-block;
    text-transform:uppercase;
    /*color:#fff;*/
    /*border:1px solid #fff;*/
    /*background-color:transparent;*/
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    /*margin:50px 0 0;*/
    padding:7px 14px;
}

.hovereffect a.info:hover {
    box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
    -ms-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
}

.hovereffect:hover .overlay {
    opacity:0.8;
    filter:alpha(opacity=80);
}
.hovereffect:hover h2{
    opacity:1;
    filter:alpha(opacity=100);
    -ms-transform:translatey(0);
    -webkit-transform:translatey(0);
    transform: translatey(-50%);
    top: 35%;
}
.hovereffect:hover a.info {
    opacity:1;
    filter:alpha(opacity=100);
    /*-ms-transform:translatey(0);*/
    /*-webkit-transform:translatey(0);*/
    /*transform:translatey(0);*/
}

.hovereffect:hover a.info {
    -webkit-transition-delay:.2s;
    transition-delay:.2s;
}
.connect-section p{
    font-family: "proxima-thin";
    color: #000;
    font-size: 16px;
    text-align: center;

}
.connect-section a{
    font-family: "proxima-thin";
    color: #3f4043;
    font-size: 16px;
    text-align: center;
    display: block;
    padding-top: 10px;
}
.connect-section h4{
    font-family: "proxima-semibold";
    color: #3f4043;
    text-align: center;
    margin-top: 20px;
}
.connect-section .bookappoint-btn{
    background-color: #1dbecf;
    color: white;
    padding: 10px;
    border-radius: 5px;
    margin: auto;
    display: table;
    margin-top: 40px;
}

.connect-section .explore-btn{
    background-color: #283891;
    color: white;
    padding: 10px;
    border-radius: 5px;
    padding-left: 17px;
    padding-right: 17px;
    margin: auto;
    display: table;
    margin-top: 40px;
}
.social-icons{
    margin: auto;
    display: table;
}
.social-icons i{
    color: #283891;
    padding-right: 10px;
    padding-top: 15px;
}
.border-right{
    border-right: 1px solid #dcdcdc;
}
.footer-section .footer-menu{
    border-bottom: 1px solid #545558;
    padding-bottom: 5px;
    padding-top: 89px;

}

.footer-section .footer-menu a{

    color: #a5a7aa;
    font-family: "proxima-semibold";
    min-width: 116px;
    display: inline-block;
    margin: 0;
}
.footer-section .footer-part1{
    background-color: #3f4043;

}
.footer-section .footer-logo{

    padding-top: 30px;
}
.footer-section .containercustom{
    padding-right: 15px;
    padding-left: 15px;
    background-color: #47484b;
}
.all-right-reserved{
    background-color: #47484b;
    border-top: 1px solid #9d9d9d;
}
.all-right-reserved p.rightsreserved{
    color: #a5a7aa;
    float: left;
    margin-top: 10px;
}
.all-right-reserved h5{
    color: #a5a7aa;
   float: right;
}
.all-right-reserved a{
    color: #a5a7aa;
}
.footer-section .inner-f1{
    max-width: 425px;
    margin: auto;
}
.footer-section .footer-part2{

}
.footer-section .inner-f2{
    margin-top: 30px;
    padding-left: 20px;
    margin-bottom: 20px;
    border-right: 1px solid #67686b;
}
.footer-section .inner-f2 a{
    color: #a5a7aa;
    font-family: "proxima-semibold";
    display: block;
    padding-top: 15px;
    text-transform: uppercase;
}
.footer-section .inner-f2 p{
    color: #a5a7aa;
    font-family: "proxima-thin";
    display: block;
    text-transform: uppercase;
}

.footer-section .inner-f3{
    padding-top: 30px;
    padding-left: 20px;
    padding-bottom: 20px;
}
.footer-section .inner-f3 h5{
    color: #a5a7aa;
    font-family: "proxima-semibold";
    display: block;
    padding-top: 5px;
   
}
.footer-section .inner-f3 p{
    color: #a5a7aa;
    font-family: "proxima-thin";
    display: block;
    text-transform: uppercase;
}
.footer-section .social-icons{
    text-align: left;
    margin: 0;

}
.footer-section .social-icons i{
    color: #a5a7aa;
    padding-right: 20px;
    padding-top: 15px;
    font-size: 20px;
}

.paddingbptm-section{
    padding-bottom: 40px;
}
.services1 h4{
    font-family: "proxima-thin";
    color: #000;
    font-size: 20px;
}
.services1 p{
    font-family: "proxima-thin";
    color: #000;
    font-size: 16px;
    padding-top: 20px;
}
.designer-section{

    margin-bottom: 30px;
}
.designer-section .texttd{
    background-color: #f1f3fe;
    padding: 60px;
}

.designer-section .texttd h3{

    font-family: "proxima-semibold";
    color: #3f4043;

}
.designer-section .texttd p{

    font-family: "proxima-thin";
    color: #000;
    font-size: 16px;
    padding-bottom: 30px;
}
.one-one-collaboration{
    background: url("../images/Services_background-one-one.png") no-repeat;
    background-size: cover;
    height: 492px;
    position: relative;
    background-position: center;

}
.one-one-collaboration .processdiv{
    max-width: 400px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.one-one-collaboration .processdiv .before-heading{
   letter-spacing: 5px;
    text-align: left;
}
.one-one-collaboration .processdiv .heading-section{
    font-size: 30px;
    text-align: left;
    margin-bottom: 50px;
}
.banner-otherpages{
    background: url("../images/Services_banner.png")no-repeat;
    background-size: cover;
    height: 341px;
}
.contact-us-section .info{

}
.contact-us-section .info h5{
    font-family: "proxima-semibold";
    font-size: 20px;
    color: #3f4043;
}
.contact-us-section .info p{
    font-family: "proxima-thin";
    font-size: 16px;
    color: #000;
    margin-top: 20px;
}
.contact-us-section .info .social-icons i{
    color: #a5a7aa;
    padding-right: 15px;
    font-size: 17px;
}
.contact-us-section .info .social-icons {
    margin: 0;
}
.time{
    margin-top: 0px !important;
    margin-bottom: 2px;
}
 .form{
    padding: 30px;
    padding-top: 0;
     padding-bottom: 0;
}
 .form p{
    font-family: "proxima-thin";
    color: #3f4043;
    font-size: 18px;
}
.form .input-item label{
    font-family: "proxima-semibold";
    color: #3f4043;
    font-size: 18px;
    width: 150px;
}
.form .input-item input{
    width: 70%;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 5px;
    border: 1px solid #3f4043;
    margin-bottom: 25px;
    padding-left: 20px;
}
.form .input-item textarea{
    width: 70%;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 5px;
    border: 1px solid #3f4043;
    margin-bottom: 25px;
    padding-left: 20px;
    height: 130px;
}
.form .submitbtn{
    background-color: #283891;
    color: white;
    font-family: "proxima-semibold";
    font-size: 16px;
    border: none;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    margin-left: 155px;

}
.appointment-section{
    background: url("../images/Appointment_back-form.png") no-repeat;
    height: 802px;
    background-size: cover;

}
.appointment-form p{
    padding-bottom: 30px;

}
.appointment-form{
    margin-top: 60px;
}
.gallery-menu{
    padding-top: 30px;
}
.gallery-menu a{
    margin-right: 70px;
    font-family: "proxima-semibold";
    color: #3f4043;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
    border: 1px solid #fff;
    cursor: pointer;

}
.gallery-menu .menu{
    margin: auto;
    display: table;
}
.gallery-menu a:hover,.gallery-menu a:focus,.gallery-menu a:active{
    border: 1px solid #3f4043;

    border-radius: 3px;
}
.gallery .img30{
    width: calc(33.33% - 6px);
    display: inline-block;
    overflow: hidden;
    margin-bottom: 5px;
    max-height: 280px;
}
.gallery .img50{
    width: calc(50% - 5px);
    display: inline-block;
    overflow: hidden;
    margin-bottom: 5px;
    max-height: 424px;
}
.gallery .img30 img{
    width: 100%;
}
.gallery .img50 img{
    width: 100%;
}
.gallery .margin-right{
    margin-right: 5px;
}
.gallery .searchgallerybtn{
    font-size: 30px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.closet-page a.types-name{
    font-size: 20px;
    border: none;
    padding-right: 20px;
    padding-left: 0;
    border-right: 1px solid #a5a7aa;

}
.closet-page .menu{
    border-top: 1px solid #a5a7aa;
    border-bottom: 1px solid #a5a7aa;
    padding-bottom: 10px;
    padding-top: 10px;
}

.imgtd{
    width: 50%;
}
.texttd{
    width: 50%;
}
.imgtd img{
    width:100%;
}

.services1 ul li {
    font-family: "proxima-thin";
    color: #000;
    font-size: 16px;
    padding-top: 20px;
}

.gallery .img50 img{
      image-orientation: flip;
}
.gallery .img30 img{
    image-orientation: flip;
}
.contact-us-section .info a{
    font-family: "proxima-thin";
    font-size: 16px;
    color: #000;
    margin-top: 20px;
}
.background-closets{
    background: url("../images/hovclosets.png") no-repeat;
    background-size: 100% 100%;
}
.background-kitchen{
    background: url("../images/hovekitchen.png") no-repeat;
    background-size: 100% 100%;
}
.background-wallpanel{
    background: url("../images/hovewallpanel.png") no-repeat;
    background-size: 100% 100%;
}









