
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');


a:hover {
    color: #000000;
}
p {
    color: #000000;
}
img {
    max-width: 100%;
    height: auto
}
.logo-img {
    width: 144px;
}
.navbar{
    padding:6px 0px;
}
@media(min-width:576px) {
    .large-gutters {
        margin-right: -25px;
        margin-left: -25px
    }

        .large-gutters > .col,
        .large-gutters > [class*=col-] {
            padding-right: 25px;
            padding-left: 25px
        }
}

@media(min-width:576px) {
    .xl-gutters {
        margin-right: -60px;
        margin-left: -60px
    }

        .xl-gutters > .col,
        .xl-gutters > [class*=col-] {
            padding-right: 60px;
            padding-left: 60px
        }
}

.wp-caption-text {
    font-size: .875rem
}

@media(max-width:991.98px) {
    .site-header .navbar-collapse {
        margin-top: 20px
    }
}

@media(max-width:991.98px) {
    .site-header .navbar-collapse {
        background-color: transparent
    }
}

/*@media(min-width:992px) {
    .site-header .navbar {
        padding-top: 25px;
        padding-bottom: 25px
    }
}*/

@media(max-width:991.98px) {
    .site-header .navbar {
        padding-top: 2px;
        padding-bottom: 2px
    }
}
@media(max-width:575px) and (min-width: 300px) {
    .d-flex-btw {
        display: inline-grid!important;
        justify-content: space-between;
    }
}
.site-header .navbar .navbar-nav {
    margin-left: auto !important
}

@media(max-width:991.98px) {
    .site-header .navbar .navbar-nav {
        background-color: #dfd7c3;
        padding: 20px
    }
}
@media(min-width:576px) {

    p.cnt-num {
        display: inline-flex;
    }

}
    .site-header .navbar .nav-item {
        color: #747474;
        font-size: 1.125rem;
        margin-right: 9px;
        margin-left: 9px
    }

    @media(max-width:991.98px) {
        .site-header .navbar .nav-item {
            padding-bottom: 10px;
            padding-top: 10px
        }
    }

    .site-header .navbar .nav-item.active {
        color: #2a5631
    }

.site-header .navbar .nav-item .nav-link {
    font-family: "Work Sans", sans-serif;
    font-size: 1rem;
    line-height: 25px;
    /*  color: #747474;
        font-weight: 500*/
    color: #000000;
    font-weight: 600;
    padding-top: 30px;
    padding-bottom: 30px;
}

        .site-header .navbar .nav-item .nav-link:not(:last-child) {
            margin-right: 0
        }

    @media(min-width:992px) {
        .site-header .navbar .nav-item .nav-link {
            position: relative
        }

            .site-header .navbar .nav-item .nav-link.active::before,
            .site-header .navbar .nav-item .nav-link:hover::before {
                content: "";
                border-bottom: solid 2px #bc5e49;
                width: calc(100% - 15px);
                display: block;
                position: absolute;
                bottom: -5px;
                z-index: 1
            }

       

    }

.site-header .navbar .nav-item .dropdown-menu {
    font-size: 1rem;
    font-weight: 800;
    padding: 8px 0;
    margin: 0;
/*    margin-top: 20px;*/
    background-color: #ffffff;
    color: #2a5631;
    border: solid 1px #e9e9e9;
    transition: 0.5s all ease;
}

    @media(max-width:991.98px) {
        .site-header .navbar .nav-item .dropdown-menu {
            padding: 0 5px;
            background-color: #DFD7C3;
            margin-top: 10px;
            border: solid 1px #d7cbb7;
        }
        .dropdown-item {
            white-space: pre-wrap;
        }
        .site-header .navbar .nav-item .nav-link {
            padding-top: 10px;
            padding-bottom: 10px;
        }
    }

