:root {
  --black: #000000;
  --white: #ffffff;
  --light-yellow: #fff350;
  --ts-green: #008755;

  --red: #ff1818;
}

.content-full {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin: 50px auto;
  padding: 25px 50px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

/* Sections */
section.section-parallax,
section.section-parallax-layer {
  min-height: 700px;
  width: 100%;
  background-attachment: fixed !important;
  display: flex;
  align-items: center;
}

section.section-parallax-layer {
  position: relative;
}

section.section-parallax-layer::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

section.section-parallax-layer .box {
  z-index: 1;
}

section:first-of-type.section-parallax,
section:first-of-type.section-parallax-layer {
  height: auto;
  min-height: 56vh;
}

section.section-parallax > div,
section.section-parallax-layer > div {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

section.standard {
  width: 100%;
}

section.section-margin-top {
    width: 100%;
  }

section.standard > div {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
section.section-margin-top > div {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }

section.full {
  width: 100%;
  margin: 0 auto;
}

section.full > div {
  width: 100%;
  display: flex;
  justify-content: space-around;
  justify-content: center;
  flex-wrap: wrap;
}

section.section-text {
  display: block;
  width: 100%;
  margin: 25px auto;
  padding: 0;
}

section.section-text > div {
  display: block;
  max-width: 1400px;
  padding: 25px 50px;
}

section.section-text > div .section-text-wrapper {
  display: block;
  width: calc(100% - 40px);
  margin: 20px;
  padding: 0;
}

section.full > div {
  margin: 0 auto;
}

section.full > div .section-text-wrapper {
  max-width: 1400px;
  padding: 25px 50px;
}

section.section-slider {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}

.pagebuilder section.section-slider {
  height: auto !important;
}

section.slider-loaded {
  height: auto;
}

section.section-slider > div {
  width: 100%;
}

/* End of sections */

/* ############################################################### */

@media all and (max-width: 550px) {
  section.standard > div {
    padding: 0;
  }
  section.section-text > div {
    padding: 25px;
  }
}

/* Box spacer */
.box-spacer {
  height: 50px;
  width: 100%;
  background-color: transparent !important;
  background: transparent !important;
  background-image: none !important;
}

.box-spacer .box-image-container,
.box-spacer .box-content {
  display: none;
  background-color: transparent !important;
  background: transparent !important;
  background-image: none !important;
}

.pagebuilder .box-spacer .box-content {
  display: block;
  background-color: transparent !important;
  background: transparent !important;
  background-image: none !important;
}

/* End of box spacer */

/* box settings for misc boxes */

.box .box-content ul,
.box .box-content ol {
  margin-left: 20px;
}

/*  */

/* Box 100-text */
.box-100-text {
  width: calc(100% - 30px);
  margin: 15px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.box-100-text .box-content {
  padding: 30px;
  width: 100%;
  max-width: 900px;
}

section.full .box-100-text .box-content {
  margin: 0 auto;
  padding: 0 30px;
}
/* End of box 100-text */

/* box-100-title */
.box-100-title {
  width: 100%;
  width: calc(100% - 30px);
  margin: 15px;
}

.box-100-title h2 {
  overflow: hidden;
  text-align: center;
  margin-bottom: 0;
}

.box-100-title .box-content div {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.box-100-start {
  width: 100%;
  color: #fff;
  height: auto;
  min-height: 600px;
  position: relative;
}

.box-100-start .box-image-container {
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  box-sizing: border-box;
}

.box-100-start .box-image-container:after {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(59, 59, 59, 0.2);
  width: 100%;
}

.box-100-start .box-content {
  max-width: 1240px;
  color: white;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 900;
  width: 100%;
  padding: 20px;
  text-align: center;
}

.box-100-start .item-action {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-100-start .item-action a {
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 15px 60px;
  border-radius: 5px;
  margin: 40px auto;
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.25);
  display: inline-block;
}

.box-100-start .box-content h1,
.box-100-start .box-content h2 {
  color: #fff;
  font-size: 60px;
  text-shadow: 0 7px 14px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.25);
}

.box-100-start .box-content p {
  font-size: 30px;
  text-shadow: 0 7px 14px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.25);
}

.box-100-transa {
  background: transparent !important;
  color: #fff !important;
}

.box-100-transa .box-image-container {
  display: none;
}

.box-100-transa .box-content {
  max-width: 1240px;
  color: white;
  font-weight: bold;
  width: 100%;
  padding: 20px;
  text-align: center;
}

.box-100-transa .item-action a {
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 15px 60px;
  border-radius: 5px;
  margin: 40px auto;
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.25);
}

.box-100-transa .box-content h1,
.box-100-transa .box-content h2 {
  color: #fff;
  text-shadow: 0 7px 14px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.25);
}

.box-100-transa .box-content p {
  color: #fff !important;
  text-shadow: 0 7px 14px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.25);
}

