[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

a,
a:hover {
    text-decoration: none !important;
}

button {
    border-radius: 0;
    background-color: transparent;
    border: none;
}

.content-body,
.bodycontent,
.login-area {
    min-height: 100vh;
}

/*==================================
Theme Color All Codes Variable
==================================*/

:root {
    --theme-general-color: #767678;
    /* theme gray color ok*/
}

:root {
    --theme-primary-color: #bf8072;
    /* theme primary color ok*/
}

:root {
    --theme-secondary-color: #141926;
    /* theme secondary color ok*/
}

:root {
    --theme-white-color: #fff;
    /* theme white font color ok*/
}

:root {
    --theme-light-color: #f8f8f8;
    /* theme light gray color ok*/
}

:root {
    --theme-gray-color: #e7e7e8;
    /* theme gray color */
}

:root {
    --theme-dark-color: #1b1b1e;
    /* theme dark color */
}

:root {
    --theme-footer-color: #1e2124;
    /* theme dark color */
}

:root {
    --theme-extra-color: #f3612e;
    /* theme extra color ok*/
}

:root {
    --theme-extra2-color: #ffd200;
    /* theme extra color ok*/
}

:root {
    --theme-primary-opacity-color: rgba(191, 128, 114, .8);
    /* theme primary opacity color ok*/
}

:root {
    --theme-secondary-opacity-color: rgba(20, 25, 38, .8);
    /* theme secondary color ok*/
}

:root {
    --theme-dark-opacity-color: rgba(27, 27, 30, .8);
    /* theme dark opacity color */
}

:root {
    --theme-white-opacity-color: rgba(255, 255, 255, 0.5);
    /* theme white color ok*/
}

:root {
    --theme-white-opacity90-color: rgba(255, 255, 255, 0.9);
    /* theme white color ok*/
}

:root {
    --text-light-color: #a5a5a5;
    /* text light color */
}

:root {
    --text-gray-color: #c3c3c3;
    /* theme text gray color */
}


/*==================================
Font Variable
==================================*/

:root {
    --theme-general-font: 'Jost', sans-serif;
    /* Font use for normal text and general text ok*/
}

:root {
    --theme-hiperlink-font: 'Jost', sans-serif;
    /* Font use for normal text and general text ok*/
}

:root {
    --theme-highlight-font: 'Jost', sans-serif;
    /* Font used in title or special area ok*/
}


/*==================================
Extra CSS
==================================*/

body {
    font-size: 16px;
}

h5,
.h5 {
    font-weight: 500;
}

.font-mini {
    font-size: 12px;
}

.tagcloud ul li a {
    font-size: 16px;
}

.widget_archive ul li,
.widget_categories ul li,
.widget_product_categories ul li {
    padding: 10px 0;
}

.product-wrapper .product-info .star-rating a {
    font-size: 14px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 13px;
    text-transform: uppercase
}

.main-nav .form-inline input.search-field {
    padding-left: 25px;
    font-size: 16px !important
}

.main-nav .form-inline input.search-field::placeholder,
.header-sticky .form-inline input.search-field::placeholder {
    color: var(--theme-secondary-color);
    font-size: 16px !important
}

[class*="product-search-"] .form-inline.search-pill-shape {
    background-color: var(--theme-light-color);
    border: 1px solid #000;
}

.ecommerce-header .wishlist-view a.top-quantity span,
.ecommerce-header .refresh-view a.top-quantity span,
.ecommerce-header .cart-view a.top-quantity span {
    color: var(--theme-white-color);
}

.sub-title {
    font-size: 18px;
    font-weight: 400;
}

.product-wrapper .product-info .product-title,
.product-wrapper .product-info .product-title a {
    font-weight: 400;
    font-size: 16px;
}

.coustom-categories-banner-1 .product-wrapper .product-info .product-title,
.coustom-categories-banner-1 .product-wrapper .product-info .product-title a {
    font-weight: 500;
    font-size: 16px;
}

.coustom-categories-banner-1 .product-wrapper .product-info .strok {
    font-size: 14px;
}

.product-wrapper .product-info .product-price .price ins {
    font-weight: 500;
    color: var(--theme-secondary-color);
}

.product-wrapper .product-info .product-price .price del {
    font-size: 15px;
    font-weight: 400;
    color: var(--theme-general-color);
}

.btn {
    border-radius: 0
}

.tagline {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
}

[class*="btn-link"] {
    letter-spacing: 2px
}

.thumb-blog-simple .post-content {
    width: 80%;
    position: relative;
    margin-top: -50px;
    background-color: var(--theme-light-color);
    left: 0;
    padding: 30px;
}

.thumb-blog-simple .post-meta {
    font-weight: 500;
    letter-spacing: 2px;
}

.thumb-blog-simple .post-content .btn-link-down-line {
    text-transform: capitalize;
    font-size: 14px;
}

.widget_recent_entries ul li span {
    font-size: 14px;
    font-style: normal;
}

.widget_recent_entries ul li a {
    font-weight: 400;
    font-size: 16px;
}

.footer-widget .widget-title {
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
}

.footer-widget li a {
    font-weight: 400;
    font-size: 15px;
}

.single-post .post-meta a {
    color: var(--theme-general-color)
}

.ecommerce-header .top-header {
    font-size: 15px;
}

@media screen and (max-width: 1399px) {
    .thumb-blog-simple .post-content {
        width: 85% !important;
    }
}

.search-view>a,
.wishlist-view>a,
.refresh-view>a,
.cart-view>a,
.sign-in>a {
    padding: 2px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: var(--theme-light-color);
}

@media screen and (max-width: 1199px) {

    .search-view>a,
    .wishlist-view>a,
    .refresh-view>a,
    .cart-view>a,
    .sign-in>a {
        line-height: 35px;
        width: 35px;
        height: 35px;
    }
}

@media screen and (max-width: 1399px) {
    .touch-screen-view.visible {
        visibility: visible;
        opacity: 1;
    }

    .touch-screen-view {
        position: fixed;
        width: 100%;
        height: 130px;
        background: #fff;
        top: 0;
        left: 0;
        z-index: 110;
        visibility: hidden;
        opacity: 0;
        -moz-transition: all 300ms ease-in-out 0s;
        -webkit-transition: all 300ms ease-in-out 0s;
        -o-transition: all 300ms ease-in-out 0s;
        -ms-transition: all 300ms ease-in-out 0s;
        transition: all 300ms ease-in-out 0s;
    }

    .touch-screen-view .form-inline {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
    }
}

@media screen and (max-width: 991px) {

    .border-footer .col:nth-child(3) .footer-widget,
    .border-footer .col:nth-child(4) .footer-widget {
        margin-top: 0 !important;
    }

    .border-footer .col:nth-child(3) {
        border-left: 0;
        padding-left: 15px;
    }

    header.fixed-top .header-sticky {
        box-shadow: none;
        border: none;
    }
}

@media screen and (max-width: 767px) {
    .custom-class-122 .banner-content {
        right: 0%;
        height: 100%;
        width: 50%
    }

    .custom-class-122 .middle-content {
        width: auto;
        right: 20px;
    }
}

@media screen and (max-width: 767px) {
    .custom-class-122 {
        display: none
    }
}

/* added by huma */
:root {
    --green: #38b2ac;
    --hover-green: #2f9590;
    --light-green: #e2f7f6;
}

.bg-sea-green {
    background-color: var(--light-green);
}

p {
    font-size: 15px;
    line-height: 25px;
}

hr:not([size]) {
    height: 4px;
    color: var(--green);
    width: 110px;
    opacity: 1;
    border-radius: 100px;
    text-align: center !important;
}

button.btn.btn-dark {
    border: 1px px solid #424a4d !important;
}

.accordion-button {
    border-bottom: 2px solid rgb(172, 172, 172) !important;
    border: 0px;
    padding: 15px;
}

.accordion-collapse {
    border: 0px;
    border-width: 0 1px;
    background-color: white;
}

.accordion-button:not(.collapsed) {
    color: #444444;
    background-color: rgb(194, 194, 194) !important;
}

.accordion-button:focus {
    box-shadow: none;
}

.top-header .middle-nav-bar .row,
.header-sticky {
    background-color: #131921;
}

form#searchForm {
    border: 1px solid !important;
}