.site-header .navbar .nav-item .dropdown-menu .dropdown-item {
    color: #000000;
    padding: 7px 32px;
    font-weight: 500
}

    .site-header .navbar .nav-item .dropdown-menu .dropdown-item:hover {
        background-color: #4d6d0a;
        color: #fff
    }

    @media(max-width:991.98px) {
        .site-header .navbar .nav-item .dropdown-menu .dropdown-item {
            padding: 10px 20px;
            border-bottom: 1px solid #c6b690;
        }

            .site-header .navbar .nav-item .dropdown-menu .dropdown-item.active {
                color: #fff;
                background-color: #2a5631
            }
    }

    .site-header .nav-modules li {
        margin-left: 0
    }

    .site-header .navbar-toggler {
        border-radius: 0;
        background-color: #fff
    }

    .btn-outline-black-header {
        border: solid;
        border-width: 2px;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .nav-pills .nav-link {
        padding: .75rem 2rem;
        border-radius: 2rem
    }

        .nav-pills .nav-link.active {
            color: #fff
        }

    .navbar .nav-modules {
        padding: 0;
        margin: 0
    }

        .navbar .nav-modules .nav-item-search {
            padding-top: 15px;
            padding-bottom: 15px
        }

            .navbar .nav-modules .nav-item-search .navbar-search-bar input {
                border-width: 1px;
                border-radius: 0;
                padding: 30px 0 30px 30px;
                border-right: none;
                background: #fff;
                width: 100%;
                border-top-left-radius: 50px;
                border-bottom-left-radius: 50px
            }

    @media(min-width:992px) {
        .navbar .nav-modules .nav-item-search .navbar-search-bar input {
            width: 320px;
            border-top: none;
            border-bottom: none
        }
    }

    .navbar .nav-modules .nav-item-search .navbar-search-bar .btn {
        border-left: none;
        background: #fff;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        padding: 15px 30px 15px 0;
        font-size: .875rem
    }

    @media(max-width:767.98px) {
        .navbar .nav-modules .nav-item-search .navbar-search-bar {
            padding-top: .6666666667rem;
            padding-bottom: .6666666667rem
        }
        a.h6.border-2.border-bottom.shop-button-style.abs
        {
            top:467px!important;
            
        }
    }

    .navbar .nav-modules .navbar-nav .nav-item-search:not(:last-child) {
        margin-right: 1.5rem
    }

    .navbar .nav-modules .btn-link {
        font-size: 1.125rem;
        font-weight: 700;
font-family: "Work Sans", sans-serif;
        color: #c8b6a1
    }

    .navbar .nav-modules .nav-item-social-nav:not(:last-child) {
        margin-right: 1.2rem;
        padding-right: 1.2rem;
        border-right: solid 1px #000
    }

    .navbar .nav-modules .nav-item-social-nav a:not(:last-child) {
        margin-right: 1rem
    }

    @media(max-width:767.98px) {
        .navbar .nav-modules .nav-item-social-nav {
            padding-top: .6666666667rem;
            padding-bottom: .6666666667rem
        }

            .navbar .nav-modules .nav-item-social-nav a:not(:last-child) {
                margin-right: 1.3rem
            }
    }

    .navbar .nav-item-account i {
        font-size: 1.191rem;
        padding-right: 5px
    }

    @media(min-width:992px) {

        .site-footer ol,
        .site-footer ul {
            -webkit-padding-start: 1rem;
            -moz-padding-start: 1rem;
            padding-inline-start: 1rem
        }
    }

    @media(max-width:991.98px) {
        .site-footer .footer-widgets {
            padding-top: 80px;
            padding-bottom: 60px
        }
    }

    @media(min-width:992px) {
        .site-footer .footer-widgets {
            padding-top: 100px;
            padding-bottom: 95px
        }

        .verify-btn-mobile {
            display: none;
        }
    }

    @media(min-width:372px) and (max-width:991px) {
        .verify-btn {
            display: none;
        }
    }

    .site-footer .footer-widgets .footer-widget {
        font-weight: 500;
        margin-bottom: 25px
    }

        .site-footer .footer-widgets .footer-widget .widget-title {
            color: #ebf0dc;
            margin-bottom: 20px
        }

        .site-footer .footer-widgets .footer-widget ul {
            list-style: none;
            padding: 0
        }

    @media(min-width:768px) {
        .site-footer .footer-widgets .footer-widget ul {
            margin-bottom: 0
        }
    }

    .site-footer .footer-widgets .footer-widget ul ul {
        -webkit-padding-start: 0;
        -moz-padding-start: 0;
        padding-inline-start: 0
    }

    @media(min-width:992px) {
        .site-footer .footer-widgets .footer-widget ul ul {
            -webkit-padding-start: 1rem;
            -moz-padding-start: 1rem;
            padding-inline-start: 1rem
        }
    }

    .site-footer .footer-widgets .footer-widget ul li {
        padding: .4rem 0;
        font-weight: 500
    }

    .site-footer .footer-widgets .footer-widget a {
        color: #747474;
        font-weight: 400
    }

        .site-footer .footer-widgets .footer-widget a:hover {
            color: #bc5e49
        }

    .site-footer .footer-bottom-area {
        padding-top: 10px;
        padding-bottom: 10px;
        color: #000000;
        padding-top: 0
    }
.new-shadow {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
        .site-footer .footer-bottom-area a {
            color: #fff;
        }

        .site-footer .footer-bottom-area .icon {
            font-size: 18px;
            width: 1.25em;
            color: #2a5631
        }

            .site-footer .footer-bottom-area .icon:hover {
                color: #bc5e49
            }

        .site-footer .footer-bottom-area .border-icon {
            border-radius: 35px;
            padding-right: 10px;
            padding-left: 15px;
            padding-top: 10px;
            padding-bottom: 10px
        }

    @media(min-width:992px) {
        .site-footer .footer-bottom-area {
            padding-top: 15px;
            padding-bottom: 15px
        }
    }

    .site-footer .footer-bottom-area .footer-nav.list-inline li {
        display: inline-block;
        padding-top: 6px;
        padding-bottom: 6px;
        font-weight: 500
    }

        .site-footer .footer-bottom-area .footer-nav.list-inline li:not(:last-child) {
            margin-right: .5rem
        }

    .blog-post .entry-media {
        margin-bottom: 0
    }

    .blog-post .sticky::after {
        content: "\F08D";
        font-family: "font awesome\ 5 free";
        font-size: 25px;
        font-weight: 900;
        color: #999;
        position: absolute;
        top: -32px;
        left: 30px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(-20deg);
        transform: rotate(-20deg)
    }

    .blog-post .entry-media {
        position: relative
    }

        .blog-post .entry-media .entry-meta-category {
            position: absolute;
            padding: 5px 15px;
            background: #f2e8d8;
            border-radius: 25px;
            z-index: 1;
            bottom: 5px;
            left: 30px;
            font-size: .875rem
        }

            .blog-post .entry-media .entry-meta-category a {
                color: #e4202e;
                font-weight: 600;
                font-family: "Work Sans", sans-serif;
                line-height: 28px;
            }

    .blog-post .entry-content-wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px
    }

        .blog-post .entry-content-wrapper .entry-title {
            font-size: 1.25rem;
            margin-bottom: 15px;
            font-weight: 500
        }

            .blog-post .entry-content-wrapper .entry-title a {
                color: #000
            }

        .blog-post .entry-content-wrapper .entry-content > p {
            margin-bottom: 0;
            min-height:110px;
        }

    .blog-post .entry-content1-wrapper {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px;
        padding-bottom: 12px;
        background-image: url(../images/home/bg-texture.png);
        background-size: cover;
        background-position: top left;
        background-repeat: repeat;
        background-color: #dfd7c3
    }

        .blog-post .entry-content1-wrapper .entry-meta-top {
            color: #bc5e49;
            font-family: "Work Sans", sans-serif;
            font-weight: 600;
          
            font-size: .875rem;
            line-height: 20px
        }

    .new-blog-head img{
        height:16px;
        width:16px;
    }
.new-blog-head span{
    font-size:16px;
    margin-bottom:0px !important;

}
.social-icon-blog img{
    height:24px;
    width:24px;

}
.new-blog-head {
    display: flex;
    align-items: center;
    gap: .5rem;
}
.new-flex-blog {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog-post .entry-content1-wrapper .entry-title {
    font-size: 1.25rem;
    margin-bottom: 20px
}

            .blog-post .entry-content1-wrapper .entry-title a {
                color: #2a5631
            }

        .blog-post .entry-content1-wrapper .entry-content > p {
            margin-bottom: 0
        }

.entry-meta-top {
    font-size: .875rem;
    color: #000;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    font-family: "Work Sans", sans-serif;
    margin-bottom: 9px;
    display:flex;
    gap:1rem;
    align-items:center;
}

        .entry-meta-top a {
            color: #f4f4f4
        }

        .entry-meta-top span {
            display: inline-block;
            margin-bottom: .5rem
        }

            

            .entry-meta-top span i {
                margin-right: .5rem
            }

        .entry-meta-top .entry-meta-category a:not(:last-child):after {
            content: "/";
            padding-left: 3px;
            padding-right: 3px
        }

    .entry-footer .entry-meta-bottom {
        margin-top: 4rem
    }

    .entry-footer .entry-author-container {
        border-top: solid 1px #fff;
        margin-top: 2.5rem;
        padding-top: 2.5rem
    }

        .entry-footer .entry-author-container .caps {
            color: #999
        }

    .navigation.post-navigation {
        border-top: solid 1px #ebf0dc;
        border-bottom: solid 1px #ebf0dc;
        margin-top: 2.5rem;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

        .navigation.post-navigation .nav-subtitle {
            font-size: .75rem;
            color: #555865;
            text-transform: uppercase
        }

        .navigation.post-navigation .nav-title {
            font-family: "Work Sans", sans-serif;
            font-weight: 700;
            font-size: 1rem
        }

    .entry-tags {
        margin: 0;
        padding: 0;
        list-style: none
    }

        .entry-tags li {
            display: inline-block
        }

            .entry-tags li.tags-icon {
                color: #999;
                margin-right: .5rem
            }

            .entry-tags li a {
                background-color: #000;
                border: 1px solid #000;
                padding: 12px 20px;
                margin: 5px .5rem 5px 0;
                font-size: .875em;
                line-height: 1.1;
                display: inline-block;
                -webkit-transition: .2s;
                transition: .2s
            }

    a.entry-read-more {
        margin-top: 15px;
        display: block;
        color: #999;
        font-size: .875rem
    }

    .blog-post.card-post-style article {
        border-bottom: none;
        padding-bottom: 0
    }

        .blog-post.card-post-style article .entry-content-wrapper {
            border-top-width: 0
        }

    .single-post article {
        padding-bottom: 1.9rem
    }

    @media(max-width:767.98px) {
        .single-post article .entry-content-wrapper {
            padding-top: 2.5rem
        }
    }

    .single-post article .entry-content-wrapper .entry-media {
        position: relative
    }

        .single-post article .entry-content-wrapper .entry-media img {
            z-index: 1;
            position: relative
        }

        .single-post article .entry-content-wrapper .entry-media .entry-media-gallery .flickity-page-dots {
            bottom: 40px
        }

    .single-post .comments {
        background: #fff;
        padding-top: 50px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px
    }

    .single-post .entry-footer,
    .container-small {
        margin-right: auto;
        margin-left: auto
    }

    @media(max-width:991.98px) {

        .single-post .entry-footer,
        .container-small {
            padding-right: .75rem;
            padding-left: .75rem
        }
    }

    .text-center.align-items-center .btn.btn-light {
        color: #666;
        background: #e4e4e4
    }

    p.has-drop-cap:not(:focus):after {
        content: "";
        display: table;
        clear: both;
        padding-top: 1rem
    }

    p.has-drop-cap:not(:focus):first-letter {
        float: left;
        font-size: calc(1.5rem + 3vw);
        font-weight: 700;
        line-height: .9;
        margin: .05em .1em 0 0;
        text-transform: uppercase;
        font-style: normal
    }

    @media(min-width:1200px) {
        p.has-drop-cap:not(:focus):first-letter {
            font-size: 3.75rem
        }
    }

    .property-block {
        margin-bottom: 57px
    }

        .property-block .property-item .content-image {
            margin-bottom: 25px
        }

        .property-block .property-item .content-title {
            margin-bottom: 15px;
            color: #2a5631
        }

        .property-block .property-item .content-price {
            color: #c8b6a1;
            font-size: 1.125rem;
            font-weight: 700;
            margin-bottom: 15px
        }

        .property-block .property-item .content-meta {
            color: #7ea889;
            margin-left: 0;
            margin-right: 10px
        }

    .price {
        font-size: 1rem;
          font-family: "Work Sans", sans-serif;
        font-weight: 700;
        color: #bc5e49;
        margin-bottom: 16px
    }

    * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .openBtn {
        border: none;
        cursor: pointer
    }

    .overlay {
        height: 100%;
        width: 100%;
        display: none;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #000;
        background-color: rgba(0, 0, 0, .9)
    }

        .overlay .closebtn {
            position: absolute;
            top: 20px;
            right: 45px;
            font-size: 60px;
            cursor: pointer;
            color: #fff
        }

            .overlay .closebtn:hover {
                color: #ccc
            }

        .overlay input[type=text] {
            padding: 15px;
            font-size: 17px;
            border: none;
            float: left;
            width: 80%;
            background: #fff
        }

            .overlay input[type=text]:hover {
                background: #f1f1f1
            }

        .overlay button {
            float: left;
            width: 20%;
            padding: 15px;
            background: #ebf0dc;
            font-size: 17px;
            border: none;
            cursor: pointer
        }

            .overlay button:hover {
                background: #bbb
            }

    .overlay-content {
        position: relative;
        top: 46%;
        width: 80%;
        text-align: center;
        margin-top: 30px;
        margin: auto
    }

    .infinite-loader {
        color: #000;
        display: block;
        height: 28px;
        text-indent: -9999px;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    #infinite-handle {
        text-align: center;
        margin: 0 auto
    }

        #infinite-handle span {
            background: initial;
            border-radius: initial;
            color: initial;
            cursor: pointer;
            font-size: initial;
            padding: initial
        }

    .accordion .card {
        background-color: #f1f1f1;
        padding:0px 10px;
    }

        .accordion .card .card-header {
            border-bottom: 0;
            padding-right: 0;
            padding-left: 0
        }

            .accordion .card .card-header a {
                display: block;
                position: relative;
                    font-weight:600;
                    font-size:18px;
            }

                .accordion .card .card-header a::before {
                    content: "\f106";
                    font-family: "font awesome 5 free";
                    font-weight: 900;
                    position: absolute;
                    right: 0;
                    padding-right: 15px;
                    color: #041B52;
                }

                .accordion .card .card-header a.collapsed::before {
                    content: "\f105"
                }

        .accordion .card .card-body {
            margin-top: 0;
            background-color: transparent;
            padding-right: 0;
            padding-left: 0
        }

    .position {
        position: absolute;
        fill: #fff;
        color: #fff
    }

    @media(min-width:992px) {
        .position {
            margin-left: -350px;
            margin-top: 165px
        }
    }

    @media(max-width:991.98px) {
        .position {
            margin-left: -375px;
            margin-top: 200px
        }
    }

    @media(max-width:767.98px) {
        .position {
            margin-left: -200px;
            margin-top: 100px
        }
    }

    .position:hover {
        fill: #fff;
        color: #fff
    }

    .countdown .countdown_value {
        font-size: calc(1.375rem + 1.5vw);
        font-weight: 700;
        display: inline-block;
        line-height: 1.4;
        text-align: center
    }

    @media(min-width:1200px) {
        .countdown .countdown_value {
            font-size: 2.5rem
        }
    }

    .countdown .countdown_value:not(:last-child) {
        padding-right: 2rem
    }

    .countdown .countdown_value .countdown_lable {
        font-size: 1rem;
        display: block
    }

    .round-icon-list {
        padding-left: 0;
        list-style: none
    }

        .round-icon-list li {
            display: inline-block;
            width: 40px;
            height: 40px;
            background-color: #fff;
            font-size: 1.125rem;
            border-radius: 50px;
            text-align: center
        }

            .round-icon-list li a i {
                color: #000
            }

            .round-icon-list li:not(:last-child) {
                margin-right: 20px
            }

    .member-content {
        background-color: #fff;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px;
        padding-bottom: 15px
    }

        .member-content .member-text .member-name {
            margin-bottom: 15px
        }

        .member-content .member-text .member-tag {
            margin-bottom: 20px;
            font-size: 16px;
            line-height: 28px;
            font-weight: 600px;
            color: #7ea889
        }

        .member-content .member-text .member-link {
            margin-top: 20px
        }

    .small-gutters {
        margin-right: -5px;
        margin-left: -5px
    }

        .small-gutters > .col,
        .small-gutters > [class*=col-] {
            padding-right: 5px;
            padding-left: 5px
        }

    .gallery-gutters {
        margin: -15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .gallery-gutters > .col,
        .gallery-gutters > [class*=col-] {
            padding: 15px
        }

    .small-gallery-gutters {
        margin: -5px
    }

        .small-gallery-gutters > .col,
        .small-gallery-gutters > [class*=col-] {
            padding: 5px
        }

    .xs-gallery-gutters {
        margin: -2.5px
    }

        .xs-gallery-gutters > .col,
        .xs-gallery-gutters > [class*=col-] {
            padding: 2.5px
        }

    .pricing-table-item {
        margin-bottom: 2rem;
        padding: 3rem
    }

        .pricing-table-item .pricing-table__title {
            margin-bottom: .25rem;
            font-size: 1.25rem
        }

        .pricing-table-item .pricing-table__price {
            margin-bottom: 1rem;
            font-weight: 700;
            font-family: playfair display
        }

            .pricing-table-item .pricing-table__price .pricing-table__amount {
                font-size: calc(1.5rem + 3vw)
            }

    @media(min-width:1200px) {
        .pricing-table-item .pricing-table__price .pricing-table__amount {
            font-size: 3.75rem
        }
    }

    .pricing-table-item .pricing-table__price * {
        display: inline;
        font-size: 1.25rem;
        color: #999;
        font-family: roboto
    }

    .pricing-table-item .pricing-table__features {
        list-style: none;
        padding: 0;
        margin: 0 0 2rem
    }

    .map-responsive {
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
        height: 0
    }

        .map-responsive iframe {
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            position: absolute
        }

    .screen-reader-text {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
        border: 0 !important
    }

        .screen-reader-text:not(:focus) {
            position: absolute !important;
            width: 1px !important;
            height: 1px !important;
            padding: 0 !important;
            margin: -1px !important;
            overflow: hidden !important;
            clip: rect(0, 0, 0, 0) !important;
            white-space: nowrap !important;
            border: 0 !important
        }

    .heme-carousel .carousel-item {
        min-height: 666px;
        background: #000;
        background: -webkit-gradient(linear, left top, right top, color-stop(66.66%, #000000), color-stop(66.6666666%, #232323));
        background: -webkit-linear-gradient(left, #000000 66.66%, #232323 66.6666666%);
        background: linear-gradient(90deg, #000000 66.66%, #232323 66.6666666%)
    }

        .heme-carousel .carousel-item .heme-carousel-caption {
            padding-top: 2.5rem;
            padding-bottom: 2.5rem;
            color: #fff
        }

    @media(min-width:992px) {
        .heme-carousel .carousel-item .heme-carousel-caption {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%)
        }
    }

    .comment-meta {
        position: relative
    }

    .comment-awaiting-moderation {
        font-size: .9375rem;
        color: red;
        margin-left: 60px;
        margin-top: 13px;
        font-family: playfair display
    }

    .cnns-comment-subscription {
        margin-top: 22px
    }

        .cnns-comment-subscription label {
            font-size: 1.0625rem;
            display: inline;
            margin-left: 3px;
            position: relative;
            top: 1px;
            color: #7ea889
        }

    #disqus_thread {
        display: block;
        padding-top: 1em
    }

    @media only screen and (min-width:600px) {
        #disqus_thread {
            padding-top: 4em
        }
    }

    .comments-title {
        margin-bottom: 2rem;
        color: #999;
        font-weight: 400
    }

    @media(min-width:992px) {
        .comments {
            padding-bottom: 120px
        }
    }

    @media(max-width:991.98px) {
        .comments {
            padding-bottom: 80px
        }
    }

    @media(max-width:767.98px) {
        .comments {
            padding-bottom: 60px
        }
    }

    @media only screen and (max-width:599px) {
        body.has-no-comments .comments {
            padding-top: 0
        }
    }

    .comment,
    .comment_container {
        margin: 0 0 60px;
        list-style-type: none
    }

        .comment .avatar,
        .comment_container .avatar {
            border-radius: 100px;
            float: left;
            width: 44px;
            height: 44px;
            margin-top: 2px;
            margin-right: 2rem
        }

    .comment-author,
    .comment_container-author {
        font-size: 1.0625rem;
        display: block;
font-family: "Work Sans", sans-serif;
        margin: 0 0 10px
    }

    @media only screen and (min-width:600px) {

        .comment-author,
        .comment_container-author {
            font-size: 1.125rem
        }
    }

    .comment-author .says,
    .comment_container-author .says {
        display: none
    }

    .comment-author span,
    .comment-author cite,
    .comment-author a,
    .comment_container-author span,
    .comment_container-author cite,
    .comment_container-author a {
        display: inline-block;
        font-style: normal;
        font-weight: 400
    }

    .comment-author .fn a,
    .comment_container-author .fn a {
        font-weight: 700
    }

    .comment-notes,
    .comment_container-notes {
        display: none
    }

    .comment .reply,
    .comment-content,
    .comment .comment-text,
    .comment_container .reply,
    .comment_container-content,
    .comment_container .comment-text {
        margin-left: 77px
    }

    .comment .reply,
    .comment_container .reply {
        display: block;
        margin-top: 15px
    }

        .comment .reply a,
        .comment_container .reply a {
            font-size: .875rem;
            background: #000;
            border-radius: 2px;
            color: #6c757d;
            display: inline-block;
    font-family: "Work Sans", sans-serif;
            font-weight: 500;
            padding: .2em .65em;
            margin-left: -1px;
            -webkit-transition: 150ms color cubic-bezier(.3, -.55, .1, 1.1);
            transition: 150ms color cubic-bezier(.3, -.55, .1, 1.1)
        }

    @media(min-width:600px) {

        .comment .reply a,
        .comment_container .reply a {
            border-radius: 2px
        }
    }

    .comment .reply a:hover,
    .comment_container .reply a:hover {
        color: #000
    }

    .comment-content a,
    .comment_container-content a {
        word-wrap: break-word;
        text-decoration: underline
    }

        .comment-content a:hover,
        .comment_container-content a:hover {
            text-decoration: none
        }

    .comment-body,
    .comment_container-body {
        clear: both
    }

    .comment .comment-respond,
    .comment_container .comment-respond {
        margin-top: 40px;
        margin-bottom: 60px
    }

    @media only screen and (min-width:600px) {

        .comment .comment-respond,
        .comment_container .comment-respond {
            margin-left: 60px
        }
    }

    .comment-metadata {
        font-size: .875rem;
        display: block;
        margin-top: -10px;
        margin-bottom: .5rem;
        font-family: playfair display
    }

        .comment-metadata a {
            color: #999
        }

            .comment-metadata a:hover {
                color: #000
            }

    .comments__inner .children {
        padding: 0
    }

    .comments .comments__inner .children {
        margin-top: 30px
    }

    @media only screen and (max-width:700px) {
        .comments .comments__inner .children .comments__inner .children {
            margin-left: 0
        }
    }

    @media only screen and (min-width:400px) {
        .comments .comments__inner .children {
            margin-top: 30px;
            margin-left: 60px
        }

            .comments .comments__inner .children .comment {
                margin: 0 0 25px
            }
    }

    .pingback {
        margin-bottom: 25px
    }

        .pingback .comment-edit-link {
            color: gray
        }

            .pingback .comment-edit-link:hover {
                color: #000
            }

    article.comment-body {
        padding-bottom: 0;
        margin-bottom: 0;
        border: none
    }

    .bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
        -webkit-box-shadow: 0 0 0 2px #000;
        box-shadow: 0 0 0 2px #000;
        padding: 5px;
        top: 2px;
        position: relative
    }

    .comment.depth-3 p,
    .comment.depth-4 p,
    .comment.depth-5 p,
    .comment.depth-6 p,
    .comment.depth-7 p {
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }

    .comment-reply-title {
font-family: "Work Sans", sans-serif;
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: h2
    }

    body.has-no-comments .comment-reply-title {
        margin-top: 0
    }

    .comment-reply-title small {
        font-size: .875rem;
        font-weight: 400;
        color: #999;
        float: right;
        position: relative;
        top: 8px;
        -webkit-transition: 150ms color cubic-bezier(.3, -.55, .1, 1.1);
        transition: 150ms color cubic-bezier(.3, -.55, .1, 1.1)
    }

    @media only screen and (min-width:600px) {
        .comment-reply-title small {
            font-size: .9375rem
        }
    }

    .comment-reply-title small:hover {
        color: #000
    }

    .logged-in-as {
font-family: "Work Sans", sans-serif;
        margin-top: -15px;
        font-size: .875rem
    }

        .logged-in-as:hover {
            text-decoration: underline
        }

    .no-comments {
        text-align: center
    }

    .comment-form-comment label {
        color: #7ea889
    }

    .required {
        color: #dc3545
    }

    body.has-no-comments .comment-respond {
        margin-left: 0
    }

    .comment-respond p {
        position: relative;
        margin-bottom: 20px
    }

    .comment-respond .form-submit {
        margin-bottom: 0;
        margin-top: 30px;
        display: block
    }

    @media(max-width:599px) {
        .comment-respond .form-submit input {
            width: 100%
        }
    }

    .comment-form-cookies-consent {
        display: block;
        margin-bottom: 30px !important
    }

        .comment-form-cookies-consent label {
            font-size: .9375rem;
            font-weight: 400;
            padding-left: 8px;
            color: #7ea889;
            display: inline-block;
            -webkit-font-smoothing: auto !important
        }

    .widget {
        margin-bottom: 4rem
    }

        .widget .widget-title {
            font-size: 1rem;
    font-family: "Work Sans", sans-serif;
            font-weight: 700;
            margin-bottom: 1rem;
            color: #999;
            display: block;
            text-transform: uppercase
        }

        .widget ol,
        .widget ul {
            -webkit-padding-start: 1.25rem;
            -moz-padding-start: 1.25rem;
            padding-inline-start: 1.25rem
        }

    .widget_pages ul li,
    .widget_recent_comments ul li,
    .widget_meta ul li,
    .widget_recent_entries ul li,
    .widget_archive ul li,
    .widget_categories ul li,
    .widget_product_categories ul li {
        width: 100%
    }

        .widget_pages ul li a,
        .widget_recent_comments ul li a,
        .widget_meta ul li a,
        .widget_recent_entries ul li a,
        .widget_archive ul li a,
        .widget_categories ul li a,
        .widget_product_categories ul li a {
            display: inline-block;
            padding: .5rem 0
        }

    .widget_pages > ul,
    .widget_recent_comments > ul,
    .widget_meta > ul,
    .widget_recent_entries > ul,
    .widget_archive > ul,
    .widget_categories > ul,
    .widget_product_categories > ul {
        list-style: none
    }

        .widget_pages > ul > li::before,
        .widget_recent_comments > ul > li::before,
        .widget_meta > ul > li::before,
        .widget_recent_entries > ul > li::before,
        .widget_archive > ul > li::before,
        .widget_categories > ul > li::before,
        .widget_product_categories > ul > li::before {
            content: '';
            display: inline-block;
            width: 13px;
            height: 13px;
            border: solid 1px #999;
            border-radius: 50px;
            margin-left: -1.25rem;
            margin-right: 10px
        }

    .widget_recent_comments li {
        margin-bottom: 1rem
    }

    .widget_nav_menu ul {
        padding-left: 0
    }

        .widget_nav_menu ul li {
            width: 100%;
            list-style: none;
            padding: .6rem 0
        }

            .widget_nav_menu ul li a {
                display: inline-block
            }

        .widget_nav_menu ul .current-menu-item a {
            padding: .4rem 2rem;
            margin-left: -2rem;
            border-radius: 50px;
            min-width: 130px
        }

    .widget_rss ul {
        list-style: none;
        padding: 0
    }

        .widget_rss ul li {
            padding-bottom: 2rem;
            margin-bottom: 2rem
        }

            .widget_rss ul li:not(:last-child) {
                border-bottom: solid 1px #000
            }

            .widget_rss ul li a.rsswidget {
                font-size: 1.2rem;
        font-family: "Work Sans", sans-serif;
                font-weight: 700;
                line-height: 1.4;
                margin-bottom: .5rem;
                display: block
            }

            .widget_rss ul li .rss-date {
                color: #999;
                font-size: .875em;
                margin-bottom: .5rem;
                display: block
            }

    .search-form .form-control,
    .search-form .btn {
        border-color: #e4e4e4
    }

    .search-form .input-group .form-control {
        border-color: #e4e4e4;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .object-fit-cover {
        -o-object-fit: cover;
        object-fit: cover
    }

    @media(min-width:992px) {
        .height-px-780 {
            height: 780px
        }
    }

    @media(max-width:991.98px) {
        .height-px-780 {
            height: 700px
        }
    }

    @media(max-width:767.98px) {
        .height-px-780 {
            height: 400px
        }
    }

    @media(min-width:992px) {
        .height-px-730 {
            height: 730px
        }
    }

    @media(min-width:992px) {
        .height-px-700 {
            height: 700px
        }
    }

    @media(min-width:992px) {
        .height-px-750 {
            height: 756px
        }
    }

    @media(max-width:991.98px) {
        .height-px-750 {
            height: 600px
        }
    }

    @media(max-width:767.98px) {
        .height-px-750 {
            height: 320px
        }
    }

    @media(min-width:992px) {
        .height-px-774 {
            height: 774px
        }
    }

    @media(max-width:991.98px) {
        .height-px-774 {
            height: 600px
        }
    }

    @media(max-width:767.98px) {
        .height-px-774 {
            height: 320px
        }
    }

    @media(min-width:992px) {
        .height-px-650 {
            height: 650px
        }
    }

    @media(min-width:992px) {
        .height-px-630 {
            height: 630px
        }
    }

    @media(max-width:991.98px) {
        .height-px-630 {
            height: 600px
        }
    }

    @media(max-width:767.98px) {
        .height-px-630 {
            height: 320px
        }
    }

    @media(min-width:768px) {
        .height-px-600 {
            height: 600px
        }
    }

    @media(max-width:767.98px) {
        .height-px-600 {
            height: 320px
        }
    }

    @media(min-width:768px) {
        .height-px-614 {
            height: 614px
        }
    }

    @media(max-width:767.98px) {
        .height-px-614 {
            height: 320px
        }
    }

    @media(min-width:992px) {
        .height-px-320 {
            height: 320px
        }
    }

    .height-px-200 {
        height: 90px;
        width: 170
    }

    @media(max-width:991.98px) {
        .height-px-200 {
            height: 70px
        }
    }

    .height-px-150 {
        height: 150px
    }

    @media(min-width:992px) {
        .height-px-350 {
            height: 350px
        }
    }

    @media(min-width:992px) {
        .height-px-355 {
            height: 355px
        }
    }

    @media(min-width:992px) {
        .height-px-382 {
            height: 383px
        }
    }

    @media(max-width:991.98px) {
        .height-px-382 {
            height: 600px
        }
    }

    @media(max-width:767.98px) {
        .height-px-382 {
            height: 320px
        }
    }

    @media(min-width:992px) {
        .height-px-407 {
            height: 407px
        }
    }

    @media(min-width:992px) {
        .height-px-414 {
            height: 414px
        }
    }

    @media(min-width:992px) {
        .height-px-456 {
            height: 456px
        }
    }

    @media(max-width:991.98px) {
        .height-px-456 {
            height: 600px
        }
    }

    @media(max-width:767.98px) {
        .height-px-456 {
            height: 320px
        }
    }

    @media(min-width:992px) {
        .height-px-460 {
            height: 460px
        }
    }

    @media(max-width:991.98px) {
        .height-px-460 {
            height: 480px
        }
    }

    @media(max-width:767.98px) {
        .height-px-460 {
            height: 320px
        }
    }

    @media(min-width:992px) {
        .height-px-472 {
            height: 472px
        }
    }

    @media(min-width:992px) {
        .height-px-440 {
            height: 440px
        }
    }

    @media(max-width:991.98px) {
        .height-px-440 {
            height: 320px
        }
    }

    @media(max-width:767.98px) {
        .height-px-440 {
            height: 250px
        }
    }

    @media(min-width:992px) {
        .height-px-408 {
            height: 408px
        }
    }

    @media(max-width:991.98px) {
        .height-px-408 {
            height: 608px
        }
    }

    @media(max-width:767.98px) {
        .height-px-408 {
            height: 320px
        }
    }

    @media(min-width:992px) {
        .height-px-520 {
            height: 520px
        }
    }

    @media(min-width:992px) {
        .height-px-542 {
            height: 542.99px
        }
    }

    @media(min-width:992px) {
        .height-px-550 {
            height: 550px
        }
    }

    @media(max-width:991.98px) {
        .height-px-550 {
            height: 600px
        }
    }

    @media(max-width:767.98px) {
        .height-px-550 {
            height: 320px
        }
    }

    @media(min-width:992px) {
        .height-px-500 {
            height: 500px
        }
    }

    @media(min-width:992px) {
        .height-px-413 {
            height: 413px
        }
    }

    @media(min-width:992px) {
        .height-px-50 {
            height: 80px
        }
    }

    @media(min-width:992px) {
        .height-px-853 {
            height: 853px
        }
    }

    @media(max-width:991.98px) {
        .height-px-853 {
            height: 600px
        }
    }

    @media(max-width:767.98px) {
        .height-px-853 {
            height: 320px
        }
    }

    .line-height-35 {
        line-height: 35px
    }

    .height-px-60 {
        height: 60px
    }

    @media(max-width:991.98px) {
        .height-px-60 {
            height: 170px;
            width: 170px
        }
    }

    .featured-image-blog {
        background-image: url(../../../../../energeticthemes.com/templates/oganic/assets/images/blog/single-post.html);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat
    }

    @media(min-width:992px) {
        .featured-image-blog {
            min-height: 700px
        }
    }

.bg-texture-image {
    /*  background-image: url(../images/home/bg-texture.png);*/
    background-size: cover;
    background-position: top left;
    background-repeat: repeat;
}

    .small-bg-about-us {
        background-color: #dfd7c3
    }

    @media(min-width:992px) {
        .small-bg-about-us {
            background-image: url(../images/home/bg-texture.png), url(../images/banner/aboutus-banner.jpg);
            background-position: left top, right top;
            background-size: 50%, 50%;
            background-repeat: repeat, no-repeat
        }
    }

    @media(max-width:991.98px) {
        .small-bg-about-us {
            background-image: url(../images/home/bg-texture.png);
            background-position: top left;
            background-repeat: repeat;
            background-size: cover
        }
    }

    .small-bg-faq {
        background-color: #dfd7c3
    }

    @media(min-width:992px) {
        .small-bg-faq {
            background-image: url(../images/home/bg-texture.png), url(../images/banner/review.jpg);
            background-position: left top, right top;
            background-size: 50%, 50%;
            background-repeat: repeat, no-repeat;
           
        }
    }

    @media(max-width:991.98px) {
        .small-bg-faq {
            background-image: url(../images/home/bg-texture.png);
            background-position: top left;
            background-repeat: repeat;
            background-size: cover
        }
    }

    .small-bg-contact-us {
        background-color: #dfd7c3
    }

    @media(min-width:992px) {
        .small-bg-contact-us {
            background-image: url(../images/home/bg-texture.png), url(../images/banner/contactus-banner.jpg);
            background-position: left top, right top;
            background-size: 50%, 50%;
            background-repeat: repeat, no-repeat
        }
    }

    @media(max-width:991.98px) {
        .small-bg-contact-us {
            background-image: url(../images/home/bg-texture.png);
            background-position: top left;
            background-repeat: repeat;
            background-size: cover
        }
    }

    .small-bg-team {
        background-color: #dfd7c3
    }

    @media(min-width:992px) {
        .small-bg-team {
            background-image: url(../images/home/bg-texture.png), url(../images/team/t9.jpg);
            background-position: left top, right top;
            background-size: 50%, 50%;
            background-repeat: repeat, no-repeat
        }
    }

    @media(max-width:991.98px) {
        .small-bg-team {
            background-image: url(../images/home/bg-texture.png);
            background-position: top left;
            background-repeat: repeat;
            background-size: cover
        }
    }

    .small-bg-testimonials {
        background-color: #dfd7c3
    }

    @media(min-width:992px) {
        .small-bg-testimonials {
            background-image: url(../images/home/bg-texture.png), url(../images/testimonials/tst1.jpg);
            background-position: left top, right top;
            background-size: 50%, 50%;
            background-repeat: repeat, no-repeat
        }
    }

    @media(max-width:991.98px) {
        .small-bg-testimonials {
            background-image: url(../images/home/bg-texture.png);
            background-position: top left;
            background-repeat: repeat;
            background-size: cover
        }
    }

    .small-bg-partner {
        background-color: #dfd7c3
    }

    @media(min-width:992px) {
        .small-bg-partner {
            background-image: url(../images/home/bg-texture.png), url(../images/partner/pr1.jpg);
            background-position: left top, right top;
            background-size: 50%, 50%;
            background-repeat: repeat, no-repeat
        }
    }

    @media(max-width:991.98px) {
        .small-bg-partner {
            background-image: url(../images/home/bg-texture.png);
            background-position: top left;
            background-repeat: repeat;
            background-size: cover
        }
    }

    .small-bg-blog {
        background-color: #dfd7c3
    }

    @media(min-width:992px) {
        .small-bg-blog {
            background-image: url(../images/home/bg-texture.png), url(../images/banner/blog-banner.jpg);
            background-position: left top, right top;
            background-size: 50%, 50%;
            background-repeat: repeat, no-repeat
        }
    }

    @media(max-width:991.98px) {
        .small-bg-blog {
            background-image: url(../images/home/bg-texture.png);
            background-position: top left;
            background-repeat: repeat;
            background-size: cover
        }
    }

    .small-bg-portfolio {
        background-color: #dfd7c3
    }

    @media(min-width:992px) {
        .small-bg-portfolio {
            background-image: url(../images/home/bg-texture.png), url(../images/about-us/a8.jpg);
            background-position: left top, right top;
            background-size: 50%, 50%;
            background-repeat: repeat, no-repeat
        }
    }

    @media(max-width:991.98px) {
        .small-bg-portfolio {
            background-image: url(../images/home/bg-texture.png);
            background-position: top left;
            background-repeat: repeat;
            background-size: cover
        }
    }

    .small-bg-shop {
        background-color: #dfd7c3
    }

    @media(min-width:992px) {
        .small-bg-shop {
            background-image: url(../images/home/bg-texture.png), url(../images/portfolio/pf1.jpg);
            background-position: left top, right top;
            background-size: 50%, 50%;
            background-repeat: repeat, no-repeat
        }
    }

    @media(max-width:991.98px) {
        .small-bg-shop {
            background-image: url(../images/home/bg-texture.png);
            background-position: top left;
            background-repeat: repeat;
            background-size: cover
        }
    }

    .small-bg-pricing-table {
        background-color: #dfd7c3
    }

    @media(min-width:992px) {
        .small-bg-pricing-table {
            background-image: url(../images/home/bg-texture.png), url(../images/portfolio/pf2.jpg);
            background-position: left top, right top;
            background-size: 50%, 50%;
            background-repeat: repeat, no-repeat
        }
    }

    @media(max-width:991.98px) {
        .small-bg-pricing-table {
            background-image: url(../images/home/bg-texture.png);
            background-position: top left;
            background-repeat: repeat;
            background-size: cover
        }
    }

    .small-bg-service {
        background-color: #dfd7c3
    }

    @media(min-width:992px) {
        .small-bg-service {
            background-image: url(../images/home/bg-texture.png), url(../images/services/sr1.jpg);
            background-position: left top, right top;
            background-size: 50%, 50%;
            background-repeat: repeat, no-repeat
        }
    }

    @media(max-width:991.98px) {
        .small-bg-service {
            background-image: url(../images/home/bg-texture.png);
            background-position: top left;
            background-repeat: repeat;
            background-size: cover
        }
    }

    .testimonials-font {
        font-size: calc(1.275rem + 0.3vw);
        line-height: 38px;
        font-weight: 400
    }

    @media(min-width:1200px) {
        .testimonials-font {
            font-size: 1.5rem
        }
    }

    .price-font {
        font-size: calc(1.5rem + 3vw);
        line-height: 50px;
        font-weight: 700;
        font-family: roboto
    }

    @media(min-width:1200px) {
        .price-font {
            font-size: 3.75rem
        }
    }

    @media(min-width:768px) {
        .hero-font {
            font-size: 45px;
            line-height: 55px
        }
    }

    @media(max-width:767.98px) {
        .hero-font {
            font-size: 32px;
            line-height: 42px
        }
    }

    .cormorant-garamond-family {
        font-family: cormorant garamond, Sans-serif;
        font-weight: 700;
        font-style: italic
    }

    .font-365 {
        font-size: calc(2.0625rem + 9.75vw);
        line-height: 150px;
        color: #f4f4f4
    }

    @media(min-width:1200px) {
        .font-365 {
            font-size: 9.375rem
        }
    }

    .font-style {
        font-style: italic
    }

    .font-weight-medium {
        font-weight: 500 !important
    }

    .font-18 {
        font-size: 1.125rem
    }

.shop-button-style {
      font-family: "Work Sans", sans-serif;
    border-color: #e4202e !important;
    color: #e4202e;
    border: solid 1px;
    padding: 5px 20px;
    border-radius: 35px;
    text-align: center;
}

        .shop-button-style:hover {
            border-color: #000000 !important
        }

    .base-font-family {
        font-family: roboto
    }

    .montserrat-family {
        font-family: montserrat
    }

    .footer-dm-sans {
        font-family: 'dm+sans';
        font-weight: 700
    }

    .social-icon-style {
        font-size: 1.125rem;
        line-height: 24px;
        font-weight: 400
    }

    @media(min-width:768px) {
        .map-height {
            height: 450px
        }
    }

    @media(max-width:767.98px) {
        .map-height {
            height: 320px
        }
    }

    @media(min-width:992px) {
        .header.ml-negative {
            margin-left: -40px
        }
    }

    @media(min-width:992px) {
        .header.mr-negative {
            margin-right: -40px
        }
    }

    @media(min-width:992px) {
        .mt-negative {
            margin-top: -40px
        }
    }

    @media(min-width:768px) {
        .border-image {
            border: solid;
            border-width: 20px;
            margin-top: -380px;
            margin-left: 210px
        }
    }

    .image-z-index {
        z-index: -2
    }

    .post-title {
        font-size: calc(1.4375rem + 2.25vw);
        line-height: 65px
    }

    @media(min-width:1200px) {
        .post-title {
            font-size: 3.125rem
        }
    }

    .number-border {
        border: solid;
        border-width: 1px;
        border-bottom: 1;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-color: #747474;
        text-align: center;
        background-color: transparent !important
    }

    .title-404 {
        color: #747474;
        font-size: 100px;
        font-weight: 500;
        width: 100%;
        font-family: heebo
    }

    @media(min-width:992px) {
        .title-404 {
            color: #747474;
            font-size: 200px;
            font-weight: 500
        }
    }

    .input-border {
        border: solid;
        border-width: 3px;
        border-bottom: 1;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-color: #747474
    }

        .input-border:focus {
            border-color: #2a5631
        }

    @media(min-width:992px) {
        .header-margin {
            margin-bottom: -145px
        }
    }

    .padding-hero-icon {
        padding: 24px 32px
    }

    .portfolio-margin {
        margin-top: -110px
    }

    @media(min-width:992px) {
        .testimonials-negative-margin {
            margin-top: -55px;
            margin-bottom: -55px
        }
    }

    @media(min-width:992px) {
        .bg-lg-white {
            background-color: #fff
        }
    }

    .font-size-14 {
        font-size: .875rem
    }

    @media(min-width:992px) {
        .flickity-page-dots {
            bottom: -83px
        }
    }

    @media(max-width:991.98px) {
        .flickity-page-dots {
            bottom: -50px
        }
    }

    .flickity-page-dots .dot {
        width: 20px;
        height: 20px;
        background: #bc5e49
    }

    .font-weight-bold {
        font-weight: 700
    }

    .font-weight-normal {
        font-weight: 400
    }
.verify-btn:hover {
    background-color: #041B52;
    color:#fff;
}
.btn-parsley:hover {
    /* background-color: #bc5e49;
        border-color: #bc5e49;*/
    color: #fff;
    background-color: #041b52;
}

    .navbar-icon-size {
        font-size: 17px;
        line-height: 22px;
        font-weight: 400;
        color: #2a5631
    }

    .letter-space {
        letter-spacing: 3px
    }
.pro-det {
    padding: 20px 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.btn-link {
    border: solid;
    border-width: 2px;
    border-bottom: 1;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding-bottom: 4px;
    font-weight: 600
}

        .btn-link:hover {
            border-color: #000000 !important;
            color: #000000;
        }

    .btn-link1 {
        border: solid;
        border-width: 2px;
        border-bottom: 1;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        padding-bottom: 4px;
        font-weight: 600;
        color: #fff;
        border-color: #fff !important
    }

        .btn-link1:hover {
            border-color: #c8b6a1 !important;
            color: #c8b6a1
        }

    .hover-color:hover {
        color: #747474
    }

    .nav-tabs .nav-link {
        border: 2px solid transparent;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        font-size: 20px;
    }

    .list-group-item {
        border: solid;
        border-width: 3;
        border-left-width: 3;
        border-color: #c8b6a1;
        padding: .2rem .8rem;
    }

        .list-group-item.active {
            background-color: #bc5e49;
            border-color: #bc5e49
        }

    .list-group-horizontal > .list-group-item + .list-group-item {
        border-top-width: 3px;
        border-left-width: 3px
    }

        .list-group-horizontal > .list-group-item + .list-group-item.active {
            border-top-width: 3px;
            border-left-width: 3px;
        }

.font-letter-space {
    font-size: .875rem;
      font-family: "Work Sans", sans-serif;
    letter-spacing: 2.1px;
    color: #b72c0d;
    text-transform: uppercase
}

    .mt-130 {
        margin-top: -130px !important
    }
    .p-60{
        padding:60px;
    }
    .icon-left-quote {
        font-size: calc(1.5rem + 3vw);
        line-height: 42px;
        font-weight: 400;
    }

    @media(min-width:1200px) {
        .icon-left-quote {
            font-size: 3.75rem;
        }
    }

    .icon-left-quote-45 {
        font-size: calc(1.40625rem + 1.875vw);
        line-height: 42px;
        font-weight: 400;
    }

    @media(min-width:1200px) {
        .icon-left-quote-45 {
            font-size: 2.8125rem;
        }
    }

    .icon-left-quote-34 {
        font-size: calc(1.3375rem + 1.05vw);
        line-height: 36px;
        font-weight: 400;
    }

    @media(min-width:1200px) {
        .icon-left-quote-34 {
            font-size: 2.125rem;
        }
    }

    @media(min-width:768px) {
        .position-md-absolute {
            position: absolute;
        }
    }

    @media(max-width:991.98px) {
        .h3-md {
            font-size: calc(1.275rem + 0.3vw);
            line-height: 30px;
        }
    }

    @media(max-width:991.98px) and (min-width:1200px) {
        .h3-md {
            font-size: 1.5rem;
        }
    }

    .footer-form {
        color: #747474;
          font-family: "Work Sans", sans-serif;
        border-width: 3px;
        font-weight: 700
    }

        .footer-form:hover {
            color: #bc5e49;
            border-color: #bc5e49
        }

    .testimonials-line-height {
        line-height: 38px;
    }

    @media(max-width:767.98px) {
        .tab-font {
            font-size: 24px;
            line-height: 30px
        }
    }

.form-control {
    background-color: #f8f8f8;
}

    .footer-input {
        background-color: transparent;
        padding-left: 0
    }

        .footer-input:focus {
            background-color: transparent
        }

    input:-internal-autofill-selected {
        -webkit-transition: background-color 5000s ease-in-out 0s;
        transition: background-color 5000s ease-in-out 0s
    }

    input:-webkit-autofill-hover {
        -webkit-transition: background-color 5000s ease-in-out 0s;
        transition: background-color 5000s ease-in-out 0s
    }

    .border-radius-home {
        border-radius: 6px
    }

    .btn-contact-link {
        color: #747474;
        border-color: #747474
    }

        .btn-contact-link:hover {
            color: #bc5e49;
            border-color: #bc5e49
        }

    .z-index-back {
        z-index: 1
    }

    .z-index-flower {
        z-index: -1
    }

    .z-index-2 {
        z-index: 2
    }

    .z-index-3 {
        z-index: 3
    }

    .z-index-4 {
        z-index: 4
    }

    .text-center {
        text-align: center;
    }

    a.top-header {
        color: #ffffff;
    }

    .d-flex-btw p {
        margin-bottom: 0px;
    }

.verify-btn {
    display: block;
    text-align: center;
    color: #fff;
    width: 80%;
    background-color: #e4202e;
    padding: 10px;
    height: 48px;
    font-weight: 500;
    transition: 0.3s;
}

    .d-flex {
        display: flex !important;
        justify-content: center;
    }

    .pd-none {
        padding: 0px;
    }

    .d-flex-space-btw {
        display: flex;
        justify-content: center;
    }

    p.lead.text-center {
        height: 50px;
    }

    a.top-header:hover {
        color: #dddd;
    }

    a.top-header i, li.list-inline-item.me-px-21 a i {
        padding: 10px;
    }

    .bg-grey {
        background-color: #eeeeee85;
        padding: 50px;
    }

.btn-parsley {
    font-weight: 500;
    font-size: 16px;
    padding: 10px 25px;
    color: #fff;
    background-color: #e4202e;
  
    text-align: center;
    border-radius: unset !important;
}
.btn-whatsapp {
    font-weight: 500;
    font-size: 16px;
    padding: 10px 25px;
    color: #fff;
    background-color: #25d366;
    border-color: #25d366;
    border: 1px solid #25d366 !important;
    text-align: center;
    border-radius: unset !important;
  transition: .3s all ease-in;
}
    .btn-whatsapp:hover {
        color: #fff;
        background: #21ad55;
    }

    .bg-bay-leaf {
        background-color: #041B52 !important;
    }

    li.list-inline-item.me-px-21 a:hover {
        color: #4d6d0a;
    }

    .mb-60 {
        margin-bottom: 60px;
    }

    .lead {
        font-size: 23px;
    }

    .site-header {
        border-bottom: 1px solid #eee;
    }

    ul.benefits {
        color: #000;
    }

footer.site-footer.bg-texture-image.overflow-hidden {
    border-top: 1px solid #eee;
    background: #041B52;
    color:#fff;
}
.footer-widget p{
    color:#fff;
}

    .btn-outline-parsley:hover {
        color: #fff;
        background-color: #4d6d0a;
        border-color: #4d6d0a;
    }

    .btn-outline-parsley {
        color: #000;
        border-color: #4d6d0a;
    }

    .d-flex-btw {
        display: flex;
        justify-content: space-between;
    }
p.cnt-num span {
    padding: 5px 9px;
    color: #fff;
}
nav#navbar_top {
    background-color: #ffffff;
    border-bottom: #cccccc solid 2px;
}

div.whatsapp-btn {
    background-image: linear-gradient(to right, #25d366 5%, #21ad55 95%);
    padding: 10px;
    text-align: center;
    margin: 10px 115px 10px 0px;
    border-radius: 35px;
    border: solid 1px transparent;
}
p.lead.leadp {
    font-size: 19px;
}
@media(max-width:1199px) and (min-width:992px) {
    .d-flex-space-btw

{
    display: inline-grid!important;
    justify-content: space-between;
}
    h5.product-title
    {
        font-size:14px;
    }
}


.pos-rel{
    position:relative;
}
a.h6.border-2.border-bottom.shop-button-style.abs {
    position: absolute;
    width: 100%;
    left: 0;
    /* top: 242px; */   
    bottom:10px;
    text-align: center;
    opacity: 0;
    transition: .5s all ease;
    padding: 10px;
    background-color: #fff;
    border-radius: 0px;
    color: #e4202e;
    text-decoration: underline;
    border: 0px !important;
    max-height: 0;
    padding: 0;
}
article.mb-lg-0.mb-px-md-40.mb-px-20:hover .shop-button-style.abs {
    opacity: 1;
   /* border: 1px solid #ebebeb !important;*/
    padding: 13px 15px;
    max-height: 5rem;
}
ul li{
    color:#000;
}
.ft-24{
    font-size:24px;
}
/*a.h6.border-2.border-bottom.shop-button-style.abs:hover {
    background-color: #ffffff;
    border: 1px solid #ebebeb !important;
    padding: 13px 15px;

  box-shadow:unset;
}*/
h3.mb-px-md-52.mb-px-40.verfy-txt::before {
    content: '';
    border-bottom: 4px solid #e4202e;
    position: absolute;
    width: 22%;
    height: 42px;
}
.height-px-300
{
    height:300px
}
h1.mb-0.blog-heaing {
    font-size: 34px;
    padding-bottom: 30px;
}
.product-title a {
    color: #000;
}
.product-title{
    text-align:center;
    font-size:18px;
}
.hr1 {
    margin: 40px 0px;
}
.testi-box h5 {
    font-size: 17px;
    color: #000000;
    font-weight: 500;
}
.testi-box {
    padding: 30px 20px;
}
.textinner i {
    margin-bottom: 30px;
}
.testi-box  .height-px-150 {
    height: 100px;
}
.textinner p {
    font-weight: 600;
}
.ptb-70 {
    padding: 70px 0px;
}
.ptb-50{
    padding:50px 0px;
}
.verify {
    background: #f7f7f7;
}
.verify h3.mb-px-md-52.mb-px-40.verfy-txt::before {
    display: none;
}
.footer-bottom-area ul{
    margin-bottom:0px;
}
ul {
    padding-left: 17px;
}
.aboutvm img {
    width: 40px;
}
.text-left.aboutvm {
    position: relative;
    padding: 20px;
    background: #ffffff;
    border-radius: 5px;
  /*  border-bottom: 1px solid #dddddd;*/
  
    display:flex;
    flex-direction:column;
    align-items:center;
}
.imgsec {
    background: #041B52;
    display: flex;
    align-items: center;
    vertical-align: middle;
    padding: 20px;
    border-radius: 50%;
    white-space: nowrap;
    width: 100%;
}
.mimgsec {
   
}
.aboutvm.bb-0 {
    border-bottom: 0px;
}
.about-vmbox {
    background: #ffffff;
    border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(17,121,239,.15);
    margin-bottom: 20px;
}

.mtextsec p {
    margin-bottom: 0px;
}

.blog-box1 {
    box-shadow: 0 2px 5px 0 rgba(17,121,239,.15);
    border: 1px solid #dddddd !important;
    background-color: #ffffff;
    border-radius: 5px;
    border-bottom: 1px solid #dddddd!important;
}
    .blog-box1 .bg-texture-image {
        background-color: #fff;
        border-radius: 0px 0px 5px 5px;
    }
.pdesc img {
    border-radius: 3px;
}
.ptext {
    padding-left: 0px;
}
.cta-left-btn {
    display: flex;
    margin-bottom: 20px;
}

.cta-text-sec {
    margin-left: 20px;
}
    .cta-text-sec .card-body p a {
        color: #fff !important;
    }

    .cta-text-sec .card-body {
        padding: 0px;
    }

.cta-icon-sec i {
    font-size: 34px;
    color: #4d6d0a;
}

.mob-view {
    display: none;
}
.blog-box1 {
    transition: 0.5s all ease;
}

    .blog-box1:hover {
        box-shadow: 0 2px 20px 0 rgba(17,121,239,.2);
    }
.ptb-60 {
    padding:60px 0px;
}
.mob-banner, .footer_sticky_bar {
    display: none;
}
.footer_sticky_bar {
    background-color: #d6d6d6;
    box-shadow: 0 -8px 16px 0 #0000000f;
    position: sticky;
    bottom: -1px;
    /* padding: 1rem 0rem; */
    text-align: center;
    z-index: 99;
    margin: 0px 5px 0px;
    border-radius: 5px;
    padding: 10px 0px;
}
    .footer_sticky_bar ul{
        padding-left:0px;
        margin-bottom:0px;
    }
        .footer_sticky_bar ul li {
            display: inline-block;
            width: 31%;
            padding: 0px 10px;
            font-size: 15px;
            text-align: center;
          
            border-right: 1px solid #000;
        }
            .footer_sticky_bar ul li a {
                color: #000;
                font-weight: 600;
            }
         .footer_sticky_bar ul li:last-child{
             border-right:0px;
         }
         .footer_sticky_bar ul li a i{
             margin-right:5px;
         }
.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 9999;
}
.btn-whatsapp-pulse:hover {
    color: #ffffff;
}
.btn-whatsapp-pulse-border {
    bottom: 120px;
    right: 20px;
    animation-play-state: paused;
}
.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 30px;
    left: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 9999;
}
@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }

    75% {
        padding: 50px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}
.small-bg-contact-us.productbg {
    background-image: url(../images/home/bg-texture.png), url(../images/banner/aboutus-banner.jpg);
}
.navbar-nav .dropdown-menu {
    display:none;
}
.nav-item.dropdown.mega_menu_holder:hover .dropdown-menu {
    display: block;
}

/*------------------ new-style starts here ------------------*/
.mob-logo, .mob-btn{
    display:none;
}
.logo-img.mob-logo {
    width: 150px;
}
/*------------------ new-style ends here -------------------*/
@media only screen and (min-width:320px) and (max-width:767px) {
    .mb-px-40 {
        margin-bottom: 20px !important;
    }
    .mb-px-30 {
        margin-bottom: 0px !important;
    }
    .ptb-50, .ptb-70, .ptb-60 {
        padding: 30px 0px;
    }
    .pdesc .bg-grey{
        padding:30px 15px;
    }
    .ptext {
        padding-left: 0px;
      
    }
    .hr1 {
        margin: 30px 0px 30px;
    }
    .mb-grid {
        display: grid;
    }

        .mb-grid .col-lg-2 {
            order: 2;
        }
    .desk-view{
        display:none;
    }
    .mob-view{
        display:block;
    }
    .homeaboutsec .mt-px-20 {
        margin-top: 0px !important;
    }
    .testi-outer .px-3.pb-3 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .blog-post .entry-content-wrapper{
        padding:20px;
    }
    .site-footer .footer-bottom-area{
        padding-top:10px;
    }
    .imgsec {
        width: 34%;
        height: 34%;
        margin-bottom: 20px;
    }
    .mimgsec {
        position: relative;
    }
    .aboutvm img {
        width: 65px;
        display: block;
        margin: auto;
    }
    .text-left.aboutvm{
        padding-left:0px;
    }
    .common-banner .pt-px-24 {
        padding-top: 30px !important;
    }
    .common-banner .pb-px-60 {
        padding-bottom: 30px !important;
    }
    .cntct-right {
        margin-top: 20px;
    }
    .cntct-left h3.mb-5 {
        margin-bottom: 1.5rem !important;
    }
    .lead {
        font-size: 16px;
    }
    h1.mb-0.blog-heaing {
        font-size: 28px;
        padding-bottom: 30px;
    }
    .cta-left-btn:last-child {
        margin-bottom: 0px;
    }
    .mmt-20{
        margin-top:20px;
    }
    .nav-tabs .nav-link{
        font-size:18px;
        font-weight:600;
    }
    .nav-link {
       
        padding-right: 5px;
        padding-left: 5px;
        margin-right: 10px;
    }
    .product-dbanner .mt-5 {
        margin-top: 0rem !important;
    }
    .desk-banner, .d-hide-xs, .desk-logo {
        display: none;
    }
    .mob-banner {
        display: block;
    }
    .footer_sticky_bar{
        display:block;
    }
    .small-bg-contact-us.productbg {
        background-image: url(../images/home/bg-texture.png);
        background-size: cover;
    }
    .mob-logo, .mob-btn {
        display: block;
    }
    .navbar-light .navbar-brand {
       width: 30%;
    }
    .mob-btn {
        width: 45%;
    }
        .mob-btn .shop-button-style {
            font-size: 12px;
            padding: 5px 10px;
        }
    p.cnt-num, .d-flex-btw p {
        font-size: 12px;
    }
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .ptb-50, .ptb-70, .ptb-60 {
        padding: 40px 0px;
    }
    .mb-px-md-50 {
        margin-bottom: 10px !important;
    }
    .ptext {
        padding-left: 0px;
        margin-top:20px;
    }
    .homeaboutsec .mt-px-md-150 {
        margin-top: 240px !important;
    }
    .testi-box .height-px-150 {
        height: unset;
    }
    .footer-bottom-area p, .footer-bottom-area li{
        font-size:12px;
    }
    h1.mb-0.blog-heaing {
        font-size: 28px;
     
    }
    .mt-md-7 {
        margin-top: 2rem !important;
    }
    .mmt-20{
        margin-top:20px;
    }
    .nav-link {
        padding: 0 1.5rem;
    }
    .cntct-right {
        margin-top: 25px;
    }
    .small-bg-faq .pb-px-md-70, .blog-box .pb-px-md-70 {
        padding-bottom: 20px !important;
    }
    /*.desk-banner {
        display: none;
    }
*/
   /* .mob-banner {
        display: block;
    }*/
    .mob-banner img{
        width:100%;
    }
    .product-title {
        font-size: 18px;
    }
    .sliders .mb-px-md-40 {
        margin-bottom: 0px !important;
    }
    .hr1 {
        margin: 20px 0px 40px;
    }

    .blog-post .mb-px-50 {
        margin-bottom: 20px !important;
    }

    .entry-header h5 {
        font-size: 18px;
    }
    .product-dbanner .mt-md-5 {
         margin-top: 0rem !important; 
    }
    .site-footer .footer-bottom-area{
        padding-top:10px;
    }
    .footer_sticky_bar {
        display: block;
    }
    .d-hide-xs{
        display:none;
    }
    .small-bg-contact-us.productbg {
        background-image: url(../images/home/bg-texture.png);
        background-size: cover;
    }
    .mob-btn {
        display: block;
        width: 44%;
    }
}
@media only screen and (min-width:992px) and (max-width:1200px) {
    .verify-btn {
        font-size: 12px;
    }
    .site-header .navbar .nav-item .nav-link{
        font-size:14px;
    }
}
@media only screen and (min-width:1200px) and (max-width:1300px){
    .blog-box1 h5 {
        font-size: 18px;
    }
}
@media only screen and (min-width:1300px) and (max-width:1400px){
    .blog-box1 h5 {
        font-size: 18px;
    }
}
    @media only screen and (min-width:1400px) {
        .small-bg-about-us, .small-bg-faq, .small-bg-contact-us, .small-bg-blog {
            height: 67vh;
        }
    }




/*    New-css*/
.box-pro {
    box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.1);
}
    .box-pro:hover .card-btn {
        background-color: #041B52;
        color: #fff;
    }
    .pro-content {
        padding: 20px;
        background: #ffffff;
    }
