/*
Theme Name: Varsha Jutex
Theme URI: https://www.busfam.com/
Author: Busfam Team
Author URI: https://www.busfam.com/
Description: The 2025 theme for WordPress is a fully responsive theme that looks great on any device With HTML5, Bootstrap5 and CSS3.
Version: 6.0
*/

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');


:root{
    --green:#6CA434;
    --lgreen:#bad181;
    --beige:#edc890;
    --dbeige:#dbb57d;
    --white: #fff;
    --black: #434343;
    --dgray: #666;
}



body{
    margin:0;
    padding:0;
    font-family: "Nunito Sans", sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
a{
    color:var(--green);
    text-decoration: none;
}
a:hover{
    color:var(--beige);
    text-decoration: none;
}
img{
    max-width: 100%;
}
li{
    list-style: none;
    font-size:16px;
}
ol li{
    list-style: number;
    margin-bottom:8px;
}
p {
    font-size: 16px;
}
.section_title{
    margin-bottom: 30px;
}
.section_title.text-left h2:before, .section_title.text-left h3:before{
    text-align:left;
    left:0!important;
    margin-left:0!important;
}

.section_title h2{
    position: relative;
    padding: 0;
    margin: 0;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 40px;
    color:var(--black);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    padding-bottom: 22px;
}
.section_title h2:before {
    width: 60px;
    height: 4px;
    display: block;
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -20px;
    background-color: var(--green);
}


.section_title h3{
    position: relative;
    padding: 0;
    margin: 0;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 36px;
    color:var(--black);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    padding-bottom: 22px;
}
.section_title h3:before {
    width: 60px;
    height: 4px;
    display: block;
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -20px;
    background-color: var(--green);
}



.section_title_left h2
{
    font-family: "Nunito Sans", sans-serif;
    margin-bottom: 18px;
    letter-spacing: 0.5px;
    font-size: 32px;
    color:#0a267a;
}

.section_title p{
    font-weight: 500;
}
h1{
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 20px;
}
h3{
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 16px;
    font-size: 24px;
    letter-spacing: 0.5px;
    font-weight: 600;
    color:var(--beige);
}
h2{
    font-family: "Oswald", sans-serif;
    font-size: 32px;
    font-weight:700;
    color:var(--beige);
    margin-bottom: 10px;
}
h4{
    font-size: 24px;
    font-weight:700;
    color:var(--green);
    margin-bottom: 15px;
}
h5{
    font-size: 20px;
    font-weight:600;
    color:var(--dbeige);
    margin-bottom: 10px;
}
.bg-gradent{
    background-image: linear-gradient(to right, #e9fffe, #bdf5f557, #bdf5f500, #e9fffe);
}
/*header section*/
.menu-bar {
    background: var(--white);
    padding: 6px 0;
    position: relative;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-top: 3px solid var(--beige);
}
.logo img {
    width: 300px !important;
}
.menumain{
    background-color: var(--white);
    padding: 15px 0;
    border-top:3px solid var(--beige);
    box-shadow: 0px 15px 10px -15px #11111129;
}
.menumain .btn-primary{
    float:right;
}
/*header section*/


/*banner start*/
.carousel-indicators [data-bs-target] {
    width: 14px;
    height: 14px;
    border-radius:50%;
    background-color: var(--white);
    display:block;
}
.banner-main{
    margin-top:75px;
}

.carousel-control-next, .carousel-control-prev {
    top: auto;
}
.carousel-control-prev {
    left: 42%;
    bottom: 5px;
    opacity: 1;
}
.carousel-control-next {
    right: 42%;
    bottom: 5px;
    opacity: 1;
}
.alternate_column .carousel-control-prev{
    left: 40%;
    bottom: -10px;
    opacity: 1;
}
.alternate_column .carousel-control-next{
    right: 40%;
    bottom: -10px;
    opacity: 1;
}


.banner-main iframe{
    width:100%!important;
    margin-top:10px!important;
}
.carousel-control-next, .carousel-control-prev {
    width: 10%;
}
.carousel-control-prev-icon {
    background-image: url(images/arrow-left.webp);
}
.carousel-control-next-icon {
    background-image: url(images/arrow-right.webp);
}
/*banner end*/
label {
    color: var(--white);
    font-size: 15px;
}
input,  textarea, select{
    width: 100%;
    border: 0px solid #2884d2!important;
    padding: 8px !important;
    font-size: 14px !important;
    border-radius: 0 !important;
    color:#666!important;
}
input,
textarea
select{
    outline: none !important;
    width: 100%;
}
textarea{
    width: 100%;
}

input[type=submit]{
    background:var(--green);
    color:var(--white)!important;
    text-align: center;
    border-radius:0!important;
    padding: 10px 30px;
    font-size: 16px!important;
    font-weight: 800;
    text-transform: uppercase;
    transition: all ease-in-out .3s;
    cursor: pointer;
    height: auto;
    border: 1px solid var(--white)!important;
}
input[type=submit]:hover{
    background:var(--white);
    color:var(--green)!important;
}

/* <--FOOTER--> */
footer {
    background:url(images/jutepattern.webp) 0 0 repeat;
    top: 0;
    position: relative;
    padding:0;
    font-family: "Roboto", sans-serif;
    color: var(--black);
    margin-top: auto;
}
.foot_top_bg {
    background: url(images/foot_texture_top_bg.webp) 0 0 repeat-x;
    height: 40px;
}

.foot_address_icon i{
    font-size:16px;
    color: var(--dbeige);
    background: var(--white);
    border: 1px dashed #cb9649;
    width: 35px !important;
    height: 35px;
    line-height: 35px;
    border-radius:0;
    text-align: center;
}
.foot_address p{
    font-size:14px;
    color:var(--black);
    margin-left: 10px;
    letter-spacing: .3px;
}
.foot_address_block{
    margin:16px 0 0 0;
    display: flex;
}
.foot_address_block strong{
    font-size:20px;
    font-weight:600;
    color:#996a25;
    display:block;
}

.foot_address_icon{
    margin-top:8px;
}
.foot_address_block a{
    display:block;
}
footer a {
    color:var(--black);
    font-weight: 400;
    font-size: 14px;
    position: relative;
    top: 0px;
    line-height: 1.4;
}
footer .footlink, footer .footlink2 {
    float: left;
}
footer #menu-footer-menu2 {
    display:table;
    border-left:2px solid var(--green);
}
footer .footlink ul li, footer .footlink2 ul li {
    cursor:pointer;
}
footer a:hover, footer li.read_reviews a:hover {
    color: var(--green)!important;
}
footer .footlink ul li:before, footer .footlink2 ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "|";
    color:#d39623;
    transition: all 0.3s ease;
    margin-left: -10px;
}
footer .footlink ul li a, footer .footlink2 ul li a {
    margin:0 7px;
}
footer .footlink ul {
    padding-left: 0;
    margin: 0;
}
footer .footlink ul li:first-child:before, footer .footlink2 ul li:first-child:before{
    font-size:0;
}
.read_reviews li:first-child:before{
    font-size: 6px!important;
}
.footlink .add-1{
    display:flex;
}
.copyright {
    padding:6px;
    margin-top:15px;
    background: #0000001a;
}
.copyright p {
    font-size: 11px;
    color: #6a6a6a;
    margin: 0;
    text-align:center;
}
.copyright a {
    color: var(--white);
}
.copyright a:hover {
    color: var(--white);
}
.payments_mode{
    margin:5px 0;
    display: inline-block;
}
.payments_mode img{
    width:50px;
}
.foot_menu {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    display: flex;
    z-index: 999;
    padding:10px;
    box-shadow: 0px -15px 10px -15px #11111170;
    border-top:2px solid var(--green);
}
.foot_menu .foot_menu_block{
    text-align:center;
}
.foot_menu .foot_menu_block a{
    color:var(--black);
    text-align:center;
    margin:0 auto;
}
.foot_menu .foot_menu_block.active a{
    color:var(--green);
}
.foot_menu .foot_menu_block:hover a{
    color:var(--green);
}
.foot_menu .foot_menu_block img{
    width:25px;
    display:block;
    margin:0 auto;
}
/* <--FOOTER--> */
.social_icon .social-button {
    position: relative;
    cursor: pointer;
    text-decoration: none;
    color: var(--black);
    font-size: 15px;
    font-weight: normal;
    transition: all 0.5s ease;
    margin: 0 2px;
    width: 25px;
    height: 25px;
    border-radius: 0;
    float:left;
    text-align: center;
    line-height: 28px;
}
/* <--SOCIAL ICONS--> */