.box-100-img-right {
  width: 100%;
  width: calc(100% - 30px);
  display: flex;
  flex-flow: row-reverse;
}

.box-100-img-right .box-image-container {
  padding-top: 35%;
  width: 50%;
  background-size: cover;
  background-position: center;

  /* border-radius: 0px 50px 50px 0px; */
}

.box-100-img-right .box-content {
  width: 50%;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-direction: column;
  padding: 10%;

  width: 50%;
  display: flex;
  justify-content: center;
  /* align-items: flex-end; */
  flex-direction: column;
  padding: 10%;
}
.box-100-img-right .box-content ,.box-100-img-left .box-content {

  padding: 6rem 8rem;
}

.box-100-img-right .box-content p {
  margin: 10px 0 20px;
}

.box-100-img-right .item-action {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-grow: 1;
}

.box-100-img-left {
  width: 100%;
  width: calc(100% - 30px);
  display: flex;
}

.box-100-img-left .box-image-container {
  padding-top: 35%;
  width: 50%;
  background-size: cover;
  background-position: center;

  /* border-radius: 50px 0px 0px 50px; */
}

.box-100-img-left .box-content {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 10%;
}

.box-100-img-left .box-content p {
  margin: 10px 0 20px;
}

.box-100-img-left .item-action {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-grow: 1;
}


.box-50 {
  width: calc(50% - 30px);
  position: relative;
  margin: 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.02), 0 5px 5px rgba(0, 0, 0, 0.02);
  border-radius: 5px;
}

.box-50 .box-content {
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 0;
  padding: 40px;
}

.box-50 .item-action {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-grow: 1;
}

.box-50 .box-image-container {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 75%;
  width: 100%;
  /* border-radius: 50px 50px 0px 0px; */
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.box-50:hover .box-image-container {
  transform: scale(0.98);
}

.box-25 {
  width: calc(25% - 30px);
  margin: 15px;
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.02), 0 5px 5px rgba(0, 0, 0, 0.02);
  border-radius: 5px;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-direction: column;
  opacity: 0.8;
}
.box-25 .box-image-container {
  padding-top: 0%;
  background-size: cover;
  background-position: center;
  /* border-radius: 50px 50px 0px 0px; */
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}
.pagebuilder .box-25 .box-image-container img {
    height: fit-content;
    width: fit-content;
  }

.box-25 .box-content {
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 0;
  padding: 40px;
  text-align: center;
  display: inline-block;
}

.box-25 .item-action {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-grow: 1;
}

.section-margin-top .box-25 {
    margin-top: -16rem;
  }
  .pagebuilder .section-margin-top .box-25 {
    margin-top: 0;
    margin-bottom: 0;
  }
.box-33 {
  width: calc(33.33% - 30px);
  margin: 10px;
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.02), 0 5px 5px rgba(0, 0, 0, 0.02);
  border-radius: 5px;
}

