@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600,700,800&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap'); 

:root {
    --theme-color: #1a9ddb;
    --second-color: #1b4d83;
    --header-color: rgba(0,0,0,0.5);
}

.min108 {
    min-height: 108px;
}


.min180 {
    min-height: 180px;
}




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: #433e3e;
    font-weight: 700;
    font-family: "Fira Sans", sans-serif;
}

span {
    font-family: "Fira Sans", sans-serif;
}

p {
    font-family: "Fira Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.8;
}

.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-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0;
    height: 100vh;
}

.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: "Fira Sans", 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::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: "Fira Sans", 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);
    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;
}

.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: #fe532f;
    font-size: 30px;
    font-weight: 600;
    font-family: "Fira Sans", 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 {
    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: #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 #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: "Fira Sans", 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: #fe532f;
}

.single-product-box .product-content span {
    display: block;
    color: #333;
    line-height: 1.6;
    font-size: 17px;
    font-family: "Fira Sans", 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: #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: 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: "Fira Sans", sans-serif;
    font-family: 'Poppins', 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: "Fira Sans", 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 a:hover {
     color: #ff9503;
}
.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: 70px;
}

.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;
    padding: 50px !important;
}

.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: "Fira Sans", 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: 50px;
    }

.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 {
    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: 'Playfair Display';
    font-family: 'Poppins', sans-serif;
    /* min-height: 60px; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

span {
    font-family: "Fira Sans", sans-serif;
}

p {
    font-family: "Fira Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.8;
    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 {
    font-family: "Fira Sans", sans-serif;
    background-color: var(--theme-color);
    transition: all 0.5s;
    position: relative;
    z-index: 1;
    border-radius: 50px;
    overflow: hidden;
    letter-spacing: 0;
    font-size: 1rem;
    padding: 15px 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: var(--second-color);
    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: .9rem;
    font-family: "Fira Sans", sans-serif;
    padding: 0px 15px;
    font-family: 'Poppins', 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: var(--header-color);
}

.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: "Fira Sans", 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: 0;
    padding-bottom: 0;
}

.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: #ffffff;
    padding: 6rem 0;
    position: relative;
}

.our-product-area .section-title h1 {
    color: var(--theme-color);
    text-transform: uppercase;
    font-size: 4rem;
}

.our-product-area .section-title p {
    color: #000000;
    font-size: 24px;
    padding: 0;
    margin: 0;
}

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

.single-product-box .product-content span {
    display: block;
    color: #333;
    line-height: 1.6;
    font-size: 17px;
    font-family: "Fira Sans", 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: #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 {
    margin-bottom: 20px;
    font-size: 19px;
    font-size: 25px;
    text-align: center;
}

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

.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: "Fira Sans", sans-serif;
    font-family: 'Poppins', 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: inline-block;
    padding: 0 20px;
}

.single-widget .links li a {
    color: #fbf3f3;
    text-decoration: none;
    font-family: "Fira Sans", sans-serif;
    font-family: 'Poppins', sans-serif;
}

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

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

.single-widget .links li:hover a {
    color:  var(--theme-color);
}

.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: var(--second-color);
    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;
    text-align: center;
    background: linear-gradient(48deg, rgb(251 101 4) 0%, rgb(57 56 59) 80%);
    padding: 0 0 40px 0;
    min-height: 400px;
    display: flex;
    align-items: center;
    background: url(../images/other-ban.png) no-repeat;
    background-size: cover;
}

.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: #fff;
    margin-top: 20px;
}

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

.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; */
    margin: auto;
    padding: 50px 70px;
    background: linear-gradient(#f7f7f7,#ffffff);
}

.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;
    padding: 10px;
    max-width: 550px;
}

.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;
    max-width: 600px;
}

.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;
     padding-left: 30px;
  padding-right: 20px;
}

.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;
    padding: 5px;
}

.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 var(--second-color);
    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;
    height: 300px;
}

.contact-info-area .single-contact-info i {
    display: block;
    color: var(--theme-color);
    transition: all 0.5s;
    font-size: 25px;
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
    line-height: 50px;
    border: 2px dotted var(--second-color);
    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: #196bc8; */
        background: linear-gradient(to bottom left, #333 1%, var(--theme-color) 89%);
}

.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: #30342f;
    padding: 3px 0;
    border-radius: 50%;
    color: #fff;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 18px;
    font-size: 11px;
    top: 19px;
    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: "Fira Sans", 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: 50px;
}