.pro-thumb img{
    height:350px;

}
.pro-btn {
}
.pro-title{
    font-size:18px;
    margin-bottom:20px; 
}
.card-btn {
    display: block;
    border: 1px solid #000000;
    text-align: center;
    border: 1px solid #000;
    color: #fff;
    width: 100%;
    background-color: #e4202e;
    padding: 10px;
    height: 48px;
    font-weight: 500;
    transition: 0.3s;
}
.about-img {
    background-color: transparent;
    border-radius: 16px;
    position:relative;
    overflow:hidden;
    box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.4);
}
.about-img img{
    border-radius:16px;
    width:100%;
}

.shadow-soft {
    -webkit-box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.4);
}
.rounded {
    border-radius: var(--bs-border-radius) !important;
}
.picframe {
    position: relative;
    overflow: hidden;
}
figure {
    margin: 0 0 1rem;
}
.picframe img {
    position: relative;
    width: 100%;
    object-fit: cover;
}
.mt-new {
    margin-top: 80px;
}
.detail-para{
   min-height:150px;
}
.textominal-box {
    background-color: #f4f2ef;
    border: 1px solid #ddd;
    text-align: center;
    padding: 20px;
}
    .textominal-box i {
       
        color: #c19c62 !important;
    }
    .new-flex{
        display:flex;
        justify-content:center;
        align-items:center;
        gap:1rem;
    }
