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

/*@import url('https://myechoproject.com/Fabric/wordpress/wp-content/themes/twentytwentyone/assets/css/font/fonts.css')*/

/* Fonts */

/* 
    font-family: "Playfair Display", serif;

     font-family: "Raleway", sans-serif;

*/

:root {
    --font-primary: "Playfair Display", serif;
    --font-secondary: "Raleway", sans-serif;
    --font-california: "Californian FB", serif;
}



/* Colors */
:root {
    --color-default: #4b493d;
    --color-primary: #520c04;
    --color-secondary: #ac5a35;
    --btn-color-normal: #666666;
    --btn-color-hover: #eeeeee;


    --bg-card: #faf7f2;
    --border-grid: #e2d9c8;
    --gold: #9a7b2f;
    --gold-light: #b8972e;
    --text-heading: #2b1e0e;
    --text-body: #6b5a42;
}

/* Smooth scroll behavior */
:root {
    scroll-behavior: smooth;
}



/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

/*
html {
    scroll-snap-type: y mandatory;
}

section {
    scroll-snap-align: start;
    scroll-snap-stop: always;
}
*/

body {
    font-family: var(--font-secondary) !important;
    color: var(--color-default);
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0em;
    text-transform: none;
    background-color: #faf9f6;
    /*    background-image: url(../images/body-bg.jpg);*/
    background-attachment: fixed;
}

a {
    color: var(--color-default);
    text-decoration: none;
    transition: all ease-in-out 0.3s;
}

a:hover {
    color: var(--btn-color-hover);
    text-decoration: none;
}

b,
strong {
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*    font-family: 'Californian FB';*/
    color: var(--color-primary);
    font-family: var(--font-california);
}

h1 span,
h2 span {
    color: var(--color-secondary);
}

p {
    line-height: 1.7em;
    text-align: justify;
}

.sec-pad {
    padding-top: 25px !important;
    padding-bottom: 25px !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);
}

.txt-hlt {
    color: var(--color-secondary);
}

.sec-header {
    color: var(--color-secondary);
    font-size: 36px;
    position: relative;
    font-weight: 700;
    display: flex;
    /*    align-items: flex-start;*/
    justify-content: center;
    width: 100%;
}

.sec-header .hindi-q {
    font-size: 36px;
    line-height: 56px;
    font-weight: 400;
    color: #fff;
}

.darken {
    mix-blend-mode: darken;
}

.services-bg {
    /*    background-color: #fff;*/
    /*#ECF0F0*/
}

/*
.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;
    position: relative;
    z-index: 1;
}

.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(../images/parallax1.jpg) 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: top;
    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);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.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-alike {
    min-height: 175px;
    position: relative;
    background: url('../images/testimonials.jpg')
        /*var(--color-primary)*/
    ;
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: top;
    background-size: cover;
}

.testimonial-alike: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: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('../images/testimonials.jpg')
        /*var(--color-primary)*/
    ;
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: top;
    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: 18px;
    line-height: 1.4;
    margin: 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(../images/story-bg.jpg) no-repeat fixed;
    background-size: cover;
    background-position: center;
}

.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: var(--color-primary)
        /*rgba(148, 82, 25, 1)*/
    ;
    background-image: url(../images/quote.png);
    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%;
    background-color: #ede9e6;
}

@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: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 480px) {
    .page-block--banner_header .banner-image .img-t {
        background-size: contain;
    }

}

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

/********************** 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.2, 1.2);
    }
}

/********************** slider images zoom in effect end *********************/

.mob-bg {
    background: url(../images/tree-m-bg.png);
    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('../images/story-bg.jpg');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}


/********************* Animated Button ******************************/

.cta {
    position: relative;
    margin: auto;
    padding: 15px 26px;
    transition: all 0.2s ease;
}

.cta:before {
    content: url('../images/btn-symbol.png');
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 28px;
    /*    background: rgba(24, 70, 86, 0.5);*/
    width: 56px;
    height: 56px;
    transition: all 0.3s ease;
    opacity: 0.5;
}

.cta span {
    position: relative;
    font-size: 16px;
    line-height: 18px;
    font-weight: 900;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    vertical-align: middle;
}

.cta svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #111;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}

.cta:hover:before {
    content: url('../images/btn-symbol.png') !important;
    /*    width: 100%;*/
    background: transparent;
    content: '';
    opacity: 0.2;
}

.cta:hover svg {
    transform: translateX(0);
}

.cta:active {
    transform: scale(0.96);
}

.cta:hover {
    color: var(--color-secondary);
    transition: all ease-in-out 0.5s;
}

/********************* Animated Button ******************************/


.teaser-area {
    max-width: 1600px;
    margin: 50px auto 0;
}

/*
.card {
    float: left;
    padding: 0 1.7rem;
    width: 33.33%;
}
*/

.card {
    border: none;
}

