:root {
  --text-pink: #E77A75;
  --text-black: #000000;
  --default-font: 'Montserrat', sans-serif;
}
/* Background Circle */
.background-circle {
  position: absolute;
  right: 0;
  top: 1000px;
  z-index: -1;
}
.background-circle-guarantee {
  overflow: hidden;
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .background-circle-guarantee {
    display: none;
  }
}
/*/////////////////SWUP PAGE TRANSITIONS////////////////*/
.transition-fade {
  transition: 0.4s;
  opacity: 1;
}
html.is-animating .transition-fade {
  opacity: 0;
}
/*/////////////////BOOTSTRAP OVERRIDE///////////////////*/
.nav-item {
  margin-left: 25px;
  margin-right: 25px;
}
.navbar-light {
  background-color: white !important;
  color: black !important;
}
.navbar-toggler-icon {
  color: black !important;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
.form-control:focus {
  border-color: var(--text-pink);
  border-width: medium;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-item:hover, .dropdown-item:hover {
  background-color: inherit !important;
  color: #E77A75;
}
.active2 {
  color: #E77A75 !important;
}
/* /////////////////SELECTOR TAGS/////////////////// */
a {
  color: inherit;
  transition: 0.10s;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
/* ///////////////////UTILITY CLASSES//////////////////// */
/* ////////////////////////COLORS//////////////////// */
.text-pink {
  color: var(--text-pink) !important;
}
.bg-pink {
  background-color: #E77A75;
}
.bg-blue {
  background-color: #29B2B2;
}
.bg-purple {
  background-color: #48364D;
}
.bg-grey {
  background-color: #EFEFEF;
}
.acorn-white {
  background-color: #FDFCF4;
}
.bold {
  font-weight: bold;
}
.bolder {
  font-weight: bolder;
}
/*////////////////////////STYLES////////////////////*/
.heading-1 {
  font-size: 4rem;
  letter-spacing: -0.085em;
  line-height: 105%;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.5);
}
.heading-2 {
  font-weight: normal;
  font-size: 1.5rem;
  letter-spacing: -0.085em;
  text-transform: uppercase;
  font-style: normal;
  line-height: 100%;
}
.heading-3 {
  font-weight: 300;
  line-height: 129%;
  letter-spacing: -0.085em;
  text-transform: uppercase;
}
.heading-4 {
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  /* identical to box height, or 194% */
  letter-spacing: -0.085em;
  text-transform: uppercase;
  color: var(--text-black);
}
.nav-link {
  font-style: normal;
  font-weight: normal;
  font-size: 1.125;
  line-height: 22px;
  transition: all .3s ease-in-out;
  /*  color: white!important;*/
}
.nav-link:hover {
  color: #E77A75 !important;
}
a.underline {
  position: relative;
}
a.underline:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #29B2B2;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}
a.underline:hover:before {
  visibility: visible;
  transform: scaleX(1);
}
.nav-link-CTA {
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  transition: all .3s ease-in-out;
  color: white !important;
  padding: .5rem .5rem !important;
}
.no-hover:hover {
  opacity: 1 !important;
}
.paragraph {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 164.49%;
}
.muted {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 160%;
  color: var(--text-black);
}
.button-primary {
  background-color: #E77A75;
  border: 2px white solid;
  min-width: 200px;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 0.8rem;
  padding: 0.5rem 2rem;
  font-weight: 600;
  transition: 0.25s;
}
.button-primary-big {
  font-size: 1.2rem;
}
.button-primary-border {
  background-color: #E77A75;
  border: 2px white solid;
  min-width: 200px;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 0.8rem;
  padding: 0.5rem 2rem;
  font-weight: 600;
  transition: 0.25s;
  border: 2px solid #E77A75;
}
.button-primary:hover {
  background-color: #e45851;
  outline: none;
  border-color: #e45851;
}
.button-primary:focus {
  opacity: 0.9;
  outline: none;
}
.button-secondary {
  min-width: 200px;
  border: 2px white solid;
  background-color: transparent;
  color: white;
  border-radius: 4px;
  font-size: 0.8rem;
  padding: 0.5rem 2rem;
  font-weight: 600;
  transition: 0.25s;
}
.button-secondary:hover {
  /*	opacity: 0.8;*/
}
.button-secondary:focus {
  opacity: 0.9;
}
.features-item-readmore:hover {
  opacity: .8;
  cursor: pointer;
}
.testimonial-carousel-button a:hover {
  opacity: .8;
  cursor: pointer;
}
.footer-item a:hover {
  color: #E77A75;
}
.btn-blue:hover {
  background-color: #009c9c;
}
.btn-purple:hover {
  background-color: #604767;
}
.built-to-last {
  opacity: 0;
  right: -500px;
  bottom: 0;
  animation: slidechoice 0.5s;
  animation-delay: 0.1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.tw-month {
  opacity: 0;
  right: -500px;
  bottom: 0;
  animation: slidechoice 0.5s;
  animation-delay: 0.2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.ease-of-use {
  opacity: 0;
  right: -500px;
  bottom: 0;
  animation: slidechoice 0.5s;
  animation-delay: 0.3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
/*////////////////////////ANIMATIONS////////////////////*/
@keyframes slideInUpPink {
  0% {
    width: 200px;
    position: absolute;
    right: 170px;
    bottom: -400px;
    opacity: 0;
  }
  80% {
    bottom: -130px;
    opacity: 1;
  }
  100% {
    opacity: 1;
    width: 200px;
    position: absolute;
    bottom: -150px;
    right: 170px;
  }
}
@keyframes slideInUpPurple {
  0% {
    width: 200px;
    opacity: 0;
    position: absolute;
    bottom: -400px;
    right: 70px;
  }
  80% {
    bottom: -70px;
    opacity: 1;
  }
  100% {
    opacity: 1;
    width: 200px;
    position: absolute;
    bottom: -90px;
    right: 70px;
  }
}
@keyframes slideInUpblue {
  0% {
    width: 200px;
    position: absolute;
    opacity: 0;
    bottom: -400px;
    right: -45px;
  }
  80% {
    opacity: 1;
    bottom: -30px;
  }
  100% {
    opacity: 1;
    width: 200px;
    position: absolute;
    bottom: -50px;
    right: -45px;
  }
}
@keyframes slidechoice {
  0% {
    opacity: 0;
    bottom: 0;
    right: -45px;
  }
  80% {
    opacity: 1;
    bottom: 0;
  }
  100% {
    opacity: 1;
    bottom: 0;
    right: 0;
  }
}
/*////////////////////////ABSTRACT////////////////////*/
.centerBlock {
  display: table;
  margin: auto;
}
/*//////////////////////////////////////////////////////////////*/
html {
  height: 100%;
  /*	overflow-y: hidden;*/
}
body {
  height: 100%;
  font-family: var(--default-font);
  background-color: #FFFFFF;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}
.flex-wrapper {}
/*NAVBAR*/
.nav-CTA {
  border: 2px solid #E77A75;
  border-radius: 4px;
  font-weight: bold;
  display: inline !important;
  background-color: #E77A75;
  color: white !important;
  padding: .5rem;
  transition: all .3s ease-in-out;
}
.nav-CTA:hover {
  background-color: #e45851;
}
/*HERO*/
.hero {
  position: relative;
  /*  background-image: url("assets/wood texture 1.png");*/
  overflow: hidden;
}
.hero-texture {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero-left {
  justify-content: center;
  display: flex;
}
.hero-left img {
  margin: auto;
  margin-top: 30px;
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
}
.hero-right {
  position: relative;
}
.hero-right-header::after {
  display: block;
  content: "";
  background-color: #48364D;
  height: 8px;
  min-width: 50%;
  max-width: 75%;
  margin-top: 1rem;
}
.hero-right-body {
  max-width: 75%;
}
.hero-absolute-cicles {
  /*  position: absolute;*/
  /*
  bottom: -40px;
  right: 0;
*/
  width: 200px;
  z-index: 1;
}
.hero-circle-pink {
  position: absolute;
  opacity: 0;
  bottom: -500px;
  right: -500px;
  animation: slideInUpPink 0.5s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}
.hero-circle-purple {
  position: absolute;
  opacity: 0;
  bottom: -500px;
  right: -500px;
  animation: slideInUpPurple 0.5s;
  animation-delay: 0.25s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.hero-circle-blue {
  position: absolute;
  opacity: 0;
  bottom: -500px;
  right: -500px;
  animation: slideInUpblue 0.5s;
  animation-delay: 0.50s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@media only screen and (max-width: 991px) {
  .nav-CTA {
    border: none;
    border-radius: 4px;
    font-weight: bold;
    display: inline !important;
    padding: .3rem;
  }
  .hero {
    padding-bottom: 50px;
  }
  .hero-right {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto 0 auto;
    width: 75%;
  }
  .hero-right-header {
    font-size: 3rem;
    margin: 25px 0;
  }
  .hero-right-body {
    max-width: 100%;
  }
  .hero-absolute-cicles {
    display: none;
  }
}
@media only screen and (max-width: 425px) {
  .hero-right {
    width: 100%;
  }
  .hero-right-header {
    font-size: 2rem;
  }
}
/*/////////TESTIMONIAL CAROUSEL///////////////*/
.testimonial-carousel {
  position: relative;
  width: 1200px;
}
.testimonial-border {
  min-height: 500px;
  border-radius: 16px;
  background-color: white;
}
.testimonial-carousel-body {
  position: relative;
}
.testimonial-carousel-header::after {
  display: block;
  content: "";
  background-color: #29B2B2;
  height: 8px;
  min-width: 50%;
  max-width: 75%;
  margin-top: 1rem;
}
.carousel-body {
  width: 50%;
}
.testimonial-carousel-body img {
  position: absolute;
  top: -25px;
  left: -25px;
}
.testimonial-carousel-button {
  margin-right: -25px;
  color: white;
  width: 450px;
  padding: 5px 16px 5px 32px;
  border-radius: 16px 0 0 16px;
}
.testimonial-carousel-button img {
  width: 20px;
}
.testimonial-carousel-footer {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .testimonial-carousel {
    width: 100%;
    text-align: center;
    border: none;
  }
  .carousel-body {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }
  .carousel-image {
    margin: 0 auto 0 auto;
  }
  .testimonial-carousel-button {
    background-color: #48364D;
    color: white;
    text-align: center;
    width: 100%;
    padding: 5px 16px 5px 32px;
    margin: none;
  }
}
/* FEATURES PANEL*/
.features-panel {
  margin-top: 50px;
  width: 1002px;
  margin-left: auto;
  margin-right: auto;
}
.features-row {
  max-height: 428px;
  width: 100%;
  margin: 0;
}
.features-image {
  width: auto;
  margin: 0;
}
.features-image-1 {
  margin-right: -3px;
}
.features-image-2 {
  /*	margin-left: -5px;*/
}
.features-image-3 {
  /*	margin-right: -2px;*/
}
.features-item-description {
  padding: 2rem;
  color: white;
}
.features-item-header {
  font-size: 2.25rem;
}
@media only screen and (max-width: 991px) {
  .features-panel {
    margin-top: 50px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .features-row {
    max-height: none;
    min-height: 450px;
    flex: none;
    width: 100%;
  }
  .features-image {
    display: none;
    width: 75%;
  }
  .features-item-description {
    width: 100%;
    margin: 0 auto 0 auto;
  }
}
/*CTA BANNER*/
.cta-banner {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between
}
.cta-buttons {
  justify-content: space-between;
  align-self: center;
}
.cta-interested {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  identical to box height, or 194% letter-spacing: -0.085em;
  text-transform: uppercase;
  color: #000000;
}
.cta-quote {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.085em;
  text-align: left;
  text-transform: uppercase
}
@media only screen and (max-width: 991px) {
  .cta-banner {
    width: 100%;
    border-radius: none;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
  .cta-description {
    display: block;
    margin-bottom: 20px;
  }
  .cta-buttons {
    margin-top: 30px;
    display: block;
    align-self: center;
    text-align: center;
  }
  .cta-buttons .button-secondary {
    margin-top: 10px;
  }
}
/*Guarantee*/
.guarantee-container {
  max-width: 1056px;
  display: flex;
  border-radius: 16px;
  background-color: white;
  margin: 50px auto 50px auto;
  box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.04);
}
.guarantee-image {
  border-radius: 16px 0 0 16px;
  box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.04);
  border-box: content-fit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.guarantee-right {
  width: 100%;
  padding: 25px;
}
.guarantee-right-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.guarantee-right-body {
  margin-top: 10px;
  border-radius: 16px;
  border: 2px grey solid;
  padding: 25px;
}
.guarantee-right-body-list-item {
  display: flex;
  margin: 10px;
}
.guarantee-right-body-list-item-check {
  margin-right: 7px;
}
.guarantee-right-body-description {
  margin-top: 20px;
}
.guarantee-right-body-list {
  margin-top: 10px;
}
.acorn-banner {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .guarantee-container {
    width: 100%;
    ;
    display: block;
    border-radius: 0;
    background-color: white;
    margin: 50px auto 50px auto;
  }
  .guarantee-image {
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
    height: inherit;
    box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.04);
  }
}
.twelve-month-guarantee-button {
  color: white;
  border: 2px white solid;
  transition: 0.25s;
}
.twelve-month-guarantee-button:hover {
  color: white;
  border: 2px white solid;
  background-color: #E5615B
}
/*Footer*/
.footer {
  /*	width: 100%;*/
  margin-top: auto;
}
.footer-items {
  display: flex;
  flex-direction: row;
  width: 50%;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .footer {
    /*	width: 100%;*/
    margin-top: 50px;
  }
  .footer-items {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 50px;
  }
  .footer-item {
    align-self: center;
    margin-top: 10px;
  }
  .footer-logo {
    justify-content: center !important;
  }
}
/* Contact (Get a Free Quote) Page*/
.contact {
  margin-top: 50px;
  max-width: 1063px;
  min-height: 597px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  background-color: white;
  border-radius: 16px;
  box-shadow: 0px 4px 17px 4px rgba(0, 0, 0, 0.12);
}
.contact-left {
  width: 33.33%;
  padding-top: 25px;
  border-radius: 16px 0 0 16px;
}
.contact-left-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}
.contact-left-header-text {
  display: inline;
  text-align: center;
  margin-bottom: 15px;
  width: 50%;
}
.contact-circles {
  display: block;
  margin: 0 auto 15px auto;
}
.contact-form {
  max-width: 500px;
  padding: 25px;
  margin: 0 auto;
}
.contact-left-bold {
  max-width: 500px;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 0 25px 0 25px;
}
.contact-button {
  width: 100%;
}
.contact-right {
  padding: 25px 50px;
  width: 66.66%;
}
.contact-right-desc {
  padding: 25px 0;
  display: flex;
  flex-direction: column;
}
.contact-right-body {
  margin: 15px 0;
}
@media only screen and (max-width: 991px) {
  .contact {
    margin-top: 0x;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-color: white;
    border-radius: 0px;
    box-shadow: none;
  }
  .contact-left {
    width: 100%;
    ;
    padding-top: 25px;
    border-radius: 0px;
  }
  .contact-left-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
  }
  .contact-left-header-text {
    display: inline;
    text-align: center;
    margin-bottom: 15px;
    width: 50%;
  }
  .contact-circles {
    display: block;
    margin: 0 auto 15px auto;
  }
  .contact-form {
    padding: 25px;
  }
  .contact-left-bold {
    text-align: center;
    padding: 0 25px 0 25px;
  }
  .contact-button {
    width: 100%;
  }
  .contact-right {
    margin-top: 25px;
    padding: inherit;
    width: 100%;
  }
  .contact-right-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .contact-right-desc {
    padding: 25px 15px;
    display: flex;
    flex-direction: column;
  }
  .contact-right-body {
    margin: 15px 0;
  }
}
#empty-field-label {
  margin-top: 1rem;
  transition: all .5s ease-in-out;
  background-color: darkred;
  border: 2px white solid;
  min-width: 200px;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 0.8rem;
  padding: 0.5rem 2rem;
  font-weight: 600;
  text-align: center;
}
.form-control {
  transition: border .3s ease-in-out;
}
.vl {
  border-left: 4px solid black;
  opacity: 0.7;
  min-height: 200px;
  max-height: 450px;
  margin: 0 25px;
}
.testimonials-panel {
  max-width: 1366px;
}
.testimonials-panel-item-body-header {
  font-size: 2rem;
}
.testimonials-panel-item-body {
  margin-top: 30px;
}
.about-header {
  font-size: 2rem;
}
.about {
  display: block;
  margin: 100px auto;
  max-width: 900px;
}
.about-circles-vector {
  width: 100px;
}
.testimonias-window-item {
  width: 28%;
}
.testimonial-wrapper {
  overflow-y: scroll;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 100px auto;
  width: 1366px;
  height: 400px;
}
@media only screen and (max-width: 991px) {
  .testimonials-header-body-header {
    font-size: 2.5rem;
  }
  .vl {
    display: none;
  }
  .testimonial-header-vector {
    display: none;
  }
  .about {
    display: block;
    margin: 50px 0;
    padding: 0 10px;
    width: 100%;
  }
  .about-circles-vector {
    display: none;
  }
  .testimonial-wrapper {
    display: none;
  }
  .testimonias-window-item {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
/*CTA*/
.testimonial-cta {
  margin-top: 25px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .testimonial-cta {
    margin-top: 50px;
    margin-bottom: 25px;
  }
}
.transition {
  position: absolute;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
}
ul {
  text-decoration: none;
  list-style: none !important;
}
.transition li {
  width: 20%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  background: #fffffe;
}


.testimonial_heading {
	padding: 0 15px;
	max-width: 720px;
	margin: 0 auto;
}

.logo_item {
	width: 150px;
}

.logo_item:not(:last-child) {
	margin: 1rem 3rem;
}
