.owl-item {
	padding-top:10px;
}
.owl-item .serviceBox{
    color: #606060;
    padding: 0 10px 30px;
    background-color: #F9A11C;
    border: 1px solid transparent;
    border-radius: 20px;
    margin: 80px 10px 10px;
    position: relative;
 }
 .owl-item .serviceBox .service-content{
   text-align: center;
    padding: 15px 20px 30px;
    margin-top: -80px;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    transition:all 0.3s;
 }
 .owl-item .serviceBox .service-content:hover{
   box-shadow: 0 0 10px -5px #000;
 }
 .owl-item .serviceBox .service-content:after{
    content: '';
    height: 50px;
    width: 50px;
    border: 25px solid transparent;
    border-top: 25px solid #fff;
    transform:translateX(-50%);
    position: absolute;
    bottom: -50px;
    left: 50%;
}
.owl-item .serviceBox .service-title,
.owl-item .serviceBox .service-icon {
	color: #F9A11C;
}
.owl-item .serviceBox .service-icon{
    display: inline-block;
    font-size: 90px;
    margin-bottom: 10px;
    transition: all 0.3s ease 0s;
}
.owl-item .serviceBox:hover .service-icon{
    transform:rotateX(360deg);
}
.owl-item .serviceBox .service-title{
    font-size: 18px;
    font-weight: 700;
	line-height:1.5; 
    text-transform: uppercase;
    margin:0 0 10px;
	max-height:55px;
	min-height:55px;
}
.owl-item .serviceBox .description{
    font-size: 16px;
    line-height: 25px;
    margin: 0;
	max-height:135px;
	min-height:135px;
}

.owl-item:nth-child(4n+2)  .serviceBox{background-color: #44BB85;}
.owl-item:nth-child(4n+2)  .serviceBox .service-icon,
.owl-item:nth-child(4n+2) .serviceBox .service-title{color: #44BB85;}

.owl-item:nth-child(4n+3)  .serviceBox{background-color: #36BFC5;}
.owl-item:nth-child(4n+3)  .serviceBox .service-icon,
.owl-item:nth-child(4n+3) .serviceBox .service-title{color: #36BFC5;}

.owl-item:nth-child(4n+4) .serviceBox{background-color: #f23d3a;}
.owl-item:nth-child(4n+4) .serviceBox .service-icon,
.owl-item:nth-child(4n+4) .serviceBox .service-title{color: #f23d3a;}

@media only screen and (max-width:990px){
    .owl-item .serviceBox .service-content{padding: 20px 15px 30px;}
}
#ServiceBox .owl-dots {
	margin-top:20px;
	text-align:center;
}
#ServiceBox .owl-dots .owl-dot span {
	background: #5e5f5f;
    opacity: 1;
    transition: all 0.4s ease 0s;
	width:12px;
	height:12px;
	border-radius:6px;
	display:block;
	margin:0 2px;
}
#ServiceBox .owl-dots .owl-dot.active span{
	background: #77a9dd;
	width:22px;
	height:12px;
}