/*imgarea*/
.imgarea {
    max-width: 950px;
    margin: 0 auto;
}
.imgarea .owl-carousel .img-thumbnail,
.imgarea .owl-carousel .img-thumbnail img {
	padding: 0px;
	border-radius: 0px;
	border: 0px;
}
.imgarea .owl-carousel .owl-nav [class*='owl-'] {
	background-color: transparent;
}
.imgarea .owl-carousel.show-nav-hover .owl-nav .owl-prev {
    left: 0;
}
.imgarea .owl-carousel .owl-nav .owl-prev:before {
    content: "\f104";
}
.imgarea .owl-carousel.show-nav-hover .owl-nav .owl-next {
    right: 0;
}
.imgarea .owl-carousel .owl-nav .owl-next:before {
    content: "\f105";
}
@media (min-width:991px){	
	.imgarea .owl-carousel .owl-nav {
		opacity: 0.8;
		top: 45%;
	}
	.imgarea .owl-carousel .owl-nav [class*='owl-'] {
		font-size: 60px;
	}
}
/*accident_01*/
.accident_01 .sec02 {
    background: url(../img/acc_img_bg.jpg) center center no-repeat;
}
/*sec03*/
.accident_01 .sec03 ul {
    margin: 0 -5px;
}
.accident_01 .sec03 ul li {
    padding: 0 5px;
    margin: 5px 0;
}
.accident_01 .sec03 .item h5 {
    background-color: #333;
    padding: 10px 5px;
    color: #fff;
    text-align: center;
}
/*sec04*/
.accident_01 .sec04 {
    background-color: #f9f8f5;
}
.accident_01 .acc_img2 {
    border: 1px solid #ddd;
}
/*sec05*/
.accident_01 .sec05 ul li {
    margin-bottom: 20px;
}
.accident_01 .sec05 ul li img {
    width: 70%;
    border-radius: 100%;
    margin-bottom: 10px;
}
.accident_01 .sec05 ul li p {
    font-weight: 500;
    letter-spacing: -1px;
}
/*sec06*/
.accident_01 .sec06 {
    background-color: #f9f8f5;
}
.accident_01 .sec06 ul li img {
    background-color: #fff;
    width: 200px;
    padding: 30px;
    border-radius: 100%;
    margin-bottom: 10px;
}
@media (max-width:768px){
    .accident_01 .sec06 ul li {
        margin-bottom: 20px;
    }
    .accident_01 .sec06 ul li h4 {
        max-width: 80%;
        margin: 0 auto;
    }
}