/**
* Template Name: Flexor - v4.7.0
* Template URL: https://bootstrapmade.com/flexor-free-multipurpose-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Open Sans", sans-serif;
    color: #313030;
}

a {
    color: #282828;
    text-decoration: none;
}

    a:hover {
        color: #2e823e;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
}

button.closem {
    position: absolute;
    right: 0;
    border: none;
    background: #000;
    color: #fff;
    top: 0;
    padding: 4px 10px;
}

.bckpnl a {
    padding-right: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #2e823e;
    float: right;
}

.centersection {
    border-top: 1px solid #eee;
    padding-bottom: 3pc;
}

.pullleft {
    float: left;
    left: 0;
}

.pullright {
    float: right;
    right: 0;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #2e823e;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #fdfdfd;
        color: #2e823e;
        border: 1px solid #2e823e;
    }

        .back-to-top:hover i {
            color: #2e823e;
        }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

.logoimg img {
    padding: 5px;
    max-width: 90% !important;
}

#topbar {
    background: #39312f;
    font-size: 14px;
    padding: 0;
    color: rgba(255, 255, 255, 0.8);
    height: 40px;
}

    #topbar .contact-info i {
        font-style: normal;
        color: #2e823e;
        font-size: 20px;
    }

        #topbar .contact-info i a, #topbar .contact-info i span {
            padding-left: 5px;
            color: #fff;
        }

        #topbar .contact-info i a {
            line-height: 0;
            transition: 0.3s;
        }

            #topbar .contact-info i a:hover {
                color: #2e823e;
            }

    #topbar a.cartbtn {
        font-size: 22px;
        color: #e3e3e3;
        padding-left: 5px;
        margin-left: 5px;
    }

        #topbar a.cartbtn:hover {
            color: #2e823e !important;
        }

.contact-info.d-flex.align-items-center a, .contact-info.d-flex.align-items-center a:hover, .contact-info.d-flex.align-items-center a:focus {
    color: #d5d5d5;
}

img.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 997;
    background: #fff;
}

    #header.header-fixed {
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    }

    #header .logo h1 {
        font-size: 28px;
        margin: 0;
        line-height: 0;
        font-weight: 700;
        font-family: "Open Sans", sans-serif;
    }

        #header .logo h1 a, #header .logo h1 a:hover {
            color: #635551;
            text-decoration: none;
        }

    #header .logo img {
        padding: 0;
        margin: 0;
        max-height: 40px;
    }

.scrolled-offset {
    margin-top: 70px;
}

#main {
    z-index: 3;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar a, .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0 10px 30px;
        font-size: 14px;
        font-family: "Poppins", sans-serif;
        color: #635551;
        white-space: nowrap;
        transition: 0.3s;
    }

        .navbar a i, .navbar a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }

        .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
            color: #2e823e;
        }

    .navbar .getstarted, .navbar .getstarted:focus {
        background: #2e823e;
        padding: 8px 20px;
        margin-left: 30px;
        border-radius: 4px;
        color: #fff;
    }

        .navbar .getstarted:hover, .navbar .getstarted:focus:hover {
            color: #fff;
            background: #2e823ea6;
        }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 14px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
        border-radius: 4px;
    }

        .navbar .dropdown ul li {
            min-width: 200px;
        }

        .navbar .dropdown ul a {
            padding: 10px 20px;
        }

            .navbar .dropdown ul a i {
                font-size: 12px;
            }

            .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
                color: #2e823e;
            }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }



/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #473d3a;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

    .mobile-nav-toggle.bi-x {
        color: #fff;
    }

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(43, 37, 35, 0.9);
    transition: 0.3s;
    z-index: 999;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        border-radius: 10px;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a, .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 15px;
        color: #473d3a;
    }

        .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
            color: #2e823e;
        }

    .navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
        margin: 15px;
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
                color: #2e823e;
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }

    .navbar-mobile ul {
        display: block;
    }

    #header .container.d-flex.align-items-center.justify-content-between, #topbar .container.d-flex.justify-content-center.justify-content-md-between {
        max-width: 100% !important;
        padding: 0;
        margin: 0 10px;
    }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/


#hero {
    width: 100%;
    position: relative;
    padding: 0;
    margin-bottom: -120px;
    padding: 0 !important;
}

    #hero .container {
        z-index: 2;
    }

    #hero h1 {
        margin: 0 0 10px 0;
        font-size: 48px;
        font-weight: 700;
        line-height: 56px;
        color: #fff;
    }

    #hero h2 {
        color: #eee;
        margin-bottom: 50px;
        font-size: 24px;
    }

    #hero .get-started-icon {
        font-size: 24px;
        background: #2e823e;
        padding: 14px;
        color: #fff;
        border-radius: 50px;
        position: relative;
        z-index: 5;
        box-shadow: 10px 2px 15px rgba(0, 0, 0, 0.1);
    }

    #hero .btn-get-started {
        font-family: "Raleway", sans-serif;
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        transition: 0.5s;
        margin-left: -10px;
        padding: 8px 26px 8px 26px;
        color: #fff;
        background: #584b48;
        border-radius: 0 50px 50px 0;
        position: relative;
        z-index: 4;
    }

        #hero .btn-get-started:hover {
            background: #2e823e;
        }

@media screen and (max-width: 991px) {
    #hero {
        margin-bottom: 10px;
    }
}

.center-block {
    margin: 0 auto;
}

.zoom {
    transition: transform .2s; /* Animation */
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

    .zoom:hover {
        transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #2e823e12;
}

