/*
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 */

header#top {
    background: #272727cc;
}

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

#top nav > ul > li > a > span {
    color: #fff !important;
}

#top nav > ul >  li#menu-item-38 > a {
    background: linear-gradient(45deg, #8E5009, #FBC429);
    padding: 20px 40px !important;
    letter-spacing: 0;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease;
}

#top nav > ul > li#menu-item-38 > a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    transition: all 0.6s ease;
}

#top nav > ul > li#menu-item-38 > a:hover::before {
    left: 100%;
}

#top nav > ul > li#menu-item-38 > a:hover {
    background: linear-gradient(45deg, #FBC429, #8E5009);
}

/* header CSS end */

/* hero section CSS start */

h1, h2, h4, h5 {
    font-family: 'British Green';
}

h1, h4 {
    color: #303030;
}

#entire-btn {
    background: linear-gradient(45deg, #8E5009, #FBC429);
    padding: 20px 40px !important;
    letter-spacing: 0;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease;
    border-radius: 0px !important;
    font-size: 22px;
    line-height: 30px;
    font-family: 'Poppins';
}

#entire-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    transition: all 0.6s ease;
}

#entire-btn:hover:before {
    left: 100%;
}

#entire-btn:hover {
    background: linear-gradient(45deg, #FBC429, #8E5009) !important;
	box-shadow: unset !important;
	transform: unset !important;
}

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

#hero .vc_column-inner:before {
    content: '';
    position: absolute;
    background: #f0efec8f;
    height: 100%;
    width: 85%;
    top: -50%;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 30px;
    filter: blur(20px);
}

#hero h1 {
    letter-spacing: 6px;
}

#hero h4 {
    letter-spacing: 2px;
}

/* hero section CSS end */

/* scrolling-text section CSS start */

#scrolling-text h4 {
    font-size: 39px;
    line-height: 47px;
    margin: unset !important;
    color: #E5E5E5;
    letter-spacing: 3px;
}

#scrolling-text li {
    list-style: none;
}

#scrolling-text ul {
    margin: unset;
    display: flex;
    gap: 100px;
}

#scrolling-text .row-bg {
    background: linear-gradient(45deg, #8E5009, #FBC429);
}

/* scrolling-text section CSS end */

/* gallery section CSS start */

#inr-gallery .divider-border[data-color=white] {
    background: #5D5D5D;
}

#gallery-inr.category-inr .wpb_text_column {
    position: absolute;
    bottom: 6%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#gallery-inr.category-inr h4 {
    font-size: 34px !important;
    line-height: 42px !important;
}

#inr-gallery a {
    color: #fff;
    font-size: 29px;
    line-height: 33px;
    font-weight: 300;
    letter-spacing: 4px;
}

div#inr-gallery {
    padding-top: 50px;
}

#gallery h4 {
    color: #D4D4D4;
    letter-spacing: 3px;
}

#gallery.category h4 {
    font-size: 40px;
    line-height: 48px;
}

/* gallery section CSS end */

/* bring section CSS start */

h3 {
	font-family: 'Aerotis';
}

#bring h3 {
    color: #8D8271;
}

#bring h2 {
    color: #D9D9D9;
}

#bring p {
    color: #FCFCFC;
}

/* bring section CSS end */

/* testimonial section CSS start */

#testimonial .row-bg {
    background: linear-gradient(
105deg, #8E5009, #FBC429);
}

#testimonial i {
    font-size: 80px;
    line-height: 88px;
    color: #fff;
    font-family: 'FontAwesome';
}

#testimonial p {
    max-width: 640px;
    display: inline-block;
    color: #FCFCFC;
}

#testimonial h5 {
    color: #EBEBEB;
    letter-spacing: 2px;
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

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

#testimonial .vc_column-inner:before {
    content: '';
    position: absolute;
    background: url(https://rightwayconstructionil.com/wp-content/uploads/2026/02/testimonial-before.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top right;
    top: -50%;
    right: 10%;
    animation: updown 3s ease-in-out infinite;
}

#testimonial .vc_column-inner:after {
    content: '';
    position: absolute;
    background: url(https://rightwayconstructionil.com/wp-content/uploads/2026/02/testimonial-after.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom left;
    bottom: -50%;
    left: 10%;
    animation: updown 3s ease-in-out infinite;
}

@keyframes updown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* testimonial section CSS end */

/* faq section CSS start */

#faq .type-blk h3 {
    background: linear-gradient(45deg, #8E5009, #FBC429) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
}

#faq h2 {
    color: #D9D9D9;
    letter-spacing: 3px;
}

#faq p {
    color: #FCFCFC;
}

#faq .faq-col .vc_column-inner {
    padding: 0px 100px;
}

#faq h3 a {
    font-size: 32px;
    line-height: 40px;
    font-family: 'Poppins';
    font-weight: 300;
    color: #fff;
    font-style: italic;
}

#faq h3 .toggle-number {
    font-size: 50px;
    line-height: 58px;
    font-family: 'Aerotis';
    background: linear-gradient(45deg, #8E5009, #FBC429) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
    padding-right: 20px;
}

#faq h3 a i {
    border: unset;
}

#faq h3 a i:before, #faq h3 a i:after {
    background: linear-gradient(45deg, #8E5009, #FBC429) !important;
}

/* faq section CSS end */

/* porfolio section CSS start */

h6 {
    background: linear-gradient(45deg, #8E5009, #FBC429) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
}

#portfolio h2 {
    color: #D4D4D4;
    letter-spacing: 3px;
}

#portfolio p {
    color: #FFFFFF;
}

