<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
| ----------------------------------------------------------------------------------------------
| HOME PAGE IE8  Fixed
| ----------------------------------------------------------------------------------------------
*/


.ie8 .page-header {
	background: none repeat scroll 0 0 #001E40 !important;
}
.ie8 #home {
	display:block !important;
}
.ie8 .onepage section {
	display:none !important;
}
.ie8 #main-menu li {
	display:none !important;
}
.ie8 #main-menu li.first, .ie8 #main-menu li.last {
	display:block !important;
}
.ie8 #searchform .icon-search {
	background:none !important;
}
/*
| ----------------------------------------------------------------------------------------------
| General &amp; helper styles
| ----------------------------------------------------------------------------------------------
*/

html {
	font-size: 100%;
}
body {
	font-family: 'Play', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.555;
	-webkit-font-smoothing: antialiased;
	color: #777777;
}
* {
	outline:none !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family:'Play', sans-serif;
	color:#000;
}
[class*="space"] {
width: 100%;
float: left;
}
.space10 {
	height: 10px;
}
.space20 {
	height: 20px;
}
.space30 {
	height: 30px;
}
.space40 {
	height: 40px;
}
.space50 {
	height: 50px;
}
.space60 {
	height: 60px;
}
.relative {
	position: relative;
}
.unstyled {
	list-style: none;
	padding: 0;
	margin: 0;
}
.img, .img img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
input[type="color"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"], textarea, select {
	background: #F2F2F1;
	border: medium none;
	box-shadow: none;
	color: #777777;
	font-size: 14px;
	padding: 10px 20px;
	font-size: 14px;
}
label.placeholder {
	position: absolute;
	top: 0;
	left: 0;
	cursor: text;
	padding: 14px 25px;
	font-weight: normal;
}
.form-group .required:after {
	content: '*';
	margin-left: 5px;
	color: #ff1c32;
}
.placeholder.hide-label {
	display: none;
}
*, *:focus, *:active {
	outline: none;
}
#loading-mask {
	background: #fff;
	height: 100%;
	left: 0;
	opacity: 1;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 999999999;
}
.loading-img {
	height: 100%;
	left: 0;
	position: fixed;
	top: 50%;
	width: 100%;
}
.videoplayer {
	border: 0;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16/9 ratio */
	padding-top: 30px; /* IE6 workaround*/
	height: 0;
	overflow: hidden;
}
.video-container .videoplayer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.page-img {
	clear: both;
	display: inline-block;
	height: 85px;
	margin-top: 70px;
	position: relative;
	width: 100%;
}
.page-img h3 {
	color: #FFFFFF;
	font-size: 36px;
	margin-top: 23px;
}
/*
| ----------------------------------------------------------------------------------------------
| Typography
| ----------------------------------------------------------------------------------------------
*/
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	margin: 0 0 20px 0;
}
h1 {
	font-size: 40px;
	line-height: 30px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 16px;
}
.text-light {
	font-weight: 300;
}
.text-regular {
	font-weight: 400;
}
.text-bold {
	font-weight: 700;
}
.uppercase {
	text-transform: uppercase;
}
p:last-child {
	margin: 0;
}
/*
| ----------------------------------------------------------------------------------------------
| Links
| ----------------------------------------------------------------------------------------------
*/
a, a:hover {
	text-decoration: none;
}
a {
	color: #777777;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
a:hover {
	text-decoration:underline;
}
/*
| ----------------------------------------------------------------------------------------------
| Header
| ----------------------------------------------------------------------------------------------
*/


.top-bar {
	background: none repeat scroll 0 0 #444444;
	display: inline-block;
	float: none;
  font-size: 12px;
	left: 0;
	margin: 0;
	padding: 15px 0;
	position: relative;
	width: 100%;
	z-index: 1;
}
.top-bar a {
	color:#fff;

}
.top-bar a:hover {
	color:#d2583e;
}
.social a {
	display:inline-block;
	margin:0 8px;
			font-size: 15px;
}
.social i {
	color:#999999;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.social i:hover {
	color:#d2583e;
}
.page-header {
	width: 100%;
	padding: 20px 0;
	margin: 0;
	border: 0;
	z-index: 777;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.onepage .page-header {
	background: none repeat scroll 0 0 #172330;
	position: absolute;
	top: 44px;
}
.sticky.page-header {
	position: fixed;
	top: 0px;
}
.sticky-header .page-header.sticky {
	background: rgba( 23, 35, 48, 0.9);
}
.inner-page.sticky-header .page-header {
	background: rgba( 23, 35, 48, 0.9);
}
.page-header.sticky .row {
	margin-top: 8px;
}
.page-header .logo {
	margin-top: 1px;
	float: left;
}
.page-header .logo a {
	display: block;
}
.page-header .menu {
	padding: 0;
	margin: 0;
	list-style: none;
	text-transform:uppercase;
}
.main-menu {
	float: right;
}
.main-menu ul {
	display: none;
	position: absolute;
	width: 180px;
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	background:none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
}
.main-menu li {
	position: relative;
}
.main-menu &gt; li {
	float: left;
	margin-left: 10px;
}
.main-menu &gt; li:first-child {
	margin-left: 0;
}
.main-menu ul &gt; li &gt; a {
	padding: 1em 1.25em;
	font-size: 0.75em;
	position: relative;
}
.main-menu ul &gt; li &gt; a:hover {
	left: 7px;
}
.main-menu a {
	color: #FEFEFE;
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.main-menu &gt; li &gt; a {
	padding: 11px 7px;
	text-align: center;
}
.main-menu &gt; li &gt; a:hover, .main-menu &gt; .hover &gt; a {
	color:#d2583e;
}
.main-menu &gt; li.current &gt; a {
	color:#d2583e;
	text-decoration:none;
}
#mobile-menu {
	float: right;
}
.sticky #mobile-menu button {
	background: #D2583E;
}
/*
| ----------------------------------------------------------------------------------------------
| Section
| ----------------------------------------------------------------------------------------------
*/




.section {
	padding: 100px 0;
	line-height:1.333;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover !important;
}
.section-header {
	text-align: center;
	margin-bottom: 30px;
}
.section-header .heading {
	background: none repeat scroll 0 0 #000000;
	color: #FFFFFF;
	display: inline-block;
	font-size: 36px;
	height:60px;
	font-weight: normal;
	padding: 10px 20px;
	position: relative;
	text-transform: uppercase;
	min-width: 50%;
	line-height: 42px;
	border-right:6px solid #D2583E;
	transform-style: flat;
	-webkit-transform-style: flat;
	-moz-transformtransform-style: flat;
	-ms-transform-style: flat;
	transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-webkit-transform: rotate(360deg) scale(1.003) skew(-14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
}
.section-header .heading span {
	display:block;
	transform-style: flat;
	-webkit-transform-style: flat;
	-moz-transformtransform-style: flat;
	-ms-transform-style: flat;
	transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transform: rotate(360deg) scale(1.003) skew(14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
}
.section-header .heading.heading-type2 {
	border-bottom:2px solid #D2583E;
	border-top:2px solid #D2583E;
	border-left:10px solid #000;
	border-right:10px solid #000;
	background: none repeat scroll 0 0 #FFFFFF;
	color: #000000;
	font-size: 22px;
	line-height: 35px;
	position: relative;
	z-index: 444;
	 max-width: 295px !important;
    min-width: 295px !important;
}



.section-header-type2{
	max-width:700px;
}



.section-header .heading.heading-type2:before {
	border-bottom: 1px solid #D2583E;
		border-top: 1px solid #D2583E;
		padding:2px 0;
    content: "";
    display: block;
    left: -70px;
    position: absolute;
    top: 24px;
    width: 60px;
    z-index: 104;
}
.section-header .heading.heading-type2:after {
	 border-bottom: 1px solid #D2583E;
	 border-top: 1px solid #D2583E;
    content: "";
    display: block;
    padding: 2px 0;
    position: absolute;
    right: -70px;
    top: 27px;
    width: 60px;
    z-index: 104;
}
.section-header p {
 color: #777777;
	font-size: 18px;
	font-weight: normal;
}
/*
| ----------------------------------------------------------------------------------------------
| Slider
| ----------------------------------------------------------------------------------------------
*/



#Services2 {
	backface-visibility: hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility: hidden;
	background-repeat:no-repeat;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-moz-background-attachment:fixed;
	-moz-transform: rotate(0deg) scale(1.000) skew(0deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.000) skew(0deg) translate(0px);
	transform: rotate(0deg) scale(1.000) skew(0deg) translate(0px);
	padding: 90px 0 !important;
	height: 600px;
}
.home-slider {
	margin-top: -100px;
	min-height: 800px;
	position: relative;
	width: 100%;
	background:#fff;
}
.slider {
	padding: 0;
	margin: 0;
	list-style: none;
}
.sequence-canvas, .sequence-canvas &gt; li {
	width: 100%;
	height: 100%;
}
.sequence-canvas &gt; li {
	position: absolute;
}
/*
| ----------------------------------------------------------------------------------------------
| Services
| ----------------------------------------------------------------------------------------------
*/



#Services .nav-tabs {
	border:none;
}
#Services .nav-tabs &gt; li.active &gt; a, #Services .list-service li.active span {
	color: #FF1C32;
}
.service {
	text-align: left;
	margin: 30px auto;
	max-width: 300px;
	color:#959595;
}
.service header {
	margin-top: 40px;
}
.service .heading &gt; a {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.service .body p {
	font-size: 0.875em;
	line-height: 1.75em;
}
.service footer {
	margin-top: 30px;
}
.check-list {
	margin: 0;
	padding: 0;
	text-align: left;
}
.check-list li {
	color: #FFFFFF;
	font-size: 15px;
	line-height: 18px;
	list-style: none outside none;
	margin-bottom: 2px;
	overflow: hidden;
}
.check-list li .fa {
	float: left;
	font-size: 20px;
	height: 42px;
	margin-right: 10px;
}
.list-service {
	list-style: none outside none;
	margin-top: 40px;
}
.list-service .nav-tabs li {
	border-top: 1px solid #6A6A6A;
	clear: both;
	color: #959595;
	display: inline-block;
	font-size: 20px;
	margin-bottom: 0;
	padding-top: 0;
	text-align: left;
	width: 100%;
}
.list-service li span {
	color: #FFFFFF;
	font-size: 47px;
	margin-right: 10px;
	position: relative;
	top: 8px;
}
.list-service li a {
	border:none !important;
	padding:0 !important;
	margin:0 !important;
	padding:0 !important;
	background:none !important;
}
.list-service li a .icon-briefcase {
	margin-left:5px;
}
.list-service li a .icon-pie-chart {
	margin-left:-5px;
}
.list-service li a .icon-chemistry {
	font-size: 56px;
}
.list-service h4 {
	color:#fff;
}
#Services2 h3, #Services2.tab-content h4, #Services2 .tab-content h5, #Services2 .tab-content h6 {
	color:#fff;
}
#Services2 .tab-content {
	font-size:15px;
	color:#fff;
}
#Services2 .list-service li a {
	font-size:15px;
	color:#fff;
}
#Services2 .list-service li a:hover {
	color:#D2583E !important;
}
#Services2.tab-content hr {
	border-top:1px solid #6A6A6A;
}
#Services2 .nav-tabs {
	border-bottom:1px solid #6A6A6A;
}
#Services2 .nav-tabs a {
	display: block;
	float: left;
	font-size: 14px !important;
	font-weight: 700;
	margin: 0;
	padding: 45px 0 35px !important;
	text-transform: uppercase;
}
/*
| ----------------------------------------------------------------------------------------------
| About
| ----------------------------------------------------------------------------------------------
*/