.minpght .section-bg {
    background-color: #ffffff;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

    .section-title h2 {
        font-size: 32px;
        font-weight: 500;
        margin-bottom: 20px;
        padding-bottom: 0;
        font-family: "Poppins", sans-serif;
        color: #635551;
    }

    .section-title p {
        margin-bottom: 0;
    }



/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background: #f4f2f2;
    margin-bottom: 40px;
}

    .breadcrumbs h2 {
        font-size: 28px;
        font-weight: 500;
    }

    .breadcrumbs ol {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0 0 10px 0;
        margin: 0;
        font-size: 14px;
    }

        .breadcrumbs ol li + li {
            padding-left: 10px;
        }

            .breadcrumbs ol li + li::before {
                display: inline-block;
                padding-right: 10px;
                color: #635551;
                content: "/";
            }

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
    padding: 0 0 30px 0;
    position: relative;
    z-index: 3;
}

    .why-us .content {
        padding: 30px;
        background: #2e823e;
        border-radius: 4px;
        color: #fff;
    }

        .why-us .content h3 {
            font-weight: 700;
            font-size: 34px;
            margin-bottom: 30px;
        }

        .why-us .content p {
            margin-bottom: 30px;
        }

        .why-us .content .more-btn {
            display: inline-block;
            background: rgba(255, 255, 255, 0.2);
            padding: 6px 30px 8px 30px;
            color: #fff;
            border-radius: 50px;
            transition: all ease-in-out 0.4s;
        }

            .why-us .content .more-btn i {
                font-size: 14px;
            }

            .why-us .content .more-btn:hover {
                color: #2e823e;
                background: #fff;
            }

    .why-us .icon-boxes .icon-box {
        text-align: center;
        border-radius: 10px;
        background: transparent;
        box-shadow: none;
        width: 100%;
        padding: 10px;
    }

        .why-us .icon-boxes .icon-box img {
            border-radius: 10px;
            box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
        }

        .why-us .icon-boxes .icon-box i {
            font-size: 40px;
            color: #2e823e;
            margin-bottom: 30px;
        }

        .why-us .icon-boxes .icon-box h4 {
            font-size: 20px;
            font-weight: 700;
            margin: 0 0 30px 0;
        }

        .why-us .icon-boxes .icon-box p {
            font-size: 15px;
            color: #716f6f;
        }

.icon-box.mt-4.mt-xl-0 img:hover {
    zoom: 1;
    transition: transform .2s;
    transform: scale(1.02);
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

    .clients .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: #fff;
        opacity: 1;
        border: 1px solid #2e823e;
    }

    .clients .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #2e823e;
    }

/*.clients .swiper-slide img {
    opacity: 0.5;
    filter: grayscale(100%);
}

    .clients .swiper-slide img:hover {
        filter: none;
        opacity: 1;
    }*/

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    background: #fff;
    box-shadow: 0 0 23px #e1e1e1;
    height: 140px;
}

.services .icon {
    position: relative;
    top: 0;
    left: calc(50% - 50px);
    transition: 0.2s;
    border-radius: 50%;
    border: 6px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    background: #2e823e;
    width: 90px;
    height: 90px;
}

    .services .icon i {
        color: #fff;
        font-size: 24px;
        line-height: 0;
    }

.services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase;
}

    .services .title a {
        color: #343a40;
    }

