@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
body {
    padding: 0;
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    overflow-x: hidden;
    font-family: 'Roboto Condensed', sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #433e3e;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
}

ul li {
    font-family: 'Roboto Condensed', sans-serif;
}

span {
    font-family: 'Roboto Condensed', sans-serif;
}

p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1rem;
    line-height: 1.8;
    font-family: 'Poppins', sans-serif;
}

.banner-area {
    padding-top: 185px;
    padding-bottom: 100px;
    background-color: #fdeeee;
    height: 100vh;
    position: relative;
    z-index: 1;
    overflow: hidden;
    /*! box-shadow: inset 16px 11px 33px 10px rgba(204, 204, 204, 0.65); */
}

section.banner-bg-top {
    background: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center, top;
    height: 90vh;
    padding: 0px 0;
    margin-top: -91px;
}

.banner-text span {
    font-size: 32px;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
}

.banner-text h1 {
    font-size: 60px;
    margin-bottom: 25px;
    color: #fff;
}

.product_features h4 {
    justify-content: left;
}

.banner-area .shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 350px;
    z-index: -1;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}

.banner-area .shape-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    z-index: -1;
}

.banner-area .banner-images-right {
    position: absolute;
    max-width: 40%;
    top: 82px;
    right: 80px;
}

.default-btn {
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #00963b;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
    border-radius: 40px;
    overflow: hidden;
    letter-spacing: 0;
    font-size: 1rem;
    padding: 10px 46px;
    text-align: center;
    color: #fff;
    display: inline-block;
    cursor: pointer;
}

.default-btn:hover {
    color: #ffffff;
}


.default-btn:hover::before {
    opacity: 1;
    left: 0;
}

ul.navbar-item li {
    padding-right: 23px;
    font-size: 1rem;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 20px 15px;
}

ul.navbar-item li a:hover {
    color: #fff;
}

ul.navbar-item li i {
    font-size: 1.3rem;
    color: #00963b;
}

.main-nav {
    /*! box-shadow: 0 0 4px #ccc; */
}

.box-area {
    position: relative;
}

.box-area .shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 200px;
    z-index: -1;
}

.box-area .shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 200px;
    z-index: -1;
}

.single-box {
    /* padding: 30px; */
    /* box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05); */
    text-align: center;
    margin-bottom: 0;
    transition: all 0.5s;
    position: relative;
    border-radius: 3px;
}

.single-box .box-icon {
    /* width: 283px; */
    /* height: 283px; */
    margin: 0 auto 10px;
}

.single-box .box-icon i {
    color: #8dc446;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    background: #f9f9f9;
    z-index: 1;
    font-size: 35px;
    position: relative;
    transition: all 0.5s;
}

.single-box .box-icon i::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: -7px;
    border: 2px dotted #8dc446;
    border-radius: 50%;
    z-index: -1;
    animation: rotation 50s infinite linear;
    transition: all 0.5s;
}

.section-title svg {
    display: inline-block;
    height: 100px;
    width: 70px;
}

.single-box h3 {
    margin-bottom: 15px;
    font-size: 21px;
}

.single-box p {
    margin-bottom: 20px;
}

.single-box:hover {
    transform: translateY(-5px);
}

.single-box:hover .read-more {
    color: #3a8d00;
}

.single-box:hover i {
    background-color: #3a8d00;
    color: #fff;
}

.single-box:hover i::after {
    border: 2px dotted #3a8d00;
    animation: rotation 10s infinite linear;
}

.single-box:hover .read-more i {
    background-color: transparent !important;
}

.single-box:hover .shape-3 {
    opacity: 0.1;
}

.single-box:hover .shape-4 {
    opacity: 0.1;
}

.single-box .shape-3 {
    position: absolute;
    left: 20px;
    top: 20px;
    opacity: 0;
    transition: all 0.5s;
}

.single-box .shape-4 {
    position: absolute;
    right: 20px;
    bottom: 20px;
    opacity: 0;
    transition: all 0.5s;
}

.icon-color:nth-child(2) .single-box .box-icon i {
    color: #f0b912;
}

.icon-color:nth-child(2) .single-box .box-icon i::after {
    border: 2px dotted #f0b912;
}

.icon-color:nth-child(2) .single-box:hover .box-icon i {
    color: #fff;
}

.icon-color:nth-child(2) .single-box:hover .box-icon i::after {
    border: 2px dotted #3a8d00;
}

.icon-color:nth-child(3) .single-box .box-icon i {
    color: #f17d28;
}

.icon-color:nth-child(3) .single-box .box-icon i::after {
    border: 2px dotted #f0b912;
}

.icon-color:nth-child(3) .single-box:hover .box-icon i {
    color: #fff;
}

.icon-color:nth-child(3) .single-box:hover .box-icon i::after {
    border: 2px dotted #3a8d00;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.read-more i::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 8px;
    width: 15px;
    height: 15px;
    background-color: #3a8d00;
    z-index: -1;
    border-radius: 4px;
}

.about-us-area {
    position: relative;
}

.about-us-area .shape-1 {
    position: absolute;
    top: 0;
    left: 30px;
    z-index: -1;
    opacity: 0.1;
}

.about-us-area .shape-2 {
    position: absolute;
    top: 0;
    left: 600px;
    z-index: -1;
    opacity: 0.1;
}

.about-us-area .shape-3 {
    position: absolute;
    bottom: 10px;
    right: 100px;
    z-index: -1;
    opacity: 0.1;
}

.about-us-area .shape-4 {
    position: absolute;
    bottom: 200px;
    right: 50px;
    z-index: -1;
    opacity: 0.1;
}

.about-us-area .shape-5 {
    position: absolute;
    bottom: 0;
    left: 700px;
    z-index: -1;
    opacity: 0.1;
}

.about-content {
    padding-left: 0px;
}

.about-content span {
    color: #973535;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: -7px;
    margin-bottom: 8px;
    position: relative;
}

.about-content h2 {
    margin-bottom: 20px;
    font-size: 35px;
}

.about-content ul {
    margin-bottom: 30px;
    padding-left: 0;
}

.about-content ul li {
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    color: #3a8d00;
    transition: all 0.5s;
    list-style-type: none;
}

.about-content ul li i {
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #3a8d00;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-weight: normal;
    font-size: 11px;
}

.about-content ul li:last-child {
    margin-bottom: 0;
}

.about-content ul li:hover {
    transform: translateY(-5px);
}

.single-box .box-icon img {
    /* border-radius: 50%; */
    /* border: 1px dashed #59ca03; */
    /* padding: 5px; */
}

section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.see-product-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.8;
    z-index: -1;
}

.see-product-area .section-title h2 {
    color: #ffffff;
}

.see-product-area .section-title p {
    margin-bottom: 30px;
    color: #ffffff;
}

.our-product-area {
    overflow: hidden;
    /* background: #f9f2f0; */
}

.shorting-menu {
    text-align: center;
}

.shorting-menu .filter {
    background: transparent;
    padding: 5px 20px;
    text-transform: capitalize;
    cursor: pointer;
    transition: 0.5s;
    border-radius: 0;
    outline: 0 !important;
    border: 1px solid #973535;
    color: #973535;
    font-weight: 600;
    margin-right: 4px;
    border-radius: 40px;
}

.shorting-menu .filter:hover {
    background: #973535;
    color: #fff;
    border-color: #973535;
}

.shorting-menu .filter i {
    margin-right: 3px;
}

.shorting-menu .filter.active {
    background: #973535;
    color: #fff;
    border-color: #973535;
}

.shorting {
    margin-top: 50px;
}

.shorting .mix {
    display: none;
}

.single-product-box {
    margin-bottom: 46px;
    transition: 0.5s;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    position: relative;
    border-radius: 10px;
    padding: 30px;
    background-color: #fff;
    text-align: center;
}

.single-product-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5%;
    width: 90%;
    height: 90%;
    background: #8dc446;
    opacity: 0;
    transition: 0.5s;
    border-radius: 10px;
    margin: auto;
    right: 0;
}

.single-product-box .product-content {
    background: #fff;
    text-align: center;
    transition: 0.5s;
}

.single-product-box .product-content h3 {
    margin-bottom: 10px;
    transition: 0.5s;
    color: #333;
    line-height: 1.6;
    font-size: 17px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 200;
}

.single-product-box .product-content ul {
    margin-bottom: 10px;
    line-height: 1;
}

.single-product-box .product-content ul li {
    display: inline-block;
}

.single-product-box .product-content ul li i {
    color: #973535;
}

.single-product-box .product-content span {
    display: block;
    color: #333;
    line-height: 1.6;
    font-size: 17px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 200;
}

.single-product-box .product-content .default-btn {
    padding: 10px 25px;
}

.single-product-box .btn-box {
    position: absolute;
    top: 46%;
    left: 0;
    right: 0;
    margin: 20px auto 0;
    text-align: center;
    opacity: 0;
    z-index: 2;
    visibility: hidden;
    transition: 0.5s;
}

.single-product-box .btn-box a i {
    font-size: 15px;
    display: inline-block;
    color: #973535;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 50%;
    transition: all 0.5s;
    font-weight: 600;
}

.single-product-box .btn-box a i:hover {
    color: #fff;
    background: #973535;
}

.single-product-box:hover::before {
    opacity: 0.8;
}

.single-product-box:hover .btn-box {
    opacity: 1;
    visibility: visible;
    margin: -10px auto 0;
}

.single-product-box .product-offer {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 14px;
    background-color: #3a8d00;
    padding: 2px 15px;
    border-radius: 10px;
    font-size: 12px;
}

.single-product-box .product-offer.offer-10 {
    background-color: #973535;
}

.single-product-box .product-offer.hot-offer {
    background-color: red;
}

.single-widget {
    margin-bottom: 25px;
}

.single-widget h3 {
    color: #0a0a0a;
    margin-bottom: 20px;
    font-size: 19px;
}

.single-widget p {
    color: #efe8e8;
    margin-top: 16px;
}

.single-widget .address {
    margin-top: 20px;
}

.single-widget .address li {
    color: #fff;
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    transition: all 0.5s;
    font-family: 'Roboto Condensed', sans-serif;
}

.single-widget .address li a {
    color: #fff8f8;
    transition: all 0.5s;
}

.single-widget .address li a:hover {
    list-style-type: none;
}