select#selectType,
select#selectTypeSticky {
    /* width: 146px; */
    width: auto;
    padding: 0px !important;
}

#productCategory,
#productCategorySticky,
#serviceCategorySticky,
#serviceCategory,
#catSelectFormSticky,
#catSelectForm {
    display: none;
}

/* .top-header  .has-dropdown.d-flex.align-items-center.text-white.text-decoration-none {
    background-color: white;
    border-radius: 51px;
  } */
.top-header select#selectType,
select#selectTypeSticky {
    /* height: 29px !important;
    border-right: 1px solid grey !important;
    border-radius: 0px !important; */
    height: 40px !important;
    border-right: 1px solid grey !important;
    border-radius: 29px 1px 0px 29px;
}

.top-header select.currency.selectors.nice,
.ecommerce-header select.currency.selectors.nice {
    padding: 2px;
    width: 40px;
    text-align: center;
}

.top-header .select2-container--default .select2-selection--single,
.main-nav .select2-container--default .select2-selection--single,
.header-sticky .select2-selection.select2-selection--single {
    background-color: #fff;
    border: 0px !important;
    border-right: 1px solid grey !important;
    border-radius: 0px !important;
}

nav.navbar.navbar-expand-lg.nav-dark.nav-primary-hover.nav-line-active {
    overflow: auto;
    white-space: nowrap;
}