.services .icon-box:hover .icon {
    background: #fff;
    border: 2px solid #2e823e;
}

    .services .icon-box:hover .icon i {
        color: #2e823e;
    }

.services .icon-box:hover .title a {
    color: #2e823e;
}

.services .description {
    line-height: 24px;
    font-size: 14px;
}

/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values .card {
    border: 0;
    padding: 250px 20px 20px 20px;
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.values .card-body {
    z-index: 10;
    background: rgb(255 255 255 / 90%);
    padding: 15px 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    transition: ease-in-out 0.4s;
    border-radius: 5px;
}

.values .card-title {
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

    .values .card-title a {
        color: #473d3a;
    }

.values .card-text {
    color: #4b4949;
    text-align: center;
}

.values .read-more a {
    color: #656262;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    transition: 0.4s;
    text-align: center;
}

    .values .read-more a:hover {
        text-decoration: underline;
    }

.values .card:hover .card-body {
    background: #2e823efa;
}

.values .card:hover .read-more a, .values .card:hover .card-title, .values .card:hover .card-title a, .values .card:hover .card-text {
    color: #fff;
}

/*.carousel-inner .card-img, .carousel-inner .card-img-bottom {
    border-radius: 10px;
    background: #ffffff08;
}

.carousel-inner .card {
    border: none;
    border-radius: 10px;
    padding: 10px;
    background: #fff0;
}*/


/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/

.faq .faq-list {
    padding: 10px 100px;
}

    .faq .faq-list ul {
        padding: 0;
        list-style: none;
    }

    .faq .faq-list li + li {
        margin-top: 15px;
    }

    .faq .faq-list li {
        padding: 20px;
        background: #fff;
        border-radius: 4px;
        position: relative;
    }

    .faq .faq-list a {
        display: block;
        position: relative;
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        padding: 0 30px;
        outline: none;
        cursor: pointer;
    }

    .faq .faq-list .icon-help {
        font-size: 24px;
        position: absolute;
        right: 0;
        left: 20px;
        color: #4e4e4e;
    }

    .faq .faq-list .icon-show, .faq .faq-list .icon-close {
        font-size: 24px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .faq .faq-list p {
        margin-bottom: 0;
        padding: 10px 0 0 0;
    }

    .faq .faq-list .icon-show {
        display: none;
    }

    .faq .faq-list a.collapsed {
        color: #343a40;
    }

        .faq .faq-list a.collapsed:hover {
            color: #2e823e;
        }

        .faq .faq-list a.collapsed .icon-show {
            display: inline-block;
        }

        .faq .faq-list a.collapsed .icon-close {
            display: none;
        }


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
    color: #313030;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px;
}

    .contact .info-box i {
        font-size: 32px;
        color: #2e823e;
        border-radius: 50%;
        padding: 8px;
        border: 2px dotted #2e823e52;
        float: left;
    }

    .contact .info-box h3 {
        font-size: 20px;
        color: #656262;
        font-weight: 700;
        margin: 10px 0 10px 68px;
    }

    .contact .info-box p {
        padding: 0;
        line-height: 24px;
        font-size: 14px;
        margin: 0 0 0 68px;
    }

.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
}

    .contact .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: left;
        padding: 15px;
        font-weight: 600;
    }

        .contact .php-email-form .error-message br + br {
            margin-top: 25px;
        }

    .contact .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    .contact .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }

        .contact .php-email-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #18d26e;
            border-top-color: #eee;
            -webkit-animation: animate-loading 1s linear infinite;
            animation: animate-loading 1s linear infinite;
        }

    .contact .php-email-form input, .contact .php-email-form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
    }

        .contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
            border-color: #2e823e;
        }

    .contact .php-email-form input {
        padding: 10px 15px;
    }

    .contact .php-email-form textarea {
        padding: 12px 15px;
    }

    .contact .php-email-form button[type=submit], .greenbtn {
        background: #2e823e;
        border: 0;
        padding: 10px 24px;
        color: #fff;
        transition: 0.4s;
        border: 1px solid #2e823e;
    }

        .contact .php-email-form button[type=submit]:hover, .greenbtn:hover {
            background: #fdfdfd;
            color: #2e823e;
            border: 1px solid #2e823e;
            padding: 10px 24px;
            transition: 0.4s;
        }

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.clearfix {
    clear: both;
}

p.note {
    font-size: 12px;
    color: red;
}

.spacer15 {
    padding-top: 15px;
}

