
	:root {
	--facebook: #2C519D;
	--dark-gray: #9D9E9E;
	--linen: #FBEEE7;
}

/*.close .btn-close {
	background: transparent url(/images/predprof_new/close.svg) center/1em auto no-repeat!important;
}*/

.list_img8 li {
    list-style: none;
    padding-left: 30px;
    margin-left: -32px;
    background: url(/images/predprof_new/li-1.svg) no-repeat left top;
    background-size: 19px;
    background-position-y: 0.4rem;
}

.list_img9 li {
    list-style: none;
    padding-left: 30px;
    margin-left: -32px;
    background: url(/images/predprof_new/li-2.svg) no-repeat left top;
    background-size: 19px;
    background-position-y: 0.4rem;
}

.button-white {
	background-color: white;
	border: 0;
}

.button-blue {
	background-color: #2C519D;
	border: 0;
}



.video-gallery .slick-dots li button:before{
	font-size: 12px;
	color: #C4C4C4;
	opacity: 1;
}
.carousel .slick-dots li button:before {
	font-size: 8px;
	color: #C4C4C4;
	opacity: 1;
}

.carousel .slick-dots li  {
	margin: 0!important;
}

.video-gallery .slick-dots li.slick-active button:before, .carousel .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #6DAD46;
}


.people-carousel .prev-slider {
    left: -2rem;
    background: url(/images/predprof_new/prev-slider.svg) no-repeat;
    height: 2rem;
    width: 2rem;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
}

.people-carousel .next-slider {
    right: -3rem;
    background: url(/images/predprof_new/next-slider.svg) no-repeat;
    height: 2rem;
    width: 2rem;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
}

@media (max-width: 1400px) {
	.people-carousel .next-slider {
		right: 0;
	}
	.people-carousel .prev-slider {
		left: 1rem;
	}
}
@media (max-width: 991.98px) {
	.baloon1:before,
	.baloon2:before,
	.baloon3:before {
		background-image: url(/images/predprof_new/triangle2.svg)!important;
	}

}


@media (min-width: 576px) and ( max-width: 767.98px) {
	.baloon1:before,
	.baloon2:before,
	.baloon3:before {
		background-image: url(/images/predprof_new/triangle2.svg)!important;
	}

}

@media (max-width: 575.98px) {
	.baloon1:before,
	.baloon2:before,
	.baloon3:before {
		background-image: url(/images/predprof_new/triangle2.svg)!important;
	}

	.people-carousel .next-slider {
		right: 0;
		top: 3rem;
	}
	.people-carousel .prev-slider {
		left: 1rem;
		top: 3rem;
	}
}