/* Default CSS */
:root {
  --primary-color: #4095FF;
  --primary-black-color: #020816;
}

.sub-title {
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--white-color);
}

.section-title h2 {
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 60px;
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .section-title h2 {
    font-size: 42px;
    line-height: 55px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h2 {
    font-size: 38px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 28px;
    line-height: 40px;
  }
}

.theme-btn.style-one {
  padding: 18px 30px;
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.theme-btn.style-one:hover {
  background-color: var(--white-color);
  color: var(--primary-color);
}

.saas-website {
  color: rgba(255, 255, 255, 0.7);
  background-color: var(--primary-black-color);
}

/* Hero CSS */
.hero-ss {
  padding: 195px 0 130px;
}
@media screen and (max-width: 991px) {
  .hero-ss {
    padding: 160px 0 80px;
  }
}
@media (max-width: 767px) {
  .hero-ss {
    padding: 140px 0 60px;
  }
}
.hero-ss .hero-content {
  margin-bottom: 130px;
}
@media screen and (max-width: 991px) {
  .hero-ss .hero-content {
    margin-bottom: 50px;
  }
}
.hero-ss .hero-content .sub-title {
  padding: 12px 24px;
  color: var(--white-color);
  line-height: 1;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .hero-ss .hero-content .sub-title {
    font-size: 14px;
  }
}
.hero-ss .hero-content h1 {
  color: var(--white-color);
  margin-bottom: 20px;
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .hero-ss .hero-content h1 {
    font-size: 75px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-ss .hero-content h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media screen and (max-width: 991px) {
  .hero-ss .hero-content h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .hero-ss .hero-content h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.hero-ss .hero-content > p {
  font-size: 20px;
  line-height: 38px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 850px;
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .hero-ss .hero-content > p {
    font-size: 16px;
    line-height: 30px;
  }
}
.hero-ss .hero-content form {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}
.hero-ss .hero-content form .form_control {
  padding: 14px 20px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  color: var(--white-color);
}
.hero-ss .hero-content form .form_control::-webkit-input-placeholder {
  color: var(--white-color);
}
.hero-ss .hero-content form .form_control::-moz-placeholder {
  color: var(--white-color);
}
.hero-ss .hero-content form .form_control:-ms-input-placeholder {
  color: var(--white-color);
}
.hero-ss .hero-content form .form_control::-ms-input-placeholder {
  color: var(--white-color);
}
.hero-ss .hero-content form .form_control::placeholder {
  color: var(--white-color);
}
.hero-ss .hero-content form .theme-btn {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 4px;
  right: 4px;
  font-weight: 600;
  padding: 19px 30px;
  line-height: 1;
  border-radius: 10px;
}
.hero-ss .hero-content form .theme-btn.style-one:hover {
  background-color: var(--white-color);
  color: var(--primary-color);
}
@media (max-width: 575px) {
  .hero-ss .hero-content form .theme-btn {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 20px;
  }
}
.hero-ss .hero-content form p {
  margin-top: 15px;
  font-weight: 600;
  color: var(--white-color);
}
.hero-ss .hero-content form p i {
  color: #FFB700;
  margin-right: 10px;
}
@media (max-width: 575px) {
  .hero-ss .hero-content form p {
    font-size: 14px;
  }
}
.hero-ss .hero-image-box {
  border-radius: 36px;
  border: 10px solid rgba(255, 255, 255, 0.1);
}
.hero-ss .hero-image-box img {
  border-radius: 30px;
}

/* Company Section */
.ss-company {
  position: relative;
}
.ss-company .overlay-slider {
  position: absolute;
  bottom: 75px;
  left: 0;
  width: 100%;
  height: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#020816), color-stop(49%, rgba(2, 8, 22, 0)), to(#020816));
  background: linear-gradient(90deg, #020816 0%, rgba(2, 8, 22, 0) 49%, #020816 100%);
  z-index: 1;
}
.ss-company .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
.ss-company .text-box p {
  font-size: 20px;
  color: var(--white-color);
  font-weight: 600;
  margin-bottom: 30px;
}

/* Features Section */
.ss-features {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ss-features .blur-shape {
  position: absolute;
  bottom: -255px;
  left: -300px;
  z-index: -1;
}
.ss-features .blur-shape span {
  width: 1100px;
  height: 770px;
  border-radius: 1100px;
  background: linear-gradient(35deg, #51DBDA 21.87%, #014A77 53.17%);
  -webkit-filter: blur(150px);
          filter: blur(150px);
}

.ss-iconic-box {
  padding: 40px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.1);
}
.ss-iconic-box .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 27px;
}
.ss-iconic-box .content h5 {
  margin-bottom: 25px;
}
.ss-iconic-box .content p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 25px;
}

.ss-features-two .sasly-image-box {
  position: relative;
  z-index: 1;
}
.ss-features-two .sasly-image-box img {
  border-radius: 15px;
}
.ss-features-two .sasly-image-box .blur-shape {
  position: absolute;
  bottom: 30px;
  left: 60px;
  z-index: -1;
}
.ss-features-two .sasly-image-box .blur-shape span {
  width: 400px;
  height: 400px;
  border-radius: 400px;
  background: conic-gradient(from 130deg at 50% 50%, #4095FF 0deg, #000 360deg);
  -webkit-filter: blur(100px);
          filter: blur(100px);
}
.ss-features-two .reverse-wrap .sasly-image-box .blur-shape {
  left: auto;
  right: 60px;
}

.ss-icon-content-box .content h4 {
  color: var(--white-color);
  margin-bottom: 15px;
}
.ss-icon-content-box .content h4 i {
  color: var(--primary-color);
  margin-right: 12px;
}
.ss-icon-content-box .content p {
  color: rgba(255, 255, 255, 0.7);
}

/* Key Features Section */
.ss-key-features .key-features-wrapper {
  position: relative;
  background-color: #020816;
  border-radius: 40px;
  z-index: 1;
  overflow: hidden;
  padding: 50px 60px 20px;
}
@media screen and (max-width: 991px) {
  .ss-key-features .key-features-wrapper {
    padding: 60px 15px 20px;
  }
}
.ss-key-features .key-features-wrapper .blur-shape {
  position: absolute;
  top: -170px;
  right: -180px;
  z-index: -1;
}
.ss-key-features .key-features-wrapper .blur-shape span {
  width: 768px;
  height: 538px;
  border-radius: 768px;
  background: linear-gradient(35deg, #51DBDA 21.87%, #014A77 53.17%);
  -webkit-filter: blur(150px);
          filter: blur(150px);
}

.ss-key-features-box {
  padding: 30px 30px 25px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}
.ss-key-features-box .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--white-color);
  font-size: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}
.ss-key-features-box .content h4 {
  margin-bottom: 15px;
}

/* Integration Tools */
.ss-integration-tools {
  position: relative;
  z-index: 1;
}
.ss-integration-tools .integration-overlay {
  position: absolute;
  bottom: 140px;
  left: 0;
  width: 100%;
  height: 300px;
  background: linear-gradient(177deg, rgba(2, 8, 22, 0) 27.8%, #020816 97.11%);
  z-index: 2;
}
@media (max-width: 767px) {
  .ss-integration-tools .integration-overlay {
    bottom: 130px;
  }
}
.ss-integration-tools .integration-tools-wrapper {
  gap: 30px;
}
@media (max-width: 767px) {
  .ss-integration-tools .integration-tools-wrapper {
    gap: 15px;
  }
}
.ss-integration-tools .integration-tools-wrapper .tools-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .ss-integration-tools .integration-tools-wrapper .tools-item {
    margin-bottom: 15px;
  }
}
.ss-integration-tools .integration-tools-wrapper .tools-item .thumbnail img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 991px) {
  .ss-integration-tools .integration-tools-wrapper .tools-item .thumbnail img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .ss-integration-tools .integration-tools-wrapper .tools-item .thumbnail img {
    width: 30px;
    height: 30px;
  }
}

/* Testimonial Section */
.ss-testimonial-sec {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ss-testimonial-sec .blur-shape {
  position: absolute;
  z-index: -1;
  bottom: -230px;
  right: -230px;
}
.ss-testimonial-sec .blur-shape span {
  background: linear-gradient(35deg, #51DBDA 21.87%, #014A77 53.17%);
  width: 1100px;
  height: 770px;
  border-radius: 50%;
  -webkit-filter: blur(150px);
          filter: blur(150px);
}
.ss-testimonial-sec .ss-content-box {
  padding-right: 70px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .ss-testimonial-sec .ss-content-box {
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .ss-testimonial-sec .ss-content-box {
    padding-right: 0;
  }
}
.ss-testimonial-sec .ss-content-box .section-title {
  padding-right: 40px;
}
@media screen and (max-width: 991px) {
  .ss-testimonial-sec .ss-content-box .section-title {
    padding-right: 0;
  }
}
.ss-testimonial-sec .ss-content-box .ss-image-box {
  background: -webkit-gradient(linear, left top, left bottom, from(#4095FF), to(#FFF));
  background: linear-gradient(180deg, #4095FF 0%, #FFF 100%);
  border-radius: 20px;
  padding-left: 40px;
  padding-top: 40px;
  text-align: right;
}
.ss-testimonial-sec .ss-content-box .ss-image-box img {
  border-radius: 20px 20px 0 0;
}
@media (max-width: 767px) {
  .ss-testimonial-sec .ss-content-box .ss-image-box {
    padding-left: 15px;
    padding-top: 15px;
  }
}

.ss-testimonial-item {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
}
.ss-testimonial-item .testimonial-content p {
  margin-bottom: 30px;
}
.ss-testimonial-item .author-rating-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .ss-testimonial-item .author-rating-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ss-testimonial-item .author-rating-wrap .author-thumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ss-testimonial-item .author-rating-wrap .author-thumb-item .author-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50px;
  margin-right: 15px;
}
.ss-testimonial-item .author-rating-wrap .author-thumb-item .author-thumb img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.ss-testimonial-item .author-rating-wrap .author-thumb-item .author-info h5 {
  margin-bottom: 5px;
}
.ss-testimonial-item .author-rating-wrap .author-ratings span {
  font-weight: 600;
}
.ss-testimonial-item .author-rating-wrap .author-ratings span i {
  color: #FFB700;
  margin-right: 10px;
}

/* Pricing Item */
.ss-pricing-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.1);
  padding: 40px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .ss-pricing-item {
    padding: 25px;
    -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;
  }
}
.ss-pricing-item .pricing-head .plan {
  font-size: 27px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}
.ss-pricing-item .pricing-head p {
  margin-bottom: 27px;
}
.ss-pricing-item .pricing-head .price {
  font-size: 85px;
  line-height: 120px;
  line-height: 1;
}
.ss-pricing-item .pricing-head .price .duration {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .ss-pricing-item .pricing-head .price {
    font-size: 60px;
  }
}
@media screen and (max-width: 991px) {
  .ss-pricing-item .pricing-head .price {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .ss-pricing-item .pricing-head {
    margin-bottom: 30px;
  }
}
.ss-pricing-item .pricing-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 100px;
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .ss-pricing-item .pricing-body {
    gap: 0 70px;
    padding: 0 70px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .ss-pricing-item .pricing-body {
    gap: 0 15px;
    padding: 0 50px;
  }
}
@media screen and (max-width: 991px) {
  .ss-pricing-item .pricing-body {
    gap: 0 15px;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .ss-pricing-item .pricing-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ss-pricing-item .pricing-body ul li i {
  color: var(--white-color);
}
.ss-pricing-item .pricing-button .theme-btn.style-one {
  background-color: rgba(255, 255, 255, 0.1);
}
.ss-pricing-item .pricing-button .theme-btn.style-one:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
@media screen and (max-width: 991px) {
  .ss-pricing-item .pricing-button {
    margin-top: 30px;
  }
}
.ss-pricing-item.pricing-active .blur-shape {
  position: absolute;
  bottom: -85px;
  right: -185px;
}
.ss-pricing-item.pricing-active .blur-shape span {
  width: 445px;
  height: 310px;
  border-radius: 50%;
  background: linear-gradient(35deg, #51DBDA 21.87%, #014A77 53.17%);
  -webkit-filter: blur(100px);
          filter: blur(100px);
}
.ss-pricing-item.pricing-active .pricing-head .price {
  color: var(--primary-color);
}
.ss-pricing-item.pricing-active .pricing-head .price .duration {
  color: #fff;
}
.ss-pricing-item.pricing-active .pricing-body ul li i {
  color: var(--primary-color);
}
.ss-pricing-item.pricing-active .pricing-button .theme-btn.style-one {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.ss-pricing-item.pricing-active .pricing-button .theme-btn.style-one:hover {
  background-color: var(--white-color);
  color: var(--primary-color);
}

/* Faq Section */
.ss-faq {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ss-faq .blur-shape {
  position: absolute;
  top: -360px;
  left: -150px;
  z-index: -1;
}
.ss-faq .blur-shape span {
  width: 1100px;
  height: 770px;
  border-radius: 50%;
  background: linear-gradient(35deg, #51DBDA 21.87%, #014A77 53.17%);
  -webkit-filter: blur(150px);
          filter: blur(150px);
}
.ss-faq .ss-content-box {
  padding-right: 70px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .ss-faq .ss-content-box {
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .ss-faq .ss-content-box {
    padding-right: 0;
  }
}
.ss-faq .ss-content-box p {
  margin-bottom: 50px;
  color: rgba(255, 255, 255, 0.7);
}

.ss-faq-wrapper {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.1);
  padding: 50px 40px 30px;
}
@media (max-width: 767px) {
  .ss-faq-wrapper {
    padding: 20px 15px 20px;
  }
}

/* Footer CSS */
.footer-cta {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #02152A;
  padding: 47px 60px 58px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .footer-cta {
    padding: 27px 15px 28px;
  }
}
.footer-cta .cta-content-box h2 {
  font-size: 48px;
  line-height: 55px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .footer-cta .cta-content-box h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .footer-cta .cta-content-box h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
.footer-cta .cta-content-box p {
  font-size: 24px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .footer-cta .cta-content-box p {
    font-size: 16px;
  }
}
.footer-cta .cta-content-box p a {
  color: var(--primary-color);
}
.footer-cta .cta-image {
  position: absolute;
  bottom: -22%;
  right: -15%;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-cta .cta-image {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .footer-cta .cta-image {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .footer-cta .cta-image {
    display: none;
  }
}
.footer-cta .cta-image img {
  border-radius: 20px;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  -webkit-box-shadow: -20px 20px 0 0 rgba(255, 255, 255, 0.1);
          box-shadow: -20px 20px 0 0 rgba(255, 255, 255, 0.1);
}

.ss-footer {
  padding: 30px;
}
@media screen and (max-width: 991px) {
  .ss-footer {
    padding: 0;
  }
}
.ss-footer .footer-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 30px;
  background-color: rgba(2, 21, 42, 0.4);
}
@media screen and (max-width: 991px) {
  .ss-footer .footer-wrapper {
    border-radius: 0;
  }
}
.ss-footer .footer-wrapper .blur-shape {
  position: absolute;
  right: -360px;
  bottom: -230px;
  z-index: -1;
}
.ss-footer .footer-wrapper .blur-shape span {
  width: 1000px;
  height: 700px;
  border-radius: 50%;
  background: linear-gradient(35deg, #51DBDA 21.87%, #014A77 53.17%);
  -webkit-filter: blur(150px);
          filter: blur(150px);
}
.ss-footer .footer-widget-area .footer-nav-widget {
  padding-left: 70px;
}
@media screen and (max-width: 991px) {
  .ss-footer .footer-widget-area .footer-nav-widget {
    padding-left: 0;
  }
}
.ss-footer .footer-copyright {
  background-color: rgba(255, 255, 255, 0.04);
}

.ss-footer-area .footer-cta {
  position: relative;
  z-index: 2;
  margin-bottom: -220px;
}
.ss-footer-area .footer-wrapper {
  padding-top: 200px;
}

/* Page CSS */
.page-hero-ss {
  padding: 185px 0 120px;
}
@media screen and (max-width: 991px) {
  .page-hero-ss {
    padding: 140px 0 75px;
  }
}

/* About Page CSS */
.about-ss .section-title {
  padding-right: 40px;
}
@media (max-width: 767px) {
  .about-ss .section-title {
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .about-ss .section-content-box {
    max-width: 670px;
    margin: 0 auto 50px;
  }
}
.about-ss .section-image-box {
  position: relative;
  max-width: 630px;
  height: 460px;
  text-align: right;
}
.about-ss .section-image-box .shape {
  position: absolute;
  top: 0;
  left: 20px;
}
@media (max-width: 767px) {
  .about-ss .section-image-box .image-one {
    padding-left: 30px;
  }
}
.about-ss .section-image-box .image-one img {
  border-radius: 20px;
  -webkit-box-shadow: 7.023px 7.023px 50.161px 10.032px rgba(159, 88, 235, 0.15);
          box-shadow: 7.023px 7.023px 50.161px 10.032px rgba(159, 88, 235, 0.15);
}
.about-ss .section-image-box .image-two {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .about-ss .section-image-box .image-two {
    left: 30px;
  }
}
.about-ss .section-image-box .image-two img {
  border-radius: 30px;
  -webkit-box-shadow: -5px 0px 50px 20px rgba(159, 88, 235, 0.1);
          box-shadow: -5px 0px 50px 20px rgba(159, 88, 235, 0.1);
  border: 1px solid var(--border-color);
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .about-ss .section-image-box {
    margin: 0 auto 50px;
  }
}

.features-two-ss .feature-image-box {
  padding-right: 40px;
}
.features-two-ss .feature-image-box img {
  border-radius: 30px;
}

.counter-ss {
  padding: 0 30px;
}
.counter-ss .counter-wrapper {
  background-color: var(--primary-color);
  border-radius: 10px;
}

.ss-counter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ss-counter-item .content h2 {
  margin-bottom: 20px;
}
.ss-counter-item .content p {
  font-weight: 500;
  font-size: 20px;
  color: var(--white-color);
}

.sasly-iconic-box.style-seven {
  background-color: rgba(255, 255, 255, 0.1);
}
.sasly-iconic-box.style-seven .content h4.title i {
  color: var(--primary-color);
}

.why-choose-ss .sasly-iconic-box.style-seven {
  margin-left: auto;
  -webkit-filter: drop-shadow(10px 4px 30px rgba(58, 95, 255, 0.15));
          filter: drop-shadow(10px 4px 30px rgba(58, 95, 255, 0.15));
}

.accordion-item {
  background-color: rgba(255, 255, 255, 0.1);
}
.accordion-item .accordion-header .accordion-title:after {
  background-color: rgba(255, 255, 255, 0.1);
}
.accordion-item .accordion-content p {
  color: rgba(255, 255, 255, 0.7);
}

/* Product Page CSS */
.product-ss .sasly-iconic-box.style-eight {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.product-ss .sasly-iconic-box.style-eight .icon {
  background-color: rgba(255, 255, 255, 0.1);
}
.product-ss .sasly-iconic-box.style-eight .content .read-more {
  color: var(--white-color);
  text-decoration: underline;
}

/* Blog Page CSS */
.sasly-pagination ul li a {
  border-color: rgba(255, 255, 255, 0.1);
}

.read-more.style-one {
  border-color: rgba(255, 255, 255, 0.1);
  color: var(--white-color);
}

.blog-post-item.style-three {
  background-color: rgba(255, 255, 255, 0.1);
}

.blog-standard-ss .blog-quote-post-item {
  background-color: rgba(255, 255, 255, 0.1);
}

.blog-details-wrapper .blog-post-main .entry-footer {
  background-color: rgba(255, 255, 255, 0.1);
}
.blog-details-wrapper .blog-post-main .entry-footer span {
  color: var(--white-color);
}
.blog-details-wrapper .blog-post-main .entry-footer .tag-links a {
  border-color: rgba(255, 255, 255, 0.1);
  color: var(--white-color);
}
.blog-details-wrapper .blog-post-main .entry-footer .social-share a {
  border-color: rgba(255, 255, 255, 0.1);
}
.blog-details-wrapper .post-author-box {
  background-color: rgba(255, 255, 255, 0.1);
}
.blog-details-wrapper .comments-area .comments-list .comment {
  background-color: rgba(255, 255, 255, 0.1);
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-author-content span.author-name {
  color: var(--white-color);
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-author-content .reply {
  color: var(--white-color);
}
.blog-details-wrapper .contact-wrapper {
  background-color: rgba(255, 255, 255, 0.1);
}
.blog-details-wrapper .contact-wrapper .contact-form .form_control {
  color: var(--white-color);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.blog-details-wrapper .contact-wrapper .contact-form .form_control::-webkit-input-placeholder {
  color: var(--white-color);
}
.blog-details-wrapper .contact-wrapper .contact-form .form_control::-moz-placeholder {
  color: var(--white-color);
}
.blog-details-wrapper .contact-wrapper .contact-form .form_control:-ms-input-placeholder {
  color: var(--white-color);
}
.blog-details-wrapper .contact-wrapper .contact-form .form_control::-ms-input-placeholder {
  color: var(--white-color);
}
.blog-details-wrapper .contact-wrapper .contact-form .form_control::placeholder {
  color: var(--white-color);
}

.sidebar-widget-area .sidebar-widget {
  background-color: rgba(255, 255, 255, 0.1);
}
.sidebar-widget-area .sidebar-widget.sidebar-search-widget .widget-content form .form_control {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--white-color);
}
.sidebar-widget-area .sidebar-widget.sidebar-search-widget .widget-content form .form_control::-webkit-input-placeholder {
  color: var(--white-color);
}
.sidebar-widget-area .sidebar-widget.sidebar-search-widget .widget-content form .form_control::-moz-placeholder {
  color: var(--white-color);
}
.sidebar-widget-area .sidebar-widget.sidebar-search-widget .widget-content form .form_control:-ms-input-placeholder {
  color: var(--white-color);
}
.sidebar-widget-area .sidebar-widget.sidebar-search-widget .widget-content form .form_control::-ms-input-placeholder {
  color: var(--white-color);
}
.sidebar-widget-area .sidebar-widget.sidebar-search-widget .widget-content form .form_control::placeholder {
  color: var(--white-color);
}
.sidebar-widget-area .sidebar-widget.sidebar-search-widget .widget-content form .search-btn {
  color: var(--white-color);
}
.sidebar-widget-area .sidebar-widget.sidebar-tag-widget .widget-content a {
  border-color: rgba(255, 255, 255, 0.1);
}

/*  Contact Page SS  */
.contact-ss .sasly-iconic-box.style-twelve {
  background-color: rgba(255, 255, 255, 0.1);
}
.contact-ss .sasly-iconic-box.style-twelve .content h5 {
  color: var(--white-color);
}
.contact-ss .sasly-iconic-box.style-twelve .content p {
  color: rgba(255, 255, 255, 0.7);
}

.contact-form-ss .contact-wrapper {
  background-color: rgba(255, 255, 255, 0.1);
}
.contact-form-ss .contact-wrapper .contact-form .form_control {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.1);
  color: var(--white-color);
}
.contact-form-ss .contact-wrapper .contact-form .form_control::-webkit-input-placeholder {
  color: var(--white-color);
}
.contact-form-ss .contact-wrapper .contact-form .form_control::-moz-placeholder {
  color: var(--white-color);
}
.contact-form-ss .contact-wrapper .contact-form .form_control:-ms-input-placeholder {
  color: var(--white-color);
}
.contact-form-ss .contact-wrapper .contact-form .form_control::-ms-input-placeholder {
  color: var(--white-color);
}
.contact-form-ss .contact-wrapper .contact-form .form_control::placeholder {
  color: var(--white-color);
}
.contact-form-ss .contact-wrapper .contact-form .form_control:focus {
  border-color: var(--primary-color);
}

/*  Company Page SS  */
.company-ss {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* Error Page css */
.error-page {
  padding: 130px 0 100px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .error-page {
    padding: 100px 0 70px;
  }
}
@media screen and (max-width: 991px) {
  .error-page {
    padding: 80px 0 50px;
  }
}
.error-page .section-content-box h5 {
  color: rgba(255, 255, 255, 0.7);
}

/* Back To top */
.back-to-top {
  bottom: 50px;
  z-index: 2;
}