.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: "Fira Sans", 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.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: #ffffff;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 16px;
    font-weight:600;
}

.top_menu .navbar-light .navbar-nav .nav-link:hover {
    color: var(--theme-color);
}

.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;
    padding: 100px 0;
}

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

.footer-top-area {
    background: url(../images/footer.png);
    background-size: cover;
    margin: 0 auto;
    text-align: center;
    background-position: center top;
    position: relative;
    padding: 2rem 0;
  /*  z-index: 1;*/
}

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



.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: 36px;
    line-height: 1.3;
    color: #131313;
}

.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;
    height: 670px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-bg-top h3 {
    color: #ffffff;
    font-size: 70px;
    FONT-VARIANT: JIS83;
    font-family: 'Poppins', sans-serif;
    position: relative;
    display: inline-block;
    line-height: 1.3;
    text-shadow: 1px 2px 4px #333;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.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: #f6da81 !important;
    border-bottom: 0px solid #fff;
    position: inherit;
}

.banner-bg-top p {
    color: #05472a;
    margin-bottom: 1rem;
    display: inline-block;
}

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

/*-----------------------------------------*/
.button-bg-m {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    border-radius: 50px;
    position: relative;
    display: inline-block;
    padding: 1rem 2rem;
    background: var(--theme-color);
    transition: 0.3s ease-in-out all;
}

.button-bg-m:hover {
    background: var(--second-color);
}

.button-bg-m:after {
    content: "";
    /* width: 100%; */
    /* height: 100%; */
    /* border: 3px solid #ffffff; */
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 0; */
    /* transition: width 0.2s ease 0s, height 0.2s ease 0.1s, border-top-width 0.1s ease 0.2s, margin 0.2s ease 0s; */
}

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

.button-bg-m.blue, .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;
}

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

/*--------------------------*/
.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 {
    background: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 0;
    border-radius: 30px;
    /* box-shadow: 5px 5px 5px rgb(0 0 0 / 20%); */
    position: relative;
    margin-bottom: 30px;
    /* background: linear-gradient(to left bottom,#be1e2d,#97e8e4); */
    border-radius: 0 30px 30px 0;
}

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

.product-image {
    position: relative;
    overflow: hidden;
    transition: all ease 0.5s;
    /* background: #ffffffa1; */
    padding: 10px;
    margin: 10px;
    border-radius: 0;
    margin-bottom: 0;
    /* box-shadow: 0 0 10px #dadada; */
    /* z-index: 9; */
    /* border: 1px solid #d0d5d9; */
}

.feature-item.gradient-hover.product-bg-n:before {
    content: "";
    position: absolute;
    /* background: #ffffff; */
    /* width: 100%; */
    height: 4px;
    /* clip-path: polygon(0% 67%, 73% 91%, 100% 100%, 0 100%); */
    left: 0;
    bottom: 0;
    z-index: 999;
}

.product-image a.image {
    display: block;
    max-width: 60%;
    margin: auto;
}

.product-image img {
    max-width: 100%;
}

.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;
    /* height: 60px; */
    background-color: var(--theme-color);
    display: inline-block;
    padding: 12px 45px;
    border-radius: 45px;
    transition: all ease 0.5s;
    position: relative;
    z-index: 1;
    border: 2px solid #fff;
}

.quick-view:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #141b22;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    border-radius: 0;
}

a.quick-view.cart-btn {
    background: #228887;
}

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

.quick-view i {
    margin-right: 7px;
}

.product-content {
    text-align: center;
    background: transparent;
    margin: 10px 10px;
    border-radius: 0;
    z-index: 9;
    position: relative;
    background-size: 1px 1px;
}

.title {
    /* font-size: 0; */
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding: 0 10px;
    transition: all ease 0.5s;
    color: #fff;
    background: rgb(29,156,145);
    background: linear-gradient(48deg, rgb(57 56 59) 0%, rgb(251 101 4) 80%);
    padding: 18px 20px;
    background: var(--second-color);
}

.title a {
    color: #ffffff;
    transition: all 0.3s ease;
    line-height: 1;
    font-weight: 600;
    font-size: 18px;
    min-height: 52px;
    /* display: inline-block; */
    letter-spacing: 0px;
}

