.servicesCarousel {
    /*margin-bottom: 15px;
    margin-top: 30px;*/
	padding-bottom:15px;
}
@media(max-width:767px){
	.servicesCarousel {
		margin-bottom: 0px;
		margin-top: 0px;
		padding-bottom:0px;
	}
}
.servicesCarousel__inner {
	position:relative;
	padding-bottom:140px;
	padding-top: 51px;
	background:#f1f1f1;
}
.servicesCarousel__carousel {
    padding-top: 33px;
	padding-left:50px;
	padding-right:50px;
	
	position:static;
	z-index:10;
}
@media(max-width:767px){
	.servicesCarousel__carousel {
		padding-top: 10px;
	}
}
.servicesCarousel__carousel .owl-item:last-child {
	margin-right:0px !important;	
}
.servicesCarousel__slide {
	display:block;
	margin-top:30px;
	
    -webkit-transition: .2s all cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: .2s all cubic-bezier(0.77, 0, 0.175, 1);
    transition: .2s all cubic-bezier(0.77, 0, 0.175, 1);
}
.servicesCarousel__slide * {
    color: white;
    text-align: center;
}
.servicesCarousel__slide p {
    margin-top:10px;
}
.servicesCarousel__slide {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
	transform-origin:center center;
}
.center .servicesCarousel__slide {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.servicesCarousel__slide:hover {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
@media(max-width:767px){
	.center .servicesCarousel__slide {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}
.servicesCarousel__image {
    position: relative;
    /*background: #BB2A80;*/
	
	-webkit-transition:.2s all;
	-ms-transition:.2s all;
	transition:.2s all;	
}

/*.servicesCarousel__image:before {
	content:"";
	padding-bottom:100%;
	display:block;	
}*/
.servicesCarousel__imageDormant {
	/*position:absolute;
	width:34% !important;
	height:100%;
	top:50%;
	left:50%;
	
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	
	
	-webkit-transition:.2s all;
	-ms-transition:.2s all;
	transition:.2s all;	*/
}
.servicesCarousel__imageDormant {
	opacity:1;
}
.servicesCarousel__slide p {
	
}

.servicesCarousel__contentBlocks {
    height: 100px;
    margin-top: 22px;
}
@media(max-width:767px){
	.servicesCarousel__contentBlocks {
		height: 160px;
		margin-top: 32px;
		padding-left: 15px;
		padding-right: 15px;
	}
}
.servicesCarousel__contentBlocksInner {
	position:relative;	
	overflow: hidden;
}
.servicesCarousel__contentBlocksInner > div {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	opacity:0;
	
	-webkit-transition:.2s easeInOutQuad;
	-ms-transition:.2s easeInOutQuad;
	transition:.2s easeInOutQuad;
}
.servicesCarousel__contentBlocksInner > div.active {
	opacity:1;	
}
.servicesCarousel__contentBlocks h3 {
	color: #3a8dbd;
	max-width: 600px;
	margin: 0 auto 8px;
	text-align: center;
	font-size: 25px;
}
.servicesCarousel__contentBlocks p {
	color: #505050;
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
}

.servicesCarousel .owl-nav {
    position: absolute;
	width:100%;
	height: 50px;
	text-align:center;
	display:block !important;
	left:0px;
	bottom:46px;
}
.servicesCarousel .owl-prev, 
.servicesCarousel .owl-next {
	text-indent: -9000em;
	display: inline-block;
	vertical-align: bottom;
	height: 36px;
	width: 25px;
	right: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	margin-left: 96px;
	margin-right: 96px;
	
	-webkit-transition:0s !important;
	-moz-transition:0s !important;
	-ms-transition:0s !important;
	transition:0s !important;
}
@media(max-width:767px){
	.servicesCarousel .owl-prev, .servicesCarousel .owl-next {
		margin-left: 56px;
		margin-right: 56px;
	}
}
.servicesCarousel .owl-prev {
	top:0px;	
	background-image:url(/tascor-images/arrow-left-grey.svg);
}
.servicesCarousel .owl-next {
	top: auto;
	bottom: 0px;
	background-image: url(/tascor-images/arrow-right-grey.svg);
}

.servicesCarousel .servicesCarousel__carousel .owl-nav .owl-prev:hover, 
.servicesCarousel .servicesCarousel__carousel .owl-nav .owl-prev:active,
.servicesCarousel .servicesCarousel__carousel .owl-nav .owl-prev:focus {
	top:0px;	
}
.servicesCarousel .owl-next:hover,
.servicesCarousel .owl-next:focus,
.servicesCarousel .owl-next:active{
	top:0px;
	bottom:0px;	
}

.servicesCarousel__readMore {
    color: red;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    bottom: 67px;
	font-weight:400;
}
.servicesCarousel__readMore:hover {
	color:white;	
}
.servicesCarousel__parentCTAs {
	text-align:center;
	padding-left:50px;
	padding-right:50px;
}
.servicesCarousel__parentCTA {
	background: white;
	color: #55595c;
	font-size: 17px;
	border-radius: 60px;
	margin-left: 17px;
	margin-right: 17px;
}
@media(max-width:991px){
	.servicesCarousel__parentCTA {
		margin-left: 7px;
		margin-right: 7px;
	}
}
@media(max-width:767px){
	.servicesCarousel__parentCTA {
		margin-bottom: 20px;
	}
}.servicesCarousel__parentCTA.active,
.servicesCarousel__parentCTA:hover {
	background:#55595c;
	color:white;
}

.servicesCarousel .owl-dots {
	text-align:center;	
}
.servicesCarousel .owl-dot {
	padding-left: 4px;
	padding-right: 4px;
	display: inline-block;
}
.servicesCarousel .owl-dot span {
	background: #55595c;
	height: 10px;
	width: 10px;
	display: inline-block;
	border-radius: 10px;
}
.servicesCarousel .owl-dot.active span {
	background-color:#f0a102;	
}



.servicesCarousel .owl-dots {
	position: absolute;
	width: 560px;
	height: 50px;
	text-align: center;
	display: block !important;
	bottom: 33px;
	transform: translatex(-50%);
	left: 50%;
}
@media(max-width:767px){
	.servicesCarousel .owl-dots {
		display:none !important;	
	}
}

.servicesCarousel .owl-prev {
	margin:0px;
	position:absolute;
	left: 140px;
}
.servicesCarousel .owl-next {
	top:0px;
	margin:0px;
	position:absolute;
	right: 140px;
}
@media(max-width:991px){
	.servicesCarousel .owl-prev {
		left: 70px;
	}
	.servicesCarousel .owl-next {
		right: 70px;
	}	
}
