/*== == HEADER == ==*/
.content-fold-g-outer {
    display: flex;
    gap: 20px;
}
header#masthead {
    background: none;
}

ul#primary-menu > li > a {
    color: white;
    transition: all 500ms ease;
}

ul#primary-menu > li > a:hover {
    color: var(--primary-color2);
}

.header-contact-info a {
    color: white;
}

#masthead > .row-container {
    border-bottom: solid 2px #ffffff82;
    padding-bottom: 20px;
}

#masthead.navbar-fixed-top > .row-container {
    border-color: transparent;
    padding-bottom: 10px;
}

header#masthead.navbar-fixed-top {
    padding: 10px 0px 0px;
    background: #393939bf;
    border-color: #ffffff82;
}

#page {
    padding-top: 0px;
}

	/*== == HEADER END == ==*/

.fold1a {
    position: relative;
}

.fold1a-background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.fold1a-form-header {
    margin-bottom: 10px;
}

.fold1a-form-row-privacy p a {
    color: var(--primary-color1);
}

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

.fold1a-wrapper {
    position: relative;
    padding: 225px 0px 150px;
    display: flex;
    justify-content: space-between;
}

.fold1a-form {
    background: #00000094;
    color: white;
    flex: 0 0 480px;
}

@media (min-width:1024px) {

.fold1a-content-inner-readmore {
  display:none;
}

.fold1a-content-header span {
    display: block;
    font-weight: 400;
    font-size: 64px;
    line-height: 72px;
}
    
}

.fold1a-content {
    flex: 0 0 600px;
    color: white;
}



.fold1a-form-header-subtext .subtext {
    margin: 0px;
}

.form-row input {
    background: #474747cc;
    box-sizing: border-box;
    display: block;
    width: 100%;
    border: none;
    padding: 8px;
    font-size: 16px;
}

.fold1a-content-padding {
    padding: 70px 40px;
}

.fold1a-form-padding {
    padding: 30px;
}

.fold1a-form-row-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fold1a-form-row-input .wpcf7-spinner {
    position: absolute;
}

.fold1a-form-row-input .readmore {
    padding: 8px;
    width: 100%;
    margin-top: 10px;
    background: var(--primary-color1);
}

.fold1a-content {
    background-image: url('/wp-content/uploads/2024/06/orange-shape.png');
    background-repeat: no-repeat;
    background-size: 430px 100%;
}

/*== == FOWLERS === ==*/
/**FOLD2**/
.content-fold-g-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 50px 0px;
  gap: 0px;
  justify-content: space-between;
}

.content-fold-g-icons-inner {
    position: relative;
    padding: 100px 30px;
    color: white;
}

.content-fold-g-icons-inner::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background: var(--primary-color1);
    width: 100%;
    height: 100%;
    clip-path: polygon(50% 0%, 100% 0, 100% 43%, 100% 100%, 100% 100%, 30% 85%, 0 100%, 0% 43%, 0 0);
}

.content-fold-g-icons-header {
    position: relative;
}

.content-fold-g-icons-content {
    position: relative;
}

.content-fold-g-icons-header {
    font-style: italic;
}

.content-fold-g-icons-header span {
    color: black;
    font-weight: 700;
}

.content-fold-g-img img {
  height: 100%;
  object-fit: cover;
}