.card .menu-content {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.card .menu-content::before,
.card .menu-content::after {
    content: "";
    display: table;
}

.card .menu-content::after {
    clear: both;
}

.card .menu-content li {
    display: inline-block;
}

.card .menu-content a {
    color: #fff;
}

.card .menu-content span {
    position: absolute;
    left: 50%;
    top: 0;
    font-size: 10px;
    font-weight: 700;
    font-family: "Open Sans";
    transform: translate(-50%, 0);
}

.card .wrapper {
    background-color: #fff;
    min-height: 540px;
    position: relative;
    overflow: hidden;
    /*    box-shadow: 0 5px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);*/
}

.card .wrapper:hover .data {
    transform: translateY(0);
}

.card .data {
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: translateY(calc(70px + 1em));
    transition: transform 0.3s;
}

.card .data .content {
    padding: 1em;
    position: relative;
    z-index: 1;
}

.card .author {
    font-size: 12px;
}

.card .title {
    margin-top: 10px;
}

.card .text {
    height: 70px;
    margin: 0;
}

.card input[type=checkbox] {
    display: none;
}

.card input[type=checkbox]:checked + .menu-content {
    transform: translateY(-60px);
}

.example-1 .wrapper {
    background: url(https://images.unsplash.com/photo-1496979551903-46e46589a88b?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=cda12b505afa1beb06e49d89014cbd65&auto=format&fit=crop&w=634&q=80) 20% 1%/cover no-repeat;
}

.example-1 .date {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #77d7b9;
    color: #fff;
    padding: 0.8em;
}

.example-1 .date span {
    display: block;
    text-align: center;
}

.example-1 .date .day {
    font-weight: 700;
    font-size: 24px;
    text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.18);
}

.example-1 .date .month {
    text-transform: uppercase;
}

.example-1 .date .month,
.example-1 .date .year {
    font-size: 12px;
}

.example-1 .content {
    background-color: #fff;
    box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.3);
}

.example-1 .title a {
    color: gray;
}

.example-1 .menu-button {
    position: absolute;
    z-index: 999;
    top: 16px;
    right: 16px;
    width: 25px;
    text-align: center;
    cursor: pointer;
}

.example-1 .menu-button span {
    width: 5px;
    height: 5px;
    background-color: gray;
    color: gray;
    position: relative;
    display: inline-block;
    border-radius: 50%;
}

.example-1 .menu-button span::after,
.example-1 .menu-button span::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: currentColor;
    position: absolute;
    border-radius: 50%;
}

.example-1 .menu-button span::before {
    left: -10px;
}

.example-1 .menu-button span::after {
    right: -10px;
}

.example-1 .menu-content {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    transition: transform 0.3s;
    transform: translateY(0);
}

.example-1 .menu-content li {
    width: 33.333333%;
    float: left;
    background-color: #77d7b9;
    height: 60px;
    position: relative;
}

.example-1 .menu-content a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
}

.example-1 .menu-content span {
    top: -10px;
}

.example-2 .wrapper {
    background: url(https://tvseriescritic.files.wordpress.com/2016/10/stranger-things-bicycle-lights-children.jpg) center/cover no-repeat;
}

.example-2 .wrapper:hover .menu-content span {
    transform: translate(-50%, -10px);
    opacity: 1;
}

.example-2 .header {
    color: #fff;
    padding: 1em;
}

.example-2 .header::before,
.example-2 .header::after {
    content: "";
    display: table;
}

.example-2 .header::after {
    clear: both;
}

.example-2 .header .date {
    float: left;
    font-size: 12px;
}

.example-2 .menu-content {
    float: right;
}

.example-2 .menu-content li {
    margin: 0 5px;
    position: relative;
}

.example-2 .menu-content span {
    transition: all 0.3s;
    opacity: 0;
}

.example-2 .data {
    color: #fff;
    transform: translateY(calc(70px + 3em));
}

.example-2 .title a {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
}

.example-2 .button {
    display: block;
    width: 200px;
    margin: 2em auto 1em;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    position: relative;
    font-weight: 700;
    background: #184755
}

.example-2 .button::after {
    content: "→";
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: all 0.3s;
}

.example-2 .button:hover::after {
    transform: translate(5px, -50%);
    opacity: 1;
}

.example-2 .content .text {
    visibility: hidden;
}

.example-2:hover .content .text {
    visibility: visible;
    transition: all ease-in-out 0.3s;
}


/********************* Teaser Section ******************************/


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


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

.social-icon-area ul li {
    float: left;
    padding: 0 7px;
}

.social-icon-area ul li a {
    font-size: 14px;
    color: #e6e0cf;
    transition: all ease-in-out 0.3s;
}

.social-icon-area ul li:hover a {
    color: #aaa;
}


/********************************* Blog Section ********************************/

.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(https://i.ibb.co/G32GT0L/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}

.white-heading:after {
    background: url(img/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;
}

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item img {
    max-width: 100%;
    mix-blend-mode: darken;
}

.owl-carousel .item {
    padding: 0 7.5px;
}

.owl-carousel .owl-item {
    float: left;
    background-color: #f0e5cf;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

#demo1 .customNavigation,
#demo2 .customNavigation {
    top: 50%;
    position: absolute;
    width: 100%;
    left: 0px;
    margin-top: -40px;
}

#demo1 .customNavigation .btn,
#demo2 .customNavigation .btn {
    padding: 0px;
}

#demo1 .customNavigation .btn.prev,
#demo2 .customNavigation .btn.prev {
    position: relative;
    left: -76px;
}

#demo1 .customNavigation .btn.next,
#demo2 .customNavigation .btn.next {
    position: relative;
    right: -70px;
    float: right;
}