#portfolio-inr .vc_column-inner {
    border: 1px solid #616161;
    background: #0D0D0D;
    padding: 30px 30px;
    transition: all 0.5s;
}

#portfolio-inr .vc_column-inner:hover {
    transform: scale(0.95);
}

#portfolio-inr h5 {
    color: #fff;
    font-family: 'Poppins';
    font-weight: 300;
    text-transform: uppercase;
}

#portfolio-inr .type-blk {
    margin: 50px 0px;
}

#portfolio-inr .btn-blk {
    margin: 30px 0px;
}

#portfolio-inr a {
    color: #E1E1E1;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 6px;
    border-bottom: 1px solid #8D8271;
    padding-bottom: 5px;
}

#portfolio .row-bg {
    position: relative;
}

#portfolio .row-bg:before {
    content: '';
    position: absolute;
    background: url(https://rightwayconstructionil.com/wp-content/uploads/2026/02/portfolio-before.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top right;
    top: 0;
    right: 0;
}

#portfolio-inr .row-bg:before {
    display: none !important;
}

/* portfolio section CSS end */

/* rightway section CSS start */

#rightway h2 {
    font-size: 52px;
    line-height: 60px;
    color: #fff;
    letter-spacing: 3px;
}

#rightway p {
    color: #fff;
    font-weight: 400;
}

/* rightway section CSS end */

/* footer CSS start */

#footer-inr h4 {
    color: #CBCBCB;
    letter-spacing: 3px;
    border-bottom: 1px solid #A3A3A3;
    display: inline-block;
}

#footer-inr ul li {
    list-style: none;
}

#footer-inr ul {
    margin: unset;
}

#footer p, #footer ul li, #footer ul li a {
    color: #fff;
}

#footer p, #footer ul li {
    font-size: 22px;
    line-height: 30px;
}

#footer-inr ul.quick-links li {
    text-transform: uppercase;
    position: relative;
    padding-left: 40px;
}

#footer-inr ul li {
    padding-bottom: 25px;
}

#footer-inr ul.quick-links li:before {
    content: '';
    position: absolute;
    background: linear-gradient(45deg, #8E5009, #FBC429);
    height: 20px;
    width: 20px;
    top: 7%;
    left: 0;
    rotate: 45deg;
}

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

#footer-inr ul.social-icons li {
    padding-bottom: unset;
}

#footer-inr ul.social-icons li a i {
    font-size: 25px;
}

div#inr-footer {
    text-align: center;
    padding: 20px 0px;
}

#inr-footer p {
    text-transform: uppercase;
}

#inr-footer a {
    color: #fff;
}

#footer-img img {
    width: 100%;
    max-height: 350px;
}

div#footer-img .row-bg {
    position: relative;
}

div#footer-img .row-bg:before {
    content: '';
    position: absolute;
    background: linear-gradient(45deg, #8E5009, #FBC429);
    height: 45%;
    width: 113.5%;
    bottom: 0;
    left: -6.7%;
}

div#footer-img {
    padding-bottom: 100px;
    margin-bottom: unset;
}

div#footer-outer {
    display: none;
}

/* footer CSS end */

/* inr-banner section CSS start */

#inr-banner .vc_column-inner:before {
    content: '';
    position: absolute;
    background: #f0efec8f;
    height: 350%;
    width: 70%;
    top: -50%;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 30px;
    filter: blur(30px);
}

/* inr-banner section CSS end */

/* contact section CSS start */

#contact h2 {
    color: #fff;
    text-align: center;
}

#contact input, #contact textarea {
    background: #ffffff36;
    font-size: 25px;
    line-height: 33px;
    color: #fff;
    padding: 15px 20px;
    border-radius: 5px !important;
    border: 1px solid #ffffff52;
}

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

#contact .btn {
    padding: unset;
}

#contact input.wpcf7-submit {
    background: linear-gradient(45deg, #8E5009, #FBC429);
    border: unset;
    border-radius: 0px !important;
    font-size: 22px;
    line-height: 30px;
    padding: 15px 100px !important;
    opacity: 1 !important;
}

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

#contact textarea {
    height: 130px;
}

/* contact section CSS end */

/* review section CSS start */

#review h2 {
    text-align: center;
    color: #fff;
}

#testimonial-inr ul.stars {
    margin: unset;
    display: flex;
    gap: 5px;
}

#testimonial-inr ul.stars li {
    list-style: none;
}

#testimonial-inr ul li i {
    background: linear-gradient(100deg, #E6D27B, #9C600D) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
    font-size: 30px;
    line-height: 38px;
}

#testimonial-inr h6 {
    background: #fff !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
    text-transform: capitalize;
}

#testimonial-inr p {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300 !important;
}

#testimonial-inr .vc_column-inner {
    background: #ffffff24;
    border: 1px solid #fff;
    padding: 50px 50px;
    transition: all 0.5s;
}

#testimonial-inr .vc_column-inner:hover {
    transform: scale(0.95);
}

#testimonial-inr .wpb_text_column, #testimonial-inr .wpb_raw_code {
    margin-bottom: 15px !important;
}

/* testimonial section CSS end */

/* product section CSS start */

#product-category h2 {
	color: #fff;
}

