.projects-details{
    background-color: black;
}
.projects-info-container {
    position: absolute;
    bottom: 0;
}

.projects-info-container-2 {
    position: relative;
}

.projects-info {
    position: absolute;
    left: 140px;
    white-space: nowrap;
}

.details-swiper-navigation.swiper-button-next {
    /*right: 40%;*/
    background: #3f454a;
    width: 50px;
    height: 50px;
    color:white;
}
.details-swiper-navigation.swiper-button-next::before {
	    margin-left: 18px;
   		line-height: 50px;
}


.details-swiper-navigation.swiper-button-prev {
    /*left: 13%;*/
    background: #3f454a;
    width: 50px;
    height: 50px;
    color:white;
}
.details-swiper-navigation.swiper-button-prev::before {
	    margin-left: 18px;
   		line-height: 50px;
}
.testimonials-swiper-pagination{
	margin-top: 20px;
	position: relative!important;

}
.testimonials-swiper-pagination > span{
	margin:3px;
		width:10px;
	height: 10px;
}
.testimonials-swiper-pagination > .swiper-pagination-bullet-active{
	background: #00a460;
}

.details-swiper-pagination {

    position: absolute;
    display: inline-block;
    width: auto !important;
}	

.details-swiper-pagination .swiper-pagination-bullet {
    background: #b7b7b7 !important;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.details-swiper-pagination .swiper-pagination-bullet-active {
    background: #00a066 !important;
    border:2px solid white;
    width: 12px;
    height: 12px;
}
body > div:nth-child(4) > div.col-xl-4.projects-info-col{
    max-height: calc( 100% - 200px);
    overflow: scroll;

}
.testimonials .swiper-container{

}
.testimonials .swiper-slide{
	position: relative;
	background: white;
	padding:20px;
	padding-top:80px;
	overflow: visible!important;


}
.testimonials .swiper-wrapper{
	overflow-y: visible!important;
	padding-top:80px;

}
.testimonials .swiper-slide img{
	position: absolute;
	top:-32px;
	border-radius: 50px 50px;
	border:10px solid #f3f3f3;
	right: calc(50% - 36px)
}
.read-more-testimonials{
	color: white!important;
	background: #00a460;
	margin-top:40px!important;
	padding: 10px;
	border-radius: 4px;
	position: relative;

}
.read-more-testimonials-container{
	margin-top:30px!important;

}
.testimonials .client-name{
	margin-bottom: 0;

}
.testimonials .client-title{
	font-style: italic;
}
.other-projects-info-container{
	background: #f6f4f7;
	padding:20px;
	text-align: center;
}

.other-projects-col:hover .mask{
	display: block;
	cursor: pointer;
}
.other-projects-col:hover  .other-projects-info-container{
	background: #58585a;
	color:white;
}
.other-projects{
    padding-top:40px;
    padding-bottom:40px;
}
.other-projects-heading{
    margin-bottom:20px;
    font-size: 20px;
    color:#58585a;
    font-weight: normal;
}
@media only screen and (max-width: 1200px) {
    .projects-info-col {
        margin-top: 50px;
    }

    .projects-info-container {
        position: relative;
    }

    .details-swiper-navigation.swiper-button-next {
        /*right: 13%;*/
        top: 30%;
    }

    .details-swiper-navigation.swiper-button-prev {
        /*left: 13%;*/
        top: 30%;
    }

    .details-swiper-pagination {
        position: absolute;
        display: inline-block;
        width: auto !important;
    }
body > div:nth-child(4) > div.col-xl-4.projects-info-col{
    max-height: none;
    overflow: none;

}
.other-projects-col{
	margin-top:20px;
}

}