.spacer20 {
    padding-top: 20px;
}

.redclr, .redtext, .redtxt, .txtred, .textred {
    color: red;
}

#footer {
    color: #313030;
    font-size: 14px;
    background: #fff;
}

    #footer .footer-top {
        padding: 60px 0 30px 0;
        background: #2e823e12;
        border: 1px solid #2e823e26;
        border-right: none;
        border-left: none;
    }

        #footer .footer-top .footer-contact {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-contact h4 {
                font-size: 22px;
                margin: 0 0 30px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                font-weight: 700;
            }

            #footer .footer-top .footer-contact p {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0;
                font-family: "Raleway", sans-serif;
                color: #656262;
            }

        #footer .footer-top h4 {
            font-size: 16px;
            font-weight: bold;
            color: #313030;
            position: relative;
            padding-bottom: 12px;
        }

        #footer .footer-top .footer-links {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-links ul i {
                    padding-right: 2px;
                    color: #2bab44;
                    font-size: 18px;
                    line-height: 1;
                }

                #footer .footer-top .footer-links ul li {
                    padding: 10px 0;
                    display: flex;
                    align-items: center;
                }

                    #footer .footer-top .footer-links ul li:first-child {
                        padding-top: 0;
                    }

                #footer .footer-top .footer-links ul a {
                    color: #656262;
                    transition: 0.3s;
                    display: inline-block;
                    line-height: 1;
                }

                    #footer .footer-top .footer-links ul a:hover {
                        text-decoration: none;
                        color: #2e823e;
                    }

    #footer .footer-newsletter {
        font-size: 15px;
    }

        #footer .footer-newsletter h4 {
            font-size: 16px;
            font-weight: bold;
            color: #313030;
            position: relative;
            padding-bottom: 12px;
        }

        #footer .footer-newsletter form, #footer .footer-newsletter .joinlst {
            margin-top: 30px;
            background: #fff;
            padding: 6px 10px;
            position: relative;
            border-radius: 30px;
            text-align: left;
            border: 1px solid #2e823e69;
        }

            #footer .footer-newsletter form input[type=email], #footer .footer-newsletter .joinlst input[type=email],, #footer .footer-newsletter .joinlst input[type=email]:focus-visible {
                border: 0;
                padding: 6px 8px;
                width: calc(100% - 100px);
                border-radius: 22px;
            }

            #footer .footer-newsletter form input[type=submit], #footer .footer-newsletter .joinlst input[type=submit] {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 20px;
                background: #2e823e;
                color: #fff;
                transition: 0.3s;
                border-radius: 50px;
                box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
                border: 1px solid #2e823e;
            }

                #footer .footer-newsletter form input[type=submit]:hover, #footer .footer-newsletter .joinlst input[type=submit]:hover {
                    background: #ffffffe0;
                    color: #2e823e;
                    border-color: #2e823e69;
                    border: 1px solid;
                }

    #footer .credits {
        padding-top: 5px;
        font-size: 13px;
        color: #313030;
    }

    #footer .social-links a {
        font-size: 18px;
        display: inline-block;
        background: #2e823e;
        color: #fff;
        line-height: 1;
        padding: 8px 0;
        margin-right: 4px;
        border-radius: 50%;
        text-align: center;
        width: 36px;
        height: 36px;
        transition: 0.3s;
        border: 1px solid #2e823e;
    }

        #footer .social-links a:hover {
            background: #ffffffe0;
            color: #2e823e;
            border-color: #2e823e69;
            border: 1px solid;
        }

h4.product-title {
    color: #2e823e;
    font-weight: 600;
}

.bckpnl a {
    font-weight: 600;
    font-size: 16px;
}

.minpght ul {
    padding-left: 1rem;
}

.cartbtn.text-center p {
    font-size: 15px;
    font-weight: 600;
    padding: 0;
    padding-top: 5px;
    color: #2e823e;
    margin-bottom: 6px;
}

.cartbtn.text-center span {
    font-size: 14px;
}

.cartbtn.text-center .greenbtn {
    position: relative;
    bottom: -15px;
}

.strike {
    text-decoration: line-through;
    color: #000;
}

.prlblRPrice span {
    font-size: 17px !important;
}

.shop caption, .shop tbody, .shop tr, .shop th, .shop td {
    border-bottom: 1px solid #b1b1b1;
}

.copyright {
    padding: 1pc 0;
}

p.prodcheader {
    font-size: 18px;
    font-weight: 600;
}