.single-widget .address li i {
    position: absolute;
    top: -4px;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #3a8d00;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

.single-widget .address li:hover {
    color: #3a8d00;
}

.single-widget .address li:hover a {
    color: #3a8d00;
}

.single-widget .address li:last-child {
    margin-bottom: 0;
}

.single-widget .links li {
    margin-bottom: 14px;
}

.single-widget .links li a {
    color: #fbf3f3;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
}

.single-widget .links li:last-child {
    margin-bottom: 0;
}

.single-widget .links li:hover {
    color: #3a8d00;
}

.single-widget .links li:hover a {
    color: #3a8d00;
}

.single-widget .instagram {
    margin-top: 27px;
}

.single-widget .instagram li {
    display: inline-block;
    width: 25%;
    margin-bottom: 10px;
    padding-right: 7px;
}

.single-widget .instagram li pl a {
    color: #fafafa;
}

.single-widget .instagram li:hover {
    color: #3a8d00;
}

.single-widget .instagram li:hover a {
    color: #3a8d00;
}

.single-widget .social-icon {
    margin-top: 15px;
}

.single-widget .social-icon li {
    display: inline-block;
    padding-left: 5px;
}

.single-widget .social-icon li a i {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #3a8d00;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    transition: all 0.5s;
}

.single-widget .social-icon li a i:hover {
    background-color: #333;
}

.single-widget.single-widget-4 {
    padding-left: 30px;
}

.footer-bottom-area {
}

.footer-bottom-area p {
    color: #fff;
    margin-top: 4px;
}

.footer-bottom-area .conditions {
    float: right;
}

.footer-bottom-area .conditions li {
    display: inline-block;
    padding-left: 20px;
    position: relative;
}

.footer-bottom-area .conditions li::before {
    content: "";
    position: absolute;
    top: 6px;
    right: -14px;
    width: 1px;
    height: 15px;
    background-color: #fff;
}

.footer-bottom-area .conditions li a {
    color: #fff;
    text-decoration: none;
}

.footer-bottom-area .conditions li:last-child::before {
    display: none;
}

.single-widget ul {
    padding-left: 0;
}

.single-widget ul li {
    list-style-type: none;
}

a:hover {
    color: #0056b3;
    text-decoration: none;
}

.page-title-area::before {
    /* content: ''; */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0,0,0,0.5);
    opacity: 0.9;
}

.page-title-area::after {
    /* content: ''; */
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.page-title-area .page-title-content h2 {
    margin-bottom: 0;
    font-size: 73px;
    color: #fff;
}

.page-title-area .page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 0;
}

.page-title-area .page-title-content ul li {
}

.page-title-area .page-title-content ul li a {
    color: #fff;
}

.page-title-area .page-title-content ul li i {
    font-size: 12px;
}

.product-details-image {
    text-align: center;
    background-color: #f7f7f7;
}

.cart-wraps {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    padding: 40px;
}

.sec1-prodiv-rgt-mid select {
    height: 45px;
    color: #333333;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
    padding-left: 12px;
    border-radius: 2px;
}

{
    color: #212529;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.cart-table table {
    margin-bottom: 0;
}

.cart-table table thead {
    text-align: center;
}

.cart-table table thead tr th {
    border-bottom-width: 0px;
    vertical-align: middle;
    padding: 0 0 15px;
    text-transform: uppercase;
    border: none;
    font-weight: 700;
    font-size: 16px;
}

.cart-table table tbody tr td {
    vertical-align: middle;
    color: #666;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    border-color: #eaedff;
    border-left: none;
    border-right: none;
    text-align: center;
}

.cart-table table tbody tr td.product-thumbnail img {
    height: 130px;
}

.cart-table table tbody tr td.product-thumbnail a {
    display: block;
}

.cart-table table tbody tr td.product-name a {
    color: #666;
    font-weight: 600;
    display: inline-block;
}

.cart-table table tbody tr td.product-name a:hover {
    color: #333;
}

.cart-table table tbody tr td.product-price span {
    font-weight: 500;
}

.cart-table table tbody tr td.product-subtotal {
    overflow: hidden;
}

.cart-table table tbody tr td.product-subtotal .remove {
    color: #666;
    float: right;
    position: relative;
    top: 1px;
    transition: all 0.5s;
}

.cart-table table tbody tr td.product-subtotal .remove i {
    font-size: 22px;
}

.cart-table table tbody tr td.product-subtotal .remove:hover {
    color: red;
}

.cart-table table tbody tr td.product-subtotal span {
    font-weight: 500;
}

.cart-table table tbody tr td.product-quantity .input-counter {
    max-width: 130px;
    min-width: 130px;
    text-align: center;
    display: inline-block;
    position: relative;
}

.cart-table table tbody tr td.product-quantity .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #d0d0d0;
    width: 40px;
    height: 100%;
    line-height: 48px;
    transition: 0.5s;
}

.cart-table table tbody tr td.product-quantity .input-counter span:hover {
    color: #333;
}

.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
    left: 0;
}

.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
    right: 0;
}

.cart-table table tbody tr td.product-quantity .input-counter input {
    height: 45px;
    color: #333;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
}

.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
    color: #333;
}

.cart-buttons {
    margin-top: 30px;
}

.cart-totals {
    background: #fff;
    padding: 40px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    border-radius: 0;
    margin: auto;
    margin-top: 50px;
}

.cart-totals h3 {
    margin-bottom: 25px;
    font-weight: 700;
}

.cart-totals ul {
    padding: 0;
    margin: 0 0 25px;
    list-style-type: none;
}

.cart-totals ul li {
    border: 1px solid #eaedff;
    padding: 10px 15px;
    color: #323232;
    overflow: hidden;
    font-weight: 700;
}

.cart-totals ul li:first-child {
    border-bottom: none;
}

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

.cart-totals ul li span {
    float: right;
    color: #666;
    font-weight: normal;
}

.cart-area .nice-select {
    height: 50px;
    line-height: 49px;
    border-radius: 0;
    width: 100%;
    margin-bottom: 18px;
}

.cart-area .coupon-wrap {
    margin-top: 50px;
    background-color: #fff;
    padding: 40px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.cart-area .coupon-wrap h3 {
    padding-bottom: 25px;
}

.cart-area .coupon-wrap .form-group {
    margin-bottom: 18px;
}

.cart-wraps {
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    padding: 40px;
}

a.btn.default-btn i {
    padding-left: 6px;
}

.user-actions {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 18px 20px 15px;
    margin-bottom: 65px;
    border-top: 3px solid #3a8d00;
    position: relative;
    color: #666666;
}

.user-actions span a {
    display: inline-block;
    color: #3a8d00;
    font-size: 15px;
}

.user-actions::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -35px;
    width: 100%;
    height: 1px;
    background: #eeeeee;
}

.billing-details {
    background-color: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.billing-details .form-group {
    margin-bottom: 20px;
}

.billing-details .form-group label {
    display: block;
    color: #666666;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
}

.form-control {
    height: 50px;
    color: #6e6e6e;
    border: 1px solid #e8e8e8;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    font-size: 15px;
    padding: 10px 20px;
    width: 100%;
}

.billing-details .form-group label .required {
    color: #973535;
}

select.form-control {
    height: 50px !important;
}

.banner-area .shape-text span {
    font-size: 100px;
    text-transform: uppercase;
    font-weight: 700;
    left: 130px;
    position: absolute;
    bottom: -50px;
    opacity: 0.3;
    color: #e4d7d7;
}

p:last-child {
    margin-bottom: 0;
}

.contact-info-area .single-contact-info {
    text-align: center;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    background-color: #fff;
    margin-bottom: 30px;
    padding: 30px;
    transition: all 0.5s;
}

.contact-info-area .single-contact-info i {
    display: block;
    color: #3a8d00;
    transition: all 0.5s;
    font-size: 25px;
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
    line-height: 50px;
    border: 2px dotted #3a8d00;
    border-radius: 50%;
}

.contact-info-area .single-contact-info h3 {
    transition: all 0.5s;
    font-size: 18px;
    line-height: 18px;
}

.contact-info-area .single-contact-info a {
    color: #686868;
    transition: all 0.5s;
    display: block;
}

.contact-info-area .single-contact-info:hover {
    background-color: #3a8d00;
}

.contact-info-area .single-contact-info:hover i {
    color: #fff;
    border-color: #fff;
}

.contact-info-area .single-contact-info:hover h3 {
    color: #fff;
}

.contact-info-area .single-contact-info:hover a {
    color: #fff;
}

.blog-area {
    position: relative;
}

.blog-area .shape-1 {
    position: absolute;
    bottom: 0;
    left: -40px;
    max-width: 150px;
    z-index: -1;
}

.blog-area .shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 150px;
    z-index: -1;
}

.blog-wrap.owl-theme .owl-nav.disabled + .owl-dots {
    line-height: 0.01;
    margin-top: 0;
}

.blog-wrap.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 0 4px;
    background: transparent;
    border: 1px solid #3a8d00;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}

.blog-wrap.owl-theme .owl-dots .owl-dot:hover span {
    border-color: #3a8d00;
}

.blog-wrap.owl-theme .owl-dots .owl-dot:hover span::before {
    background-color: #3a8d00;
}

.blog-wrap.owl-theme .owl-dots .owl-dot.active span {
    border-color: #3a8d00;
    position: relative;
}

.blog-wrap.owl-theme .owl-dots .owl-dot.active span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #3a8d00;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    margin: 3px;
}

.single-blog-post {
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    margin-left: 15px;
    margin-right: 15px;
    transition: all 0.5s;
}

.single-blog-post .post-image {
    position: relative;
    overflow: hidden;
}

.single-blog-post .post-image a {
    display: block;
}

.single-blog-post .post-image a img {
    border-radius: 5px;
    transition: 0.5s;
}

.single-blog-post .post-content {
    padding: 25px;
    min-height: 234px;
}

.single-blog-post .post-content .date {
    color: #3a8d00;
    font-size: 12px;
    margin-bottom: 8px;
    margin-top: -4px;
}

.single-blog-post .post-content .date i {
    font-size: 12px;
}

.single-blog-post .post-content h3 a {
    margin-bottom: 8px;
    line-height: 1.4;
    color: #333;
    font-size: 1.3rem;
}

.single-blog-post .post-content p {
    margin-bottom: 0;
}

.single-blog-post .post-content .read-more {
    margin-top: 22px;
}

.single-blog-post:hover {
    transform: translateY(-5px);
}

.single-blog-post:hover h3 a {
    color: #3a8d00;
}

.single-blog-post:hover .post-image a img {
    transform: scale(1.3) rotate(4deg);
}

.single-blog-post:hover .read-more {
    color: #3a8d00;
}

.single-blog-post:hover .read-more i::after {
    animation: rotation 10s infinite linear;
}

.banner-area .banner-images-right {
    position: absolute;
    max-width: 40%;
    top: 110px;
    right: 80px;
}

span.rounded-area {
    margin-left: 20px;
    background-color: #00963b;
    padding: 3px 0;
    border-radius: 50%;
    color: #fff;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 10px;
    font-size: 11px;
    top: 12px;
    border: 1px solid #310808;
    text-align: center;
}

.nav-cart-content {
    top: 100%;
    right: 0px;
    position: absolute;
    z-index: 999;
    background-color: #fff;
    padding: 2px;
    border: 3px solid #e2dddb;
    width: 336px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.16);
    border-radius: 3px;
    display: none;
    transition: all 0.3s ease;
}

.nav-cart-item-desc a {
    font-family: 'Roboto Condensed', sans-serif;
    color: #222;
}

li.nav-item.cart-sec {
    position: relative;
}

.nav-cart-item:first-child {
    border-top: 0 none;
    margin-top: 0;
    padding-top: 0;
}

.nav-cart-item-image {
    border: 2px solid #eee;
    height: 48px;
    margin-right: 15px;
    transition: border-color 0.2s linear 0s;
    width: 48px;
}

.nav-cart-item-image a, .nav-cart-item-image img {
    display: block;
    height: 100%;
    width: 100%;
}

.nav-cart-item-quantity {
    padding: 4px 9px;
    margin-left: 13px;
    border-radius: 50%;
}

