#hero {
  width: 100%;
  height: 90vh;
  overflow: hidden;
  position: relative;
}

#hero::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 130%;
  height: 95%;
  background: linear-gradient(to right, rgba(80, 4, 114, 0.8), rgba(80, 4, 114, 0.6)), url("../images/hero-bg.jpg") center top no-repeat;
  z-index: 0;
  border-radius: 0 0 50% 50%;
  transform: translateX(-50%) rotate(0deg);
}

#hero::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 130%;
  height: 96%;
  background: #500472;
  opacity: 0.3;
  z-index: 0;
  border-radius: 0 0 50% 50%;
  transform: translateX(-50%) translateY(18px) rotate(2deg);
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  width: 80%;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  animation-delay: 0.8s;
  border: 2px solid #500472;
}

#hero .btn-get-started:hover {
  background: #500472;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 768px) {
  #hero::after {
    width: 180%;
    height: 95%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg);
  }

  #hero::before {
    top: 0;
    width: 180%;
    height: 94%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(20px) rotate(4deg);
  }
}

@media (max-width: 575px) {
  #hero h2 {
    font-size: 30px;
  }

  #hero::after {
    left: 40%;
    top: 0;
    width: 200%;
    height: 95%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg);
  }

  #hero::before {
    left: 50%;
    top: 0;
    width: 200%;
    height: 94%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(20px) rotate(4deg);
  }

}

section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f3f8fa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #500472;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

.breadcrumbs {
  padding: 15px 0;
  background-color: #f3f8fa;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

.about{
  background: #f3f8fa;
  padding: 60px 0;
  box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.1);

}

.about img{
  width: 100%;
  max-height: 300px;
}

.about h3{
  font-weight: 700;
  font-size: 24px;
  color: #500472;

}

.why-us {
  background: #fff;
  padding: 60px 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.why-us .box {
  padding: 30px;
  margin-bottom: 20px;
  background-color: #79cbb8;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.why-us .box:hover {
  transform: translateY(-10px);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}

.contact{
  background: #f3f8fa;
  padding: 60px 0;
  box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.1);

}

.contact .info-box {
  color: #500472;
  text-align: center;
  padding: 30px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  border-radius: 10px;
}

.contact .info-box:hover {
  background: #79cbb8;
  color: #fff;
}

.contact .info-box i {
  font-size: 32px;
  color: #500472;
  margin-bottom: 15px;
}

.contact .info-box h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0;
  color: #500472;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  color: #500472;
}

.contact .info-box a {
  background: #500472;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 10px 15px;
  border-radius: 50px;
  transition: 0.3s;
  margin-top: 10px;
}

.contact .info-box a:hover {
  background: #79cbb8;
  color: #fff;
  text-decoration: none;
}

.contact .php-email-form {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: 0.3s;
  padding: 30px;
  margin-bottom: 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #f3f8fa;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  background: #f3f8fa;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-color: #500472;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
  background-color: #500472;
}

.contact .php-email-form input {
  padding: 10px 15px;
  border-radius: 20px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
  border-radius: 20px;
}

.contact .php-email-form button[type=submit] {
  background: #500472;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
  background: #79cbb8;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.testimonials {
  padding: 60px 0;
  background: #fff;
  box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  border: 1px solid #500472;
  position: relative;
  background: #79cbb8;
  color: #500472;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #500472;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h2{
  font-size: 24px;
  font-weight: 700;
  color:  #f3f8fa;

}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #500472;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #f3f8fa;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #500472;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #f3f8fa;
  opacity: 1;
  border: 1px solid #500472;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #79cbb8;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }

  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

.testimonials form{
  padding: 30px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;

}

.testimonials form h3{
  font-weight: 700;
  font-size: 24px;
  color: #500472;

}


.testimonials form a:hover{
  background: #79cbb8;
  color: #fff;
  text-decoration: none;
}

.testimonials form input{
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 10px 15px;
  border-radius: 50px;
  transition: 0.3s;
  margin-top: 10px;
  outline: none !important;
}

.testimonials form textarea{
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 10px 15px;
  border-radius: 50px;
  transition: 0.3s;
  margin-top: 10px;
}

.testimonials form button{
  background: #500472;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 10px 15px;
  border-radius: 50px;
  transition: 0.3s;
  margin-top: 10px;
}


.services {
  padding: 60px 0;
  background: #f3f8fa;
  box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.services .service-box{
  padding: 30px;
  margin-bottom: 20px;
  background-color: #79cbb8;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.services .service-box:hover {
  transform: translateY(-10px);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}

.services .service-box img{
  margin-bottom: 15px;
}

.services .service-box h3{
  font-weight: 700;
  font-size: 24px;
  color: #500472;

}

.services .service-box p{
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #fff;
}

.services .service-box a{
  background: #500472;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 10px 15px;
  border-radius: 50px;
  transition: 0.3s;
  margin-top: 10px;
}

.services .service-box a:hover{
  background: #79cbb8;
  color: #fff;
  text-decoration: none;
}

.portfolio{
  padding: 60px 0;
  background: #fff;
  box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.portfolio .portfolio-box{
  padding: 30px;
  margin-bottom: 20px;
  background-color: #79cbb8;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-box:hover {
  transform: translateY(-10px);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}

.portfolio .portfolio-box img{
  width: 100%;
  border-radius: 10px;
  transition: 0.3s;
}

.portfolio .portfolio-box:hover img{
  transform: scale(1.1);
}

.portfolio .portfolio-box h3{
  font-weight: 700;
  font-size: 24px;
  color: #500472;

}

.portfolio .portfolio-box p{
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #fff;
}

.portfolio .portfolio-box a{
  background: #500472;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 10px 15px;
  border-radius: 50px;
  transition: 0.3s;
  margin-top: 10px;
  text-align: center;
}

.portfolio .portfolio-box a:hover{
  background: #79cbb8;
  color: #fff;
  text-decoration: none;
}

.portfolio .portfolio-box a i{
  font-size: 24px;
  padding-right: 5px;
}

.pricing .tabs { display: flex; justify-content: center; margin-bottom: 20px;}.pricing .tab { padding: 10px 20px; cursor: pointer; border: 1px solid #ccc; }
    .pricing .tab.active { background-color: #6a0dad; color: white; }
       .pricing .content { display: none; }
      .pricing  .content.active { display: block; }


#footer {
  background: #500472;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #0d2735;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #a2cce3;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  margin: 3px;
  background: #68A4C4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #468db3;
}

#footer .footer-top {
  background: #500472;
  border-top: 1px solid #79cbb8;
  border-bottom: 1px solid #79cbb8;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  color: #79cbb8;
  font-weight: 600;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #500472;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #79cbb8;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 18px;
  font-weight: 600;
  color: #79cbb8;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #79cbb8;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #79cbb8;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #79cbb8;
}
