/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* header CSS start */

li#menu-item-49 a {
    text-transform:  none !important;
}

header nav {
    display: flex;
    justify-content: start !important;
}

li#menu-item-43 {
    position: absolute;
    right: 0;
	bottom: 0;
}

#top nav > ul > li > a {
    opacity: 1 !important;
}

#top nav > ul > li > a span {
    color: #212022;
}

#top nav > ul > li#menu-item-43 > a {
    background: #BF1116;
    padding: 15px 50px 15px 30px !important;
    position: relative;
    transition: all 0.5s;
    overflow: hidden;
    border: 1px solid #BF1116;
    margin: unset !important;
}

#top nav > ul > li#menu-item-43 > a:before {
    content: '';
    position: absolute;
    background: #fff;
    height: 30px;
    width: 30px;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    transform: scale(0);
    transition: all 1s;
}

#top nav > ul > li#menu-item-43 > a:hover:before {
    transform: scale(10);
}

#top nav > ul > li#menu-item-43 > a:hover span {
    color: #BF1116;
}

#top nav > ul > li#menu-item-43 > a:hover i {
    rotate: 0deg;
    color: #BF1116;
}

#top nav > ul > li#menu-item-43 > a i {
    position: absolute;
    right: 0;
    top: 22%;
    color: #fff;
    font-size: 24px;
    rotate: -45deg;
    transition: all 0.5s;
}

#top nav > ul > li#menu-item-43 > a span {
    color: #fff;
}

#top ul#menu-right-menu li a {
    font-size: 18px;
    line-height: 26px;
}

#top ul#menu-right-menu li a i {
    color: #212022;
    font-size: 18px;
    line-height: 26px;
}

#search-btn {
    margin-right: auto;
    list-style: none;
    position: absolute;
    left: 6%;
    top: 30%;
    z-index: 999;
}

#search-btn a {
    position: relative;
    border: 1px solid #E2E2E2;
    padding: 15px 500px 15px 20px;
}

#search-btn a span {
    color: #000 !important;
}

#search-btn a:before {
    content: 'Search for flooring, Hardwood, Vinyl ...';
    position: absolute;
    width: 500px;
    height: 100%;
    top: 25px;
    bottom: 0;
    left: 60px;
    margin: auto 0;
    color: #A3A3A3;
}

ul.sub-menu.tracked-pos {
    background: #141316 !important;
}
.star-mg {
    width: 40%;
    position: absolute !important;
    top: -90px;
    right: -40px;
}
ul.sub-menu.tracked-pos li a span {
    color: #fff;
}
.abt .star-mg {
    width: 34% !important;
}
.material .sf-menu>li>a>.sf-sub-indicator i {
    color: #212022;
    font-size: 24px;
}
div#gallery img {
    filter: brightness(1.3) contrast(1.1);
}
.another img {
    filter: brightness(1.1) contrast(1.1) !important;
}
.thm-txt {
    position: absolute;
    right: 0;
    background: #bf1116;
    max-width: 380px;
    top: -10px;
    padding: 10px 50px !important;
    left: 0;
    margin: 0 auto !important;
}
div#testimonial-inr .thm-txt {top: -80px;left: 0;right: 0;margin: 0 auto;max-width: 50%;}
.thm-txt h4 {
    color: #ffffff !important;
    font-size:20px !important;
    font-weight:400;
}
div#testimonial-inr a {
    background: #000;
    padding: 20px 60px !important;
    position: relative;
    top: -40px;
    text-align: center;
}

div#testimonial-inr .dif {
    color: #fff;
    background:unset !important;
}
div#testimonial-inr a:before {
    position: absolute;
    content: '\f164';
    left: 10px;
    right: 0;
    top: 18px;
    bottom: 0;
    width: 40px;
    height: 40px;
    border-radius: 50px !important;
    font-family: 'FontAwesome';
}
div#testimonial-inr h4 {
    text-align: center;
}
div#testimonial-inr .dif {
    background: unset !important;
}
div#testimonial-inr a:hover {
    color: #fff !important;
    transition: all 0.5s !important;
}
/* header CSS end */

/* hero section CSS start */

h1 {
    color: #fff;
}

#hero p {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}

#entire-btn {
    background: #BF1116;
    padding: 15px 40px 15px 40px !important;
    position: relative;
    transition: all 0.5s;
    overflow: hidden;
    border: 1px solid #BF1116;
    font-size: 23px;
    line-height: 31px;
    font-family: 'Roboto';
}

#entire-btn i {
    transition: all 0.5s;
    font-size: 23px;
    line-height: 31px;
    right: 7%;
    top: 45%;
    rotate: -45deg;
}

#entire-btn:before {
    content: '';
    position: absolute;
    background: #fff;
    height: 30px;
    width: 30px;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    transform: scale(0);
    transition: all 1s;
}

#entire-btn:hover:before {
    transform: scale(15);
}

#entire-btn:hover i {
    rotate: 0deg;
    color: #BF1116;
}

#entire-btn:hover {
    box-shadow: unset !important;
    transform: unset !important;
    color: #BF1116;
}

#hero .vc_column-inner {
    position: relative;
}


#hero .social-links {
    padding: 30px 10px 10px;
    border-radius: 50px;
    position: fixed;
    top: 40%;
    left: -80px;
    z-index: 999999999;
    transition: all 0.5s ease;
}
#hero .social-links.active {
    left: 10px;
}
#hero .social-links li {
    padding-bottom: 20px;
    list-style: none;
    position: relative;
}
#hero .social-links li a i {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    transition: all 0.5s;
    background: #000;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#hero .social-links li a i:hover {
    transform: scale(1.3);
}
#hero .social-links li::after {
    content: attr(data-text);
    position: absolute;
    left: 55px;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    color: #fff;
    padding: 5px 24px;
    border-radius: 25px;
    font-size: 18px !important;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
    line-height:26px !important;
}
#hero .social-links li:hover::after {
    opacity: 1;
    left: 65px;
}


