<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@font-face {
    font-family: 'optimaregular';
    src: url('../fonts/unicode.optima-webfont.woff2') format('woff2'), url('../fonts/unicode.optima-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'optimaregular';
    color: #474747;
}

a {
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    color: #474747;
}

a:hover {
    color: #777;
}

/* New Css Start Here 08-12-2022 */

.left_side_content h1, .left_side_content h2 {
    font-weight: bold;
    letter-spacing: .08em;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
    color: #474747;
    font-variant: normal;
	/*text-align: center;*/
}
.left_side_content h1:before, .left_side_content h2:before {
    content: '';
    position: absolute;
    /*left: 40%;*/
    background-color: #474747;
    height: 1px;
    width: 420px;
    bottom: 0;
}

.home-page-sec .hm-top-content .home-project-list-desc .left_side_content h2:before { right: 0; left: 0; margin: 0 auto; }

.left_side_content p:not(:last-child) {
    margin-bottom: 20px;
}
.home-project-list-desc p{
    /*width: 800px;*/
    width: 100%;
    margin: 0 auto;
}
.right_side_content .list_data_ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.right_side_content .list_data_ul&gt;li:not(:last-child) {
    margin-bottom: 15px;
}
.right_side_content .list_data_ul&gt;li&gt;span {
    display: block;
    font-weight: 700;
    font-size:16px;
}
.right_side_content .list_data_ul&gt;li {
    font-size: 20px;
}
.right_side_content {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media(max-width:1199.98px){
    .right_side_content {
        height: 421px;
    }
}
@media(max-width:991.98px){
    .home-project-list-desc .col-sm-7, .home-project-list-desc .col-sm-5{
        width: 100%;
    }
    .home-project-list-desc .left_side_content h2:before {
        width: 390px;
    }
    .right_side_content {
        height:auto;
        justify-content: start;
        margin-top: 20px;
    }
}
 

/* New Css End Here 08-12-2022 */






/* full section */

.header .container {
    padding-right: 30px;
    position: relative;
}

.header {
    background: #ffffff;
    left: 0;
    position: fixed;
    top: 30px;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 0 0px #979797;
}

.logo {
    margin: 7px 0;
}

.logo img {
    max-width: 100%;
}

.m-menu {
    display: inline-block;
    height: 25px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 25px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    cursor: pointer;
    z-index: 9999;
}

.m-menu span {
    background: #72726b;
    display: block;
    height: 4px;
    margin: 6px 0;
    width: 30px;
    transition: all 0.3s ease-in-out 0s;
}

.m-menu:hover span {
    background: #999;
}


/*video {  width: 100%;}*/

.home-video {
    overflow: hidden;
    width: 100%;
    /*background-color:rgba(248,247,216,0.7);*/
    /*background-color:#000;*/
}

.single-project .detail-listing .pro-listing .tubepress_thumbs .tubepress_thumb {
    width: 50%;
    display: inline-block;
}

.single-project .pro-listing .pagination {
    display: none;
}

.single-project .tubepress_thumbnail_area {
    margin-top: 0;
}

.single-project .pro-listing .img-box img {
    max-height: 280px;
    width: 100%;
}

.single-project .pro-listing .img-box img.pro-image {
    min-height: 280px;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
}

.single-project .pro-listing .img-box {
    display: none;
}

.single-custom_feature .pro-listing .img-box {
    display: none;
}

.page-template-page-project .pro-listing li a img {
    max-height: 255px;
    min-height: 255px;
    width: 100%;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
}

.page-template-page-project .pro-listing li.no-data {
    width: 100%;
}

.loading-box img {
    margin: 0 auto;
    display: block;
}

.header,
.logo,
.container,
.logo img {
    transition: all 0.3s ease-in-out 0s;
}

.header.sticky .logo img {
    max-width: 100%;
}


/*.header.sticky .container {padding-right: 170px;}*/

.header.sticky {
    top: 20px;
    box-shadow: 0 0 16px #979797;
    -moz-box-shadow: 0 0 16px #979797;
    -webkit-box-shadow: 0 0 16px #979797;
    -ms-box-shadow: 0 0 16px #979797;
    -o-box-shadow: 0 0 16px #979797;
}

.logo a {
    display: block;
    padding: 25px 60px 40px 90px;
    position: relative;
}

.logo a .main-logo {
    left: 0;
    position: absolute;
    top: 13px;
}

.logo a span {
    background: #888888;
    display: block;
    height: 2px;
    margin: 0;
    width: 100%;
}

.right-logo {
    float: right;
}

.header .logo .main-logo {
    max-width: 70px;
}

.header.sticky .logo a {
    padding: 5px 60px 37px 70px;
}

.header.sticky .logo .main-logo {
    max-width: 45px;
}

.header.sticky .logo {
    margin: 0;
}

#menu-main-menu .current_page_item&gt;a {
    background-color: #474747;
    color: #fff;
}

#menu-main-menu li a:hover {
    background-color: #474747;
    color: #fff;
}


ul.sub-menu li.menu-item span.menu-item-description {
    display: block;
    font-size: 14px;
    line-height: 21px;
    padding: 15px 10px 0 20px;
}
ul.sub-menu li.menu-item { padding-top: 20px; }
ul.sub-menu li.menu-item span.menu-item-description strong { font-style: normal; }
#menu-main-menu .sub-menu li.menu-item&gt;a { padding: 10px 10px; }

/* content about */


/*.main-section{background:url(../images/left-map-bg.png), url(../images/right-map-bg.png);
background-position:left top, right 45%; background-repeat:no-repeat, no-repeat; }*/

.home-about {
    display: inline-block;
    /*padding: 50px 0;*/
    padding: 20px 0px 50px;
    text-align: center;
    width: 100%;
}

.home-about .container {
    z-index: 9;
    position: relative;
}

.home-about h3 {
    font-size: 24px;
    margin: 20px 0 0px;
    padding: 0;
    border-bottom: none;
    display: block;
    letter-spacing: 2px;
}

.home-about h3 span {
    position: relative;
    padding: 0px;
    display: inline-block;
}

.home-about h3 span:before {
    background: #474747;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    width: 80%;
}
.home-about h2 span:before {
    background: #474747;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    width: 20%;
}

.home-about p {
    display: block;
    font-size: 16px;
    line-height: 30px;
    margin: 0 auto;
    max-width: 1110px;
}

.home .home-press-section {
    text-align: left;
}

.home .home-press-section p {
    display: inline-block;
}

.home .home-press-section ul {
    width: 100%;
    display: inline-block;
    padding: 0;
}

.home .home-press-section ul li {
    display: inline-block;
    padding: 3px 10px;
}

.video-responsive {
    background: url(../images/giphy.gif) no-repeat 50% 57%;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
}

.canvas,
.video {
    /*height: 100%;*/
    left: 0;
    position: absolute;
    top: 0;
    /*width: 100%;*/
    background: #999;
    z-index: 5;
}

.left-houzz {
    bottom: 15%;
    cursor: pointer;
    right: 0;
    position: fixed;
    top: auto;
    z-index: 999;
    transition: all 0.6s ease-in-out 0s;
    opacity: 1;
}

.houzz-open .left-houzz {
    opacity: 0;
}

.left-houzz img {
    max-width: 30px;
}

.home-product {
    background: #ffffff;
    display: inline-block;
    padding: 0px 0 50px;
    width: 100%;
}
.hm-top-content { padding-bottom: 20px; }
.title {
    display: inline-block;
    margin: 0 0 70px;
    text-align: center;
    width: 100%;
}

.title span {
    display: inline-block;
    font-size: 24px;
    padding: 0 0px 20px;
    text-align: center;
    font-weight: 600;
    position: relative;
}

.title span:before {
    background: #474747;
    bottom: 0;
    content: "";
    height: 1px;
    /*left: 50%;*/
    left: 40%;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    width: 80%;
}

.pro-listing {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.pro-listing li {
    display: inline-block;
    float: left;
    padding: 0px;
    text-align: center;
    width: 33.33%;
}

.page-template-template-project-video-page .video-slider .pro-listing li {
    display: inline-block;
    float: left;
    padding: 0px;
    text-align: center;
    width: 100%;
}

.inner-product .pro-listing li {
    padding: 5px;
}

.pro-listing li a.before-filter::before {
    background: rgba(41, 41, 41, 0.7);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
}

.pro-listing li a {
    color: #474747;
    display: block;
    position: relative;
}

.pro-listing li a img {
    max-width: 100%;
    width: 100%;
}

.pro-listing li h4 {
    font-size: 18px;
    margin: 4px 0 20px;
    height: auto !important;
}

.inner-product .pro-listing li a span {
    border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    padding: 5px 15px;
    /*left: 50%; position: absolute;top: 50%;transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%);*/
    opacity: 0;
}

.page-template-template-custom-features-page .inner-product .pro-listing li a span {
    border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    padding: 5px 15px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    opacity: 0;
}

.feature-press li a {
    position: relative;
    display: block;
    width: 100%;
}

.feature-press li a:before,
.feature-press li a span,
.pro-listing li a:before,
.pro-listing li a span {
    transition: all 0.3s ease-in-out 0s;
}

.pro-listing li:hover a:before,
.inner-product .pro-listing li:hover a span {
    opacity: 1;
}

dd.tubepress_meta_title,
dd.tubepress_meta_title a,
dd.tubepress_meta_title a:hover {
    width: 100% !important;
}

.filter-area .clear-option {
    width: auto;
    display: inline-block;
    float: left;
    text-align: center;
    padding-right: 35px;
}

.filter-area .clear-option label {
    width: 100%;
    display: inline-block;
}

.feature-press li a span {
    border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    left: 50%;
    padding: 5px 15px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    opacity: 0;
}

.feature-press li a span:hover {
    color: #474747;
    background: #fff;
}

.feature-press li a {
    position: relative;
    display: block;
    width: 100%;
}

.feature-press li a:before {
    background: rgba(41, 41, 41, 0.7);
    bottom: 3px;
    content: "";
    left: 3px;
    position: absolute;
    right: 3px;
    top: 3px;
    opacity: 0;
}

.feature-press li a:hover:before,
.feature-press li a:hover span {
    opacity: 1;
}

.pro-listing li a .project-link {
    color: #ffffff;
    display: inline-block;
    padding: 5px 15px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    opacity: 0;
    left: 0px;
    right: 0px;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
}

.pro-listing li a:hover .project-link {
    opacity: 1;
}

.pro-listing li a .project-link span {
    border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    padding: 5px 15px;
}

#featured-projects .pro-listing li h4 {
    margin: 8px 0 0px;
    height: auto !important;
}