.content-fold-g-img {
  flex: 0 0 520px;
  position: relative;
  margin-right: 0px;
  background: whitesmoke;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.content-fold-g-content-inner .subtitle {
    margin: 0px;
    color: #bbbbbb;
}

.content-fold-g-content-inner .title span {
    display: block;
    color: var(--primary-color1);
}

.content-fold-g-img img {transform: scale(0.95);transform-origin: bottom;}

.rounded-fold .content-fold-g-img {
  border-radius: 30px;
  overflow: hidden;
}

.circle-fold .content-fold-g-img img {
  clip-path: circle(50%);
  overflow: hidden;
  height: auto;
  width: auto;
}

.content-fold-g-content {
  display: flex;
  flex-direction: column;
  flex: 0 0 500px;
  padding-right: 60px;
}


.content-fold-g {
  background: var(--color3b);
  position: relative;
  z-index: 3;
}

.content-fold-g-content .title {
  margin-bottom: 20px;
}


.content-fold-g-content .small-title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.flipped .content-fold-g-wrapper {
  flex-direction: row;
}

.content-fold-g-content {}

.content-fold-g-icons {
  flex-direction: column;
  display: flex;
  gap: 20px;
  justify-content: space-around;
  align-items: flex-end;
  flex: 0 0 350px;
  transform: translatex(50px);
  z-index: 3;
}

.content-fold-g-icon-item {
  display: flex;
  align-items: center;
  width: 440px;
  padding: 30px 0px;
  border-bottom: solid 2px #eee;
  gap: 20px;
}

.content-fold-g-icon-item:last-child {
  border-bottom: 0;
}

.content-fold-g-icon-item lord-icon {
  width: 100px !important;
  height: 100px !important;
}

.content-fold-g-icon-item p {
  margin: 0;
  text-transform: uppercase;
  font-style: italic;
  font-size: 24px;
  line-height: 32px;
}

.content-fold-g-icon-item p .bold {
  font-weight: bold;
}

.fold3 {
  position: relative;
  z-index: 4;
}

.fold3-background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  top: 0;
  left: 0;
}

.fold3-content .subtitle span {
    color: var(--primary-color1);
    display: block;
}

.alt .fold3-content {
    flex-direction: column;
    align-items: flex-start;
}

.alt .fold3-content .subtitle {
    color: var(--primary-color1);
}

.alt .fold3-content .title {
    width: 100%;
    max-width: 500px;
}

.fold3-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all .5s ease;
}

.fold3-content {
  display: flex;
  align-items: flex-end;
  gap: 0px;
  padding: 80px 60px;
  text-align: left;
  color: white;
  position: relative;
  min-height: 650px;
  justify-content: space-between;
  box-sizing: border-box;
}

.fold3 .readmore-wrapper {
  display: flex;
  gap: 10px;
}

.fold3 .readmore {
  margin-top: 10px;
  color: white;
}

.fold3 .readmore:hover{
  opacity:1;
}

.fold3 .title {
  flex-grow: 1;
}

.cs-fold .fold3-item:hover .fold3-background::before {
    opacity: .6;
}

.fold3 .subtitle {
  /* font-size: 50px; */
  /* line-height: 54px; */
  /* margin-bottom: 20px; */
}

.fold3-background::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: #333;
  opacity: 0.65;
  transition: all 500ms ease;
}

.fold3-item {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  border: solid 10px white;
}

.fold3-item img {
  position: relative;
  z-index: -1;
}

.fold3-item:hover img {
  transform: scale(1.1);
  z-index: -1;
}

/**MODEULES**/
.module-fold-h-module-item .readmore:hover {
    background: var(--blue);
}
.module-fold-h {
  padding: 50px 0px 50px;
  background: #f0f0f0;
  color: white;
  margin: 50px 0px;
}

.module-fold-h-readmore {
    display: flex;
    justify-content: center;
}

.module-fold-h-title {
  margin-bottom: 30px;
  position: relative;
  color: black;
}

.module-fold-h-title * {
  margin: 0;
}

.module-fold-h-title::before {
  width: 50px;
  height: 2px;
  background: var(--blue);
  content: '';
  position: absolute;
  top: 16px;
  left: 0;
  transform: translateY(-50%);
}

.module-fold-h-content {
  padding: 40px;
  box-sizing: border-box;
  transition: all .5s ease;
  height: 100%;
  background: white;
}

.module-fold-h-module-item lord-icon {
    transition: all 500ms ease;
}

.module-fold-h-content .subtext {
    color: var(--primary-color1);
    transition: all 500ms ease;
}

@media (min-width:640px){

.module-fold-h-module-item .module-fold-h-module-item-inner:hover {
}
	
}

