@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Montserrat', sans-serif;
    color: #393939;
    overflow-x: hidden;
    background: #fff9f3;
}

a {
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    color: #000000;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

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

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'seawave';
    src: url(../fonts/NTSEAWAVE.otf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 100px 0;
}

.all-section-btm {
    padding-bottom: 100px;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'seawave';
    font-size: 70px;
    color: #000;
    font-weight: 400;
    margin: 0 0 0px;
}

h2 {
    font-family: 'seawave';
    font-size: 70px;
    color: #000;
    font-weight: 400;
    margin: 0 0 0px;
}

h3 {
    font-family: 'seawave';
    font-size: 35px;
    color: #000000;
    font-weight: 400;
    margin: 0 0 0px;
}

.color_green {
    color: #4a6741;
}

h4 {
    font-family: 'seawave';
    font-size: 24px;
    color: #000;
    font-weight: 400;
    margin: 0 0 0px;
}

h5 {
    font-family: 'seawave';
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin: 0 0 0px;
}

h6 {
    font-family: 'seawave';
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin: 0 0 0px;
}

p {
    color: #0000008c;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    margin: 0 0 20px;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000000;
    padding: 40px 20px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}

.menuSec ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: #4a6741;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.4s ease;
}

.menuSec ul li a:hover::after,
.menuSec ul li a.active::after {
    transform: scaleX(1);
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    color: #000000;
}


.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

/*header css start */

/*banner css start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    /* background: rgba(0, 0, 0, 0.1); */
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

/*banner css end*/

.container-fluid {
    padding: 0px 8%;
}

.menuSection {
    border-bottom: 1px solid #e0dbd7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}

.header_right {
    display: flex;
    justify-content: end;
    gap: 10px;
    align-items: center;
}

.themebtn {
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    background: #4a6741;
    border: 1px solid #4a6741;
    color: #fff9f3;
    padding: 17px 35px;
    text-transform: uppercase;
    transition: all .3s ease-in;
}

.themebtn:hover {
    border: 1px solid #4a6741;
    background: #fff;
    color: #4a6741;
    box-shadow: 0 0 20px #869980;
}

.themebtn1 {
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    background: transparent;
    border: 1px solid #4a6741;
    color: #4a6741;
    padding: 17px 40px;
    text-transform: uppercase;
    transition: all .3s ease-in;
}

.themebtn1:hover {
    border: 1px solid #4a6741;
    background: #fff;
    color: #4a6741;
    box-shadow: 0 0 20px #869980;
}

.header_icon {
    height: 60px;
    width: 60px;
    background: #4a6741;
    border: 1px solid #4a6741;
    color: #fff9f3;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in;
}

.header_icon:hover {
    border: 1px solid #4a6741;
    background: #fff;
    color: #4a6741;
    box-shadow: 0 0 20px #869980;
}

.main_slider {
    position: relative;
}

.img-fluid {
    width: 100%;
    height: 900px;
    object-fit: cover;
}

.banner_text ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.menuSection .container-fluid,
.main_slider .container-fluid {
    padding: 0 5%;
}

.banner-progress {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 0px;
    position: absolute;
    bottom: 60px;
    width: 100%;
}

.banner-progress-bar {
    width: 160px;
    height: 1px;
    background: #e3ded9;
    position: relative;
    overflow: hidden;
}

.banner-progress-bar-fill {
    height: 100%;
    background-color: #4a6741;
    width: 0%;
    transition: width 0.4s ease-in-out;
}

.span-p {
    font-family: 'seawave';
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    color: #000;
    padding: 0px 20px;
    transition: color 0.3s;
}

.span-p.active {
    color: #4a6741;
    font-size: 34px;
}

.banner-progress button {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #d2cdc8;
    background: transparent;
    transition: all .3s ease-in;
}

.banner-progress button:hover {
    background: #4a6741;
}

.banner-progress button:hover img {
    filter: brightness(0) invert(1);
}

.banner-progress button img {
    filter: brightness(0) saturate(100%) invert(84%) sepia(9%) saturate(118%) hue-rotate(349deg) brightness(89%) contrast(88%);
}

.bnr_slid_left img {
    transform: rotate(180deg);
}

.bnr_right_txt_box h3 {
    font-size: 25px;
    padding: 0 0 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cdc8c4;
}

.bnr_right_txt_box p {
    margin-bottom: 0;
}

.bnr_right_txt_box {
    background: #fff9f3;
    padding: 30px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 600px;
}

/* Start simple. Start today. */

.start_simple {
    padding: 60px 0;
    background: #4a6741;
}

.start_simple_txt h2 {
    color: #ffffff;
    font-size: 45px;
}

.start_simple_txt p {
    color: #a5b3a0;
}

.start_simple_txt form input {
    width: 100%;
    background: #4a6741;
    padding: 20px 20px;
    border: 1px solid #869980;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 20px !important;
}

.start_simple_txt form input::placeholder {
    color: #ffffff;
    text-transform: uppercase;
}

.start_simple_txt form button {
    width: 100%;
    background: #ffffff;
    padding: 20px;
}

.start_simple_txt {
    text-align: center;
    padding: 0 60px;
}

/* Start simple. Start today. */

/* about */

.about_left {
    margin-right: 30px;
    border-right: 1px solid #ecebe4;
    padding-right: 70px;
    height: 620px;
    position: relative;
}

.about_left img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.about_left::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 120px;
    width: 220px;
    background: #fff9f3;
    z-index: 2;
}