.home-listing {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.home-listing li {
    display: inline-block;
    float: left;
    padding: 0px;
    text-align: center;
    width: 33.33%;
}


.home-product .home-listing li .listing_wrap::before {
    background: rgba(41, 41, 41, 0.7);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
}

.home-listing li .listing_wrap {
    color: #474747;
    display: block;
    position: relative;
}

.home-listing li .listing_wrap img {
    max-width: 100%;
    width: 100%;
}
.home-page-sec #hm-product ul.listing-sec li .listing_wrap img { /*border-radius: 100%;*/ }
.home-page-sec #hm-product ul.listing-sec li .listing_wrap .project-link a { border: none; }
.home-page-sec #hm-product ul.listing-sec li .listing_wrap .project-link a:hover { background: transparent; }

.home-listing li h4 {
    font-size: 18px;
    margin: 4px 0 5px;
}

.home-listing li p {
    font-size: 18px;
    margin: 4px 0 7px;
}

.home-listing li .listing_wrap .project-link {
    color: #ffffff;
    display: inline-block;
    /*padding: 5px 15px;*/
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    opacity: 0;
    left: 0px;
    right: 0px;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
}

.home-listing li .listing_wrap:hover .project-link {
    opacity: 1;
}

.home-listing li .listing_wrap .project-link.project-desc-sec {
    position: relative;
    top: 0;
    opacity: 1;
    text-align: left;
    color: #474747;
    transform: translate(0%, -0%);
    -webkit-transform: translate(0%, -0%);
    -moz-transform: translate(0%, -0%);
}

.home-listing li .listing_wrap .project-link.project-desc-sec p {
    font-size: 15px !important;
}

.home-listing li .listing_wrap .project-link a {
    border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    padding: 5px 20px;
    cursor: pointer;
}

.home-listing li .listing_wrap .project-link a:hover {
    background: #fff;
    color: #474747;
}

.home-listing li .listing_wrap .project-link.project-desc-sec h3 a {
	color: #474747;
	font-size: 22px;
}

.home-listing li .listing_wrap:before,
.home-listing li span {
    transition: all 0.3s ease-in-out 0s;
}

.home-listing li .listing_wrap:hover:before {
    opacity: 1;
}

.tubepress_meta_group .expand {
    display: none;
}


/* ghome press */

.home-press {
    padding: 50px 0 25px;
    width: 100%;
    display: inline-block;
}


/*footer  */

.footer {
    display: inline-block;
    padding-bottom: 40px;
    text-align: center;
    width: 100%;
    vertical-align: top;
}

.footer .footer-top span {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
}

.footer .footer-top ul {
    display: inline-block;
    list-style-type: none;
    margin: 5px 0 12px;
    padding: 0;
    width: 100%;
}

.footer .footer-top ul li {
    border-right: 1px solid #474747;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    padding: 0 5px;
}

.footer .footer-top ul li:last-child {
    border: none;
}

.footer-bottom {
    background: #ffffff;
    border-top: 1px solid #474747;
    bottom: 0;
    display: inline-block;
    left: 0;
    padding: 10px;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.footer-bottom&gt;ul {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.footer-bottom ul li {
    display: inline-block;
    padding: 0 7px;
    position: relative;
}

.footer-bottom ul li:before {
    background: #474747;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: -3px;
    margin: -2px 0 0;
    position: absolute;
    top: 50%;
    width: 5px;
}

.footer-bottom ul li:first-child:before {
    display: none;
}

a.back-top {
    border: 3px solid #474747;
    border-radius: 0px;
    bottom: 45px;
    font-size: 32px;
    color: #474747;
    display: block;
    height: 45px;
    line-height: 1;
    padding: 1px 0 0;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    transition: all .25s ease-in-out 0s;
    vertical-align: middle;
    width: 45px;
    z-index: 999999;
}

a.back-top:hover {
    background: #474747;
    color: #fff;
}

.footer-bottom {
    opacity: 1;
    pointer-events: none;
    visibility: visible;
    transition: all 0.3s ease-in-out 0s;
}

.scrolling .footer-bottom {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.feature-press {
    display: inline-block;
    list-style-type: none;
    margin: -4px 0 0;
    padding: 0;
    width: 100%;
}

.feature-press .left-press {
    float: left;
    padding: 0;
    width: 69%;
}

.feature-press .right-press {
    float: left;
    padding: 0;
    width: 31%;
}

.feature-press li img {
    width: 100%;
}

.feature-press li a {
    display: block;
    padding: 3px;
}


/* btn */

.btn-block {
    display: inline-block;
    margin: 44px 0 0;
    text-align: center;
    width: 100%;
    vertical-align: top;
}

.more_btn {
    background: #fff;
    border: 1px solid #474747;
    color: #474747;
    display: inline-block;
    font-size: 16px;
    padding: 5px 10px;
    text-decoration: none;
    vertical-align: middle;
    width: 100%;
    max-width: 145px;
    text-align: center;
}

.more_btn:hover {
    background: #474747;
    color: #ffffff;
}

/*.page-id-7515 .product_grid_block .more_btn,
.page-id-7864 .product_grid_block .more_btn {
    background: #474747;
    color: #ffffff;
    border: 1px solid #474747;
    max-width: 250px;
}

.page-id-7515 .product_grid_block .more_btn:hover,
.page-id-7864 .product_grid_block .more_btn:hover {
    background: #fff;
    border: 1px solid #474747;
    color: #474747;
}*/

.service-pg-btn { max-width: 350px; margin-top: 30px; padding: 10px;}


/*.mobile-load-wrapper .more_btn:hover {background: #474747;color: #ffffff; transition:unset; -webkit-transition:unset; -moz-transition:unset;}*/

.woocommerce a.button {
    background: #fff !important;
    border: 1px solid #474747;
    color: #474747 !important;
    display: inline-block;
    font-size: 16px;
    padding: 5px 10px;
    text-decoration: none;
    vertical-align: middle;
    width: 100%;
    max-width: 145px;
    text-align: center;
    line-height: 24px;
    border-radius: 0;
    font-weight: normal;
}

.woocommerce a.button:hover {
    background: #474747 !important;
    color: #ffffff !important;
}

.woocommerce .woocommerce-MyAccount-content input.button {
    background: #fff !important;
    border: 1px solid #474747 !important;
    color: #474747 !important;
    display: inline-block;
    font-size: 16px;
    padding: 5px 10px;
    text-decoration: none;
    vertical-align: middle;
    width: 100%;
    max-width: 145px;
    text-align: center;
    line-height: 24px;
    border-radius: 0;
    font-weight: normal;
}

.woocommerce .woocommerce-MyAccount-content input.button:hover {
    background: #474747 !important;
    color: #ffffff !important;
}

.woocommerce table.shop_table td.actions button.button,
#customer_login .form-row .button.more_btn {
    background: #fff;
    border: 1px solid #474747;
    color: #474747;
    display: inline-block;
    font-size: 16px;
    padding: 5px 10px;
    text-decoration: none;
    vertical-align: middle;
    width: 100%;
    max-width: 145px;
    text-align: center;
    line-height: 24px;
    border-radius: 0;
    font-weight: normal;
}

.woocommerce table.shop_table td.actions button.button:hover,
#customer_login .form-row .button.more_btn:hover {
    background: #474747;
    color: #ffffff;
}

.woocommerce a.button.wc-forward {
    background: #fff !important;
    border: 1px solid #474747;
    color: #474747 !important;
    display: inline-block;
    font-size: 16px;
    padding: 5px 10px;
    text-decoration: none;
    vertical-align: middle;
    width: 100%;
    max-width: 145px;
    text-align: center;
    line-height: 24px;
    border-radius: 0;
    font-weight: normal;
}

.woocommerce a.button.wc-forward:hover {
    background: #474747 !important;
    color: #ffffff !important;
}

.woocommerce .checkou_coupon.calloutbox input.button {
    background: #fff !important;
    border: 1px solid #474747;
    color: #474747 !important;
    display: inline-block;
    font-size: 16px;
    padding: 5px 10px;
    text-decoration: none;
    vertical-align: middle;
    width: 100%;
    max-width: 145px;
    text-align: center;
    line-height: 24px;
    border-radius: 0;
    font-weight: normal;
}

.woocommerce .checkou_coupon.calloutbox input.button:hover {
    background: #474747 !important;
    color: #ffffff !important;
}

#frmOrderSave .more_btn {
    background: #474747 !important;
    border: 1px solid #474747;
    color: #fff !important;
    display: inline-block;
    font-size: 16px;
    padding: 5px 10px;
    text-decoration: none;
    vertical-align: middle;
    width: 100%;
    max-width: 175px;
    text-align: center;
    line-height: 24px;
    border-radius: 0;
    font-weight: normal;
}

#frmOrderSave .more_btn:hover {
    background: #fff !important;
    color: #474747 !important;
}

.place-order input#place_order {
    background: none !important;
    border: 1px solid #474747;
    color: #474747 !important;
    display: inline-block;
    font-size: 16px;
    padding: 5px 10px;
    text-decoration: none;
    vertical-align: middle;
    width: 100%;
    max-width: 145px;
    text-align: center;
    line-height: 24px;
    border-radius: 0;
    font-weight: normal;
}

.place-order input#place_order:hover {
    background: #474747 !important;
    color: #ffffff !important;
}

.cart_totals .wc-proceed-to-checkout a.checkout-button {
    background: #fff;
    border: 1px solid #474747;
    color: #474747;
    display: inline-block;
    font-size: 16px;
    padding: 5px 10px;
    text-decoration: none;
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
    text-align: center;
    line-height: 34px;
    border-radius: 0;
    font-weight: normal;
}

.cart_totals .wc-proceed-to-checkout a.checkout-button:hover {
    background: #474747;
    color: #ffffff;
}