.woocommerce .classic .product-wrap a.button, .woocommerce ul.products li.product.classic .button {
    bottom: 0;
    background: linear-gradient(45deg, #8E5009, #FBC429);
    width: 50%;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    font-size: 22px;
    line-height: 30px;
    padding: 15px 20px;
    opacity: 1 !important;
}

.woocommerce .classic .product-wrap a.button i, .woocommerce ul.products li.product.classic .button i {
    display: none;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 50px;
    line-height: 58px;
    font-family: 'British Green';
    color: #fff;
    padding: unset;
    margin-top: 20px;
}

.woocommerce ul.products li.product .price bdi {
    background: linear-gradient(100deg, #8E5009, #FBC429) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
    font-size: 50px;
    line-height: 58px;
    font-family: 'British Green';
}

/* product section CSS end */

/* product page CSS start */

.single-product header#top, .woocommerce-cart header#top, .woocommerce-checkout header#top {
    background: #272727 !important;
}

.single-product nav.woocommerce-breadcrumb {
    display: none;
}

.single-product .related.products {
    display: none;
}

.single-product .woocommerce-tabs.wc-tabs-wrapper.full-width-tabs {
    display: none;
}

.single-product span.posted_in {
    display: none !important;
}

.single-product .woocommerce-product-details__short-description p {
    color: #fff;
}

.single-product h1.product_title.entry-title.nectar-inherit-default {
    color: #D9D9D9;
}

.single-product form.cart {
    display: flex;
    align-items: baseline;
    justify-content: start;
    gap: 40px;
}

.single-product div.product form.cart::before {
    display: none;
}

.single-product button.single_add_to_cart_button.button.alt {
    background: linear-gradient(45deg, #8E5009, #FBC429);
    padding: 15px 40px !important;
    border-radius: 0px !important;
    font-size: 22px !important;
    line-height: 22px !important;
}

.single-product div.product form.cart div.quantity {
    background: #ffffff3b;
    padding: 12px 30px;
    border: 1px solid #fff;
}

.single-product .quantity input.plus, .single-product .quantity input.minus {
    background: transparent;
    box-shadow: unset;
    color: #fff;
    font-size: 30px;
    line-height: 38px;
}

.single-product .entry-summary .cart .quantity input.qty {
    color: #fff;
}

.single-product .woocommerce-Price-amount bdi {
    background: linear-gradient(100deg, #8E5009, #FBC429) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
    font-size: 80px;
    line-height: 88px;
    font-family: 'British Green';
}

.single-product div.product div.images.woocommerce-product-gallery .product-slider img {
    border-radius: 300px 0px 0px 0px;
}

/* product page CSS end */

/* cart page CSS start */

.woocommerce-cart .main-content .wp-block-woocommerce-cart-items-block table.wc-block-cart-items th span {
    color: #fff;
    font-family: 'British Green';
    font-size: 40px;
    line-height: 48px;
}

.woocommerce-cart .wc-block-components-product-name {
    color: #fff;
    font-family: 'British Green';
    font-size: 40px !important;
    line-height: 48px !important;
}

.woocommerce-cart .wc-block-components-formatted-money-amount {
    font-size: 30px;
    line-height: 38px;
    font-family: 'British Green';
    background: linear-gradient(100deg, #8E5009, #FBC429) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
}

.woocommerce-cart .wc-block-components-product-metadata .wc-block-components-product-metadata__description>p {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}

.woocommerce-cart .wc-block-cart .wc-block-cart__totals-title {
    font-size: 30px !important;
    line-height: 38px !important;
    font-family: 'British Green';
    color: #fff;
}

.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    color: #fff !important;
}

.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-size: 30px !important;
    line-height: 38px !important;
    font-family: 'British Green';
    color: #fff;
}

.woocommerce-cart .wc-block-components-totals-coupon .wc-block-components-panel__button {
    font-size: 30px !important;
    line-height: 38px;
    font-family: 'British Green';
    color: #fff;
}

.woocommerce-cart a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background: linear-gradient(45deg, #8E5009, #FBC429);
    padding: 15px 40px !important;
    border-radius: 0px !important;
    font-size: 22px !important;
    line-height: 22px !important;
}

.woocommerce-cart .wc-block-components-quantity-selector {
    background: #ffffff33;
    border: 1px solid #fff;
    color: #fff !important;
}

.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message {
    background: linear-gradient(45deg, #8E5009, #FBC429);
}

/* cart page CSS end */

/* checkout page CSS start */

.woocommerce-checkout .wc-block-components-title.wc-block-components-title {
    color: #fff;
    font-family: 'Poppins';
    font-size: 24px;
    line-height: 32px;
}

.woocommerce-checkout input {
    background: #ffffff40 !important;
    border: 1px solid #fff !important;
    font-size: 18px !important;
    line-height: 26px !important;
    border-radius: 0px !important;
}

.woocommerce-checkout input::placeholder {
    color: #fff !important;
    font-size: 18px !important;
    line-height: 26px !important;
}

.woocommerce-checkout label {
    color: #fff !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__container {
    background: #ffffff40 !important;
    border: 1px solid #fff;
}

.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select {
    color: #fff !important;
}

.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select option {
    color: #000 !important;
}

.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__expand {
    fill: #fff;
}

.woocommerce-checkout .wc-block-components-address-form__address_2-toggle {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
}

.woocommerce-checkout .wc-block-components-radio-control-accordion-content {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
}

.woocommerce-checkout span.wc-block-components-payment-method-label {
    font-size: 30px;
    line-height: 28px;
    font-family: 'British Green';
    font-size: 30px;
    line-height: 38px;
    font-family: 'British Green';
    background: linear-gradient(100deg, #8E5009, #FBC429) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
}

.woocommerce-checkout .wc-block-checkout__terms {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
}

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

.woocommerce-checkout button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background: linear-gradient(45deg, #8E5009, #FBC429);
    padding: 15px 40px !important;
    border-radius: 0px !important;
    font-size: 22px !important;
    line-height: 22px !important;
}

.woocommerce-checkout p.wc-block-components-checkout-order-summary__title-text {
    font-size: 25px !important;
    line-height: 33px !important;
    font-family: 'Poppins';
    color: #fff;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name {
    font-size: 22px;
    line-height: 30px;
    font-family: 'British Green';
    color: #fff;
}

.woocommerce-checkout .wc-block-components-formatted-money-amount {
    font-family: 'British Green';
    background: linear-gradient(100deg, #8E5009, #FBC429) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
    font-size: 20px;
    line-height: 28px
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__description p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.woocommerce-checkout .wc-block-components-panel__button {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}

.woocommerce-checkout .wc-block-components-totals-item__label {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}

.woocommerce-checkout .wc-block-components-totals-wrapper {
    border-color: #fff;
}

.woocommerce-checkout .wc-block-components-totals-wrapper {
    border-bottom: 1px solid #fff;
}

.woocommerce-checkout .wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block.is-sticky.is-large {
    border-left: 1px solid #fff;
}

/* checkout page CSS end */




@media only screen and (min-width: 1600px) and (max-width: 1750px){}
@media only screen and (min-width: 1366px) and (max-width: 1599px){
	
#top nav > ul > li > a {
    padding: 0px 20px !important;
    font-size: 18px !important;
    line-height: 26px !important;
}

h1 {
    font-size: 94px !important;
    line-height: 102px !important;
}

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

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

div#hero .row-bg {
    background-position: center center !important;
}

div#scrolling-text {
    padding: 40px 0px !important;
}

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

#inr-gallery a {
    font-size: 20px !important;
    line-height: 28px !important;
}

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

h2 {
    font-size: 68px !important;
    line-height: 76px !important;
}

h3 {
    font-size: 55px !important;
    line-height: 63px !important;
}

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

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

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

#testimonial .vc_column-inner:after {
    left: 4% !important;
    bottom: -60% !important;
}

#testimonial .vc_column-inner:before {
    right: 4% !important;
    top: -60% !important;
}

#faq .faq-col .vc_column-inner {
    padding: 0px 20px !important;
}

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

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

