/** Shopify CDN: Minification failed

Line 907:0 Unexpected "}"

**/
/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
section,
main {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* Fonts */

/* 
    font-family: "Playfair Display", serif;

     font-family: "Raleway", sans-serif;

*/

:root {
    --font-primary: "Playfair Display", serif;
    --font-secondary: "Raleway", sans-serif;
}


/* Colors */
:root {
    --color-default: #4b493d;
    --color-primary: #636930;
    --color-secondary: #383f09;
    --btn-color-normal: #666666;
    --btn-color-hover: #eeeeee;
}

/* Smooth scroll behavior */
:root {
    scroll-behavior: smooth;
}

:root,
.color-scheme-1,
.color-scheme-2,
.color-scheme-3 {
  --color-primary: #636930 !important;  /* your desired button color */
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html, body {
    font-family: var(--font-secondary);
    color: var(--color-default);
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0em;
    text-transform: none;
    background-image: url('/cdn/shop/files/body-bg.jpg?v=1758783931') !important;
    background-attachment: fixed;
}

#MainContent {
  background-image: url("/cdn/shop/files/body-bg.jpg?v=1758783931") !important;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

#MainContent .section-wrapper {
  background: transparent !important;  /* remove white covers */
}



a {
    color: var(--color-secondary);
    text-decoration: none;
    transition: all ease-in-out 0.3s;
}

a:hover {
    color: var(--color-primary);
    ;
    text-decoration: none;
}

b, strong{font-weight: bold;}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-primary);
}

p {
    line-height: 1.7em;
}