.about_left::after {
    content: '';
    position: absolute;
    top: 0;
    right: -23px;
    height: 10px;
    width: 45px;
    background: #4a6741;
    z-index: 2;
}

.about_txt h2 span {
    display: block;
}

.about_txt {
    padding: 0 20px;
}

/* about */

/* our products */

.heading {
    text-align: center;
    margin-bottom: 30px !important;
}

.heading p {
    width: 55%;
    margin: 0 auto;
}

.rating {
    font-family: 'seawave';
    font-size: 14px;
    color: #000;
}

.rating i {
    color: #fd8f00;
    margin-right: 5px;
}

.product_txt h3 a {
    font-family: 'seawave';
    font-size: 24px;
    color: #000;
    margin: 10px 0;
}

.product_main {
    margin: 10px;
    padding: 10px;
    background: #ffffff;
}

.product_img {
    height: 380px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_img a img {
    object-fit: contain;
    height: 300px;
    width: auto;
}

.prd_price {
    font-family: 'seawave';
    font-size: 24px;
    background: #edf0ec;
    border: 1px solid #edf0ec;
    color: #4a6741;
    padding: 17px 50px;
    text-transform: uppercase;
    display: block;
}

.product_txt ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product_txt .themebtn {
    padding: 17px 75px;
}

/* our products */

/* Speak Life Daily Text Messaging  */

.speak_life {
    padding: 60px 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background: url(../images/speak-life-new.png);
}

.speak_life .container-fluid {
    padding: 0 3%;
}

.speak_life_txt {
    background: #ffffff;
    padding: 30px;
    width: 90%;
}

.speak_life_txt span {
    display: block;
}

/* Speak Life Daily Text Messaging  */

/* Does Any of this Sound Familiar? */

.sound_familiar_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sound_familiar_img {
    height: 660px;
}

.sound_familiar_txt ul li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #cbc7c2;
    font-family: 'seawave';
    font-size: 18px;
    color: #000;
}

.sound_familiar_txt ul li::before {
    content: '';
    position: absolute;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    height: 13px;
    width: 13px;
    left: 0;
    top: 7px;
    z-index: 1;
    background: url(../images/sound-familiar-1.png);
}

.sound_familiar_txt {
    padding: 0 35px;
}

/* Does Any of this Sound Familiar? */

/* testimonial */

.clients_rating i {
    color: #fd8f00;
    font-size: 14px;
}

.clients_rating {
    margin-bottom: 30px;
}

.testi_para {
    padding-right: 10px;
    overflow-y: hidden;
   
}

.testimonial_card ul li img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #ffffff;
}

.testimonial_card ul li h4 {
    font-size: 19px;
}

.testimonial_card ul li h5 {
    font-size: 13px;
}

