:root {
    --lqd-color-gradient-start: #4d006f !important;
    --lqd-color-gradient-stop: #6e1093 !important;
    --lqd-color-primary: #a00ee2 !important;
    --lqd-color-red-300: #c642ff !important;
    --lqd-color-red-500: #8612b7 !important;
}

.turnup {
    transform: rotateZ(180DEG);
}

.services .lqd-counter-element {
    font-family: var(--lqd-heading-font-family);
}

.services .accordion-item.active .accordion-expander {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.services .accordion-title a {
    border-color: #707070;
}

.services .accordion-item.active .accordion-title a {
    border-color: transparent;
}

.services .lqd-counter-element {
    font-size: 170px;
}

@media (min-width: 1199px) {
    .services .lqd-counter-element {
        font-size: 220px;
    }
}

@media (max-width: 1199px) {
    .services .module-col {
        padding-inline-end: 45px;
        padding-inline-start: 45px;
    }

    .services .module-title {
        padding-inline-start: 20px;
    }

    .services .module-btn {
        padding-inline-end: 20px;
    }

    .services .module-content {
        padding-inline-end: 20px;
    }
}

@media (max-width: 767px) {
    .services .module-title {
        margin-bottom: 20px;
    }

    .services .module-btn {
        padding-inline-start: 20px;
    }

    .services .module-col {
        padding: 0 20px 30px 20px;
    }

    .services .accordion-title a {
        font-size: 24px;
        line-height: 1.1em;
    }

    .services .accordion-expander {
        font-size: 20px;
        width: 45px;
        height: 45px;
    }

    .services span.ld-fh-element {
        margin-bottom: 0;
    }
}

/* ***** Section Flow ***** */
.section-flow {
    min-height: 655px;
}

.section-flow .lqd-section-flow-panel-end {
    padding: 13% 6%;
}

.section-flow .lqd-section-flow-panel-end .lqd-section-flow-item {
    padding-top: 20%;
    padding-bottom: 20%;
}

@media (max-width: 767px) {
    .section-flow .lqd-section-flow-panel-end .lqd-section-flow-item {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

@media (max-width: 767px) {
    .specialbg {
        height: 550px !important;
        padding-top: 200px !important;
    }

    [data-mobile-header-scheme=gray] .lqd-mobile-sec .navbar-header {
        background-color: rgba(197, 160, 111, 0.6) !important;
    }

    .dontconmible {
        justify-content: left;
        text-align: left;
    }
}

@media (min-width: 767px) {
    .specialbg {
        height: 100vh !important;
    }
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    position: relative;
    transition: all 0.3s ease-in-out;
  }
  
  .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
  }
  
  .alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
  }
  
  .alert-success::before,
  .alert-warning::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    bottom: 0;
    transition: all 0.3s ease-in-out;
  }
  
  .alert-success::before {
    background-color: #28a745;
  }
  
  .alert-warning::before {
    background-color: #ffc107;
  }
  .testimonials .star-rating {
	font-family: Arial, Helvetica, sans-serif;
}

.testimonials .carousel-dots {
	top: auto;
	right: auto;
	bottom: -65px;
	left: auto;
}

.testimonials .carousel-dots:not(.carousel-dots-inside) {
	position: relative;
}

.testimonials .module-shape-1 {
	left: 13%;
}

.testimonials .module-shape-2 {
	right: 23%;
}

@media (max-width: 1199px) {
	.testimonials .carousel-item {
		padding-right: 15px;
		padding-left: 15px;
	}

	.testimonials .module-shape-2 {
		top: 14%;
	}

	.testimonials .module-shape-1 {
		left: 3%;
	}

	.testimonials .module-shape-2 {
		right: 8%;
	}
}

@media (max-width: 767px) {
	.testimonials {
		padding-bottom: 60px;
	}

	.testimonials .col-12:first-child {
		margin-bottom: 40px;
	}

	.testimonials .carousel-item {
		padding-right: 20px;
		padding-left: 20px;
	}

	.testimonials .module-shape-2 {
		top: 4%;
	}

	.testimonials .module-content {
		padding: 25px 15px;
	}
}