/* Testimonials */

section#testimonials {
    display: block;
	max-width: 1080px;
	padding-top: 30px !important;
	padding-bottom: 55px !important;
}

h2.title-testimonials {
	font-size: 2.5rem !important;
	margin-bottom: 0;
}


/* Testimonials*/


/* Slider Testimonials */

.abc-slider-testimonials .slider {
	background: none;
	margin: 20px auto 100px;
}

.abc-slider-testimonials .slick-slide {
	margin: 0px 30px;
}

.abc-slider-testimonials .slick-slide .slider-box-wrapper {
	display: block !important;
	padding: 20px 0;
	border-radius: 10px;
}

.abc-slider-testimonials .slick-slide.slick-current .slider-box-wrapper {
	color: #fff;
}

#abc-pr-faqs .phases-image-wrapper h1{
	font-size: 2.3rem !important;
}

.abc-slider-testimonials .slick-slide.slick-current .slider-img-info ul li a {
	color: #ffffff !important;
}

.abc-slider-testimonials .slick-slide img {
	width: 100%;
	border-radius: 50%;
	margin: 0 auto;
	height: 100%;
}

.abc-slider-testimonials .slick-slide .slider-img-info .name {
	font-size: 1rem;
}

.abc-slider-testimonials .slick-slide .slider-img-info .company {
	opacity: 0.8;
	line-height: 14px;
    display: inline-block;
    margin-top: 4px;
}

.abc-slider-testimonials .slick-slide .slider-img-info ul {
	list-style: none;
	padding: 8px 0 0 0;
	margin: 0;
}

.abc-slider-testimonials .slick-slide .slider-img-info ul li {
	display: inline-block;
}

.abc-slider-testimonials .slick-slide .slider-img-info ul li a {
	margin-right: 18px;
	cursor: pointer;
}

.abc-slider-testimonials .slick-prev:before,
.abc-slider-testimonials .slick-next:before {
	color: white;
}

.abc-slider-testimonials .slick-list {
	padding: 50px 0 !important;
	margin-bottom: 20px;
}

.abc-slider-testimonials .slick-slide {
	transition: all ease-in-out .3s;
	opacity: .6;
}

.abc-slider-testimonials .slick-current {
	opacity: 1;
	transform: scale(1.2);
	background: #74b21b!important;
	box-shadow: 1px 1px 6px #aaa;
}

.for-abc-slider-testimonials .slider-nav-testimonials div.items div.box {
	padding: 15px;
	border: 2px solid #d2d3d4;
	background-color: rgba(19, 19, 19, 0.8);
	margin-left: 20px;
	margin-right: 20px;
}

.for-abc-slider-testimonials .slider-nav-testimonials div.items div.box span {
	font-size: 18px;
	color: #ffffff;
}

.for-abc-slider-testimonials .slider-nav-testimonials div.items div.box span.company {
	color: #77b41c;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 85%;
	display: block;
}

.for-abc-slider-testimonials .slider-nav-testimonials div.items div.box div.content {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 0px;
}

.for-abc-slider-testimonials .slick-center div.items div.box {
	background: #74b21b!important;
	border: 2px solid #74b21b;
}

.for-abc-slider-testimonials .slick-center div.items div.box span.company {
	color: #181818;
}

.for-abc-slider-testimonials .slider-nav {
	margin-top: 35px;
	width: 85%;
}

.slick-prev:before,
.slick-next:before {
	color: #333!important;
}

.for-abc-slider-testimonials .slick-prev,
.for-abc-slider-testimonials .slick-next {
	width: 34px!important;
	height: 34px!important;
}

.for-abc-slider-testimonials .slick-slide .items .box {
	cursor: pointer
}

.for-abc-slider-testimonials .slider-bg {
	width: 100%;
	cursor: grab;
}

.for-abc-slider-testimonials .slider-bg img {
	margin: auto;
}

