/* CSS Document */

/*# sourceMappingURL=front-page.css.map */

.footer-widgets {
display: block;
}

.wrap {max-width: 1600px;}

ul {
    margin-top: 10px;
}

ol li {
    list-style-type: decimal !important;
}


p {
    margin-bottom: 0;
}

::marker {
    color: #2e8cc7;
    /* font-size: 20px; */
    /* padding-left: 20px; */
    margin-left: 20px;
}

.grid-right img{
    width: 90%;
}

.grid-left img{
    width: 80%;
}
.grid-text {
    font-size: 20px;
    text-align: left;
    color: #636363;
    padding: 20px 0px;
    /* float: left; */
}

.grid-title{
    font-size: 40px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    /* display: flex; */
    /* float:  left; */
    margin-bottom: 0;
    /* width: 85%; */
    text-align: left;
    color: #636363;
    line-height: 1.2em;
}

.grid-subtitle{
    font-size: 40px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    float:  left;
    margin-bottom:  0 !important;
    /* width: 85%; */
    text-align: left;
    color: #636363;
    line-height: 1.2em;
}

h2 {
   margin-top: 0 !important;
   margin-bottom: 0 !important;
   font-size: 43px;
   width: fit-content;
   /* color: #2e8cc7; */
   line-height: unset;
   /* font-family: 'Roboto', sans-serif; */
   font-weight: 300;
   text-align: left;
   float: left;
   display: inline-block;
   color: #636363;
   padding: 0;
   font-weight: bold;
   padding-right: 10px;
}

.grid-title .hero-blue{
   width: fit-content;
   color: #2e8cc7;
   font-family: 'Roboto', sans-serif;
   font-weight: 300;
   text-align: left;
   float: left;
   display: inline-block;
   height: fit-content;
   padding-right: 10px;
   font-weight: bold;
}

.grid-left {
    float: left;
    text-align: left;
    width: 55%;
    height: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    align-content: center;
    flex-wrap: wrap;
    /* padding: 20px; */
}

.grid-right {
    float: left;
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 0px;
}

/*hero*/

#hero {
    display: flex;
    width: auto;
    align-items: flex-start;
    justify-content: space-evenly;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 50px 20px;
}

#hero .wrap {
    display: inline-flex;
}

#hero .grid-left  a {
    color:  white;
    font-size: 20px;
    width: fit-content;
    padding: 5px 40px;
    float: left;
    margin-bottom: 5px;
    margin-top: 10px;
    border-radius: 30px;
    background-image: linear-gradient(to right, #c0e3f6 , #338fc9);
}


#hero .grid-left  {
    float: left;
    text-align: left;
    width: 55%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap;
}

#hero  .grid-title{
    font-weight: bold;
    font-size: 43px;
}

/*stressed*/

#stressed {
    background: #efefef;
    
    padding: 50px 20px;
}

#stressed .wrap {
   display: flex;
    width: auto;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

#stressed .grid-left img {
    /* margin-top: -95px; */
    width: 35%;
}

    #stressed .grid-text li{
    list-style-type: disc !important;
    font-size: 22px;
    margin-left: 20px;
    }
#stressed .grid-subtitle {
    text-align: center;
    font-size: 35px;
    margin-top: 20px;
    font-weight: bold;
    max-width: 1600px;
    width: 100%;
    margin: 20px auto;
    float: none;
}


/*practice*/

#practice {
    text-align: center;
    width: auto;
    padding: 50px 20px;
    background: #efefef;
}


#practice .grid-left {
   width: 45%;
}

#practice .grid-left img{
   width: 80%;
}

#practice .grid-right {
   width: 55%;
}

#practice .wrap {
    display: inline-flex;
}

#practice .grid-title{
    width: 100% !important;
    display: inline-block;
    float: none !important;
    text-align: center;
    margin-bottom: 50px;
    max-width: 1600px;
    font-weight: bold;
}

/*growing*/

#growing {
    /* width: 100%; */
    /* background: #efefef; */
    display: flex;
    width: auto;
    align-items: center;
    justify-content: space-evenly;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 50px 20px;
}