.test-img img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
}
.side-text{
    text-align:left;
    line-height:20px;
}
.textominal-box h4 {
    font-size: 18px;
    margin-bottom: 0px;
    font-weight:500;
}
.side-text p {
    margin-bottom: 0px;
}
.owl-dots {
    text-align: center;
    margin-top:30px;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

    .owl-dots button.owl-dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        display: inline-block;
        background: #ccc;
        margin: 0 3px;
    }

        .owl-dots button.owl-dot.active {
            background-color: #041B52;
        }

        .owl-dots button.owl-dot:focus {
            outline: none;
        }

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button span {
    font-size: 70px;
    position: relative;
    top: -5px;
}

.owl-nav button:focus {
    outline: none;
}

.card-btn:hover {
    background-color: #041B52;
    color: #fff;
}
.tm-padding-section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.bg-blue {
    background: #f1f1f1;
}
.tm-breadcrumb h2 {
    margin-top: -7px;
}
.tm-breadcrumb h2 {
    margin-top: -7px;
}
.tm-breadcrumb ul li {
    font-size: 18px;
    text-transform:unset;
    display: inline-block;
    color: #686b77;
}
.tm-breadcrumb ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    font-size: 0;
    margin-bottom: -10px;
}
    .tm-breadcrumb ul li a {
        color: #686b77;
    }

        .tm-breadcrumb ul li a::after {
            content: "/";
            padding: 0 5px;
        }

        .pl-50{
            padding-left:50px;
        }
        .new-height{
            height:100%;
            overflow:hidden;
            width:100%;
        }