.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: #ffffff;
    font-size: 1.1rem;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    transition: all ease 0.5s;
    /* border-radius: 50px; */
    padding: 0;
    margin: 0;
    width: 70px;
    height: 70px;
    background: linear-gradient(to top left,  var(--theme-color) 1%, var(--second-color) 63%);
    border-radius: 100%;
    display: flex;
    align-items: center;
    letter-spacing: -1px;
    text-align: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    border: 3px solid var(--second-color);
    z-index: 9999;
    /* position: relative; */
}

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

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

.qty-div input {
    background: #fff;
    border-radius: 29px;
    font-weight: 700;
}

.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 {
    max-width: 100%;
    width: 100%;
    padding: 2px;
    margin: 0 auto;
}

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

.sliderImg img {
    max-width: 60%;
    display: block;
}

a.sliderImg {
    /* max-width: 90%; */
    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;
    font-size: 20px !important;
}

.bannerContent {
    position: relative;
    z-index: 5;
    text-align: left;
    padding: 100px 0 0;
    /* background: rgb(13 37 70 / 47%); */
    /* padding: 25px; */
    border-radius: 2px;
    /* outline: 2px solid rgb(13 37 70 / 47%); */
    /* outline-offset: 9px;*/
}

.bannerContent p {
    font-weight: 500;
    color: #ffffff;
    margin-top: 18px;
    width: 75%;
}

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

.top_menu {
    position: relative;
    padding: 0;
    z-index: 55;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

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

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

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

.page-title-content {
}

.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: 'Poppins', 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: 20px;
    text-align: center;
    /* border: 2px dotted #fff; */
    min-height: 140px;
    background: linear-gradient(to bottom left, #777 1%, var(--theme-color) 89%);
}

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

.address-innr p, .address-innr p a {
    color: #ffffff;
}

.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: 40px 0;
    height: auto;
    overflow: auto;
    padding-right: 10px;
}

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

.product_features {
    margin-top: 1.5rem;
}

.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 {
    /* background: #000000; */
    /* padding: 0; */
    position: relative;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    height: auto;
    margin-bottom: 32px;
    box-shadow: 2px 2px 14px #dbdbdb;
    border-radius: 0;
    padding-bottom: 10px;
}

.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: 20px;
    /* 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));
    display: none!important;
}

.product_features h4 {
    justify-content: left;
}

.ben-sec-inner {
    background: #f1f1f1;
    padding: 58px 30px 0;
    position: relative;
    /* padding-top: 95px; */
    /* border-bottom: 3px solid #3e3e3e; */
    margin: 20px 0;
    padding-bottom: 50px;
    min-height: 360px;
    text-align: center;
    /* border: 2px dashed var(--second-color); */
    border-radius: 0px;
}

.ben-sec-inner h4 {
    /* position: absolute; */
    /* background:  var(--theme-color); */
    color:  var(--theme-color);
    padding: 15px 10px;
    margin: 0;
    /* top: 0; */
    /* left: 0; */
    font-size: 18px;
    /* width: 75%; */
    /* text-align: left; */
    font-weight: 600;
}

.ben-sec-inner p {
    font-size: 14px;
    line-height: 25px;
    color: #232323;
}

.sub-head {
    letter-spacing: 8px;
    font-weight: 600;
    font-size: 19px;
    text-transform: uppercase;
    /* line-height: 27px; */
    color: #333;
    font-family: 'Oswald', sans-serif;
}

.heading {
    font-size: 40px;
    margin-bottom: 20px;
    /* text-transform: uppercase; */
    color: #333;
}

.benefits-block {
    padding: 30px 0;
}

.about-block-txt .sub-head {
    display: block;
    text-align: left;
}

.about-block-txt .heading {
    display: block;
    text-align: left;
    color: #333;
}

.about-block {
    padding: 100px 0;
    position: relative;
}


.about-block-txt p {
    color: #999;
    font-size: 16px;
    line-height: 32px;
}

.icon-block {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 7px;
    /* background: rgb(0 0 0 / 76%); */
    background: linear-gradient(to bottom, var(--theme-color) 1%, var(--second-color) 63%);
}

.icon-block img {
    width: 70px;
    padding: 10px;
}
.address-innr p a:hover{
    color: var(--second-color);
}
.banner-bg-top h4{
    letter-spacing: 5px;
    font-weight: 600;
    font-size: 25px;
    text-transform: uppercase;
    /* line-height: 27px; */
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
}
.single-contact-info:hover{
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .banner-bg-top h3 {
        font-size: 40px;
    }
    .banner-bg-top{
        height: auto;
    }
}


.btn-index {
 z-index: 0 !important;
}