.cta-section {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
section.cta-section {
    position: relative;
    z-index: 1;
}
/* section.cta-section::before {
    content: '';
    position: absolute;
    background-color: background: #00000066;
    background: #00000066;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
} */
.pa80 {
	padding: 80px 0;
	text-align: center;
}
.cta-section .Page_title {
	font-family: "Playfair Display", serif;
	font-weight: 700;
	font-size: clamp(28px, 2.77778vw, 40px);
	line-height: 100%;
	letter-spacing: 0%;
	color: #ffffff;
	text-align: center;
	position: relative;
	margin: 0;
}
.home .cta-section .paraCta p {
	line-height: 100%;
	padding-top: 15px;
}
.paraCta p{
	font-family: "Outfit", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	color: #cccccc;
	margin:0;
	padding-top: 10px;
	

}


.cta-section .text-buttons a:hover {
	text-decoration: underline;
}
.cta-section .text-buttons .btnPrimary i{
	 transform: rotate(-45deg);
	 transition: transform 0.3s ease;
	 margin-left: 7px;
}

.cta-section .text-buttons a:hover {
	  background: transparent;
	  border: 1px solid #ffffff;
}

.cta-section .text-buttons a:hover  {
	color: #ffffff !important;
	text-decoration: none;
}
.cta-section .text-buttons a:hover i {
  	transform: rotate(0deg);
}
.cta-section .text-buttons .btnPrimary {
 	color:#202A34 !important;
 }
.cta-section .text-buttons a {
	padding:  0.75rem 1.5rem;
	transition: all 0.3s ease;
	font-family: "Outfit", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	border-radius: 100px;
 	border: 1px solid #fff;
 	display: inline-flex;
 	 background: #68FC96;
	  border: 1px solid #68FC96;
	 
}

.cta-section .text-buttons {
 margin-top: 30px;
 }
@media (max-width: 1024px) {
	.cta-section .paraCta br {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 1024px) { 
	.testimonials-swiper .swiper-button-next{
		right: 5%;
	}
	.testimonials-swiper .swiper-button-prev {
	    left: 5%;
	}
}
@media (max-width: 767px) {
.paraCta p{
	font-size: 16px;
	line-height: 1.2 !important;
}
.cta-section .text-buttons{
	margin-top: 25px;
}
	.pa80 {
		padding: 50px 0;
		
	}
}