.main-img {
    display: flex;
    width: 360px;
    height: 250px;
    overflow: hidden;
    perspective: 600px;
}

.images {
    margin-top: .5rem;
}

.new-spam {
    display: block;
    width: 60px;
    height: 250px;
    background-position: center;
    background-size: cover;
}
.sv-slider-item img {
  width: 100%;
  height: 100%;
}
.sv-slider-item{
    margin-bottom:30px;
}
.sv-slider .owl-thumbs {
    white-space: nowrap;
    overflow: auto;
}

.owl-thumbs button>img {
  width: 100px;
  height: 100px;
}

button.owl-thumb-item {
    margin-left: 30px;
    border:unset !important;
}
.sv-slider .owl-dots{
    display:none;
}
.owl-thumb-item .active{
    border:1px solid #000;
}
/*
.blush--shape:after {
    background-color: #faf3f7;
}
.blush--shape:after {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    content: '';
    z-index: -1;
}
.homeaboutsec{
    position:relative;
    z-index:3;
}*/

.contact-wrap {
    background: #fff;
}
.wrapper {
    width: 100%;
    -webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
}

.info-wrap {
    margin-top: -20px;
    margin-bottom: -20px;
    border-radius: 5px;
}

.bg-primary {
    background: #1089ff !important;
}

