.slider-wrap {
  height: 100%;
  width: 100%;
}
.slider-wrap .slider {
  position: absolute;
  width: 80%;
  left: 50px;
  top: 70px;
}

.slider-item {
  width: 100%;
  padding: 20px 0 25px 30px;
  border-radius: 10px;
  background-color: #ffffff;
  display: flex;
  justify-content: flex-start;
  position: absolute;
  opacity: 0;
  z-index: 0;
  box-shadow: 0 4px 9px #f1f1f4;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
}
.slider-item .animation-card_image {
  max-width: 60px;
  max-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0 4px 9px rgba(241, 241, 244, 0.72);
  background-color: #ffffff;
}
.slider-item .animation-card_content {
  width: 100%;
}
.slider-item .animation-card_content .animation-card_content_title {
  margin: 0;
}
.slider-item .animation-card_content .animation-card_content_description {
  margin: 10px 0 0 0;
  padding-left: 0 !important;
}



.testimonial-2-left-column {
    height: 600px;
    display: grid;
    justify-content: center;
    align-items: end;
    position:relative;
}
.testimonial-2-left-column .section_heading {
    text-align: center;
}
.testimonial-2-right-column {
	padding: 0 !important;
    position: relative;
    background: linear-gradient(90deg, rgba(245,198,128,1) 0%, rgba(201,166,210,1) 100%);
  background-size: 200% 100%;
  animation: gradientLoop 2s linear infinite;
  height: 600px;
}
.service-1-section, .why-chooseus-1-section, .faq-1-section, .contact-1-section {
	position: relative;
}
.service-1-section:before {
	content:'';
    background-image: url(../images/1.png);
    background-repeat: no-repeat;
    height: 360px;
    position: absolute;
    top: 160px;
    z-index: -1;
    right: 60px;
    width: 410px;
}
.why-chooseus-1-section:before {
	content:'';
    background-image: url(../images/2.png);
    background-repeat: no-repeat;
    height: 620px;
    position: absolute;
    top: -300px;
    z-index: -1;
    left: 30px;
    width: 620px;
}
.why-chooseus-1-section:after {
	content:'';
    background-image: url(../images/3.png);
    background-repeat: no-repeat;
    height: 550px;
    position: absolute;
    bottom: 150px;
    z-index: -1;
    right: 0;
    width: 500px;
}
.faq-1-section:before {
	content:'';
    background-image: url(../images/4.png);
    background-repeat: no-repeat;
    height: 550px;
    position: absolute;
	top: 40px;
    z-index: -1;
    right: 50%;
    transform: translate(50%, 0);
    width: 360px;
}
.contact-1-section:before {
	content:'';
    background-image: url(../images/5.png);
    background-repeat: no-repeat;
    height: 500px;
    position: absolute;
    top: -280px;
    z-index: -1;
    left: 70px;
    width: 530px;
}


.footer-1-top {
    background: transparent !important;
    display: none;
  }
  .footer-1-social-icon li:first-child a {
    margin-left: 0;
  }
  .contact-form {
    background: #2c2a49;
    padding: 50px;
    padding-top: 80px;
  }
  .contact-form form {
    color: white;
    background-image: url(../images/watermark.png);
    background-repeat: no-repeat;
    background-position: center;
  }
  .contact-form form input, .contact-form form textarea, .signature-container {
    background: rgb(255, 255, 255, 0.2);
    color: white;
    border: 1px solid #fff;
  }
  .contact-form form p {
    color: white;
  }
  .contact-form form h4 {
    color: #ee9b20;
  }
  
    ul.contact-widget-1-list a:hover {
    color: #FABE49;
  }

  @media (max-width: 540px) {
    .contact-form {
      padding: 30px;
      padding-top: 50px;
    }
    .popup-inner {
      max-width: 340px !important;
      width: auto !important;
    }
    .slider-item {
    width: 80% !important;
  }
  .slider-item .animation-card_content .animation-card_content_description {
  	font-size: 16px !important;
  }
  .slider-item .animation-card_content .animation-card_content_title {
  	font-size: 14px !important;
  }
  .slider-wrap .slider {
  	top: 50px !important;
  }
  .testimonial-2-right-column {
  	height: 650px !imporant;
  }
 }
  
  @keyframes gradientLoop {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.testimonial-2-left-column:before {
	content: '';
    background: rgb(0,0,0,0.3);
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}

.testimonial-2-left-column span {
	color: white !important;
    position: relative;
    z-index: 9999;
}