div#demo1 {
    position: relative;
}

.user-blog {
    background: #faf2e8;
    padding: 50px 0 50px;
}

.user-blog:before {
    position: absolute;
    top: -100px;
    left: 0;
    content: " ";
    background: url(img/user-blog.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

div#owl-demo1 .item {
    padding: 0 15px;
}

.blog-grid {
    background: #fff;
    box-shadow: 0px 0px 20px #c3c3c3;
    margin: 10px 0;
    border: 1px solid #d6d6d6;
    border-radius: 1px;
}

.discretion-blog {
    padding: 15px;
}

.discretion-blog p {
    font-size: 15px;
    color: #454343;
}

.discretion-blog h4 {
    color: #454343;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.discretion-blog .btn {
    color: #fefeff;
    background: #454343;
    width: 100%;
    text-transform: uppercase;
    border-radius: 0px;
    margin-top: 10px;
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
    -o-transform: perspective(1px) translateZ(0);
    transform: perspective(122px) translateZ(0);
}


.discretion-blog .btn:hover {
    color: #ffffff;
}

.discretion-blog .btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #79b82d;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border: 2px solid #79b82d;
}

.discretion-blog .btn:hover:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.date-blog {
    background: #82b53f;
    width: 70px;
    position: absolute;
    bottom: 0;
    left: 15px;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
}

.date-blog:after {
    width: 0;
    height: 0;
    content: "";
    border-left: 0 solid transparent;
    border-right: 70px solid transparent;
    border-bottom: 12px solid #82b53f;
    top: -11px;
    position: absolute;
    left: 0;
}

.img-date {
    position: relative;
}

.user-blog .owl-theme .owl-controls .owl-page span {
    width: 17px;
    height: 17px;
    background: #454343;
    opacity: 1;
}

.user-blog .owl-theme .owl-controls .owl-page.active span,
.user-blog .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #82b53f;
}


.owner-area {
    background-image: url(https://myechoproject.com/Fabric/wordpress/wp-content/uploads/2025/11/wood-block.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.echo {
    display: flex;
    font-size: 14px !important;
}


.left {
    background: url("http://placehold.it/20x20") left center no-repeat;
    color: red;
    display: inline-block;
    padding-left: 20px;
}

.right {
    background: url("http://placehold.it/20x20") right center no-repeat;
    color: green;
    display: inline-block;
    padding-right: 20px;
}

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

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 1rem;
        height: 1rem;
    }

    .owl-carousel .slide-item {
        text-align: center;
    }

    .echo {
        display: flex;
        font-size: 14px !important;
    }

    .mob-txt-center {
        text-align: center
    }
}


.contact-bg {
    background-color: #f0e5cf;
}


.text-content {
    justify-content: center;
    align-items: center;
    font-family: Raleway, sans-serif;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--color-primary);
}

.changebox {
    margin: 0 5px;
    color: var(--color-secondary);
    overflow: hidden;
    transition: .5s;
    white-space: nowrap;
}

@media screen and (max-width: 480px) {
    .text-content {
        flex-direction: column;
    }


}




/*.................... flex css start ....................*/

.flex-container {
    display: flex;
    height: 50vh;
    min-height: 400px;
    width: 100%;
    overflow: hidden;
}

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

    .flex-container {
        flex-direction: column;
    }
}

.flex-title {
    font-size: 2vw;
    color: #f1f1f1;
    text-align: center;
    font-family: var(--font-california);

    margin: 0;
    padding: 0;
    width: 100%;
}

.flex-about {
    position: absolute;
    top: 60%;
    left: 60%;
    transform: translateX(-50%);
    width: 80%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.flex-slide.active .flex-about {
    opacity: 1;
}

.flex-slide h1,
.flex-slide h2,
.flex-slide h3,
.flex-slide h4 {
    margin: 0 !important;
}


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

    .flex-title {
        transform: rotate(0deg) !important;
        font-size: 6vw;
        margin: 0 0 30px 45px;
        text-align: left;
    }

    .flex-about {
        font-size: 16px;
    }
}



.flex-about > p {
    font-size: 18px;
}

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

    .flex-about {
        padding: 0%;
        border: 0px solid #f1f1f1;
    }
}

.flex-slide {
    flex: 1;
    position: relative;
    cursor: pointer;
    transition: flex 500ms ease;
}

.flex-slide > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* vertical center */
    align-items: center;
    /* horizontal center */

    height: 100%;
    width: 100%;

    text-decoration: none;
}

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

    .flex-slide {
        overflow: auto;
        overflow-x: hidden;
    }
}

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

    .flex-slide p {
        font-size: 2em;
    }
}

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

    .flex-slide ul li {
        font-size: 2em;
    }
}

.flex-slide:hover {
    -webkit-flex-grow: 3;
    flex-grow: 3;
}