.owl-nav&gt;div {
    color: #ffffff;
    font-size: 33px;
    left: 5%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.owl-nav .owl-next {
    left: auto;
    right: 5%;
}


/*.owl-item {opacity: 0.9; transition: all 0.9s cubic-bezier(0.7, 0, 0.3, 1) 0s; -webkit-transition: all 0.9s cubic-bezier(0.7, 0, 0.3, 1) 0s; -moz-transition: all 0.9s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
.owl-item.active {opacity: 1; transition: opacity 0.9s cubic-bezier(0.7, 0, 0.3, 1) 0.5s; -webkit-transition: opacity 0.9s cubic-bezier(0.7, 0, 0.3, 1) 0.5s; -moz-transition: opacity 0.9s cubic-bezier(0.7, 0, 0.3, 1) 0.5s;}*/

.owl-dots .owl-dot {
    background: #ffffff;
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    margin: 0 5px;
    width: 15px;
    transition: all 0.3s ease-in-out 0s;
}

.owl-dots .owl-dot:hover,
.owl-dots .owl-dot.active {
    background: #303030;
}

.owl-dots {
    bottom: 10px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

.videoWrapper {
    position: relative;
    overflow: hidden;
}

.videoWrapper iframe {
    /*height:100%;width:100%;*/
    position: absolute;
    top: 0;
    bottom: 0;
}

.nav-btn {
    display: block;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}


/**/


/*
.nav-btn.active {
  box-shadow: none;
  transform: scale(1, 1) rotateZ(180deg) translate(0px, 4px);
  -webkit-transform: scale(1, 1) rotateZ(180deg) translate(0px, 4px);
  -moz-transform: scale(1, 1) rotateZ(180deg) translate(0px, 4px);
  transition: all 0.6s ease 0s;
} 

.nav-btn.active span:nth-child(1) {
  transform: scale(1, 1) rotateZ(-45deg) translate(-4px, -2px);
  -webkit-transform: scale(1, 1) rotateZ(-45deg) translate(-4px, -2px);
  -moz-transform: scale(1, 1) rotateZ(-45deg) translate(-4px, -2px);
}
.nav-btn.active span:nth-child(3) {
  transform: scale(1, 1) rotateZ(45deg) translate(-4px, 2px);
  -webkit-transform: scale(1, 1) rotateZ(45deg) translate(-4px, 2px);
  -moz-transform: scale(1, 1) rotateZ(45deg) translate(-4px, 2px);
}
.nav-btn.active span:nth-child(1), 
.nav-btn.active span:nth-child(3) {
  width: 70%;
}
.nav-btn.active span {
  transition: all 0.6s ease 0.5s;
  -webkit-transition: all 0.6s ease 0.5s;
  -moz-transition: all 0.6s ease 0.5s;
}
.nav-btn.active span:nth-child(2) {
  width: 90%;
}
.nav-btn.active.active-end {
  transform: scale(1, 1) rotateZ(360deg) translate(0px, 0px);
  -webkit-transform: scale(1, 1) rotateZ(360deg) translate(0px, 0px);
  -moz-transform: scale(1, 1) rotateZ(360deg) translate(0px, 0px);
}
.nav-btn.active.active-end span:nth-child(1) {
  transform: scale(1, 1) rotateZ(0deg) translate(0px, 0px);
  -webkit-transform: scale(1, 1) rotateZ(0deg) translate(0px, 0px);
  -moz-transform: scale(1, 1) rotateZ(0deg) translate(0px, 0px);
}
.nav-btn.active.active-end span {
  width: 100%;
}
.nav-btn.active.active-end span:nth-child(3) {
  transform: scale(1, 1) rotateZ(0deg) translate(0px, 0px);
  -webkit-transform: scale(1, 1) rotateZ(0deg) translate(0px, 0px);
  -moz-transform: scale(1, 1) rotateZ(0deg) translate(0px, 0px);
}*/

.nav {
    height: 100%;
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px 14px 0 30px;
    /*overflow:auto;*/
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.35);
    width: 280px;
    z-index: 999;
}

.nav-btn {
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
}

.sidebar-menu .nav-btn {
    opacity: 0;
}

.nav .nav-bg {
    width: 100%;
}

.nav ul {
    padding: 0;
    margin: 0;
}

.nav ul li {
    list-style: none;
    border-bottom: 1px solid #eeeeee;
    /*font-size: 18px;*/
    font-size: 22.5px;
    line-height: 31px;
    letter-spacing: 0.9px;
	padding: 7px 0px;
}
/*.nav #ul#menu-main-menu li {
}*/

.nav ul li a {
    display: block;
    color: #474747;
    padding: 6px 10px;
}

.nav ul li a:hover {
    color: #be2030;
}

.nav ul li a span {
    font-style: italic;
}

.sidebar-menu .nav {
    right: 0;
}

.close-icon {
    position: relative;
    text-align: right;
    margin-bottom: 19px;
}

.close-icon .close-nav {
    padding-right: 20px;
    color: #868686;
    font-size: 12px;
    line-height: 21px;
    display: inline-block;
    position: relative;
}

.close-icon .close-nav:hover {
    color: #666;
}

.close-icon .close-nav em {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 30px;
    line-height: 21px;
}

.nav .social-icon {
    margin: 75px 0 0 0;
    padding: 16px 0 0 0;
    position: relative;
    display: inline-block;
    width: 100%;
}

.nav .social-icon:before {
    background: #626262;
    height: 1px;
    width: 15px;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
}

.nav .social-icon li {
    float: left;
    list-style: none;
    border: none;
    line-height: 22px;
    padding: 0 20px 10px 0;
}

.nav .social-icon li a {
    padding: 0;
}

.inner-main-section {
    background: none;
    min-height: inherit;
    padding-top: 90px;
}

.inner-product {
    background: #fff;
}

.inner-product .pro-listing li a span {
    max-width: 130px;
    padding: 5px 10px 6px;
    width: 100%;
}

.inner-product .pro-listing li a span:hover {
    background: #fff;
    color: #474747;
}


/*.inner-product .pro-listing li h4 {font-weight:bold;}*/

.left-title {
    display: inline-block;
    margin: 0 0 22px;
    width: 100%;
    letter-spacing: 3px;
    padding: 0 5px;
}

.page-template-template-reviews-page .left-title {
    display: inline-block;
    margin: 7px 0 40px;
    width: 100%;
    letter-spacing: 3px;
    padding: 0 5px;
}

.page .left-title span, .single .left-title span {
    display: inline-block;
    padding: 0 0px 18px;
    text-align: center;
    /*font-weight:200;*/
    position: relative;
}

.page .left-title span:before, .single .left-title span:before {
    background: #474747;
    bottom: 0;
    content: "";
    height: 1px;
    /*left: 50%;*/
    left: 40%;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    width: 80%;
}

.post-type-archive h1.left-title span.pg-title {
    display: inline-block;
    padding: 0 0px 18px;
    text-align: center;
    /*font-weight:200;*/
    position: relative;
}
.post-type-archive h1.left-title span.pg-title:before {
    background: #474747;
    bottom: 0;
    content: "";
    height: 1px;
    /*left: 50%;*/
    left: 40%;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    width: 80%;
}

.right-col {
    padding-right: 8px;
    padding-left: 7px;
}

.right-col h3 {
    margin: 0 0 30px 0;
    letter-spacing: 2.4px;
    font-variant: normal;
    line-height: 30px;
    /*font-weight:200; */
}

.right-col p {
    line-height: 30px;
    margin: 0 0 20px 0;
    font-size: 16px;
}

.right-col .btn-block {
    text-align: left;
    margin: 0px 0 0px 0;
}

.right-col .btn-block a:hover {
    color: #474747;
}

.right-col .btn-block .more_btn {
    color: #959595;
    border: 1px solid #959595;
    letter-spacing: 1.6px;
    padding: 5px 14px;
}

.right-col .btn-block .more_btn:hover {
    background: #474747;
    color: #ffffff;
}

.detail-block {}

.detail-listing .pro-listing li {
    display: inline-block;
    float: left;
    padding: 5px;
    text-align: center;
    /*width: 50%;*/
    width: 33.33%;
    position: relative;
}

.detail-listing .pro-listing li a::before {
    background: rgba(41, 41, 41, 0.7);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
}

.detail-listing .pro-listing li a {
    color: #474747;
    display: block;
    position: relative;
}

.detail-listing .pro-listing li a img {
    max-width: 100%;
}

.detail-listing .pro-listing li h4 {
    font-size: 18px;
    margin: 8px 0 0px;
    min-height: 35px;
    padding: 0 30px;
}

.logolist {
    margin: 44px 0 22px 0;
    text-align: right;
}

.logolist ul {
    margin: 0;
    padding: 0 15px 0 0;
}

.logolist ul li {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.expand {
    position: absolute;
    right: 10px;
    bottom: 9px;
}


/*vishal amipara*/

.header-padding {
    position: relative;
}

.header.inner-header {
    position: relative;
    left: 0;
    box-shadow: 0 0 16px #979797;
    top: 0;
    margin-top: 0px;
    padding: 0 75px;
}

.header.inner-header.sticky {
    position: fixed;
    top: 0;
    margin-top: 0;
}

.header.inner-header .logo {
    margin: 0;
}

.header.inner-header .logo a {
    padding: 5px 60px 37px 70px;
}

.header.inner-header .logo .main-logo {
    max-width: 45px;
}

.location {
    width: 46%;
    float: left;
    padding-right: 6px;
}

.style {
    width: 27%;
    float: left;
    padding-right: 6px;
}

.room-type {
    width: 27%;
    float: left;
}

.filter-area .address-type {
    width: 20%;
    float: left;
}

.filter-area .address-type .address {
    height: 40px;
    padding-left: 10px !important;
    font-size: 16px;
}

.filter-area {
    padding: 0 5px 30px;
    width: 100%;
    display: inline-block;
}

.filter-area label {
    /*font-weight:normal;*/
    font-size: 16px;
    letter-spacing: 1.6px;
    margin-bottom: 2px;
}

.detail-listing .filter-area {
    width: auto;
    float: left;
    padding-bottom: 0;
}

.detail-listing .room-type {
    width: 100%;
    float: right;
}

.detail-listing .logolist {
    clear: left;
    width: 100%;
    float: left;
}

.right-col h4 {
    /*font-weight:bold;*/
    line-height: 24px;
}

.right-col h3.h3 {
    margin-bottom: 15px;
}

.right-col h4 {
    margin: 0 0 20px 0;
}

.clear-options {
    display: inline-block;
    margin-top: 2px;
    padding-right: 0px;
    position: relative;
    text-align: center;
    top: 0;
    width: 100%;
}

.ok-options {
    border: 1px solid #d7d7d7;
    display: inline-block;
    height: 39px;
    margin: 2px auto 0;
    padding: 8px;
    width: 38px;
}

.filter-options {
    border: 1px solid #d7d7d7;
    background: #72726B;
    display: inline-block;
    color: #ffffff;
    text-align: center;
    height: 39px;
    margin: 2px auto 0;
    padding: 8px;
    width: 100%;
}

#static-button .filter-options:hover {
    color: #ffffff;
}

#static-button {
    position: fixed;
    bottom: 0 !important;
    left: 0;
    width: 100%;
    z-index: 9999;
    animation-delay: 1.5s;
}

.clear-options&gt;span {
    text-transform: uppercase;
}

.filter-area .clear-options label {
    padding-left: 5px;
    font-size: 14px;
    cursor: pointer;
}

input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}

.clear-filter {
    border: 1px solid #d7d7d7;
    display: block;
    height: 39px;
    margin: 2px auto 0;
    padding: 5px;
    width: 38px;
}

.clear-filter span {
    background: #999;
    display: block;
    height: 2px;
    margin: 7px 0;
    width: 100%;
}

.clear-filter:hover span {
    background: #fff;
}

.clear-filter:hover {
    background: #474747;
}

.clear-filter span:last-child {
    transform: translate(0px, -4px) rotate(-45deg);
    -webkit-transform: translate(0px, -4px) rotate(-45deg);
    -moz-transform: translate(0px, -4px) rotate(-45deg);
}

.clear-filter span:first-child {
    transform: translate(0px, 6px) rotate(45deg);
    -webkit-transform: translate(0px, 6px) rotate(45deg);
    -moz-transform: translate(0px, 6px) rotate(45deg);
}


/*vishal amipara*/


/*.contact-main-section { background:url(../images/contact-bg.png); background-position:center top; background-repeat:no-repeat;  }*/

.contact-block {
    display: inline-block;
    padding: 0px 0;
    width: 100%;
}

.contact-form {
    max-width: 630px;
    margin: 0 auto;
    width: 100%;
    padding: 40px 0 0 0;
}

.contact-form .form-group {
    margin-bottom: 22px;
}

.contact-form label {
    font-size: 15px;
    line-height: 30px;
    color: #474747;
    letter-spacing: 1.8px;
    font-weight: 600;
}

.contact-form .form-control {
    font-size: 18px;
    height: 47px;
    border-color: #474747;
    border-radius: 0;
    box-shadow: none;
}

.contact-form .form-check {
    margin: 35px 0 40px 0;
    font-size: 15px;
    letter-spacing: 1.8px;
    font-weight: 600;
}

.contact-form .form-check label input {
    width: 20px;
    height: 20px;
    margin: 0;
    position: relative;
    top: 4px;
}

.contact-form .form-check label input::before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 0;
    border: 1px solid grey;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
}

.contact-form .form-check label input:checked {
    border-color: #ddd;
}

.contact-form .form-check label input:checked::before {
    content: "\2713";
    background-color: grey;
}

.contact-form .form-check .design-interest span.wpcf7-list-item {
    margin: 0 0 0 45px;
}

.page-template-template-custom-consult-page .contact-form .form-control.wpcf7-textarea {
    min-height: 255px;
}

.page-template-template-custom-consult-page .contact-form .form-control.wpcf7-textarea {
    min-height: 150px;
}

.contact-form .month,
.contact-form .day {
    width: 50px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: top;
}

.contact-form .year {
    width: 78px;
    display: inline-block;
    vertical-align: top;
}

.contact-form .month span,
.contact-form .day span,
.contact-form .year span {
    display: block;
    text-align: center;
    /*font-weight:600;*/
    letter-spacing: 1.4px;
}

.contact-details {
    padding: 40px 0 0 0;
}

.contact-details .detail-block {
    padding-bottom: 40px;
}

.contact-details h2 {
    margin: 0 0 5px;
    /*font-weight:700;*/
    font-size: 24px;
    letter-spacing: 2.4px;
}

.contact-details h3 {
    font-size: 16px;
    line-height: 30px;
    /*font-weight:400;*/
    margin: 0;
    letter-spacing: 0;
}

.contact-details p {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.contact-form .more_btn {
    min-width: 190px;
    padding: 5px 20px;
    margin-top: 20px;
}

section.main-section.inner-main-section.contact-main-section.new-service-pg ul {
    list-style-type: square;
}


/*.page-template-template-press-page .inner-main-section{padding-top:55px;}*/

.press-block .left-title {
    margin-bottom: 22px;
}

.press-block .right-col .press-wrapper {
    padding: 0px;
}

.press-block {
    padding: 0px 0 20px;
}


/*.press-main-section { background:url(../images/press-bg.png); background-position:center top; background-repeat:no-repeat;}*/

.press-wrapper {
    border-bottom: 1px solid #474747;
    padding: 12px 0;
}

.press-wrapper:last-child {
    border: none;
}

.press-wrapper .img {
    text-align: center;
}

.press-wrapper h2 {
    /*font-weight:700;*/
    font-size: 17px;
    letter-spacing: 1.8px;
    margin: 0 0 25px;
    text-transform: capitalize;
    font-variant: normal;
}

.left-p .press-wrapper h2 {
    margin: 0px 0 10px 0;
}

.press-wrapper p {
    font-size: 16px;
    /*line-height:30px; font-weight:400;*/
}

.press-wrapper .more_btn {
    margin-top: 10px;
}

.press-wrapper .img {
    margin-bottom: 0px;
}

.press-wrapper .img img {
    max-width: 100%;
    max-height: 70px;
}

.press-block .press-wrapper .col-md-2 {
    padding: 0;
}

.press-block .press-wrapper .row {
    margin: 0;
}

.press-list .name {
    font-size: 16px;
    line-height: 18px;
    color: #474747;
    font-weight: 700;
    letter-spacing: 1.6px;
    padding: 10px 20px;
}

.press-list .name:hover {
    color: #999;
}

.press-detail h2,.press-detail h1 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 2.4px;
    /*font-weight:700;*/
    margin: 0 0 60px;
}

.press-detail h3 {
    font-size: 18px;
    line-height: 30px;
    /*font-weight:bold;*/
    letter-spacing: 1.8px;
    margin: 0 0 15px;
}

