

ul {
    margin: 0px;
    padding: 0px;
}

.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}

.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}

.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}

.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}


/*------------------*/
/*------------------------------*/
/*--Section Name----------------*/
/*------------------------------*/
.block-61 {
  --block-background: white;
  --block-text-color: var(--text-primary);
  background: var(--block-background);
  color: var(--block-text-color)
}

.testimonial-card-1 {
  padding: 3rem 2.2rem 2.2rem 2.2rem;
  border-radius: 5px;
  position: relative;
  background: var(--block-background);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .09);
  display: flex;
  flex-direction: column;
  height: 100%
}

.testimonial-card-1__paragraph {
  font-size: .95rem;
  opacity: .9;
  line-height: 1.7;
  flex-grow: 1;
  padding-bottom: 1.5rem
}

.testimonial-card-1__quote-symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: var(--gradient-primary, --primary);
  color: var(--primary-invert);
  font-size: 1.3rem;
  border-radius: 10rem;
  position: absolute;
  top: -25px;
  left: 30px
}

.block-61-person {
  display: flex;
  align-items: center;
  margin-top: -1rem
}

.block-61-person__avatar {
  width: 56px;
  height: 56px;
  border-radius: 10rem
}

.block-61-person__rating {
  font-size: .75rem;
  color: #ffe200
}

.block-61-person__name {
  font-size: .87rem;
  font-weight: 600
}

.block-61-person__info {
  font-size: .87rem;
  opacity: .8
}
/**************/
/*------------------------------*/
/*--Section Name----------------*/
/*------------------------------*/
.block-68 {
  --space-between-blocks: 2rem;
  --space-between-blocks-small-screens: 0rem;
  --block-background: white;
  --block-text-color: var(--text-primary);
  background: var(--block-background);
  color: var(--block-text-color)
}

.block-68__li {
  font-size: 1rem;
  font-weight: 600;
  opacity: .9;
  margin-bottom: .8rem
}

.block-68__li:last-child {
  margin-bottom: 0
}

.plan-features__icon {
  width: 1.1rem;
  height: 1.1rem;
  color: #33c58d
}

.block-68__li-icon {
  color: #33c58d;
  transform: scale(1.5)
}

.block-68__img {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0 10px 36px 0 rgba(0, 0, 0, .1)
}

.block-68__carousel-panel {
  color: var(--primary)
}

.block-68__carousel-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  font-size: 3rem;
  z-index: 1
}

.block-68__carousel-btn--left {
  left: -4rem
}

.block-68__carousel-btn--right {
  right: -4rem
}

.splide__pagination__page {
  background: var(--primary) !important;
  opacity: 1 !important;
  transition: .5s !important
}

.splide__pagination__page.is-active {
  transform: none !important;
  background: var(--primary) !important;
  width: 2rem !important;
  border-radius: 10rem !important
}

.splide__arrow {
  width: 1em;
  height: 1em;
  font-size: 2rem;
  margin-top: 1rem;
  transform: translateY(-50%) rotateY(180deg);
  background: 0 0;
  color: var(--primary)
}

@media(min-width:992px) {
  .splide__arrow {
    font-size: 3rem;
    margin-bottom: 0
  }
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
  color: currentColor
}

.splide__arrow--next svg {
  transform: scaleX(-1);
  color: currentColor
}

.splide__pagination {
  top: auto;
  bottom: .5rem
}

.splide__arrow--next,
.splide__arrow--prev {
  bottom: -1rem;
  top: auto;
  z-index: 2
}

@media(min-width:992px) {

  .splide__arrow--next,
  .splide__arrow--prev {
    bottom: 0;
    top: 50%
  }
}

.splide__arrow--prev {
  left: 0
}

.splide__arrow--next {
  right: 0
}

@media(min-width:992px) {
  .splide__arrow--prev {
    left: -5rem
  }

  .splide__arrow--next {
    right: -5rem
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(25px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.splide__slide {
  padding-bottom: 2rem !important;
  transition: opacity .5s cubic-bezier(.42, .65, .27, .99) 0s !important
}

.splide__slide.is-active .block-68__testimonial,
.splide__slide.is-active .block__paragraph,
.splide__slide.is-active .block__title,
.splide__slide.is-active .btn {
  animation: fadeInUp 1.1s;
  animation-direction: alternate;
  animation-fill-mode: forwards
}

.block-68__testimonial {
  padding: 20px 25px;
  background: linear-gradient(45deg, #f9f9f9, transparent);
  border-radius: 5px
}

.block-68__testimonial-svg {
  color: var(--primary)
}

.block-68__testimonial-p {
  font-size: .9rem;
  opacity: .8;
  font-style: italic
}

/*------------------------------*/
/*--Section Name----------------*/
/*------------------------------*/
.block-39 {
  --block-background: white;
  --block-text-color: var(--text-primary);
  background: var(--block-background);
  color: var(--block-text-color)
}

.content-block {
  text-align: initial;
  margin-top: 1rem;
  margin-bottom: 1rem
}

@media(min-width:992px) {
  .content-block {
    width: 90%
  }
}

.content-block__title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.5
}

@media(min-width:992px) {
  .content-block__title {
    font-size: 1.5rem
  }
}

.content-block__paragraph {
  font-size: 1rem;
  opacity: .9;
  line-height: 1.7
}

/*------------------------*/
/*------------------------------*/
/*--Section Name----------------*/
/*------------------------------*/
.block-8-scr {
  --space-between-blocks: 2rem;
  --space-between-blocks-small-screens: 0rem;
  --block-background: white;
  --block-text-color: var(--text-primary);
  background: var(--block-background);
  color: var(--block-text-color)
}

.block-8-scr__li {
  font-size: 1rem;
  font-weight: 600;
  opacity: .9;
  margin-bottom: .8rem
}

.block-8-scr__li:last-child {
  margin-bottom: 0
}

.plan-features__icon {
  width: 1.1rem;
  height: 1.1rem;
  color: #33c58d
}

.block-8-scr__li-icon {
  color: #33c58d;
  transform: scale(1.5)
}

.block-8-scr__img {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0 10px 36px 0 rgba(0, 0, 0, .1)
}

.block-8-scr-scr-dots-svg {
  color: var(--primary);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 250px;
  height: 150px;
  transform: translate(-38px, 36px);
  clip-path: polygon(24% 62%, 100% 62%, 100% 100%, 0 100%, 0 0, 24% 0)
}

@media (min-width:992px) {
  .block-8-scr-scr-dots-svg {
    transform: translate(-38px, 36px);
    clip-path: polygon(24% 62%, 100% 62%, 100% 100%, 0 100%, 0 0, 24% 0)
  }
}