.home {
    /*    height: 100vh;*/
    /*background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/a1.JPG) center;*/
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

@media screen and (min-width: 768px) {

    .home {
        -moz-animation: aboutFlexSlide;
        -moz-animation-duration: 3s;
        -moz-animation-iteration-count: 1;
        -moz-animation-delay: 0s;
        -webkit-animation: aboutFlexSlide;
        -webkit-animation-duration: 3s;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-delay: 0s;
        animation: aboutFlexSlide;
        animation-duration: 3s;
        animation-iteration-count: 1;
        animation-delay: 0s;
    }
}

@keyframes aboutFlexSlide {
    0% {
        -webkit-flex-grow: 1;
        flex-grow: 1;
    }

    50% {
        -webkit-flex-grow: 3;
        flex-grow: 3;
    }

    100% {
        -webkit-flex-grow: 1;
        flex-grow: 1;
    }
}

@media screen and (min-width: 768px) {

    .flex-title-home {
        transform: rotate(90deg);
        top: 20%;
        -moz-animation: homeFlextitle;
        -moz-animation-duration: 3s;
        -moz-animation-iteration-count: 1;
        -moz-animation-delay: 0s;
        -webkit-animation: homeFlextitle;
        -webkit-animation-duration: 3s;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-delay: 0s;
        animation: homeFlextitle;
        animation-duration: 3s;
        animation-iteration-count: 1;
        animation-delay: 0s;
    }
}

@keyframes homeFlextitle {
    0% {
        transform: rotate(90deg);
        top: 40%;
    }

    50% {
        transform: rotate(0deg);
        top: 40%;
    }

    100% {
        transform: rotate(90deg);
        top: 40%;
    }
}

.flex-about-home {
    opacity: 0;
}

@media screen and (min-width: 768px) {

    .flex-about-home {
        -moz-animation: flexAboutHome;
        -moz-animation-duration: 3s;
        -moz-animation-iteration-count: 1;
        -moz-animation-delay: 0s;
        -webkit-animation: flexAboutHome;
        -webkit-animation-duration: 3s;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-delay: 0s;
        animation: flexAboutHome;
        animation-duration: 3s;
        animation-iteration-count: 1;
        animation-delay: 0s;
    }

}

@keyframes flexAboutHome {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.about {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/e2.jpg) center;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.contact-form {
    width: 100%;
}

input {
    width: 100%;
}

textarea {
    width: 100%;
}

.e1 {
    background: url(../images/e1.jpg) center;
    /* linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),*/
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.e1 .flex-title,
.e1 .flex-about,
.e2 .flex-title,
.e2 .flex-about {
    color: var(--color-secondary) !important;
}

.e2 {
    background: url(../images/e2.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}


.e3 {
    background: url(../images/e3.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}


.e4 {
    background: url(../images/e4.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}


.e5 {
    background: url(../images/e5.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}



.spinner {
    position: fixed;
    top: 0;
    left: 0;
    background: #222;
    height: 100%;
    width: 100%;
    z-index: 11;
    margin-top: 0;
    color: #fff;
    font-size: 1em;
}

.cube1,
.cube2 {
    background-color: #fff;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }

    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }

    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes sk-cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }

    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    }

    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }

    75% {
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }

    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}


.services-cascade {
    list-style: decimal;
}

.services-cascade li p {
    font-size: 18px;
}



.services-cascade li {
    list-style-image: url('../images/bullet.png');
}

.services-cascade.dark li {
    list-style-image: url('../images/bullet2a.png');
}

.services-cascade.dark li p a,
.services-cascade.dark li p a:hover {

    color: var(--btn-color-hover) !important;
}

.dropdown_menu ul {
    display: none;
    /* hidden by default */
}

.dropdown_menu.open > ul {
    display: block;
    /* show only when parent has .open */
}

.dropdown-plus {
    cursor: pointer;
}


.flex-slide li p a:hover {
    color: var(--color-default) !important;
}

/*.................... flex css end ....................*/

.desk-banner {
    display: block;
}

.mob-disply {
    display: none;
}

@media screen and (max-width: 480px) {
    .mob-disply {
        display: block;
    }

    .desk-banner {
        display: none !important;
    }
}


h3 {
    padding-bottom: 10px;
    padding-top: 10px
}

h3 b {
    font-size: 24px;
}

p b {
    color: var(--color-primary)
}

.row ul li {
    padding-bottom: 10px;
}



.hero {
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 4rem;
    color: white;
    position: relative;
    width: 100%;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    /* dark overlay */
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 600px;
}

.hero h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #fff;
}

.hero p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.buttons {
    display: flex;
    gap: 1rem;
}

.btn {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-donate {
    background-color: #D9511D;
    color: white;
}

.btn-donate:hover {
    background-color: #c04816;
}

.btn-learn {
    background-color: transparent;
    color: white;
    border: 1px solid white;
}

.btn-learn:hover {
    background-color: white;
    color: black;
}

@media (max-width: 768px) {
    .hero {
        padding: 2rem;
        text-align: center;
        justify-content: center;
        min-height: 18vh;
    }

    .buttons {
        flex-direction: column;
        align-items: center;
    }
}



/******************************************** Mobile Menu ********************************************/



.navigation {
    height: 70px;
    background: #fff;
}

.brand {
    position: absolute;
    padding-left: 20px;
    float: left;
    /*    line-height: 70px;*/
    text-transform: uppercase;
    font-size: 1.4em;
    z-index: 9999;
    width: 75%;
}

.brand a,
.brand a:visited {
    color: #ffffff;
    text-decoration: none;
}

.brand a img {
    width: 45%;
    padding: 10px;
}


@media screen and (max-width: 768px) {
    .brand {
        z-index: 9999;
        width: 75%;
    }

    .brand a img {
        width: 65%;
    }
}

.fst-italic {
    font-style: italic !important;
}

/*
.nav-container {
    max-width: 1000px;
    margin: 0 auto;
}
*/

nav-mobile {
    float: right;
}

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

nav-mobile ul li {
    float: left;
    position: relative;
}

nav-mobile ul li a,
nav-mobile ul li a:visited {
    display: block;
    padding: 0 20px;
    line-height: 70px;
    background: var(--color-primary);
    color: #f0e5cf;
    font-weight: 500;
    text-decoration: none;
}

nav-mobile ul li a:hover,
nav-mobile ul li a:visited:hover {
    /*    background: #2581DC;*/
    color: #ffffff;
}

nav-mobile ul li a:not(:only-child):after,
nav-mobile ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: " ▾";
}

nav-mobile ul li ul li {
    min-width: 190px;
}

nav-mobile ul li ul li a {
    padding: 15px;
    line-height: 20px;
}

.nav-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    height: 70px;
    width: 70px;
}

@media only screen and (max-width: 798px) {
    .nav-mobile {
        display: block;
    }

    nav-mobile {
        width: 100%;
        padding: 70px 0 15px;
        position: absolute;
        z-index: 999;
    }

    nav-mobile ul {
        display: none;
    }

    nav-mobile ul li {
        float: none;
    }

    nav-mobile ul li a {
        padding: 15px;
        line-height: 20px;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1px;
    }

    nav-mobile ul li ul li a {
        padding-left: 30px;
    }

    .nav-dropdown {
        position: static;
    }
}

@media screen and (min-width: 799px) {
    .nav-list {
        display: block !important;
    }
}

#nav-toggle {
    position: absolute;
    left: 18px;
    top: 22px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    /*    background: #ffffff;*/
    background: var(--color-default);
    position: absolute;
    display: block;
    content: "";
    transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
}