.banner-text p {
    padding-right: 33px;
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgb(254, 83, 47);
}

.ai-text h4 {
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 15px;
}

.ai-text p {
    font-size: 16px;
    margin-bottom: 0;
}

.ai-text {
    margin-bottom: 20px;
    position: relative;
    padding-left: 55px;
}

.ai-text:before {
    content: "";
    top: 6px;
    left: -41px;
    width: 64px;
    height: 61px;
    position: absolute;
    background: url(../images/abt.png) 0 0 no-repeat;
}

.abt1:before {
    background: url(../images/abt.png) 0 0 no-repeat;
}

.abt2:before {
    background: url(../images/abt2.png) 0 0 no-repeat;
}

.abt3:before {
    background: url(../images/abt3.png) 0 0 no-repeat;
}

.site-btn {
    display: inline-block;
    border: none;
    font-size: 16px;
    font-weight: 600;
    min-width: 167px;
    padding: 14px 30px;
    border-radius: 50px;
    text-transform: uppercase;
    color: #fff;
    line-height: normal;
    cursor: pointer;
    text-align: center;
    letter-spacing: 1px;
    background: -o-linear-gradient(305deg,#fdb07d 0%,#f65d5d 100%);
    background: #00963b;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdb07d",endColorstr="#f65d5d",GradientType=1);
    color: #fff;
}

.pricing-item {
    text-align: center;
    background: #fff;
    padding-bottom: 40px;
    margin: 15px 0;
    border-radius: 13px;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 6px rgba(72,105,114,.15);
    box-shadow: 0 5px 6px rgba(72,105,114,.15);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.pricing-item .pi-top {
    height: 156px;
    padding-top: 26px;
    background: #00963b;
}

.pricing-item .pi-top h4 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
}

.pricing-item .pi-price {
    width: 144px;
    height: 144px;
    margin: -71px auto 30px;
    padding-top: 35px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 5px 6px rgba(72,105,114,.15);
    box-shadow: 0 5px 6px rgba(72,105,114,.15);
}

.pricing-item .pi-price h3 {
    font-size: 40px;
    font-weight: 700;
    color: #666;
}

.pricing-item .pi-price p {
    text-transform: uppercase;
    color: #999;
}

.pricing-item .pi-price p {
    text-transform: uppercase;
    color: #999;
    font-size: 15px
}

.pricing-item .pi-price h3 {
    font-size: 30px;
    font-weight: 700;
    color: #666;
}

.site-btn:hover {
    color: #fff;
}

.three_section {
    background: url(../images/course_bg.png) 0 0 no-repeat;
    padding: 4% 0;
}

.banner-area {
    background: url( ../images/banner.png) 0 0 no-repeat;
    height: 865px;
}

.min-height60 {
    min-height: 500px;
}

.top_menu .navbar-light .navbar-nav .nav-link {
    color: #fff
}

.top_menu .navbar-light .navbar-nav .nav-link:hover {
    color: #00963b;
}

.blog-area {
    background: url(../images/video_bg.png) 0 0 no-repeat;
    padding: 4% 0;
}

.blog-area .sec-title p, .blog-area .sec-title h1 {
    color: #fff;
}

.three_section h2 {
    margin-bottom: 20px;
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap'); @import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600,700,800&display=swap'); body {
    padding: 0;
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    overflow-x: hidden;
    position: relative;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #433e3e;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    min-height: 30px;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    font-family: 'Signika', sans-serif;
}

span {
    font-family: 'Roboto Condensed', sans-serif;
}

p {
    /* font-family: 'Roboto Condensed', sans-serif; */
    font-size: 1rem;
    line-height: 1.9;
    font-family: 'Poppins', sans-serif;
}

.banner-area {
    padding-top: 185px;
    padding-bottom: 0;
    background-color: #fdeeee;
    height: 100vh;
    position: relative;
    z-index: 1;
    overflow: hidden;
    /*! box-shadow: inset 16px 11px 33px 10px rgba(204, 204, 204, 0.65); */
}

.banner-text span {
    font-size: 32px;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
}

.banner-text h1 {
    font-size: 60px;
    margin-bottom: 25px;
    color: #fff;
}

.banner-area .shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 350px;
    z-index: -1;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}

.banner-area .shape-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    z-index: -1;
}

.banner-area .banner-images-right {
    position: absolute;
    max-width: 40%;
    top: 82px;
    right: 80px;
}

.default-btn {
     text-transform: uppercase;
     letter-spacing: 1px;
     color: #000000;
     display: inline-block;
     border-radius: 0;
     padding: 12px 35px;
     background: #f35327;
     transition: 0.3s ease-in-out all;
     position: relative;
     z-index: 1;
     overflow: hidden;
     background: #fcff45;
     margin-bottom: 20px;
}

   
.default-btn:hover {
    color: #000;
        background: #83dd75;
}
.sec1-prodiv-rgt .default-btn {
width: 70%;
}



.default-btn:hover::before {
    opacity: 1;
    left: 0;
}

ul.navbar-item li {
    padding-right: 23px;
    font-size: .9rem;
    padding: 0px 7px;
    font-family: 'Roboto Condensed', sans-serif;
}

ul.navbar-item li a:hover {
    color: #fff;
}

ul.navbar-item li i {
    font-size: 1.3rem;
    color: #ffffff;
}

.main-nav {
    /*! box-shadow: 0 0 4px #ccc; */
    padding: 0px;
    border-bottom: 0;
    position: inherit;
    background: #ffffff00;
}

.box-area {
    position: relative;
}

.box-area .shape-1 {
    position: absolute;
    bottom: 0;
      left: -145px;
    max-width: 200px;
    z-index: -1;
}

.box-area .shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 200px;
    z-index: -1;
}

.single-box {
    padding: 0;
    /* -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05); */
    /* box-shadow: 0 0 20px 3px rgb(0 0 0 / 15%); */
    /* background-color: #ffffff; */
    text-align: center;
    /* margin-bottom: 30px; */
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    /* border: 1px solid #ababab; */
    margin-top: 25px;
    /* height: 330px; */
    /* width: 373px; */
    text-align: left;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    /* padding: 20px; */
    /* padding-bottom: 20px; */
    /* height: 89%; */
    border-radius: 0;
    display: flex;
    overflow: hidden;
    background: #8bea7c;
    /* border-radius: 200px; */
    padding: 0;
    height: auto;
}

.pt-100 {
    padding-top: 100px;
}

.pb-70 {
    padding-bottom: 70px;
}

.single-box .box-icon {
    position: relative;
    /* width: 80px; */
    /* height: 100px; */
    margin: 0;
    /* top: 8px; */
    overflow: hidden;
    width: 40%;
    border-radius: 100px;
    margin: 6px;
    height: 150px;
}

.single-box .box-icon i {
    color: #8dc446;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    background: #f9f9f9;
    z-index: 1;
    font-size: 35px;
    position: relative;
    transition: all 0.5s;
}

.single-box .box-icon i::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: -7px;
    border: 2px dotted #8dc446;
    border-radius: 50%;
    z-index: -1;
    transition: 0.5s;
    animation: rotation 50s infinite linear;
    transition: all 0.5s;
}

.single-box h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-family: 'Signika', sans-serif;
    font-family: 'Poppins';
    color: #0b3f28;
    font-weight: 600;
    padding: 0 0 0 10px;
}

.single-box p {
    margin-bottom: 20px;
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    padding: 0 15px 0 15px;
}

.single-box:hover {
    transform: translateY(-5px);
}

.single-box:hover .read-more {
    color: #3a8d00;
}

.single-box:hover i {
    background-color: #3a8d00;
    color: #fff;
}

.single-box:hover i::after {
    border: 2px dotted #3a8d00;
    animation: rotation 10s infinite linear;
}

.single-box:hover .read-more i {
    background-color: transparent !important;
}

.single-box:hover .shape-3 {
    opacity: 0.1;
}

.single-box:hover .shape-4 {
    opacity: 0.1;
}

.single-box .shape-3 {
    position: absolute;
    left: 20px;
    top: 20px;
    opacity: 0;
    transition: all 0.5s;
}

.single-box .shape-4 {
    position: absolute;
    right: 20px;
    bottom: 20px;
    opacity: 0;
    transition: all 0.5s;
}

.icon-color:nth-child(2) .single-box .box-icon i {
    color: #f0b912;
}

.icon-color:nth-child(2) .single-box .box-icon i::after {
    border: 2px dotted #f0b912;
}

.icon-color:nth-child(2) .single-box:hover .box-icon i {
    color: #fff;
}

.icon-color:nth-child(2) .single-box:hover .box-icon i::after {
    border: 2px dotted #3a8d00;
}

.icon-color:nth-child(3) .single-box .box-icon i {
    color: #f17d28;
}

.icon-color:nth-child(3) .single-box .box-icon i::after {
    border: 2px dotted #f0b912;
}

.icon-color:nth-child(3) .single-box:hover .box-icon i {
    color: #fff;
}

.icon-color:nth-child(3) .single-box:hover .box-icon i::after {
    border: 2px dotted #3a8d00;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.read-more i::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 8px;
    width: 15px;
    height: 15px;
    background-color: #3a8d00;
    z-index: -1;
    border-radius: 4px;
}

.about-us-area {
    position: relative;
}

.about-us-area .shape-1 {
    position: absolute;
    top: 0;
    left: 30px;
    z-index: -1;
    opacity: 0.1;
}

.about-us-area .shape-2 {
    position: absolute;
    top: 0;
    left: 600px;
    z-index: -1;
    opacity: 0.1;
}

.about-us-area .shape-3 {
    position: absolute;
    bottom: 10px;
    right: 100px;
    z-index: -1;
    opacity: 0.1;
}

.about-us-area .shape-4 {
    position: absolute;
    bottom: 200px;
    right: 50px;
    z-index: -1;
    opacity: 0.1;
}

.about-us-area .shape-5 {
    position: absolute;
    bottom: 0;
    left: 700px;
    z-index: -1;
    opacity: 0.1;
}

.about-content {
    padding-left: 0px;
}

.about-content span {
    color: #973535;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: -7px;
    margin-bottom: 8px;
    position: relative;
}

.about-content h2 {
    margin-bottom: 20px;
    font-size: 35px;
}

.about-content ul {
    margin-bottom: 30px;
    padding-left: 0;
}

.about-content ul li {
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    color: #3a8d00;
    transition: all 0.5s;
    list-style-type: none;
}

.about-content ul li i {
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #3a8d00;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-weight: normal;
    font-size: 11px;
}

.about-content ul li:last-child {
    margin-bottom: 0;
}

.about-content ul li:hover {
    transform: translateY(-5px);
}

.single-box .box-icon img {
    /* border-radius: 50%; */
    /* border: 2px dashed #59ca03; */
    /* padding: 5px; */
    /* width: auto; */
    /* height: 69px; */
    /* transform: rotate(1deg) scale(1.1); */
    transition: .5s;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.single-box a {
    text-transform: uppercase;
    color: #973535;
}

section {
    padding-top: 0;
    padding-bottom: 0;
}

.see-product-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000045;
    opacity: 0.8;
    z-index: -1;
}