.rs-tab-main.tab-content-style1 ul.nav {
    margin: 0;
    display: inline-flex;
}

    .rs-tab-main.tab-content-style1 ul.nav .nav-item {
        margin-right: 29px;
    }

        .rs-tab-main.tab-content-style1 ul.nav .nav-item .nav-link {
            display: inline-block;
            align-items: center;
            top: 1px;
            font-size: 18px;
            font-weight: 600;
            padding: 17px 20px 17px 20px;
            box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
            border-radius: 0px 10px 0px 10px;
            justify-content: left;
            color: #032E42;
            background-color: #FFFFFF;
        }

            .rs-tab-main.tab-content-style1 ul.nav .nav-item .nav-link em {
                position: relative;
                display: inline-block;
                float: left;
            }

                .rs-tab-main.tab-content-style1 ul.nav .nav-item .nav-link em .main-img {
                    opacity: 1;
                    width: 45px !important;
                    padding: 0px 12px 0px 0px;
                    left: 0;
                }

                .rs-tab-main.tab-content-style1 ul.nav .nav-item .nav-link em .hover-img {
                    width: 45px !important;
                    padding: 0px 12px 0px 0px;
                    position: absolute;
                    left: 0;
                    opacity: 0;
                }

            .rs-tab-main.tab-content-style1 ul.nav .nav-item .nav-link:hover {
                background: #642e18;
                color: #fff;
            }

                .rs-tab-main.tab-content-style1 ul.nav .nav-item .nav-link:hover .hover-img {
                    opacity: 1;
                }

        .rs-tab-main.tab-content-style1 ul.nav .nav-item:last-child {
            margin-right: 0 !important;
        }

        .rs-tab-main.tab-content-style1 ul.nav .nav-item.active .nav-link {
            background: #642e18;
            color: #fff;
        }

            .rs-tab-main.tab-content-style1 ul.nav .nav-item.active .nav-link .hover-img {
                opacity: 1;
            }