.press-detail h4 {
    font-size: 16px;
    line-height: 30px;
    /*font-weight:700;*/
    margin: 0;
}

.press-detail p {
    font-size: 16px;
    line-height: 30px;
    /*font-weight:400;*/
    margin-bottom: 10px;
}

.press-block .right-bar {
    padding-bottom: 100px;
}

.contact-form .more_btn {
    background: #ffffff;
    padding: 15px;
    border: 1px solid #474747;
    border-radius: 0;
    font-size: 16px;
    transition: all 0.3s ease-in-out 0s;
}

.date-image p {
    display: inline;
}

.contact-form label {
    width: 100%;
}

.contact-form .more_btn:hover {
    background: #474747;
    color: #fff;
}

.page-template-template-press-page .press-block .right-p .left-title {
    letter-spacing: 1px;
}

.blog-listing-pg .left-p {
    padding: 0;
}

.blog-listing-pg .press-wrapper .blog-detail-link .more_btn {
    margin-top: 10px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
}

.blog-listing-pg .left-p .press-wrapper h2 {
    margin: 10px 0 10px 0;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
}

.blog-listing-pg .press-block .left-p::before {
    display: none;
}

.blog-listing-pg .press-block .left-title {
    padding: 0 15px;
}

.blog-listing-pg .blg-img {
    text-align: center;
}


/*.about-main-section{background:url(../images/about-bg.png); background-position:left top; background-repeat:no-repeat;}*/

.quote-block h2 {
    font-size: 24px;
    line-height: 30px;
    /*font-weight:700;*/
    letter-spacing: 2.4px;
    margin-top: 0;
}

.quote-block .name {
    font-size: 18px;
    line-height: 48px;
    /*font-weight:400;*/
}

.page-center {
    max-width: 950px;
    margin: 0 auto;
    position: relative;
}

.client-block {
    background: rgba(245, 245, 245, 0.5);
    padding: 40px 0;
}

.client-block p {
    font-size: 16px;
    line-height: 30px;
    /*font-weight:400;*/
    margin-bottom: 20px;
}

.client-block .img {
    margin: 0 0 40px 0;
}

.about-main-section h2.title {
    /*font-size:24px; font-weight:700; letter-spacing:2.4px;*/
    margin-bottom: 30px;
    text-align: left;
    width: auto;
}

.testimonial-block {
    position: relative;
    padding: 40px 0px;
}

.testimonial-block .bg-img {
    position: absolute;
    top: -60%;
    right: 0;
}

.testimonial-block p {
    font-size: 16px;
    line-height: 30px;
    /*font-weight:400;*/
    margin-bottom: 20px;
}

.testimonial-block .name {
    text-align: right;
}

.testimonial-block .btn-row img {
    vertical-align: middle;
    /*max-width:44px; */
}

.rm-space {
    margin: 0px;
}

.rm-pad {
    padding: 0px;
}

.gallery-row-2 {
    line-height: 24px;
}

.detail-listing {
    display: inline-block;
    width: 100%;
}

.detail-listing .tubepress_thumb {
    font-size: 12px;
    height: auto;
    text-align: center;
    width: 50%;
}

.video-listing .tubepress_thumb {
    padding: 5px 5px;
}

.detail-listing div.tubepress_thumb:nth-child(2n+1) {
    clear: both;
}

.detail-listing .tubepress_thumb .tubepress_meta_group {
    display: inline-block;
    width: 100% !important;
}

.detail-listing dd.tubepress_meta_title,
.detail-listing dd.tubepress_meta_title a,
.detail-listing dd.tubepress_meta_title a:hover {
    font-size: 18px;
    font-weight: 300;
    margin: 4px 0 0px !important;
    width: 100%;
}

.detail-listing .tubepress_meta_group dt,
.detail-listing dd.tubepress_meta_runtime,
.detail-listing dd.tubepress_meta_views {
    display: none;
}


/*****************/

.houzz-wrap {
    background: rgba(255, 255, 255, 0.88);
    bottom: 0;
    left: auto;
    overflow: auto;
    position: fixed;
    right: -100%;
    top: 0;
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    width: 100%;
    z-index: 99999;
}

.houzz-open .houzz-wrap {
    right: 0;
    overflow: auto;
}

.houzz-open {
    overflow: hidden;
}

.houzz-header {
    display: inline-block;
    margin: 30px 0 0;
    width: 100%;
}

.houzz-header .close-btn {
    cursor: pointer;
    float: right;
    margin: 20px 0 0;
    position: relative;
    right: -23px;
    top: 11px;
}

.houzz-header a img {
    max-width: 80px;
}

.h-profile&gt;img {
    left: 0;
    position: absolute;
    top: 0;
}

.houzz-content {
    margin: 40px 0 10px;
}

.h-profile {
    display: inline-block;
    min-height: 110px;
    padding: 0 0 0 120px;
    position: relative;
    width: 100%;
}

.pro-name h4 {
    color: #474747;
    font-size: 18px;
}

.pro-name img {
    max-width: 170px;
}

.houzz-content {
    color: #474747;
    font-size: 15px;
}

.profile-text ul {
    display: inline-block;
    margin: 50px 0 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.profile-text ul li {
    display: inline-block;
    margin: 0 20px 30px;
    vertical-align: top;
}

.h-right-p {
    display: inline-block;
    list-style-type: none;
    margin: 10px 0;
    width: 100%;
    padding: 0px;
    margin-top: 30px;
}

.h-right-p li {
    display: inline-block;
    margin: 0 0 15px;
    width: 100%;
    vertical-align: top;
}

.houzz-content p {
    line-height: 1.2;
}

.s-profile {
    margin: 0 0 20px;
    padding: 0 0 0 50px;
    position: relative;
}

.s-profile h4 {
    margin: 0;
}

.s-name img {
    max-width: 70px;
}

.s-profile&gt;img {
    left: 0;
    position: absolute;
    top: 0;
}

.b-link {
    display: inline-block;
    margin: -10px 0 0 39px;
    width: 100%;
}

.p-top {
    margin: 0 0 5px;
    display: inline-block;
    width: 100%;
}

.p-top&gt;p {
    margin: 0;
}

.b-link {
    width: 100%;
    margin: -15px 0 0 20px;
    display: inline-block;
}

.b-link a {
    color: #82c342;
    font-size: 16px;
    letter-spacing: 1.6px;
}

.tubepress_container,
.tubepress_thumbs {
    margin-bottom: 0px !important;
}

.detail-listing .pro-listing .video-box .expand {
    bottom: auto;
    right: 20px;
    top: 12px;
    width: 23px;
    cursor: pointer;
}

.fbx-modal.fbx-arrows-3 .fbx-next:before {
    content: "" !important;
    background: url('../images/arrow-right.png')no-repeat center center !important;
    width: 45px !important;
    height: 45px !important;
    border: none !important;
    opacity: 1 !important;
}

.fbx-modal.fbx-arrows-3 .fbx-prev::before {
    content: "" !important;
    background: url('../images/arrow-left.png')no-repeat center center !important;
    width: 45px !important;
    height: 45px !important;
    border: none !important;
    opacity: 1 !important;
}

.fbx-inner-shadow,
.fbx-rounded .fbx-btn-shadow,
.fbx-fullscreen-mode .fbx-btn-shadow,
.fbx-fullscreen-mode .fbx-prev.fbx-btn-shadow,
.fbx-fullscreen-mode .fbx-next.fbx-btn-shadow,
.fbx-sticky-buttons .fbx-prev.fbx-btn-shadow,
.fbx-sticky-buttons .fbx-next.fbx-btn-shadow,
.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-prev.fbx-btn-shadow::before,
.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-next.fbx-btn-shadow::before,
.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-prev.fbx-btn-shadow::before,
.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-next.fbx-btn-shadow::before {
    box-shadow: none !important;
}

.fbx-rounded .fbx-btn-shadow:hover,
.fbx-fullscreen-mode .fbx-btn-shadow:hover,
.fbx-fullscreen-mode .fbx-prev.fbx-btn-shadow:hover,
.fbx-fullscreen-mode .fbx-next.fbx-btn-shadow:hover,
.fbx-sticky-buttons .fbx-prev.fbx-btn-shadow:hover,
.fbx-sticky-buttons .fbx-next.fbx-btn-shadow:hover,
.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-prev.fbx-btn-shadow:hover::before,
.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-next.fbx-btn-shadow:hover::before,
.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-prev.fbx-btn-shadow:hover::before,
.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-next.fbx-btn-shadow:hover::before {
    box-shadow: none !important;
}

.btn-block.btn-back em {
    font-size: 37px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 0 0px;
    line-height: 1;
    position: relative;
    top: -3px;
}

.btn-block.btn-back a {
    line-height: 30px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #999;
}

.btn-block.btn-back a:hover {
    color: #474747;
}


/**/

.home-video {
    position: relative;
}

.home-video .video-caption {
    color: #ffffff;
    font-size: 65px;
    left: 50%;
    line-height: 2;
    position: absolute;
    text-shadow: 0 0 4px #96938e;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    max-width: 100%;
    width: 100%;
    text-align: center;
    letter-spacing: 3px;
    z-index: 99;
}

.home-video .video-caption strong {
    font-size: 60px;
}


/**/

.home-video .video-arrow {
    bottom: 7%;
    color: #ffffff;
    display: inline-block;
    font-size: 24px;
    left: 50%;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 4px #777777;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    z-index: 99;
}

.home-video .video-arrow i {
    bottom: -40px;
    font-size: 50px;
    left: 0;
    position: absolute;
    right: 0;
    transition: all 0.5s ease-in-out 0s;
}

.home-video .video-arrow:hover {
    color: #cccccc;
}


/*.home-video .video-arrow i{-webkit-animation: bounce 3s infinite;	animation: bounce 3s infinite;}*/

.home-video::before {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}

.video-slider .video-link {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.video-slider .mobile_more_video {
    width: auto;
    border: 1px solid;
    margin: 20px 0;
    display: inline-block !important;
    padding: 7px 20px 8px;
    background: #fff;
    color: #474747;
}

.video-slider .mobile_more_video:hover {
    color: #fff;
    background: #474747;
}

.video-slider .mobile_more_video h4 {
    margin: 0 0 0 0;
}


/*
@-webkit-keyframes bounce {
	0% { margin-bottom: 5.5%; }
	25%, 75% { margin-bottom: 8.5%; }
	50% { margin-bottom: 10%; }
	100% { margin-bottom: 5%; }
}
@keyframes bounce {
	0% { margin-bottom: 5.5%; }
	25%, 75% { margin-bottom: 8.5%; }
	50% { margin-bottom: 10%; }
	100% { margin-bottom: 5%; }
}*/

#block {
    height: 100vh;
}

#block video {
    position: relative;
    width: auto;
    display: block;
    margin: 0 auto;
    transition: opacity 0.3s ease-in-out 0s;
    opacity: 0;
}

.home-video video {
    transition: opacity 0.3s ease-in-out 0s;
    opacity: 0;
}

.home-video video.open {
    opacity: 1;
}

.header.inner-header .logo {
    position: relative;
    width: 89%;
}

.header.inner-header .logo::before {
    content: "";
    height: 100%;
    left: 83%;
    position: absolute;
    right: 0;
    z-index: 99;
}

.home-testimonial {
    display: inline-block;
    padding: 50px 0;
    width: 100%;
}

.home-testimonial .title {
    margin: 0 0 40px;
}

.testimonial-row p {
    font-size: 14px;
    line-height: 28px;
}

.testimonial-row h4 {
    float: right;
    font-size: 14px;
}

.testimonial-row&gt;div {
    margin: 15px 0;
}

.nav ul li {
    position: relative;
}

.nav .sub-menu {
    background: rgba(255, 255, 255, 0.9);
    display: block;
    left: auto;
    max-height: 440px;
    min-height: 350px;
    opacity: 0;
    overflow: auto;
    padding: 0 30px 0 10px;
    position: absolute;
    right: 100%;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    visibility: hidden;
    /*width: 330px;*/
    width: 400px;
}

.nav ul li .sub-menu li a {
    /*font-size: 16px;*/
    font-size: 22.5px;
    padding: 3px 10px;
}

