@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;

}
ul { padding: 0;}
li { list-style: none;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #433e3e;
    font-weight: 700;
    font-family: "Libre Franklin", serif;
}

span {
    font-family: "Libre Franklin", serif;
}

p {
    font-family: "Libre Franklin", serif;
    font-size: 1rem;
    line-height: 1.8;
}
.single-widget .address li a {
    word-break: break-all;
}
.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); */
}

.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 {
    font-family: "Libre Franklin", serif;
    background-color: #38a64e;
    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::before {
    content: "";
    position: absolute;
    top: 0;
    left: -180px;
    width: 100%;
    height: 100%;
    background-color: #3a8d00;
    border-color: #3a8d00;
    z-index: -1;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
    opacity: 0;
}

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

ul.navbar-item li {
    padding-right: 23px;
    font-size: 1rem;
    font-family: "Libre Franklin", 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; */
    padding: 0px;
    background: transparent !important;
    /* border-bottom: 1px solid #fff; */
}

.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);
    background-color: #fff;
    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;
    transition: 0.5s;
    animation: rotation 50s infinite linear;
    transition: all 0.5s;
}

.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: #fe532f;
    font-size: 30px;
    font-weight: 600;
    font-family: "Libre Franklin", 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 {
    background-image: url(../images/see-product-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    z-index: 1;
}

.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: #fcfcfc; */
}

.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 #fe532f;
    color: #fe532f;
    font-weight: 600;
    margin-right: 4px;
    border-radius: 40px;
}

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

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

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

.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: "Libre Franklin", 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: #fe532f;
}

.single-product-box .product-content span {
    display: block;
    color: #333;
    line-height: 1.6;
    font-size: 17px;
    font-family: "Libre Franklin", 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: #fe532f;
    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: #fe532f;
}

.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: #fe532f;
}

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

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

.single-widget h3 {
}

.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: "Libre Franklin", 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:last-child {
    margin-bottom: 0;
}

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

.single-widget .links li a {
    color: #fbf3f3;
    text-decoration: none;
    font-family: "Libre Franklin", 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::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display : none;
    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 {
    display: inline-block;
    color: #fff;
    position: relative;
    font-size: 15px;
    font-weight: 600;
}

.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: #fe532f;
}

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: 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: #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: "Libre Franklin", 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: playfair display,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: playfair display,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.jpg) 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 {
}

.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;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #38a64e;
    font-weight: 700;
    font-family: "Libre Franklin", serif;
}

span {
    font-family: "Libre Franklin", serif;
}

p {
    font-family: "Libre Franklin", serif;
    font-size: 1rem;
    line-height: 1.8;
}

.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 {
    font-family: "Libre Franklin", serif;
    background-color: #000000;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    letter-spacing: 0;
    font-size: 1rem;
    padding: 10px 30px;
    text-align: center;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 27px;
}

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

.default-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -180px;
    width: 100%;
    height: 100%;
    background-color: #38a64e;
    border-color: #38a64e;
    z-index: -1;
    -webkit-transition: all 0.9s;
    transition: all 0.3s;
    opacity: 0;
}

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

ul.navbar-item li {
    padding-right: 23px;
    font-size: 1rem;
    font-family: "Libre Franklin", serif;
    padding: 20px 4px;
}

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

ul.navbar-item li i {
    font-size: 16px;
    color: #323232;
}

.main-nav {
    /*! box-shadow: 0 0 4px #ccc; */
    padding: 0px;
    background: #e5fadb !important;
}
a.navbar-brand img {
    width: 199px;
}
.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);
    background-color: #fff;
    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;
    transition: 0.5s;
    animation: rotation 50s infinite linear;
    transition: all 0.5s;
}

.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: #fe532f;
    font-size: 30px;
    font-weight: 600;
    font-family: "Libre Franklin", 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: 60px;
    padding-bottom: 30px;
}