.h2, h2 {
    font-size: 20pxfont-weight: 700;
    margin-bottom: 0;
}

.clients h2 {
    color: var(--white);
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.pulse {
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    transform: scale(1);
    animation: pulse-black 2s infinite;
    background: transparent;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    animation: pulse-white 2s infinite;
}
@keyframes pulse-white {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
/* pulse btn*/
.pulseit{
    -webkit-animation: pulse linear .5s infinite;
    animation: pulse linear .5s infinite;

}
@-webkit-keyframes pulse {
    0% {
        width:200px;
    }
    50% {
        width:340px;
    }
    100% {
        width:200px;
    }
}
@keyframes pulse {
    0% {
        width:200px;
    }
    50% {
        width:340px;
    }
    100% {
        width:200px;
    }
}
/* pulse btn*/
/* testnomial start*/

/*backto-top start*/
#backto-top {
    display: inline-block;
    background-color:var(--black);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius:0;
    position: fixed;
    bottom: 74px;
    right: 0;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-align: center;
}
#backto-top i {
    color: var(--beige);
    line-height: 50px;
}
#backto-top:hover {
    background-color:var(--dbeige);
    cursor: pointer;
}
#backto-top:hover i{
    color: var(--white);
}
#backto-top.show {
    opacity: 1;
    visibility: visible;
}
/*backto-top end*/
.tick ul{
    padding-left:0;
    margin:0px 0 20px 32px;
}
.tick ul li{
    margin-bottom:10px;
    font-size: 16px;
}
.tick ul li:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
    color: var(--green);
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-right:4px;
    margin-left: -25px;
}