/* service section CSS start */

#service-inr i {
    color: #fff;
    font-size: 70px;
    line-height: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #BF1116;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    transition: all 0.5s;
}

#service-inr h4 {
    font-size: 26px;
    line-height: 34px;
}

#service-inr p {
    font-size: 16px;
    line-height: 24px;
}

#service .vc_column-inner {
    padding: 20px 20px;
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

#service-inr .vc_column-inner {
    padding: unset;
    border: unset;
}

#service-inr .wpb_text_column {
    margin-bottom: 5px;
}

#service .vc_column-inner:before {
    content: '';
    position: absolute;
    background: #BF1116;
    height: 0%;
    width: 100%;
    bottom: 0;
    left: 0;
    border-radius: 20px;
    transition: all 0.5s;
}

#service-inr .vc_column-inner:before {
    display: none;
}

#service-inr .vc_column-inner {
    background: unset;
}

#service .vc_column-inner:hover:before {
    height: 100%;
}

#service .vc_column-inner:hover #service-inr i {
    background: #fff;
    color: #011627;
}

#service .vc_column-inner:hover h4, #service .vc_column-inner:hover p {
    color: #fff;
    transition: all 0.5s;
}

h2 {
    color: #212022;
}

p {
    color: #50656C;
}

/* service section CSS end */

/* explore section CSS start */

#explore li.product {
    background: #fff;
    padding: 15px 15px;
}

h2.woocommerce-loop-product__title {
    color: #212121 !important;
    font-weight: bold !important;
    font-family: 'Roboto' !important;
    font-size: 21px !important;
    line-height: 29px !important;
}

bdi {
    color: #737373;
}

#explore h2 {
    color: #383838;
}

#explore p {
    color: #383838;
}

#explore li.product:hover {
    background: #383838;
}

#explore li.product {
    min-height: 470px;
}

/* explore section CSS end */

/* counter section CSS start */

#counter .number, #counter .symbol {
    font-weight: 800;
    font-family: 'Roboto';
    font-size: 48px !important;
    line-height: 56px;
    color: #fff;
}

#counter .subject {
    font-size: 21px;
    line-height: 29px;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 400;
}

/* counter section CSS end */

/* why section CSS start */

#why h2 {
    color: #BF1116;
}

#why p {
    color: #383838;;
}

/* why section CSS end */

/* testimonial section CSS start */

#testimonial h2, #testimonial h4, #testimonial p {
    color: #fff;
}

div#testimonial-inr {
    background: #ffffff40;
    border: 1px solid #fff;
    border-radius: 13px;
    padding: 50px 100px;
    min-height: 450px;
}

#testimonial-inr img {
    min-width: 100px;
}

#testimonial .owl-dots {
    display: block;
}

#testimonial .owl-dots .active span {
    background: #fff !important;
}

#testimonial .owl-dot span {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid #fff;
}

/* testimonial section CSS end */

/* contact section CSS start */

#contact .btn p {
    position: relative;
    max-width: 184px;
    height: 58px;
    overflow: hidden;
    border-radius: 6px;
}
#contact .btn p:before {
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    bottom: 0px;
    left: 0px;
    background: rgb(255, 255, 255);
    margin: auto;
    border-radius: 50%;
    transition: 1s;
    right: 0;
    transform: scale(0);
}
#contact .btn p:hover:before {
    transform: scale(8.5);
}
#contact input.wpcf7-submit:hover {
    background: unset;
}

#contact .contact-form {
    background: #D9DADE;
    padding: 30px 30px;
    border-radius: 8px;
}

#contact input, #contact textarea {
    background: #EAEAEA;
    border: 1px solid #fff;
    font-size: 21px;
    line-height: 29px;
    color: #171717;
    padding: 15px 20px;
    border-radius: 8px !important;
}

#contact input::placeholder, #contact textarea::placeholder {
    font-size: 21px;
    line-height: 29px;
    color: #171717;
}

#contact input.wpcf7-submit {
    background: #BF1116;
    color: #fff;
    padding: 15px 60px !important;
    font-size: 18px;
    line-height: 26px;
    border: 1px solid #BF1116;
}

#contact input.wpcf7-submit:hover {
    transform: unset !important;
    box-shadow: unset !important;
    background: #fff;
    color: #BF1116;
}

h3 {
	color: #383838;
}

h5 {
	color: #383838;
}

/* contact section CSS end */

/* footer CSS start */

#footer h4 {
    font-weight: bold !important;
    color: #fff;
}

#footer p {
    color: #BFBFBF;
    font-size: 21px;
    line-height: 29px;
}

#footer ul li {
    color: #BFBFBF;
    font-size: 21px;
    line-height: 29px;
    padding-bottom: 10px;
    list-style: none;
}

#footer ul li a {
    color: #BFBFBF;
    text-transform: uppercase;
}

#footer ul {
    margin: unset;
}

#inr-footer .right-col {
    text-align: right;
}

#inr-footer a {
    font-weight: bold;
    color: #BFBFBF;
}

#footer .tnp-field label {
    display: none;
}

#footer .tnp.tnp-subscription.tnp-widget {
    margin: unset;
}

#footer-inr input#tnp-1 {
    background: transparent;
    border: 1px solid #356172;
    padding: 10px 20px;
    font-size: 21px;
    line-height: 29px;
}

#footer-inr input.tnp-submit {
    border: unset;
    font-size: 18px;
    line-height: 26px;
    border-radius: unset !important;
}

div#inr-footer {
    padding-top: 30px;
    border-top: 1px solid #2C2C2C;
}

#footer ul.social-icons {
    display: flex;
    gap: 10px;
}

#footer ul.social-icons li a i {
    color: #E4E4E4;
    height: 60px;
    width: 60px;
    background: #2C2C2C;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 30px;
    line-height: 38px;
    transition: all 0.5s;
    border: 1px solid #2C2C2C;
}