.see-product-area .section-title h2 {
        color: #8bea7c;
        font-family: 'Poppins';
        font-size: 3rem;
        margin: 15px 0;
        font-weight: 500;
}

.see-product-area .section-title p {
      margin-bottom: 30px;
      color: #ffffff;
      font-size: 16px;
}

.our-product-area {
    overflow: hidden;
    background: #ffffff;
    padding: 60px 0;
    position: relative;
}

.our-product-area .section-title h1 {
    color: #000000;
    font-size: 2rem;
    font-family: 'Signika', sans-serif;
    font-family: 'Poppins';
}

.our-product-area .section-title p {
    color: #8bea7c;
    font-size: 40px;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    margin-bottom: 14px;
    font-family: 'Signika', sans-serif;
    font-weight: 600;
    font-family: "Rubik", sans-serif;
    font-family: 'Poppins';
    line-height: 46px;
}

.shorting-menu {
    text-align: center;
}

.shorting-menu .filter {
    background: transparent;
    padding: 5px 20px;
    text-transform: capitalize;
    cursor: pointer;
    transition: 0.5s;
    border-radius: 0;
    outline: 0 !important;
    border: 1px solid #973535;
    color: #973535;
    font-weight: 600;
    margin-right: 4px;
    border-radius: 40px;
}

.shorting-menu .filter:hover {
    background: #973535;
    color: #fff;
    border-color: #973535;
}

.shorting-menu .filter i {
    margin-right: 3px;
}

.shorting-menu .filter.active {
    background: #973535;
    color: #fff;
    border-color: #973535;
}

.shorting {
    margin-top: 50px;
}

.shorting .mix {
    display: none;
}

.single-product-box {
    margin-bottom: 46px;
    transition: 0.5s;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    position: relative;
    border-radius: 10px;
    padding: 30px;
    background-color: #fff;
    text-align: center;
}

.single-product-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5%;
    width: 90%;
    height: 90%;
    background: #8dc446;
    opacity: 0;
    transition: 0.5s;
    border-radius: 10px;
    margin: auto;
    right: 0;
}

.single-product-box .product-content {
    background: #fff;
    text-align: center;
    transition: 0.5s;
}

.single-product-box .product-content h3 {
    margin-bottom: 10px;
    transition: 0.5s;
    color: #333;
    line-height: 1.6;
    font-size: 17px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 200;
}

.single-product-box .product-content ul {
    margin-bottom: 10px;
    line-height: 1;
}

.single-product-box .product-content ul li {
    display: inline-block;
}

.single-product-box .product-content ul li i {
    color: #973535;
}

.single-product-box .product-content span {
    display: block;
    color: #333;
    line-height: 1.6;
    font-size: 17px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 200;
}

.single-product-box .product-content .default-btn {
    padding: 10px 25px;
}

.single-product-box .btn-box {
    position: absolute;
    top: 46%;
    left: 0;
    right: 0;
    margin: 20px auto 0;
    text-align: center;
    opacity: 0;
    z-index: 2;
    visibility: hidden;
    transition: 0.5s;
}

.single-product-box .btn-box a i {
    font-size: 15px;
    display: inline-block;
    color: #973535;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 50%;
    transition: all 0.5s;
    font-weight: 600;
}

.single-product-box .btn-box a i:hover {
    color: #fff;
    background: #973535;
}

.single-product-box:hover::before {
    opacity: 0.8;
}

.single-product-box:hover .btn-box {
    opacity: 1;
    visibility: visible;
    margin: -10px auto 0;
}

.single-product-box .product-offer {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 14px;
    background-color: #3a8d00;
    padding: 2px 15px;
    border-radius: 10px;
    font-size: 12px;
}

.single-product-box .product-offer.offer-10 {
    background-color: #973535;
}

.single-product-box .product-offer.hot-offer {
    background-color: red;
}

.single-widget {
    margin-bottom: 25px;
}

.single-widget h3 {
    margin-bottom: 20px;
    font-size: 25px;
    text-align: left;
    font-family: 'Poppins';
    position: relative;
}
.single-widget h3::before{
    position: absolute;
    content: "";
    background: #8bea7c;
    left: 0;
    bottom: -5px;
    height: 3px;
    width: 34%;
}
.single-widget p {
    color: #363636;
    margin-top: 0;
    font-size: 14.6px;
}

.single-widget .address {
    margin-top: 20px;
}

.single-widget .address li {
    color: #fff;
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    transition: all 0.5s;
    font-family: 'Roboto Condensed', sans-serif;
}

.single-widget .address li a {
    color: #fff8f8;
    transition: all 0.5s;
}

.single-widget .address li a:hover {
    list-style-type: none;
}

.single-widget .address li i {
    position: absolute;
    top: -4px;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #09052a;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

.single-widget .address li:hover {
    color: #82caeb;
}

.single-widget .address li:hover a {
    color: #82caeb;
}

.single-widget .address li:last-child {
    margin-bottom: 0;
}

.single-widget .links li {
    margin-bottom: 14px;
    display: block;
    padding: 0 0px;
}

.single-widget .links li a {
    color: #1c1c1c;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
}

.single-widget .links li:last-child {
    margin-bottom: 0;
}

.single-widget .links li:hover {
    color: #bbbbbb;
}

.single-widget .links li:hover a {
    color: #8bea7c;
    transition: all 0.5s ease;
}

.single-widget .instagram {
    margin-top: 27px;
}

.single-widget .instagram li {
    display: inline-block;
    width: 25%;
    margin-bottom: 10px;
    padding-right: 7px;
}

.single-widget .instagram li pl a {
    color: #fafafa;
}

.single-widget .instagram li:hover {
    color: #3a8d00;
}

.single-widget .instagram li:hover a {
    color: #3a8d00;
}

.single-widget .social-icon {
    margin-top: 15px;
}

.single-widget .social-icon li {
    display: inline-block;
    padding-left: 5px;
}

.single-widget .social-icon li a i {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #3a8d00;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    transition: all 0.5s;
}

.single-widget .social-icon li a i:hover {
    background-color: #333;
}

.single-widget.single-widget-4 {
    padding-left: 30px;
}

.footer-bottom-area {
    background-color: #0b3f28;
    padding: 15px 0;
    height: auto;
    position: relative;
    z-index: 99;
}

.footer-bottom-area p {
    color: #fff;
    margin-top: 4px;
    font-size: 14px;
}

.footer-bottom-area .conditions {
    float: right;
}

.footer-bottom-area .conditions li {
    display: inline-block;
    padding-left: 20px;
    position: relative;
}

.footer-bottom-area .conditions li::before {
    content: "";
    position: absolute;
    top: 6px;
    right: -14px;
    width: 1px;
    height: 15px;
    background-color: #fff;
}

.footer-bottom-area .conditions li a {
    color: #fff;
    text-decoration: none;
}

.footer-bottom-area .conditions li:last-child::before {
    display: none;
}

.single-widget ul {
    padding-left: 0;
}

.single-widget ul li {
    list-style-type: none;
}

a:hover {
    color: #0056b3;
    text-decoration: none;
}

.page-title-area {
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover !important;
    text-align: center;
    padding: 0 0 40px 0;
    background: url(../images/breadcumb.png);
}

.page-title-area::before {
    /* content: ''; */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0,0,0,0.5);
    opacity: 0.9;
}

.page-title-area .page-title-content h2 {
    margin-bottom: 0;
    font-size: 48px;
    color: #ffffff;
    margin-top: 40px;
    margin-bottom: 20px;
}

.page-title-area .page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 0;
    background: #83e379;
    display: inline;
    padding: 13px 40px;
    border-radius: 10px;
    position: relative;
}

.page-title-area .page-title-content ul li {
    display: inline-block;
    color: #000000;
    position: relative;
    font-size: 20px;
}

.page-title-area .page-title-content ul li a {
    color: #000000;
    font-size: 20px;
}

.page-title-area .page-title-content ul li i {
    font-size: 12px;
    margin: 0 6px;
}

.product-details-image {
  text-align: center;
    /* background-color: #f7f7f7; */
    margin: auto;
    /* padding: 50px 70px; */
    background: #ddd;
    border: 1px solid #ddd;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.cart-wraps {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    padding: 40px;
}

.sec1-prodiv-rgt-mid select {
    height: 45px;
    color: #333333;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
    padding-left: 12px;
    border-radius: 2px;
}

{
    color: #212529;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.cart-table table {
    margin-bottom: 0;
}

.cart-table table thead {
    text-align: center;
}

.cart-table table thead tr th {
    border-bottom-width: 0px;
    vertical-align: middle;
    padding: 0 0 15px;
    text-transform: uppercase;
    border: none;
    font-weight: 700;
    font-size: 16px;
}

.cart-table table tbody tr td {
    vertical-align: middle;
    color: #666;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    border-color: #eaedff;
    border-left: none;
    border-right: none;
    text-align: center;
}

.cart-table table tbody tr td.product-thumbnail img {
}

.cart-table table tbody tr td.product-thumbnail a {
    display: block;
}

.cart-table table tbody tr td.product-name a {
    color: #666;
    font-weight: 600;
    display: inline-block;
}

.cart-table table tbody tr td.product-name a:hover {
    color: #333;
}

.cart-table table tbody tr td.product-price span {
    font-weight: 500;
}

.cart-table table tbody tr td.product-subtotal {
    overflow: hidden;
}

.cart-table table tbody tr td.product-subtotal .remove {
    color: #666;
    float: right;
    position: relative;
    top: 1px;
    transition: all 0.5s;
}

.cart-table table tbody tr td.product-subtotal .remove i {
    font-size: 22px;
}

.cart-table table tbody tr td.product-subtotal .remove:hover {
    color: red;
}

.cart-table table tbody tr td.product-subtotal span {
    font-weight: 500;
}

.cart-table table tbody tr td.product-quantity .input-counter {
    max-width: 130px;
    min-width: 130px;
    text-align: center;
    display: inline-block;
    position: relative;
}

.cart-table table tbody tr td.product-quantity .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #d0d0d0;
    width: 40px;
    height: 100%;
    line-height: 48px;
    transition: 0.5s;
}

.cart-table table tbody tr td.product-quantity .input-counter span:hover {
    color: #333;
}

.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
    left: 0;
}

.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
    right: 0;
}

.cart-table table tbody tr td.product-quantity .input-counter input {
    height: 45px;
    color: #333;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
}

.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
    color: #333;
}

.cart-buttons {
    margin-top: 30px;
}

.cart-totals {
    background: #fff;
    padding: 40px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    border-radius: 0;
    margin: auto;
    margin-top: 50px;
}

.cart-totals h3 {
    margin-bottom: 25px;
    font-weight: 700;
}

.cart-totals ul {
    padding: 0;
    margin: 0 0 25px;
    list-style-type: none;
}

.cart-totals ul li {
    border: 1px solid #eaedff;
    padding: 10px 15px;
    color: #323232;
    overflow: hidden;
    font-weight: 700;
}

.cart-totals ul li:first-child {
    border-bottom: none;
}

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

.cart-totals ul li span {
    float: right;
    color: #666;
    font-weight: normal;
}

.cart-area .nice-select {
    height: 50px;
    line-height: 49px;
    border-radius: 0;
    width: 100%;
    margin-bottom: 18px;
}

