@charset "utf-8";
/* CSS Document */
section.heading-page {
	background-image: url(../../images/bg/heading-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 230px;
	padding-bottom: 110px;
	text-align: center;
}
section.heading-page h6 {
	margin-top: 0px;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 1px;
	line-height: 1.7;
}
section.heading-page h2 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
}
section.page {
	background: url("../../images/bg/dark-denim-3.png") #262626;
	padding-top: 140px;
	padding-bottom: 0px;
}
section.page .sub-heading h4 {
	color: #1e1e1e;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: 600;
}

.page-single-item .thumb {
	position: relative;
}
.page-single-item .thumb img {
	width: 100%;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}
.page-single-item .thumb .tag {
	position: absolute;
	left: 20px;
	top: 20px;
}
.page-single-item .thumb .tag span {
	font-size: 16px;
	color: #1f272b;
	font-weight: 600;
	background-color: rgba(250,250,250,0.9);
	padding: 7px 12px;
	border-radius: 10px;
}
.page-single-item .down-content {
	background-color: #fff;
	padding: 40px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
.page-single-item .thumb .date {
	position: absolute;
	background-color: rgba(250,250,250,0.9);
	width: 80px;
	height: 80px;
	text-align: center;
	padding: 15px 0px;
	border-radius: 10px;
	right: 20px;
	top: 20px;
}
.page-single-item .down-content h5 {
	font-size: 18px;
	color: #1f272b;
	font-weight: 700;
	display: block;
	margin-bottom: 15px;
}
.card-title h5 {
	display: inline-block;
	font-size: 18px;
	font-weight: 600px;
}
section.production {
	background-image: url("../../images/bg/rental-bg.jpg");
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 140px 0px;
	margin: 0;
}
section.production .item {
	background: #000;
	text-align: center;
	padding: 0px;
}
.production .owl-nav {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-45px);
}
.production .owl-dots {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin-top: 40px;
}
.production .owl-dots .owl-dot {
	transition: all .5s;
	width: 7px;
	height: 7px;
	background-color: #fff;
	margin: 0px 5px;
	border-radius: 50%;
	outline: none;
}
.production .owl-dots .active {
	width: 24px;
	height: 8px;
	border-radius: 4px;
}
.production .owl-nav .owl-prev{
	margin-right: 10px;
	outline: none;
	position: absolute;
	left: -80px;
}
.production .owl-nav .owl-prev span,
.production .owl-nav .owl-next span {
	opacity: 0;
}
.production .owl-nav .owl-prev:before {
	display: inline-block;
	font-family: 'icomoon';
	color: #1e1e1e;
	font-size: 25px;
	font-weight: 700;
	content: '\f104';
	background-color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 50px;
}
.production .owl-nav .owl-prev {
	opacity: 1;
	transition: all .5s;
}
.production .owl-nav .owl-prev:hover {
	opacity: 0.9;
}
.production .owl-nav .owl-next {
	opacity: 1;
	transition: all .5s;
}
.production .owl-nav .owl-next:hover {
	opacity: 0.9;
}
.production .owl-nav .owl-next{
	margin-left: 10px;
	outline: none;
	position: absolute;
	right: -85px;
}
.production .owl-nav .owl-next:before {
	display: inline-block;
	font-family: 'icomoon';
	color: #1e1e1e;
	font-size: 25px;
	font-weight: 700;
	content: '\f105';
	background-color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 50px;
}
.icon {
	display: inline-block;
	width: 80px;
	height: 80px;
	color: #FFD700;
	line-height: 80px;
	border-radius: 40px;
	border: 1px double #FFD700;
	font-size: 20px;
	text-align: center;
	margin-bottom: 10px;
}
.icon.icon-lg {
	font-size: 30px;
	border-width: 2px;
}

/* --responsive-- */
@media (max-width: 1300px) {
	.production .owl-nav .owl-next{
		right: -30px;
	}
	.production .owl-nav .owl-prev{
		left: -25px;
	}
}
@media (max-width: 1200px) {
	.production .owl-nav .owl-next{
		right: -70px;
	}
	.production .owl-nav .owl-prev{
		left: -65px;
	}
}
@media (max-width: 1085px) {
	.production .owl-nav .owl-next{
		right: -30px;
	}
	.production .owl-nav .owl-prev{
		left: -25px;
	}
}
@media (max-width: 1005px) {
	.production .owl-nav .owl-next{
		display: none;
	}
	.production .owl-nav .owl-prev{
		display: none;
	}
}
@media (max-width: 767px) {
	section.heading-page h2 {
	font-size: 24px;
	font-weight: 700;
}

}