.nav-dropdown li a {
    text-transform: capitalize !important;
}


.d-menu {
    display: block;
}

.m-menu {
    display: none;
}

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

    .d-menu {
        display: none;
    }

    .m-menu {
        display: block;
    }
}


/********************************* Formating Css ***********************************************/

.list-content,
.list-content li {
    list-style-image: url('../images/bullet2.png');
    padding-bottom: 15px;
    padding-left: 15px;
}

p i {
    font-style: italic;
    font-weight: 500;
}


.info-graphics {
    position: relative;
}

.info-graphics .f-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
    margin-top: -7px;
}

.mob-info {
    display: none;
}

@media screen and (max-width: 480px) {
    .info-graphics {
        display: none;
    }

    .mob-info {
        display: block;
    }
}




.circle-content-area {
    /*    background-color: var(--color-primary);*/
    /*    padding: 15px;*/
    border-radius: 50%;
    overflow: hidden;
    /*    flex: 1 0 auto;*/
    min-height: 480px;
}

.four-circle {
    text-align: center !important;
}

..accordion-button::after {
    margin-left: inherit;
}

.circle-content-area .accordion-body {
    padding: 30px 90px;
}


@media screen and (max-width: 768px) {
    .text-content {
        font-size: 30px;
    }
}






.services-wrap {
    position: relative;
    margin-bottom: 25px;
}

.services-wrap .services {
    padding: 40px;
    display: block;
    width: 100%;
    margin-bottom: 0px;
    border-radius: 5px;
    background-color: #f0e5cf -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.03);
    background-color: #f0e5cf
}