.cart-area .coupon-wrap {
    margin-top: 50px;
    background-color: #fff;
    padding: 40px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.cart-area .coupon-wrap h3 {
    padding-bottom: 25px;
}

.cart-area .coupon-wrap .form-group {
    margin-bottom: 18px;
}

.cart-wraps {
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    padding: 40px;
}

a.btn.default-btn i {
    padding-left: 6px;
}

.user-actions {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 18px 20px 15px;
    margin-bottom: 65px;
    border-top: 3px solid #973535;
    position: relative;
    color: #666666;
}

.user-actions span a {
    display: inline-block;
    color: #3a8d00;
    font-size: 15px;
}

.user-actions::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -35px;
    width: 100%;
    height: 1px;
    background: #eeeeee;
}

.billing-details {
    background-color: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.billing-details .form-group {
    margin-bottom: 20px;
}

.billing-details .form-group label {
    display: block;
    color: #666666;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
}

.form-control {
    height: 38px;
    color: #6e6e6e;
    border: 1px solid #dfdfdf;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    font-size: 15px;
    padding: 5px 10px;
}
.text2 input{
    width: 40%;
}

.billing-details .form-group label .required {
    color: #973535;
}

select.form-control {
    height: 50px !important;
}

.banner-area .shape-text span {
    font-size: 100px;
    text-transform: uppercase;
    font-weight: 700;
    left: 130px;
    position: absolute;
    bottom: -50px;
    opacity: 0.3;
    color: #e4d7d7;
}

p:last-child {
    margin-bottom: 0;
}

.contact-info-area .single-contact-info {
    text-align: center;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    background-color: #8bea7c;
    margin-bottom: 30px;
    padding: 30px;
    transition: all 0.5s;
    height: 240px;
}

.contact-info-area .single-contact-info i {
    display: block;
    color: #ffffff;
    transition: all 0.5s;
    font-size: 25px;
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
    line-height: 50px;
    border: 2px dotted #ffffff;
    border-radius: 50%;
}

.contact-info-area .single-contact-info h3 {
    transition: all 0.5s;
    font-size: 18px;
    line-height: 18px;
}

.contact-info-area .single-contact-info a {
    color: #000000;
    transition: all 0.5s;
    display: block;
}

.contact-info-area .single-contact-info:hover {
    background-color: #04723c;
    color: #fff;
}

.contact-info-area .single-contact-info:hover i {
    color: #fff;
    border-color: #fff;
}

.contact-info-area .single-contact-info:hover h3 {
    color: #fff;
}

.contact-info-area .single-contact-info:hover a {
    color: #fff;
}

.blog-area {
    position: relative;
}

.blog-area .shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 150px;
    z-index: -1;
}

.blog-area .shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 150px;
    z-index: -1;
}

.blog-wrap.owl-theme .owl-nav.disabled + .owl-dots {
    line-height: 0.01;
    margin-top: 0;
}

.blog-wrap.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 0 4px;
    background: transparent;
    border: 1px solid #3a8d00;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}

.blog-wrap.owl-theme .owl-dots .owl-dot:hover span {
    border-color: #3a8d00;
}

.blog-wrap.owl-theme .owl-dots .owl-dot:hover span::before {
    background-color: #3a8d00;
}

.blog-wrap.owl-theme .owl-dots .owl-dot.active span {
    border-color: #3a8d00;
    position: relative;
}

.blog-wrap.owl-theme .owl-dots .owl-dot.active span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #3a8d00;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    margin: 3px;
}

.single-blog-post {
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    margin-left: 15px;
    margin-right: 15px;
    transition: all 0.5s;
}

.single-blog-post .post-image {
    position: relative;
    overflow: hidden;
}

.single-blog-post .post-image a {
    display: block;
}

.single-blog-post .post-image a img {
    border-radius: 5px;
    transition: 0.5s;
}

.single-blog-post .post-content {
    padding: 25px;
    min-height: 234px;
}

.single-blog-post .post-content .date {
    color: #3a8d00;
    font-size: 12px;
    margin-bottom: 8px;
    margin-top: -4px;
}

.single-blog-post .post-content .date i {
    font-size: 12px;
}

.single-blog-post .post-content h3 a {
    margin-bottom: 8px;
    line-height: 1.4;
    color: #333;
    font-size: 1.3rem;
}

.single-blog-post .post-content p {
    margin-bottom: 0;
}

.single-blog-post .post-content .read-more {
    margin-top: 22px;
}

.single-blog-post:hover {
    transform: translateY(-5px);
}

.single-blog-post:hover h3 a {
    color: #3a8d00;
}

.single-blog-post:hover .post-image a img {
    transform: scale(1.3) rotate(4deg);
}

.single-blog-post:hover .read-more {
    color: #3a8d00;
}

.single-blog-post:hover .read-more i::after {
    animation: rotation 10s infinite linear;
}

.banner-area .banner-images-right {
    position: absolute;
    max-width: 40%;
    top: 110px;
    right: 80px;
}

span.rounded-area {
    margin-left: 20px;
    background-color: #fcff45;
    padding: 3px 0;
    border-radius: 50%;
    color: #000000;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 18px;
    font-size: 11px;
    top: 19px;
    border: 1px solid #fcff45;
    text-align: center;
}

.nav-cart-content {
    top: 100%;
    right: 0px;
    position: absolute;
    z-index: 999;
    background-color: #fff;
    padding: 2px;
    border: 3px solid #e2dddb;
    width: 336px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.16);
    border-radius: 3px;
    display: none;
    transition: all 0.3s ease;
}

.nav-cart-item-desc a {
    font-family: 'Roboto Condensed', sans-serif;
    color: #222;
}

li.nav-item.cart-sec {
    position: relative;
}

.nav-cart-item:first-child {
    border-top: 0 none;
    margin-top: 0;
    padding-top: 0;
}

.nav-cart-item-image {
    border: 2px solid #eee;
    height: 48px;
    margin-right: 15px;
    transition: border-color 0.2s linear 0s;
    width: 48px;
}

.nav-cart-item-image a, .nav-cart-item-image img {
    display: block;
    height: 100%;
    width: 100%;
}

.nav-cart-item-quantity {
    padding: 4px 9px;
    margin-left: 13px;
    border-radius: 50%;
}

.banner-text p {
    padding-right: 33px;
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgb(254, 83, 47);
}

.ai-text h4 {
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 15px;
}

.ai-text p {
    font-size: 16px;
    margin-bottom: 28px;
}

.ai-text {
    margin-bottom: 20px;
    position: relative;
    padding-left: 55px;
}

.ai-text:before {
    content: "";
    top: 6px;
    left: -41px;
    width: 64px;
    height: 61px;
    position: absolute;
    background: url(../images/abt.png) 0 0 no-repeat;
}

.abt1:before {
    background: url(../images/abt.png) 0 0 no-repeat;
}

.abt2:before {
    background: url(../images/abt2.png) 0 0 no-repeat;
}

.abt3:before {
    background: url(../images/abt3.png) 0 0 no-repeat;
}

.site-btn {
    display: inline-block;
    border: none;
    font-size: 16px;
    font-weight: 600;
    min-width: 167px;
    padding: 14px 30px;
    border-radius: 50px;
    text-transform: uppercase;
    color: #fff;
    line-height: normal;
    cursor: pointer;
    text-align: center;
    letter-spacing: 1px;
    background: -o-linear-gradient(305deg,#fdb07d 0%,#f65d5d 100%);
    background: #93278f;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdb07d",endColorstr="#f65d5d",GradientType=1);
    color: #fff;
    margin-top: 25px;
}

.pricing-item {
    text-align: center;
    background: #fff;
    padding-bottom: 40px;
    margin: 15px 0;
    border-radius: 13px;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 6px rgba(72,105,114,.15);
    box-shadow: 0 5px 6px rgba(72,105,114,.15);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.pricing-item .pi-top {
    height: 156px;
    padding-top: 26px;
    background: #93278f;
}

.pricing-item .pi-top h4 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.pricing-item .pi-price {
    width: 144px;
    height: 144px;
    margin: -71px auto 30px;
    padding-top: 35px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 5px 6px rgba(72,105,114,.15);
    box-shadow: 0 5px 6px rgba(72,105,114,.15);
}

.pricing-item .pi-price h3 {
    font-size: 40px;
    font-weight: 700;
    color: #666;
}

.pricing-item .pi-price p {
    text-transform: uppercase;
    color: #999;
}

.pricing-item .pi-price p {
    text-transform: uppercase;
    color: #999;
    font-size: 15px
}

.pricing-item .pi-price h3 {
    font-size: 30px;
    font-weight: 700;
    color: #666;
    line-height: 2.7;
}

.site-btn:hover {
    color: #fff;
}

.three_section {
    background: url(../images/course_bg.jpg) 0 0 no-repeat;
    padding: 4% 0;
}

.banner-area {
    background: url( ../images/banner.png) 0 0 no-repeat;
    height: 701px;
    background-position: center top;
}

.min-height60 {
    min-height: 500px;
}

.top_menu .navbar-light .navbar-nav .nav-link {
     color: #ffffff;
     font-family: 'Poppins';
     text-transform: capitalize;
     letter-spacing: 0px;
     font-size: 16px;
     transition: all 0.5s ease;
     font-weight: 500;
     position: relative;
     padding: 20px;
}


.top_menu .navbar-light .navbar-nav .nav-link:hover {
        color: #fcff45;
    transition: all 0.5s ease;
}

.blog-area {
    background: #222 url(../images/video_bg.png) 0 0 no-repeat;
    padding: 4% 0;
}

.blog-area .sec-title p, .blog-area .sec-title h1 {
    color: #fff;
}

.three_section h2 {
    margin-bottom: 20px;
}

.cart-area, .contact-info-area {
    background: #fff;
    padding: 4rem 0;
}

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

.footer-top-area {
    background: url(../images/footerImage.jpg);
    background-size: cover;
    margin: 0 auto;
    text-align: center;
    background-position: center top;
    position: relative;
    padding: 5rem 0 2rem 0;
}

section.footer-top-area svg {
    width: 6%;
    height: 6%;
    position: relative;
}

section.footer-top-area:before {
    content: "";
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #eaffe7;
    background-size: 100%;
    opacity: 1;
}

.pro_detils ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-radius: 5px;
    width: 79%;
}

.pro_detils ul li {
    background: #f4f4f4;
    padding: 10px;
    margin: 0 0 5px;
    font-size: 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.list-type1 {
    width: 427px;
    /*! margin:0 auto; */
}

.list-type1 ol {
    counter-reset: li;
    list-style: none;
    *list-style: decimal;
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 0;
    margin-bottom: 20px;
}

.list-type1 ol ol {
    margin: 0 0 0 20px;
}

.list-type1 a {
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    * padding: .4em;
    margin: .5em 0;
    background: #29a8d6;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: 10em;
    transition: all .2s ease-in-out;
    font-size: 18px;
}

.list-type1 a:hover {
    background: #1f91ba;
    text-decoration: none;
    transform: scale(1.1);
}

.list-type1 a:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #2b86a7;
    height: 2em;
    width: 2em;
    line-height: 1.3;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    color: #FFF;
}

.how h2 {
    font-size: 16px;
}

.hdng1-pro {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.3;
    color: #131313;
    margin: 0 0 10px;
}

.how {
    margin-bottom: 22px;
    /* background: #f2f2f2; */
    /* padding: 30px; */
    /* margin-top: 20px; */
}

.how a {
    text-transform: uppercase;
}

.shippinAddress {
    background: #f4f4f4;
    padding: 10px;
    text-align: center;
    margin: 10px 0;
}

.question1 {
    padding-left: 20px;
}

.question1 span {
    padding: 0 6px;
}

.second-blk-left-img2 {
    position: absolute;
    bottom: -70px;
    right: 20px;
    border-radius: 50%;
    overflow: hidden;
}

.second-blk-left-img2 .img2 {
    box-shadow: 0 0 8px #d2d2d2;
    background: rgba(255, 165, 53, 0.42);
    padding: 7px;
    border-radius: 50%;
}

.ai-text abt1 p {
    margin-bottom: 10px;
}

/* .banner-bg-top {
      background: url(../images/bannerImage.jpg);
      background-position: 100% 100%;
      background-repeat: no-repeat;
      background-size: cover;
      
      
      
      padding: 150px 0 112px;
      margin: 0;
      
      
      position: relative;} */
div#hero-block {
    /* background-position: center right; */
    /* background-size: cover; */
    /* width: 100%; */
}

