/* ############################################################### */

.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;
}

section.section-quotes {
  width: 100%;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

section.section-parallax {
  min-height: calc(100vh - 100px);
  height: auto;
  width: 100%;
  background-attachment: fixed !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.parallax {
  min-height: 800px;
  height: auto;
  width: 100%;
  background-attachment: fixed !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.parallax > div {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 25px 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

section.standard {
  width: 100%;
}

section.standard > div {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 25px 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

section.standard > div.single-article {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin: 0 auto;
  padding: 25px 0;
  display: block;
}

section.full {
  width: 100%;
  margin: 0 auto;
}

section.full > div {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

section.section-text {
  display: block;
  width: 100%;
  margin: 25px auto;
  padding: 0;
}

section.section-text > div {
  display: block;
  max-width: 1200px;
}

section.section-text > div .section-text-wrapper {
  display: block;
  padding: 50px;
  width: 98%;
  margin: 1%;
}

section.full > div {
  margin: 0 auto;
}

section.full > div .section-text-wrapper {
  max-width: 1200px;
}

section.section-function > div {
  padding: 0;
}

#info,
.info,
.content {
  max-width: 960px;
  width: 100%;
  margin: 50px auto;
  padding: 0 25px;
}

#info ul,
.info ul,
.content ul,
.box-content ul,
.single-news ul,
.section-text ul,
#info ol,
.info ol,
.content ol,
.box-content ol,
.single-news ol,
.section-text ol {
  padding: 5px 15px;
}

.text-slide {
  background-color: transparent !important;
  width: 100%;
  max-width: 100%;
  padding: 50px;
}

.text-slide .text-slide-content {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.text-slide h1 {
  font-size: 50px;
  text-shadow: 1px 1px 0 rgb(223, 227, 229), 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.text-slide h1,
.text-slide p {
  color: #fff !important;
  font-family: 'Quicksand', sans-serif;
}



.box-spacer-50 {
  height: 50px;
  width: 100%;
  background-color: transparent !important;
  background: transparent !important;
  background-image: none !important;
}
.pagebuilder .box-spacer-50 {
  height: 75px;
}
.pagebuilder .box-spacer-50 .box-content {
  display: none !important;
}
.box-spacer-50 .box-image-container,
.box-spacer-50 .box-content {
    display: none;
    background-color: transparent !important;
    background: transparent !important;
    background-image: none !important;
}


.box-100 {
	margin: 0 15px;
	padding: 10px 50px;
	max-width: 1200px;
	width: 100%;
}
.box-100 .box-content {
	margin: auto;
	width: 100%;
}


.box-100-title {
  margin: 0 15px;
  padding: 10px 50px;
  max-width: 1200px;
  width: 100%;
}

.box-100-title h2 {
  font-size: 32px;
}

.box-100-title .box-content > div {
  display: none;
}

.box-only-button {
  width: 100%;
  display: flex;
  justify-content: center;
}

.box-only-button h2,
.box-only-button .box-content p,
.box-only-button .box-image-container {
  display: none;
}

.box-only-button .item-action {
  width: 100%;
}

.box-only-button .item-action {
  padding: 30px 0;
}

.box-50-text {
  width: 48%;
}

section.full .box-50-text {
  width: 50%;
}

section.standard .box-50-text {
  width: 48%;
  margin: 1%;
}

.box-33-text {
  width: 31.33%;
}

.box-50-text .box-content {
  padding: 50px;
  max-width: 960px;
  margin: 0 auto;
}

.box-33-text .box-content {
  padding: 50px;
  max-width: 720px;
  margin: 0 auto;
}

.box-50-text .box-image-container {
  display: none;
}

.box-33-text .box-image-container {
  display: none;
}

.box-50 {
  width: 48%;
  margin: 1%;
  min-height: 300px;
}

/* .box-50:nth-child(odd) {
    margin-left: 0;
}

.box-50:nth-child(even) {
    margin-right: 0;
} */

.box-50 .box-image-container {
  padding-top: 75%;
  /* border-radius: 5px 5px 0 0; */
  background-repeat: no-repeat;
  background-size: cover;
}

.box-50 .box-content {
  padding: 10%;
}

.box-33-text-img {
  width: 31.33%;
  margin: 0 1%;
  min-height: 300px;
}

.box-33-text-img .box-image-container {
  padding-top: 65%;
  /* border-radius: 5px 5px 0 0; */
  background-repeat: no-repeat;
  background-size: cover;
}

.box-33-text-img .box-content {
  padding: 10%;
  text-align: center;
}

.box-33-text-img .box-content h2 {
  text-align: center;
}

.box-33-text-img .btn-orange,
.box-33-text-img .btn-blue,
.box-33-text-img .btn-black,
.box-33-text-img .btn-white,
.box-33-text-img .btn-white-no-border {
  margin: 0 auto;
}

.box-33-link {
  width: 31.33%;
  margin: 0 1%;
  border-radius: 2.5px;
  box-shadow: 0 7px 14px rgba(171, 171, 171, 0.1),
    0 5px 5px rgba(171, 171, 171, 0.1);
  transition: all 0.4s ease;
}

.box-33-link:hover {
  transform: scale(1.05);
}

.box-33-link .box-image-container {
  padding-top: 65%;
  /* border-radius: 5px 5px 0 0; */
  background-repeat: no-repeat;
  background-size: cover;
}

.box-33-link .box-content {
  padding: 10%;
  text-align: center;
}

.box-33-link .box-content h2 {
  text-align: center;
}









.box-50-link {
  width: 48%;
  margin: 0 1%;
  border-radius: 2.5px;
  box-shadow: 0 7px 14px rgba(171, 171, 171, 0.1),
    0 5px 5px rgba(171, 171, 171, 0.1);
  transition: all 0.4s ease;
}

.box-50-link:hover {
  transform: scale(1.05);
}

.box-50-link .box-image-container {
  padding-top: 65%;
  /* border-radius: 5px 5px 0 0; */
  background-repeat: no-repeat;
  background-size: cov;
}

.box-50-link .box-content {
  padding: 10%;
  text-align: center;
}

.box-50-link .box-content h2 {
  text-align: center;
}










.box-25-text-img {
  width: 23%;
  margin: 1%;
}

.box-25-text-img .box-image-container {
  padding-top: 75%;
  /* border-radius: 5px 5px 0 0; */
  background-repeat: no-repeat;
  background-size: cover;
}

.box-25-text-img .box-content {
  padding: 50px;
}

/** 100% **/

.box-100-text {
  width: 100%;
  padding: 50px 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.box-100-text .box-content {
  padding: 25px 0px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

section.full .box-100-text .box-content {
  margin: 0 auto;
}




.box-100-text .box-content h1,
.box-100-text .box-content h2 {
  position: relative;
}

.box-100-text .box-content >div {
  padding: 0 0 0 7rem;
    max-width: 900px;
}


.box-100-img-right {
  flex-flow: row-reverse;
}

.box-100-img-right,
.box-100-img-left {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  position: relative;
}

.box-100-img-right .box-content,
.box-100-img-left .box-content {
  margin: auto;
  width: 50%;
  padding: 50px;
  max-width: 960px;
}


.box-100-img-right .box-image-container,
.box-100-img-left .box-image-container {
  width: 50%;
  position: relative;
  display: flex;
  padding-top: 60%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.box-100.startleft .box-image-container,
.box-100-img-right.startleft .box-image-container,
.box-100-img-left.startleft .box-image-container {
  justify-content: flex-start;
}

section.standard .box-100,
section.standard .box-100-img-right,
section.standard .box-100-img-left,
section.standard .box-25-text-img,
section.standard .box-33-text,
section.standard .box-33-text-img,
section.standard .box-33-link,
section.standard .box-50,
section.standard .box-50-link,
section.standard .box-50-text,
section.standard .box-100-text,
section.standard .template-box-contact {
  padding: 2rem;
  /* margin: 1%; */
  /* border: 2px solid #f3f3f3; */
  /* box-shadow: 0 7px 14px rgba(171, 171, 171, 0.05), 0 5px 5px rgba(171, 171, 171, 0.05); */
}

section.standard .box-100,
section.standard .box-100-img-right,
section.standard .box-100-img-left,
section.standard .box-100-text {
  width: 100%;
}

section.standard .box-25-text-img {
  width: 23%;
}

section.standard .box-50,
section.standard .box-50-link {
  width: 48%;
}

section.standard .box-33-text,
section.standard .box-33-text-img,
section.standard .box-33-link {
  width: 31.33%;
}

/* section.full .box-100,
section.full .box-100-img-right,
section.full .box-100-img-left,
section.full .box-25-text-img,
section.full .box-33-text,
section.full .box-33-text-img,
section.full .box-33-link,
section.full .box-50-link,
section.full .box-50,
section.full .box-50-text{
    border: 2px solid #f3f3f3;
}  */

section.full .box-25-text-img,
section.full .box-33-text,
section.full .box-33-text-img,
section.full .box-33-link,
section.full .box-50,
section.full .box-50-text,
section.full .box-50-link {
  margin: 1%;
}

section.full .box-33-text {
  width: 31.33%;
}

section.full .box-50-text {
  width: 48%;
}

.box-content h1,
.box-content h2 {
  padding-bottom: 10px;
}

.item-action {
	display: flex;
	justify-content: space-between;
}
section.standard .box-image-container {
  border-radius: 2.5px;
}

.item-action .read-more {
  font-weight: bold;
}

.box-content a,
.box-content a:visited {
  color: #a58aa5;
}



.btn-orange {
  padding: 10px 30px;
  border-radius: 2.5px;
  background-color: #ffc02e;
  color: #fff !important;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  margin: 20px 20px 0 0;
  text-align: center;
}


.btn-blue {
  padding: 10px 30px;
  border-radius: 2.5px;
  background-color: #3e96bf;
  color: #fff !important;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  margin: 20px 20px 0 0;
  text-align: center;
}

.btn-black {
  padding: 10px 30px;
  border-radius: 2.5px;
  background-color: #000;
  color: #fff !important;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  margin: 20px 20px 0 0;
  text-align: center;
}

.btn-white {
  padding: 10px 30px;
  border-radius: 2.5px;
  background-color: #fff;
  color: #3e96bf !important;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  border: 2px solid #3e96bf;
  margin: 20px 20px 0 0;
  text-align: center;
}
.btn-white-no-border {
  padding: 10px 30px;
  border-radius: 2.5px;
  background-color: #fff;
  color: #3e96bf !important;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  margin: 20px 20px 0 0;
  text-align: center;
}

.btn-orange:hover,
.btn-blue:hover,
.btn-black:hover,
.btn-white:hover,
.btn-white-no-border:hover {
  text-decoration: none;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.quote {
  width: 100%;
}

.quote-wrapper {
  display: flex;
  padding: 0 50px;
}
.quote.hide {
  display: none;
}

.quote-content {
  display: flex;
  /* width: calc(100% - 300px); */
  width: 100%;
  justify-content: center;
  align-items: center;
}

.quote-headline {
  position: relative;
  margin-bottom: 20px;
}

.quote-headline:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 3px;
  bottom: -12px;
  left: 0;
  background-color: #a58aa5;
}

.quote-text {
  width: 100%;
  width: 98%;
  margin: 1%;
  /* max-width: 500px; */
  /* max-width:800px; */
  font-size: 16px !important;
}
.quote-text p {
  font-size: 16px !important;
}

.quote-image-holder {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quote-image {
  width: 254px;
  height: 254px;
  border-radius: 254px;
  background-color: #d7d8dc;
  background-position: center;
  background-size: cover;
}



/* template-box-contact */
.template-box-contact {
  width: 100%;
}

.template-box-contact .box-image-container {

}

.template-box-contact-content-wrapper {
  display: flex;
}

.template-box-contact .box-content {
  width: 50%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: flex-start;
    padding-top: 5rem;
}

.template-box-contact .box-content p{
  color: inherit;
  font-size: 1.4rem;
}

.template-box-contact .box-content a{
  color: inherit;
  font-size: 1.4rem;
}

.template-box-contact .item-action {

}

.included-box-50 {
  width: 50%;
  display: flex;
  flex-direction: column;
}

/* end template-box-contact */


@media all and (max-width: 1100px) {
  .box-25-text-img {
    width: 48%;
    margin: 1%;
  }
  .text-slide h1 {
    font-size: 40px;
    text-shadow: 0.8px 0.8px 0 rgb(223, 227, 229), 3px 3px 0 rgba(0, 0, 0, 0.25);
  }
}

@media all and (max-width: 960px) {
  section.section-parallax {
    background-attachment: unset !important;
    min-height: 500px;
  }
  section.parallax {
    background-attachment: unset !important;
    min-height: 500px;
  }
  .content-full {
    margin: 50px 0;
    padding: 0;
  }
  #info,
  .info {
    padding: 20px;
    margin: 50px 0;
  }
  .quote-wrapper {
    flex-direction: column-reverse;
    padding: 0 50px;
  }
  .quote-image {
    width: 184px;
    height: 184px;
  }
  .quote-content {
    width: 100%;
  }
  .quote-image-holder {
    width: 100%;
    margin-bottom: 45px;
  }
  .quote-content {
    width: calc(100% - 50px);
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .quote-text,
  .quote-text p {
    /* text-align: center; */
    font-size: 14px !important;
  }
  /* .quote-headline:after {
        left: calc(50% - 75px);
    } */

  section.section-quotes .bx-prev,
  section.section-quotes .bx-next {
    display: none !important;
  }
  .box-100-text .box-content {
    padding: 75px 50px;
  }
  .text-slide h1 {
    font-size: 32px;
    text-shadow: 0.6px 0.6px 0 rgb(223, 227, 229), 2px 2px 0 rgba(0, 0, 0, 0.25);
  }

  .template-box-contact {
    width: 100%;
    padding: 2rem;
  }
  .template-box-contact .template-box-contact-content-wrapper {
    display: flex;
    flex-direction: column;
  }

  .template-box-contact .box-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: flex-start;
    padding-top: 2rem;
  }

}

@media all and (max-width: 768px) {
  section.standard > div {
    padding: 0;
  }
  section.section-text > div .section-text-wrapper {
    /* padding: 10%; */
    width: 100%;
    margin: 0;
  }
  section.section-text > div {
    width: 100%;
    margin: 0;
    border: none;
  }
  .quote-wrapper {
    padding: 0 25px;
  }
  .form-wrapper {
    display: block;
    border-radius: 0;
  }
  .box-100-text {
    width: 100% !important;
    padding: 0;
    margin: 0 !important;
  }
  .box-100-text .box-content {
    padding: 75px 50px;
  }
  .box-100-img-left {
    flex-flow: column;
  }
  .box-100-img-right {
    flex-flow: column;
  }
  .box-100-img-left .box-image-container,
  .box-100-img-right .box-image-container {
    padding-top: 75%;
    width: 100%;
  }
  .box-100,
  .box-100-img-left,
  .box-100-img-right {
    width: 100%;
  }
  .box-100-img-right .box-content,
  .box-100-img-left .box-content {
    width: 100%;
    padding: 50px;
  }
  section.full .box-33-text-img,
    /* section.full .box-33-link, */
    section.standard .box-33-text {
    width: 100%;
    margin: 15px 0;
  }

  .box-33-link .box-image-container {
    padding-top: 42.5% !important;
    background-size: 275px !important;
  }

  .box-50-link .box-image-container {
    padding-top: 50% !important;
    background-size: 275px !important;
  }

  /* .box-33-link:hover {
    transform: scale(1);
  } */
  section.full .box-25-text-img,
  section.standard .box-25-text-img {
    width: 48%;
    margin: 1%;
  }
  .box-50,
  .box-50-text,
  section.full .box-50,
  section.full .box-50-text,
  section.standard .box-50,
  section.standard .box-50-text {
    width: 100%;
    margin: 0;
  }
  section.full .box-33-text,
  section.full .box-33-text-img,
  section.standard .box-33-text,
  section.standard .box-33-text-img {
    width: 100%;
    margin: 0;
  }
  section.full .box-33-link,
  section.standard .box-33-link {
    width: 90%;
    margin: 2.5% 5%;
  }

  section.full .box-50-link,
  section.standard .box-50-link {
    width: 90%;
    margin: 2.5% 5%;
  }

  .box-33-text .box-image-container,
  .box-50 .box-image-container {
    border-radius: 0;
  }
  .box-50-text {
    width: 100%;
  }
  .box-50-text .box-content {
    padding: 25px 50px;
  }
  .box-33-text .box-content {
    padding: 25px 50px;
  }
  section.standard .box-100,
  section.standard .box-100-img-right,
  section.standard .box-100-img-left {
    width: 100%;
    margin: 15px 0;
  }
  section.standard .box-100,
  section.standard .box-100-img-right,
  section.standard .box-100-img-left,
  section.standard .box-25-text-img,
  section.standard .box-33-text,
  section.standard .box-33-text-img,
  section.standard .box-33-link,
  section.standard .box-50-link,
  section.standard .box-50,
  section.standard .box-50-text,
  section.standard .box-100-text {
    border: none;
  }
  section.standard .box-image-container {
    border-radius: 0;
  }
  .text-slide h1 {
    font-size: 26px;
    text-shadow: 0.5px 0.5px 0 rgb(223, 227, 229), 1.8px 1.8px 0 rgba(0, 0, 0, 0.25);
  }
  .box-33-link .box-content {
    padding:0 25px 50px 25px;
  }
	.template-box-contact .box-content p{
	  color: inherit;
	  font-size: 1rem;
	}
}

@media all and (max-width: 550px) {
  .box-33-link .box-image-container {
    padding-top: 40% !important;
    background-size: 225px !important;
  }
  .box-50-link .box-image-container {
    padding-top: 40% !important;
    background-size: 225px !important;
  }

  .box-100-text .box-content {
    padding: 2rem!important;
  }
  .box-100-text .box-content >div {
    padding: 0;
  }


  .box-25-text-img {
    width: 100%;
    margin: 15px 0;
  }
  .box-25-text-img .box-image-container {
    border-radius: 0;
  }
  section.standard .box-25-text-img,
  section.full .box-25-text-img {
    width: 100%;
    margin: 15px 0;
  }

  .box-50 .box-image-container {
    padding-top: 55%;
  }

  .box-33-text-img .box-image-container {
    padding-top: 55%;
  }

  .box-33-link .box-image-container {
    padding-top: 55%;
  }
  .box-50-link .box-image-container {
    padding-top: 55%;
  }

  .box-25-text-img .box-image-container {
    padding-top: 55%;
  }

  .btn-orange,
  .btn-black,
  .btn-blue,
  .btn-white,
  .btn-white-no-border {
    padding: 7.5px 20px;
    font-size: 14px;
  }
  
  .box-100-img-right .box-content,
  .box-100-img-left .box-content,
  .box-25-text-img .box-content,
  .box-33-text .box-content,
  .box-33-text-img .box-content,
  .box-33-link .box-content,
  .box-50-link .box-content,
  .box-50 .box-content,
  .box-50-text .box-content,
  .box-100-text .box-content {
    padding: 50px 25px !important;
    /* text-align: left !important; */
  }

  .box-50-link .box-content,
  .box-33-link .box-content {
    padding: 25px !important;
  }

  .box-100-text .box-content {
    padding: 50px 0 !important;
  }

  .quote-content {
    width: 100%;
    margin: 0;
  }
  .text-slide h1 {
    font-size: 22px;
    text-shadow: 0.4px 0.4px 0 rgb(223, 227, 229), 1.6px 1.6px 0 rgba(0, 0, 0, 0.25);
  }


  .template-box-contact {
    width: 100%;
    padding: 2rem;
  }
  .template-box-contact .template-box-contact-content-wrapper {
    display: flex;
    flex-direction: column;
  }

  .template-box-contact .box-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: flex-start;
    padding-top: 2rem;
}

  

}