.sec-pad {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.button {
    background: var(--color-primary);
    color: #fff;
    padding: 14px 20px;
    letter-spacing: 2px;
    font-size: 18px;
    border: 1px solid transparent;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.button:hover,
.button:focus,
.button:active {
    color: var(--btn-color-normal);
    background: var(--btn-color-hover);
    text-decoration: none;
    transition: all ease-in-out 0.3s;
}

.light-bg {
    background-color: #f3f3f3;
}

.dark-bg {
    background-image: linear-gradient(#515151, #171717);
}

.text-lite {
    color: #f3f3f3;
}

.sec-header {
    color: var(--color-secondary);
    font-size: 48px;
    position: relative;
    font-weight: 300;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

/*
.sec-header h2 {
    max-width: 80%;
    padding: 0 30px;
    display: block;
}
*/

/*
.sec-header::before, .sec-header::after{
    content: "";
    width: 100px;
    height: 4px;
    display: block;
}

.sec-header::before{ background-image: linear-gradient(to right,rgba(255,255,255,0.3) , rgba(0,152,214,1));}
.sec-header::after{background-image: linear-gradient(to right, rgba(0,152,214,1), rgba(255,255,255,0.3));}
*/

@media screen and (max-width:768px) {
    .sec-header {
        font-size: 30px;
    }

    .sec-header h2 {
        max-width: 100%;
    }

    .sec-header::before,
    .sec-header::after {
        display: none;
    }
}

/*--------------------------------------------------------------
# Home Banner
--------------------------------------------------------------*/

.hero-area {
    background-color: #eee;
}

.hero-content-area {
    padding: 200px 0 100px;
}

.hero-area h1 {
    font-size: 4em;
    line-height: normal;
    letter-spacing: 0;
}

.hero-content-area p {
    padding-right: 100px;
}

.hero-img-area {
    position: relative;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(150, 150, 150, 1));
}

.hero-img-area img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.book-area,
.communion-area {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.communion-area {
    padding-left: 70px;
    padding-right: 70px;
}

.communion-area h2 {
    font-size: 36px;
}

.book-area h3 {
    font-weight: 400;
}

.quote-area {
    background: url('/cdn/shop/files/parallax1.jpg?v=1758783869') fixed no-repeat;
    background-size: cover;
}

.quote-area h3 {
    font-size: 1.5em;
    text-align: center;
    line-height: 1.8em;
    color: #fff;
}

@media screen and (max-width: 480px) {

    .hero-content-area {
        padding: 15px;
    }

    .hero-area h1 {
        font-size: 2em;
    }

    .hero-content-area p {
        padding: 0;
        margin: 20px 0;
    }

    .hero-img-area img {
        position: relative;
        bottom: -7px;
    }

}




/*--------------------------------------------------------------
# Home about area
--------------------------------------------------------------*/
.deco-bdr-area {
    position: relative;
}

.deco-bdr {
    border: 2px solid rgba(150, 150, 150, 0.25);
    position: absolute;
    height: 450px;
    width: 500px;
    top: 50px;
    right: -30px;
    z-index: -1;
}

.deco-bdr-area img {
    position: absolute;
    left: -30px;
    top: -156px;
    z-index: 9;
}

.image-shadow {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.10), 0 10px 10px rgba(0, 0, 0, 0.10);
}

/*
.abt-txt-area {
    padding: 70px;
}
*/

/*
.abt-txt-area h2 {
    color: var(--color-secondary);
    font-size: 48px;
    position: relative;
    font-weight: 300;
}
*/

/* .abt-txt-area h2:after {
    position: absolute;
    content: "";
    height: 2px;
    background-color: rgba(42, 90, 170, 0.25);
    width: 50%;
    margin-left: 15px;
    top: 50%;
} */

.abt-txt-area p {
    color: var(--color-bodyFont);
}

@media screen and (max-width: 480px) {
    .deco-bdr-area img {
        position: static;
    }

    .abt-txt-area {
        padding: 15px;
    }

    .deco-bdr {
        display: none;
    }
}


.h-box-bg {
    background: url(../images/s1.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.h-content-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    padding: 100px;
    color: #fff;
}

.h-content-area h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .h-content-area {
        margin: 50px auto;
        width: 100%;
        padding: 0;
    }
}





/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.social-bg {
    background: #f1f1f1;
}

footer {
    background: url(../images/ftr-bg.jpg);
    padding: 60px 0 30px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.ftr-head {
    color: #dddddd;
    font-size: 24px;
    margin: 10px 0;
    font-weight: 500;
    letter-spacing: 1px;
}

@media screen and (max-width: 480px) {
    .ftr-head {
        font-size: 26px;
        margin: 20px 0 10px;
    }
}

.link-list li {
    word-break: break-all;
    line-height: 1.4;
    padding: 5px 0;
}

.link-list li:before {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 14px;
    margin-right: 10px;
    color: #e6e0cf;
}

.link-list li a {
    color: #e6e0cf;
    font-size: 14px;
    font-family: var(--font-optional);
    transition: all 0.2s ease 0s;
}

@media screen and (max-width: 480px) {
    .link-list li {
        padding: 8px 0;
    }

    .link-list li a {
        font-size: 16px;
    }
}

.link-list li:hover a,
.link-list li:focus a {
    text-decoration: none;
    color: #aaa;
    padding-left: 5px;
}

.link-list li.indent {
    margin-left: 25px;
}

.connect {
    color: #e6e0cf;
    font-size: 14px;
    line-height: 28px;
    font-family: var(--font-optional);
}

@media screen and (max-width: 480px) {
    .connect {
        font-size: 16px;
        line-height: 30px;
    }
}

.social-icon-area {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.social-icon-area ul li {
    float: left;
    padding: 0 7px;
}

.social-icon-area ul li a,
.social-icon-area ul li .fa {
    font-size: 14px;
    color: #e6e0cf;
    transition: all ease-in-out 0.3s;
}

.social-icon-area ul li:hover a {
    color: #aaa;
}

/* @media screen and (max-width: 480px) {
    footer {
        text-align: center;
    }

    .social-icon-area ul {
        margin-left: 32.5%;
    }
} */

.cpyr8 {
    background-color: var(--color-primary);
}

.cpyr8 p {
    text-align: center;
    color: #fff;
    line-height: normal;
    font-size: 14px;
    font-family: var(--font-optional);
    margin: 15px auto;
    letter-spacing: 0.1rem;
}





/*
.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
*/
/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    background: url('/cdn/shop/files/testimonials.jpg?v=1758783870') fixed;
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
    background-size: cover;
}

#testimonial4 .carousel-inner:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
    overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    height: 20px;
    bottom: 15px;
    padding: 0 5px;
    cursor: e-resize;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    text-indent: 0;
    margin: 2px 3px;
    cursor: pointer;
    display: inline-block;
    background: #ffffff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators .active {
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    margin: 2px 3px;
    background-color: #9dd3af;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
    height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
    background: #eeeeee;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.testimonial4_control_button .carousel-control {
    top: 175px;
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: transparent;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}

.testimonial4_control_button .carousel-control.left {
    left: 7%;
    top: 50%;
    right: auto;
}

.testimonial4_control_button .carousel-control.right {
    right: 7%;
    top: 50%;
    left: auto;
}

.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
    color: #000;
    background: #fff;
    border: 2px solid #fff;
}

.testimonial4_header {
    top: 0;
    left: 0;
    bottom: 0;
    width: 550px;
    display: block;
    margin: 30px auto;
    text-align: center;
    position: relative;
}

.testimonial4_header h4 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial4_slide {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    margin: auto;
    padding: 20px;
    position: relative;
    text-align: center;
}

.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}

.testimonial4_slide p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
    color: #ffffff;
    font-size: 22px;
}

.testimonial .carousel {
    padding-bottom: 50px;
}

.testimonial .carousel-control-next-icon,
.testimonial .carousel-control-prev-icon {
    width: 25px;
    height: 25px;
}

@media screen and (max-width: 480px){
    .testimonial4_slide{
        width: 90%;
    }
}

