/*common*/
.btn-basic{
	border-color: #cacaca #b8b8b8 #9d9d9d !important;
    background-color: rgba(248, 248, 248, 0.4) !important;
    color: #868686 !important;
    background: linear-gradient(#fff,rgba(248, 248, 248, 0.4));
}
.text-color-dark{
	color: #585858;
}
.text-color-theme{
	color: #08c
}
.owl-dots {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.line-height27 {
	line-height: 27px;
}
.hide {
	display: none;
}
.divider-small-left{
	float: left;
}
@media only screen and (max-width: 766px) {
	.divider {
		display: none;
	}
	.mobile-hide {
		display: none;
	}
}
@media only screen and (max-width: 992px) {
	.mobile-mb15 {
		margin-bottom: 15px;
	}
}

/*service03*/
#service_03  .box-shadow-custom {
    box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.33);
}
#service_03 .lead {
    font-size: 20px;
}
#service_03 .thumb-info-side-image-custom {
    border: 0 none;
    color: #777;
    margin: 0 0 35px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#service_03 .thumb-info-side-image .thumb-info-side-image-wrapper {
    margin-right: 0px; 
}
#service_03 .thumb-info img {
	border-radius: 0;
}
#service_03 .thumb-info-side-image-custom:hover {
    box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.33) !important;
}
#service_03 .thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-caption {
    padding: 0 10px;
    display: block;
    clear: both;
}
#service_03 .thumb-info-caption .thumb-info-caption-text, .thumb-info-caption p {
    font-size: 0.9em;
    line-height: 28px;
    margin: 0 0;
    padding: 0px;
    display: block;
}
#service_03 .thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-caption h4 {
    margin: 3px 0 0;
    padding: 0;
}
#service_03 .thumb-info-side-image-custom .thumb-info-side-image-wrapper {
    padding: 0;
    margin-right: 30px;
}
#service_03 .thumb-info {
     border-radius: 0px; 
}
#service_03 .thumb-info-side-image-custom .thumb-info-caption {
    text-align: left;
}
#service_03 .thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-caption h4 {
    margin: 3px 0;
    padding: 0;
}
#service_03 .thumb-info-side-image .thumb-info-caption .thumb-info-caption-text {
    padding: 17px;
}
@media only screen and (max-width: 766px) {
	#service_03 .thumb-info-side-image .thumb-info-caption .thumb-info-caption-text {
    padding: 3px;
}
}