.text-left {
    float: left;
}

.text-right {
    float: right;
}
/*Responsive*/

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

@media (max-width: 1200px) {
    .faq .faq-list {
        padding: 0;
    }
}

@media (min-width: 1024px) {
    /*#hero {
        background-attachment: fixed;
    }*/
}

@media (min-width: 992px) {
    .testimonials .testimonial-item p {
        width: 80%;
    }
}



@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .logoimg img {
        margin: 0 auto !important;
        max-width: 75%;
        padding: 5px;
    }
}

.form-group.row {
    padding: 4px 0;
}

.spacer10 {
    padding-top: 10px;
}

.spacer20 {
    padding-top: 20px;
}

.spacer30 {
    padding-top: 30px;
}

@media (max-height: 767px) {
    section {
        padding: 15px 0 !important;
        overflow: hidden;
    }

    .section-title h2 {
        font-size: 26px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .section-title {
        text-align: center;
        padding-bottom: 15px;
    }

        .section-title p {
            margin-bottom: 10px;
        }

    .services .description {
        line-height: 1.7;
        font-size: 15px;
    }


    .contact .info-box h3 {
        font-size: 16px;
        color: #656262;
        font-weight: 700;
        margin: 0px 0 10px 68px;
    }
}

section#values {
    margin-top: -50px;
}

.carousel-inner {
    background: transparent;
    overflow: hidden !important;
}

    .carousel-inner .card {
        border-radius: 10px;
        padding: 0px;
        background: transparent;
        /* overflow: hidden !important; */
        border: none;
        border-radius: 10px;
        border-radius: 10px;
        margin: 7px;
    }

        .carousel-inner .card img {
            overflow: hidden !important;
            margin: 10px;
            background: transparent;
            border-radius: 10px !important;
        }

        .carousel-inner .card img {
            overflow: hidden !important;
            margin: 10px;
            background: transparent;
            border-radius: 10px !important;
        }

    .carousel-inner .card-img, .carousel-inner .card-img-bottom, .carousel-inner .card-img-top {
        border-radius: 10px !important;
    }

.carousel-control-prev {
    left: -50px;
}

.carousel-control-next {
    right: -65px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: #2e823e;
}

/*.card-img img {
  transition: transform 2s, filter 1.5s ease-in-out;
  transform-origin: center center;
}

.card-img:hover img {
  transform: scale(1.3);
}*/

h1.PgHeader {
    font-size: 25px;
    text-align: center;
    padding: 2pc;
    padding-bottom: 1pc;
    font-family: 'Open Sans';
    color: #635551 !important;
    text-transform: uppercase;
    font-weight: 600;
}

    h1.PgHeader span {
        border-bottom: 3px double #2e823e;
    }

.bckpnl {
    margin-top: 5px;
}

.icbox {
    border-top: 1px solid #eee;
    margin-bottom: 2pc;
}

.minpght {
    min-height: 500px;
    font-family: "Poppins", sans-serif;
}

.greentxt {
    color: #2e823e;
}

.hidden {
    display: none !important;
}

a.contctbtn {
    border: 3px double #2e823e;
    color: #2e823e;
    padding: 6px 16px;
}

    a.contctbtn:hover, a.contctbtn:focus {
        background: #2e823e;
        color: #fff;
        transition: 0.3s;
    }

.hidden-xs {
    display: block;
}

.visible-xs {
    display: none;
}

span.radiobtncss {
    display: flex;
}

.greenbg {
    background: #2e823e;
    margin: 0;
}

.form-group.inline-block {
    display: flex;
}

.minpght .greenbtn {
    background: #2e823e !important;
    border: 0;
    padding: 5px 24px;
    color: #fff !important;
    transition: 0.4s;
    border: 1px solid #2e823e;
}

    .minpght .greenbtn:hover {
        background: #fff !important;
        border: 0;
        padding: 5px 24px;
        color: #2e823e !important;
        transition: 0.4s;
        border: 1px solid #2e823e;
    }

.row.tblborder {
    border: 2px dotted #37bd51;
    margin: 5px 0;
    padding: 5px 0;
}

span.cancelmark {
    text-decoration: line-through;
    text-decoration-color: crimson;
}

.greentxt {
    color: #2f823e !important;
}

span.crossmark {
    background: #c70000;
    color: #fff;
    border-radius: 27px;
    padding: 0px 5px;
    font-size: 11px;
    margin-right: 3px;
    font-weight: 800;
    font-family: 'Poppins';
}