h5 {
    font-size: 26px !important;
    line-height: 34px !important;
}

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

#rightway h2 {
    font-size: 50px !important;
    line-height: 58px !important;
}

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

div#footer {
    padding-top: 80px !important;
}
	
#hero .vc_column-inner:before {
    width: 100% !important;
    height: 90% !important;
    top: -40% !important;
}	
	
div#inr-banner {
    padding: 260px 0px 110px !important;
}

#gallery-inr.category-inr h4 {
    font-size: 26px !important;
    line-height: 34px !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 38px !important;
    line-height: 46px !important;
}

.single-product div.product h1.product_title {
    font-size: 65px !important;
    line-height: 73px !important;
}

.woocommerce-cart .wc-block-components-product-name {
    font-size: 30px !important;
    line-height: 38px !important;
}

.woocommerce-cart .wc-block-components-product-metadata .wc-block-components-product-metadata__description>p {
    font-size: 18px !important;
    line-height: 26px !important;
}

.woocommerce-checkout .wc-block-components-title.wc-block-components-title {
    font-size: 24px !important;
    line-height: 32px !important;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name {
    font-size: 20px !important;
    line-height: 28px !important;
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__description p {
    font-size: 14px !important;
    line-height: 22px !important;
}

#testimonial-inr .vc_column-inner {
    padding: 40px 40px !important;
}

#testimonial-inr p {
    font-size: 18px !important;
    line-height: 26px !important;
}	
	
}
@media only screen and (min-width: 1200px) and (max-width: 1365px){
	
#top nav > ul > li > a {
    padding: 0px 15px !important;
    font-size: 15px !important;
    line-height: 23px !important;
}

h1 {
    font-size: 80px !important;
    line-height: 88px !important;
}

h4 {
    font-size: 32px !important;
    line-height: 40px !important;
}

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

div#hero .row-bg {
    background-position: center center !important;
}

div#scrolling-text {
    padding: 30px 0px !important;
}

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

#inr-gallery a {
    font-size: 16px !important;
    line-height: 24px !important;
}

div#inr-gallery {
    padding-top: 10px !important;
}

h2 {
    font-size: 58px !important;
    line-height: 66px !important;
}

h3 {
    font-size: 45px !important;
    line-height: 53px !important;
}

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

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

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

#testimonial .vc_column-inner:after {
    left: 4% !important;
    bottom: -60% !important;
}

#testimonial .vc_column-inner:before {
    right: 4% !important;
    top: -60% !important;
}

#faq .faq-col .vc_column-inner {
    padding: 0px 20px !important;
}

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

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

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

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

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

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

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

#hero .vc_column-inner:before {
    width: 100% !important;
    height: 90% !important;
    top: -40% !important;
}

#top nav > ul > li#menu-item-38 > a {
    padding: 12px 25px !important;
}

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

#portfolio-inr a {
    font-size: 18px !important;
    line-height: 26px !important;
}

#rightway .wpb_text_column {
    margin-bottom: 15px !important;
}

#footer p, #footer ul li {
    font-size: 18px !important;
    line-height: 26px !important;
}

#footer-img img {
    max-height: 220px !important;
}

div#footer-img {
    padding-bottom: 80px !important;
}
	
div#inr-banner {
    padding: 240px 0px 80px !important;
}

#gallery-inr.category-inr h4 {
    font-size: 20px !important;
    line-height: 28px !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 30px !important;
    line-height: 38px !important;
}

.single-product div.product h1.product_title {
    font-size: 55px !important;
    line-height: 63px !important;
}

.woocommerce-cart .wc-block-components-product-name {
    font-size: 25px !important;
    line-height: 33px !important;
}