.see-product-area {
    background-image: url(../images/see-product-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    z-index: 1;
}

.see-product-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.8;
    z-index: -1;
}
.list-items li {
    background: url(../images/arrow-right.png) no-repeat center left;
    padding-left: 33px;
    background-size: 20px;
    margin-bottom: 12px;
}
.see-product-area .section-title h2 {
    color: #ffffff;
}
.banner-bg {background: #fff;background-attachment: fixed;background-size: cover;padding: 70px 0 100px 0;}
.banner-bg h2 {
    color: #38a64e;
    font-size: 19px;
    }
.banner-bg p {color: #000;font-size: 15px;}
.banner-bg img {
    width: 92px;
    height: auto;
    /* padding-right: 25px; */
    object-fit: contain;
    background: #38a64e;
    text-align: center;
    margin: auto;
    border-radius: 56px;
    padding: 18px;
    margin-bottom: 10px;
    position: relative;
    top: 40px;
    display: none;
    }
.see-product-area .section-title p {
    margin-bottom: 30px;
    color: #ffffff;
}

.our-product-area {
    overflow: hidden;
    position: relative;
    padding: 51px 0;
    background: #ffffff;
}
.our-product-area:before{
    content: '';
    position: absolute;
    bottom: 6%;
    right: 8%;
    height: 300px;
    width: 300px;
    /* background: linear-gradient(45deg, #711414, white); */
    /* z-index: -1; */
    border-radius: 100%;
    background-size: 4px 1px;
}
.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 #fe532f;
    color: #fe532f;
    font-weight: 600;
    margin-right: 4px;
    border-radius: 40px;
}

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

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

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

.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: "Libre Franklin", 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: #fe532f;
}

.single-product-box .product-content span {
    display: block;
    color: #333;
    line-height: 1.6;
    font-size: 17px;
    font-family: "Libre Franklin", 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: #fe532f;
    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: #fe532f;
}

.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: #fe532f;
}

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

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

.single-widget h3 {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 23px;
}

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

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

.single-widget .address li {
    color: #fff;
    position: relative;
    padding-left: 50px;
    margin-bottom: 30px;
    transition: all 0.5s;
    font-family: "Libre Franklin", serif;
    display: flex;
    flex-direction: column;
}

.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: -2px;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border: 2px solid #ffffff;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}
span.compn {
    display: block;
}

.single-widget .address li:hover {
    /* color: #ff3586; */
}

.single-widget .address li:hover a {
    color: #38a64e;
}

.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: "Libre Franklin", serif;
}

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

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

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

.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: #38a64e;
    padding: 8px 0;
    height: 50px;
}

.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 {
    position: relative;
    z-index: 1;
    padding-top: 55px;
    padding-bottom: 55px;
    background-repeat: no-repeat;
    text-align: left;
    background: #e5fadb;
    /* margin-top: -117px; */
    /* padding-top: 200px; */
    background-attachment: fixed;
}

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

.page-title-area .page-title-content h2 {
    margin-bottom: 0;
    font-size: 48px;
    color: #303030;
    text-transform: uppercase;
}

.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 {
    display: inline-block;
    color: #363636;
    position: relative;
    font-size: 15px;
    font-weight: 600;
}

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

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

.product-details-image {
    text-align: center;
    background-color: #e2eef3;
    padding: 50px;
    outline: 2px solid #444;
    outline-offset: 6px;
}

.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;
}


.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: #000;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    border-color: #eaedff;
    border-left: none;
    border-right: none;
    text-align: center;
    background: transparent;
}

.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 #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: #fe532f;
}

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: 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: #282f39;
    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: "Libre Franklin", 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: playfair display,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: "Libre Franklin", 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.jpg) 0 0 no-repeat;
    height: 701px;
    background-position: center top;
}

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

.top_menu .navbar-light .navbar-nav .nav-link {
    color: #030303;
    font-size: 1.2rem;
}