.testimonial_card ul {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.testimonial_card {
    background: #ffffff;
    padding: 50px;
}

.testi_slider .slick-slide {
    opacity: 1;
}

.testi_slider .slick-current.slick-active .testimonial_card {
    background: #4a6741;
}

.testi_slider .slick-current.slick-active .testimonial_card p {
    color: #a8b6a4;
}

.testi_slider .slick-current.slick-active .testimonial_card h4,
.testi_slider .slick-current.slick-active .testimonial_card h5 {
    color: #ffffff;
}

/* .testi_slider .slick-current.slick-active {
    width: 9% !important;
} */

.testi_slider .slick-slide {
    margin: 0px 10px;
}

/* .testi_slider .slick-track {
    height: 180px;
} */

/* testimonial */

/* free resources */

.free_resources_btns button {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #d2cdc8;
    background: transparent;
    transition: all .3s ease-in;
}

.free_resources_btns button:hover {
    background: #4a6741;
}

.free_resources_btns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.free_resources_btns button:hover img {
    filter: brightness(0) invert(1);
}

.free_resources_btns button img {
    filter: brightness(0) saturate(100%) invert(84%) sepia(9%) saturate(118%) hue-rotate(349deg) brightness(89%) contrast(88%);
}

.resources-btn-prev img {
    transform: rotate(180deg);
}

.free_resources .row:first-child {
    border-bottom: 1px solid #cdc8c4;
    margin-bottom: 20px;
}

.resource_img {
    height: 250px;
}

.resource_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.resource_txt h4 {
    font-size: 10px;
    padding: 20px 0;
    border-bottom: 1px solid #cdc8c4;
}

.resource_txt h3 a {
    font-family: 'seawave';
    color: #000;
    font-weight: 400;
    margin: 20px 0;
    font-size: 20px;
}

.resource_card {
    margin: 10px;
}

.resources_slider .slick-slide {
    opacity: 1;
}

/* free resources */


/* footer */

.ftr_links {
    padding-left: 20px;
}

.footerSec {
    padding: 50px 0;
    background-color: #4a6741;
}

.ftr_links h5 {
    color: #ffffff;
    font-size: 22px;
    padding-bottom: 30px;
    margin-bottom: 40px;
    position: relative;
}

.ftr_links h5::before {
    position: absolute;
    content: '';
    background-color: #6b8364;
    width: 160px;
    height: 1px;
    bottom: 0px;
    left: 0;
    z-index: 1;
}

.footer_contact h5 {
    color: #ffffff;
    font-size: 22px;
    padding-bottom: 20px;
}

.ftr_lgo {
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #6b8364;
    width: 80%;
}

.ftr_links ul li a {
    color: #b7c2b3;
    font-size: 14px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.ftr_links ul li a:hover {
    transform: translateX(10px);
    color: #ffffff;
}

.ftr_links ul li {
    margin-bottom: 15px;
}

.ftr_links ul li a i {
    color: #b7c2b3;
    font-size: 20px;
}

.ftr_socials {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ftr_socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #4c6742;
    background-color: #fff9f3;
    border: 1px solid #fff9f3;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    transition: all .3s ease-in;
}

.ftr_socials a:hover {
    border: 1px solid #63be35;
    color: #63be35;
    background-color: #ffffff;
}

.ftr_btm {
    background-color: #4a6741;
    padding: 30px 0 0;
    border-top: 1px solid #6b8364;
}

.copy_txt p {
    color: #a5b3a0;
    margin-bottom: 0;
}

.footer_contact p {
    width: 80%;
    color: #b7c2b3;
    margin-bottom: 30px;
}

.payement {
    text-align: end;
}

.footerSec .container-fluid,
.ftr_btm .container-fluid {
    padding: 0 5%;
}

/* footer */

html,
body {
    overflow-x: hidden;
}

.testi_slider .slick-prev,
.testi_slider .slick-next {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #d2cdc8;
    background: transparent;
    transition: all .3s ease-in;
}

.testi_slider .slick-prev::before,
.testi_slider .slick-next::before {
    content: '';
    width: 17px;
    height: 10px;
    filter: brightness(0) saturate(100%) invert(84%) sepia(9%) saturate(118%) hue-rotate(349deg) brightness(89%) contrast(88%);
    background-image: url(../images//resources_btns.png);
}

.testi_slider .slick-next {
    right: -55px;
}

.testi_slider .slick-prev {
    left: -55px;
    top: 43%;
    transform: rotate(180deg);
}

.page-id-43 section.vc_section.testimonial {
    padding-top: 60px;
}