.woocommerce-cart .wc-block-components-product-metadata .wc-block-components-product-metadata__description>p {
    font-size: 16px !important;
    line-height: 24px !important;
}

.woocommerce-checkout .wc-block-components-title.wc-block-components-title {
    font-size: 24px !important;
    line-height: 32px !important;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name {
    font-size: 20px !important;
    line-height: 28px !important;
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__description p {
    font-size: 14px !important;
    line-height: 22px !important;
}

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

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

.woocommerce ul.products li.product .price bdi {
    font-size: 30px !important;
    line-height: 38px !important;
}

.single-product .woocommerce-Price-amount bdi {
    font-size: 50px !important;
    line-height: 58px !important;
}

.woocommerce-cart .main-content .wp-block-woocommerce-cart-items-block table.wc-block-cart-items th span {
    font-size: 25px !important;
    line-height: 33px !important;
}

.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-size: 20px !important;
    line-height: 28px !important;
}

.woocommerce-cart .wc-block-components-totals-coupon .wc-block-components-panel__button {
    font-size: 20px !important;
    line-height: 28px !important;
}

.woocommerce-cart .wc-block-cart .wc-block-cart__totals-title {
    font-size: 20px !important;
    line-height: 28px !important;
}

.woocommerce-cart a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    padding: 12px 30px !important;
    font-size: 20px !important;
    line-height: 28px !important;
}

#testimonial-inr ul li i {
    font-size: 20px !important;
    line-height: 28px !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;
}	
	
}
@media only screen and (min-width: 1000px) and (max-width: 1199px){
	
#top nav > ul > li > a {
    padding: 0px 12px !important;
    font-size: 14px !important;
    line-height: 22px !important;
}

h1 {
    font-size: 60px !important;
    line-height: 68px !important;
}

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

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

div#hero .row-bg {
    background-position: center center !important;
}

div#scrolling-text {
    padding: 20px 0px !important;
}

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

#inr-gallery a {
    font-size: 11px !important;
    line-height: 19px !important;
}

div#inr-gallery {
    padding-top: 10px !important;
}

h2 {
    font-size: 42px !important;
    line-height: 50px !important;
}

h3 {
    font-size: 30px !important;
    line-height: 38px !important;
}

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

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

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

#testimonial .vc_column-inner:after {
    left: 4% !important;
    bottom: -40% !important;
    background-size: 20% !important;
}

#testimonial .vc_column-inner:before {
    right: 4% !important;
    top: -40% !important;
    background-size: 20% !important;
}

#faq .faq-col .vc_column-inner {
    padding: 0px 20px !important;
}

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

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

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

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

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

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

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

#hero .vc_column-inner:before {
    width: 100% !important;
    height: 90% !important;
    top: -40% !important;
}

#top nav > ul > li#menu-item-38 > a {
    padding: 12px 25px !important;
}

#entire-btn {
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 12px 25px !important;
}

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

#rightway .wpb_text_column {
    margin-bottom: 15px !important;
}

#footer p, #footer ul li {
    font-size: 15px !important;
    line-height: 23px !important;
}

#footer-img img {
    max-height: 220px !important;
}

div#footer-img {
    padding-bottom: 80px !important;
}
	
div#inr-banner {
    padding: 220px 0px 90px !important;
}

#gallery-inr.category-inr h4 {
    font-size: 20px !important;
    line-height: 28px !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 30px !important;
    line-height: 38px !important;
}

.single-product div.product h1.product_title {
    font-size: 55px !important;
    line-height: 63px !important;
}

.woocommerce-cart .wc-block-components-product-name {
    font-size: 25px !important;
    line-height: 33px !important;
}

.woocommerce-cart .wc-block-components-product-metadata .wc-block-components-product-metadata__description>p {
    font-size: 16px !important;
    line-height: 24px !important;
}

.woocommerce-checkout .wc-block-components-title.wc-block-components-title {
    font-size: 24px !important;
    line-height: 32px !important;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name {
    font-size: 20px !important;
    line-height: 28px !important;
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__description p {
    font-size: 14px !important;
    line-height: 22px !important;
}

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

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

.woocommerce ul.products li.product .price bdi {
    font-size: 30px !important;
    line-height: 38px !important;
}

.single-product .woocommerce-Price-amount bdi {
    font-size: 50px !important;
    line-height: 58px !important;
}

.woocommerce-cart .main-content .wp-block-woocommerce-cart-items-block table.wc-block-cart-items th span {
    font-size: 25px !important;
    line-height: 33px !important;
}

.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-size: 20px !important;
    line-height: 28px !important;
}

.woocommerce-cart .wc-block-components-totals-coupon .wc-block-components-panel__button {
    font-size: 20px !important;
    line-height: 28px !important;
}

.woocommerce-cart .wc-block-cart .wc-block-cart__totals-title {
    font-size: 20px !important;
    line-height: 28px !important;
}

.woocommerce-cart a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    padding: 12px 30px !important;
    font-size: 20px !important;
    line-height: 28px !important;
}

#testimonial-inr ul li i {
    font-size: 20px !important;
    line-height: 28px !important;
}

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

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

#top .container {
    padding: 0px 50px !important;
}

#hero .row-bg {
    background-position: center center !important;
}

#gallery .row-bg {
    background-position: center !important;
}

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

#testimonial i {
    font-size: 50px !important;
    line-height: 58px !important;
}

#faq h3 a {
    font-size: 22px !important;
    line-height: 30px !important;
    padding: 10px 40px 10px 0px !important;
}

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

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

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

#portfolio .row-bg {
    background-position: center !important;
}

#rightway .row-bg {
    background-position: center !important;
}