.module-fold-h-title .title {
    color: var(--primary-color1);
}

.module-fold-h-module-item-inner {
  padding: 60px 5px;
  box-sizing: border-box;
  height: 100%;
  transition: all .5s ease;
}

.module-fold-h-content p {
  transition: all 500ms ease;
  color: #333;
  margin: 0px;
}



.module-fold-h-icon * {
  width: 100px !important;
  height: 100px !important;
}

.module-fold-h-icon {
  margin-bottom: 20px;
}

.module-fold-h-module-item .readmore {
  opacity: 0;
  position: absolute;
  border-color: var(--blue);
}

.module-fold-h-module-item {
    height: 100%;
}

.cs-fold .fold3-background::before {
  opacity: 0.2;
}

.cs-fold p, .cs-fold a {
  text-shadow: 0 0 15px black;
}

.fold3-content .subtitle {
    color: white;
}

.cs-fold .fold3-content{
  max-width: 100%;
  min-height: 500px;
  width: 100%;
  height: 100%;
  gap: 30px;
}

.cs-fold .fold3-item {
  border: solid 10px white;
  box-sizing: border-box;
  width: 100%;
}

.readmore-wrapper p {
    font-size: 24px;
    font-style: italic;
    text-transform: uppercase;
}

.content-fold-g-img-inner {
  position: relative;
}

.content-fold-g-img-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33333388;
  padding: 40px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  justify-content: space-between;
  z-index: 3;
}

.content-fold-g-img-content p, .content-fold-g-img-content a {
  color: white !important;
  text-shadow: 0 0 15px black;
}

.content-fold-g-wrapper.two-image .content-fold-g-content {
  flex-grow: 1;
}

.content-fold-g-img-content p {
  font-size: 20px;
  max-width: 200px;
}

.content-fold-g-wrapper.two-image{
  padding: 10px 0px 20px;
  gap: 20px;
}

.content-fold-g.gallery .row-container {
  margin-right: 0;
  padding-right: 10px;
  max-width: calc(100% - 65px);
}

.content-fold-g-content-inner .subtitle::before {
  width: 60px;
  background: var(--blue);
  height: 2px;
  position: absolute;
  content: '';
  left: -15px;
  top: 16px;
  transform: translate(-100%, -50%);
}

	/*== == FOWLERS END == ==*/

/*== == REVIEWS FOLD == ==*/

.reviews-folda-header {
    padding-bottom: 30px;
}

.reviews-folda-header-subtext .subtext {
    margin: 0px;
}

.reviews-folda-header-title .title {
    color: var(--primary-color1);
}

.reviews-folda-item {
    background: whitesmoke;
}

.reviews-folda-item-padding {
    padding: 40px;
}

.reviews-folda-item-padding-header .subtext {
    color: var(--primary-color1);
}

.reviews-folda-slider ul.splide__pagination > li {
    flex: 1;
    display: flex;
}

div#reviews-folda-splide-track {
    margin-bottom: 30px;
}

.reviews-folda-slider ul.splide__pagination > li > button {
    flex: 1;
    border: none;
    background: var(--primary-color1);
    padding: 3px;
    transition: all 500ms ease;
    opacity: .4;
    cursor: pointer;
}

.reviews-folda-slider ul.splide__pagination > li > button.is-active {
    opacity: 1;
}

.reviews-folda-item-name p {
    margin: 0px;
    font-size: 20px;
    line-height: 28px;
}

.reviews-folda-item-name p span {
    color: var(--primary-color1);
}

.reviews-folda-item-padding-inner p {
    color: gray;
}

.reviews-folda-item-padding-header .subtext {
}

.reviews-folda-item-stars i {
    font-size: 33px;
    color: var(--primary-color1);
}

.reviews-folda-item-stars {
    display: flex;
    gap: 6px;
    padding: 10px 0px;
}

.reviews-folda-container {
    padding: 70px 0px;
}

  /*=== == REVIEWS FOLD END = ===*/