article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
[hidden] {
 display: none;
}
html {
	padding: 0;
	font-size: 100%;
	margin: 0;
	width: 100%;
	height: 100%;
}
@font-face {
	font-family: 'Rubik';
	src: url('../fonts/Rubik-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Rubik';
	src: url('../fonts/Rubik-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Rubik';
	src: url('../fonts/Rubik-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
body {
	background: #fff;
	padding: 50px 0 0 0;
	margin: 0;
	font-size: 14px;
	font-family: 'Rubik', sans-serif;
	line-height: 18px;
	color: #414E5B;
	width: 100%;
	height: 100%;
}

::-moz-selection {
background: #333333;
color:#fff;
}
::selection {
	background: #333333;
	color: #fff;
}
a {
	color: #333;
	outline: 0;
}
a:focus {
	outline: none;
}
a:hover, a:active {
	outline: none;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none;
	background: none;
}
p, pre {
	margin: 0 0 10px;
}
menu, ol, ul {
	padding: 0 0 0 40px;
}
nav ul, nav ol, li {
	list-style: none outside none;
}
img {
	border: 0 none;
}
svg:not(:root) {
	overflow: hidden;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
}
input[type="checkbox"], input[type="radio"] {
	-moz-box-sizing: border-box;
	box-shadow: none;
	padding: 0;
	outline: none;
}
input, select, textarea {
	box-shadow: none !important;
	border: none;
}
input:focus, select:focus, textarea:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none!important;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0 none;
 padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: none;
}
* {
	box-sizing: border-box;
}
/*------------------- S T Y L E ---------------------*/
#loading {
	display: none;
	background: #121212 url(../images/flowral.png) no-repeat center center;
	-moz-background-size: 128px;
	-ms-background-size: 128px;
	-o-background-size: 128px;
	-webkit-background-size: 128px;
	background-size: 128px;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1000000;
	left: 0;
	top: 0;
	margin: 0
}
.navbar-site .container .navbar-brand {
	padding: 0;
	margin-left: 0;
}
.container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 96%;
	width: 1600px;
}
.navbar-site {
	background: #fff;
	border: none;
	border-radius: 0;
}
.navbar-site .custom-nav ul li a {
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	letter-spacing: 0.75px;
	color: #121212;
	font-size: 12px;
	text-transform: uppercase;
}
.navbar-site .custom-nav ul li a:hover {
	color: #dc3932;
}
.banner .slick-prev::before, .banner .slick-next::before, .partners-carousel .slick-prev::before, .partners-carousel .slick-next::before {
	color: #121212;
}
.banner .slick-dots {
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
}
.banner .slick-dots li button, .partners-carousel .slick-dots li button {
	background: #fff;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 0;
	height: 3px;
	padding: 3px;
	text-indent: -99999px;
	width: 3px;
}
.banner .slick-dots li.slick-active button, .partners-carousel .slick-dots li.slick-active button {
	padding: 5px;
}
.banner .slick-dots li, .partners-carousel .slick-dots li {
	height: auto;
	width: 10px;
	vertical-align: middle;
	;
}
.banner .item {
	position: relative;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	display: table;
	height: calc(100vh - 80px);
}
.banner-content {
	background: rgba(255,255,255,0.15) none repeat scroll 0 0;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	width: 100%;
}
.banner-content h2::before {
	background: #fff;
	content: "";
	display: inline-block;
	height: 2px;
	margin: 0 0 0 15px;
	-moz-transform: translateY(-24px);
	-ms-transform: translateY(-24px);
	-o-transform: translateY(-24px);
	-webkit-transform: translateY(-24px);
	transform: translateY(-24px);
	width: 50px;
}
.banner-content h2 {
	color: #fff;
	font-size: 30px;
	left: 5%;
	top: 50%;
	letter-spacing: 0.5px;
	line-height: normal;
	margin: 0 0 10px;
	position: absolute;
	font-size: 70px;
	-webkit-transform: rotate(-90deg) translate(0px, -50%);
	transform: rotate(-90deg) translate(0px, -50%);
}
.banner-content p {
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.5px;
	line-height: 24px;
	margin: 0 auto 0;
	text-transform: capitalize;
	position: absolute;
	right: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40%;
}
.banner-pager {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 2px;
	position: absolute;
	right: 20px;
	top: 20px;
}
.about {
	background: #dfdfdf;
	padding: 100px 0;
}

.about-content p, .emp-info p {
	color: #414141;
	letter-spacing: 0.5px;
	font-size: 16px;
	font-weight: 300;
	line-height:22px;
	margin: 15px 0;
}
 .no-gutter > [class*="col-"] {
 padding-left: 0;
 padding-right: 0;
}
/*-------- S E R V I C E ----------*/
.service {
	background: #F6F6F6;
	padding: 100px 0;
}
.partners-carousel .slick-dots li button{
	background: #121212;
}
.heading-content {
	margin-bottom: 50px;
}
.heading-content h2 {
	color: #121212;
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 0.5px;
	line-height: normal;
	margin: 0 0 20px;
}
.heading-content p, .project-info p {
	color: #414141;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.5px;
	line-height: 22px;
}
.service-box:after {
	content: '';
	background: #121212;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-ms-transform: translateX(-5%);
	-webkit-transform: translateX(-5%);
	transform: translateX(-5%);
	-webkit-opacity: 0;
	opacity: 0;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.service-box, .partners-box {
	background: #fff none repeat scroll 0 0;
	min-height: 250px;
	padding: 30px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.service-box{
	margin:0 7.5px;
	min-height: 150px;
}
.service-box:hover:after {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-opacity: 1;
	opacity: 1;
}
.service-box span, .service-box h4, .service-box p, .service-box .read-more, .project-box img, .project-info, .team-info img, .copy p a, .contact-content p a,.read-more {
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.service-box span, .partners-box span {
	color: #bbbbbb;
	font-size: 18px;
	letter-spacing: 0.25px;
	line-height: normal;
}
.service-box h4, .partners-box h4 {
	color: #121212;
	font-size: 18px;
	letter-spacing: 0.45px;
}
.service-box h4 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.products .service-box h4{
	position: static;
	-webkit-transform: translateY(0);
    transform: translateY(0);
}
.service-box p, .partners-box p {
	color: #5a5a5a;
	font-size: 14.5px;
	font-weight: 300;
	letter-spacing: 0.35px;
	line-height: 20px;
}
.read-more {
	color: #121212;
	display: inline-block;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 1.25px;
	margin: 15px 0 0;
	text-transform: uppercase;
}
.service-box:hover span, .service-box:hover p {
	color: #fff
}
.service-box:hover .read-more {
	color: #DC3932;
}
.service-box:hover h4 {
	color: #6f7070;
}
/*------- P R O D U C T S ---------*/
.products{
	background: #EEEEEE;
}
.products .service-box{
	min-height: 300px;
}
.products .service-box:hover p{
	color: #121212;
}
.products .service-box::after{
	background: #d5d5d5;
}
/*--------- P RO J E C T S ---------*/
.projects {
	background: #fff;
	padding: 100px 0 70px;
}

.project-box {
	overflow: hidden;
	position: relative;
	margin:0 7.5px;
}
.project-box img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.project-box:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.project-info {
	background: rgba(255, 255, 255, 0.55) none repeat scroll 0 0;
	bottom: -100%;
	left: 0;
	padding: 10px 30px;
	position: absolute;
	/*-o-transform: translateY(-o-calc(100% - 55px));
	-webkit-transform: translateY(-webkit-calc(100% - 55px));
	-ms-transform: translateY(-ms-calc(100% - 55px));
	-moz-transform: translateY(-moz-calc(100% - 55px));
	transform: translateY(calc(100% - 55px));*/
}
.project-info h4 {
	color: #121212;
	font-size: 18px;
	letter-spacing: 0.25px;
}
.project-info p {
	font-size: 15px;
	font-weight: 400;
}
.project-box:hover .project-info {
	bottom: 0;
	background: rgba(255, 255, 255, 0.7);
}
/*--------- P A R T N E R S -------------*/
.partners{
	display: block;
	overflow: hidden;
	clear: both;
}
.partners-box {
	height: 280px;
	margin: 0 5px;
	position: relative;
}
.partners-box-inner {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.partners-box img {
	margin-bottom: 20px;
	height: 30px;
}
.partners-carousel .slick-dots {
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
}
/*--------- T E A M ---------*/
.team-member {
	background: #F6F6F6;
	position: relative;
	height: 350px;
	margin: 0 5px;
}
.team-info {
	position: absolute;
	top: 50%;
	text-align: center;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.team-info h4, .emp-info h4 {
	color: #121212;
	letter-spacing: 0.35px;
	margin: 10px 0;
}
.team-info span, .emp-info span,.team-info a {
	display: block;
	font-weight: 300;
	font-style: italic;
	letter-spacing: 0.35px;
	color: #121212;
}
.team-info img {
	display: inline;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.team-member:hover .team-info img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.emp-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #121212;
	z-index: 99;
	overflow: auto;
	padding: 20px;
}
.emp-info h4 {
	color: #fff
}
.emp-info span {
	color: #666;
}
.emp-info p {
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	font-style: italic;
}
.close-info {
	color: #dc3932;
	cursor: pointer;
	font-size: 24px;
	font-weight: 700;
	position: absolute;
	right: 20px;
	top: 20px;
}
.emp-des{
	cursor: pointer;
}
/*-------- C O N T A C T ----------*/
.contact {
	background: #121212;
	padding: 100px 0;
	position: relative;
}
.contact-content h2 {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 3px;
	line-height: normal;
	margin: 0 0 10px;
	text-transform: uppercase;
}
.contact-content p, .copy p {
	color: rgba(255, 255, 255, 0.4);
	font-weight: 300;
	letter-spacing: 0.85px;
	line-height: 22px;
}
.contact-content p a {
	color: rgba(255, 255, 255, 0.6);
}
.copy::before {
	background: #2b2b2b none repeat scroll 0 0;
	content: "";
	display: block;
	height: 1px;
	margin: 25px auto;
	width: 70%;
}
.copy p {
	font-size: 13px;
}
.copy p a {
	color: #fff
}
.copy p a:hover, .contact-content p a:hover {
	color: #dc3932;
}
.facebook::before {
	background: #fff none repeat scroll 0 0;
	content: "";
	display: inline-block;
	height: 1px;
	margin: 0 20px 0 0;
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
	width: 50px;
}
.facebook {
	color: rgba(255, 255, 255, 0.9);
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: normal;
	position: absolute;
	top: 50%;
	right: 5%;
	-webkit-transform: rotate(-90deg) translate(0px, -50%);
	transform: rotate(-90deg) translate(0px, -50%);
}
.facebook:hover, .facebook:focus {
	color: #fff;
}
 @media all and (min-width:768px) and (max-width:1024px) {
.navbar-site .custom-nav ul li a {
    padding: 15px 8px;
}
}
 @media all and (max-width:767px) {
.navbar-site .navbar-toggle {
	border: none;
	margin-right: 6px;
}
.navbar-site .navbar-toggle:focus, .navbar-site .navbar-toggle:hover {
	background: none;
}
.navbar-site .navbar-toggle .icon-bar {
	background: #121212;
}
.slick-prev {
	left: -15px;
	z-index: 999;
}
.slick-next {
	right: -15px;
}
.banner-content h2::before {
	display: none;
}
.banner-content h2 {
	font-size: 30px;
}
.banner-content p {
	font-size: 14px;
	width: 55%;
}
.contact,.about,.service,.projects {
    padding: 30px 0;
}
.heading-content {
    margin-bottom: 0;
}
.service-box, .partners-box{
	padding: 15px;
}
.facebook{
	position: static;
display: block;
margin: 0 auto;
text-align: center;
-webkit-transform: translate(0,0);
transform: translate(0,0);
}
}
 @media all and (max-width:360px) {
}