/* ------testimonial  close-------*/

.t-height {
    min-height: 500px;
    border-radius: 0;
    border: none;
}
}


.plant-area {
    position: relative;
    margin: 0;
    padding: 0;
}

.plant-area img {
    position: absolute;
    top: -100px;
    left: -75px;
}

.story-area {
    background: url('/cdn/shop/files/story-bg.jpg?v=1758784133') no-repeat fixed !important;
    background-size: cover !important;
    background-position: center !important;
}

.h-500 {
    height: 100%;
    min-height: 500px;
    display: flex;
    justify-content: center;

}

.h-500 h2,
.h-500 p {
    color: var(--color-primary) !important;
}


.lc-block {
    background-size: 100%;
    transition: all 0.7s ease-in-out;
    background-position: center;
}

.lc-block:hover {
    background-size: 120% !important;
}

.lt-purple {
    background-color: #929349;
    background-image: url('/cdn/shop/files/quote.png?v=1758783929');
    background-repeat: no-repeat;
}

.overview-green {
    background-color: #a1a43d;
    background-repeat: no-repeat;
}

.page-block--banner_header {
    overflow: hidden;
}

.page-block--banner_header .banner-text {
    color: #fff;
    padding: 50px 70px 30px;
    min-height: 480px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-block--banner_header .banner-text__content {
    height: auto;
    -ms-flex-item-align: center;
    align-self: center;
}

@media (min-width: 1200px) {
    .page-block--banner_header .banner-text {
        height: 600px;
    }
}

.page-block--banner_header .banner-image {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    /*  width: 100%;*/
    height: inherit;
    min-height: 100%;
}

@media screen and (max-width: 480px) {
    .page-block--banner_header .banner-image {
        height: 410px;
    }

    .page-block--banner_header .banner-text {
        padding: 20px;
        text-align: center;
    }
}

.page-block--banner_header .banner-image .img-t {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}


.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next,
.carousel-control-prev

/*, .carousel-indicators */
    {
    filter: invert(100%);
}

/********************** slider images zoom in effect start *********************/
.carousel-inner .carousel-item > img {
    -webkit-animation: thing 20s;
    -o-animation: thing 20s;
    animation: thing 20s;
}

@keyframes thing {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.5, 1.5);
    }
}

/********************** slider images zoom in effect end *********************/

.mob-bg {
    background: url('/cdn/shop/files/tree-m-bg.png?v=1758783913');
    background-size: contain ;
    background-position: right;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

@media screen and (min-width: 769px){
    .mob-bg {background: none;}
}





.ftco-section {
    padding: 50px 0;
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

@media (max-width: 575.98px) {
    .ftco-section {
        padding: 6em 0;
    }
}

.flow-wrap {
    width: 100%;
    margin-bottom: 0px;
    position: relative;
    z-index: 0;
    margin-bottom: 30px;
    z-index: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 1199.98px) {
    .flow-wrap {
        margin-bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .flow-wrap {
        border-radius: 2px;
        margin-bottom: 10px;
    }
}

.flow-wrap .icon {
    width: 130px;
    height: 130px;
    /*    background: #fff;*/
    background-image: linear-gradient(45deg, #706c42, #b7bf34);
    margin: 0 auto;
    margin-bottom: 30px;
    border-radius: 25px;
    position: relative;
    -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
}

.flow-wrap .icon:after {
    position: absolute;
    bottom: -19px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 15px 0 15px;
    border-color: #706c42 transparent transparent transparent;
}

.flow-wrap .icon span {
    font-size: 70px;
    line-height: 1.2;
    color: var(--color-white);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.flow-wrap .icon img {
    width: 70px;
}

.flow-wrap .text {
    width: 100%;
}

.flow-wrap .text h2,
.flow-wrap .text .h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: "Poppins", Arial, sans-serif;
}

.flow-wrap .text span {
    font-size: 13px;
    font-weight: 500;
    background: #f9faff;
    padding: 5px;
    border-radius: 4px;
}

.ftco-intro-2 {
    color: rgba(255, 255, 255, 1);
    z-index: 0;
    position: relative;
    padding: 5em 0;
}

.ftco-intro-2 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .6;
    background: #00317e;
    z-index: -1;
}

@media (max-width: 767.98px) {
    .ftco-intro-2 {
        background-position: center center !important;
    }
}

.ftco-intro-2 .subheading {
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}

.ftco-intro-2 h1,
.ftco-intro-2 .h1 {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
}

.value{
    background: url('/cdn/shop/files/story-bg.jpg?v=1758784133');
background-attachment: fixed;
background-position: center;
background-size: cover;
}

.placeholder-ig { max-width: 20% ; }

.placeholder-aligment { 
    height:90vh;
    display:flex;
    align-items:center;
    flex-direction:row;
    justify-content:center;}

