/*  */
.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: 0.6s;
	transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}
.carousel-caption {
	height: calc(100% - 40px);
}

/* service */
.service {
	background: url(../images/bg1.jpg) repeat-x center bottom #fff;
	padding: 10px 0 175px;
	color: #333;
}
.service p {
	margin: 0 0 30px;
}
.service .slick-item {
	padding: 10px 0px;
}
.service a {
	width: 345px;
	height: 345px;
	margin: 0 auto;
	text-align: center;
	font-size: 44px;
	line-height: 1.1;
	color: #fff;
	position: relative;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.service a:before,
.service a:after {
	content: '';
	width: 100%;
	height: 100%;
	border: 1px solid #981818;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
}
.service a:before {
	bottom: 10px;
	left: 5px;
}
.service a:after {
	bottom: -5px;
	left: 10px;
}
.service a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.service a > div:after {
	content: '';
	top: 0;
	left: 0;
	z-index: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .25);
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.service a > div > span {
	position: relative;
	z-index: 1;
}
.bnr1 {
	background: url(../images/c1.png) no-repeat center / cover;
}
.bnr2 {
	background: url(../images/c2.png) no-repeat center / cover;
}
.bnr3 {
	background: url(../images/c3.png) no-repeat center / cover;
}
.bnr4 {
	background: url(../images/c2.png) no-repeat center / cover;
}
.bnr5 {
	background: url(../images/c3.png) no-repeat center / cover;
}
@media screen and (max-width: 767px) {
	.service {
		padding-top: 30px;
	}
	.service p {
		margin: 0 0 20px;
	}
	.service a {
		width: 250px;
		height: 250px;
		font-size: 34px;
	}
}
/* slick */
.slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px 0 0;
}
.slick-dots li {
	width: 8px;
	height: 8px;
	border-radius: 4px;
	margin: 0 5px;
	background-color: #ddd;
	position: relative;
	list-style: none;
}
.slick-dots li.slick-active {
	width: 30px;
	background-color: #b60000;
}
.slick-dots li button {
	opacity: 0;
}
/* why */
.why {
	background: url(../images/bg2.jpg) no-repeat center / cover;
	padding: 70px 0;
}
.why-us {
	max-width: 720px;
	line-height: 1.8;
}
.why ul {
	margin: 0 0 10px 20px;
}
@media screen and (max-width: 767px) {
	.why {
		padding: 40px 0;
	}
}
/* testimonials */
.testimonials {
	background: url(../images/bg3.jpg) repeat-x center top;
	padding: 10px 0 50px;
}
.testimonials-in {
	background-color: rgba(255, 255, 255, 0.4);
	color: #333;
	margin: 0 10px;
	border-radius: 5px;
	padding: 30px 25px;
	transition: 0.3s;
}

.testimonials dt {
	margin: 18px 0 20px;
	font-weight: 500;
}
.testimonials dd {
	font-size: 14px;
}
.testimonials .slick-item {
	width: 440px;
}
.testimonials .slick-current .testimonials-in {
	background-color: #fff;
}
@media screen and (max-width: 767px) {
	.testimonials {
		padding: 30px 0;
	}
	.testimonials p {
		margin: 0 0 20px;
	}
	.testimonials-in {
		margin: 0;
		padding: 20px;
	}
	.testimonials .photo img {
		width: 150px;
		height: 150px;
		border-radius: 50%;
	}
	.testimonials dt {
		margin: 10px 0 15px;
	}
	.testimonials .slick-item {
		width: 100%;
	}
}
/* gallery */
.gallery {
	padding: 0 0 40px;
}
.gallery h2 {
	margin: 0 0 30px;
}

.mask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-position: center;
	background-size: cover;
	transition: 0.3s;
}
.gallery-grid a:hover .mask {
	transform: scale(1.1);
}
.gallery__mask-inner {
	background-color: rgba(0, 0, 0, 0.65);
	transition: 0.3s;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
	opacity: 0;
	visibility: hidden;
}
.gallery-grid a:hover .gallery__mask-inner {
	opacity: 1;
	visibility: visible;
}
.gallery__mask-inner .icon-search-plus {
	width: 40px;
	height: 40px;
	font-size: 22px;
	line-height: 40px;
	margin: 0px auto 10px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #b60000;
	color: #fff;
	text-align: center;
}
.gallery__mask-inner span {
	font-size: 18px;
	text-align: center;
	font-weight: 500;
	display: block;
}
@media screen and (min-width: 768px) {
	.gallery-grid ul.gallery-grid1 {
		width: calc(33.33% - 10px);
	}
	.gallery-grid ul.gallery-grid1 li {
		margin: 0 0 20px;
	}
	.gallery-grid ul.gallery-grid1 li:last-child {
		margin: 0;
	}
	.gallery-grid ul.gallery-grid2 {
		width: calc(66.67% - 10px);
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(3, 1fr);
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}
	.gallery-grid ul.gallery-grid2 li:nth-child(1) {
		grid-area: 1 / 1 / 4 / 2;
	}
	.gallery-grid ul.gallery-grid2 li:nth-child(2) {
		grid-area: 1 / 2 / 2 / 3;
	}
	.gallery-grid ul.gallery-grid2 li:nth-child(3) {
		grid-area: 2 / 2 / 3 / 3;
	}
	.gallery-grid ul.gallery-grid2 li:nth-child(4) {
		grid-area: 3 / 2 / 4 / 3;
	}
}
@media (min-width: 767px) and (max-width: 992px) {
	.gallery-grid ul.gallery-grid1 {
		width: calc(33.33% - 5px);
	}
	.gallery-grid ul.gallery-grid1 li {
		margin: 0 0 10px;
	}
	.gallery-grid ul.gallery-grid1 li:last-child {
		margin: 0;
	}
	.gallery-grid ul.gallery-grid2 {
		width: calc(66.67% - 5px);
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}
}
@media screen and (max-width: 767px) {
	.gallery {
		padding: 40px 0;
	}
	.gallery-grid ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 0 20px;
	}
	.gallery-grid li {
		width: 49%;
		margin: 0 0 2%;
	}
	.gallery-grid li img {
		display: none;
	}
	.gallery-grid a {
		padding-top: 100%;
	}
}
