/**
 *
 * GENERAL
 *
 */
:root {
  --prompt: "Prompt", sans-serif;
  --primary-color: #EA1826;
  --secondary-color: #0e0e0e;
  --sub-bg: #f3f3f3;
  --heading-color: #0e0e0e;
  --paragraph: #303030;
  --span: #888888;
  --border: #d9d9d9;
  --white: #ffffff;
  --black: #000000;
  --transition: all 0.3s ease-in-out;
  --shadow: 0px 4px 30px 0px #ee332b26;
}

.primary-bg {
  background-color: var(--primary-color) !important;
}

.secondary-bg {
  background-color: var(--secondary-color);
}

.order-1 {
	order: 1;
}

.order-2 {
	order: 2;
}

a {
	text-decoration: none !important;
}

@keyframes GrowingAnimation {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.3);
    }
}

.growing-animation {
    animation: GrowingAnimation 1s infinite alternate ease-in-out;
}

.pg-tp-wrp h1:after {
    top: auto;
    bottom: -10px;
}


/**
 *
 * ABOUT PAGE
 *
 */

.story {
  overflow: hidden;
  position: relative;
}
.story .map {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.story .map img {
  height: 100%;
}
.story .main-item {
  position: relative;
}
.story .wrp {
  position: relative;
}
.story .wrp .line {
  position: absolute;
  width: 1px;
  height: 96%;
  background-color: var(--border);
  top: 47px;
  left: 50%;
}
.story .item .title span {
  position: relative;
}
.story .item .title span::before {
  position: absolute;
  content: "";
  top: 8px;
  left: -30px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ff9d00;
  outline: 8px solid var(--white);
}
.story .item .title .left-span::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 580px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ff9d00;
  outline: 8px solid var(--white);
}

.story .image {
	margin-inline: 10px;
}

.testimonial {
  overflow: hidden;
}
.testimonial .testimonial-wrp {
  padding: 60px 30px;
}
.testimonial .arry-wrp {
  position: relative;
}
.testimonial .arry-wrp .arry-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.testimonial-arry-prev,
.testimonial-arry-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid var(--border);
    color: #999;
    cursor: pointer;
}

.testimonial-arry-prev:hover,
.testimonial-arry-next:hover {
    background-color: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

.testimonial .arry-wrp .arry-btn .arry-prev {
  background-color: var(--white);
}
.testimonial .arry-wrp .arry-btn .arry-prev:hover {
  background-color: var(--primary-color);
}
.testimonial .item {
  max-width: 500px;
}
.testimonial .item h3 {
  padding-bottom: 20px;
}
.testimonial .item h3 span {
  color: var(--primary-color);
  padding-left: 20px;
}
.testimonial .item p {
  font-size: 20px;
  line-height: 32px;
}
.testimonial .item .author {
  margin-top: 35px;
}
.testimonial .item .author span {
  color: var(--primary-color);
}
.testimonial .image {
  max-width: 420px;
  float: right;
  position: relative;
}
.testimonial .image img {
  border-radius: 100%;
}
.testimonial .image::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -80px;
  width: 1px;
  height: 100%;
  background-color: var(--border);
}

.testimonial .image span {
  position: absolute;
  width: 1px;
  height: 68px;
  background-color: var(--border);
  top: 48%;
  left: -58px;
  z-index: 1;
  transform: rotate(-40deg);
}
.testimonial .image .fa-quote-right {
  font-size: 35px;
  color: var(--primary-color);
  position: absolute;
  top: 30px;
  left: -35px;
}

.testimonial.testimonial-two {
  overflow: hidden;
  position: relative;
}
.testimonial.testimonial-two .gaps-primary2 {
  position: absolute;
  bottom: 0;
  left: 65px;
}
.testimonial.testimonial-two .bg-image {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.testimonial.testimonial-two .women {
  position: absolute;
  bottom: 0;
  right: 18%;
  z-index: 3;
}
.testimonial.testimonial-two .women .wrp {
  position: relative;
}
.testimonial.testimonial-two .women .wrp::before {
  position: absolute;
  content: "\f10e";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  top: 75px;
  left: 15px;
  width: 76px;
  height: 76px;
  line-height: 76px;
  text-align: center;
  color: var(--primary-color);
  border-radius: 50%;
  font-size: 35px;
  background-color: var(--white);
}
.testimonial.testimonial-two .stroke-text {
  position: absolute;
  top: 15px;
  right: 17%;
  z-index: 1;
}
.testimonial.testimonial-two .item {
  max-width: none;
}

.testimonial.testimonial-three {
  position: relative;
  overflow: hidden;
}
.testimonial.testimonial-three .item {
  max-width: none;
}
.testimonial.testimonial-three .testimonial-three-image {
  position: relative;
  width: 595px;
}
.testimonial.testimonial-three .testimonial-three-image img {
  width: 100%;
}
.testimonial.testimonial-three .testimonial-three-image .img1 {
  width: 104px;
  position: absolute;
  left: 75px;
  top: 20px;
  z-index: 2;
}
.testimonial.testimonial-three .testimonial-three-image .img2 {
  width: 104px;
  position: absolute;
  right: 70px;
  bottom: 20px;
  z-index: 2;
}
.testimonial.testimonial-three .testimonial-three-image i {
  width: 76px;
  height: 76px;
  line-height: 76px;
  text-align: center;
  color: var(--primary-color);
  border-radius: 50%;
  font-size: 35px;
  background-color: var(--white);
  position: absolute;
  right: 48px;
  top: 15px;
  z-index: 2;
}
.testimonial.testimonial-three .man {
  position: absolute;
  right: 20%;
  bottom: 0;
  z-index: 1;
}
.testimonial.testimonial-three .gaps-primary {
  position: absolute;
  top: 0;
  right: 35px;
}
.testimonial.testimonial-three .gaps-primary2 {
  position: absolute;
  bottom: 0;
  left: 65px;
}


.services-details {
	.sec-tl::before {
		display: none;
	}

	.srv-wrp {
		font-size: 20pt !important;
	}
}