.tick_double ul{
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.tick_double ul{
    margin:0 0 0 20px;
}
.tick_double ul li{
    width: 90%;
}
.tick_double .position_listing ul li{
    width: 100%;
}
.tick_double ul li:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f101";
    color: var(--green);
    font-size: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-right: 4px;
    margin-left: -20px;
}

.position_listing ul{
    margin:0 0 10px 0!important;
}
.position_listing ul li{
    content: "";
    background:var(--green);
    color:var(--white);
    padding:8px 12px;

}

.position_listing ul li:before{
    content: "";
    margin:0;
}

.coming_soon_bg {
    background-image: linear-gradient(to right, #efe0b4, var(--white), #efe0b4);
    height: 100%;
    min-height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0 60px 0;
}

.thanku_bg {
    background-image: linear-gradient(to right, #e4eccd, var(--white) , #e4eccd);

    height: 100%;
    min-height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:130px 0 60px 0;
}
.thanku_bg p, .coming_soon_bg p {
    font-size:22px;
    color:#000;
}
.award{
    background-image: radial-gradient(circle, var(--white), var(--white), #52c2a7);
    padding:30px;
}
.award img{
    width:70%;
    margin:0 auto;
    display:block;
}
/*dots*/
.owl-nav{
    text-align:center;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    font-size: 20px;
    display: inline-block;
    margin:0 5px;
    color:var(--green);
}
.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
    color:var(--beige);
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: inherit!important;
}
/*dots end*/
.sticky_div{
    position: sticky;
    top:100px;
}

@keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}
.logo_area{
    align-items: center;
}
.logo_area img{
    height:70px;
}
.logo_text{
    text-align:center;
    line-height:30px;
}
.alternate_column{
    position:relative;
}
.alternate_column .row:nth-child(even) {
    direction: rtl;
    text-align:left;
}
.alternate_column .row .btn {
    direction: rtl;
}



.alternate_column .row:nth-child(even) .content_box p,
.alternate_column .row:nth-child(even) .content_box h4
{
    direction: ltr;
}
.alternate_column .row[class*=col-] {
    direction: ltr;
}
.alternate_column .row:nth-child(even) .content_box ul{
    margin:0 0 15px 0;
}
.alternate_column .row:nth-child(odd) .content_box ul{
    margin:0 0 15px 24px;
}
.content_box p{
    text-align:justify;
}
.card {
    background:transparent;
    border:0;
    padding:0;
}
.card-body {
    background:transparent;
    padding: 5px 0;
}
.card-body h3 {
    background:#cb9329;
    font-family: "Oswald", sans-serif;
    margin-bottom:0;
    padding: 8px 0;
    font-size: 18px;
    font-weight: 400;
    color: var(--white);
    text-align:center;
}
.card-footer {
    padding: .5rem 1rem;
    background-color: transparent;
    border-top:0;
}
.card-footer a.readmore{
    margin:0 15px 0 0;
    padding:0 15px 0 0;
    border-right:1px solid var(--beige);
}

.card-footer a.readmore:last-child{
    border-right:0;
    margin:0;
    padding:0;
}

a.readmore {
    background-image: linear-gradient(
        to right,
        var(--black),
        var(--black) 50%,
        var(--black) 50%
        );
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    padding:0;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
    font-size:15px;
    font-weight:600;
}

a.readmore:before{
    content: '';
    background:var(--green);
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 2px;
    transition: all 0.3s ease-in-out;
}
a.readmore:hover {
    background-position: 0;
}
a.readmore:hover::before{
    width: 100%;
}
.content_box {
    padding: 40px;
    text-align: left;
}
.heading{
    font-size:22px;
    color:#000;
    font-weight:600;
    margin-bottom: 16px;
    border-bottom: 2px solid var(--beige);
}
.heading strong {
    position: relative;
    background:var(--beige);
    color: var(--white);
    font-size: 22px;
    font-weight:600;
    display: inline-block;
    padding:3px 10px;
}
.heading strong:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid var(--beige);
    border-top: 40px solid transparent;
}
/* counter */
#counter .card {
    background: url(images/bg-5.png) 0 0 repeat;
    padding: 40px 5px;
    line-height:30px;
    text-align: center;
    border: 0;
    border-radius:0;
    border-bottom: 3px solid var(--beige);
}
.card-img-overlay{
    bottom:1%;
    top:auto;
}
.card-img-text{
    background:rgba(0,0,0,.5);
    margin:0 auto;
    width:75%;
}
#counter .card p{
    font-size:18px;
    margin:10px 0 0 0;
    font-weight:400;
    line-height:22px;
    text-align: center;
}
#counter .card p strong{
    display:block;
}
.counter_group{
    margin:0 auto;
}
.counter-value{
    font-size:30px;
    font-weight:600;
    color:#000;
    display:table-cell;
}
.plus{
    font-size:30px;
    font-weight:700;
    color:var(--dbeige);
    padding-left:6px;
    display:table-cell;
}
.counter_area{
    background:url(images/pattern-2.png) 0 0 repeat;
}
.counter_box {
    background:var(--lightblue);
    padding: 15px;
    border-radius: 0;
    border-bottom: 2px solid var(--white);
    box-shadow: 0 15px 10px -15px #000;
}
.counter_box h5 {
    font-size: 18px;
    color: var(--white);
}
.counter_box img {
    height: 30px;
    margin: 5px;
    transition: transform .2s;
}
.counter-value {
    font-size: 30px;
    font-weight: 700;
    color:var(--black);
    display: table-cell;
}