#footer-inr ul.quick-links li {
    padding-bottom: 10px !important;
    padding-left: 30px !important;
}

#footer-inr ul.quick-links li:before {
    height: 15px !important;
    width: 15px !important;
}

#footer-inr ul.social-icons li a i {
    font-size: 18px !important;
    line-height: 26px !important;
}

#inr-banner .row-bg {
    background-position: center !important;
}

#review {
    padding: 50px 0px !important;
}

#contact input.wpcf7-submit {
    padding: 12px 60px !important;
}

#contact {
    padding: 50px 0px !important;
}	
	
}
@media only screen and (min-width: 768px) and (max-width: 999px){
	
#top nav > ul > li > a {
    padding: 0px 12px !important;
    font-size: 14px !important;
    line-height: 22px !important;
}

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

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

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

div#hero .row-bg {
    background-position: center center !important;
}

div#scrolling-text {
    padding: 20px 0px !important;
}

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

#rightway p br {
    display: none !important;
} 

#footer-inr img {
    max-width: 200px !important;
}

#inr-gallery a {
    font-size: 18px !important;
    line-height: 26px !important;
}

#portfolio img {
    width: 100%;
}

div#inr-gallery {
    padding-top: 10px !important;
}

#gallery img {
    width: 100% !important;
} 
    
h2 {
    font-size: 32px !important;
    line-height: 40px !important;
}

h3 {
    font-size: 30px !important;
    line-height: 38px !important;
}

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

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

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

#testimonial .vc_column-inner:after {
    left: 4% !important;
    bottom: -40% !important;
    background-size: 20% !important;
}

#testimonial .vc_column-inner:before {
    right: 4% !important;
    top: -40% !important;
    background-size: 20% !important;
}

#faq .faq-col .vc_column-inner {
    padding: 0px 20px !important;
}

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

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

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

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

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

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

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

#hero .vc_column-inner:before {
    width: 100% !important;
    height: 90% !important;
    top: -40% !important;
    z-index: -9;
}

#top nav > ul > li#menu-item-38 > a {
    padding: 12px 25px !important;
}

#entire-btn {
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 12px 25px !important;
}

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

#rightway .wpb_text_column {
    margin-bottom: 15px !important;
}

#footer p, #footer ul li {
    font-size: 15px !important;
    line-height: 23px !important;
}

#footer-img img {
    max-height: 220px !important;
}

div#footer-img {
    padding-bottom: 80px !important;
}
	
div#inr-banner {
    padding: 160px 0px 60px !important;
}

#gallery-inr.category-inr h4 {
    font-size: 20px !important;
    line-height: 28px !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 30px !important;
    line-height: 38px !important;
}

.single-product div.product h1.product_title {
    font-size: 55px !important;
    line-height: 63px !important;
}

.woocommerce-cart .wc-block-components-product-name {
    font-size: 25px !important;
    line-height: 33px !important;
}

.woocommerce-cart .wc-block-components-product-metadata .wc-block-components-product-metadata__description>p {
    font-size: 16px !important;
    line-height: 24px !important;
}

.woocommerce-checkout .wc-block-components-title.wc-block-components-title {
    font-size: 24px !important;
    line-height: 32px !important;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name {
    font-size: 20px !important;
    line-height: 28px !important;
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__description p {
    font-size: 14px !important;
    line-height: 22px !important;
}

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

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

.woocommerce ul.products li.product .price bdi {
    font-size: 30px !important;
    line-height: 38px !important;
}

.single-product .woocommerce-Price-amount bdi {
    font-size: 50px !important;
    line-height: 58px !important;
}

.woocommerce-cart .main-content .wp-block-woocommerce-cart-items-block table.wc-block-cart-items th span {
    font-size: 25px !important;
    line-height: 33px !important;
}

.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-size: 20px !important;
    line-height: 28px !important;
}

.woocommerce-cart .wc-block-components-totals-coupon .wc-block-components-panel__button {
    font-size: 20px !important;
    line-height: 28px !important;
}

.woocommerce-cart .wc-block-cart .wc-block-cart__totals-title {
    font-size: 20px !important;
    line-height: 28px !important;
}

.woocommerce-cart a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    padding: 12px 30px !important;
    font-size: 20px !important;
    line-height: 28px !important;
}

#testimonial-inr ul li i {
    font-size: 20px !important;
    line-height: 28px !important;
}

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

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

#top .container {
    padding: 0px 50px !important;
}

#hero .row-bg {
    background-position: center center !important;
}

#gallery .row-bg {
    background-position: center !important;
}

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

#testimonial i {
    font-size: 50px !important;
    line-height: 58px !important;
}

#faq h3 a {
    font-size: 22px !important;
    line-height: 30px !important;
    padding: 10px 40px 10px 0px !important;
}

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

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

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

#portfolio .row-bg {
    background-position: center !important;
}

#rightway .row-bg {
    background-position: center !important;
}

#footer-inr ul.quick-links li {
    padding-bottom: 10px !important;
    padding-left: 30px !important;
}

#footer-inr ul.quick-links li:before {
    height: 15px !important;
    width: 15px !important;
}

#footer-inr ul.social-icons li a i {
    font-size: 18px !important;
    line-height: 26px !important;
}

#inr-banner .row-bg {
    background-position: center !important;
}

#review {
    padding: 50px 0px !important;
}

#contact input.wpcf7-submit {
    padding: 12px 60px !important;
}

#contact {
    padding: 50px 0px !important;
}
	
#slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li a {
    font-size: 26px !important;
    line-height: 34px !important;
    text-align: left !important;
    border: 1px solid #fff;
    border-radius: 50px !important;
    padding: 8px 15px;
    opacity: 1 !important;
    margin-bottom: 15px !important;
}