#growing .wrap {
    display: inline-flex;
}

/*begin*/

#begin {
   display: inline-block;
   width: 100%;
   margin: auto;
   /* align-items: center; */
   /* justify-content: space-evenly; */
   /* align-content: center; */
   /* flex-wrap: nowrap; */
   /* flex-direction: row; */
   padding: 50px 20px;
}

#begin .wrap {
    /* margin: auto; */
    display: flex;
    /* align-content: center; */
    /* justify-content: center; */
    /* align-items: center; */
    /* flex-direction: row; */
}

#begin .grid-subtitle {
    text-align: center;
    font-size: 35px;
    margin-top: 20px;
    font-weight: bold;
    max-width: 1600px;
    width: 100%;
    margin: 20px auto;
    float: none;
}

.grid-text {
    font-size: 30px;
    padding: 0;
    padding-top: 10px;
    }

/*accordion container*/

#accordion {background: #efefef;padding: 50px 10px;position: relative;}

#accordion .grid-right img{width: auto;max-height: 450px;}

#accordion .grid-text {
    font-size: 17px;
    padding: 0;
    padding-top: 10px;
    text-align: left;
    }

.accordion-container {
    display: inline-block;
    position: relative;
    width: 100%;
    /* text-align: left; */
}

.content-container
a {
   color:#177817 !important;
    font-weight: bold;
}

.content-container
a:hover {
   color:#034F01 !important;
    font-weight: bold;
}

.description
a {
    color:#177817 !important;
    font-weight: bold;
}

.descript-container
a {
    color:#177817 !important;
    font-weight: bold;
}

.description
a:hover {
    color: #034F01 !important;
}

.descript-container
a:hover {
    color: #034F01 !important;
}

h5.accord-title {
    color: #2e8cc7;
    text-align: left;
    margin: 0 0 10px 0;
    display: none;
}

.open {
    background-image : url('/wp-content/uploads/2021/11/Asset-9.png');
}

.closed {
    background-image : url('/wp-content/uploads/2021/11/Asset-9.png');
}

.accord-icon.closed {
    margin-left:5px;
}

h5.accord-title.open {
    display: none;
}
.accord-icon.open {
    margin-left:5px;
    display: none;
}

.accord-icon {
    background-repeat : no-repeat;
    background-position : center;
    background-size : contain;
    height : 25px;
    width : 25px;
    float: left;
    position: relative;
    /* top: 11px; */
    margin-right: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.accord-panel {
    padding-bottom: 28px;
    /* border-bottom: 1px solid #034b01; */
    display: none;
}

#accordion p {
    margin-bottom: 0 !important;
    color: #636363;
    text-align: left !important;
}

.descript-container {
    max-width: 1600px;
    font-size: 17px;
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}

.sub-title.bottom {
    margin-top:35px !important;
}



#testimonials  {
        height: 830px; 

    width: 100%;
    height: max-content;
    position: relative;
    /* padding: 50px 0; */
}
#testimonials li {
        height: 830px; 

  display: flex !important;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  }

#testimonials li img {
    display: inline-block;
    /* width: 220px; */
    position: relative;
    height: 830px; 
    object-fit: cover;
}


#testimonials img {
        height: 830px; 

    display: inline-block;
    width: 100%;
    position: absolute;
    z-index: 0;
    height: 100%;
    object-fit: cover;
    /* min-height: 1200px; */
    /* margin-bottom: 20px; */
}

#testimonials .wrap {
        height: 830px; 

    position: relative;
    z-index: 1000;
    /* top: 0; */
    /* display: block; */
    /* bottom: 0; */
    width: 100%;
    /* margin-top: -235px; */
    /* padding: 20px; */
    max-width: 100%;
}

#testimonials .quote-icon img {
    display: block;
    width: 75px;
    /* top: -230px; */
    margin: auto;
    float: none;
    height: auto;
    position: relative;
}


#testimonials blockquote, cite, em, i {
    color: white;
    font-style: normal;
    font-size: 20px;
}

#testimonials h4  {
    color: white;
    font-style: normal;
    font-size: 27px;
}