.top_menu .navbar-light .navbar-nav .nav-link:hover {color: #fff;background: #81c361;box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);border-radius: 10px;}

.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: #f4f4f4;
}

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

.footer-top-area {
    background: #000000;
    padding: 70px 0;
    background-attachment: fixed;
    background-position: bottom;
    background-size: 2px 1px;
    /* clip-path: polygon(0 8%, 100% 0, 100% 100%, 0% 100%); */
}

.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: 'Raleway', 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: 31px;
    line-height: 1.3;
}

.how {
    margin-bottom: 22px;
    background: #f4f4f4;
    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/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 734px;
    margin-top: 0;
    padding: 0;
    background-position: bottom;
}
.banner-bg-top:after{
    content: '';
    position: absolute;
    /* left: 0; */
    /* bottom: 0; */
    /* width: 100%; */
    /* height: 266px; */
    /* background: url(../images/bannerAfter.png) no-repeat; */
    /* z-index: 0; */
}
@keyframes shapeScale {
    0%, 100%  {
        transform: scale(1)
    }
    50% {
        transform: scale(1.2)
    }
}

.banner-bg-top h3 {
     color: #38a64e;
     font-size: 5rem;
     /* text-transform: uppercase; */
     font-weight: 800;
     line-height: 1;
     text-shadow: 1px 12px 7px rgba(0,0,0,0.15);
}

.banner-bg-top .medil-text-bg {
    font-family: 'Anton', sans-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: none !important;
    border-bottom: 0px solid #fff;
    position: inherit;
}

.banner-bg-top p {
     color: #000;
     margin-bottom: 1rem;
     font-size: 1.5rem;
     letter-spacing: 0;
     font-weight: bold;
     text-shadow: 2px 1px 0px white;
}

.banner-bg-top .button-bg-m {
    margin-top: 0;
    color: #fff;
    position: relative;
    z-index: 5;
    border-radius: 10px;
}

/*-----------------------------------------*/
.button-bg-m {
    text-transform: uppercase;
    letter-spacing: 1px;
    /* color: #409cff; */
    border-radius: 0;
    position: relative;
    display: inline-block;
    padding: 1rem 2rem;
    background: #38a64e;
    transition: 0.3s ease-in-out all;
    font-weight: 600;
    margin-top: 0;
    margin-top: 0;
    color: #fff;
    position: relative;
    z-index: 5;
    border-radius: 30px;
}

.button-bg-m:hover {
    background: #415faf;
}

.button-bg-m:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 5px;
    background: #000;
    transition: all ease 0.8s;
    z-index: -1;
    border-radius: 10px;
    opacity: 0;
}

.button-bg-m:hover:after {
    width: 100%;
    opacity: 1;
}

.button-bg-m.blue:hover {
    color: #ffffff;
}

.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;
}