/* counter */
.sticky_div{
    position: sticky;
    top: 5pc;
}
.sectiongap{
    padding:30px 0;
    margin:20px 0;
}
.bg1{
    background-color:#f9f4e8;
}
.bg2{
    background-image: linear-gradient(to right, #f9f4e8 50%, #e7f0ce 0);
}
.form-control, .form-check-input, select {
    color:var(--black)!important;
    background-color:transparent;
    border:1px solid var(--green)!important;
    border-radius:0!important;
    font-size: 16px !important;
}
select option{
    color:#111!important;
}
.form-label {
    margin-bottom: 0;
}
.form-check-input {
    border-radius:50%!important;
}
.form-control:focus {
    background-color: transparent;
    box-shadow:none!important;
}
::placeholder {
    color: var(--black)!important;
    opacity: 1; /* Firefox */
}
::-ms-input-placeholder { /* Edge 12 -18 */
    color: var(--black)!important;
}
.owl-carousel .owl-item img {
    border-radius: 0!important;
}
.g-recaptcha>div{
    height: 78px;
    transform:scale(0.8);
    webkit-transform:scale(0.8);
    text-align: left;
    position: relative;
    margin: 0px -15px 0;
}
.btn-close:hover {
    background:var(--beige) url(images/close2.webp) center / 1em auto no-repeat !important;
    opacity: 1!important;
}
.btn-close:focus {
    box-shadow:none;
}
/* button */
.btn-primary {
    cursor: pointer;
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    padding: 14px 18px;
    background-color: var(--beige);
    font-size: 16px;
    color: white;
    text-align: center;
    font-weight: 700;
    line-height: 1.125;
    border-radius: 0;
    z-index: 1;
    transition: all 500ms ease;
}
.btn-primary:hover {
    background-color:var(--green);
    border-color: var(--green);
    box-shadow:none;
}
.btn-secondary {
    cursor: pointer;
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    padding: 14px 18px;
    background-color: var(--green);
    font-size: 16px;
    color: white;
    text-align: center;
    font-weight: 700;
    line-height: 1.125;
    border-radius: 0;
    z-index: 1;
    transition: all 500ms ease;
}
.btn-secondary:hover {
    background-color:var(--beige);
    border-color: var(--beige);
    box-shadow:none;
}
.btn:focus {
    box-shadow:none;
}
.btn_group{
    text-align: right;
}
/* button */
.bamboo_products_text{
    background-color:var(--lgreen);
    padding:20px;
    border:5px solid var(--white);
    margin-left:-100px;
    margin-top:30px;
    margin-bottom:20px;
    width:70%;
}
.bamboo_products_text p{
    font-size:20px;
    font-weight:600;
    color:var(--white);
    margin:0;
}
.bamboo_products h4 {
    font-size: 16px;
    font-weight:600;
    color: var(--green);
    margin: 6px 0 0 0;
    text-align: center;
}
.why_choose img, .customised_options img {
    width: 60px;
    margin-bottom: 6px;
}
.why_choose h5, .customised_options h5 {
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
}
.customised_options .col{
    border-bottom:1px solid #c6dda6;
    border-right:1px solid #c6dda6;
}
.customised_options .col:nth-child(4), .customised_options .col:nth-child(8){
    border-right:0;
}
.customised_options .col:nth-child(5),
.customised_options .col:nth-child(6),
.customised_options .col:nth-child(7),
.customised_options .col:nth-child(8)
{
    border-bottom:0;
}

.why_choose ul li {
    margin:0 0 20px 0;
}
.whitebox {
    background: var(--white);
    padding: 20px;
    border: 1px solid var(--beige);
}
.beigebox {
    background:#fbecc7 ;
    padding: 20px;
}
.whitebox p, .beigebox p{
    margin:0;
}

.gmap iframe{
    width:100%;
    height:340px;
}
.img-wrapper {
    overflow: hidden;
}
.inner_img {
    transition: 0.3s;
}
.inner_img:hover {
    transform: scale(1.2);
}

.jute_carpet_left img{
    height:515px;
    object-fit:cover;
    object-position:100% 0;
}
.jute_carpet_right img{
    height:230px;
    object-fit:cover;
    object-position:100% 0;
}
.inner_banner{
    background:url(images/jutepattern.webp) 0 0 repeat;
    padding:50px 0;
    margin-top: 75px;
}
.inner_banner h2{
    position: relative;
    font-size: 30px;
    font-weight: 600;
    color: var(--black);
    text-align:center;
}
.inner_banner h2:before {
    width: 50px;
    height: 4px;
    display: block;
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -20px;
    background-color: var(--dbeige);
}
.mid_inner{margin-top:40px;}
.pro_detail h1{color:var(--green);}

.pro_detail h6 {
	 background:var(--green);
    font-size: 18px;
    color: #fff;
    font-weight: 600;
	position: relative;
	    display: inline-block;
    padding: 4px 6px;
	    margin-bottom: 12px;
}
.pro_detail h6:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid var(--green);
    border-top: 30px solid transparent;
}
.nav-link {color:var(--black);}
.nav-link i{color:var(--green);}
.nav-link:hover {color:var(--green);}
.listing_menu  li {border-bottom: 1px solid #ddd;}

.beigebox h5{
    font-size: 24px;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 10px;
}
.pro_detail{margin-top:50px;}

.wp-pagenavi a, .wp-pagenavi span{
    padding: 4px 10px !important;
    margin: 3px !important;
    font-size: 15px !important;
    color: #000 !important;
} 

.wp-pagenavi span.current{
    background: #CB9329 !important;
    color: #fff !important;
    border-color: #fff !important;
    padding: 5px 10px !important;
}

.blog_trivia{
    padding: 0;
    margin: 8px 0;
}

.blog_col .card-footer{
    padding-top: 0;
    padding-left: 0;
}

.bamboo_products .btn_group{
    text-align: center;
}

.mathcaptcha-834 .wpcf7-mathcaptcha{
    width: 50%;
    border: 1px solid var(--green) !important;
}

.wpcf7-submit:hover{
    border: 1px solid var(--green) !important;
}

.widget-title{
    color:var(--green);
}