#testimonials h5 {
    color: white;
    font-style: normal;
    font-size: 20px;
    font-weight: bold;
}




/*buckets*/


#buckets {
    margin: 50px 50px;
    margin-left: 60px;
    position: relative;
}

ol#buckets-list {
    width: 90%;
    margin: auto;
    margin-left: 35px;
    display: inline-flex;
}

#buckets-list li{
    color: #636363;
    list-style-type: decimal;
    width: 33.3%;
    margin: 0 .5%;
    margin-bottom: 1.1%;
    padding: 10px;
    padding-right: 50px;
    text-align: center;
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    /* margin-left: 20px; */
    padding-left: 0;
    }


#buckets a {
    color:  white;
    font-size: 20px;
    width: fit-content;
    padding: 5px 40px;
    margin-top: 20px;
    float: left;
    border-radius: 30px;
    background-image: linear-gradient(to right, #c0e3f6 , #338fc9);
}


#buckets-list li::marker {
    color: #2e8cc7;
    font-size: 35px;
    /* margin-left: 20px !important; */
}

#buckets .grid-title, #buckets .grid-text  {
    text-align: left;
    margin-bottom: 20px;
}


@media only screen and (max-width: 1200px) {
#stressed .grid-left img {
    margin-top: 0;
}
.grid-text {
    text-align: center;
    font-size: 18px;
}

.grid-title, .grid-subtitle, #hero .grid-left, #hero h2, p, .grid-title .hero-blue, #hero .grid-left a{
    text-align: center;
    display: inline-block;
    margin: auto;
    float: none;
}

#hero .grid-left a{ 
margin-bottom: 5px;
}

.grid-subtitle {
    padding-bottom: 10px;
}

.grid-title, #buckets-list li::marker {
    margin-bottom: 10px;
}

#hero .wrap{
    display: inline-block;
}

#hero .grid-left {
    width: 100%;
    text-align: center;
    float: none;
    display: inline-block !important;
}


#stressed .wrap {
    display: inline-block;
}


#stressed .grid-left img {
    width: 20%;
}

.grid-left {
    display: inline-block;
    float:  none;
    text-align: center;
    width: 100% !important;
}

.grid-left img {
    width: 50%;

}


.grid-right {
    width: 100% !important;
}

.grid-right img {
    width: 40%;
}


#begin .wrap {
        display: inline-block;

}

#practice .wrap {
        display: inline-block;

}


#practice .grid-left img{
        width: 40%;
        margin-bottom: 10px;
}


#practice .grid-right img{
        width: 40%;

}

#growing .wrap {
        display: inline-block;

}


#accordion .grid-title, #accordion .grid-title div, #accordion h2, #accordion .hero-blue {
        text-align: center;
        margin: auto;
        float: none;
        display: block;
    }

}



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

.grid-title, .grid-subtitle, .grid-title div, h2, #buckets-list li::marker {
    font-size: 30px;
}

.grid-subtitle {
    font-size: 20px !important;
}
}




 @media only screen and (max-width: 1100px) {
#accordion .grid-left {
    float: left;
    text-align: left;
    width: 100%;
}

#accordion .grid-right {
    float: left;
    text-align: left;
    width: 100%;
    height: 500px;
    padding: 20px 0px;
    margin-bottom: 20px;
    margin-top: 20px;
}

#accordion .grid-right img {
    width: 100%;
    max-width: 100%;
    height: 500px;
    object-fit: contain;
    object-position: top;
}
}


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

ol#buckets-list {
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
}

#buckets-list li {
    width: 100%;
    padding: 10px;
    /* margin-left: 70px; */
}

#buckets-list li .grid-title {
    text-align: left;
}
}


@media only screen and (max-width: 900px) {
.soliloquy-container, .soliloquy-wrapper, .soliloquy-viewport, #testimonials li {
    max-height: 650px !important;
}

#testimonials, #testimonials .wrap, #testimonials li, #testimonials li img, #testimonials img {
    height: 100%;
}
}