.services-wrap .services .icon {
    margin-bottom: 20px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #ffebee;
    position: relative;
    margin-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.services-wrap .services .icon span {
    position: absolute;
    font-size: 40px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.services-wrap .services .text {
    padding: 0;
}

.services-wrap .services .text h2,
.services-wrap .services .text .h2 {
    font-size: 20px;
    font-weight: 500;
    font-family: "Poppins", Arial, sans-serif;
}

.services {
    width: 100%;
    background: transparent;
    padding: 30px;
    margin-bottom: 20px;
    -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) {
    .services {
        margin-bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .services {
        border-radius: 2px;
        margin-bottom: 10px;
    }
}

.services .img {
    width: 100%;
    height: 280px;
}

.services .icon {
    margin: 0 auto;
}

.services .icon i {
    font-size: 24px;
    line-height: 1.2;
    color: #333;
}

.services .services-text {
    width: 100%;
    /*    padding-left: 30px;*/
}

.services .services-text h2,
.services .services-text .h2 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 15px;
}

.services:hover,
.services.active {
    background: var(--color-primary);
    -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.18);
}

.services:hover .icon,
.services.active .icon {
    background: #fff;
}

.services:hover .icon i,
.services.active .icon i {
    color: var(--color-primary);
    font-size: 24px;
}

.services:hover .services-text,
.services.active .services-text {
    color: rgba(255, 255, 255, 0.9);
}

.services:hover .services-text h2,
.services:hover .services-text .h2,
.services.active .services-text h2,
.services.active .services-text .h2 {
    color: #fff;
}

.services:hover .services-text .btn-custom,
.services.active .services-text .btn-custom {
    color: primary;
    border-color: #fff;
    background: #fff;
}

/*
.services-text ul{
    padding-left: 22px;
}
*/


@media screen and (min-width: 1200px) and (max-width: 1368px) {

    .services-wrap .services {
        padding: 20px;
    }

    .services .services-text h2,
    .services .services-text .h2 {
        font-size: 18px;
    }

    .services .services-text ul li p {
        font-size: 16px;
    }
}

/***************** CSS for Semi circle area ***********************/
.wrapper {
    position: relative;
    width: 300px;
    height: 300px;
    right: 0;
}

/* common style for all circles */
.segment {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 50%;
    transform: translateY(-50%);
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    cursor: pointer;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: white;
    font-family: sans-serif;
    font-weight: bold;
    text-align: left;
    padding-left: 15px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
}

/* each shade with increasing size */
.segment:nth-child(1) {
    background: #765546;
    width: 150px;
    height: 150px;
    z-index: 4;
}


.segment:nth-child(2) {
    background: #ad5a38;
    width: 250px;
    height: 250px;
    z-index: 3;
}

.segment:nth-child(3) {
    background: #d79b55;
    width: 350px;
    height: 350px;
    z-index: 2;
}

.segment:nth-child(4) {
    background: #dac08d;
    color: var(--color-primary) !important;
    width: 410px;
    height: 400px;
    z-index: 1;
}

.segment:nth-child(4) .title {
    margin-left: -40px;
}

/* hover effect */
.segment:hover {
    width: 400px;
    height: 400px;
    padding-left: 40px;
    /*    z-index: 5;*/
}

.segment:nth-child(3):hover {
    width: 460px;
    height: 420px;
}

.segment:nth-child(4):hover {
    width: 600px;
    height: 450px;
}


.segment .content {
    display: none;
    font-weight: normal;
    font-size: 14px;
    padding-left: 10px;
}

.segment:hover .content {
    padding-left: 32px;
}

.segment .content h2 {
    font-size: 28px;
    color: #f0e5cf;
    padding-bottom: 20px;
}


.segment:nth-child(4) .content h2 {
    color: var(--color-primary) !important;
}

.segment .content ul li p {
    font-size: 16px;
}

.segment .content h2 {}


.segment .title {
    rotate: -90deg;
}

.segment .title a {
    color: #fff;
}

.segment:nth-child(4) .title a {
    color: var(--color-primary);
}

.segment:hover .title {
    display: none;
}

.segment:hover .content {
    display: block;
}




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

    .wrapper {
        right: -10px;
    }

    .segment:nth-child(1),
    .segment:nth-child(1):hover {
        background: #765546;
        width: 120px;
        height: 130px;
        z-index: 4;
    }


    .segment:nth-child(2),
    .segment:nth-child(2):hover {
        background: #ad5a38;
        width: 200px;
        height: 210px;
        z-index: 3;
    }

    .segment:nth-child(3),
    .segment:nth-child(3):hover {
        background: #d79b55;
        width: 280px;
        height: 290px;
        z-index: 2;
    }

    .segment:nth-child(4),
    .segment:nth-child(4):hover {
        background: #dac08d;
        color: var(--color-primary) !important;
        width: 340px;
        height: 345px;
        z-index: 1;
    }


    .segment:hover .title {
        display: block;
    }

    .segment:hover .content {
        display: none;
    }

    .segment .title {
        margin-left: -10px;
    }

}


.mobi-display {
    display: none;
}

.desk-display {
    display: flex;
}

@media screen and (max-width: 768px) {
    .mobi-display {
        display: flex;
    }

    .desk-display {
        display: none;
    }
}




/************** Quote area ***************/

/* center the blockquote in the page */
.blockquote-wrapper {
    display: flex;
    /*   height: 100vh;*/
    padding: 0 20px;
}

/* Blockquote main style */
.blockquote {
    position: relative;
    /*    font-family: var(--font-secondary);*/
    /*    max-width: 620px;*/
    margin: 20px auto;
    align-self: center;
}

/* Blockquote header */
.blockquote h1 {
    color: var(--color-primary);
    font-family: var(--font-california);
    position: relative;
    /* for pseudos */
    font-size: 2.8rem;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    border: 2px solid #fff;
    border: solid 2px;
    border-radius: 20px;
    padding: 25px;
}

/* Blockquote right double quotes */
.blockquote h1:after {
    content: "";
    position: absolute;
    border: 2px solid var(--color-primary);
    border-radius: 0 100% 0 0;
    width: 60px;
    height: 60px;
    bottom: -60px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 3;
}

.blockquote h1:before {
    content: "";
    position: absolute;
    width: 80px;
    border: 6px solid #fff;
    bottom: -3px;
    left: 50px;
    z-index: 2;
}

/* increase header size after 600px */
@media all and (min-width: 600px) {
    .blockquote h1 {
        font-size: 2rem;
        line-height: 1.2;
    }

}