#footer ul.social-icons li a i:hover {
    background: #fff;
    color: #BF1116;
    border-color: #BF1116;
}

div#footer-outer {
    display: none;
}

.tnp-field.tnp-field-button {
    position: relative;
    max-width: 184px;
    height: 58px;
    overflow: hidden;
    border-radius: 6px;
}
.tnp-field.tnp-field-button:before {
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    bottom: 0px;
    left: 0px;
    background: rgb(255, 255, 255);
    margin: auto;
    border-radius: 50%;
    transition: 1s;
    right: 0;
    transform: scale(0);
}
.tnp-field.tnp-field-button:hover:before {
    transform: scale(8.5);
}
#footer input.tnp-submit:hover {
    background: unset;
    color: #BF1116;
    transform: unset !important;
    box-shadow: unset !important;
}

/* footer CSS end */

/* inr-banner CSS start */

#inr-banner h1 {
	color: #fff;
}

/* inr-banner CSS end */


/* gallery CSS start */

#gallery img {
	width: 100%;
}

#gallery .work-item img {
    border-radius: 16px;
}

/* gallery CSS end */

/* products section CSS start */

li.classic.product {
    border: 1px solid #E4E4E4;
    padding: 15px 15px !important;
    transition: all 0.5s;
}

li.classic.product:hover {
    background: #383838;
}

#products li.classic.product h2 {
    text-align: left;
}

li.classic.product:hover h2, li.classic.product:hover bdi {
    color: #fff !important;
}

#products h2, #products p {
    text-align: center
}

/* products section CSS end */

/* single-product CSS start */

h1.product_title.entry-title.nectar-inherit-default {}

.single-product h1 {
    color: #000;
    font-weight: 400;
    font-size: 57px !important;
    line-height: 63px !important;
}

.single-product span.woocommerce-Price-amount.amount bdi {
    color: #BF1116;
    font-weight: bold;
    font-size: 30px !important;
    line-height: 38px !important;
}

.single-product .woocommerce-product-details__short-description p {
    color: #000;
    font-size: 18px;
    line-height: 26px;
}

div#product-inr p {
    font-size: 21px;
    line-height: 29px;
    color: #000;
}

.single-product .woocommerce-tabs {
    position: relative;
}

.single-product .woocommerce-tabs:before {
    content: '';
    position: absolute;
    top: 0;
    left: -10%;
    border-top: 1px solid #D9D9D9;
    height: 100%;
    width: 130%;
    border-bottom: 1px solid #D9D9D9;
}

.single-product .product_meta {
    display: none;
}

.single-product .summary.entry-summary.force-contained-rows {
    border-bottom: 1px solid #D9D9D9;
}

/* single-product CSS start */

/* woocommerce-cart CSS start */

.woocommerce-cart th.wc-block-cart-items__header-image, .woocommerce-cart th.wc-block-cart-items__header-total {
    color: #000 !important;
    font-size: 21px;
    line-height: 29px;
    font-weight: 500 !important;
    position: relative;
    padding: 10px 20px;
}

.woocommerce-cart thead {
    position: relative;
}

.woocommerce-cart thead:before {
    content: '';
    position: absolute;
    background: #E4C4C5;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.woocommerce-cart .wc-block-cart-items__header {
    padding: 10px 10px !important;
}

.woocommerce-cart .wc-block-components-product-name {
    color: #000 !important;
    font-size: 21px !important;
    line-height: 29px !important;
}

.woocommerce-cart .wc-block-components-formatted-money-amount {
    color: #000;
    font-size: 21px;
    line-height: 29px;
}

.woocommerce-cart .wc-block-components-product-metadata__description p {
    font-size: 18px;
    line-height: 26px;
    color: #000;
}

.woocommerce-cart .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
    background: #E4C4C5;
    padding: 40px 40px;
}

.woocommerce-cart h2.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
    text-align: center;
    font-size: 25px;
    line-height: 33px;
    color: #000;
    font-weight: 600;
}

.woocommerce-cart span.wc-block-components-totals-item__label {
    color: #000;
    font-size: 24px;
    line-height: 32px;
}

.woocommerce-cart span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-totals-footer-item-tax-value {
    color: #BF1116 !important;
    font-weight: 500 !important;
}

.wc-block-components-panel__button {
    font-size: 24px;
    line-height: 32px;
    color: #000;
    font-weight: 600;
}

/* woocommerce-cart CSS end */

/* woocommerce-checkout CSS start */

.woocommerce-checkout input {
    background: #fff !important;
    border: 1px solid #000 !important;
}

.woocommerce-checkout h2.wc-block-components-title.wc-block-components-checkout-step__title {
    font-size: 48px;
    line-height: 56px;
}

.woocommerce-checkout .wc-block-components-checkout-order-summary__title-text {
    font-size: 32px !important;
    line-height: 40px !important;
    color: #000;
    font-weight: 500 !important;
}

.woocommerce-checkout h3.wc-block-components-product-name {
    font-size: 21px;
    line-height: 29px;
    color: #000;
}

.woocommerce-checkout .wc-block-components-formatted-money-amount {
    color: #000;
    font-size: 21px;
    line-height: 29px;
}

.woocommerce-checkout .wc-block-components-totals-item__label {
    color: #000;
    font-size: 21px;
    line-height: 29px;
}

span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-totals-footer-item-tax-value {
    color: #BF1116;
    font-weight: bold !important;
    font-size: 32px;
    line-height: 40px;
}

.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button {
    font-size: 21px;
    line-height: 29px;
    font-weight: 600;
    color: #BF1116;
}

.woocommerce-checkout button.wc-block-components-checkout-place-order-button {
    font-size: 21px !important;
    line-height: 29px !important;
    padding: 10px 50px !important;
    border-radius: 10px !important;
}

/* woocommerce-checkout CSS end */

/* customer section CSS start */

