.projectsdetailedPage.projectsdetailed-sec{
    padding: 80px 0px 20px 0px;
}
.projectsdetailedPage.projectsdetailed-sec h2{
color:var(--text-color-2);
}
.projectsdetailed-slider-wrapp-text {
    width: 84%;
    margin: auto;
    /*width: 50% !important;*/
    background-color: var(--bg-primary);
    color: #4B4B4B;
    font-family: var(--font-AGaramondPro-bold);
    text-align: center;
    border-radius: 12px;
    padding: 15px;
    margin-top: -30px;
    z-index: 1;
    position: relative;
    font-size: 24px;
}
.projectsdetailed-slider-item{
    margin: 30px 20px;
    /*width: 50% !important;*/

}
.projectsdetailed-slider-item img {
    width: 100%;
    height: 370px;
}
.projectsdetailed-slider .slick-dots li.slick-active button:before {
    opacity: .99;
    color: var(--bg-primary);
}
.projectsdetailed-slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1024px) {
    .projectsdetailed-slider-wrapp-text {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .projectsdetailed-slider-wrapp-text {
        font-size: 16px;
    }
    .projectsdetailed-slider-item img {
        height: 200px;
    }
}


/* testimonial Css Start Here */
.testimonial-sec{
	padding:60px 0px;
}
.testimonialDiv{
	margin-left: 70px;
    overflow: hidden;
}
.testimonial-sec .testimonial-bg {
    background-image: url(../img/home/testimonialbg.png);
    background-repeat: no-repeat;
    position: relative;
    background-size: 100% 100%;
    padding: 100px 20px 100px 100px;
}
.testimonial-bg h2 {
    padding-right: 10px;
    padding-bottom: 40px;
}
.testimonial-bg h6 {
    padding-right: 150px;
}
.testimonial-slider-wrapp{
	background-color: var(--light-bg);
	border-radius: 10px;
	padding: 20px;
}
.testimonial-sec .testimonialsContent {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.testimonialsContent .client-img img {
    border-radius: 50%;
}
.testimonialsContent h5 {
    font-size: 18px;
    margin: 0px;
    line-height: normal;
	font-family: var(--font-heading);
}
.testimonialsContent p {
    margin: 0px;
}
.testimonial-slider  .slick-dots {
    position: absolute;
    bottom: 0px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: unset;
    width: auto;
    left: -430px;
}
.testimonial-slider .slick-dots li.slick-active button:before {
    opacity: unset;
    color: white;
	font-size: 10px;
}
.testimonial-slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 8px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: unset;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.testimonial-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.testimonial-slider .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: -20px;
    left: -200px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #fff;
    border-radius: 5px;
    top: unset;
    z-index: 1;
}
.testimonial-slider .slick-prev:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: url(../img/home/left-arrow.png);
	background-repeat: no-repeat;
}

.testimonial-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: -20px;
    left: -150px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #fff;
    border-radius: 5px;
    top: unset;
    z-index: 1;
    box-shadow: 0px 2px 5px #00000026;
}
.testimonial-slider .slick-next:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: url(../img/home/right-arrow.png);
	background-repeat: no-repeat;
}
.testimonial-slider-wrapp.slick-center {
    opacity: .8 !important;
    transform : scale(.80);
	transition: .5s;
}
/* testimonial Css End Here */

/* responsive testimonial css Start */

@media (max-width: 1366px) {

.testimonialDiv {
	margin-left: 110px;
}
.testimonial-slider  .slick-dots {
    left: -390px;
}
.testimonial-slider .slick-next {
    left: -110px;
}
.testimonial-slider .slick-prev {
    left: -160px;
}
.testimonial-slider  h4 {
    font-size: 16px;
}
.testimonial-slider p {
    font-size: 13px;
}
.testimonialsContent h5 {
    font-size: 16px;
}
.testimonial-sec .testimonial-bg {
    padding: 70px 20px 70px 100px;
}

}

@media (max-width: 1024px) {
	.testimonial-sec {
		padding: 50px 0px;
	}
	.testimonialDiv {
		margin-left: 40px;
	}
	.testimonial-sec .testimonial-bg {
		padding: 40px 0px 40px 50px;
	}
	.testimonial-bg h6 {
		padding-right: 0px;
	}
	.testimonial-slider  .slick-dots {
		left: -320px;
	}
	.testimonial-slider  h4 {
		font-size: 14px;
		margin: 0px;
	}
	.testimonial-slider p {
		font-size: 12px;
	}
	.testimonialsContent .client-img img {
		border-radius: 50%;
		width: 50px;
	}
	.testimonial-bg h2 {
		padding-right: 10px;
		padding-bottom: 20px;
	}
	.testimonialsContent h5 {
		font-size: 13px;
	}
	.testimonial-slider  .slick-dots {
		left: 0px;
		bottom: -40px;
		margin: auto;
		width: 100%;
	}
	.testimonial-slider .slick-next {
		display: none !important;
	}
	.testimonial-slider .slick-prev {
		display: none !important;
	}
}

@media (max-width: 576px) {
	.testimonialDiv {
		margin-left: 15px;
		border-radius: 30px 0px 0px 30px;
	}
	.testimonial-sec .testimonial-bg {
		padding: 30px 0px 40px 30px;
	}
	.testimonial-slider  h4 {
		font-size: 13px;
		margin: 0px;
	}
	.testimonial-slider-wrapp {
		margin-right: 25px;
		padding: 15px;
	}
	.testimonial-slider  .slick-dots {
		left: -20px;
		margin: auto;
		width: 100%;
	}
}