.nav .menu&gt;li:hover .sub-menu {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.m-menu .nav-btn {
    transition: all 0.8s ease-in-out 0s;
}

.video-slider .owl-nav&gt;div {
    color: #474747;
}


/*.video-slider .pro-listing{padding: 0 20px;}*/

.video-slider .owl-nav&gt;div {
    left: -20px;
    top: 40%;
}

.video-slider .owl-nav .owl-next {
    right: -20px;
    left: auto;
}

.video-slider .tubepress_thumb {
    height: auto !important;
}

.video-slider-box {
    border-bottom: 1px solid #bdbdbd;
    display: inline-block;
    padding: 40px 0;
    width: 100%;
}

.video-slider .left-title {
    margin: 0 0 10px;
}

.video-slider-box .tubepress_meta_runtime,
.tubepress_meta_views,
.tubepress_meta_views {
    display: none !important;
}

.video-slider .more_video_btn {
    border: 1px solid;
    display: inline-block;
    float: right;
    margin: 15px 0 0px;
    padding: 7px 20px 8px;
    background: #fff;
    color: #474747;
}

.video-slider .more_video_btn:hover {
    color: #fff;
    background: #474747;
}

.more_video_btn h4 {
    margin: 0;
}

.video-slider-box&gt;a {
    display: inline-block;
    padding: 10px 0;
}

.tubepress_thumbs .tubepress_meta_group {
    width: 100% !important;
}

.tubepress_thumbs .tubepress_meta_group .tubepress_meta_title {
    margin-right: 0px;
}

.home-video {
    transition: all 1000ms ease 0s;
    overflow: hidden;
    position: relative;
}


/*.home .site-content{transition:all 500ms ease 0s;}*/

.home-houzz {
    display: block;
    width: 100%;
    margin-bottom: -5px;
}

.houzz-content {
    margin: 0px 0 0px;
    width: 100%;
    display: inline-block;
}

.home-houzz .houzz-profile {
    padding-left: 0;
}

.home-houzz .houzz-profile .profile-block {
    display: block;
    position: relative;
    width: 100%;
}

.home-houzz .houzz-profile .profile-block&gt;img {
    min-height: 420px;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    width: 100%;
}

.home-houzz .houzz-profile .profile-block .profile-caption {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.home-houzz .houzz-profile .profile-block .profile-caption img {
    display: block;
    margin: 0 auto;
}

.home-houzz .houzz-profile .profile-block .profile-caption a {
    border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    margin: 33px 0 0;
    padding: 5px 20px;
}

.home-houzz .houzz-profile .profile-block .profile-caption a:hover {
    background: #83c033;
    border-color: #83c033;
}

.home-houzz .houzz-info {
    padding-top: 25px;
}

.home-houzz .houzz-info .review-link {
    text-align: center;
    margin-bottom: 20px;
}

.home-houzz .h-right-p li {
    margin: 0 0 15px;
    padding: 0 15px 0 20px;
    /*width: 49%;*/
    width: 100%;
}

.home-houzz .h-right-p li:first-child {
    padding-left: 0px;
}

.home-houzz .p-content {
    /*max-width: 360px;*/
}
.home-houzz .p-content p { font-size: 20px; }
.home-houzz .h-right-p li:nth-child(2) { display: none; }

.home-houzz .houzz-info .h-profile.row1 {
    padding: 0;
}

.home-houzz .houzz-info img.year-badge {
    position: relative;
    margin-right: 2px;
    /*margin-right: 30px;*/
    margin-bottom: 10px;
    /*margin-bottom: 10px;*/
    width: 54px;
    height: 54px;
}

.home-press-section {
    background: #f5f5f5;
    padding: 35px 0;
    display: inline-block;
    width: 100%;
}

.home-press-section h3 {
    border-bottom: medium none;
    display: block;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.home-press-section h3 span:before {
    background: #474747;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.home-press-section h3 span {
    display: inline-block;
    padding: 0 0 15px;
    position: relative;
}

.home-press-section p {
    display: inline-block;
    font-size: 15px;
    margin: 0 0 20px;
    width: 100%;
    padding: 0 110px 0 0;
}

.press-b .view_press_btn {
    border: 1px solid;
    display: inline-block;
    padding: 5px 10px 6px;
    position: absolute;
    right: 0;
    top: -63px;
    font-size: 16px;
    width: 100%;
    max-width: 145px;
    text-align: center;
}

.press-b .view_press_btn:hover,
.press-b .view_press_btn:focus {
    color: #fff;
    background-color: #474747;
    border-color: #474747;
}

.home .home-press-section ul li img {
    max-width: 85%;
}

.home .home-press-section ul li {
    vertical-align: middle;
}

.home .home-press-section ul {
    text-align: center;
    margin: 0px;
}

.press-b {
    display: inline-block;
    position: relative;
    width: 100%;
}

.footer-social-icons {
    display: inline-block;
    margin: 0;
    padding: 26px 0 10px;
    width: 100%;
}

.footer .footer-top .footer-social-icons ul li {
    border: none;
    vertical-align: middle;
    font-size: 18px;
}

.footer .footer-top ul.menu {
    width: auto;
}

.footer .footer-top ul.menu li:first-child {
    /*border-left: 1px solid #474747;*/
}

.home-houzz .houzz-profile .profile-block p {
    margin: 0px;
}

.h-right-p .p-content&gt;a {
    display: inline-block;
}

.h-right-p .p-content&gt;a:last-child {
    border: 1px solid;
    display: inline-block;
    float: right;
    line-height: 1;
    margin: 0px 0 0;
    padding: 3px 5px 4px;
    text-transform: capitalize;
}

.h-right-p .p-content&gt;a:hover:last-child {
    color: #fff;
    background: #333;
}


/************************* press page ***************************/

.review-ul {
    display: inline-block;
    list-style-type: none;
    margin: 10px 0;
    width: 100%;
    padding: 0px;
}

.review-ul li {
    display: inline-block;
    margin: 0 0 15px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.review-ul .s-profile&gt;img {
    border-radius: 50%;
    max-width: 40px;
}

.review-block .review-col {
    padding: 0 20px;
}

.review_more {
    margin: 0;
    text-align: center;
}

.h-profile .more_btn {
    margin-left: 100px;
}

.home-video .video-arrow,
.home-video .video-caption {
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
}

.home-video.up .video-caption,
.home-video.up .video-arrow {
    opacity: 0;
}

.d-press .press-detail {
    margin-top: 50px;
}

.press-detail img {
    display: block;
    margin: 0 auto;
}

.press-detail .vc_images_carousel .vc_carousel-control .icon-next::before {
    content: "\f105";
}

.press-detail .vc_images_carousel .vc_carousel-control .icon-prev::before {
    content: "\f104";
}

.press-detail .vc_images_carousel .vc_carousel-control {
    color: #474747;
    text-shadow: none;
    opacity: 1;
}

#fancybox-left-ico:before {
    content: "\f104";
}

#fancybox-right-ico:before {
    content: "\f105";
}

.single-project #fancybox-left-ico,
.single-project #fancybox-right-ico,
#fancybox-wrap #fancybox-left-ico,
#fancybox-wrap #fancybox-right-ico {
    background: none;
    color: #fff;
    font-size: 50px;
    text-align: center;
}


/**/

.right-col .btn-block,
.btn-group {
    width: auto;
    text-align: right;
}

.right-col .btn-block,
.btn-group {
    margin-bottom: 50px;
}

.btn-group .dropdown-toggle em {
    display: inline-block;
    font-size: 37px;
    line-height: 1;
    margin: 0 6px 0 0;
    position: relative;
    top: -3px;
    vertical-align: middle;
    color: inherit;
    line-height: 0.4px;
}

.btn-group .dropdown-toggle {
    background: none;
    border: medium none;
    color: #999;
    font-size: 16px;
    letter-spacing: 0.4px;
    padding: 0;
}

.btn-group .dropdown-toggle:hover {
    color: #474747;
}

.btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.btn-group .dropdown-menu {
    left: auto;
    right: 0px;
    max-height: 425px;
    min-width: 280px;
    overflow: auto;
    padding: 5px 10px;
    box-shadow: 0 0 12px 3px #d4d4d4;
    -webkit-box-shadow: 0 0 12px 3px #d4d4d4;
    -moz-box-shadow: 0 0 12px 3px #d4d4d4;
    margin: 15px 0 0;
}

.dropdown-menu&gt;li&gt;a {
    border-bottom: 1px solid #d7d7d7;
    color: #474747;
    font-size: 16px;
    padding: 8px 20px;
}

.btn-group.list-page {
    margin: -95px 0 20px;
    width: 100%;
}

.review-block.tesmoni-block .container {
    border-top: 2px solid #ccc;
    margin-top: 50px;
}

.review-block.tesmoni-block .left-title {
    margin: 50px 0 40px;
}

.right-col .btn-group {
    margin-top: 4px;
    padding-left: 20px;
}

.right-col .btn-block.btn-back em {
    font-size: 28px;
    line-height: 0.4;
    margin: 0 3px 0 0;
}

.btn-group .dropdown-toggle em {
    margin: 1px 3px 0 0;
    font-size: 28px;
}

.single-custom_feature .btn-back {
    margin-bottom: 50px;
}

#fancybox-left,
#fancybox-right {
    height: 30% !important;
    top: 50%;
    bottom: auto !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}


/* Hide Google ReCaptcha Box */

.grecaptcha-badge {
    display: none;
}

.cl-btn {
    position: absolute;
    right: 45px;
    top: 30px;
}

.cl-btn a {
    font-weight: 600;
    background: #fff;
    border: 1px solid #474747;
    color: #474747;
    display: inline-block;
    font-size: 16px;
    padding: 5px 10px;
    text-decoration: none;
    vertical-align: middle;
    width: 100%;
    max-width: 145px;
    text-align: center;
}

.cl-btn a:hover {
    background: #474747;
    color: #ffffff;
}

.margintop {
    margin-top: 70px;
}

.howitworks-sec h4 {
    margin-top: 20%;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.sid-sec h3 {
    margin-bottom: 20px;
}

.sid-sec h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.sid-sec p.sid-title {
    font-weight: bold;
    margin-top: 10px;
}

.howitworks-sec p.howitworks-title {
    margin-top: 20%;
    font-size: 18px;
    font-weight: bold;
}

.pricing_detail {
    border: 1px solid #e3e3e3;
    padding: 30px 20px;
    text-align: center;
    -webkit-transition: background-color .2s linear, color .2s linear;
    -moz-transition: background-color .2s linear, color .2s linear;
    -o-transition: background-color .2s linear, color .2s linear;
    -ms-transition: background-color .2s linear, color .2s linear;
    transition: background-color .2s linear, color .2s linear;
    margin: 100px 0 20px 0;
    min-height: 490px;
}

.pricing_detail:hover {
    background: #f2f2f2;
}

.pricing_detail:hover h3,
.pricing_detail:hover ul li {}

.pricing_detail:hover .pricing_info {
    border-color: #ededed;
}

.pricing_detail .pricing_info {}

.pricing_detail .pricing_info .more_btn {}

.pricing_detail .pricing_info h3 {
    font-size: 24px;
    margin-top: 60px;
    padding: 0 0 10px 0;
    display: block;
    overflow: hidden;
}

.pricing_detail.custom .pricing_info h3 {
    margin-top: 60px;
    padding: 0 0 10px 0;
}

.cst-full .pricing_detail.custom .pricing_info h3 {
    margin-top: 0px;
}

.pricing_info {
    display: block;
}

.pricing_info ul {
    padding-left: 0;
}

.pricing_info ul li {
    list-style: none;
    padding: 5px 0;
    font-size: 16px;
}

.pricing_boxes {
    padding: 80px 0;
    display: block;
    overflow: hidden;
    position: relative;
}

.pricing_detail:hover .btn {
    color: #ffffff !important;
    background: #222 !important;
}

.pricing_detail .priceamount {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    color: #FFFFFF;
    background: #222222;
    display: block;
    border: 10px solid #fff;
    font-size: 16px;
    height: 140px;
    margin: 0 auto;
    text-align: center;
    width: 140px;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    padding-top: 40px;
    line-height: 1.6;
}

.pricing_detail .priceamount.reg-sale-price-available {
    padding-top: 29px;
}

.pricing_detail h4 {
    margin: 15px 0 5px 0;
    border-top: 1px solid #e3e3e3;
    padding: 15px 0 0 0;
}

.pricing_detail .priceamount p {}

.pricing_detail .priceamount p span {
    margin: 0;
    display: block;
}

.pricing_detail .priceamount p span.price {
    font-size: 28px;
    line-height: 20px;
}

.pricing_detail .priceamount p span.price.renovation-consult {
    font-size: 28px;
    line-height: 34px;
}

.pricing_detail .priceamount p span.regular-price {
    font-size: 16px;
    text-decoration: line-through;
}

.pricing_detail:hover .more_btn {
    background: #474747;
    color: #fff;
}

.pricing_detail.cart-addon {
    min-height: 220px;
}

.pricing_detail.cart-addon .priceamount p span {
    display: inline-block;
    font-size: 24px;
    line-height: 20px;
}

.pricing_detail.cart-addon .priceamount p span.unit {
    font-size: 16px;
}

.pricing_detail.cart-addon .pricing_info h3 {
    font-size: 20px;
}

.pricing_detail.h-auto {
    min-height: auto;
}

.pricing_detail.cart-addon.renovation-add-on .unit {
    display: none;
}

.pricing_detail.cart-addon.renovation-add-on .priceamount p span {
    line-height: 34px;
}

.woocommerce table.shop_table td.product-remove a.remove {
    line-height: 16px;
}

.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
    margin: 0;
    padding: 5px 10px;
    border-bottom: 1px solid #e3e3e3;
    list-style: none;
    font-size: 16px;
}