.box-33:hover .box-image-container {
  transform: scale(0.98);
}

.box-33 .box-image-container {
  padding-top: 75%;
  background-size: cover;
  background-position: center;
  /* border-radius: 50px 50px 0px 0px; */
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.box-33 .box-content {
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 0;
  padding: 40px;
  text-align: left;
  display: inline-block;
}

.box-33 .item-action {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-grow: 1;
}

.box-33 .box-content h1 {
  font-size: 24px;
  margin-bottom: 10px;
}

.btn {
  text-decoration: none;
  background-color: #3e3e3e;
  color: #fff;
  padding: 10px 40px;
  display: block;
  width: fit-content;
  display: table;
  margin: 25px 0;
  font-weight: bold;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.btn-white {
  color: #3e3e3e;
  background-color: #fff;
  text-decoration: none;
  padding: 10px 40px;
  display: block;
  width: fit-content;
  display: table;
  margin: 25px 0;
  font-weight: bold;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 5px;
  font-size: 16px;
}

.btn:hover {
  opacity: 0.8;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.btn-white:hover {
  opacity: 0.8;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.btn-green {
  color: #000000;
  background-color: var(--ts-green);
  text-decoration: none;
  padding: 10px 40px;
  display: block;
  width: fit-content;
  display: table;
  margin: 25px 0;
  font-weight: bold;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  color: var(--white);
}
.btn-green-arrow-right {
  color: #000000;
  background-color: var(--ts-green);
  text-decoration: none;
  padding: 10px 40px;
  display: block;
  width: fit-content;
  display: table;
  margin: 25px 0;
  font-weight: bold;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.item-action .btn-green-arrow-right span:not(.item-btn-icon-display):after {
  content: "\f061";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Regular",
    "Font Awesome 5 Brands", "Arial";
  font-size: 26px;
  position: relative;
  top: 4px;
  left: 10px;
}

.fa-chevron-right {
  margin-left: 7.5px;
  font-size: 14px;
}

.btn-green:hover,
.btn-green-arrow-right:hover {
  background-color: var(--ts-green);
}

/******************************************************/
/* Box slider images box-slider-image-block */
.box-slider-image-block {
  width: 100%;
  position: relative;
  height: auto;
}

.box-slider-image-block .box-image-container {
  padding-top: 40%;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.box-slider-image-block .box-image-container::after{
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.40);
}

.box-slider-image-block .box-content-outer {
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  position: relative;
  max-width: 113rem;
  background-color: transparent;
  margin: 0 auto;
}

.box-slider-image-block .box-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2.5rem;
  width: 100%;
  /* max-width: 700px; */
  z-index: 2;
  text-align: center;
}

.pagebuilder .box-slider-image-block .box-content {
  min-width: 500px;
}

.box-slider-image-block .box-content h2 {
  font-size: 40px;
}

.box-slider-image-block .box-content > div {
  /* margin-top: 10px; */
}
.box-slider-image-block .box-content h1{
    padding-bottom: 0;
    font-family: "Bayshore","Raleway","open-sans";
    font-size: 90px;
    text-shadow: 0 7px 14px rgba(0, 0, 0, 0.5), 0 5px 5px rgba(0, 0, 0, 0.5);

}

.box-slider-image-block .box-content > div p,
.box-slider-image-block .box-content > div:not(.item-action) span {
  font-size: 25px;
  text-shadow: 0 7px 14px rgba(0, 0, 0, 0.5), 0 5px 5px rgba(0, 0, 0, 0.5);

}
.box-slider-image-block .box-content > div p img {

  height: 100%;
}

.field_content .box-slider-image-block .box-content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
}
/* end box-slider-image-block  */
/******************************************************/

@media all and (max-width: 1280px) {
}

@media all and (max-width: 1200px) {
  section.section-text > div {
    padding: 80px 10%;
  }
  .box-100-start .box-content h1,
  .box-100-start .box-content h2 {
    font-size: 50px;
  }
  .box-100-start .box-content p {
    font-size: 26px;
  }
  .box-100-transa .box-content h1,
  .box-100-transa .box-content h2 {
    font-size: 50px;
  }
  .box-100-transa .box-content p {
    font-size: 26px;
  }
  .box-25 {
    width: calc(50% - 30px);
    box-shadow: none;
  }
  .section-margin-top .box-25 {
    margin-top: 2rem;
  }
}

@media all and (max-width: 960px) {
  section.section-text > div {
    padding: 10%;
  }
  .box-100-img-left .box-content h2,
  .box-100-img-right .box-content h2 {
    font-size: 30px;
  }
  .box-100-start .box-content h1,
  .box-100-start .box-content h2 {
    font-size: 45px;
  }
  .box-100-start .box-content p {
    font-size: 24px;
  }
  .box-100-transa .box-content h1,
  .box-100-transa .box-content h2 {
    font-size: 45px;
  }
  .box-100-transa .box-content p {
    font-size: 24px;
  }
  .box-100-img-right {
    flex-direction: column;
  }
  .box-100-img-right .box-image-container {
    padding-top: 70%;
    width: 100%;
  }
  .box-100-img-right .box-content {
    width: 100%;
    padding: 10%;
  }
  .box-100-img-left {
    flex-direction: column;
  }
  .box-100-img-left .box-image-container {
    padding-top: 70%;
    width: 100%;
  }
  .box-100-img-left .box-content {
    width: 100%;
    padding: 10%;
  }
  .box-100-text {
    padding: 0%;
  }


  .box-50 .box-content {
    padding: 10%;
  }
  .btn {
    padding: 7.5px 30px;
  }
  .box-33 {
    width: calc(100% - 30px);
    box-shadow: none;
  }
  .box-slider-image-block .box-content > div p img{
    width: 100%;
  }

}

@media all and (max-width: 768px) {
  .item-action i {
    line-height: 28px;
  }
  .box-100-img-left .box-content h2,
  .box-100-img-right .box-content h2 {
    font-size: 26px;
  }
  .box-100-start .box-content h1,
  .box-100-start .box-content h2 {
    font-size: 40px;
  }
  .box-100-start .box-content p {
    font-size: 22px;
  }
  .box-100-transa .box-content h1,
  .box-100-transa .box-content h2 {
    font-size: 40px;
  }
  .box-100-transa .box-content p {
    font-size: 22px;
  }

  /** 50% **/
  .box-50 {
    width: calc(100% - 30px);
    margin: 0;
    box-shadow: none;
  }

  .btn {
    padding: 5px 20px;
  }

  .box-slider-image-block .box-image-container {
    padding-top: 60%;
  }
  .box-slider-image-block .box-content h2 {
    font-size: 28px;
  }
  .box-slider-image-block .box-content > div p,
  .box-slider-image-block .box-content > div:not(.item-action) span {
    font-size: 16px;
    padding-bottom: 0;
  }
  
 
  .box-spacer {
    height: 20px;
  }
  .box-25 {
    width: calc(100% - 30px);
    box-shadow: none;
  }
}

@media all and (max-width: 550px) {
  .box-25 {
    width: calc(100% - 0px);
    box-shadow: none;
    margin: 0;
  }
  .box-100-text .box-content {
    padding: 0;
  }
  .box-100-img-left .box-content h2,
  .box-100-img-right .box-content h2 {
    font-size: 24px;
  }
  .box-100-start .box-content h1,
  .box-100-start .box-content h2 {
    font-size: 36px;
  }
  .box-100-start .box-content p {
    font-size: 20px;
  }
  .box-100-transa .box-content h1,
  .box-100-transa .box-content h2 {
    font-size: 36px;
  }
  .box-100-transa .box-content p {
    font-size: 20px;
  }
  .box-slider-image-block .box-content h1 {
    font-size: 54px;
  }
}
