<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
:root {
  --primary-color: #E84945;
  --primary-black-color: #141414;
}

/* Default CSS */
@media (min-width: 1450px) {
  .header-seven .container {
    max-width: 1550px;
  }
}
.border-top-1 {
  border-top: 1px solid var(--border-color);
}

.gradient-text {
  background: -webkit-gradient(linear, left top, right top, from(#FE7587), to(#ECB22E));
  background: linear-gradient(90deg, #FE7587 0%, #ECB22E 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.theme-btn.style-one {
  padding: 22px 40px;
  font-weight: 700;
  font-size: 16px;
  color: var(--heading-color);
  background: -webkit-gradient(linear, left top, right top, from(#FE7587), to(#ECB22E));
  background: linear-gradient(90deg, #FE7587 0%, #ECB22E 100%);
}

.sub-title {
  font: 600 16px var(--body-font);
}

@media (max-width: 767px) {
  .section-title h2 {
    font-size: 28px;
    line-height: 40px;
  }
}

/* Hero Section */
.hero-ca {
  position: relative;
  padding: 130px 0 60px;
  background: #141414;
  z-index: 1;
  overflow: hidden;
}
.hero-ca .shape {
  position: absolute;
  z-index: -1;
}
.hero-ca .shape.shape-blur-one {
  top: -30%;
  left: -30%;
}
.hero-ca .shape.shape-blur-one span {
  width: 710px;
  height: 710px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#EE54D5), to(#7530FA));
  background: linear-gradient(180deg, #EE54D5 0%, #7530FA 100%);
  -webkit-filter: blur(600px);
          filter: blur(600px);
}
.hero-ca .shape.shape-blur-two {
  bottom: 20%;
  right: -30%;
}
.hero-ca .shape.shape-blur-two span {
  width: 535px;
  height: 535px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#EE54D5), to(#7530FA));
  background: linear-gradient(180deg, #EE54D5 0%, #7530FA 100%);
  -webkit-filter: blur(400px);
          filter: blur(400px);
}
.hero-ca .shape.element-one {
  top: 10%;
  left: 5%;
}
.hero-ca .shape.element-one span img {
  width: 74px;
}
.hero-ca .shape.element-two {
  top: 19%;
  right: 10%;
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .hero-ca .shape.element-two {
    text-align: right;
    top: 17%;
    right: 5%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-ca .shape.element-two {
    text-align: right;
    top: 16%;
    right: 5%;
  }
}
@media screen and (max-width: 991px) {
  .hero-ca .shape.element-two {
    text-align: right;
    top: 18%;
    right: 10%;
  }
}
.hero-ca .shape.element-two span img {
  max-width: 200px;
  width: 65%;
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .hero-ca .shape.element-two span img {
    width: 65%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-ca .shape.element-two span img {
    width: 55%;
  }
}
@media screen and (max-width: 991px) {
  .hero-ca .shape.element-two span img {
    width: 35%;
  }
}
.hero-ca .shape.element-three {
  top: 28%;
  left: 17%;
}
@media screen and (max-width: 991px) {
  .hero-ca .shape.element-three {
    top: 26%;
    left: 30%;
  }
}
@media screen and (max-width: 575px) {
  .hero-ca .shape.element-three {
    left: 10%;
  }
  .hero-ca .shape.element-two {
    text-align: right;
    top: 15%;
    right: 4%;
  }
  .hero-ca .shape.element-two span img {
    width: 30%;
  }
}
.hero-ca .shape.element-three span img {
  max-width: 200px;
  width: 55%;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .hero-ca .shape.element-three span img {
    width: 55%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-ca .shape.element-three span img {
    width: 45%;
  }
}
@media screen and (max-width: 991px) {
  .hero-ca .shape.element-three span img {
    width: 25%;
  }
}
.hero-ca .shape.element-four {
  top: 50%;
  right: 5%;
}
.hero-ca .hero-content {
  max-width: 1100px;
  margin-bottom: 100px;
  padding-left: 130px;
  text-align: right;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-ca .hero-content {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media screen and (max-width: 991px) {
  .hero-ca .hero-content {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 50px;
  }
}
.hero-ca .hero-content h1 {
  font-family: var(--heading-font);
  font-size: 140px;
  color: var(--white-color);
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-ca .hero-content h1 {
    font-size: 115px;
  }
}
@media screen and (max-width: 991px) {
  .hero-ca .hero-content h1 {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .hero-ca .hero-content h1 {
    font-size: 55px;
    line-height: 100px;
  }
  .hero-ca .shape.element-four {
    top: 41%;
}
}
@media (max-width: 480px) {
  .hero-ca .hero-content h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
.hero-ca .hero-content .hero-text {
  font-family: var(--heading-font);
  font-size: 135px;
  line-height: 1.3;
  color: var(--white-color);
  font-weight: 700;
}
.hero-ca .hero-content .text-gradient {
  background-image: linear-gradient(90deg, #FE7587, #ECB22E );
  background-image: -webkit-linear-gradient(90deg, #FE7587, #ECB22E );
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.hero-ca .hero-content .text-gradient div div {
  background-image: linear-gradient(90deg, #FE7587, #ECB22E );
  background-image: -webkit-linear-gradient(90deg, #FE7587, #ECB22E );
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-ca .hero-content .hero-text {
    font-size: 110px;
  }
}
@media screen and (max-width: 991px) {
  .hero-ca .hero-content .hero-text {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .hero-ca .hero-content .hero-text {
    font-size: 55px;
    line-height: 100px;
  }
}
@media (max-width: 480px) {
  .hero-ca .hero-content .hero-text {
    font-size: 40px;
    line-height: 60px;
  }
}
.hero-ca .hero-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 900px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 50px;
}
@media (max-width: 767px) {
  .hero-ca .hero-content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.hero-ca .hero-content-wrap .years-box {
  position: relative;
}
.hero-ca .hero-content-wrap .years-box .fill-text {
  color: #141414;
  font-size: 300px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
  font-family: var(--heading-font);
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  background-color: transparent;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.1);
  stroke: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 991px) {
  .hero-ca .hero-content-wrap .years-box .fill-text {
    font-size: 220px;
  }
}
.hero-ca .hero-content-wrap .years-box .gradient-text {
  position: absolute;
  right: 0;
  top: 30%;
  font: 600 24px var(--heading-font);
}
.hero-ca .hero-content-wrap .text-box {
  max-width: 390px;
}
.hero-ca .hero-content-wrap .text-box p {
  margin-bottom: 30px;
  color: var(--white-color);
}
.hero-ca .hero-image {
  position: relative;
  margin-bottom: -140px;
  z-index: 1;
}
.hero-ca .animated-big-text .headline-wrap.style-one {
  color: rgba(255, 255, 255, 0.04);
}

/* Who We */
@media (min-width: 1200px) and (max-width: 1450px) {
  .who-we-ca .section-content-box h2 {
    font-size: 36px;
    line-height: 45px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .who-we-ca .section-content-box h2 {
    font-size: 32px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .who-we-ca .section-content-box h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
.who-we-ca .service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.who-we-ca .service-list .sasly-iconic-box.style-thirteen.flex-center .content {
  padding-top: 0;
}
.who-we-ca .service-list .sasly-iconic-box.style-thirteen .content {
  padding-top: 100px;
}
@media screen and (max-width: 991px) {
  .who-we-ca .service-list ul {
    margin: 0 auto;
  }
}
.who-we-ca .service-list ul li:nth-child(2) {
  margin-top: -220px;
}
@media (max-width: 767px) {
  .who-we-ca .service-list ul li:nth-child(2) {
    margin-top: -100px;
  }
}
.who-we-ca .service-list ul li:nth-child(3) {
  margin-top: -220px;
}
@media (max-width: 767px) {
  .who-we-ca .service-list ul li:nth-child(3) {
    margin-top: -100px;
  }
}

/* Features Section */
.features-ca .sasly-iconic-box.style-twelve {
  padding: 50px 30px 40px;
}
.features-ca .sasly-iconic-box.style-twelve .content h4.title {
  margin-bottom: 15px;
}
.features-ca .sasly-iconic-box.style-twelve .content p {
  font: 400 16px var(--body-font);
  color: var(--text-color);
  line-height: 30px;
}

/* Project Section */
.project-ca .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .project-ca .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .project-ca .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.project-ca .project-list .sasly-project-item.style-four {
  margin-bottom: 150px;
}

.item_one {
  max-width: 735px;
}

.item_one_two {
  margin-left: auto;
}

/* Creative Promo */
.creative-promo {
  position: relative;
  z-index: 1;
}
.creative-promo .animated-big-text {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

/* Testimonial Section */
.testimonial-ca .testimonial-wrapper {
  position: relative;
  z-index: 1;
  min-height: 515px;
}
.testimonial-ca .testimonial-wrapper:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0)), to(#141414));
  background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, #141414 100%);
  z-index: -1;
}
.testimonial-ca .testimonial-slider-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonial-ca .testimonial-slider-wrapper .shape {
  position: absolute;
  z-index: -1;
}
.testimonial-ca .testimonial-slider-wrapper .shape.shape-blur-one {
  bottom: -40%;
  right: -10%;
}
.testimonial-ca .testimonial-slider-wrapper .shape.shape-blur-one span {
  width: 400px;
  height: 400px;
  border-radius: 400px;
  background: -webkit-gradient(linear, left top, left bottom, from(#EE54D5), to(#7530FA));
  background: linear-gradient(180deg, #EE54D5 0%, #7530FA 100%);
  -webkit-filter: blur(250px);
          filter: blur(250px);
}
.testimonial-ca .testimonial-slider-wrapper .shape.element-one {
  top: 20%;
  left: 5%;
}

.testimonial-ca .testimonial-slider-wrapper .shape.element-two {
  bottom: 35%;
  right: 7%;
}

/* Creative Agency */
.text-anm-three span {
  margin-right: 10px;
}

/* Creative Agency Footer */
.creative-agency-footer {
  background-color: #141414;
  position: relative;
  z-index: 1;
}
.creative-agency-footer .shape {
  position: absolute;
  z-index: -1;
}
.creative-agency-footer .shape.shape-blur-one {
  bottom: -40%;
  left: -10%;
}
.creative-agency-footer .shape.shape-blur-one span {
  width: 400px;
  height: 400px;
  border-radius: 400px;
  background: -webkit-gradient(linear, left top, left bottom, from(#EE54D5), to(#7530FA));
  background: linear-gradient(180deg, #EE54D5 0%, #7530FA 100%);
  -webkit-filter: blur(250px);
          filter: blur(250px);
}
.creative-agency-footer .shape.shape-blur-two {
  bottom: -40%;
  right: -10%;
}
.creative-agency-footer .shape.shape-blur-two span {
  width: 400px;
  height: 400px;
  border-radius: 400px;
  background: -webkit-gradient(linear, left top, left bottom, from(#EE54D5), to(#7530FA));
  background: linear-gradient(180deg, #EE54D5 0%, #7530FA 100%);
  -webkit-filter: blur(250px);
          filter: blur(250px);
}
.creative-agency-footer .shape.element-one {
  top: 10%;
  left: 10%;
}
.creative-agency-footer .shape.element-one img {
  width: 64px;
}
@media (max-width: 767px) {
  .creative-agency-footer .shape.element-one {
    left: 5%;
    top: 5%;
  }
}
.creative-agency-footer .shape.element-two {
  top: 48%;
  right: 7%;
}
.creative-agency-footer .shape.element-two img {
  width: 72px;
}
@media screen and (max-width: 991px) {
  .creative-agency-footer .shape.element-two {
    top: 70%;
  }
}
.creative-agency-footer .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.creative-agency-footer .footer-top .footer-content h2 {
  letter-spacing: -4.5px;
  font: 700 150px var(--heading-font);
  color: var(--white-color);
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .creative-agency-footer .footer-top .footer-content h2 {
    font-size: 130px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .creative-agency-footer .footer-top .footer-content h2 {
    font-size: 80px;
  }
}
@media screen and (max-width: 991px) {
  .creative-agency-footer .footer-top .footer-content h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .creative-agency-footer .footer-top .footer-content h2 {
    font-size: 40px;
  }
}
.creative-agency-footer .footer-widget .footer-content h4.widget-title {
  color: var(--white-color);
}
.creative-agency-footer .footer-widget .footer-content p {
  font-size: 18px;
  color: var(--white-color);
  font-weight: 600;
  line-height: 30px;
  margin-top: 16px;
}
.creative-agency-footer .footer-widget .footer-content ul.social-link li a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white-color);
}
.creative-agency-footer .footer-widget .footer-content ul.social-link li a:hover {
  border-color: var(--white-color);
}
.creative-agency-footer .footer-copyright {
  border-color: rgba(255, 255, 255, 0.07);
}
.creative-agency-footer .footer-copyright .copyright-text p {
  color: #B8B8B8;
}
.creative-agency-footer .footer-copyright .copyright-text p span {
  color: var(--white-color);
}
.creative-agency-footer .footer-copyright .copyright-nav img {
  width: 50px;
}
/* .creative-agency-footer .footer-copyright .copyright-nav ul li a:hover {
  color: var(--white-color);
} */

/* Page Banner */
.page-hero-ss {
  position: relative;
  padding: 260px 0 200px;
  background: #141414;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .page-hero-ss {
    padding: 200px 0 140px;
  }
}
.page-hero-ss .shape {
  position: absolute;
  z-index: -1;
}
.page-hero-ss .shape.shape-blur-one {
  top: -30%;
  left: -30%;
}
.page-hero-ss .shape.shape-blur-one span {
  width: 710px;
  height: 710px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#EE54D5), to(#7530FA));
  background: linear-gradient(180deg, #EE54D5 0%, #7530FA 100%);
  -webkit-filter: blur(600px);
          filter: blur(600px);
}
.page-hero-ss .shape.shape-blur-two {
  bottom: 20%;
  right: -30%;
}
.page-hero-ss .shape.shape-blur-two span {
  width: 535px;
  height: 535px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#EE54D5), to(#7530FA));
  background: linear-gradient(180deg, #EE54D5 0%, #7530FA 100%);
  -webkit-filter: blur(400px);
          filter: blur(400px);
}
.page-hero-ss .shape.element-one {
  top: 30%;
  left: 8%;
}
.page-hero-ss .shape.element-one img {
  width: 120px;
}
.page-hero-ss .shape.element-two {
  top: 35%;
  right: 10%;
}
.page-hero-ss .shape.element-two img {
  width: 77px;
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .page-hero-ss .shape.element-two {
    text-align: right;
    top: 17%;
    right: 5%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .page-hero-ss .shape.element-two {
    text-align: right;
    top: 16%;
    right: 5%;
  }
}
@media screen and (max-width: 991px) {
  .page-hero-ss .shape.element-two {
    text-align: right;
    top: 18%;
    right: 10%;
  }
}
.page-hero-ss .shape.element-two span img {
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .page-hero-ss .shape.element-two span img {
    width: 65%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .page-hero-ss .shape.element-two span img {
    width: 55%;
  }
}
@media screen and (max-width: 991px) {
  .page-hero-ss .shape.element-two span img {
    width: 35%;
  }
}
.page-hero-ss .shape.element-three {
  bottom: 10%;
  left: 5%;
}
.page-hero-ss .shape.element-three span {
  max-width: 150px;
}
.page-hero-ss .shape.element-three span img {
  width: 74px;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .page-hero-ss .shape.element-three span img {
    width: 55%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .page-hero-ss .shape.element-three span img {
    width: 45%;
  }
}
@media screen and (max-width: 991px) {
  .page-hero-ss .shape.element-three span img {
    width: 25%;
  }
}
.page-hero-ss .shape.element-four {
  bottom: 8%;
  right: 15%;
}
.page-hero-ss .shape.element-four img {
  width: 110px;
}
.page-hero-ss .page-content {
  text-align: center;
}
.page-hero-ss .page-content h1 {
  color: var(--white-color);
  font-size: 65px;
  line-height: 1.1;
}

/* About Page */
.about-ca .sasly-image-box .sasly-image img {
  width: 100%;
}

/* Service Details Page */
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .service-details-wrapper .section-content-box h2 {
    font-size: 42px;
    line-height: 60px;
  }
}
@media screen and (max-width: 991px) {
  .service-details-wrapper .section-content-box h2 {
    font-size: 38px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .service-details-wrapper .section-content-box h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
.service-details-wrapper .section-content-box p {
  margin-bottom: 35px;
}
.service-details-wrapper .sasly-image-box img {
  width: 100%;
}

/* Project Details Page */
.project-details-ss .project-thumbnail .thumbnail {
  position: relative;
}
.project-details-ss .project-thumbnail .thumbnail img {
  border-radius: 7px;
  min-height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .project-details-ss .project-thumbnail .thumbnail img {
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  .project-details-ss .project-thumbnail .thumbnail img {
    min-height: 20px;
  }
}
.project-details-ss .project-thumbnail .thumbnail .project-info-box {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background-color: var(--primary-color);
  max-width: 400px;
  width: 100%;
  padding: 40px 50px;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .project-details-ss .project-thumbnail .thumbnail .project-info-box {
    padding: 20px 30px;
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 40px;
  }
}
.project-details-ss .project-thumbnail .thumbnail .project-info-box h4.title {
  letter-spacing: -0.48px;
  color: var(--white-color);
  margin-bottom: 20px;
}
.project-details-ss .project-thumbnail .thumbnail .project-info-box ul li {
  display: block;
}
.project-details-ss .project-thumbnail .thumbnail .project-info-box ul li:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.project-details-ss .project-thumbnail .thumbnail .project-info-box ul li span {
  font: 500 16px var(--heading-font);
  color: var(--white-color);
}
.project-details-ss .project-thumbnail .thumbnail .project-info-box ul li span.title {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.36px;
}
.project-details-ss .project-thumbnail .thumbnail .project-info-box ul li span.info {
  float: right;
}
.project-details-ss .project-content .content h3.title {
  font-size: 52px;
  font-weight: 600;
  letter-spacing: -1.04px;
  margin-bottom: 33px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .project-details-ss .project-content .content h3.title {
    font-size: 22px;
    margin-bottom: 25px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .project-details-ss .project-content .content h3.title {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 40px;
  }
}
.project-details-ss .project-content .content p {
  margin-bottom: 40px;
}
.project-details-ss .project-content .content ul {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .project-details-ss .project-content .content ul {
    margin-bottom: 30px;
  }
}
.project-details-ss .project-content .content h5 {
  margin-bottom: 10px;
}
.project-details-ss .project-content .content .block-image img {
  border-radius: 7px;
}

/* Primary Black Bg */
.primary-black-bg .sasfy-fancy-team-member {
  border-color: rgba(255, 255, 255, 0.1);
}
.primary-black-bg .sasfy-fancy-team-member .designation {
  color: rgba(255, 255, 255, 0.55);
}
.primary-black-bg .sasfy-fancy-team-member .name {
  color: var(--white-color);
}
.primary-black-bg .sasfy-fancy-team-member .social-links span {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.1);
}
.primary-black-bg .sasly-testimonial-item.style-seven .testimonial-content p {
  color: var(--white-color);
}
.primary-black-bg .sasly-testimonial-item.style-seven .testimonial-content .author-info h5 {
  color: var(--white-color);
}
.primary-black-bg .sasly-testimonial-item.style-seven .testimonial-content .author-info span.position {
  color: var(--white-color);
}
</pre></body></html>