.waves-effect {
    position: absolute;
    left: 0;
    width: 100%;
    background-repeat: repeat-x !important;
    bottom: 0;
}

.hero-block .waves-effect.bottom {
    height: 70px;
    z-index: 5;
    position: absolute !important;
}

.hero-block .waves-effect.bottom {
    height: 256px;
}

.hero-block {
    color: white;
    position: relative;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-bg-top h3 {
    color: #a55a54;
    font-size: 5rem;
    FONT-VARIANT: JIS83;
    position: relative;
    display: inline-block;
    line-height: 1;
    font-family: 'Signika', sans-serif;
    font-family: 'Signika', sans-serif;
    margin: 20px 0;
}

.bannerContent h2 {
    font-weight: 500;
    color: #f35327;
        font-size: 20px;
    font-family: "Rubik", sans-serif;
}

.banner-bg-top .medil-text-bg {
    font-family: 'Aleo', serif;
    color: #33c6fc;
    font-size: 2.8rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    margin-top: 2rem;
    line-height: 53px;
    font-weight: bold;
}

.banner-bg-top .main-nav {
    padding: 0px;
    background: #f6da81 !important;
    border-bottom: 0px solid #fff;
    position: inherit;
}

.banner-bg-top p {
    /* color: #fff; */
    margin-bottom: 0;
    display: inline-block;
}

.banner-bg-top .button-bg-m {
    margin-top: 1rem;
}

/*-----------------------------------------*/
.button-bg-m {
     text-transform: uppercase;
     letter-spacing: 1px;
     color: #000000;
     display: inline-block;
     border-radius: 0;
     padding: 11px 30px;
     background: #fcff45;
     transition: 0.3s ease-in-out all;
     position: relative;
     z-index: 1;
     overflow: hidden;
     font-size: 14px;
     text-align: end;
}



.button-bg-m:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background-color: #f99459;
    z-index: -1;
    transition: .5s;
    border-radius: 30px;
}
.button-bg-m:hover:after {
    height: 100%;
}
.button-bg-m:hover:after {
}

 .button-bg-m.blue:hover {
    color: #000000;
    background: #83dd75;
}

.button-bg-m.blue:after {
}

.button-bg-m.orange, .button-bg-m.orange:hover {
    color: #f56f17;
}

.button-bg-m.orange:after {
    border-color: #f56f17;
}

.button-bg-m.green, .button-bg-m.green:hover {
    color: #47cf77;
}

.button-bg-m.green:after {
    border-color: #47cf77;
}

@media only screen and (max-width: 767px) {
    .button-bg-m {
        margin-bottom: 20px;
    }
}

/*--------------------------*/
.fitness-box {
    background: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    padding: 0px 25px 40px;
    margin: 20px 0 0;
    border-radius: 20px;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 2px -1px 16px 0px rgba(143,143,143,0.75);
    -webkit-box-shadow: 2px -1px 16px 0px rgba(143,143,143,0.75);
    -moz-box-shadow: 2px -1px 16px 0px rgba(143,143,143,0.75);
}

.fitness-box:hover {
    box-shadow: 0 10px 10px rgba(0,0,0,0.2);
}