.woo-header {
    margin: 50px 0 0 0;
}

.woo-page-section {
    padding-bottom: 50px;
}

.woocommerce .woocommerce-message {
    border: 0 !important;
}

.woocommerce .woocommerce-info {
    border: 0 !important;
}

.home-product-list .product-single {
    margin: 0 30px;
    padding: 100px 0px !important;
}

.home-product-list#hm-product {
    background: #fafafa;
    padding: 0px 0 50px;
}

.home-product-list a {
    border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    padding: 5px 20px;
    cursor: pointer;
}

.home-product-list a:hover {
    background: #fff;
    color: #474747;
}

.home-product-list .product-single::before {
    background: rgba(41, 41, 41, 0.7);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    margin: 0px 45px;
}

.home-product-list .product-single:hover:before {
    opacity: 1;
}

.home-product-list .product-single:before {
    transition: all 0.3s ease-in-out 0s;
}

.home-product-list#hm-product .home-listing li p {
    font-size: 30px;
    margin: 4px 0 22px;
	text-align: center;
}

.home-product-list .product-single .product-link {
    color: #ffffff;
    display: inline-block;
    /*padding: 5px 15px;
    position: absolute;*/
    top: 50%;
    transform: translate(0%, -5%);
    -webkit-transform: translate(0%, -5%);
    -moz-transform: translate(0%, -5%);
    opacity: 0;
    left: 0px;
    right: 0px;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
}

.home-product-list .product-single:hover .product-link {
    opacity: 1;
}

.woo-header .left-title span {
    padding: 0px;
}

.woo-header .left-title span:before {
    display: none;
}

.howitworks-sec .col-sm-6.txt-block {
    width: 400px;
    padding-left: 60px;
}

.woo-menu .btn-block {
    margin: 0;
    text-align: right;
}

.woo-menu .btn-block a {
    padding: 0px 7px;
}

.woo-menu .btn-block.btn-back em {
    font-size: 28px;
    float: left;
    color: #999;
    line-height: 36px;
}

.cat-main .cat-item {
    margin-top: 15px;
    text-align: center;
}

.cat-main .cat-item h4 {
    text-align: center;
    min-height: 40px;
}

.cat-main .cat-item a img {
    width: 270px;
    height: 180px;
}

ul.listing-sec {
    margin: 0 auto;
    text-align: center;
}

ul.listing-sec li {
    /*width: 31.33%;*/
    /*width: 30%;*/
    margin: 0 1%;
    float: none;
}

.nav ul li.acc-link a {
    display: inline-block;
    padding: 5px;
    font-size: 14px;
}

.nav ul li.acc-link {
    text-align: right;
    border-bottom: 0px;
}

.woo-page-section p {
    font-size: 16px;
}

.woo-page-section .sid-sec,
.woo-page-section .tit-sec {
    padding-top: 50px;
}

.woo-page-section .sid-sec {
    background: #fafafa;
    margin: 40px 0 0 0;
    padding: 30px 0 30px 0;
}

.woocommerce table.my_account_orders {
    font-size: 16px;
}

.pricing_detail.custom {
    margin: 30px 0 20px 0;
    min-height: auto;
}

.col-sm-6 .pricing_detail.custom {
    margin: 100px 0 20px 0;
}


/*.pricing_detail.custom h3 {margin: 0;}*/

.pricing_detail.custom .pricing_info a {
    max-width: 160px;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th,
.woocommerce-Price-amount.amount,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row label,
.woocommerce-checkout #payment ul.payment_methods,
.woocommerce p,
.woocommerce .table&gt;thead&gt;tr&gt;th,
.woocommerce .table&gt;tbody&gt;tr&gt;td,
dl dd,
address {
    font-size: 16px;
}

.order-sec {
    margin: 0px 0;
    display: inline-block;
    width: 100%;
}

.order-sec ul {
    margin: 10px 0 0 0;
    padding: 0;
}

.order-sec p {
    display: inline-block;
    width: 100%;
}

.order-sec ul li {
    margin: 0 2% 10px 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 31%;
}

.order-sec ul li .input-img {}

.order-sec ul li img {}

.order-sec ul li .input-text {
    margin: 10px 0 15px 0;
}

.order-sec ul li .input-text input {
    margin: 4px 8px 0 0;
    float: left;
    width: 16px;
    height: 16px;
}

.order-sec ul li .input-text label {
    padding: 0;
    text-align: left;
    font-weight: bold;
    width: 90%;
    float: left;
    font-size: 16px;
    height: 44px;
    overflow: hidden;
}

.order-part ul li .input-text {
    border: 1px solid #000;
    display: inline-block;
    width: 100%;
    min-height: 100px;
    padding: 38px 20px 10px 20px;
}

.order-part ul li .input-text.lg-text {
    padding-top: 26px;
}

.order-part ul li .input-text label {
    height: auto;
    width: 80%;
}

.form-sec ul {
    list-style-type: none;
    margin: 10px 0 105px 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.form-sec li {
    display: inline-block;
    width: 33%;
    float: left;
}

.form-sec li span {
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    display: block;
    margin: 10px 0;
}

.form-sec input[type="checkbox"][id^="cb"] {
    display: none;
}

.form-sec label {
    border: 1px solid #fff;
    padding: 10px;
    display: block;
    position: relative;
    /*margin: 10px;*/
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-sec label::before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 24px;
    transition-duration: 0.4s;
    transform: scale(0);
}

.form-sec label img {
    /*height: 100%;
  width: 100%;*/
    width: 220px;
    height: 150px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}

.form-sec :checked+label {
    border-color: #ddd;
}

.form-sec :checked+label::before {
    content: "\2713";
    background-color: grey;
    transform: scale(1);
}

.form-sec :checked+label img {
    transform: scale(0.9);
    box-shadow: 0 0 5px #333;
    z-index: -1;
}

.form-sec-check .page-ttl,
.form-sec .page-ttl {
    font-size: 20px;
    padding: 0;
    margin: 20px 0 0px 0;
    font-weight: bold;
    display: block;
    color: #474747;
    letter-spacing: 2px;
}

.form-sec-check p.sub-ttl,
.form-sec p.sub-ttl {
    font-size: 16px;
    padding-left: 80px;
    margin: 0px 0 25px 0;
    font-weight: normal;
    display: block;
}

.form-sec-check p.page-sub-ttl,
.form-sec p.page-sub-ttl {
    font-size: 18px;
    text-align: left;
    padding: 0;
    margin: 0px 0 0px 20px;
    font-weight: bold;
    display: block;
    color: #474747;
}

.form-sec-check ul {
    list-style-type: none;
    margin: 10px 0 0px 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}


/*.form-sec-check.form-budget {
	margin-bottom: 50px !important;
}*/

.form-sec.form-design-style ul {
    margin: 10px 0 10px 0;
}

.form-sec-check.form-budget ul {
    margin: 10px 0 0px 0;
}

.form-sec-check.form-stone ul {
    margin: 10px 0 10px 0;
}


/*.form-sec-check.frm-st-last ul {margin-bottom: 60px;}*/

.form-what-year {
    margin-bottom: 45px !important;
}

.form-sec-check li {
    display: table;
    width: 28%;
    float: left;
    margin: 0 20px 20px 20px;
}

.form-sec-check li span {
    padding: 0;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    display: block;
    margin: 10px 0;
}

.form-sec-check input[type="checkbox"][id^="cb"] {
    display: none;
}

.form-sec-check input[type="radio"][id^="cb"] {
    display: none;
}

.form-sec-check label {
    border: 1px solid #f2f2f2;
    padding: 10px 10px;
    display: block;
    position: relative;
    margin: 10px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 110px;
    vertical-align: middle;
    display: table-cell;
    width: 100%;
}

.form-sec-check label.secline {
    padding: 10px 10px;
}

.form-sec-check label.thirdline {
    padding: 10px 10px;
    height: 110px;
    vertical-align: middle;
    display: table-cell;
    width: 100%;
}

.form-sec-check label::before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 24px;
    transition-duration: 0.4s;
    transform: scale(0);
}

.form-sec-check label img {
    height: 100%;
    width: 100%;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}

.form-sec-check :checked+label {
    border-color: #ddd;
}

.form-sec-check :checked+label::before {
    content: "\2713";
    background-color: grey;
    transform: scale(1);
}

.form-sec-check :checked+label img {
    transform: scale(0.9);
    box-shadow: 0 0 5px #333;
    z-index: -1;
}

.form-sec.ren-add-detail {
    margin-bottom: 45px;
}

.form-sec.ren-add-detail.text-center {
    margin-bottom: 50px;
}

.form-sec.int-add-detail {
    margin-bottom: 50px;
}

.form-sec.int-insp-board {
    margin-bottom: 40px;
}

.form-sec.int-insp-board .page-ttl {
    margin-bottom: 0px;
}

.detail-form {
    text-align: center;
    margin: 0 0 45px 0;
}

.detail-form ul {
    margin: 0 0 40px 0;
    padding: 0;
    list-style: none;
}

.detail-form ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 32%;
    display: inline-block;
}

.detail-form ul li label {
    margin-right: 10px;
}

.detail-form p.red {
    color: red;
}

.detail-form.rooms-repeater ul {
    margin: 0 0 20px 0;
}

.detail-form.rooms-repeater ul li {
    width: 20%;
    margin-bottom: 10px;
}

.detail-form.rooms-repeater ul li:nth-child(4n+1) {
    width: 32%;
}

.detail-form.rooms-repeater ul li input {
    width: 50px;
}

.detail-form.rooms-repeater ul li:nth-child(4n+1) input {
    width: 80%;
}

.detail-form.rooms-repeater a.add-room-btn {
    text-align: left;
    width: 100%;
    display: block;
    margin: 0 0 30px 20px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.woocommerce-MyAccount-content .detail-title h3 {
    margin-top: 0px;
}

#hm-featured-video .vid-list {
    width: 100%;
    margin: 0 auto;
}

.thank-you .left-title {
    text-align: center;
}

.thank-you {
    padding-top: 180px !important;
    padding-bottom: 100px !important;
}


/*27-09-2019*/

#hm-featured-video {
    padding: 0px 0 50px;
}

#hm-featured-video .hm-vid-popup .modal-dialog {
    margin-top: 100px;
}

#hm-featured-video .vid-list .col-md-4 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#hm-featured-video .modal-content {
    border-radius: 0px;
}

#hm-featured-video .modal-body {
    padding: 5px 5px 0px 5px;
}

#hm-featured-video .vid-list .vid-thumb img {
    width: 100%;
}


/*01-10-2019*/

.blog-listing-pg .blog-img-thumb img {
    width: 100%;
}

.woocommerce table.shop_table .cart_item .product-thumbnail img {
    width: 130px;
}
.faq-tab .panel-title a,
.faq-tab .panel-body {
    font-size: 16px;
}
.faq-list .faq-section h2 { /*padding-top: 4em; margin-top: -3em;*/ }
.faq-tab .panel-title a { letter-spacing: normal; font-weight: 600; }

.faq-list .faq-sidear-sec { /*margin-top: 35px;*/ }
.faq-list .faq-sidear-sec .faq-title-text { font-size: 16px; letter-spacing: normal; font-weight: 600; margin-top: 20px; margin-bottom: 10px; }

.btn-block a.more_btn {
    max-width: 195px;
}