#slide-out-widget-area-bg {
    background: #00000054 !important;
    backdrop-filter: blur(10px);
}	
	
body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 80px !important;
}

#header-outer {
    padding: unset !important;
}

#top .container {
    padding: 20px 0px !important
}	

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

#inr-banner .vc_column-inner:before {
    z-index: -9 !important;
    height: 300% !important;
}
	
}
@media only screen and (min-width: 520px) and (max-width: 767px){
	
#top nav > ul > li > a {
    padding: 0px 12px !important;
    font-size: 14px !important;
    line-height: 22px !important;
}

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

h4 {
    font-size: 20px !important;
    line-height: 28px !important;
}

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

div#hero .row-bg {
    background-position: center center !important;
}

div#scrolling-text {
    padding: 20px 0px !important;
}

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

#inr-gallery a {
    font-size: 11px !important;
    line-height: 19px !important;
}

div#inr-gallery {
    padding-top: 10px !important;
}

h2 {
    font-size: 26px !important;
    line-height: 34px !important;
}

h3 {
    font-size: 30px !important;
    line-height: 38px !important;
}

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

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

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

#testimonial .vc_column-inner:after {
    left: 4% !important;
    bottom: -40% !important;
    background-size: 20% !important;
}

#testimonial .vc_column-inner:before {
    right: 4% !important;
    top: -40% !important;
    background-size: 20% !important;
}

#faq .faq-col .vc_column-inner {
    padding: 0px 20px !important;
}

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

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

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

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

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

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

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

#hero .vc_column-inner:before {
    width: 100% !important;
    height: 90% !important;
    top: -40% !important;
    z-index: -9 !important;
}

#top nav > ul > li#menu-item-38 > a {
    padding: 12px 25px !important;
}

#entire-btn {
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 12px 25px !important;
}

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

#rightway .wpb_text_column {
    margin-bottom: 15px !important;
}

#footer p, #footer ul li {
    font-size: 15px !important;
    line-height: 23px !important;
}

#footer-img img {
    max-height: 220px !important;
}

div#footer-img {
    padding-bottom: 80px !important;
}
	
div#inr-banner {
    padding: 120px 0px 40px !important;
}

#gallery-inr.category-inr h4 {
    font-size: 20px !important;
    line-height: 28px !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 30px !important;
    line-height: 38px !important;
}

.single-product div.product h1.product_title {
    font-size: 55px !important;
    line-height: 63px !important;
}

.woocommerce-cart .wc-block-components-product-name {
    font-size: 25px !important;
    line-height: 33px !important;
}

.woocommerce-cart .wc-block-components-product-metadata .wc-block-components-product-metadata__description>p {
    font-size: 16px !important;
    line-height: 24px !important;
}

.woocommerce-checkout .wc-block-components-title.wc-block-components-title {
    font-size: 24px !important;
    line-height: 32px !important;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name {
    font-size: 20px !important;
    line-height: 28px !important;
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__description p {
    font-size: 14px !important;
    line-height: 22px !important;
}

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

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

.woocommerce ul.products li.product .price bdi {
    font-size: 30px !important;
    line-height: 38px !important;
}

.single-product .woocommerce-Price-amount bdi {
    font-size: 50px !important;
    line-height: 58px !important;
}

.woocommerce-cart .main-content .wp-block-woocommerce-cart-items-block table.wc-block-cart-items th span {
    font-size: 25px !important;
    line-height: 33px !important;
}

.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-size: 20px !important;
    line-height: 28px !important;
}

.woocommerce-cart .wc-block-components-totals-coupon .wc-block-components-panel__button {
    font-size: 20px !important;
    line-height: 28px !important;
}

.woocommerce-cart .wc-block-cart .wc-block-cart__totals-title {
    font-size: 20px !important;
    line-height: 28px !important;
}

.woocommerce-cart a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    padding: 12px 30px !important;
    font-size: 20px !important;
    line-height: 28px !important;
}

#testimonial-inr ul li i {
    font-size: 20px !important;
    line-height: 28px !important;
}

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

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

#top .container {
    padding: 0px 50px !important;
}

#hero .row-bg {
    background-position: center center !important;
}

#gallery .row-bg {
    background-position: center !important;
}

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

#testimonial i {
    font-size: 50px !important;
    line-height: 58px !important;
}

#faq h3 a {
    font-size: 22px !important;
    line-height: 30px !important;
    padding: 10px 40px 10px 0px !important;
}

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

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

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

#portfolio .row-bg {
    background-position: center !important;
}

#rightway .row-bg {
    background-position: center !important;
}

#footer-inr ul.quick-links li {
    padding-bottom: 10px !important;
    padding-left: 30px !important;
}

#footer-inr ul.quick-links li:before {
    height: 15px !important;
    width: 15px !important;
}

#footer-inr ul.social-icons li a i {
    font-size: 18px !important;
    line-height: 26px !important;
}

#inr-banner .row-bg {
    background-position: center !important;
}

#review {
    padding: 50px 0px !important;
}

#contact input.wpcf7-submit {
    padding: 12px 60px !important;
}

#contact {
    padding: 50px 0px !important;
}	
	
#slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li a {
    font-size: 24px !important;
    line-height: 32px !important;
    text-align: left !important;
    border: 1px solid #fff;
    border-radius: 50px !important;
    padding: 8px 15px;
    opacity: 1 !important;
    margin-bottom: 15px !important;
}

#slide-out-widget-area-bg {
    background: #00000054 !important;
    backdrop-filter: blur(10px);
}	
	
body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 70px !important;
}

#header-outer {
    padding: unset !important;
}