.rs-tab-main.tab-content-style1 .tab-content {
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.03);
    margin-top: 30px;
    padding: 30px 40px 50px 60px;
    border-radius: 5px 5px 5px 5px;
}

    .rs-tab-main.tab-content-style1 .tab-content .tab-pane .prelements-heading {
        padding: 50px 40px 10px 10px;
    }

        .rs-tab-main.tab-content-style1 .tab-content .tab-pane .prelements-heading .title {
            font-size: 30px;
            line-height: 1.3;
            font-weight: 700;
            color: #032e42;
            margin: 0 0 26px;
        }

        .rs-tab-main.tab-content-style1 .tab-content .tab-pane .prelements-heading .description {
            color: #666666;
            margin: 0;
        }

    .rs-tab-main.tab-content-style1 .tab-content .tab-pane .tab-img {
        margin: 0px 0px -136px 0px;
    }

.rs-tab-main.tab-content-style1 .tab-pane.active {
    animation: slide-down 5s ease-out;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(10%);
    }

    10% {
        opacity: 1;
        transform: translateY(0);
    }
}
/* ------------------------------------
	20. Faq Section CSS
---------------------------------------*/
.rs-faq.faq-style1 {
    position: relative;
}

    .rs-faq.faq-style1 .faq-content .accordion {
        border-width: 12px;
    }

        .rs-faq.faq-style1 .faq-content .accordion .card {
            margin-bottom: 30px;
            border: none;
            background-color: #F1F6FC;
            border-radius: 5px 5px 5px 5px;
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.02);
        }

            .rs-faq.faq-style1 .faq-content .accordion .card:last-child {
                margin-bottom: 0;
            }

            .rs-faq.faq-style1 .faq-content .accordion .card .card-header {
                display: flex;
                align-items: center;
                padding: 0 !important;
                border: none;
                background: #fff;
            }

                .rs-faq.faq-style1 .faq-content .accordion .card .card-header .card-link {
                    position: relative;
                    display: block;
                    width: 100%;
                    height: 60px;
                    line-height: 29px;
                    font-size: 18px;
                    font-weight: 600;
                    padding: 17px 25px 17px 25px;
                    border-radius: 0px 10px 0px 10px;
                    background-color: #642e18;
                    color: #ffffff;
                }

                    .rs-faq.faq-style1 .faq-content .accordion .card .card-header .card-link:after {
                        position: absolute;
                        font-family: FontAwesome;
                        content: "\f068";
                        top: 50%;
                        transform: translateY(-50%);
                        text-align: center;
                        font-size: 12px;
                        line-height: 26px;
                        color: #ffffff;
                        text-align: right;
                        right: 20px;
                        margin-top: -2px;
                    }

                    .rs-faq.faq-style1 .faq-content .accordion .card .card-header .card-link.collapsed {
                        background-color: #FFFFFF;
                        color: #032e42;
                        padding: 17px 25px 17px 25px;
                        border-radius: 0px 10px 0px 10px;
                        box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.18);
                    }

                        .rs-faq.faq-style1 .faq-content .accordion .card .card-header .card-link.collapsed:after {
                            color: #032e42;
                            content: "\f067";
                        }

            .rs-faq.faq-style1 .faq-content .accordion .card .card-body {
                background-color: #fff;
                color: #666666;
                font-size: 16px;
                width: 100%;
                padding: 30px 25px 30px 25px !important;
            }

    .rs-faq.faq-style1.home3-modify1 .faq-content .accordion .card {
        margin-bottom: 15px;
    }

        .rs-faq.faq-style1.home3-modify1 .faq-content .accordion .card .card-header .card-link {
            position: relative;
            display: block;
            width: 100%;
            height: 60px;
            line-height: 29px;
            font-size: 18px;
            font-weight: 600;
            padding: 17px 25px 17px 25px;
            border-radius: 5px 5px 0px 0px;
        }

            .rs-faq.faq-style1.home3-modify1 .faq-content .accordion .card .card-header .card-link.collapsed {
                background-color: #FFFFFF;
                color: #032e42;
                padding: 17px 25px 17px 25px;
                border-radius: 5px 5px 5px 5px;
                box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.18);
            }

            .rs-faq.faq-style1.home3-modify1 .faq-content .accordion .card .card-header .card-link.collapsed {
                border-radius: 5px 5px 5px 5px;
            }

        .rs-faq.faq-style1.home3-modify1 .faq-content .accordion .card .card-body {
            padding: 30px 25px 60px 25px !important;
        }