.sp-check-error,
.fp-check-error,
.dn-check-error,
.rooml-error,
.roomw-error,
.roomh-error {
    color: red;
}

.reno-advice-error,
.which-style-error,
.for-condo-error,
.for-kitchen-error,
.for-bath-error,
.long-plan-live-error,
.built-year-error,
.all-error {
    color: red;
}

.all-error {
    padding-top: 20px;
}

.que-complete {
    font-size: 18px !important;
    font-weight: bold;
}

.top_text {
    margin-bottom: 30px;
}

.questnr-btn {
    /*text-align: center;*/
    margin: 30px 0;
}

.questnr-btn .more_btn {
    margin: 4px 0 0 20px;
}

.questnr-btn p {
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0;
    float: left;
}

.questnr-btn .more_btn,
.sec-add-room .more_btn.add-room {
    background: #474747;
    border: 1px solid #474747;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 5px 10px;
    text-decoration: none;
    vertical-align: middle;
    width: 100%;
    max-width: 145px;
    text-align: center;
}

.questnr-btn .more_btn:hover,
.sec-add-room .more_btn.add-room:hover {
    background: #fff;
    color: #474747;
}

.woocommerce-page .table.cart_table thead tr th {
    font-size: 18px;
}

.woocommerce-page .table.cart_table tfoot tr th {
    font-size: 16px;
}

.woocommerce-page .table.cart_table td {
    font-size: 16px;
}

.woocommerce-page .table.cart_table tfoot tr:last-child {
    background-color: #f2f2f2;
}

.sec-add-room .more_btn.add-room {
    margin-left: 25px;
}

.sec-add-room p {
    font-size: 20px;
}

.contact-us.contact-block {
    margin-top: 70px !important;
}

.contact-us.contact-block h3,
.contact-us.contact-block p {
    padding: 0 15px 0 15px !important;
}

.form-sec.ren-add-detail .page-ttl,
.form-sec.int-add-detail .page-ttl {
    margin-bottom: 20px;
}

.sec-add-room {
    margin-bottom: 50px;
}

.payment-disclaimer-custom {
    background-color: #ffffff !important;
    padding-top: 10px;
    font-weight: 700;
}

.coupon-sec {
    border: 1px solid #f5f5f5;
    padding: 30px;
    display: block;
    margin: 20px auto 20px auto;
    text-align: center;
    width: 48.8%;
    background-color: #f5f5f5;
}

.woocommerce-checkout .coupon-sec {
    margin: 20px 0 20px 0;
}

.coupon-sec p {
    margin: 0;
    font-weight: bold;
    color: #000;
}

.woocommerce-checkout .woocommerce-notices-wrapper {
    display: none;
}

.que-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 70px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.que-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
}

.que-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.que-close:hover,
.que-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.right-col p.h3 {
    margin-bottom: 15px;
    font-size: 24px;
}

.right-col p.h3 {
    margin: 0 0 30px;
    letter-spacing: 2.4px;
    font-variant: normal;
    line-height: 30px;
}

.detail-listing .pro-listing li p {
    font-size: 18px;
    margin: 8px 0 0;
    min-height: 35px;
    padding: 0 30px;
    height: auto !important;
}

.pro-listing li p {
    font-size: 18px;
    margin: 4px 0 20px;
    height: auto !important;
}


/* SEO CSS Start Here */

.home .home-listing li h3 {
    font-size: 22px;
    /*margin: 4px 0 5px;*/
    margin: 15px 0 5px;
    font-variant: inherit;
    letter-spacing: inherit;
	text-align: center;
}

.home .home-listing li h4 {
    font-size: 18px;
    margin: 4px 0 25px;
    font-variant: inherit;
    letter-spacing: inherit;
	text-align: center;
}

.pro-name h4,
.pro-name p {
    color: #474747;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
    font-variant: inherit;
    letter-spacing: inherit;
}

.s-profile .s-name&gt;p:not(:last-child) {
    font-size: 18px;
    margin: 0;
    font-weight: 500;
    line-height: 1.1;
    font-variant: inherit;
    letter-spacing: inherit;
}

.home-press-section h3 span,
.home-press-section p span {
    display: inline-block;
    padding: 0 0 15px;
    position: relative;
}