#top .container {
    padding: 15px 0px !important
}	
	
#contact .contact-form .row {
    padding: unset !important;
}	

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

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

#footer-inr img {
    max-width: 150px !important;
} 

#inr-banner .vc_column-inner:before {
    z-index: -9 !important;
    height: 280% !important;
} 
    
}
@media only screen and (min-width: 300px) and (max-width: 519px){
	
#top nav > ul > li > a {
    padding: 0px 12px !important;
    font-size: 14px !important;
    line-height: 22px !important;
}

h1 {
    font-size: 30px !important;
    line-height: 38px !important;
}

h4 {
    font-size: 15px !important;
    line-height: 23px !important;
}

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

div#hero .row-bg {
    background-position: center center !important;
}

div#scrolling-text {
    padding: 15px 0px !important;
}

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

#inr-gallery a {
    font-size: 16px !important;
    line-height: 24px !important;
}

div#inr-gallery {
    padding-top: 10px !important;
}

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

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

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

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

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

#testimonial .vc_column-inner:after {
    left: 4% !important;
    bottom: -30% !important;
    background-size: 30% !important;
}

#testimonial .vc_column-inner:before {
    right: 4% !important;
    top: -30% !important;
    background-size: 30% !important;
}

#faq .faq-col .vc_column-inner {
    padding: 0px 0px !important;
}

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

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

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

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

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

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

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

#hero .vc_column-inner:before {
    width: 100% !important;
    height: 60% !important;
    top: -40% !important;
    z-index: -9 !important;
}

#top nav > ul > li#menu-item-38 > a {
    padding: 12px 25px !important;
}

#entire-btn {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 10px 20px !important;
}

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

#rightway .wpb_text_column {
    margin-bottom: 15px !important;
}

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

#footer-img img {
    max-height: 220px !important;
}

div#footer-img {
    padding-bottom: 80px !important;
}
	
div#inr-banner {
    padding: 100px 0px 40px !important;
}

#gallery-inr.category-inr h4 {
    font-size: 20px !important;
    line-height: 28px !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 30px !important;
    line-height: 38px !important;
}

.single-product div.product h1.product_title {
    font-size: 55px !important;
    line-height: 63px !important;
}

.woocommerce-cart .wc-block-components-product-name {
    font-size: 25px !important;
    line-height: 33px !important;
}

.woocommerce-cart .wc-block-components-product-metadata .wc-block-components-product-metadata__description>p {
    font-size: 16px !important;
    line-height: 24px !important;
}

.woocommerce-checkout .wc-block-components-title.wc-block-components-title {
    font-size: 24px !important;
    line-height: 32px !important;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name {
    font-size: 20px !important;
    line-height: 28px !important;
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__description p {
    font-size: 14px !important;
    line-height: 22px !important;
}

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

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

.woocommerce ul.products li.product .price bdi {
    font-size: 30px !important;
    line-height: 38px !important;
}

.single-product .woocommerce-Price-amount bdi {
    font-size: 50px !important;
    line-height: 58px !important;
}

.woocommerce-cart .main-content .wp-block-woocommerce-cart-items-block table.wc-block-cart-items th span {
    font-size: 25px !important;
    line-height: 33px !important;
}

.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-size: 20px !important;
    line-height: 28px !important;
}

.woocommerce-cart .wc-block-components-totals-coupon .wc-block-components-panel__button {
    font-size: 20px !important;
    line-height: 28px !important;
}

.woocommerce-cart .wc-block-cart .wc-block-cart__totals-title {
    font-size: 20px !important;
    line-height: 28px !important;
}

.woocommerce-cart a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    padding: 12px 30px !important;
    font-size: 20px !important;
    line-height: 28px !important;
}

#testimonial-inr ul li i {
    font-size: 20px !important;
    line-height: 28px !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;
}	

#top .container {
    padding: 10px 0px !important;
}

#hero .row-bg {
    background-position: center center !important;
}

#gallery .row-bg {
    background-position: center !important;
}

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

#testimonial i {
    font-size: 50px !important;
    line-height: 58px !important;
}

#faq h3 a {
    font-size: 18px !important;
    line-height: 26px !important;
    padding: 10px 30px 10px 0px !important;
}

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

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

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

#portfolio .row-bg {
    background-position: center !important;
}

#rightway .row-bg {
    background-position: center !important;
}

#footer-inr ul.quick-links li {
    padding-bottom: 8px !important;
    padding-left: 25px !important;
}

#footer-inr ul.quick-links li:before {
    height: 15px !important;
    width: 15px !important;
}

#footer-inr ul.social-icons li a i {
    font-size: 18px !important;
    line-height: 26px !important;
}

#inr-banner .row-bg {
    background-position: center !important;
}

#review {
    padding: 50px 0px !important;
}

#contact input.wpcf7-submit {
    padding: 12px 60px !important;
}

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

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

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

#header-outer {
    padding: unset !important;
}

#scrolling-text ul {
    gap: 30px !important;
}

#portfolio p br {display: none !important;}

#rightway p br {
    display: none !important;
}

#footer-inr img {
    max-width: 120px !important;
}

#inr-banner .vc_column-inner:before {
    z-index: -9;
}

#contact .contact-form .row {
    padding: unset !important;
}	
	
#slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li a {
    font-size: 22px !important;
    line-height: 30px !important;
    text-align: left !important;
    border: 1px solid #fff;
    border-radius: 50px !important;
    padding: 8px 15px;
    opacity: 1 !important;
    margin-bottom: 15px !important;
}

#slide-out-widget-area-bg {
    background: #00000054 !important;
    backdrop-filter: blur(10px);
}	
	
}