.main-features-section .card {
    height: auto;
    /* Set a fixed height for the card */
    overflow: hidden;
    /* Hide any content that overflows the card */
    /* transition: box-shadow .3s; */
    box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}

/* cards */

.main-features-section .card {
    border-radius: 10px;
    filter: drop-shadow(0 5px 10px 0 #ffffff);
    background-color: #ffffff;
    padding: 20px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    transition: 0.6s ease-in;
}

.main-features-section .card::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -15px;
    right: -15px;
    background: var(--light-green);
    height: 220px;
    width: 25px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
}

.main-features-section .card:hover::before {
    transition-delay: 0.2s;

    transform: scale(40);
}

h4,
.h4 {
    font-size: 18px;
    font-weight: 600
}

body,
.nav-general .navbar-nav .nav-link,
.list-color-general li a,
.footer-widget li a,
.list-color-general a,
.footer-widget.quick-links a,
.footer-widget.contact-us a {
    color: var(--theme-general-color);
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

img {
    max-width: 100%;
}

.text-general {
    color: var(--theme-general-color) !important;
}

body,
.nav-general .navbar-nav .nav-link,
.list-color-general li a,
.footer-widget li a,
.list-color-general a,
.footer-widget.quick-links a,
.footer-widget.contact-us a {
    color: var(--theme-general-color);
}

.hover-text-primary:hover *,
a.hover-text-primary:hover,
.list-color-secondary li.mixitup-control-active,
.list-color-dark li.mixitup-control-active,
.tab-simple li.mixitup-control-active,
.nav-primary-hover .navbar-nav .nav-link:hover,
.nav-primary-hover .navbar-nav .active>.nav-link:hover,
.nav-primary-hover .navbar-nav .active>.nav-link,
.list-text-hover-primary li a:hover,
.media-icon-white a:hover,
.text-primary {
    color: #c9030f;
}

.nav-secondary-hover .navbar-nav .nav-link:hover,
.nav-secondary-hover .navbar-nav .active>.nav-link:hover,
.nav-secondary-hover .navbar-nav .active>.nav-link,
.list-color-secondary li,
.list-color-secondary li a,
.list-color-secondary a,
.hover-text-secondary:hover *,
a.hover-text-secondary:hover,
.text-secondary {
    color: var(--theme-secondary-color) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
.nav-secondary .navbar-nav .nav-link,
.post-admin ul li span,
.breadcrumb-item>a,
.media-icon-secondary a,
.media-widget a {
    color: var(--theme-secondary-color);
}

.text-white .breadcrumb-item>a,
.text-white .breadcrumb-item.active,
.media-icon-white a,
.nav-white .navbar-nav .nav-link {
    color: var(--theme-white-color);
}

.list-color-white li a,
.list-color-white li,
.list-color-white a,
.text-white,
.hover-text-white:hover *,
a.hover-text-white:hover {
    color: var(--theme-white-color) !important;
}

.text-dark {
    color: var(--theme-dark-color) !important;
}

.list-color-dark li,
.list-color-dark li a,
.list-color-dark a,
.nav-dark-hover .navbar-nav .nav-link:hover,
.nav-dark-hover .navbar-nav .active>.nav-link:hover,
.nav-dark-hover .navbar-nav .active>.nav-link,
.nav-dark .navbar-nav .nav-link {
    color: var(--theme-dark-color);
}

.list-color-dark li:hover,
.list-color-dark li a:hover,
.list-color-dark a:hover,
.nav-dark-hover .navbar-nav .nav-link:hover,
.nav-dark-hover .navbar-nav .active>.nav-link:hover,
.nav-dark-hover .navbar-nav .active>.nav-link:hover,
.nav-dark .navbar-nav .nav-link:hover {
    color: #bd2222;
}

.list-color-gray li a,
.list-color-gray li,
.list-color-gray a,
.text-gray {
    color: var(--text-gray-color);
}

.text-light {
    color: var(--text-light-color) !important;
}

.list-color-light li a,
.list-color-light li,
.list-color-light a,
.footer-classic-dark.text-light .media-widget a,
.footer-default-dark .media-widget a,
.footer-classic-dark.text-light .footer-widget li a {
    color: var(--text-light-color);
}

.text-extra1,
a.hover-text-extra1:hover {
    color: var(--theme-extra1-color) !important;
}

.text-extra2 {
    color: var(--theme-extra2-color) !important;
}

/*============ Background Colors ===============*/

.bg-extra2 {
    background-color: var(--theme-extra2-color) !important;
}

.hover-bg-primary:hover,
.nav-tab-border .nav-link.mixitup-control-active,
.page-item.active .page-link,
.down-line::before {
    background-color: #c9030f;
}

.nav-white-hover.nav-line-active .navbar-nav .active>.nav-link:before,
.nav-white-hover.nav-line-active .navbar-nav .active>.nav-link:before,
.down-line-white:before {
    background-color: var(--theme-white-color);
}

.bg-extra1 {
    background-color: var(--theme-extra1-color) !important;
}

/*  When Header fixed */

.fixed-bg-primary.fixed-top,
.nav-primary-hover.nav-line-active .navbar-nav .active>.nav-link:before,
.nav-primary-hover.nav-down-line-active .navbar-nav .active>.nav-link:before,
.bg-primary {
    background-color: #c9030f;
}

.hover-bg-secondary:hover,
.fixed-bg-secondary.fixed-top,

/*  When Header fixed */

.nav-secondary-hover.nav-line-active .navbar-nav .active>.nav-link:before,
.nav-secondary-hover.nav-line-active .navbar-nav .active>.nav-link:before,
.down-line-secondary:before,
.bg-secondary {
    background-color: var(--theme-secondary-color) !important;
}

.bg-light {
    background-color: var(--theme-light-color) !important;
}

.nav-bg-gray-hover .navbar-nav .nav-link:hover,
.nav-bg-gray-hover .navbar-nav .active>.nav-link:hover,
.nav-bg-gray-hover .navbar-nav .active>.nav-link,
.hover-bg-gray:hover,
.bg-gray {
    background-color: var(--theme-gray-color) !important;
}

.bg-extra {
    background-color: var(--theme-extra-color) !important;
}

.fixed-bg-dark.fixed-top,

/*  When Header fixed */

.full-header.fixed-top,
.nav-dark-hover.nav-line-active .navbar-nav .active>.nav-link:before,
.nav-dark-hover.nav-line-active .navbar-nav .active>.nav-link:before,
.bg-dark {
    background-color: var(--theme-dark-color) !important;
}

.bg-footer {
    background-color: var(--theme-footer-color) !important;
}

.subscribe-form .form-control {
    background-color: var(--theme-light-color);
    border: 1px solid #e1e1e1;
}

.hover-bg-white:hover,
.fixed-bg-white.fixed-top,

/*  When Header fixed */

.nav-down-line-active .navbar-nav .active>.nav-link:before,
.hover-bg-white:hover {
    background-color: var(--theme-white-color) !important;
}

/*============ Background Opacity Colors ===============*/

.img-thumb-title-inside::before,
.overlay-secondary::before {
    background-color: var(--theme-secondary-opacity-color);
}

.help-content,
.overlay-primary::before {
    background-color: var(--theme-primary-opacity-color);
}

.overlay-dark::before {

    background-color: rgba(26, 26, 30, 0.6);

}

.overlay-white::before {
    background-color: var(--theme-white-opacity-color);
}

/*============ Border Colors ===============*/

.border-bottom-gray {
    border-bottom-color: var(--theme-gray-color);
    border-bottom: 1px solid;
}

.nav-tab-border .nav-link.mixitup-control-active,
.page-item.active .page-link {
    border-color: var(--theme-primary-color);
}

/*============ Mixed Colors ===============*/

.btn-white {
    color: var(--theme-secondary-color);
    background-color: var(--theme-white-color);
}

.btn-extra2 {
    background-color: var(--theme-extra2-color);
    color: var(--theme-white-color);
}

.btn-extra2:hover {
    color: var(--theme-white-color);
}

/*=============== Background Hover ===============*/

a.hover-bg-primary:hover,
.hover-bg-primary:hover {
    background-color: var(--theme-primary-color) !important;
}

/*==========================================================
 Font Variations
 ==========================================================*/

.ordenery-font {
    font-family: var(--theme-general-font);
}

.higlight-font {
    font-family: var(--theme-highlight-font);
}

.extra-font {
    font-family: var(--theme-extra-font);
}

.form-select:focus {
    box-shadow: none !important;
}

input:focus {
    box-shadow: none !important;
    outline: none !important;
}

.form-link:hover {
    color: #38b2ac;
}

.form-check-input:checked {
    background-color: #38b2ac !important;
    border-color: #38b2ac !important;
}

.sitebtn {
    display: inline-block;
    padding: 0 20px;
    line-height: 44px;
    height: 44px;
    border-radius: 10px;
    color: #fff;
    background-color: #38b2ac;
    margin-right: 10px;
}

.sitebtn:hover {
    color: #fff;
}

.darkbtn-full {
    display: block;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    background-color: #212529;
    text-align: center;
}

.darkbtn-full:hover {
    color: #fff;
}

.up-color {
    color: #38b2ac;
}

.up-bgcolor {
    background-color: #38b2ac;
}

.list-style-inc li {
    list-style: disc;
    margin-left: 30px;
}

textarea:focus {
    box-shadow: none !important;
    outline: none !important;
}