#customer-inr .vc_column-inner {
    background: #E5EFF2;
    border: 1px solid #AD9E9E;
    border-radius: 13px;
    padding: 50px 100px;
    transition: all 0.5s;
}

#customer-inr .vc_column-inner:hover {
    transform: translateY(-15px);
}

#customer-inr h4, #customer-inr p {
    color: #383838
}

/* customer section CSS end */

/* contact-us section CSS start */

#contact-us .vc_column-inner {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 80px 80px;
    border-radius: 50px;
}

#contact-us input, #contact-us textarea {
    background: #F5F7F9;
    border: 1px solid #D4D4D4;
    font-size: 25px;
    line-height: 33px;
    color: #5F5F5F;
    padding: 15px 20px;
    border-radius: 15px;
}

#contact-us input::placeholder, #contact-us textarea::placeholder {
    font-size: 25px;
    line-height: 33px;
    color: #5F5F5F;
}

#contact-us input.wpcf7-submit {
    background: #BF1116;
    color: #fff;
    border-radius: 10px !important;
    font-size: 18px;
    line-height: 26px;
    padding: 15px 50px !important;
    position: relative;
    right: -6%;
}

#contact-us .contact-form p {
    text-align: right;
}

/* contact-us section CSS end */

/* hardwood section CSS start */

#hardwood-inr img {
    border-radius: 20px;
}

/* hardwood section CSS end */

/* faq section CSS start */

#faq h2 {
	text-align: center;
}

#faq h3 a {
    font-size: 40px;
    line-height: 48px;
    color: #383838;
    transition: all 0.5s;
}

#faq .toggle {
    border: 1px solid #BF1116;
    margin-bottom: 20px;
    padding: 15px 30px;
    border-radius: 20px;
    transition: all 0.5s;
}

#faq .toggle h3 a i {
    border-color: #BF1116;
    transition: all 0.5s;
}

#faq .toggle h3 a i:before, #faq .toggle h3 a i:after {
    background: #BF1116;
    transition: all 0.5s;
}

#faq .toggle.open {
    background: #BF1116;
}

#faq .toggle.open h3 a {
    color: #fff;
}

#faq .toggle.open p {
    color: #fff;
    transition: all 0.5s;
}

#faq .toggle.open h3 a i {
    border-color: #fff;
}

#faq .toggle.open h3 a i:before, #faq .toggle.open h3 a i:after {
    background: #fff;
}

/* faq section CSS end */


@media only screen and (min-width: 1600px) and (max-width: 1750px){}
@media only screen and (min-width: 1366px) and (max-width: 1599px){

div#testimonial-inr .thm-txt {
    top: -80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 70%;
}
#hero ul.social-links {
    left: -0.8% !important;
}	
	
#top .container {
    padding: 0px 40px;
}

#search-btn a {
    padding: 15px 440px 15px 20px !important;
}

#search-btn {
    left: 4% !important;
}

#hero p {
    font-size: 18px !important;
    line-height: 26px !important;
}

#service-inr i {
    font-size: 50px !important;
    line-height: 58px !important;
    height: 80px !important;
    width: 80px !important;
}

#service .vc_column-inner {
    padding: 15px 15px !important;
}

#service-inr .vc_column-inner {
    padding: unset !important;
}

#service-inr h4 {
    font-size: 24px !important;
    line-height: 32px !important;
}

#service-inr p {
    font-size: 15px !important;
    line-height: 23px !important;
}

h2 {
    font-size: 47px !important;
    line-height: 55px !important;
}

p {
    font-size: 22px !important;
    line-height: 30px !important;
}

div#explore {
    padding: 80px 0px !important;
}

div#counter {
    padding: 120px 0px !important;
}

div#why {
    padding: 80px 0px !important;
}

div#testimonial-inr {
    padding: 50px 50px !important;
}	
	
div#hero.inr-banner {
    padding: 130px 0px !important;
}

div#hardwood {
    padding: 80px 0px !important;
}

#products li.classic.product h2 {
    font-size: 20px !important;
    line-height: 28px !important;
}

div#customer {
    padding: 80px 0px !important;
}

#customer-inr .vc_column-inner {
    padding: 60px 50px 40px !important;
}

div#gallery {
    padding: 80px 0px !important;
}

div#contact-us {
    padding: 80px 0px !important;
}	
	
div#faq {
    padding: 80px 0px !important;
}	
	
}
@media only screen and (min-width: 1200px) and (max-width: 1365px){
	
div#testimonial-inr .thm-txt {
    top: -60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 67%;
}
#top .container {
    padding: 0px 40px;
}
	
#hero ul.social-links {
    left: -0.8% !important;
}	

#search-btn a {
    padding: 15px 440px 15px 20px !important;
}

#search-btn {
    left: 4% !important;
}

#hero p {
    font-size: 15px !important;
    line-height: 23px !important;
}

#service-inr i {
    font-size: 50px !important;
    line-height: 58px !important;
    height: 80px !important;
    width: 80px !important;
}

#service .vc_column-inner {
    padding: 15px 15px !important;
}

#service-inr .vc_column-inner {
    padding: unset !important;
}

#service-inr h4 {
    font-size: 22px !important;
    line-height: 30px !important;
}

#service-inr p {
    font-size: 13px !important;
    line-height: 21px !important;
}

h2 {
    font-size: 40px !important;
    line-height: 48px !important;
}

p {
    font-size: 22px !important;
    line-height: 30px !important;
}

div#explore {
    padding: 80px 0px !important;
}

div#counter {
    padding: 120px 0px !important;
}

div#why {
    padding: 80px 0px !important;
}

div#testimonial-inr {
    padding: 30px 20px !important;
}

div#inr-footer {
    padding-top: 20px !important;
}

div#footer {
    padding: 60px 0px 20px !important;
}

#footer p {
    font-size: 17px !important;
    line-height: 25px !important;
}

#footer ul li {
    font-size: 17px !important;
    line-height: 25px !important;
}