/*--------------------------*/
.fitness-box {
    background: #fff;
    font-family: 'Montserrat', 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: 'Open Sans', 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 {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    /* border-radius: 10px; */
    transition: 0.3s ease-in-out all;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    border-radius: 5px;
    border: 2px solid #c5efff;
    box-shadow: 4px 8px 8px hsl(0deg 0% 0% / 38%);
}

.product-bg-n .product-image {
    position: relative;
    padding: 30px 30px 10px;
    transition: 0.3s ease-in-out all;
    /* border: 1px solid #efefef; */
    /* box-shadow: 2px 2px 11px #999999; */
    /* margin: 20px; */
    /* margin-top: 30px; */
    /* background: linear-gradient(45deg, #69f1fd, #196886); */
    /* border: 6px solid #fff; */
    background-size: 1px 1px;
}
.product-bg-n:hover .product-image{
}

.product-bg-n .product-image a.image {
    display: block;
    max-width: 85%;
    margin: auto;
    position: relative;
    z-index: 1;
}

.product-bg-n .product-image img {
    width: 100%;
    height: auto;
    /* box-shadow: 1px 1px 8px #929292; */
}

.product-image .pic-1 {
    backface-visibility: hidden;
    transition: all 0.4s;
}

.product-bg-n:hover .product-image .pic-1 {}

.product-image .pic-2 {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -100%;
    left: 0;
    transition: all 0.4s;
}

.product-bg-n:hover .product-image .pic-2 {
    opacity: 0;
    top: 0;
}

.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 .quick-view {
    color: #38a64e;
    background: #ffffff;
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 0px;
    transform-origin: bottom center;
    transition: all 0.3s ease-in-out;
    padding: 10px 40px;
    line-height: 1;
    animation: shapeScale ease-in-out 4s infinite;
    border-right: 0;
    border: 4px solid #8ae0ff;
}

.product-bg-n .quick-view i {
    /* margin-right: 7px; */
}

.product-bg-n .quick-view:hover {
    background: #8ae0ff;
    color: #3ba3b9;
}

.product-bg-n .product-content {
    padding: 25px 40px 30px;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.3s ease-in-out all;
    z-index: 5;
}
.product-bg-n:hover .product-content{
    top: 0;
}
.product-bg-n .title {
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0px 0 5px;
    background: none;
    /* padding: 20px 0; */
    /* min-height: 62px; */
    /* position: absolute; */
    /* top: 26px; */
    /* left: 0; */
    right: 0;
    letter-spacing: 4px;
    text-transform: uppercase;
    /* background: #f1f1f1; */
}

.product-bg-n .title a {
    color: #181818;
    transition: all 0.3s ease;
    line-height: 1.4;
}
.product-bg-n .rating {
    padding: 0;
    margin: 0 0 3px;
    list-style: none;
}

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

.product-bg-n .price {
    color: #38a64e;
    font-size: 33px;
    font-weight: 700;
    transition: 0.3s ease-in-out all;
}
.product-bg-n:hover .price{
}
.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;
}

.linkBtn {
}

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

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

.product-content .title {}

.product-content .linkBtn {
    padding-top: 12px;
    transition: 0.3s ease-in-out all;
    /* position: absolute; */
    /* right: 10px; */
    /* bottom: 10px; */
    display: flex;
    justify-content: center;
    /* width: 60%; */
}

.product-bg-n:hover {
    /* box-shadow: 1px 1px 8px #919191; */
    transform: translateY(-10px);
}
.product-bg-n:hover .linkBtn{
}
.page-title-area .main-nav {
    padding: 0px;
    background: #ccc1c1bd !important;
    border-bottom: 0px solid #fff;
    position: inherit;
}

.top_menu .navbar-light .navbar-nav .nav-link {
    /* color: #ffffff; */
    font-size: 1.2rem;
    text-align: left;
    /* background: #fff; */
    border-radius: 22px;
    background: transparent;
    color: #38a64e;
    padding: 10px 20px;
    transition: .4s ease;
    font-size: 15px;
    /* box-shadow: 0px 5px 10px rgba(0,0,0,0.1); */
}