#about .nav-tabs li strong {
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	display:block;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
#about .nav-tabs li:hover strong {
	color:#D2583E !important;
}
#about .nav-tabs li {
	color:#777777;
	font-size:14px;
}
/*
| ----------------------------------------------------------------------------------------------
| Facts
| ----------------------------------------------------------------------------------------------
*/

#facts {
}
.section-header-simple {
	text-align:center;
}
.section-header-simple .heading span {
	font-size:30px;
	text-transform:uppercase;
	text-align:center;
}
.section-header-simple * {
	font-size:16px;
	color:#fff;
}
.numbers {
	text-align:center;
}
.numbers li {
	display: inline-block;
	vertical-align: top;
	width: 215px;
	margin: 30px 0 0;
}
.wrap-offer {
	background: none repeat scroll 0 0 #FFFFFF;
	display: block;
	position: relative;
	text-align: center;
	width: 205px;
	transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	transform-style: flat;
	-webkit-transform-style: flat;
	-moz-transformtransform-style: flat;
	-ms-transform-style: flat;
	transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-webkit-transform: rotate(360deg) scale(1.003) skew(-14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
}
.wrap-offer i {
	color: #777777;
	font-size: 95px;
	margin: 0 0 0 -6px;
	position: relative;
	top: -7px;
	z-index: 101;
	display:block;
}
.wrap-offer * {
	transform-style: flat;
	-webkit-transform-style: flat;
	-moz-transformtransform-style: flat;
	-ms-transform-style: flat;
	transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transform: rotate(360deg) scale(1.003) skew(14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
}
.span-title {
	background: none repeat scroll 0 0 #D2583E;
	color: #FFFFFF;
	display: block;
	font-size: 17px;
	left: -18px;
	margin: 0 auto;
	padding: 7px 10px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	top: 10px;
	width: 125px;
}
.numbers li:hover .span-title {
	background:#fff;
	color:#D2583E;
}
.numbers li:hover .wrap-offer:before, .numbers li:hover .wrap-offer:after, .numbers li:hover .wrap-offer {
	background:#D2583E;
	color:#fff;
}
.numbers li:hover .wrap-offer i, .numbers li:hover .offer-name {
	color:#fff;
}
.offer-name {
	bottom: 15px;
	color: #000000;
	font-size: 16px;
	left: 35px;
	position: absolute;
	z-index: 102;
}
/*
| ----------------------------------------------------------------------------------------------
| Portfolio
| ----------------------------------------------------------------------------------------------
*/

.portfolio-filter-wrap {
	height: 48px;
	margin-bottom: 30px;
	overflow: hidden;
}
.portfolio-filter &gt; li {
	display: inline-block;
}
.portfolio-filter &gt; li .btn-primary {
	position:relative;
	border-bottom:3px solid #d2583e;
}
.portfolio-filter .boxshadow .btn:hover {
	background:#ff1c32;
	-webkit-box-shadow: inset 0 -4px 0 rgba(0,0,0,0.3);
	box-shadow: inset 0 -4px 0 rgba(0,0,0,0.3);
}
.portfolio-filter &gt; li .btn-primary:hover a {
	color:#fff;
}
.portfolio-filter a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	line-height: 15px;
	padding: 15px 20px;
	text-transform: uppercase;
}
.portfolio-frame {
	margin: 40px 0 0;
	overflow: hidden;
	width: 100%;
}
.portfolio-slider {
	height: 580px;
	cursor: -webkit-grab;
}
.portfolio-slider:active, .portfolio-slider:focus {
	cursor: -webkit-grabbing;
}
.portfolio-navigation {
	margin: 20px auto 0;
	max-width: 100px;
	position: relative;
}
.portfolio-navigation .slider-direction {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #E8E8E8;
	height: 40px;
	width:40px;
	padding: 12px 0;
	position: absolute;
	text-align: center;
	top: 0;
}
.portfolio-navigation .slider-direction i {
	color:#d2583e;
}
.portfolio-navigation .slider-direction.disabled {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.portfolio-navigation .prev-page {
	left: 0;
}
.portfolio-navigation .next-page {
	right: 0;
}
.portfolio-navigation .pages {
	display: table;
	margin: 0 auto;
	display:none !important;
}
.portfolio-navigation .pages &gt; li {
	float: left;
	margin: 0 5px;
	text-indent: -9999em;
	width: 15px;
	height: 15px;
	background:none repeat scroll 0 0 #EEEEEE;
	cursor: pointer;
}
.portfolio-navigation .pages &gt; .active {
	background: #d2583e;
}
.portfolio-item {
	position: relative;
	margin:0px;
	width: 266px;
	overflow: hidden;
	cursor: default;
}
.portfolio-item .item-thumbnail {
	min-height: 100px;
	overflow: hidden;
	background: #e1e1e1;
}
.portfolio-item .item-thumbnail &gt; a {
	display: block;
}
.portfolio-filter {
	background: none repeat scroll 0 0 #000000;
	color: #FFFFFF;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 1em;
	position: relative;
	text-transform: uppercase;
	border-right:6px solid #D2583E;
	transform-style: flat;
	-webkit-transform-style: flat;
	-moz-transformtransform-style: flat;
	-ms-transform-style: flat;
	transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-webkit-transform: rotate(360deg) scale(1.003) skew(-14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
}
.portfolio-filter a {
	display:block;
	transform-style: flat;
	-webkit-transform-style: flat;
	-moz-transformtransform-style: flat;
	-ms-transform-style: flat;
	transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transform: rotate(360deg) scale(1.003) skew(14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
}
.item-hover .actions {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	border-radius: 0;
	overflow: hidden;
	z-index: 2;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
.portfolio-item:hover .item-hover .actions {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
.item-hover .actions ul &gt; li {
	float: left;
	width: 50%;
}
.item-hover .actions ul &gt; li &gt; a {
	display: block;
	padding: 12px 0 8px 0;
	font-size: 22px;
	text-align: center;
	color: #fff;
	background: #ff1c32;
	border-left: 1px solid #fff;
	border-bottom: 4px solid transparent;
}
.boxshadow .item-hover .actions ul &gt; li &gt; a {
	padding: 12px 0;
	border-bottom: 0;
}
.item-hover .actions ul &gt; li:first-child &gt; a {
	border-left: 0;
}
.item-hover .actions ul &gt; li &gt; a:hover {
	border-bottom-color: #1f9150;
}
.boxshadow .item-hover .actions ul &gt; li &gt; a:hover {
	-webkit-box-shadow: inset 0 -4px 0 rgba(0,0,0,0.3);
	box-shadow: inset 0 -4px 0 rgba(0,0,0,0.3);
}
.portfolio-item .item-hover .details {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 86%;
	padding: 20px 20px 77px 20px;
	background: rgba( 0, 0, 0, 0.6);
	color: #fff;
	border-radius: 2px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.35s 0.05s;
	-moz-transition: opacity 0.35s 0.05s;
	transition: opacity 0.35s 0.05s;
}
.portfolio-item:hover .item-hover .details {
	opacity: 1;
	filter: alpha(opacity=100);
}
.item-hover .details &gt; .table {
	display: table;
	width: 100%;
	height: 100%;
}
.table &gt; .vertical-center {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.detail-item {
	color: #FFFFFF;
	font-size: 20px;
	line-height:20px;
	left: -25px;
	margin: 32px 0 10px;
	padding: 5px 15px;
	position: relative;
	text-transform: uppercase;
}
.detail-item li {
	display:inline-block;
}
.item-hover .vertical-center .btn {
	background: none repeat scroll 0 0 #D2583E;
	border-radius: 4px;
	color: #FFFFFF;
	padding: 3px 15px;
	text-transform: uppercase;
}
.item-hover .vertical-center .btn:hover {
	opacity:0.8;
}
.portfolio-frame {
	margin: 0 auto;
	overflow: auto;
	padding: 0;
	width: 100%;
}
#portfolio .sly_scrollbar {
	margin: -40px auto 30px;
	max-width: 1600px;
}
.portfolio-slider {
	max-width: 5600px;
}
.car-title {
	background:#eeeeee;
	padding:10px 20px;
	font-size:16px;
	color:#000;
	transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.portfolio-item:hover .car-title {
	background:none repeat scroll 0 0 #D2583E;
	color:#fff;
}
/*
| ----------------------------------------------------------------------------------------------
| Our Team
| ----------------------------------------------------------------------------------------------
*/




#our-team .sly_scrollbar {
	margin: 30px auto;
	max-width: 1600px;
}
.team-slider {
	margin:0;
	padding:0;
}
.team-frame {
	margin: 0 auto;
	overflow: auto;
	padding: 0;
	width: 100%;
}
.team-slider li {
	display: inline-block;
	float: left;
	margin: 0 15px;
	position: relative;
	vertical-align: top;
	width: 272px;
}


.team-slider .avatar-team{
	position:relative;
}


.team-slider li:hover .avatar-team:after{
	display:block ;

}

.team-slider .avatar-team:after{

    background: rgba( 0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	display:none;
	
}

.team-member .heading {
	font-size: 20px;
	font-weight: 400;
	margin: 20px 0 10px;
	text-align: center;
	text-transform: uppercase;
}
.team-member .sub-heading {
	color: #D2583E;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	text-align: center;
	margin-bottom:10px;
}
.team-member .social {
	display: table;
	margin: 0 auto;
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
}
.team-member .social &gt; li {
	display: inline-block;
	margin-right: -4px;
}
.team-member .social &gt; li &gt; a {
	border: 2px solid #FFFFFF;
	border-radius: 100px;
	color: #FFFFFF;
	display: block;
	font-size: 1.125em;
	line-height: 1;
	margin: 0 6px;
	padding: 13px 14px;
}
.team-member .social &gt; li &gt; a:hover {
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
	color: #FF1C32;
}
.team-member .desc-det {
 height: 118px;
    margin-bottom: 20px;
    padding-top: 8px;
    text-align: center;
}
.team-member .details {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px 20px 25px;
	background: #ff1c32;
	color: #fff;
	border-radius: 2px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.35s 0.05s;
	-moz-transition: opacity 0.35s 0.05s;
	transition: opacity 0.35s 0.05s;
}
.team-member:hover .details {
	opacity: 1;
	filter: alpha(opacity=100);
}
.progress-section {
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    display: block;
    margin: 30px 0;
    padding: 22px 0;
}
.progress-section .level-skill {
	display: inline-block;
	width: 70px;
}
.progress-section .progress-bar {
	background: none repeat scroll 0 0 #BBBBBB;
	display: inline-block;
	float: none;
	height: 17px;
	margin: 0 0 0 7px;
	position: relative;
	top: 3px;
	width: 186px;
}
.progress-section .progress {
	background: none repeat scroll 0 0 #D2583E;
	float: left;
	height: 17px;
	width: 80px;
	-webkit-animation: stretch 5s infinite linear;
	animation: stretch 5s infinite linear;
}
progress-bar .row {
	height: 10px;
	width: 270px;
	float: left;
	display: inherit;
	-webkit-animation: squeeze 5s infinite linear;
	animation: stretch 5s infinite linear;
}
 @keyframes stretch {
 0% {
width: 100px;
}
 25% {
width: 130px;
}
 50% {
width: 180px;
}
 75% {
width: 140px;
}
 100% {
width: 100px;
}
}
@keyframes squeeze {
 0% {
width: 170px;
}
 25% {
width: 120px;
}
 50% {
width: 140px;
}
 75% {
width: 170px;
}
 100% {
width: 180px;
}
}
.social-team {
   display: inline-block;
    margin-top: 55px;
}
.social-team li {
	border: 1px solid #EEEEEE;
	display: inline-block;
	float: left;
	height: 46px;
	line-height: 30px;
	margin: 10px !important;
	padding: 10px;
	width: auto !important;
}
.social-team li:hover {
	background:#d2583e;
	transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
}
.social-team li:hover i {
	color:#fff;
}
/*========== Shop Product Animation ==========*/



.avatar {
	transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.avatar {
	-webkit-transform: rotateY(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-transform: rotateY(0deg) rotateY(0deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
}
.avatar {
	-webkit-transform: rotateY(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-transform: rotateY(0deg) rotateY(0deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
}
.avatar {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}
.team-member:hover .avatar {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}
.team-member:hover .avatar {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
}
.team-member:hover .avatar {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}
.team-member .details, .team-member .details {
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.team-member .details {
	-webkit-transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-transform: rotateY(-180deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
}
.team-member .details {
	-webkit-transform: rotateY(180deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-transform: rotateY(180deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
}
.team-member .details {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}
.team-member:hover .details, .team-member:hover .details {
	z-index:10;
	position:absolute;
	-webkit-transform: rotateY(0deg) rotateY(0deg);
	-moz-transform: rotateY(0deg) rotateY(0deg);
}
.team-member:hover .details {
	z-index:10;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}
/*
| ----------------------------------------------------------------------------------------------
| Clients
| ----------------------------------------------------------------------------------------------
*/

#our-clients table {
	margin:0 auto;
}
#our-clients td {
 padding: 0 35px;
    text-align: center;
}
#our-clients td a {
	display: block;
}
/*
| ----------------------------------------------------------------------------------------------
| Reviews
| ----------------------------------------------------------------------------------------------
*/



#our-reviews {
}
.review-slider li {
	border: 1px solid #DDDDDD;
	display: inline-block;
	float: left;
	list-style: none outside none;
	margin: 0 10px 60px;
	padding:0;
	position: relative;
	vertical-align: top;
	width: 550px;
}
#our-reviews .avatar-review {
	float: left;
	height: auto;
	max-width: 170px;
	position:relative;
}
#our-reviews .avatar-review img {
	width:100%;
	height:auto;
}


.team-member:hover .avatar-review:after{
	display:block !important;

}

#our-reviews .avatar-review:after{

    background: rgba( 0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	display:none ;
	
}



.details-review {
   background: url("../img/qt.png") no-repeat scroll 8% 10% rgba(0, 0, 0, 0);
    float: left;
    height: 170px;
    padding: 8% 5% 5%;
    position: relative;
    text-align: left;
    width: 66%;
}
.details-review * {
	text-align:left !important;
}
.review-autor {
	border-top: 10px solid #D2583E;
	bottom: -55px;
	position: absolute;
	right: 10px;
	text-align: center;
	width: 100px;
}
.review-autor:before {
	background: none repeat scroll 0 0 #D2583E;
	color: #FF1C32;
	content: "";
	display: block;
	height: 3px;
	left: -6px;
	padding: 5px;
	position: absolute;
	top: -10px;
 -webkit- transform: rotate(0deg) scale(1.01) skew(-17deg) translate(0px);
 -moz- transform: rotate(0deg) scale(1.01) skew(-17deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.01) skew(-17deg) translate(0px);
	transform: rotate(0deg) scale(1.01) skew(-17deg) translate(0px);
	width: 15px;
	z-index: 999;
}
.review-autor:after {
	background: none repeat scroll 0 0 #D2583E;
	color: #FF1C32;
	content: "";
	display: block;
	height: 3px;
	right: -6px;
	padding: 5px;
	position: absolute;
	top: -10px;
 -webkit- transform: rotate(0deg) scale(1.01) skew(-17deg) translate(0px);
 -moz- transform: rotate(0deg) scale(1.01) skew(-17deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.01) skew(-17deg) translate(0px);
	transform: rotate(0deg) scale(1.01) skew(-17deg) translate(0px);
	width: 15px;
	z-index: 999;
}
.review-autor .heading {
	font-size: 14px;
	margin: 10px 0 5px;
	padding:0;
	text-align:center !important;
}
.review-autor .sub-heading {
	color:#777777;
	font-size:12px;
	margin:0;
	text-align:center !important;
	padding:0;
}
/*
| ----------------------------------------------------------------------------------------------
| Contact us
| ----------------------------------------------------------------------------------------------
*/



#contact {
	min-height:900px;
	padding-bottom:0;
}


.contact-row{
	display:block ;
	padding-top:20px;
}

.contact-form {
	margin-top:30px;
	padding-bottom:100px;
}
.form-full-width .form-group input[type="text"], .form-full-width .form-group input[type="password"], .form-full-width .form-group input[type="email"], .form-full-width .form-group select, .form-full-width .form-group textarea {
	width: 100%;
}
.contact-text p {
	line-height: 22px;
}
.contact-text i {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	font-size: 20px;
	margin-right: 10px;
}
.contact-text i:hover {
	color:#d2583e;
}
#contact-form .form-group, #contact-form2 .form-group {
   margin-bottom: 10px;
    position: relative;
}
#contact-form .form-group label, #contact-form2 .form-group label {
	margin: 0;
}
#contact-form .form-group .required:after, #contact-form2 .form-group .required:after {
	content: '*';
	margin-left: 5px;
	color: #ff1c32;
}
.section-nightblue #contact-form .form-group input[type="text"], .section-nightblue #contact-form .form-group input[type="password"], .section-nightblue #contact-form .form-group input[type="email"], .section-nightblue #contact-form .form-group select, .section-nightblue #contact-form .form-group textarea {
	background: #2d4053;
}
#contact-form input[type="color"], #contact-form input[type="email"], #contact-form input[type="number"], #contact-form input[type="password"], #contact-form input[type="tel"], #contact-form input[type="url"], #contact-form input[type="text"], #contact-form textarea, #contact-form select {
	border: medium none;
	box-shadow: none;
	color: #777777;
	font-size: 14px;
	background:#f2f2f1;
}
#contact-form label.placeholder {
	font-size: 1.125em;
}
.form-group textarea {
	height: 200px;
}
#contact-submit, #contact-submit2 {
	margin-top: 30px;
}
.google-map {
	height: 200px;
}
#contact .alert {
	margin-top: 40px;
}

.iframe {
border:none;
overflow:hidden;
margin:0;
height:350px;
width:100%; 
}


/*
| ----------------------------------------------------------------------------------------------
| Connected
| ----------------------------------------------------------------------------------------------
*/



.section-red .heading {
	color:#fff;
}
.section-red .heading {
	color:#fff;
}
#connected .section-header p {
	color:#fff;
}
.item-connected {
	text-align:center;
}
.item-connected .glyph-item, .item-connected span[class*="icon-"] {
	color: #FFFFFF;
	display: block;
	font-size: 80px;
	height: 110px;
}
.item-connected footer {
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	text-align:center;
}
.item-connected footer a {
	color: #FFFFFF;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	padding-top: 5px;
	text-align: center;
	text-transform: none;
}
.item-connected footer a:hover {
	text-decoration:underline;
}
/*
| ----------------------------------------------------------------------------------------------
| Page Footer
| ----------------------------------------------------------------------------------------------
*/
.section-footer {
	background: none repeat scroll 0 0 #D2583E;
	color: #FFFFFF;
	text-align: center;
}
.go-top:after {
	border-bottom: 1px solid #FFFFFF;
	content: "";
	display: block;
	left: -32px;
	position: absolute;
	top: 20px;
	width: 120px;
	z-index: 104;
}
.go-top:before {
	border-bottom: 1px solid #FFFFFF;
	content: "";
	display: block;
	left: -32px;
	position: absolute;
	top: 24px;
	width: 120px;
	z-index: 104;
}
.go-top {
	text-decoration:none !important;
	cursor:pointer;
	padding: 12px 20px;
	background:#fff;
	position:absolute;
	right:0;
	top:10px;
	transform-style: flat;
	-webkit-transform-style: flat;
	-moz-transformtransform-style: flat;
	-ms-transform-style: flat;
	transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-webkit-transform: rotate(360deg) scale(1.003) skew(-14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
}
.go-top i {
	font-size:20px;
	color:#000;
	position:relative;
	z-index:333;
	text-decoration:none !important;
	display:block;
	transform-style: flat;
	-webkit-transform-style: flat;
	-moz-transformtransform-style: flat;
	-ms-transform-style: flat;
	transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transform: rotate(360deg) scale(1.003) skew(14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
}
.page-footer {
	padding: 15px 0;
	position: relative;
}
.page-footer .copyright {
	font-size: 0.875em;
	padding: 18px 0;
}
.page-footer .social {
	float: right;
}
.page-footer .social &gt; li {
	float: left;
}
.page-footer .social a {
	display: block;
	width: 50px;
	height: 50px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	font-size: 1.25em;
}
.page-footer .social a:hover {
	background: #ff1c32;
}
/* Sly Slider */
.sly_scrollbar {
	height: 14px;
	border-radius: 4px;
	margin: 30px 15px 0;
}
.sly_scrollbar:after {
	background: none repeat scroll 0 0 #ECECEC;
	content: "";
	display: block;
	height: 2px;
	position: relative;
	top: -8px;
	width: 100%;
	padding:0;
	z-index: 4;
}
.sly_scrollbar .handle {
	width: 75px;
	height: 100%;
	background: #ff1c32;
	margin: 0;
	cursor: pointer;
	position:relative;
	z-index:7;
}
.blockquote {
	position: relative;
	border: 0;
	background: #ff1c32;
	background-color: #FF1C32;
	background-image: url("../img/circle.html");
	background-position: center center;
	background-repeat: repeat;
	color: #fff;
	padding: 50px 60px;
}
.blockquote &gt; i {
	float: left;
	margin: 5px 20px 0 0;
	font-size: 40px;
}
.blockquote &gt; p {
	overflow: hidden;
	zoom: 1;
	font-size: 1.25em;
	font-weight: normal;
	margin: 0 0 30px;
}
.blockquote &gt; span {
	position: absolute;
	right: 55px;
	bottom: 30px;
}
</pre></body></html>