.full-carousel-wrapper.owl-theme .owl-controls {
	margin-top: 0;
}

.full-carousel-wrapper .carousel-item {
	min-height: 75vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.container-fluid {
	position: relative;
	z-index: 2;
}

.content-block2 .carousel-item {
	position: relative;
	overflow: hidden;
}

.content-block2 .block-thumb-wrap {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.content-block2 .content-block-thumb {
	height: 40vh;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.content-block2 .content-block-thumb:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.content-block2 .content-block-detail {
	height:30vh;
	overflow:hidden;
	padding: 25px;
	background-color: rgb(225,225,225);
}

.content-block2 .content-block-detail h3 {
	position: relative;
	font-size: 1.6em;
	font-weight: 500;
	line-height: 1.4em;
	color: #020202;
	text-transform: uppercase;
	margin: 0 0 30px;
	padding: 0 0 10px;
	border-bottom: #020202 solid 1px;
}

.content-block2 .content-block-detail h3:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	margin-bottom: -1px;
	width: 60px;
	height: 2px;
	background-color: #FF0000;
	display:none;
}

.content-block2 .content-block-detail .item-list-description {
	margin: 0 0 30px;
	color:#020202;
	height:63px;
	overflow:hidden;
}

.content-block2 .content-block-detail .read-more {
	position: relative;
	float: left;
	color: #020202;
	text-decoration: none;
	padding: 0 17px 0 0;
	
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	
	border:1px solid #333;
	border-radius:5px;
	padding:1px 15px;
}
.content-block2 .content-block-detail .read-more:after {
	position: absolute;
	font-family: FontAwesome;
	content: '\f105';
	color: #020202;
	font-size: 20px;
	top: 0;
	right: 4px;
	margin-top: -6px;
	
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.content-block2 .carousel-item.dark .content-block-detail .read-more {
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.content-block2 .carousel-item.dark .content-block-detail .read-more:after {
	color: #020202;
	
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}


.top-triangle {
	position: absolute;
	bottom:0;
	left: 0;
	width: 0;
	height: 0;
	margin-top: -88px;
	border-style: solid;
	
	border-top-width: 0;
	border-right-width: 100vw;
	border-bottom-width: 160px;
	border-left-width: 0;
    border-bottom-color: rgb(225,225,225);
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
}
.content-block2 .carousel-item.dark .content-block-detail{background-color: rgb(255,255,255);}
.content-block2 .carousel-item.dark .top-triangle{border-bottom-color: rgb(255,255,255);border-left-width: 100.5vw;}

@media (min-width: 720px) {
	.top-triangle {
		border-right-width: 50vw;
	}
	.content-block2 .carousel-item.dark .top-triangle{border-left-width:50vw;}
}

@media (min-width: 960px) {
	.top-triangle {
		border-right-width: 25vw;
	}
	.content-block2 .carousel-item.dark .top-triangle{border-left-width: 25vw;}
}

@media (min-width: 1200px) {
	.top-triangle {
		border-right-width: 25vw;
	}
	.content-block2 .carousel-item.dark .top-triangle{border-left-width: 25vw;}
}

.full-carousel-wrapper .carousel-inner {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	z-index: 2;
}

.carousel-block-title h1 {
	font-size: 2.5714em;
	font-weight: 800;
	color: #474747;
	text-transform: uppercase;
	line-height: 1.2em;
	padding: 0 30px;
	margin: 0;
}

.carousel-block-title div {
	position: relative;
	width: 10px;
	height: 10px;
	top: 28px;
	left: 50%;
	margin-left: -5px;
	border-radius: 50%;
	background-color: rgba(33,33,33,0.5);
}

.carousel-block-title div:before,
.carousel-block-title div:after {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	top: 0;
	border-radius: 50%;
	background-color: rgba(33,33,33,0.5);
}

.dark .carousel-block-title h1 {
	color: #fff;
}

.dark .carousel-block-title div,
.dark .carousel-block-title div:before,
.dark .carousel-block-title div:after {
	background-color: rgba(255,255,255,0.5);
}

.carousel-block-title div:before {
	left: 0;
	margin-left: -20px;
}

.carousel-block-title div:after {
	right: 0;
	margin-right: -20px;
}

.carousel-nav {
	position: absolute;
	right: 15px;
	bottom: 0;
	z-index: 2;
}

.carousel-nav .btn {
	width: 47px;
	height: 47px;
	text-align: center;
	background-color: #212121;
	font-size: 18px;
	line-height: 47px;
	color: #a7a7a7;
	cursor: pointer;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.carousel-nav .btn:hover {
	color: #fff;
	background-color: #474747;
}

.carousel-nav .btn.prev {
	float: left;
}

.carousel-nav .btn.next {
	float: right;
}
.fit-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
@media (min-width: 480px) {
	.about-us-element i {
		font-size: 170px;
	}
	
	.carousel-block-title h1 {
		font-size: 3.5714em;
	}
	
	.services-panel3 .carousel-block-title h1 {
		padding: 0 40px;
	}
	
	.full-carousel-wrapper  .service-item .box-icon {
		margin: 0;
	}
	
	.full-carousel-wrapper  .service-item .item-list-description {
		margin: 0 0 40px;
	}
	
	.content-block2 .content-block-detail {
		padding: 45px 30px;
	}
	
	.content-block2 .content-block-detail .read-more {
		float: right;
	}
	
	.content-block3.text-left .text-block,
	.content-block3.text-right .text-block {
		padding: 60px 50px;
	}
	
	.portfolio-panel3 .portfolio-tabs-detail .item-list-description {
		margin: 0 0 44px;
	}
	
	h2.featured-area-title,
	h1.page-title,
	.overlay-title h1 {
		font-size: 2.8571em;
	}
	
	.featured-area-subtitle {
		font-size: 1.2857em;
	}
	
	.post-author {
		display: table;
	}
	
	.post-author-avatar {
		display: table-cell;
		vertical-align: top;
		width: 124px;
	}
	
	.post-author-detail {
		display: table-cell;
		vertical-align: top;
		padding: 0 0 0 30px;
	}
}

@media (max-width: 480px) {
	.top-triangle{margin-top:-79px;}
}
.content-block2 .carousel-item:hover .content-block-detail h3,
.content-block2 .carousel-item:hover .content-block-detail .read-more,
.content-block2 .carousel-item:hover .content-block-detail .read-more:after{color:#FF0000;}
.content-block2 .carousel-item:hover .content-block-detail .read-more{border:1px solid #FF0000;}
.content-block2 .carousel-item:hover .content-block-detail h3:before{display:block;}
.content-block2 .content-block-detail h3 span{display:inline-block;}
.f-12{font-size:12px;}
.content-block2 .content-block-detail h3 .name{margin-right:10px;}