.nav-link.menu_dtl{
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.nav-link.menu_dtl:before{
    content: "";
    position: absolute;
    left: -67%;
    top: 70%;
    width: 100%;
    height: 1px;
    background-color: #ababab;
    border-radius: 3px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
    opacity: 0;
}

.nav-link.menu_dtl:hover:before{
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 73%;
        /* opacity: .4; */
}


.product-bg-n:after {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    /* height: 100%; */
    /* width: 100%; */
    /* bottom: 0; */
    /* background: hsl(174deg 35% 64% / 78%); */
    /* content: ''; */
    z-index: 1;
    transition: 0.3s ease-in-out all;
}
.product-bg-n:hover:after{
    height: 100%;
}

.product-image:before {content: '';bottom: 0;position: absolute;left: 0;/* width: 100%; *//* height: 100%; *//* margin: auto; *//* border-radius: 100%; *//* background: linear-gradient(
45deg
, #33aaff, #198bed); *//* background-size: 2px 1px; *//* clip-path: polygon(0 0, 100% 0, 100% 84%, 0% 100%); */}

.bg1 .product-image:after{
 }
 .bg2 .product-image:after{
     /* background: linear-gradient(45deg, #60ff43, #0c57ff00); */
     /* filter: blur(58px); */
 }

 .bg3 .product-image:after{
 }
 
 .bg4 .product-image:after{
     background: linear-gradient(45deg, #075fff, #0c57ff00);
     filter: blur(58px);
 }
.product-image:after {
    content: '';
 }

.accordian{
    background-color: #f4e1fd;
    padding: 10% 0;
    position: relative;
    z-index: 1;
}

.accordian:before{
    content: '';
    background: url(../images/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* background-attachment: fixed; */
}
 
.section-title h1 {
    font-size: 2rem;
    text-align: center;
    color: #38a64e;
    position: absolute;
    left: -65px;
    rotate: -90deg;
    top: 48%;
}

.banner-bg-top h4 {
    font-size: 2rem;
    color: #38a64e;
    letter-spacing: 5px;
}

.top_menu {
    position: relative;
    z-index: 13;
}
.bannerModel {
    position: relative;
    z-index: 6;
    display: block;
    width: 65%;
    margin: auto;
}

.bannerContent {
    /* background: rgb(4 4 4 / 87%); */
    padding: 60px 40px;
    border-radius: 12px;
    /* box-shadow: -1px -1px 20px #34bdff; */
    text-align: center;
    /* border: 5px solid #fff; */
    text-align: left;
}
.cmnHeader h5 {
    padding: 12px;
    cursor: pointer;
    color: #3481c5;
}
/* =========================== */

#pricing-table {
	margin: 100px auto;

}

#pricing-table .plan {
	font: 12px 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;
	text-shadow: 0 1px rgba(255,255,255,.8);        
 background: #e2e2e2; 
	border: 1px solid #ddd;
	color: #333;
	padding: 20px;
    width: 300px;      
	float: left;
	position: relative;
}

#pricing-table #most-popular {
	z-index: 2;
	top: -13px;
	border-width: 3px;
	padding: 30px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
	box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);    
}

#pricing-table .plan:nth-child(1) {
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;        
}

#pricing-table .plan:nth-child(4) {
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;        
}

/* --------------- */	