#footer ul.social-icons li a i {
    font-size: 25px !important;
    line-height: 33px !important;
    height: 50px !important;
    width: 50px !important;
}

#top nav > ul > li > a {
    font-size: 20px !important;
    line-height: 28px !important;
}

#search-btn a {
    padding: 15px 410px 15px 20px !important;
}

#search-btn a:before {
    font-size: 20px !important;
    line-height: 28px !important;
}	
	
div#hero.inr-banner {
    padding: 110px 0px !important;
}

div#hardwood {
    padding: 60px 0px !important;
}

#products li.classic.product h2 {
    font-size: 16px !important;
    line-height: 24px !important;
}

div#customer {
    padding: 60px 0px !important;
}

#customer-inr .vc_column-inner {
    padding: 60px 30px 30px !important;
}

div#gallery {
    padding: 60px 0px !important;
}

div#contact-us {
    padding: 60px 0px !important;
}
	
div#faq {
    padding: 60px 0px !important;
}
div#testimonial-inr a {
    background: #000;
    padding: 10px 40px !important;
    position: relative;
    top: -40px;
    text-align: center;
}
div#testimonial-inr h4 {
  font-size:24px !important;
  line-height:32px !important;
}
div#testimonial-inr a:before {
    position: absolute;
    content: '\f164';
    left: 0px;
    right: 0;
    top: 8px;
    bottom: 0;
    width: 40px;
    height: 40px;
    border-radius: 50px !important;
    font-family: 'FontAwesome';
}	
}
@media only screen and (min-width: 1000px) and (max-width: 1199px){
	
div#testimonial-inr .thm-txt {
    top: -60px;
    max-width: 85%;
}
#top .container {
    padding: 0px 10px;
}
	
#hero ul.social-links {
    left: -0.8% !important;
}

#search-btn {
    left: 4% !important;
}

#hero p {
    font-size: 14px !important;
    line-height: 22px !important;
}

#service-inr i {
    font-size: 30px !important;
    line-height: 38px !important;
    height: 60px !important;
    width: 60px !important;
}

#service .vc_column-inner {
    padding: 10px 10px !important;
}

#service-inr .vc_column-inner {
    padding: unset !important;
}

#service-inr h4 {
    font-size: 19px !important;
    line-height: 27px !important;
}

#service-inr p {
    font-size: 12px !important;
    line-height: 20px !important;
}

h2 {
    font-size: 35px !important;
    line-height: 43px !important;
}

p {
    font-size: 18px !important;
    line-height: 26px !important;
}

div#explore {
    padding: 80px 0px !important;
}

div#counter {
    padding: 80px 0px !important;
}

div#why {
    padding: 50px 0px !important;
}

div#testimonial-inr {
    padding: 20px 10px !important;
}

div#inr-footer {
    padding-top: 15px !important;
}

div#footer {
    padding: 50px 0px 15px !important;
}

#footer p {
    font-size: 14px !important;
    line-height: 22px !important;
}

#footer ul li {
    font-size: 14px !important;
    line-height: 22px !important;
}

#footer ul.social-icons li a i {
    font-size: 25px !important;
    line-height: 33px !important;
    height: 50px !important;
    width: 50px !important;
}

#top nav > ul > li > a {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 0px 10px !important;
}

#search-btn a {
    padding: 10px 260px 10px 15px !important;
}

#search-btn a:before {
    font-size: 14px !important;
    line-height: 22px !important;
    left: 50px !important;
}	
	
div#hero.inr-banner {
    padding: 80px 0px !important;
}

div#hardwood {
    padding: 40px 0px !important;
}

#products li.classic.product h2 {
    font-size: 16px !important;
    line-height: 24px !important;
}

div#customer {
    padding: 60px 0px !important;
}

#customer-inr .vc_column-inner {
    padding: 60px 20px 20px !important;
}

div#gallery {
    padding: 50px 0px !important;
}

div#contact-us {
    padding: 50px 0px !important;
}
	
div#faq {
    padding: 50px 0px !important;
}
div#testimonial-inr a {
    background: #000;
    padding: 10px 40px !important;
    position: relative;
    top: -40px;
    text-align: center;
}
div#testimonial-inr h4 {
  font-size:24px !important;
  line-height:32px !important;
}
div#testimonial-inr a:before {
    position: absolute;
    content: '\f164';
    left: 0px;
    right: 0;
    top: 8px;
    bottom: 0;
    width: 40px;
    height: 40px;
    border-radius: 50px !important;
    font-family: 'FontAwesome';
}

#top ul#menu-right-menu li a i {
    font-size: 14px !important;
    line-height: 22px !important;
    margin-right: 4px !important;
}

#hero p br {
    display: none;
}

h1 {
    font-size: 50px !important;
    line-height: 58px !important;
}

div#hero {
    padding: 90px 0px !important;
}

#service-text p br {
    display: none;
}

div#service-text {
    padding-top: 50px !important;
}

div#service {
    padding: 20px 0px 50px !important;
}

div#testimonial {
    padding: 50px 0px !important;
}

div#contact {
    padding: 50px 0px !important;
}

#contact .contact-form {
    padding: 20px 20px !important;
}

#contact input, #contact textarea {
    font-size: 18px !important;
    line-height: 26px !important;
    padding: 10px 15px !important;
}

#contact input::placeholder, #contact textarea::placeholder {
    font-size: 18px !important;
    line-height: 26px !important;
}

#faq .toggle.open h3 a {
    background: unset !important;
}

#faq .toggle h3 a {
    font-size: 30px !important;
    line-height: 38px !important;
}

#counter .number, #counter .symbol {
    font-size: 35px !important;
    line-height: 43px !important;
}

#counter .subject {
    font-size: 15px !important;
    line-height: 23px !important;
}

div#btn-sec {
    padding: 30px 0px !important;
}

#customer p br, #gallery p br {
    display: none !important;
}

#contact-us .vc_column-inner {
    padding: 50px 50px !important;
}