.fitness-box:before, .fitness-box:after {
    content: "";
    background: linear-gradient(to top,#008d86,#01a2a6);
    width: 10px;
    border-radius: 0 100px 100px 0;
    position: absolute;
    top: 110px;
    bottom: 35px;
    left: 0;
}

.fitness-box:after {
    border-radius: 100px 0 0 100px;
    left: auto;
    right: 0;
}

.fitness-box .service-icon {
    color: #fff;
    background: linear-gradient(-45deg,#008d86 49%,#01a2a6 50%);
    font-size: 45px;
    line-height: 92px;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 100px;
    border: 15px solid #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    transform: translateY(-20px);
    transition: all 0.3s ease;
}

.fitness-box:hover .service-icon i {
    transform: rotateX(360deg);
    transition: all 0.3s;
}

.fitness-box .title {
    color: #008d86;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.fitness-box .description {
    color: #444;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    min-height: 89px;
}

.fitness-box.pink:before, .fitness-box.pink:after {
    background: linear-gradient(to top,#f53985 49%,#fd47a4);
}

.fitness-box.pink .service-icon {
    background: linear-gradient(-45deg,#f53985 49%,#fd47a4 50%);
}

.fitness-box.pink .title {
    color: #f53985;
}

.fitness-box.purple:before, .fitness-box.purple:after {
    background: linear-gradient(to top,#8b33cc 49%,#a23adc);
}

.fitness-box.purple .service-icon {
    background: linear-gradient(-45deg,#8b33cc 49%,#a23adc 50%);
}

.fitness-box.purple .title {
    color: #8b33cc;
}

.fitness-box.blue:before, .fitness-box.blue:after {
    background: linear-gradient(to top,#038bec 49%,#01aeee);
}

.fitness-box.blue .service-icon {
    background: linear-gradient(-45deg,#038bec 49%,#01aeee 50%);
}

.fitness-box.blue .title {
    color: #038bec;
}

@media only screen and (max-width: 990px) {
    .fitness-box {
        margin: 20px 0 50px;
    }
}

/*-----------------------------------------*/
.choose-program-area {
}

h2.section-heading {
    margin-bottom: 3rem;
    text-transform: uppercase;
}

h2.section-heading span {
    color: #1face1;
}

h3.section-subheading {
    font-size: 15px;
    color: #eceef1;
    font-weight: 400;
    width: 100%;
    margin: 0;
    padding-bottom: 1rem;
    line-height: 30px;
    font-family: 'Roboto Condensed', sans-serif;
}

.about-us-area {
    padding: 7rem 0rem;
    width: 100%;
    background-image: url(../images/about-bg.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    background-position: center;
}

.about-us-area h2 {
    color: #fff;
    margin-bottom: 2rem;
}

.about-us-area .button-bg-m {
    margin-top: 2rem;
}

/*-----------------------------------------*/
.product-bg-n {
}

.product-bg-n:before {
    content: '';
}

.product-image {
    position: relative;
    overflow: hidden;
    padding: 0;
    transition: all 0.5s ease;
    /* background-color: #fce8e1; */
    border-radius: 100%;
    padding: 15px;
    box-shadow: rgb(139 234 124 / 55%) 0px 1px 2px, rgb(139 234 124 / 65%) 0px 2px 4px, rgb(139 234 124 / 49%) 0px 4px 8px, rgb(139 234 124 / 31%) 0px 8px 16px, rgb(139 234 124 / 18%) 0px 16px 32px, rgb(252 255 69 / 31%) 0px 32px 64px;
        border: 1px solid #96ea7c;
}

/* .feature-item.gradient-hover.product-bg-n:before {
    content: "";
}
.feature-item:hover .product-image{
    padding: 0;
    transition: all 0.5s ease;
} */
.product-image a.image {
    display: block;
    max-width: 60%;
    margin: auto;
}

.product-bg-n .mainPic {
    transition: 0.3s ease-in-out all;
}

.product-bg-n:hover .mainPic {
    /* transform: scale(1.1); */
}

.product-bg-n .social {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

.product-bg-n .social li {
    margin: 0 0 10px;
}

.product-bg-n .social li a {
    color: #222;
    background: #fff;
    font-size: 18px;
    line-height: 42px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    display: block;
    opacity: 0;
    transform: scale(0);
    position: relative;
    transition: all 0.3s;
}

.product-bg-n .social li a:hover {
    color: #fff;
    background: #fc6702;
}

.product-bg-n:hover .social li a {
    opacity: 1;
    transform: scale(1);
}

.product-bg-n .social li a:before {
    content: attr(data-tip);
    color: #fff;
    background-color: #222;
    font-size: 12px;
    text-transform: capitalize;
    line-height: 18px;
    padding: 4px 10px;
    border-radius: 50px;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-50%);
    position: absolute;
    right: 45px;
    top: 100%;
    transition: all 0.3s;
}

.product-bg-n .social li a:hover:before {
    visibility: visible;
    opacity: 1;
    top: 50%;
}

.product-bg-n:before, .product-bg-n:after {
    content: "";
    /* background: repeating-linear-gradient( 45deg ,#ae85ff,#8329d2 20px,#8752ee 20px,transparent 40px); */
    width: 0;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.product-bg-n:after {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
}

.product-bg-n:hover:before, .product-bg-n:hover:after {
    width: 100%;
}

.quick-view {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  overflow: hidden;
  text-transform: uppercase;
  color: #ffffff !important;
  background-color: #0b3f28;
  transition: all ease 0.5s;
  position: relative;
  z-index: 1;
  display: block;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 9px 9px;
  width: 55%;
  border-radius: 0;
  overflow: hidden;
  font-family: 'Poppins';
}

.quick-view:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background-color: #0e3f29;
    z-index: -1;
    transition: .5s;
    border-radius: 0;
}
.quick-view:hover:after {
height: 100%;
}
a.quick-view.cart-btn {
    background: #228887;
}

.quick-view:hover:after {
    height: 100%;
    bottom: auto;
    top: 0;
}

.quick-view i {
    margin-right: 0;
}

.product-content {
    text-align: center;
    background: transparent;
    border-radius: 0;
    z-index: 9;
    position: relative;
    /* min-height: 239px; */
    background-size: 2px 2px;
    /* background: #020249; */
    padding: 15px 0 30px 0;
    /* background: rgb(255 255 255); */
    /* background: linear-gradient(0deg, rgb(254 83 47) 0%, rgba(0,0,0,1) 100%); */
    /* background: #8bea7c; */
}

.title {
    /* font-size: 0; */
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding: 0 10px 10px;
    transition: all ease 0.5s;
    color: #8e8e8e;
    /* background: rgb(29,156,145); */
    /* background: linear-gradient(360deg, rgb(58 58 58) 0%, rgb(255 255 255) 80%); */
}

.title a {
    color: #252c32 !important;
    transition: all 0.3s ease;
    font-size: 17px;
    letter-spacing: 0px;
    text-align: center;
    margin: 0 auto;
    font-weight: 600;
    font-family: 'Poppins';
    font-family: "Rubik", sans-serif;
    text-transform: capitalize;
}

.title a:hover {
    color: #333333;
}

.product-bg-n .rating {
    padding: 0;
    margin: 0 0 3px;
    list-style: none;
}

.product-bg-n .rating li {
    color: #d1d1d1;
    font-size: 13px;
}

.price {
    color: #8bea7c;
    font-size: 20px;
    /* font-family: 'Roboto Condensed', sans-serif; */
    transition: all ease 0.5s;
    padding: 0;
    margin: 15px 0 0 0;
    font-weight: 600;
    font-family: 'Signika', sans-serif;
    font-family: "Rubik", sans-serif;
    font-family: 'Poppins';
}

.nav-cart-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fitness-box.blue .service-icon span img {
    padding: 20px;
}

.qty-div input {
    background: #fff;
    border-radius: 0;
    font-weight: 700;
    margin-left: 10px;
}

.linkBtn {
    margin-top: 20px;
    position: absolute;
    opacity: 0;
    z-index: 6;
    /* transition: 0.3s cubic-bezier(0.42, 0, 0, 1.98) all; */
    width: 100%;
    bottom: -2%;
    left: 0;
    right: 0;
    margin: auto;
    transition: all ease 0.5s;
}

.product-bg-n:hover .linkBtn {
    opacity: 1;
    bottom: 2%;
}

@media screen and (max-width: 990px) {
    .product-bg-n {
        margin: 0 0 30px;
    }
}

/*----------------------------------*/
.card_image img {
    max-width: 37%;
}

.owl-item.active .slider {
}

.sliderWrapper .sliderImg+.sliderImg {
    width: 120px;
    border: 2px solid #09ae97;
    display: block;
    padding: 10px;
    margin: auto;
    background: #ceff8e;
}

a.sliderImg img {
    width: 100%;
    padding: 2px;
    margin: 0 auto;
}

.sliderWrapper .sliderImg .sliderImg img {
    height: 50px;
    width: 150px;
    margin: auto;
}

a.sliderImg {
    max-width: 100%;
    display: block;
    margin: auto;
    /* margin-bottom: 20px; */
    transition: 0.3s ease-in-out all;
}

.banner-bg-top:after {
    content: '';
    /* position: absolute; */
    /* width: 300px; */
    /* height: 300px; */
    /* left: -7%; */
    /* bottom: -10%; */
    /* border-radius: 100%; */
}

.how p {
    font-weight: 600;
}

.bannerContent {
    position: relative;
    /* z-index: 5; */
    /* text-align: left; */
    /* background: rgba(255,255,255,0.5);
  padding: 15px 20px; */
    /* background: #ffffffd1; */
    /* padding: 110px 36px 40px 30px; */
}

.bannerContent p {
     font-weight: 400;
     color: #ffffff;
     font-family: 'Poppins';
     line-height: 25px;
     margin-top: 16px;
}

.banner-bg-top svg {
    position: absolute;
    left: -15px;
    right: 0;
    bottom: -140px;
    filter: invert(1);
    width: 23%;
}

.top_menu {
    position: relative;
    padding: 0px 0;
    z-index: 55;
    background: #ffffff00;
}

.sliderImg label {
    color: #38beab;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.navLogo {
    /* background: linear-gradient(1deg, #197028, #86db41); */
    /* border-radius: 10px; */
    /* box-shadow: 0px 2px 4px #fff; */
    /* margin-top: -40px; */
}

.navLogo img {
    max-width: 100%;
    display: block;
    margin: 15px 0;
    height: 50px;
}

.section-title h1 {
    font-size: 2.3rem;
    font-weight: 600;
}

.page-title-content {
    margin: 40px 0;
}

.product-bg-n:hover .title, .product-bg-n:hover .price {
    /* -webkit-transform: translate3d(0,-20px,0); */
    /* transform: translate3d(0,-5px,0); */
}

.section-title p {
    color: #7b7b7b;
}

.prd-type-block-innr {
    position: relative;
    overflow: hidden;
    transition: all ease 0.5s;
}

.prd-type-block-innr-cont {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    z-index: 5;
}

.prd-type-block-innr-cont h4 {
    display: inline-block;
    padding: 10px 30px;
    /* background: #000; */
    border-radius: 51px;
    color: #fff;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
}

.prd-type-block-innr-cont .innr-link {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    transition: all ease 0.5s;
    border: 2px solid #fff;
    padding: 10px 18px;
    border-radius: 30px;
    /* margin-top: 20px; */
}

.prd-type-block-innr:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(27 27 27 / 51%);
    content: '';
    /* -webkit-transition: -webkit-transform 0.6s; */
    /* transition: transform 0.6s; */
    /* -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,
45deg
) translate3d(0,-120%,0); */
    /* transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,
45deg
) translate3d(0,-120%,0); */
    z-index: 1;
}

.prd-type-block-innr:hover:before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1, 45deg ) translate3d(0,120%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1, 45deg ) translate3d(0,120%,0);
}

.address-innr {
    padding: 8px 0;
    text-align: left;
    min-height: auto;
    transition: all 0.5s ease;
    /* display: flex; */
    /* justify-content: space-between; */
}

.address-innr:hover {
    background-color: #96c20000;
    transition: all 0.5s ease;
    /* border-color: #acacac; */
    /* padding: 10px; */
}

.address-innr h4 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: #ffffff;
    line-height: 1;
}

.address-innr p, .address-innr p a {
    color: #464646;
    line-height: 1.5;
    font-size: 16px;
}

.description ul {
    /* margin: 30px 0; */
}

.description li {
    margin: 5px 0;
}

.nav-cart-item-desc {
    width: 81%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-cart-item {
    margin-bottom: 30px;
}

.description {
    margin: 26px 0;
    height: auto;
    overflow: auto;
    padding-right: 10px;
}

.description h5 {
       padding-bottom: 5px;
       /* border-bottom: 2px solid #ccc; */
       display: inline-block;
       color: #000000;
}

.product_features {
    margin-top: 1.5rem;
    font-family: 'Roboto Condensed', sans-serif;
}

.product_features ul li {
    line-height: 2;
    margin: 15px 0;
}

.description li:empty, .product_features h4:empty, .product_features p:empty {
    display: none;
}

.not-allowed {
    cursor: not-allowed !important;
    pointer-events: none !important;
}

.feature-item {
    position: relative;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    border-radius: 0;
    transition: .2s;
    color: #252c32;
    font-family: 'Roboto Condensed', sans-serif;
    height: auto;
    text-align: center;
    margin: 15px 0;
    /* box-shadow: rgb(255 255 255 / 16%) 0px 7px 29px 0px; */
    border: 4px solid #fff;
    /* border: 4px solid #8bea7c; */
    height: 92%;
}

.feature-item:hover {
    /* background: linear-gradient(45deg, #f5f5f5, #efefef); */
}

.feature-item:hover .sliderImg {
    /* transform: scale(1); */
}

.feature-item.gradient-hover {
    position: relative;
    /* overflow: hidden; */
    z-index: 1;
}

.feature-item.gradient-hover:before {
    /* top: 0; */
    /* right: 0; */
    /* height: 100%; */
    /* background: #ffffff; */
    /* z-index: -1; */
    /* transition: all .8s ease-in-out; */
}

.feature-item:before {
    content: "";
}

.feature-item.gradient-hover:hover:before {
}

.linkBtn1 {
    margin-top: 0;
    /* top: 0; */
    /* right: 11px; */
    /* position: absolute; */
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    bottom: 20px !important;
    width: calc(var(--swiper-navigation-size)/ 3 * 21);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
}

section#second-sec {
    /* padding: 6rem 0; */
    /* background: #000; */
    /* position: relative; */
}

.content-sec {
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
    height: 100%;
}

.content-sec h3 {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 18px;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-family: 'Signika', sans-serif;
    color: #a55a54;
    margin-bottom: 6px;
    font-family: 'Signika', sans-serif;
    letter-spacing: 3px;
    font-weight: 600;
    color: #7ca102;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    margin-left: 40px;
}
.content-sec h3::before{
        position: absolute;
        content: '';
        height: 3px;
        background-color: #95c200;
        top: 10px;
        /* left: 37%; */
        width: 6%;
        /* right: 0; */
        margin: 0 0px 0 -36px;
}
.content-sec h3::after{
    position: absolute;
    content: '';
    height: 3px;
    background-color: #95c200;
    top: 10px;
    /* left: inherit; */
    width: 6%;
    /* right: 0; */
    margin-left: 7px;
}
.box-inner h1 {
    color: #f7f4f3;
    font-family: 'Signika', sans-serif;
    font-family: 'Signika', sans-serif;
    font-size: 45px;
    margin-bottom: 25px;
    font-family: 'Signika', sans-serif;
    font-size: 40px;
    color: #252c32;
}

.banner-img {
    max-width: 100%;
    display: block;
    margin: auto;
    overflow: hidden;
}

.banner-img img {
    width: 100%;
    object-fit: cover;
}

.sec-img {
    max-width: 100%;
    display: block;
    margin: auto;
    overflow: hidden;
}

.sec-img img {
    width: 100%;
    object-fit: fit;
}

.see-product-area {
    background-image: url(../images/banner2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 120px 0;
}

.about-block {
    position: relative;
    padding: 100px 0;
    background-image: url(../images/about1.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
    background-attachment: fixed;
}

.about-block:before {
    content: "";
    /* position: absolute;
    width: 50%;
    height: 100%;
    background: url(../images/about-bg-2.jpg) no-repeat;
    background-size: cover;
    top: 0; */
}

.box-inner {
    padding-left: 50px;
}

.content-sec p {
    color: #161616;
    font-size: 15px;
    line-height: 27px;
}

.sub-head {
    font-family: 'Signika', sans-serif;
    letter-spacing: 3px;
    font-weight: 600;
    color: #0b3f28;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    font-family: popp;
    font-family: 'Poppins';
}

.heading {
    font-family: 'Poppins';
    font-size: 40px;
    color: #8bea7c;
}

h2.heading {}



.custom-radio input[type='radio'] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 50%;
  outline: none;
  box-shadow: 0 0 5px #999;
  transition: box-shadow 0.3s ease;
  color: #000;
}
label.custom-radio {
    width: 100%;
}

.custom-radio input[type='radio']:before {
  content: '';
  display: block;
  width: 60%;
  height: 60%;
  margin: 20% auto;
  border-radius: 50%;
}

.custom-radio input[type='radio']:checked:before {
  background: #999;
}

  #cookiePopup {
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        background: #0e3f29;
        padding: 15px;
        /* display: flex; */
        flex-wrap: wrap;
        z-index: 999999;
        gap: 20px;
        align-items: center;
        justify-content: center;
        text-align: center;
        display: none;
    }

    #cookiePopup h4 {
        font-size: 25px;
        color: #fff;
        margin-bottom: 15px;
    }

    #cookiePopup p {
        font-size: 15px;
        color: #fff;
        margin-bottom: 15px;
        letter-spacing: 1px;
        line-height: 1.5;
        max-width: 850px;
    }

    #cookiePopup p a {
        color: #fff;
        text-decoration: underline;
    }

    .cookieBtns {
        display: inline-flex;
        gap: 10px;
    }

    .cookieBtns button {
        font-size: 15px;
        margin: 10px 0;
        color: #000000;
        padding: 10px 20px;
        border-radius: 5px;
        background: #fcff45;
        cursor: pointer;
        transition: all 0.5s ease;
        border: 2px solid #fff;
    }

    .cookieBtns button:last-child {
        background-color: #fff;
        color: #000000;
    }
    .footer-logo img{
        width: 48%;
    }
    .single-widget{
        margin-bottom: 25px;
        text-align: left;
        width: 90%;
    }
    .disclaimer{
        color: #424242;
        font-size: 12px;
    }
    .single-widget i{
        color: #000000;
    }
    .address-innr i{
        font-size: 16px;
        margin-right: 5px;
    }
    .first-footer{
        background: #252c32;
        padding: 40px 0 15px 0;
    }
    .hours{
        display: flex;
        justify-content: space-between;
    }
    .first-footer p{
        color: #fff;
    }
    .top{
            background: #ffffff00;
            display: flex;
            justify-content: space-between;
            padding: 7px 0;
            /* margin: 0 -15px 0 0; */
            margin: 0;
            /* border-bottom: 1px solid #ddd; */
    }
    .top h4{
        color: #313131;
        font-size: 16px;
        padding-top: 10px;
        font-family: "Rubik", sans-serif;
    }
    .top p i{
        color: #f35327;
        font-size: 16px;
    }
    .top p a{
        color: #3b3b3b;
        font-family: "Rubik", sans-serif;
        font-weight: 600;
    }
    .healthy{
        padding: 40px;
    }
    .img-sec1{
        position: relative;
    }
    .img-sec1::after{
        position: absolute;
        background-color: #00000080;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        z-index: 0;
        left: 0;
    }
    .img-content{
        position: absolute;
    top: 50%;
    left: 33%;
    /* right: 50%; */
    text-align: center;

    justify-content: center;
    z-index: 1;
    }
    .img-content h3{
        color: #fff;
    }
    .img-sec1:hover{
        background-color: #000;       
    }
    .single-box::before{
        background-color: #609a33;
        left: 0;
        top: 0;
        position: absolute;
    }
    .single-box::after{
            content: "";
    height: 0;
    margin: 0;
    opacity: 0;
    padding-top: 50%;
    pointer-events: none;
    position: absolute;
    width: 50%;
    z-index: 0;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    }
    .contact-img{
        background: #f4f4f4;
    padding: 100px 0 50px 0;
    }
 

       .text-blob {
            font-size: 100px;
            font-family: sans-serif;
            color: #fff;
            /* background-color: #96c203; */
            padding: 20px;
            border-radius: 10px;
            /* position: absolute; */
            top: 20px;
            left: 0;
            /* transform: translate(-50%, -50%); */
            /* padding: 17px 0; */
        }

        /* fade-in and fade-out animation */
        .fade-in {
            animation: fadeIn ease 5s;
            -webkit-animation: fadeIn ease 5s;
            -moz-animation: fadeIn ease 5s;
            -o-animation: fadeIn ease 5s;
            -ms-animation: fadeIn ease 5s;
        }
        .fade-out {
            animation: fadeOut ease 5s;
            -webkit-animation: fadeOut ease 5s;
            -moz-animation: fadeOut ease 5s;
            -o-animation: fadeOut ease 5s;
            -ms-animation: fadeOut ease 5s;
        }

        @keyframes fadeIn {
            0% {opacity:0;}
            100% {opacity:1;}
        }

        @-moz-keyframes fadeIn {
            0% {opacity:0;}
            100% {opacity:1;}
        }

        @-webkit-keyframes fadeIn {
            0% {opacity:0;}
            100% {opacity:1;}
        }

        @-o-keyframes fadeIn {
            0% {opacity:0;}
            100% {opacity:1;}
        }

        @-ms-keyframes fadeIn {
            0% {opacity:0;}
            100% {opacity:1;}
        }

        @keyframes fadeOut {
            0% {opacity:1;}
            100% {opacity:0;}
        }

        @-moz-keyframes fadeOut {
            0% {opacity:1;}
            100% {opacity:0;}
        }

        @-webkit-keyframes fadeOut {
            0% {opacity:1;}
            100% {opacity:0;}
        }

        @-o-keyframes fadeOut {
            0% {opacity:1;}
            100% {opacity:0;}
        }

        .content {
	position: relative;
}

.content h1 {
	color: #000;
	font-size: 59px;
	/* position: absolute; */
	/* transform: translate(-50%, -50%); */
	top: -30px;
	/* margin: 40px 0; */
	/* height: 90px; */
	font-family: "Rubik", sans-serif;
}

.content h1:nth-child(1) {
	/* color: transparent; */
	/* -webkit-text-stroke: 2px #424242; */
}

.content h1:nth-child(2) {
	color: #96c203;
	animation: animate 4s ease-in-out infinite;
}

@keyframes animate {
	0%,
	100% {
		clip-path: polygon(
			0% 45%,
			16% 44%,
			33% 50%,
			54% 60%,
			70% 61%,
			84% 59%,
			100% 52%,
			100% 100%,
			0% 100%
		);
	}

	50% {
		clip-path: polygon(
			0% 60%,
			15% 65%,
			34% 66%,
			51% 62%,
			67% 50%,
			84% 45%,
			100% 46%,
			100% 100%,
			0% 100%
		);
	}
}

.balance{
    background-image: url(../images/benefit-banner.png);
    height: 500px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 151px 0;
} 
.balance-content{
    text-align: center;

}
.b1{
    color: green;
}
.balance-content h2{
    font-weight: 300;
    padding: 30px 0;
    line-height: 43px;
    font-size: 40px;
}


.dot {
    height: 11px;
    width: 11px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px
}

.bullet-text {
    font-size: 16px;
    color: #333;
    font-family: 'Poppins', sans-serif;
}

.bullets{
    margin-bottom: 20px;
}
.top-header{
    border-bottom: 1px solid #dddddd7a;
    background: #fff;
}
.top h4 a{
    color: #9d9d9d;
    font-weight: 400;
}
.top h4 i{
    padding-right: 10px;
    color: #f35327;
}
.worksec{
      padding: 100px 0;
      background: #ffffff;
      background-size: cover;
}
.wort-title h5{
    font-size: 20px;
    color: #f35327;
}
.work-sec {
    display: flex;
    background: #8bea7c;
    padding: 30px;
    position: relative;
}
.wort-title h2{
    font-size: 34px;
    color: #000000;
    font-family: 'Poppins';
    margin-bottom: 40px;
}
.wort-title p {
    font-size: 15px;
    color: #000000;
    line-height: 25px;
    width: 80%;
}
.box-sec{
    background: #ddd0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.icon-img{
    background: #f35327;
    margin-right: 10px;
    display: inline;
    width: 100px;
    height: 100%;
    border-radius: 50px;
}
.icon-img img{
    width: 50px;
    width: 100%;
    padding: 10px;
}
.work-tx h6{
    font-size: 18px;
    font-family: revert;
    color: #0c3d27;
    margin-left: 25px;
    text-transform: uppercase;
    width: 77%;
    display: flex;
    align-items: center;
    font-weight: 700;
}
.work-tx {
    margin-top: 15px;
    display: flex;
}
.work-tx p{
  color: #8f8f8f;
      line-height: 25px;
}
.feature-item .sliderImg img{
        transition: .5s;
}
.feature-item:hover .sliderImg img{
            transform: rotate(1deg) scale(1.1);
}
.sliderWrapper {
    margin: 10px;
}
.section-title span{font-size: 20px;color: #ffffff;font-weight: 600;font-family: 'Poppins';}
.ch-icon {
    background: #ddd;
}
.single-box:hover .box-icon img {
    /* transform: rotate(1deg) scale(1.1); */
}
.bannerContent h1{
    font-size: 3.3rem;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 500;
    line-height: 3.5rem;
}
.cont-tx{
    display: flex;
}
.cont-tx p{
    font-size: 16px;
    margin-left: 20px;
}
.bann-circle ul li{display: inline-block;/* border-radius: 50%; *//* width: 335px; *//* height: 335px; */flex-direction: row;}
.bann-cir{
    width: 335px;
    /* display: flex; */
}
.bann-cir2 {
    border: 1px solid #6eb696;
    border-radius: 50%;
    width: 335px;
    height: 335px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 60px 30px 60px 60px;
}
.bann-cir2 h2{
    font-size: 27px;
    /* padding: 20px; */
    color: #93f3c7;
    font-weight: 500;
    font-family: 'Poppins';
}
.cont-tx img{
    width: 42px;
}
.bann-circle ul {
    display: flex;
}
.work-point{
    background: url(../images/ab-bg.png)no-repeat;
    background-size: cover;
    padding: 20px 20px 70px 20px;
}
.work-sec img{
    width: 250px;
    position: absolute;
    left: -40px;
    bottom: 0;
}
.wort-title {
    /* width: 70%; */
    justify-content: center;
    align-items: center;
    /* float: right; */
    margin-left: 190px;
}
.quick-view:hover{
    color: #fff!important;
}
.work-tx img{
    width: 40px;
    height: 40px;
}
.button-bg-m:hover{
    color: #ddd;
    background: #000;
}
.prod-area-bg{
    background-color: #0e3f29e6;
    padding: 40px 70px;
}
.bann-img img {
    width: 70%;
    margin: 0 30px ;
    text-align: center;
}
.box-area{
    background: #0b3f28;
    padding: 60px 0;
}
.box-area .sub-head{
    color: #fff;
}
.sin-tx {
    padding: 20px 30px 20px 0;
    width: 60%;
}
.bb-box{
    background: #ddd;
}
.feature-item .product-image:hover{
box-shadow: none;
    border: 1px solid #96ea7c;
}
.footer-logo img{
       width: 160px;
    margin-bottom: 15px;
}
.page-title-area .page-title-content ul::before{
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    left: 15px;
    bottom: 38%;
    border-radius: 50px;
    transform: translateX(-50%);
}
.page-title-area .page-title-content ul::after{
   position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    right: 15px;
    bottom: 38%;
    border-radius: 50px;
    transform: translateX(-50%);
}
.shipp {
    font-size: 15px;
    margin: 20px 0;
    font-weight: 300;
    background: #ddd;
    display: inline;
    padding: 10px 30px;
    border-radius: 8px;
    color: #767474;
}
.aval {
    color: #7a7979;
    font-size: 18px;
}
.pro-price {
    font-size: 30px;
    margin: 21px 0 0;
    font-weight: 600;
    color: #83e379;
}
.description p{
    font-size: 16px;
}
.site-point ul{
    margin: 0;
    padding: 0;
}
.site-point ul li{
    display: inline-block;
    padding: 30px 20px;
}
.site-point ul li img{
    width: 50px;
    text-align: center;
}
.site-point ul li p{
    font-size: 16px;
    margin: 5px 0;
    font-weight: 600;
}
.sh-img {
    background: #83e379;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.submit-bttn{
       background: #83e379;
    padding: 10px 50px;
    border: 0;
}