#pricing-table h3 {
	font-size: 20px;
	font-weight: normal;
	padding: 20px;
	margin: -20px -20px 50px -20px;
	background-color: #eee;
	background-image: -moz-linear-gradient(#fff,#eee);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));    
	background-image: -webkit-linear-gradient(#38a64e, #0b0111);
	background-image: -o-linear-gradient(#38a64e, #0b0111);
	background-image: -ms-linear-gradient(#38a64e, #0b0111);
	background-image: linear-gradient(#38a64e, #0b0111);
        color: #fff;
  text-shadow: 1px 1px 0px #00000063;
}

#pricing-table #most-popular h3 {
	background-color: #ddd;
	background-image: -moz-linear-gradient(#eee,#ddd);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));    
	background-image: -webkit-linear-gradient(#2d0f3d, #621d8b);
	background-image: -o-linear-gradient(#2d0f3d, #621d8b);
	background-image: -ms-linear-gradient(#2d0f3d, #621d8b);
	background-image: linear-gradient(#2d0f3d, #621d8b);
	margin-top: -30px;
	padding-top: 30px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0; 		
}

#pricing-table .plan:nth-child(1) h3 {
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;       
}

#pricing-table .plan:nth-child(4) h3 {
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;       
}	

#pricing-table h3 span {
	display: block;
	font: bold 25px/100px Georgia, Serif;
	color: #572074;
	background: #fff;
	border: 5px solid #fff;
	height: 100px;
	width: 100px;
	margin: 10px auto -65px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	-moz-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	-webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
    font-family: "Libre Franklin", serif;
}

/* --------------- */

#pricing-table ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

#pricing-table li {
	border-top: 1px solid #ddd;
	padding: 10px 0;
}

/* --------------- */
	
#pricing-table .signup {
position: relative;
    padding: 14px 32px;
    margin: 20px 0 0 0;
    color: #fff;
    font: bold 19px Arial, Helvetica;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    background-color: #38a64e;
    background-image: -moz-linear-gradient(#72ce3f, #62bc30);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#72ce3f), to(#62bc30));
    background-image: -webkit-linear-gradient(#72ce3f, #62bc30);
    background-image: -o-linear-gradient(#72ce3f, #62bc30);
    background-image: -ms-linear-gradient(#72ce3f, #62bc30);
    background-image: linear-gradient(#38a64e, #25062e);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
}

#pricing-table .signup:hover {
	background-color: #62bc30;
	background-image: -moz-linear-gradient(#62bc30, #72ce3f);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#62bc30), to(#72ce3f));      
	background-image: -webkit-linear-gradient(#62bc30, #72ce3f);
	background-image: -o-linear-gradient(#62bc30, #72ce3f);
	background-image: -ms-linear-gradient(#62bc30, #72ce3f);
	background-image: linear-gradient(#62bc30, #72ce3f); 
}

#pricing-table .signup:active, #pricing-table .signup:focus {
	background: #62bc30;       
	top: 2px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
	box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset; 
}

/* --------------- */

.clear:before, .clear:after {
  content:"";
  display:table
}

.clear:after {
  clear:both
}

.clear {
  zoom:1
}

/* responsive css*/


@media only screen and (max-width: 767px) {
    .button-bg-m {
        margin-bottom: 20px;
    }
    .bannerContent{
        background: rgb(231 226 226 / 64%);
    text-align: center;
    }
    .banner-bg-top h3 {
    font-size: 2.5rem;}
    .banner-bg img {
    padding-right: 19px;
}
.banner-bg h2 {
    font-size: 21px;
}
.banner-bg p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 25px;
}
#pricing-table .plan {     margin-bottom: 41px;
    float: none; }
.text-sm-center { text-align: center !important;}
.cart-table table thead tr th { display: flex;
    visibility: hidden;
    height: 0; }
.cart-table table tbody tr td {     display: flex;
    width: 100%;
    text-align: center;
    justify-content: center; }
    .product-details-image {
    margin: 47px;
}
.hdng1-pro { text-align: center;}
.text1{
    text-align: center;
}
.text2 {
    text-align: center !important;}
}
}


.section-header {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 20px;
}

.section-header::before {
  /* content: ''; */
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #f82249;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-header h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  color:#fff
}

.section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #9195a2;
}
.subscribe {
    padding: 25vh 0;
    background: url(../images/banner.jpg) center center no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    min-height: 100vh;
}

.subscribe:before {
  content: "";
  /* background: rgba(6, 12, 34, 0.4); */
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.subscribe .section-header h2,
.subscribe p {
  color: #38a64e;
  text-align: right;
}

.subscribe .inptbx {
  background: rgba(255,255,255,0.7);
  color: #060c22;
  border: 0;
  outline: none;
  margin: 20px 0;
  padding: 9px 20px;
  border-radius: 50px;
  font-size: 14px;
  border: 1px solid #ade7c5;
}

.subscribe button {
  border: 0;
  padding: 10px 40px;
  cursor: pointer;
  background: #38a64e;
  color: #fff;
  transition: all 0.3s ease;
  outline: none;
  font-size: 16px;
  border-radius: 50px;
}

.subscribe button:hover {
  background: #000000;
}
.news_letter {
    /* background: rgba(25,25,25,0.5); */
    position: relative;
    z-index: 9;
    /* padding: 40px 0; */
    border-radius: 10px;
}

@media only screen and (min-width: 768px) {
  .subscribe .inptbx {
    /* min-width: 41rem; */
}

}


.chkbx {
    display: flex;
    align-items: center;
    justify-content: end;
    /* width: 620px; */
    text-align: right;
}

    .message {
      /* margin-top: 10px; */
      /* color: red; */
      /* padding: 20px; */
      /* background: rgba(6, 12, 34, 0.6); */
      /* color: #fff; */
      /* text-align:center; */
      /* font-size: 20px; */
    }

    .success {
      color: #fff;}


      .billing-toggle-txt {
    clear: both;
    text-align: center;
    justify-content: center;
    width: 613px;
    text-align: center;
    color: #000;
}


.product-card {
    width: 32%;
    position: relative;
    box-shadow: 0 19px 30px #dfdfdf;
    margin: 0;
    /* background: linear-gradient(#38a64e, #ffffff); */
    border-radius: 50px;
    float: left;
    background: #fff;
}

.badge {
    position: absolute;
    left: 0;
    top: 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    background: red;
    color: #fff;
    padding: 3px 10px;
}

.product-tumb {
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 250px; */
    padding: 5px;
    /* background: #ffffff; */
    padding-bottom: 0;
    width: 35%;
    float: left;
}

.product-tumb img {
    max-width: 100%;
    max-height: 100%;
    background: rgb(255 255 255);
    padding: 34px;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    margin-top: 25px;
    margin-left: 15px;
}

.product-details {
    padding: 30px 15px;
    float: left;
    width: 65%;
}

.product-catagory {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ccc;
    margin-bottom: 18px;
}

.product-details h4 a {
    font-weight: 500;
    display: block;
    margin-bottom: 18px;
    text-transform: uppercase;
    color: #363636;
    text-decoration: none;
    transition: 0.3s;
}

.product-details h4 a:hover {
    color: #fbb72c;
}

.product-details p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 18px;
    color: #999;
}

.product-bottom-details {
    overflow: hidden;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.product-bottom-details div {
    float: left;
    width: 50%;
}

.product-price {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-align: left;
    background: #38a64e;
    padding: 10px;
    border-radius: 30px;
    text-align: center;
}

.product-price small {
    font-size: 80%;
    font-weight: 400;
    text-decoration: line-through;
    display: inline-block;
    margin-right: 5px;
}

.product-links {
    text-align: right;
}

.product-links a {
    display: inline-block;
    margin-left: 5px;
    color: #fff;
    transition: 0.3s;
    font-size: 18px;
    background: #000;
    padding: 10px 20px;
    border-radius: 30px;
}

.product-links a:hover {
    color: #fbb72c;
}

.badge {
    position: absolute;
    left: 0;
    top: 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    background: red;
    color: #fff;
    padding: 3px 16px;
    z-index: 2;
    right: 0;
    margin: auto;
    width: 100px;
    border-radius: 0 0 10px 10px;
}

.product-card:nth-child(2){margin: 0 15px;}
.top_menu .navbar-light .navbar-nav a.nav-link.menu_dtl.active{
     text-align: center;
     border-radius: 10px;
     background: #81c361;
     color: #fff;
     box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
section.accordian p {
    color: #000;
}

.left_cls_innr {
    background: #dcfae2;
    padding: 15px;
    border-radius: 30px;
    width: 100%;
    min-height: 167px;
    padding-top: 38px;
    margin-top: 30px;
}

.left_cls {
    width: 48%;
    margin: 0 5px;
    float: left;
}


.accordian h1 {
    font-size: 50px;
}




.left_cls.left_cls2 {
    width: 98%;
}

section.subscribe {}

.subscribe img.bannerModel.imgfluid {
    width: 100%;
}

img.leftimg.imgfluid {
    width: 100%;
    background: transparent;
    display: block;
    top: 0;
}