@import "includes/rev-slider/css/settings.css";
@import "includes/rev-slider/css/navigation.css";
@import "includes/rev-slider/css/layers.css"; 
@import "assets/css/animate.css";

@media only screen and (max-width: 575px) {
	.titleTextWrap {
		width: 35%;
	}
	.forcefullwidth_wrapper_tp_banner, .rev_slider_wrapper, #rev-slider1 {
		height: 500px !important;
	}
	.row-news-1 .text-wrap {
		min-height: 322px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 1049px) {
	.titleTextWrap {
		width: 20%;
	}
	.forcefullwidth_wrapper_tp_banner, .rev_slider_wrapper, #rev-slider1 {
		height: 700px !important;
	}
}

@media only screen and (min-width: 1050px) {
	.titleTextWrap {
		width: 20%;
	}
	.forcefullwidth_wrapper_tp_banner, .rev_slider_wrapper, #rev-slider1 {
		height: 700px !important;
	}
	#prodTech .owl-nav {
		display: none;
	}
	.wprt-content-box.style-1 {
		margin-top: 100px;
	}
} 

.titleTextWrap {
	background-color: rgba(119, 136, 145, 0.8);
	margin: 0 auto !important;
	padding: 10px !important;
	-moz-border-radius: 100px / 50px;
	-webkit-border-radius: 100px / 50px;
	border-radius: 100px / 50px;
}

.wprt-content-box.style-1 {
	min-height: 400px;
	padding-bottom: 20px !important
}

.wprt-icon-box {
	margin-top: 10px;
	margin-bottom: 5px;
}

#prodTech { 
	margin:25px; 
}

#prodTechContainer { 
	background-color:#788993 
}

#prodTechContainer .col-xs-12 h2 {
	font-size: 30px;
} 

.project-item-text { 
	text-align: center;
}

.news-start .owl-item, .news-start .news-item {
	height: 680px !important;
}

.rev_slider_wrapper ul {
	margin: 0;
}

.tparrows.custom {
	background-color: rgba(0, 0, 0, 0.1);
	width: 60px;
	height: 80px;
	-webkit-transition: background .238s;
	transition: background .238s;
}

.tparrows.custom:hover {
	background-color: #778891;
}

.custom.tparrows.tp-leftarrow:before,
.custom.tparrows.tp-rightarrow:before {
	content: "";
	font-size: 32px;
	line-height: 80px;
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	top: 0;
	text-indent: 0;
	width: 100%;
	height: 100%;
}

.custom.tparrows.tp-leftarrow:before {
	content: "\f104";
}

.custom.tparrows.tp-rightarrow:before {
	content: "\f105";
}

.text-white {
	color: #fff !important;
}

embed,
iframe,
object,
video { 
	margin-bottom: 20px; 
	max-width: 100%; 
	vertical-align: middle; }
p > embed,
p > iframe,
p > object,
p > video { margin-bottom: 0; }