
.section-title hr {
	border-color : #FCAC45;
	border-width : 4px;
	width        : 60px;
	float        : left;
	clear        : both;
}

.section-title.center .line {
	border-top : 4px solid #FCAC45;
	height     : 10px;
	width      : 60px;
	text-align : center;
	margin     : 0 auto;
	margin-top : 20px;
}

.section-title.center hr {
	border-top : 4px solid rgba(252, 172, 69, 0.34);
	width      : 40px;
	text-align : center;
	margin-top : 10px;
	position   : relative;
	left       : 17%;
}

.owl-theme .owl-controls .owl-page span {
	display               : block;
	width                 : 10px;
	height                : 10px;
	margin                : 5px 7px;
	filter                : Alpha(Opacity=1);
	opacity               : 1;
	-webkit-border-radius : 0;
	-moz-border-radius    : 20px;
	border-radius         : 0;
	background            : #FFF;
	transition            : all 0.5s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter     : Alpha(Opacity=100);
	opacity    : 1;
	background : #FCAC45;
}
.owl-theme .owl-controls .owl-page.active span {
	background : #FCAC45;
}

/* Clients Section */
#tf-clients {
	background            : url(../images/04.jpg);
	background-size       : cover;
	background-position   : center;
	background-attachment : fixed;
	background-repeat     : no-repeat;
	color                 : #FFF;
}

#tf-clients .overlay {
	background            : -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%); /* FF3.6+ */
	background            : -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(17%, rgba(0, 0, 0, 0.73)), color-stop(35%, rgba(0, 0, 0, 0.66)), color-stop(62%, rgba(0, 0, 0, 0.55)), color-stop(100%, rgba(0, 0, 0, 0.4))); /* Chrome,Safari4+ */
	background            : -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%); /* Chrome10+,Safari5.1+ */
	background            : -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%); /* Opera 11.10+ */
	background            : -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%); /* IE10+ */
	background            : linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%); /* W3C */
	filter                : progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#66000000', GradientType=0); /* IE6-9 */
	padding               : 80px 0;
	background-attachment : fixed;
}

#clients .item {
	padding    : 0;
	margin     : 35px;
	color      : #FFF;
	text-align : center;
}
#imgLogo {

	height    : 70px;
	min-width : 170px;
	@media (max-width : 1200px) {
		height    : 76px;
		min-width : 136px;
	}
	@media (max-width : 1000px) {
		height    : 70px;
		min-width : 170px;
	}
}

.nav-link {
	@media (max-width : 1005px) {
		font-size : 0.9rem !important;
	}
	@media (max-width : 840px) {
		font-size : 0.8rem !important;
	}

}

.carousel-item {
	/*background-size     : contain; */
	/*background-repeat   : no-repeat;*/
	/*background-position : center; */
}

.cp {
	font-size : 14px !important;

	@media (max-width : 786px) {
		font-size : 12px !important;
	}

	@media (max-width : 576px) {
		font-size : 10px !important;
	}

}