/* Blockquote subheader */
.blockquote h4 {
    position: relative;
    font-family: var(--font-secondary) !important;
    color: var(--color-secondary);
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding-top: 15px;
    z-index: 1;
    margin-left: 150px;
    padding-left: 12px;
}


.blockquote h4:first-letter {
    margin-left: -12px;
}


@media (max-width: 768px) {
    .blockquote h1 {
        font-size: 1.8rem;
    }
}




.inner-banner-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    background-color: #fff;
    width: 100%;
}

.inner-banner-left {
    width: 30%;
    text-align: center;
    padding: 40px 0;
    background: url('https://myechoproject.com/Fabric/wordpress/wp-content/uploads/2025/11/inside-banner-logo.jpg') no-repeat left;
    background-size: cover;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-banner-left h2 {
    color: #531e13;
    font-size: 2.4rem;
    line-height: 1.2;
    margin: 0;
}

.inner-banner-right {
    width: 70%;
    background: url('founder-image.jpg') no-repeat center center;
    background-size: cover;
    padding: 120px 50px;
    color: #4b2c1b;
    text-align: right;
    background-position: bottom;
}

.inner-banner-right h3 {
    font-size: 1.8rem;
    margin-bottom: 0.3rem;
}

.inner-banner-right p {
    font-size: 1.2rem;
    font-weight: bold;
    color: #6d4d1f;
}

@media (max-width: 768px) {
    .inner-banner-section {
        flex-direction: column;
    }

    .inner-banner-left,
    .inner-banner-right {
        width: 100%;
        text-align: center;
        padding: 40px 20px;
    }

    .inner-banner-right {
        text-align: center;
        padding: 60px 20px;
    }
}

.hover-area {
    position: absolute;
    bottom: -90px;
    right: 14px;
    font-size: 13px;
}

.form-group {
    margin-bottom: 15px !important;
}

.form-control {
    padding: 10px 15px !important;
    height: 46px !important;
    border-radius: 2px !important;
    border: 1px solid #c1c1c1 !important;
    font-size: 13px !important;
    color: #616161 !important;
    background: #fff !important;
    border-radius: 20px !important;
    appearance: auto !important;
}

.form-control-captcha {
    padding: 10px 15px !important;
    height: 46px !important;
    border-radius: 2px !important;
    border: 1px solid #c1c1c1 !important;
    font-size: 13px !important;
    color: #616161 !important;
    background: #fff !important;
    width: 80% !important;
    border-radius: 20px !important;
}

textarea.form-control {
    height: 100px !important;
}

.wpcf7-submit {
    background: #ac5a35 !important;
    color: #fff !important;
    padding: 10px 20px !important;
    letter-spacing: 2px !important;
    font-size: 18px !important;
    border: 1px solid transparent !important;
    border-radius: 6px !important;
    transition: all 0.3s !important;
}

.testimonial-txt {}

.email-link {
    color: #520c04;
    transition: all ease-in-out 0.3s;
}

.email-link:hover {
    color: #2482c5;
}

.home-books:hover {
    color: var(--color-default);
}




@media screen and (min-width: 1200px) and (max-width: 1440px) {
    .navik-header .logo img {
        max-height: 56px !important;
    }

    .navik-menu > ul > li > a {
        padding: 0 13px !important;
    }

    .full-width {
        width: 100%;
    }
}



.flex-container-desktop {
    display: flex;
}

.flex-container-mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    .flex-container-desktop {
        display: none !important;
    }

    .flex-container-mobile {
        display: flex;
    }

    .flex-container-mobile .services-cascade {
        margin: 0 0 0 70px;
        text-align: left;
    }

    .flex-title {
        font-size: 5.5vw;
    }

    .services-cascade li p,
    .services-cascade li p a {
        text-align: left;
    }
}

@media screen and (max-width: 380px) {
    .flex-title {
        margin: 0 0 30px 20px;
    }

    .flex-container-mobile .services-cascade {
        margin: 0 0 0 20px;
    }
}

#searchPopup {
    display: none !important;
}

#searchPopup {
    position: fixed;
    /* 🔥 MUST */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999999;
    /* 🔥 VERY HIGH */
}

.search-popup-content {
    position: relative;
    background: #fff;
    width: 50%;
    margin: 10% auto;
    padding: 20px;
    border-radius: 8px;
    z-index: 1000000;
}



/**************************** FABINOS page css *****************************/

/**** Bottom 6 Block Css ****/

/* ── Section Wrapper ──────────────────────────────────── */
/*
.features-section {
    padding: 5rem 0;
}
*/

/* ── Grid Container ───────────────────────────────────── */
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--border-grid);
    border-left: 1px solid var(--border-grid);
    background-color: var(--bg-card);
}

/* ── Individual Cell ──────────────────────────────────── */
.feature-cell {
    border-right: 1px solid var(--border-grid);
    border-bottom: 1px solid var(--border-grid);
    padding: 3rem 2.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    transition: background-color 0.25s ease;
}

.feature-cell:hover {
    background-color: #f0ebe0;
}

/* ── Icon Wrapper ─────────────────────────────────────── */
.feature-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
}