/* ------------------------------------
	21. Team Section CSS
---------------------------------------*/
.rs-team.team-style1 .team-inner-wrap {
    box-shadow: 0 5px 20px rgba(34, 34, 34, 0.07);
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    transition: 0.4s;
}

    .rs-team.team-style1 .team-inner-wrap .image-wrap a img {
        border-radius: 5px;
    }

    .rs-team.team-style1 .team-inner-wrap .team-content {
        text-align: center;
        padding: 24px 20px 10px;
    }

        .rs-team.team-style1 .team-inner-wrap .team-content .team-name {
            font-size: 20px;
            line-height: 30px;
            font-weight: 700;
            margin-bottom: 0px;
        }

            .rs-team.team-style1 .team-inner-wrap .team-content .team-name a {
                color: #032e42;
            }

        .rs-team.team-style1 .team-inner-wrap .team-content .team-title {
            font-size: 16px;
            color: #666666;
        }

    .rs-team.team-style1 .team-inner-wrap:hover {
        background: #642e18;
    }

        .rs-team.team-style1 .team-inner-wrap:hover .team-content .team-name a {
            color: #ffffff;
        }

        .rs-team.team-style1 .team-inner-wrap:hover .team-content .team-title {
            color: #ffffff;
        }

.rs-team.team-style1.our-team-style1 .team-inner-wrap .image-wrap {
    position: relative;
    overflow: hidden;
}

    .rs-team.team-style1.our-team-style1 .team-inner-wrap .image-wrap a img {
        opacity: 1;
        transform: scale(1.1);
        transition: 0.3s ease-in-out;
    }

.rs-team.team-style1.our-team-style1 .team-inner-wrap:hover .image-wrap a img {
    transform: scale(1);
    opacity: 0.7;
}

.rs-team.team-style1 .owl-stage-outer {
    padding: 20px 10px;
    margin: -20px -10px;
}

.rs-team.team-style2 .team-inner-wrap {
    overflow: visible;
}

    .rs-team.team-style2 .team-inner-wrap .image-wrap {
        overflow: hidden;
        border-radius: 50%;
    }

        .rs-team.team-style2 .team-inner-wrap .image-wrap a img {
            border-radius: 50%;
            transform: scale(1);
            transition: 0.3s ease-in-out;
        }

    .rs-team.team-style2 .team-inner-wrap .team-content {
        text-align: center;
        padding: 25px 20px 0px;
        opacity: 1;
    }

        .rs-team.team-style2 .team-inner-wrap .team-content .team-name {
            font-size: 20px;
            line-height: 30px;
            font-weight: 700;
            margin: 0 0 10px;
        }

            .rs-team.team-style2 .team-inner-wrap .team-content .team-name a {
                color: #032e42;
            }

        .rs-team.team-style2 .team-inner-wrap .team-content .team-title {
            font-size: 15px;
            color: #666666;
        }

        .rs-team.team-style2 .team-inner-wrap .team-content .social-icons li {
            display: inline-block;
            margin-right: 16px;
        }

            .rs-team.team-style2 .team-inner-wrap .team-content .social-icons li a span i {
                font-size: 16px;
                color: #642e18;
                margin-right: 3px;
                transition: all .8s ease;
            }

            .rs-team.team-style2 .team-inner-wrap .team-content .social-icons li:last-child {
                margin-right: 0;
            }

    .rs-team.team-style2 .team-inner-wrap:hover .image-wrap a img {
        transform: scale(1.2);
    }

    .rs-team.team-style2 .team-inner-wrap:hover .team-content .team-name a {
        color: #642e18;
    }

.rs-team-single .btm-info-team {
    position: relative;
    box-shadow: 0px 0px 32px 0px rgba(7, 28, 31, 0.05);
    background: #fff;
    margin-bottom: 70px;
    padding: 40px;
}   