#contact-us input, #contact-us textarea {
    padding: 10px 15px !important;
    font-size: 18px !important;
    line-height: 26px !important;
}

#contact-us input::placeholder, #contact-us textarea::placeholder {
    font-size: 18px !important;
    line-height: 26px !important;
}
	
}
@media only screen and (min-width: 768px) and (max-width: 999px){
	
div#testimonial-inr .thm-txt {
    top: -60px;
    max-width: 85%;
}
#top .container {
    padding: 0px 10px;
}
	
#hero ul.social-links {
    left: -1.8% !important;
}

#search-btn {display: none !important;}

#hero p {
    font-size: 14px !important;
    line-height: 22px !important;
}

#service-inr i {
    font-size: 30px !important;
    line-height: 38px !important;
    height: 60px !important;
    width: 60px !important;
}

#service .vc_column-inner {
    padding: 20px 20px !important;
}

#service-inr .vc_column-inner {
    padding: unset !important;
}

#service-inr h4 {
    font-size: 19px !important;
    line-height: 27px !important;
}

#service-inr p {
    font-size: 12px !important;
    line-height: 20px !important;
}

h2 {
    font-size: 35px !important;
    line-height: 43px !important;
}

p {
    font-size: 16px !important;
    line-height: 24px !important;
}

div#explore {
    padding: 80px 0px !important;
}

div#counter {
    padding: 80px 0px !important;
}

div#why {
    padding: 50px 0px !important;
}

div#testimonial-inr {
    padding: 20px 10px !important;
    min-height: unset;
}

div#inr-footer {
    padding-top: 15px !important;
}

div#footer {
    padding: 50px 0px 15px !important;
}

#footer p {
    font-size: 14px !important;
    line-height: 22px !important;
}

#footer ul li {
    font-size: 14px !important;
    line-height: 22px !important;
}

#footer ul.social-icons li a i {
    font-size: 25px !important;
    line-height: 33px !important;
    height: 50px !important;
    width: 50px !important;
}

#top nav > ul > li > a {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 0px 10px !important;
}

#search-btn a {
    padding: 10px 260px 10px 15px !important;
}

#search-btn a:before {
    font-size: 14px !important;
    line-height: 22px !important;
    left: 50px !important;
}	
	
div#hero.inr-banner {
    padding: 60px 0px !important;
}

div#hardwood {
    padding: 40px 0px !important;
}

#products li.classic.product h2 {
    font-size: 16px !important;
    line-height: 24px !important;
}

div#customer {
    padding: 60px 0px !important;
}

#customer-inr .vc_column-inner {
    padding: 60px 20px 20px !important;
}

div#gallery {
    padding: 50px 0px !important;
}

div#contact-us {
    padding: 50px 0px !important;
}
	
div#faq {
    padding: 50px 0px !important;
}
div#testimonial-inr a {
    background: #000;
    padding: 10px 40px !important;
    position: relative;
    top: -40px;
    text-align: center;
}
div#testimonial-inr h4 {
  font-size: 17px !important;
  line-height: 25px !important;
}
div#testimonial-inr a:before {
    position: absolute;
    content: '\f164';
    left: 0px;
    right: 0;
    top: 8px;
    bottom: 0;
    width: 40px;
    height: 40px;
    border-radius: 50px !important;
    font-family: 'FontAwesome';
}

#top ul#menu-right-menu li a i {
    font-size: 14px !important;
    line-height: 22px !important;
    margin-right: 4px !important;
}

#hero p br {
    display: none;
}

h1 {
    font-size: 40px !important;
    line-height: 48px !important;
}

div#hero {
    padding: 70px 0px !important;
}

#service-text p br {
    display: none;
}

div#service-text {
    padding-top: 50px !important;
}

div#service {
    padding: 20px 0px 50px !important;
}

div#testimonial {
    padding: 50px 0px !important;
}

div#contact {
    padding: 50px 0px !important;
}

#contact .contact-form {
    padding: 20px 20px !important;
}

#contact input, #contact textarea {
    font-size: 18px !important;
    line-height: 26px !important;
    padding: 10px 15px !important;
}

#contact input::placeholder, #contact textarea::placeholder {
    font-size: 18px !important;
    line-height: 26px !important;
}

#faq .toggle.open h3 a {
    background: unset !important;
}

#faq .toggle h3 a {
    font-size: 24px !important;
    line-height: 32px !important;
}

#counter .number, #counter .symbol {
    font-size: 35px !important;
    line-height: 43px !important;
}

#counter .subject {
    font-size: 15px !important;
    line-height: 23px !important;
}

div#btn-sec {
    padding: 30px 0px !important;
}

#customer p br, #gallery p br {
    display: none !important;
}

#contact-us .vc_column-inner {
    padding: 50px 50px !important;
}

#contact-us input, #contact-us textarea {
    padding: 10px 15px !important;
    font-size: 18px !important;
    line-height: 26px !important;
}

#contact-us input::placeholder, #contact-us textarea::placeholder {
    font-size: 18px !important;
    line-height: 26px !important;
}

body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 70px !important;
}

#entire-btn {
    font-size: 18px !important;
    line-height: 26px !important;
    padding: 12px 35px 12px 30px !important;
}

#service img {
    width: 100% !important;
}

#inr-footer .right-col {
    text-align: left !important;
}

#contact .contact-form .row, #contact-us .contact-form .row {
    padding: unset !important;
}	
	
#slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li a {
    font-size: 26px !important;
    line-height: 34px !important;
    padding: unset !important;
    margin-bottom: 12px !important;
}	
	
}
@media only screen and (min-width: 520px) and (max-width: 767px){
	
div#testimonial-inr .thm-txt {
    top: -60px;
    max-width: 85%;
}
#top .container {
    padding: 0px 10px;
}
	
#hero ul.social-links {
    left: 0.2% !important;
    margin: unset !important;
}

#search-btn {display: none !important;}