.coupontxt .redtext {
    color: #c70000;
    font-size: 14px;
}

table#CenterSection_rbtnlist label {
    padding-left: 5px;
}

.accordion-button:not(.collapsed) {
    color: #080808;
    background-color: #ffffff;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button {
    font-weight: 600;
    padding: 1rem 0;
}

    .accordion-button:focus {
        z-index: 3;
        border-color: #dbdbdb;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgb(171 171 171 / 25%);
    }


@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }

    .visible-xs {
        display: block !important;
    }

    .contact-info a {
        color: #fff !important;
        margin-right: 10px;
        font-size: 15px;
    }

    #topbar {
        background: #39312f;
        font-size: 14px;
        padding: 0 !important;
        color: rgba(255, 255, 255, 0.8);
        height: 35px;
    }

        #topbar .container.d-flex.justify-content-center.justify-content-md-between {
            max-width: 100% !important;
            padding: 0;
            margin: 0 10px;
            padding-bottom: 7px;
        }

    section#values {
        margin-top: 0pc;
        clear: both !important;
    }

    .mt-4 {
        margin-top: 10px;
    }

    section#why-us .my-3, section#values1 .mt-4 {
        padding-bottom: 0;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    section#values1 {
        padding: 0 !important;
    }

    .why-us .content h3 {
        font-size: 17px;
    }

    .why-us .content {
        padding: 15px;
    }

        .why-us .content p {
            margin-bottom: 15px;
        }

        .why-us .content .more-btn {
            padding: 6px 20px 8px 20px;
            font-size: 14px;
        }

    .row .footer-links {
        max-width: 50%;
        width: 50%;
    }

    h4.product-title {
        padding: 1pc;
    }

    .col-md-7.no-padding.fontm {
        padding: 0 20px;
    }

    .carousel-inner .carousel-item > div {
        display: none;
    }

        .carousel-inner .carousel-item > div:first-child {
            display: block;
        }

    .carousel-control-next {
        right: -35px;
    }

    .carousel-control-prev {
        left: -35px;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(33.33333333%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-33.33333333%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}

.banneroverlay {
    position: relative;
    background: #0000006b;
    margin: 0pc 3pc;
    text-align: center;
    margin-top: -17pc;
    color: #fff;
    font-size: 30px;
    padding: 4pc;
    text-transform: uppercase;
    margin-bottom: 6pc;
    font-weight: 600;
}

span.radiobtncss {
    display: block !important;
}

    span.radiobtncss label {
        padding-left: 5px;
    }

h3.item_price.redtext {
    display: inline-flex;
}

    h3.item_price.redtext div {
        padding-right: 10px;
    }

@media(max-width:600px) {
    .logoimg {
        width: 50%;
    }

    span.radiobtncss {
        display: inline-flex !important;
    }

    .banneroverlay {
        position: relative;
        background: #efefef6b;
        margin: 0pc 0;
        text-align: center;
        margin-top: 0;
        color: #181717;
        font-size: 14px;
        padding: 0pc;
        text-transform: uppercase;
        margin-bottom: 0;
        opacity: 1;
    }

    .faq .faq-list p {
        margin-bottom: 0;
        padding: 10px 0 0 25px;
    }

    #sizeModal .modal-dialog {
        max-width: 85% !important;
        margin: 0.75rem auto;
    }

        #sizeModal .modal-dialog img {
            max-width: 75% !important;
            padding-bottom: 10px;
            border-bottom: 1px solid #bdbdbd;
            margin-bottom: 10px;
        }

    h3.item_price.redtext .prlblRPrice {
        padding-right: 5px;
        font-size: 18px;
    }

    .greenbtn, .greenbtn:hover, .greenbtn:focus {
        padding: 5px 10px;
        font-size: 18px;
    }

    h1.PgHeader {
        font-size: 22px;
        padding: 2pc 0;
    }

        h1.PgHeader span {
            border-bottom: 0px double #2e823e;
        }

    .icbox {
        border-bottom: 1px double #2e823e;
    }

    div#ctl00_CenterSection_filtersblock {
        margin-bottom: 10px;
    }

    a.shopbtn {
        background: #00800030;
        color: green;
        font-weight: 600;
    }

    #topbar .contact-info i {
        color: #ededed;
        font-size: 17px;
    }
}

@media(max-width:290px) {
    .contact-info a {
        color: #fff !important;
        margin-right: 5px;
        font-size: 13px;
    }
}