.for-abc-slider-testimonials .testimonials-content {
	color: #fff;
	font-size: 1.1rem;
	padding: 20px;
	background-color: #474746;
	margin-top: 10px;
	line-height: 1.2 !important;
}

.for-abc-slider-testimonials .testimonials-content strong {
	text-align: right;
	font-weight: normal;
}

#slider-testimonials h1 {
	color: #fff;
	font-size: 36px;
	margin-bottom: 0px;
	font-weight: bold;
}

#slider-testimonials h2 {
	color: #fff;
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 40px;
}

#slider-testimonials h3 {
	color: #fff;
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 40px;
}

.slider-for-testimonials h1 {
	color: #fff;
	font-size: 33px;
	margin-bottom: 0px;
}

.slider-for-testimonials h2 {
	color: #fff;
	font-size: 21px;
	margin-top: 10px;
	margin-bottom: 40px;
}


/* Media Queries*/

@media all and (max-width:1100px) {
	section#testimonials{
		max-width: 850px !important;
		margin: 0 auto !important;
	}
}

@media only screen
and (min-width: 1024px)
and (max-width: 1366px){


	.for-abc-slider-testimonials .testimonials-content {
		line-height: 1.2;
	}

}




@media screen and (min-width: 0px) and (max-width: 479px) {
	h2.title-testimonials {
		font-size: 2rem !important;
		margin-bottom: 10px;
	}
	section.section-semi-fullwidth {
		width: 80vw;
		margin: 0 auto !important;
	}
	.abc-slider-testimonials .slick-current {
		opacity: 1;
		transform: scale(1.2);
		background: #74b21b!important;
	}
}

@media all and (max-width:991px) {
    h2.title-testimonials {
		margin-bottom: 10px;
    }

    
    .abc-slider-testimonials .slick-slide img {
        width: 50%;
        border-radius: 50%;
        margin: 0 auto;
    }

    .abc-slider-testimonials .slick-slide .slider-img-info {
        margin: 14px auto 0;
        display: block;
        text-align: center;
    }


    .abc-slider-testimonials .slick-slide .slider-img-info ul li a {
        margin: 0 10px !important;
    }
}

@media all and (max-width:860px) {
	section#testimonials{
		max-width: 650px !important;
		margin: 0 auto !important;
	}
	section#testimonials {
		padding-top: 1px !important;
		padding-bottom: 0px !important;
	}
}

@media screen and (max-width:700px) {
	section#testimonials {
		max-width: 500px !important;
		margin: 0 auto !important;
	}
}

@media screen and (max-width:767px) {
    .abc-slider-testimonials .slick-slide img {
        width: 50%;
        height: 100%;
    }
	.for-abc-slider-testimonials .testimonials-content {
		font-size: 1.1rem;
		line-height: 1.2;
	}
}

@media screen and (max-width:550px) {

	.for-abc-slider-testimonials .testimonials-content {
		font-size: 1.1rem;
		line-height: 1.2;
	}
	h2.title-testimonials {
		margin-bottom: 10px;
	}
	section#testimonials{
		max-width: 400px !important;
		margin: 0 auto !important;
	}
}

@media screen and (max-width:480px) {
    .abc-slider-testimonials .slick-slide {
        margin: 0px 20px;
    }

    .abc-slider-testimonials .slick-list {
        padding-bottom: 20px !important;
    }

    .for-abc-slider-testimonials .slider-bg img {
        display:none;
    }

    .for-abc-slider-testimonials .testimonials-content {
        margin-top: 0;
    }

    .for-abc-slider-testimonials .slider-bg .col-md-8{
        padding: 0;
    }
	.abc-slider-testimonials .slick-slide .slider-img-info .name {
		font-size: 1.1rem;
	}
	.for-abc-slider-testimonials .testimonials-content {
		font-size: 1.1rem;
		line-height: 1.2;
	}


}

@media screen and (max-width:450px) {
	section#testimonials{
		max-width: 350px !important;
		margin: 0 auto !important;
	}
}