#hero p {
    font-size: 14px !important;
    line-height: 22px !important;
}

#service-inr i {
    font-size: 30px !important;
    line-height: 38px !important;
    height: 60px !important;
    width: 60px !important;
}

#service .vc_column-inner {
    padding: 20px 20px !important;
}

#service-inr .vc_column-inner {
    padding: unset !important;
}

#service-inr h4 {
    font-size: 19px !important;
    line-height: 27px !important;
}

#service-inr p {
    font-size: 12px !important;
    line-height: 20px !important;
}

h2 {
    font-size: 35px !important;
    line-height: 43px !important;
}

p {
    font-size: 16px !important;
    line-height: 24px !important;
}

div#explore {
    padding: 80px 0px !important;
}

div#counter {
    padding: 80px 0px !important;
}

div#why {
    padding: 50px 0px !important;
}

div#testimonial-inr {
    padding: 20px 10px !important;
    min-height: unset;
}

div#inr-footer {
    padding-top: 15px !important;
}

div#footer {
    padding: 50px 0px 15px !important;
}

#footer p {
    font-size: 14px !important;
    line-height: 22px !important;
}

#footer ul li {
    font-size: 14px !important;
    line-height: 22px !important;
}

#footer ul.social-icons li a i {
    font-size: 25px !important;
    line-height: 33px !important;
    height: 50px !important;
    width: 50px !important;
}

#top nav > ul > li > a {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 0px 10px !important;
}

#search-btn a {
    padding: 10px 260px 10px 15px !important;
}

#search-btn a:before {
    font-size: 14px !important;
    line-height: 22px !important;
    left: 50px !important;
}	
	
div#hero.inr-banner {
    padding: 60px 0px !important;
}

div#hardwood {
    padding: 40px 0px !important;
}

#products li.classic.product h2 {
    font-size: 16px !important;
    line-height: 24px !important;
}

div#customer {
    padding: 60px 0px !important;
}

#customer-inr .vc_column-inner {
    padding: 60px 20px 20px !important;
}

div#gallery {
    padding: 50px 0px !important;
}

div#contact-us {
    padding: 50px 0px !important;
}
	
div#faq {
    padding: 50px 0px !important;
}
div#testimonial-inr a {
    background: #000;
    padding: 10px 40px !important;
    position: relative;
    top: -40px;
    text-align: center;
}
div#testimonial-inr h4 {
  font-size: 17px !important;
  line-height: 25px !important;
}
div#testimonial-inr a:before {
    position: absolute;
    content: '\f164';
    left: 0px;
    right: 0;
    top: 8px;
    bottom: 0;
    width: 40px;
    height: 40px;
    border-radius: 50px !important;
    font-family: 'FontAwesome';
}

#top ul#menu-right-menu li a i {
    font-size: 14px !important;
    line-height: 22px !important;
    margin-right: 4px !important;
}

#hero p br {
    display: none;
}

h1 {
    font-size: 35px !important;
    line-height: 43px !important;
}

div#hero {
    padding: 60px 0px !important;
}

#service-text p br {
    display: none;
}

div#service-text {
    padding-top: 50px !important;
}

div#service {
    padding: 20px 0px 50px !important;
}

div#testimonial {
    padding: 50px 0px !important;
}

div#contact {
    padding: 50px 0px !important;
}

#contact .contact-form {
    padding: 20px 20px !important;
}

#contact input, #contact textarea {
    font-size: 18px !important;
    line-height: 26px !important;
    padding: 10px 15px !important;
}

#contact input::placeholder, #contact textarea::placeholder {
    font-size: 18px !important;
    line-height: 26px !important;
}

#faq .toggle.open h3 a {
    background: unset !important;
}

#faq .toggle h3 a {
    font-size: 24px !important;
    line-height: 32px !important;
}

#counter .number, #counter .symbol {
    font-size: 35px !important;
    line-height: 43px !important;
}

#counter .subject {
    font-size: 15px !important;
    line-height: 23px !important;
}

div#btn-sec {
    padding: 30px 0px !important;
}

#customer p br, #gallery p br {
    display: none !important;
}

#contact-us .vc_column-inner {
    padding: 50px 50px !important;
}

#contact-us input, #contact-us textarea {
    padding: 10px 15px !important;
    font-size: 18px !important;
    line-height: 26px !important;
}

#contact-us input::placeholder, #contact-us textarea::placeholder {
    font-size: 18px !important;
    line-height: 26px !important;
}

body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 70px !important;
}

#entire-btn {
    font-size: 15px !important;
    line-height: 23px !important;
    padding: 10px 30px 10px 25px !important;
}

#service img {
    width: 100% !important;
}

#inr-footer .right-col {
    text-align: left !important;
}

#contact .contact-form .row, #contact-us .contact-form .row {
    padding: unset !important;
}

#hero .social-links li a i {
    font-size: 14px !important;
    line-height: 22px !important;
    height: 30px !important;
    width: 30px !important;
}	
	
#slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li a {
    font-size: 24px !important;
    line-height: 32px !important;
    padding: unset !important;
    margin-bottom: 12px !important;
}	
	
}
@media only screen and (min-width: 300px) and (max-width: 519px){
	
div#testimonial-inr .thm-txt {
    top: -60px;
    max-width: 85%;
}
#top .container {
    padding: 0px 10px;
}
	
#hero ul.social-links {
    left: 0.2% !important;
    margin: unset !important;
}

#search-btn {display: none !important;}

#hero p {
    font-size: 14px !important;
    line-height: 22px !important;
}

#service-inr i {
    font-size: 30px !important;
    line-height: 38px !important;
    height: 60px !important;
    width: 60px !important;
}

#service .vc_column-inner {
    padding: 20px 20px !important;
}

#service-inr .vc_column-inner {
    padding: unset !important;
}

#service-inr h4 {
    font-size: 19px !important;
    line-height: 27px !important;
}

#service-inr p {
    font-size: 12px !important;
    line-height: 20px !important;
}