.home-press-section h3 span:before,
.home-press-section p span:before {
    background: #474747;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.home-press-section h3,
.home-press-section p {
    border-bottom: medium none;
    display: block !important;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.consltent_h2 {
    font-size: 24px;
}

.page-template-page-project .project-link .page_project_tmp,
.page-template-page-project .project-link h2 {
    font-size: 18px;
    margin: 4px 0 20px;
    height: auto !important;
    font-variant: normal;
    letter-spacing: inherit;
}

.mobile_h1 {
    font-size: 20px;
    letter-spacing: 0;
    margin: 0px 0 30px;
}

.more_video_btn .text_play {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    display: block;
}

.video-slider-box h2.list-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: inherit;
    font-variant: no-common-ligatures;
    letter-spacing: inherit;
}

.right-col .blog_pmdd_h {
    margin: 0 0 30px 0;
    letter-spacing: 2.4px;
    font-variant: normal;
    line-height: 30px;
    font-size: 24px;
}


/* SEO CSS End Here */

@media (max-width: 1499px) {
    .home-video .video-caption {
        font-size: 50px;
    }
    .home-houzz .houzz-info img.year-badge {
        margin-right: 3px;
        margin-bottom: 8px;
    }
}

@media (max-width: 1199px) {
    .detail-listing .pro-listing li h4 {
        padding: 0 15px;
    }
    .right-col {
        padding: 0;
    }
    .press-wrapper .more_btn {
        font-size: 14px;
        padding: 5px 15px;
    }
    /*#block video {  height: 200%;  left: -30%;  position: relative;  top: -40%;width: 260%;}*/
    .home-video .video-caption {
        font-size: 40px;
    }
    .h-profile .more_btn {
        margin-left: 50px;
    }
    .right-col .btn-block {
        margin-left: -60px;
    }
    .nav .sub-menu {
        display: none;
    }
    .home .houzz-info .row1 img {
        max-width: 150px;
    }
    .header.inner-header .logo {
        width: 85%;
    }
    .contact-form .form-check {
        margin: 10px 0 35px 0;
    }
    .contact-form .form-check .design-interest {
        display: block;
    }
    .contact-form .form-check .design-interest span.wpcf7-list-item {
        margin: 0 10px 0 0;
    }
}

@media (max-width: 1024px) {
    .form-sec-check li {
        margin: 0 15px 25px 15px;
    }
    .form-sec-check label.thirdline {
        padding: 0px 10px;
    }
    .detail-form.rooms-repeater ul li {
        text-align: left;
    }
    .detail-form.rooms-repeater ul li label {
        display: block;
    }
}

@media (max-width: 991px) {
    .form-sec-check li {
        width: 29%;
    }
    .contact-form .form-check {
        margin: 0 0 20px 0;
    }
    .coupon-sec {
        width: 60%;
    }
}

@media (min-width:768px) {
    .contact-form .more_btn {
        float: right;
        margin-top: 0px;
    }
    .press-block .right-bar {
        border-left: 1px solid #474747;
    }
    .client-block .img {
        float: right;
        float: right;
        margin: 0 0 40px 40px;
    }
    .quote-block {
        text-align: right;
    }
    .testimonial-block .btn-row {
        position: absolute;
        right: 0;
        top: 12px;
        width: 220px;
    }
    .review-block {
        padding-top: 85px;
    }
    .rm-pad {
        padding: 0px;
    }
}

@media (min-width: 992px) {
    .press-block .left-p:before {
        background: #474747;
        content: "";
        display: inline-block;
        height: 70%;
        position: absolute;
        right: 4px;
        top: 50px;
        width: 1px;
    }
    .review-ul li:last-child {
        border: none;
    }
    .home .home-press-section ul li {
        display: table-cell;
    }
    .pro-listing li:nth-child(3n+1) {
        clear: both;
    }
    .single-custom_feature .pro-listing li:nth-child(3n+1) {
        clear: none;
    }
    .single-project .pro-listing li:nth-child(3n+1) {
        clear: none;
    }
    .single-video .pro-listing li:nth-child(3n+1) {
        clear: none !important;
    }
    .single-video .detail-listing dd.tubepress_meta_title {
        /*min-height: 57px;*/
        min-height: 82px;

    }
}

@media (max-width: 991px) {
    .home-listing li,
    .pro-listing li {
        width: 50%;
    }
    .footer-bottom {
        opacity: 1;
        position: relative;
        pointer-events: auto;
        visibility: visible;
    }
    .footer {
        padding-bottom: 0px;
    }
    .header {
        position: relative;
        top: 0px;
    }
    .header.sticky {
        top: 0px;
        position: fixed;
    }
    .left-houzz&gt;img {
        max-width: 30px;
    }
    .left-houzz {
        top: 250px;
    }
    .header.inner-header {
        padding: 0 15px;
    }
    .home-video .video-caption {
        line-height: 1.3;
        padding: 0 10px;
    }
    .home-video .video-caption strong {
        font-size: 65px;
    }
    .testimonial-row&gt;div {
        border-bottom: 1px solid #cccccc;
        display: inline-block;
        margin: 5px 0;
        padding: 10px 0;
        width: 100%;
    }
    .testimonial-row&gt;div:last-child() {
        border: none;
    }
    .home-houzz .houzz-profile {
        padding-right: 0;
    }
    .right-p {
        margin-top: 30px;
    }
    .clear-option {
        padding-right: 7px;
    }
    .home-listing li:nth-child(9) {
        display: none;
    }
    .right-col .btn-block {
        margin-left: -130px;
    }
    .home-houzz .houzz-info img.year-badge {
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .home-houzz .houzz-info .h-profile br { display: none; }
    .howitworks-sec h4 {
        margin-top: 50px;
    }
    ul.listing-sec li {
        width: 47%;
    }
    .howitworks-sec .col-sm-6.txt-block {
        width: 330px;
        padding-left: 15px;
    }
    .howitworks-sec p.howitworks-title {
        margin-top: 30px;
    }
    .cat-main .cat-item {
        min-height: 180px;
    }
    .cat-main .cat-item a img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 770px) {
    .home-video .video-caption strong {
        font-size: 55px;
    }
}

@media (max-height:650px) {
    .nav .sub-menu {
        max-height: 350px;
        /*min-height: 300px;*/
        min-height: auto;
    }
}

@media screen and (max-device-width: 767px) and (orientation: portrait) {
    .nav .menu&gt;li:hover .sub-menu {
        display: none;
    }
    .nav .sub-menu {
        max-height: 250px;
        min-height: 250px;
    }
}

@media (max-width: 767px) {
    .jqmWindow {
        width: 100% !important;
        left: 0 !important;
        margin: 0 auto !important;
        height: auto !important;
    }
    .header.inner-header {
        margin: 0px;
    }
    #content {
        margin: 0px 0 0;
    }
    .inner-main-section {
        padding: 0px;
    }
    .title span {
        font-size: 20px;
    }
    .logo a {
        padding: 15px 30px 40px 80px
    }
    .logo a .main-logo {
        top: 13px;
    }
    .header.sticky .logo img {
        top: 13px;
    }
    .header.sticky .logo a,
    .header.inner-header .logo a {
        padding: 5px 60px 37px 60px;
    }
    .nav {
        padding: 32px 14px 0 15px;
    }
    .nav .nav-bg {
        width: 260px;
    }
    .nav .social-icon li {
        padding-right: 15px;
    }
    .close-icon {
        padding-right: 15px;
        margin-bottom: 20px;
    }
    .nav .social-icon {
        margin: 60px 0 20px 0;
    }
    .style,
    .room-type,
    .location {
        width: 100%;
        margin-bottom: 5px;
    }
    .filter-area {
        padding-bottom: 10px;
    }
    .logolist ul {
        padding: 0;
    }
    .pro-listing {
        margin: 0 -5px;
        width: auto;
    }
    .press-detail img {
        margin-bottom: 15px;
    }
    .press-list .name {
        padding: 10px 0;
    }
    .press-block .right-bar {
        padding-bottom: 40px;
    }
    .press-detail h2, .press-detail h1 {
        margin-bottom: 30px;
    }
    .client-block,
    .testimonial-block {
        padding: 50px 0;
    }
    .detail-listing .tubepress_thumb {
        width: 100%;
    }
    /**/
    .houzz-header .close-btn {
        right: 0px;
        top: 5px;
    }
    .houzz-header {
        margin: 10px 0 0;
    }
    .houzz-content {
        margin: 20px 0 10px;
    }
    /*.h-profile &gt; img{max-width:130px;}*/
    .h-profile {
        min-height: 110px;
        padding: 0 0 0 120px;
        margin: 0 0 30px;
    }
    .h-right-p {
        margin-top: 30px;
    }
    .profile-text ul {
        margin: 20px 0 10px;
    }
    .profile-text ul li {
        margin: 0 5px 10px;
    }
    .profile-text ul li img {
        max-width: 50px;
    }
    .h-right-p {
        padding: 0;
    }
    .b-link {
        margin: -15px 0 0;
    }
    .home-video .video-caption {
        font-size: 28px;
        letter-spacing: 1.5px;
        line-height: 1.5;
        font-weight: normal;
        font-style: normal;
        color: #fff;
        text-shadow: none;
    }
    .home-video .video-arrow {
        font-size: 14px;
        z-index: 99;
        bottom: 10%;
        width: 100%;
    }
    .home-video .video-arrow i {
        bottom: -20px;
        font-size: 30px;
    }
    .home-slideshow {
        position: relative;
    }
    .home-slideshow::before {
        background: rgba(0, 0, 0, 0.10);
        bottom: 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 9;
    }
    .home-video .video-caption strong {
        font-size: 12px;
    }
    .title {
        margin: 0 0 50px;
    }
    .home-testimonial {
        padding: 30px 0;
    }
    .home-testimonial .title {
        margin: 0 0 10px;
    }
    .video-slider .pro-listing {
        margin: 0;
        width: 100%;
    }
    .video-slider-box {
        padding: 0 15px;
    }
    .video-slider .more_video_btn {
        display: none;
    }
    .inner-product .clear-options {
        top: 0;
    }
    .inner-product .filter-area .clear-options label {
        display: inline-block;
        width: auto;
    }
    .inner-product .filter-area .clear-option {
        display: inline-block;
        margin: 0 0 10px;
        text-align: left;
        width: 100%;
    }
    .nav-bg .menu {
        overflow: auto;
        padding-bottom: 10px;
    }
    .filter-area .address-type .address,
    .filter-area .address-type {
        width: 100%;
    }
    .location,
    .style {
        padding-right: 0px;
    }
    .home-houzz .houzz-profile .profile-block&gt;img {
        min-height: 1px;
    }
    .home .home-press-section ul li {
        padding: 10px;
    }
    .footer .footer-top .footer-social-icons ul li:first-child {
        width: 100%;
        margin: 0 0 15px;
    }
    .footer .footer-top .footer-social-icons ul li {
        width: 24%;
    }
    .left-p .press-wrapper .img {
        margin: 5px 0 20px;
        text-align: left;
    }
    .left-p .press-wrapper .img img {
        max-width: 100px;
    }
    .press-block .press-wrapper .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .press-block .press-wrapper .col-md-2 {
        display: inline-block;
        float: left;
    }
    .press-block .left-p .press-wrapper .col-md-2,
    .press-block .left-p .press-wrapper h2 {
        padding: 0 15px;
    }
    .page-template-template-press-page .inner-main-section {
        padding-top: 0;
    }
    .press-wrapper .more_btn {
        padding: 5px 15px;
    }
    .h-profile .more_btn {
        float: right;
        margin-left: 0;
    }
    .h-profile&gt;img {
        max-width: 100%;
    }
    .single-project #fancybox-left-ico,
    .single-project #fancybox-right-ico {
        font-size: 30px;
    }
    .clear-options {
        text-align: left;
    }
    .clear-filter {
        margin: 5px 0 0;
    }
    .home-about,
    .home-product,
    .home-press {
        padding: 40px 0px;
    }
    .btn-group.list-page {
        margin: 20px 0 10px;
    }
    /* .single-project .pro-listing .tubepress_thumb{ display: none; } */
    .single-project .gallery-row-1-mobile {
        margin-bottom: 20px;
        width: 100%;
        display: inline-block;
    }
    .single-project .gallery-row-1-mobile iframe {
        width: 100%;
        display: inline-block;
    }
    .logolist ul li {
        margin: 0;
        width: 48%;
    }
    .logolist {
        margin: 10px 0 22px 0;
    }
    .btn-group {
        margin-bottom: 0px;
    }
    .loading-box {
        display: none;
    }
    .small-for-btn .btn-back {
        line-height: 1;
        margin: -7px 0 0;
        vertical-align: top;
        width: auto;
    }
    .small-for-btn .proj-menu {
        float: right;
        width: auto;
    }
    .small-for-btn {
        margin-bottom: 15px;
    }
    .btn-group .dropdown-toggle,
    .btn-block.btn-back a {
        font-size: 14px;
    }
    .btn-group .dropdown-toggle em,
    .btn-block.btn-back em {
        font-size: 26px;
        margin: 0 3px 0 0;
    }
    .inner-product .left-title {
        margin-bottom: 10px;
    }
    .small-for-btn h2 {
        font-size: 20px;
        letter-spacing: 0;
        margin: 0px 0 30px;
    }
    .right-col .btn-block {
        margin-left: 0px;
    }
    /*#featured-projects {
	  margin-top: 70px;
	  overflow: hidden;
	  position: relative;
	  top: -70px;
	}*/
    .title span {
        font-size: 16px;
    }
    .title.visible-xs {
        margin: 12px 0 25px;
    }
    .home-product {
        padding-top: 0px;
    }
    .video-slider .left-title,
    .page-template-template-reviews-page .left-title,
    .left-title {
        margin-top: 25px;
    }
    .press-block {
        padding-top: 30px;
    }
    .single-custom_feature .btn-back {
        margin-bottom: 20px;
    }
    .clear-options {
        width: auto;
    }
    .visible-xs.ok-options {
        display: inline-block !important;
        vertical-align: bottom;
        float: right;
        margin-top: 25px;
    }
    .inner-product .filter-area .clear-option {
        width: 100%;
        padding: 0px;
    }
    .filter-area .fstMultipleMode.fstActive .fstResults {
        max-height: 261px;
    }
    .page-template-template-project-video-page .dsktp-slider {
        display: none;
    }
    .tubepress_thumbs.pro-listing li a::before {
        display: none;
    }
    .logo .hidden-xs {
        display: block !important;
    }
    .logo .visible-xs {
        display: none !important;
    }
    .home-houzz .houzz-content {
        margin-top: 0px;
    }
    .press-list .name {
        padding: 5px 0;
    }
    .press-list a {
        margin: 5px 0;
        width: 100%;
        display: inline-block;
    }
    .footer .footer-top ul li {
        padding: 0 15px;
    }
    .blog-listing-pg .left-p {
        padding: 0 15px;
    }
    .blog-listing-pg .left-p .press-wrapper h2 {
        padding: 0;
    }
    .blog-listing-pg .left-p .blg-img {
        text-align: center;
    }
    .header.inner-header .logo {
        width: 100%;
    }
    .cl-btn {
        display: none;
    }
    .sid-sec p {
        margin-bottom: 30px;
    }
    .margintop {
        margin-top: 0;
    }
    .howitworks-sec h4 {
        margin-top: 10px;
    }
    .pricing_detail {
        min-height: 100%;
    }
    .pricing_detail .priceamount {
        top: -70px;
    }
    .pricing_detail.cart-addon .priceamount {
        top: 30px;
    }
    .home-product-list .product-single {
        margin: 0 0 20px 0;
    }
    .howitworks-sec .col-sm-6.txt-block {
        width: 100%;
        padding-left: 15px;
    }
    .howitworks-sec p.howitworks-title {
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .howitworks-sec p {
        margin-bottom: 40px;
    }
    .form-sec-check li {
        display: table;
        width: 100%;
        float: left;
        margin-bottom: 15px;
        margin-right: 0;
        margin-left: 0;
    }
    .form-sec li {
        width: 50%;
        margin-right: 0;
        margin-left: 0;
        text-align: center;
    }
    .detail-form ul li {
        margin: 0 0 10px 0;
        width: 100%;
    }
    .detail-form p.red {
        display: block !important;
        text-align: center;
        margin: auto;
    }
    .form-sec li span {
        font-size: 18px;
    }
    .contact-us.contact-block p {
        margin: 10px !important;
    }
    .woo-menu .btn-block {
        text-align: left;
    }
    .detail-form.rooms-repeater ul li:nth-child(4n+1) {
        width: 100%;
    }
    .detail-form.rooms-repeater ul li:nth-child(4n+1) input {
        width: 100%;
    }
    .detail-form.rooms-repeater ul li {
        width: 32%;
    }
    .detail-form.rooms-repeater ul li input {
        width: 70px;
    }
    .detail-form.rooms-repeater a.add-room-btn {
        margin-left: 0;
    }
}

@media (min-width:480px) {
    .feature-press {
        padding: 0 69% 0 0;
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    .feature-press .right-press {
        width: 100%;
    }
    /*.feature-press .left-press {position: absolute;right: 0;top: 0;width: 69%;}*/
    .feature-press .left-press {
        position: absolute;
        right: 0;
        top: 0;
        width: 69%;
        height: 100%;
    }
    .feature-press li.left-press a {
        height: 100%;
    }
    .feature-press li.left-press img {
        height: 100%;
        object-fit: cover;
        -webkit-object-fit: cover;
        -moz-object-fit: cover;
    }
    .two-one.feature-press {
        padding: 0 0% 0 69%;
    }
    .two-one.feature-press .left-press {
        right: auto;
        left: 0px;
    }
}

@media(max-width:560px) {
    .coupon-sec {
        width: 100%;
    }
    .logo .hidden-xs {
        display: none !important;
    }
    .logo .visible-xs {
        display: block !important;
    }
    .header.sticky .logo a,
    .header.inner-header .logo a {
        padding: 5px 60px 5px 0;
    }
}

@media (max-width: 479px) {
    .m-menu {
        right: 10px;
    }
    .home-about,
    .home-product,
    .home-press {
        padding: 0px 0px 40px;
    }
    .feature-press .left-press,
    .feature-press .right-press,
    .pro-listing li {
        width: 100%;
    }
    .feature-press .left-press,
    .feature-press .right-press,
    .pro-listing li,
    .home-listing li,
    .detail-listing .pro-listing li {
        width: 100%;
    }
    .nav {
        width: 290px;
    }
    .header.inner-header .logo::before {
        left: 83%;
    }
    .home-slideshow .owl-carousel .owl-item img {
        min-height: 276px;
        object-fit: cover;
        -webkit-object-fit: cover;
        -moz-object-fit: cover;
    }
    .home-houzz .h-right-p li {
        width: 100%;
        padding: 0px;
    }
    .footer .footer-top ul.menu li:first-child {
        border-left: none;
    }
    .press-b {
        text-align: center;
    }
    .press-b .view_press_btn {
        position: static;
        margin-top: 10px;
    }
    .right-col .r-title {
        display: none;
    }
    .rm-space {
        margin: 0 0 22px;
    }
    .rm-pad {
        padding: 0px;
    }
    .h-profile.row1 {
        padding: 0px;
    }
    .h-profile.row1&gt;img {
        margin: 0 0 20px;
        position: relative;
    }
    .home-video .video-caption {
        font-size: 27px !important;
        letter-spacing: 1.5px;
        line-height: 1.5;
        padding: 0px 24px;
    }
    .title.visible-xs {
        margin: 15px 0 25px;
    }
    /*css add for responsive at 17-02-2018*/
    .home-video .video-arrow {
        display: none !important;
    }
    .video-caption span {
        display: block;
        margin-top: 20px;
        font-size: 22px !important;
    }
    ul.listing-sec li {
        width: 100%;
        margin: 0 0 15px 0;
    }
    .contact-us.contact-block h3.left-title {
        text-align: center;
    }
}

@media (max-width: 450px) {
    .form-sec li {
        width: 100%;
    }
    .questnr-btn .more_btn {
        margin: 0 !important;
    }
}

@media (max-width: 375px) {
    .home-slideshow .owl-carousel .owl-item img {
        min-height: 250px;
    }
    /*.home-video .video-caption{padding:0px !important;} */
    .home-houzz .houzz-info img.year-badge {
        margin-right: 10px !important;
    }
}

@media screen and (max-height: 768px) {
    .sidebar-menu .nav {}
}

.woocommerce .woocommerce-message {
    display: none;
}

#hm-product ul.home-listing li p a { padding: 0; }</pre></body></html>