@media only screen and (max-width: 800px) {
.grid-title, .grid-title div, h2 {
    /* text-align: center; */
    /* font-size: 30px; */
    }


  #begin .grid-subtitle {
    font-size: 18px;
    margin-top: 10px;
}

.grid-subtitle {
    text-align: left;
    /* font-size: 20px; */
  }

  .grid-right{
    width: auto;
    margin: auto;
    text-align: center;
    float: none;
    /* margin-bottom: 30px; */
  }

/*hero*/
    #hero {
    display: inline-flex;
    flex-direction: column;
    width: auto;
    margin:  auto;
    text-align: center;
    align-items: center;
    justify-content: center;
}

#hero .grid-left {
    width: auto;
    float: none;
    /* text-align: center; */
}



#hero .grid-left a {
    font-size: 16px;
    margin-bottom: 20px;
    }

    .grid-title .hero-blue {
        margin-bottom: 20px;
    }

#hero .grid-right img {
    width: 250px;
}

/*stressed*/


#stressed .grid-title {
    /* text-align: left; */
}
#stressed .grid-right{
    width: 55%;

}

#stressed .grid-left{
    width: 35%;

}

#stressed .grid-left img{
    /* width: 75% */
}


/*practice*/

 #practice {
    display: inline-flex;
    flex-direction: column;
    width: auto;
    margin:  auto;
    text-align: center;
    align-items: center;
    justify-content: center;
}

#practice .grid-right img {
    width: 250px;
}

#practice .grid-left {
    width: auto;
    float: none;
    text-align: center;
}

#practice .grid-title {
    margin-bottom: 10px;
}

#practice .grid-subtitle, #practice .grid-text {
    text-align: center;
    padding: 0;
}

/*growing*/

 #growing {
    display: inline-flex;
    flex-direction: column;
    width: auto;
    margin:  auto;
    text-align: center;
    align-items: center;
    justify-content: center;
}

#growing .grid-left img {
    width: 250px;
}

#growing .grid-left {
    width: auto;
    float: none;
    text-align: left;
}

#growing .grid-title {
    margin-bottom: 10px;
}

#growing .grid-subtitle, #growing .grid-text {
    text-align: center;
    padding: 0;
}


/*begin*/

 #begin {
    display: inline-flex;
    flex-direction: column;
    width: auto;
    margin:  auto;
    text-align: center;
    align-items: center;
    justify-content: center;
}

#begin .grid-right img {
    width: 250px;
}

#begin .grid-left {
    width: auto;
    float: none;
    text-align: left;
}


#begin .grid-text {
    text-align: center;
    padding: 0;
}


/*accordion*/

#accordion .grid-right {
    height: 300px;
}

#accordion .grid-right img {
    height: 300px;



}

}

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

#buckets a {
    font-size: 15px;
}
}


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

#hero, #stressed, #practice, #growing, #begin {
    padding: 20px;
}



#stressed {
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    float: none;
    margin: auto;
    padding: 20px;
}

#stressed .grid-title {
    text-align: center;
    font-size: 20px;
    }


#stressed .grid-text {
    text-align: center;
    font-size: 16px;
    padding: 5px;
    }

    #stressed .grid-text li{
    text-align: left;
    }

#stressed .grid-left {
    width: 100%;
    /* margin-bottom: 0; */
}

#stressed .grid-left img{
    width: 30%;
}

#stressed .grid-right {
    width: 100%;
}


}


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

.soliloquy-container, .soliloquy-wrapper, .soliloquy-viewport, #testimonials li {
    max-height: 880px !important;
}

#testimonials li {
    height: 880px;
   
}

.soliloquy-container.soliloquy-theme-karisma .soliloquy-caption .soliloquy-caption-inside {
 font-size: 10px !important;
}

}

@media only screen and (max-width: 500px) {
.grid-title, .grid-subtitle, .grid-title div, h2, #buckets-list li::marker {
    font-size: 22px;
    }
}



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

.soliloquy-container, .soliloquy-wrapper, .soliloquy-viewport, #testimonials li {
    max-height: 1100px !important;
}

#testimonials li {
    height: 1100px;
   
}

}