h2 {
    font-size: 24px !important;
    line-height: 32px !important;
}

p {
    font-size: 14px !important;
    line-height: 22px !important;
}

div#explore {
    padding: 80px 0px !important;
}

div#counter {
    padding: 50px 0px !important;
}

div#why {
    padding: 50px 0px !important;
}

div#testimonial-inr {
    padding: 20px 10px !important;
    min-height: unset;
}

div#inr-footer {
    padding-top: 15px !important;
}

div#footer {
    padding: 50px 0px 15px !important;
}

#footer p {
    font-size: 14px !important;
    line-height: 22px !important;
}

#footer ul li {
    font-size: 14px !important;
    line-height: 22px !important;
}

#footer ul.social-icons li a i {
    font-size: 25px !important;
    line-height: 33px !important;
    height: 50px !important;
    width: 50px !important;
}

#top nav > ul > li > a {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 0px 10px !important;
}

#search-btn a {
    padding: 10px 260px 10px 15px !important;
}

#search-btn a:before {
    font-size: 14px !important;
    line-height: 22px !important;
    left: 50px !important;
}	
	
div#hero.inr-banner {
    padding: 50px 0px !important;
}

div#hardwood {
    padding: 40px 0px !important;
}

#products li.classic.product h2 {
    font-size: 16px !important;
    line-height: 24px !important;
}

div#customer {
    padding: 60px 0px !important;
}

#customer-inr .vc_column-inner {
    padding: 60px 20px 20px !important;
}

div#gallery {
    padding: 30px 0px !important;
}

div#contact-us {
    padding: 30px 0px !important;
}
	
div#faq {
    padding: 30px 0px !important;
}
div#testimonial-inr a {
    background: #000;
    padding: 10px 40px !important;
    position: relative;
    top: -40px;
    text-align: center;
}
div#testimonial-inr h4 {
  font-size: 17px !important;
  line-height: 25px !important;
}
div#testimonial-inr a:before {
    position: absolute;
    content: '\f164';
    left: 0px;
    right: 0;
    top: 8px;
    bottom: 0;
    width: 40px;
    height: 40px;
    border-radius: 50px !important;
    font-family: 'FontAwesome';
}

#top ul#menu-right-menu li a i {
    font-size: 14px !important;
    line-height: 22px !important;
    margin-right: 4px !important;
}

#hero p br {
    display: none;
}

h1 {
    font-size: 28px !important;
    line-height: 36px !important;
}

div#hero {
    padding: 40px 0px !important;
}

#service-text p br {
    display: none;
}

div#service-text {
    padding-top: 50px !important;
}

div#service {
    padding: 20px 0px 50px !important;
}

div#testimonial {
    padding: 50px 0px !important;
}

div#contact {
    padding: 30px 0px !important;
}

#contact .contact-form {
    padding: 20px 20px !important;
}

#contact input, #contact textarea {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 8px 10px !important;
}

#contact input::placeholder, #contact textarea::placeholder {
    font-size: 14px !important;
    line-height: 22px !important;
}

#faq .toggle.open h3 a {
    background: unset !important;
}

#faq .toggle h3 a {
    font-size: 18px !important;
    line-height: 26px !important;
}

#counter .number, #counter .symbol {
    font-size: 25px !important;
    line-height: 33px !important;
}

#counter .subject {
    font-size: 14px !important;
    line-height: 22px !important;
}

div#btn-sec {
    padding: 30px 0px !important;
}

#customer p br, #gallery p br {
    display: none !important;
}

#contact-us .vc_column-inner {
    padding: 20px 20px !important;
}

#contact-us input, #contact-us textarea {
    padding: 8px 12px !important;
    font-size: 14px !important;
    line-height: 22px !important;
}

#contact-us input::placeholder, #contact-us textarea::placeholder {
    font-size: 14px !important;
    line-height: 22px !important;
}

body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 70px !important;
}

#entire-btn {
    font-size: 15px !important;
    line-height: 23px !important;
    padding: 10px 30px 10px 25px !important;
}

#service img {
    width: 100% !important;
}

#inr-footer .right-col {
    text-align: left !important;
}

#contact .contact-form .row, #contact-us .contact-form .row {
    padding: unset !important;
}

#hero .social-links li a i {
    font-size: 12px !important;
    line-height: 20px !important;
    height: 25px !important;
    width: 25px !important;
}

#hero h1 br {
    display: none !important;
}

#hero .social-links li {
    padding-bottom: 10px !important;
}

#why h2 br {
    display: none;
}

#testimonial p br {
    display: none;
}

h3 {
    font-size: 25px !important;
    line-height: 33px !important;
}

#contact input.wpcf7-submit {
    padding: 10px 30px !important;
}

#faq .toggle {
    padding: 10px 20px !important;
}

h5 {
    font-size: 14px !important;
    line-height: 22px !important;
}

.wpb_text_column {
    margin-bottom: 10px !important;
}

h4 {
    font-size: 22px !important;
    line-height: 30px !important;
}

#footer-inr input#tnp-1 {
    padding: 8px 10px !important;
    font-size: 14px !important;
    line-height: 22px !important;
}

#footer-inr input#tnp-1::placeholder {
    font-size: 14px !important;
    line-height: 22px !important;
}

#footer-inr input.tnp-submit {
    font-size: 14px !important;
    line-height: 22px !important;
}

#hardwood-inr.inr-hardwood .row_col_wrap_12_inner {
    flex-direction: column-reverse !important;
}
	
#slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li a {
    font-size: 20px !important;
    line-height: 28px !important;
    padding: unset !important;
    margin-bottom: 12px !important;
}	
	
.thm-txt {
    max-width: 260px !important;
}	
.social-links {
    padding: 30px 10px 10px;
    border-radius: 50px;
    position: fixed;
    top: 40%;
    left: -34px !important;
    z-index: 999999999;
    transition: all 0.5s ease;
}	
}



