/*--------------------------------------------------------------
# Call to Action
--------------------------------------------------------------*/

.cta .container {
  max-width:100%;
}
/*.cta .content {
  margin-left:2em;
margin-right:2em;
}
*/
/*.cta*/
.cta .section-title,
.cta .section-title span, 
.cta .section-subtitle {
text-align: center;
}

.cta .section-title .headsize {
    font-size: 32px;
    font-weight: var(--terraplanet-font-weight-headings);
    text-transform: uppercase;
    padding-bottom: 0;
    color: #4d4643;
    position: relative;
    z-index: 2;	
	text-align: center;
}

.cta .section-title .headsize::after {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 5px;
    background: var(--terraplanet-color-primary);
    bottom: -.2em;
    left: calc(50% - 50px);
}



/*
.cta .section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 5px;
    background: var(--terraplanet-color-primary);
    bottom: -.2em;
    left: calc(50% - 50px);
}
*/

.cta .section-title span {
    position: absolute;
    color: #f0f1f3;
	margin-bottom: 10px;
    left: 0;
    right: 0;
    z-index: 1;
    font-weight: 700;
    font-size: 52px;
    text-transform: uppercase;
    line-height: 0;
	z-index:auto;
}

.cta .section-subtitle .subheadsize {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: var(--body-font-weight);
    color: color-mix(in srgb, var(--terraplanet-color-primary), transparent 30%);
    display: inline-block;
    font-family: var(--body-font);
	position: relative;
    padding: 10px 10px;
    background: color-mix(in srgb, var(--terraplanet-color-primary), transparent 95%);
    border-radius: 10px;
    display: inline-block;	
}
.cta .section-subtitle .secheadsize {
  font-size: 18px;
  font-weight: var(--terraplanet-font-weight-headings);
  color: var(--body-color);
}


@media (max-width: 575px) {
  .cta .section-title .headsize {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .cta .section-title span {
    visibility: hidden;
  }
}




/*
.cta {
  margin-top: 3em;
}
*/
.cta .boxhead, 
.cta .boxhead a {
  font-weight: var(--terraplanet-font-weight-headings);
  font-family: var(--terraplanet-font-family-headings);
  color: var(--body-color);
  margin-bottom: 1em;
  padding: 0;
  line-height: 1;
  font-size: 26px;
  margin-right:auto;
}
.cta .boxhead a:hover{
	color: var(--terraplanet-color-primary);
}


.cta .icon-box h1 a,.cta .icon-box h2 a,.cta .icon-box h3 a,.cta .icon-box h4 a,.cta .icon-box h5 a,.cta .icon-box h6 a,.cta .icon-box p a {
  color: #37423b;
  transition: 0.3s;
  text-decoration:none;
}


.cta p.boxline, .cta p.title, .cta ul li {
font-family: var(--body-font-family);
font-size: var(--body-font-size);
font-weight: var(--body-font-weight);
line-height: var(--body-line-height);
color: var(--body-color);

}
.cta p.boxline{
text-align:justify;
}

.cta ul {
  list-style: none;
  padding: 0;
  margin-left:2em;
}

.cta ul li {
  padding-bottom: 10px;
}

.cta ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--terraplanet-color-primary);
}
/**/
.cta p:last-child{
  margin-bottom: 0;
}
/*.cta .img-fluid{
  display: block;
  margin-left: auto;
  margin-right: auto;
}*/
/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.cta {
  padding: 1.5em 0;
  position: relative;
  clip-path: inset(0);
}

.cta img {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.cta:before {
  content: "";
  background: color-mix(in srgb, var(--body-bg), transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.cta .container {
  position: relative;
  z-index: 3;
}

.cta h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--default-color);
}

.cta p {
  color: var(--default-color);
}

.cta .cta-btn {
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid var(--contrast-color);
  color: var(--contrast-color);
}

.cta .cta-btn:hover {
  background: var(--accent-color);
  border: 2px solid var(--accent-color);
}

.cta .text-center {
	margin-top:.5em;
}
/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/