.feature-icon svg {
    width: 36px;
    height: 36px;
    stroke: var(--color-secondary);
    stroke-width: 1.25;
    fill: none;
}

/* ── Heading ──────────────────────────────────────────── */
.feature-title {
    font-family: var(--font-california);
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--color-secondary);
    margin: 0;
    letter-spacing: 0.01em;
}

/* ── Description ──────────────────────────────────────── */
.feature-desc {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    /*line-height: 1.75;*/
    color: var(--color-default);
    margin: 0;
    max-width: 260px;
}

/* ── Responsive: 2-col on tablet ──────────────────────── */
@media (max-width: 991.98px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ── Responsive: 1-col on mobile ──────────────────────── */
@media (max-width: 575.98px) {
    .features-grid {
        grid-template-columns: 1fr;
    }

    .feature-cell {
        padding: 2.5rem 1.75rem;
    }

    .feature-title {
        font-size: 1.3rem;
    }
}




/**** two system Block Css ****/


/* Label */
.section-label {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 1.4rem;
}

.label-line {
    width: 40px;
    height: 3px;
    background: var(--color-secondary);
    border-radius: 2px;
    flex-shrink: 0;
}

.label-text {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--color-secondary);
}

/* Heading */
/*
    .section-heading {
      font-family: var(--font-serif);
      font-size: clamp(2.2rem, 5vw, 3.8rem);
      font-weight: 700;
      line-height: 1.1;
      color: var(--color-primary);
      margin: 0 0 1rem;
    }
*/

/* Subtitle */
/*
    .section-subtitle {
      font-size: 1rem;
      font-weight: 400;
      color: var(--color-secondary);
      margin: 0 0 2.5rem;
    }
*/

/* Divider bars above cards */
.divider-bars {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.divider-bar {
    height: 3px;
    background: var(--color-secondary);
    border-radius: 2px;
}

/* Cards container */
.cards-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    border: 1px solid var(--border-grid);
    border-top: none;
}

.os-card {
    background: var(--bg-card);
    padding: 2.6rem 2.8rem 3rem;
}

.os-card:first-child {
    border-right: 1px solid var(--border-grid);
}

/* Card heading */
.os-title {
    font-family: var(--font-sans);
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--color-primary);
    margin: 0 0 1.8rem;
}

/* Feature list */
.feature-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.35rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.feature-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--color-secondary);
    flex-shrink: 0;
    opacity: 0.9;
}

.feature-label {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-default);
    line-height: 1.4;
    font-family: var(--font-secondary);
    line-height: 1.4;
}

/* Center connector */
.center-connector {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: flex;
    align-items: center;
}

.connector-line {
    width: 26px;
    height: 2px;
    background: var(--color-secondary);
}

.connector-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--color-secondary);
    border: 3px solid var(--bg-card);
    flex-shrink: 0;
    box-shadow: 0 0 0 3px var(--border-grid);
}

/* Responsive */
@media (max-width: 767.98px) {
    .cards-row {
        grid-template-columns: 1fr;
    }

    .os-card:first-child {
        border-right: none;
        border-bottom: 1px solid var(--border-grid);
    }

    .divider-bars {
        grid-template-columns: 1fr;
    }

    .divider-bars .divider-bar:last-child {
        display: none;
    }

    .center-connector {
        display: none;
    }

    .os-card {
        padding: 2rem 1.6rem 2.4rem;
    }

    .section-wrap {
        padding: 3.5rem 0 4rem;
    }
}

@media (max-width: 575.98px) {
    .os-title {
        font-size: 18px;
    }

    .feature-label {
        font-size: 18px;
    }
}



/********************************************************************************/

.parallax {
    background-color: #f2e2d5;
    /*
    background-size: cover;
    color: #fff;
*/
}

.counter-area {
    font-family: var(--font-secondary);
    display: flex;
    /*
    align-items: center;
    justify-content: center;
*/
    height: auto;
    padding: 15px 0;
    overflow: hidden;
    margin: 0;

}

.counter-container {
    display: flex;
    flex-direction: column;
    /*    justify-content: center;*/
    /*    text-align: center;*/
    margin: 15px;
    width: 22%;
    transition: all ease-in-out 0.5s;
}

.counter {
    font-size: 48px;
    margin-top: 10px;
    position: relative;
    animation-duration: 5s;
    font-family: var(--font-secondary);
    color: var(--color-secondary);
}

.counter-container span {
    font-size: 20px;
}

.counter:after {
    /*    font-family: 'Font Awesome 5 Free';*/
    font-weight: 700;
    position: absolute;
    content: '%';
    font-size: 30px;
    top: 28%;
    left: 60px;
    ;
}

.counter.no-icon{padding-left: 25px;}
.counter.no-icon:after {
    font-weight: 600;
/*    position: absolute;*/
    content: '$';
    font-size: 30px;
    top: 28%;
    left:0;

}

/*
.counter.cls-plus:after {
    right: 12%;
}
*/

/*
.counter-container:hover .counter {
    font-size: 72px;
    transition: all ease-in-out 0.5s;
}
*/

@media (max-width: 580px) {
    .counter-area {
        flex-direction: column;
        height: auto;
    }

    .counter-container {
        width: 65%;
    }
}

/**************************************************************/
