/*
	Theme name : Monsieur - responsive parallax one page (HTML)
	Version : 1
	Author : nuarc & 99Square
	Copyright : nuarc

*/
/*==================================================================================
  1- General
  2- Alignments
  3- Containers
  4- Container Colors
  5- Main container
  6- Sidebar
  7- Typography
  8- Header
  9- Navigations
  10- Headings
  11- About slider - Container
  12- About slider - features
  13- Team
  14- Facts
  15- Infographic
  16- Skills
  17- Services
  18- Brands
  19- Testimonials
  20- Contacts
  21- Maps
  22- Forms
  23- Social icon 
  24- Copyright
  25- Portfolio
  26- Isotope
  27- Portfolio details
  28- portfolio scrollbar
  29- About video 
  30- Mozilla Compatibility
  31- Special paddings 
  32- Contact messages
  33- Slider pagination
  34- Page Loader 
  35- About 
  36- White Header 
/*==================================================================================
	
	[typography]
	
	Old Fonts 

	Body font : font-family: 'Ubuntu', sans-serif;
	titles : font-family: 'Yanone Kaffeesatz', sans-serif;

	New fonts 

	font-family: 'Raleway', sans-serif;
	font-family: 'Open Sans', sans-serif;




	[Color]

	Base Color : #f5ce17 ( Yellow )

/* =================================================================================
	1- General
================================================================================= */
body {
	line-height: 24px;
	font-size: 14px;
	color: #444;
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	overflow-x:hidden; 
}

:focus { 
	outline: none;
}

a {
	border:0;
}

a img {
	border: none;
}

img {
	max-width: 100%;
}

.clear {
	clear: both;
}

.relative {
	position: relative;
}

section {
	background-color: #fff!important;
}

/* =================================================================================
	2- Alignments
================================================================================= */
.center {
	margin-left: auto !important;
	margin-right: auto !important;
	float:none !important;
}

.text-center { 
	text-align: center;
}

.text-right {
	text-align: right!important;
}

.text-left {
	text-align: left; 
}

/* =================================================================================
	3- Containers
================================================================================= */
.big-container-padding {
	padding: 120px 0;
}

.normal-container-padding {
	padding: 60px 0;
}

.small-container-padding {
	padding: 40px 0;
}

/* =================================================================================
	4- Container Colors
================================================================================= */
.gray-bg {
	background-color: #f7f7f7;
}

.gray-bg .heading-sign {
	background-color: #f7f7f7;
}

.white-bg {
	background-color: #fff;
}

/* =================================================================================
	5- Main container
================================================================================= */
.main-container { 
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition:all .5s ease;
	position: absolute;
	width: 100%;
	left: 0;

}

.main-container.toggled  {
	left: 180px;
}

/* =================================================================================
	6- nav control
================================================================================= */
.close {
	display: none;
}

/* =================================================================================
	7- Typography
================================================================================= */
p {
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 20px;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
}

h3 {
	font-size: 16px;
	padding: 0;
	margin:0;
}

a { 
	text-decoration: none!important;
}

/* =================================================================================
	8- Header
================================================================================= */
.header-container {
	position: relative;
    background-image: url("assets/contents/home-parallax.jpg");
    background-size: cover;
    background-attachment: fixed;
}

.header-bg {
	background-color: rgba(44,44,44,0.3);
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 0;
	left: 0;
}

.logo {
	position: relative;
	line-height: 120px;
	float: left;
	height: 100px;
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: -30px;
}
#navbar{width:700px; float:left;}
.header-slider-caption  {
	position: absolute;
	width: 100%;
}

.header-slider-caption h2 {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 72px;
	font-weight: 600;
	color: #fff;
	letter-spacing: -2px;
} 

.header-slider-caption p {
	text-transform: uppercase;
	letter-spacing: 5px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding: 0;
	margin: 0;
	margin-top: -40px!important;
}

.header-fix {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	background-color: #fff;
		z-index: 1024;
	height: 70px;
	width: 100%;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition:all .4s;
}

.responsive-header-fix {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	background-color: #fff;
	position: fixed;
	z-index: 1024;
	height: 70px;
	width: 100%;
	top: 0;
	color: #000!important;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition:all .4s;
}

.responsive-header-fix nav a { 
	color: #000!important;
}

.header-fix nav,
.header-none nav {
	display: block;
}

.navbar-hidden {
	top: -75px!important;
}

.header-fix nav a {
	color: #333;
}

.header-none {
	background-color: transparent;	
	box-shadow: 0 0 0;
}

.header-none nav a {
	color: #fff;
	text-shadow: 1px 1px 2px rgba(79, 79, 79, 1);
}

.header-fix .nav-line {
	border-bottom: 2px #000 solid!important;
}
.header-none .nav-line {
	border-bottom: 2px #fff solid!important;
}

.black-text nav a  {
	color: #000!important;
}

.white-text nav a  {
	color: #fff!important;
}

.toggle-nav {
	position: fixed;
	display: none;
	z-index: 1024;
	width: 30px;
	left: 40px;
	top: 50px;
	cursor: pointer;
}

.toggle-nav-item {
	background-color: #ccc;
	margin-bottom: 4px;
	height: 4px;
	width: 30px;
	display: block;
}

.white-toggle-nav-item {
	background-color: #fff;
}

.header-container {
    position: relative;
}

header canvas {
    position: absolute;
    bottom: 0;
}

/* =================================================================================
	9- Navigations
================================================================================= */
nav {
  	margin-top: -10px;
  	margin-left: 10px;
  	display: none;
}

nav li { 
  	display: inline-block;
  	list-style: none;
  	color:#fff;
}

nav li:first-child a { 
	padding-left: 0;
}

nav li a { 
	font-family: 'Raleway', sans-serif;
	margin: inherit!important;
	text-decoration: none;
	letter-spacing: 1px;
	position: relative;
	font-weight: 600;
	font-size:14px;
	padding: 20px;
	float: left;
	color:#fff;
	text-transform: uppercase;
}

.nav-line {
	border-bottom: 2px #fff solid!important;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition:all .3s;
	margin: auto; 
	padding-top: 3px;
	width: 0;
}

nav li a:hover .nav-line { 
	width: 30px;
}
nav li a {
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-ms-transition: all .8s;
	-o-transition: all .8s;
	transition:all .8s;
}
nav li a:hover {
	color: #f5ce17;
}

/* =================================================================================
	10- Headings
================================================================================= */
.heading {
	width: 100%;
	margin-bottom: 40px;
}
.heading .row-fluid {
	padding: 0;
	margin: 0;
}

.heading h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0!important;
	text-align: center;
	font-size: 26px;
	line-height: 26px;
	color: #191e24;	
}
.heading p {
	font-size: 19px;
	font-weight: 300;
	line-height: 29px;
	text-align: center;
	color: #666;
	margin-top: 20px;
	margin-bottom: 40px;
	font-family: 'Raleway', sans-serif;
}
.heading .circle {
	width: 90px;
	height: 90px;
	line-height: 90px;
	border-radius: 50%;
	color: #000;
	margin: auto;
	text-align: center;
	font-size:38px;
	margin-bottom: 40px;
	border: 2px #191e24  solid;

}
.heading .horizontal-line { 
	width:55px;
	border-bottom: 2px #191e24 solid;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 35px;
}

/* =================================================================================
	11- About slider - Container
================================================================================= */
#about-toggle {
	margin-top: -57px;
}

#about-toggle li {
	display: inline-block;
	list-style: none;
}

#about-toggle li .circle {
	border:2px #f7f7f7 solid;
	background-color:#fff;
	border-radius: 50%;
	text-align: center;
	position: relative;
	line-height: 47px;
	cursor: pointer;
	color:#9b9b9b;
	margin:0 35px; 
	height: 47px;
	width: 47px;
	z-index: 4;
}
.selected-circle {
	border:2px #000 solid!important;
}

#about-toggle li i { 
	display: block;
}


#about-toggle li.flex-active .circle {
	border:2px #000 solid;
	color:#000;
}

#about-toggle .line {

	margin-top: -25px;
	width: 100%;
}

#about-toggle li .circle i {
	font-size: 20px;
}

#about-detail-slider {
	display: block;
	width: 100%;
}

.slides li {
	border-top: 100px #000 solid;
	display: block;
	width: 100%;
}

.about-slider-line {
	border-bottom: 3px #d2d2d2 dotted;
	margin: 20px 0;
	width: 100%;
}

.about-slider-small-line {
	background-color: #636363;
	margin: auto;
	margin-bottom: 10px;
	height: 14px;
	width: 2px;

}

.about-slider-circle-container {
	background-color: #f9f9f9;
	padding: 0 10px;
	display: block;
	margin: auto;
	margin-bottom: -5px;
	height: 9px;
	width: 9px;
}

.about-slider-circle {
	background-color: #959595;
	border-radius: 50%;
	position: absolute;
	margin: auto;
	margin-top: 5px;
	height: 9px;
	width: 9px;
}

#about-toggle li:first-child {
	margin-left: -40px;
}

#about-toggle li:first-child .line{
	margin-right: -7px;
	float: right;
	width: 50%;
}

#about-toggle li:last-child .line{
	margin-left: -7px;
	float: left;
	width: 50%;
}

.slides li:first-child {
	margin-left: -40px;
}

/* =================================================================================
	12- About slider - features
================================================================================= */
.features-container { 
	margin-bottom: 100px;
}

.features-container:last-child{
	margin-bottom: 50px;
}

.features-container .left-line {
	border-left: 2px #8c8c8c solid;
	margin-right: 10px;
	margin-top: 5px;
	height: 40px;
	float: left;
}

.features-container i {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition:all .4s;
	font-size: 34px;
	display: block;
	color:#f5ce17;
	border: 2px #ccc solid;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	text-align: center;
	line-height: 70px;
}

.features-container h3 {
	text-transform: capitalize;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition:all .3s;
	font-size: 16px;
	color: #333;
	margin-left: 30px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.features-container p {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	margin-left: 30px;
	color:#7b7b7b;
}

.iphone-features { 
	background-image: url(assets/images/iphone.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 499px;
	width: 246px;
	margin: auto;
}

.features-slides {
	width: 200px !important;
	background-color: #000;
	position: absolute;
	border-radius: 2px;
	margin-left: 24px;
	height: 354px;
	margin:auto; 
	color:#fff;
	top:75px!important;
}

.features-padding{
	padding-top: 60px;
}

.features-container:hover h3,
.features-container:hover p {
	color:#444;
}

.features-container:hover i {
	color:#fff;
	background-color: #f5ce17;
	border:2px #f5ce17 solid;
}

/* =================================================================================
	13- Team
================================================================================= */
.team {
	border: 1px #d9d9d9 solid;
	position: relative;
	padding:8px;
}

.team-container {
    position: relative;
	overflow: hidden;
}

.team-container img {
	display: block;
}

.team-detail {
	-webkit-transition: all .500ms ease 0s;
	-moz-transition: all .500ms ease 0s;
	-ms-transition: all .500ms ease 0s;
	-o-transition: all .500ms ease 0s;
	transition: all 500ms ease 0s;
	background-color: gray;
    position: absolute;
    height: 100%;
    width: 100%;
}

.team-detail-show {
	background-color: rgba(225,225,225,0.98);
	top: 80px !important;
}

.team-detail .header {
	background-color: #444;
    display: block;
}

.team-detail .content {
	padding: 35px 30px;
	color: #444;
}

.team-caption {
	background-color: rgba(44,44,44,0.8);
	position: absolute;
	width: 100%;
	height: 80px;
	top: -80px;
}

.team-caption h4 {
	text-transform: uppercase;
	padding-left: 25px;
	padding-top: 28px;
	line-height: 0px;
	font-weight: 500;
	font-size: 18px;
	color:#f7f7f7;
	margin: 0;
}

.team-caption p {
	color: rgba(247,247,247,0.6);
	padding-left: 25px;
	padding-top: 10px;
	font-size: 14px;
}

.team-caption .zoom-box {
	border-left: 1px #626262 solid;
	position: absolute;
	text-align: center;
	line-height: 70px;
	font-weight: 100;
	font-size: 60px;
	cursor: pointer;
	height: 80px;
	width: 75px;
	color:#fff;
	bottom: 0;
	right: 0;
}

.team-caption .zoom-box-toggle {
	border-left: 0;
}

.team-line {
	background-color: #939393;
	margin-bottom: 30px;
	position: absolute;
	margin-top: 45px;
	bottom: 130px;
	height: 2px;
	width: 40px;
}

.team-social {
	position: absolute;
	bottom: 110px;
}

.team-social i{
	font-style: normal!important;
	margin-right: 40px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition:all .2s;
	font-size: 18px;
	color:#828282;
}

.team-social i:hover {
	color:#f5ce17;
}

.team-social a {
	text-decoration: none;
}

/* =================================================================================
	14- Facts
================================================================================= */
.facts {
    background-attachment: fixed;
    background-image: url("assets/contents/facts-bg.jpg");
    background-size: cover;
    position: relative;
    width: 100%;
} 

.facts-bg {
	background-color: rgba(44,44,44,0.4);
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 0;
}

.facts-container {
	position: relative;
	padding: 110px 0;
	margin: auto;
	color:#fff;
}

.facts-container p {
	font-size: 16px;
}

.facts-counter  {
	text-transform: uppercase;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition:all .4s;
	line-height: 40px;
	font-size: 50px;
	color:#f7f7f7;
	text-align: center;
	padding: 40px 0; 
	background-color: rgba(0,0,0,0.6);
	font-family: 'Open Sans', sans-serif;
}

.facts-counter p { 
	color: rgba(240,240,240,0.6);
	padding-top: 10px;
	font-weight: 100;
	font-size: 14px;
	line-height: 0;
	margin-top: 10px;
}

.facts-counter i {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition:all .4s;
	font-size: 40px;
	color:#f5ce17;

	margin:auto;
	margin-top: 5px;
	
}
.facts-counter .icon {
	transition:all .4s;
	margin:auto;
	margin-bottom: 20px;
}

.facts-counter .line {
	background-color: #e4e4e4;
	margin-right: 13px;
	margin-left: 10px;
	margin-top: -5px;
	height: 60px;
	float: left;
	width: 2px;
}

.facts-number {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 50px;
	height: auto;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
}
/* =================================================================================
	15- Infographic
================================================================================= */
.infographic {
    background-attachment: fixed;
    background-color: #fff;
    background-image: url("assets/contents/infographic-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
    padding-bottom: 60px;
    width: 100%;
}

.infographic-size {
	margin-left: -7%;
}

.infographic-bg {
	background-color: rgba(44,44,44,0.4);
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 0;
}

.infographic-container {
	position: absolute;
	bottom: 70px;
  	width: 100%;
}

.infographic .line {
	border-bottom: 3px #ccc dotted;
	display: inline-block;
	position: absolute;
	width: 100%;
}

.circle-container {
	z-index: 9!important;		
	float: right;
	width: 25px;
}

.infographic .circle {
	background-color: #ccc;
	border:2px #ccc solid;
	border-radius: 50%;
	margin: auto;
	margin-bottom: -2px;	
	height: 8px;
	width: 8px;
}
.infographic .heading .circle {
	width: 90px;
	height: 90px;
	line-height: 90px;
	border-radius: 50%;
	color: #fff;
	margin: auto;
	text-align: center;
	font-size:38px;
	margin-bottom: 40px;
	border: 2px #fff  solid;
	background-color: transparent;
}
.infographic .heading h2 {
	color: #fff;
}
.infographic .heading .horizontal-line {
	border-bottom: 2px #fff solid;
}

.infographic .bar-container {
  	height: 220px;  
}

.infographic .bar {
	background-color: #ccc;
	position: absolute;
    bottom:25px;
 	right: 11px;
	width: 2px;
}

.infographic .icon {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition:all .5s;
	position: absolute;
	font-size: 34px;
	color: #ccc;
	left: -16px;
	top: -50px;
	margin: 0;
}

.infographic .text {
   	display: inline-table;
	margin-bottom: -15px;
	position: absolute;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition:all 2s;
	line-height: 18px;
	text-align: right;
	width: 100%;
	color: #999;
	left: -20px;
}

.infographic .text strong {
	font-weight: normal;
	font-size: 15px;
	color:#ddd;
} 

.small-bar-size-zero {
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
	-o-transition: all 2s;
	transition:all 2s;
	height: 0;
}

.medium-bar-size-zero {
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
	-o-transition: all 2s;
	transition:all 2s;	
	height: 0;
}

.large-bar-size-zero {
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
	-o-transition: all 2s;
	transition:all 2s;	
	height: 0;
}

/* infographic bar hover */
.small-bar-size{
	height:40%;
}

.medium-bar-size{
	height: 70%;
}

.large-bar-size{
	height: 100%;
}

/* infographic text  */
.small-text-size-zero{
	bottom: 0;
}

.medium-text-size-zero{
	bottom: 0;
}

.large-text-size-zero{
	bottom: 0;
}

.small-text-size{
	bottom: 40%;
}

.medium-text-size{
	bottom: 70%;
}

.large-text-size{
	bottom: 100%;
}

/* Hover */
.infographic .row-fluid [class*="span"]:hover .icon {
	color: #f5ce17;
	opacity: 1;
}
.infographic .row-fluid [class*="span"]:hover .text {
	color: #f5ce17;
}

/* =================================================================================
	16- Skills
================================================================================= */
.skills {
	position: relative;
	padding: 80px 0; 
	padding-bottom: 30px;
	width: 100%;
    display: inline-block;
    background-color: #eee;
    color: #323232;
}

.skills h3 {
	margin-bottom: 40px;
	font-weight: 500;
	font-size: 28px;
	color:#323232;
}

.skills .line {
	background-color: #f7f7f7;
	margin-bottom: 40px;
	width: 70px;
	height: 1px;
}

.skills p {
	color:#323232;
}

.single-skill-circle-container {
	border:2px #000 solid;
	border-radius: 50%;
	margin-top: 60px;
	height: 160px;
	width: 160px;
	margin: auto;
	margin-bottom: 50px;
}

.skills h4 {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	color:#323232;
}

.circles-wrp {
	margin-left: 3px;
	margin-top: 3px;
}

.circles-text {
	font-family: 'Open Sans', sans-serif;
	font-size: 21px!important;
	color:#323232;
	font-weight: 800;
}

/* =================================================================================
	17- Services
================================================================================= */
.services {
	background-color: #ddd;
}

.services .heading p{
	margin-top: 0;
}

.services .icon {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition:all .3s;
	font-size: 32px;
	color:#636363;
}

.services h3 {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition:all .3s;
	font-size: 19px;
	line-height: 19px;
	float: left;
	font-weight: 600;
	text-transform: uppercase;
}

.services .line {
	background-color: #7b7b7b;
	margin-right: 20px;
	margin-top: -7px;
	height: 40px;
	float: left;
	width: 2px;
}

.services p {
	margin-left: 20px;
	margin-top: 30px;
}

.services .row-fluid [class*="span"]:hover h3 {
	color:#000;
}

.services .row-fluid [class*="span"]:hover .icon {
	color: #f5ce17;
}

/* style 2 */
.services-s2 .span6 {
	margin-bottom: 40px;
}

.services-s2 p {
	margin-left: 0;
}

.services-s2 .right-content {
	position: absolute;
	text-align: right;
	float: right;
	right: 100px;
	top: 33px;
}

.services-s2 .right-content h3  {
	text-align: right;
	float: right;
	padding: 0;
	margin: 0;
}

.services-s2 .left-content {
	position: absolute;
	text-align: left;
	float: left;
	left: 100px;
	top: 33px;
}

.services-s2 .left-content h3  {
	text-align: left;
	float: left;
	padding: 0;
	margin: 0;
}
.services-s2 h3 {
	margin-top: 30px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 19px;
	line-height: 19px;
}

.services-s2 p {
	margin-top: 10px;
	padding: 0;
}

.services-s2 .box {
	background-color: #212526;
	position: relative;
	line-height: 140px;
	text-align: center;
	font-size: 24px;
	height: 140px;
	width: 55px;
	color: #fff;
}

.services-s2 .box .line {
	background-color: #f5ce17;
	position: absolute;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition:all .3s;
	width: 100%;
	z-index: 0;
	height: 0;
	top:5px;
}

.services-s2 .right-box {
	float: right;
}

.services-s2 .left-box {
	float: left;
}

.services-s2 .box .icon-container {
	z-index: 9!important;
	position: relative;
}

.services-s2 .row-fluid  {
	margin-bottom: 20px;
}
.services-s2 .span6:hover .line {
	height: 73px;
}

/* =================================================================================
	18- Brands
================================================================================= */
.brands { 
	background-image: url(assets/contents/brands-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	position: relative;
	padding: 100px 0;
	width: 100%;
}

.brands-bg {
	background-color: rgba(44,44,44,0.4);
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 0;
	top: 0;
}
.brands-bg {
	background-color: rgba(44,44,44,0.4);
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 0;
	top: 0;
}

.brands-container {
	text-align: center;
	position: relative;
	margin: auto;
}

.brands .white-heading .heading-sign {
	background-color: rgb(45,45,45);
}

.brands .item img {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition:all .3s;
	opacity: 0.6;
}

#brands-slider .item p{
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition:all .3s;
	margin-top: -10px;
	margin-bottom: 0;
	opacity: 0;
	color:#ccc;
}

#brands-slider .item:hover p{
	opacity: 1;
}

.brands .item:hover img {
	opacity: 1;
}


/* =================================================================================
	19- Testimonials
================================================================================= */
.testimonials .span6 {
	margin-top: 50px;
}

.testimonials-container {
	border: 1px #acacac solid;
	border-radius: 5px;
	margin-left: 44px;
	width: 90%;
}

.testimonials-container h4 { 
	border-bottom: 1px #ccc solid;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-left: -15px;
	padding-left: 30px;
	line-height: 45px;
	margin-top: 10px;
	text-align: left;
	font-weight: 500;
	font-size: 18px;
	color: #383838;
	float: left;
	width: 50%;
}

.testimonials-container .date {
	text-transform: uppercase;
	margin-right: 30px;
	margin-top: 20px;
	font-size: 13px;
	color: #6e6e6e;
	float: right;
}

.testimonials-container p {
	padding: 0 25px;
	margin-top: 8px;
	color: #383838;
}

.testimonials-author {
	background-color: #f3f3f3;
	border-radius: 50%;
	margin-top: -30px; 
	height: 87px;
	width: 87px;
	float: left;
}

.testimonials-stars {
	margin-bottom: 20px;
	margin-right: 20px;	
	float: right;
}

.testimonials-star-fill {
	background-image: url(assets/images/star-yellow.png);
	height: 18px;
	width: 18px;
	margin: 1px;
	float: left;
}

.testimonials-star {
	background-image: url(assets/images/star-gray.png);
	height: 18px;
	width: 18px;
	margin: 1px;
	float: left;
}

/* =================================================================================
	20- Contacts
================================================================================= */
#contact {
	overflow: hidden;
	background-color: #000;
}

.contact-container {
    background-attachment: fixed;
    background-image: url("assets/contents/contact-bg.jpg");
    background-position: 50% 50%;
    background-size: cover;
    display: inline-block;
    float: left;
    height: 450px;
    overflow: hidden;
    padding: 0 !important;
    position: relative;
    transition: all 1s ease 0s;
    width: 100%;
}

.contact-toggle {
	margin-left: -93%;	
}

.contact-bg {
	background-color: rgba(24,24,24,0.8);
	position: absolute;
	height: 100%;
	width: 100%;
	padding: 0;
	top: 0;
}

.contact-container .container {
	position: relative;
}

.contact-heading {
	border-right: 1px #c3c3c3 solid;
	padding: 50px 30px;
 	margin-top: 10px;
	color: #f7f7f7;
	float: left;
}

.contact-heading h2{
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 28px;
	margin:0; 
}

.contact-heading p {
	color: #d8d8d8!important;
}

.contact-details {
	padding:35px 20px;
	color: #B8B8B6;
	float: left;
}

.contact-details a {

	color: #B8B8B6;
	text-decoration:underline;
	
}
.contact-details a:hover {

	color: #FC9701;
	text-decoration:underline;
	
}


.contact-details strong {
	color: #f7f7f7;
}

.contact-details p {
	margin-top: 35px;
}

#contact-form-message{
	color: #ff5959;
	margin-bottom: 7px;
	padding-bottom: 5px;
}

/* =================================================================================
	21- Maps
================================================================================= */
.toggle-map-container {
	position: relative;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition:all 1s;
	right: -93%;
	width: 100%;
	z-index: 9;
}

.map-toggle {
	right: 0;
}

.map-toggle .map-arrow {
	background-color: rgba(22,22,22,0.5);
}

.map-container {
	background-color: #111;
	position: absolute;
	height: 100%;
	width: 93%;
	right: 0;
}

.map-arrow {
	background-color: rgba(22,22,22,0.5);	
	position: absolute;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition:all .4s;
	text-align: center;
	font-size: 64px;
	cursor: pointer;
	height: 100%;
	z-index: 99;
	color: #fff;
	width: 7%;
	left: 0;
	top: 0;
}

.map-arrow-container {
	position: relative;
	top: 45%;
}

#map {
    position: absolute;
    max-width: 100%;
    height:100%;
    width: 100%;
    top: 0;
}

.contact-map{
	background-color: #686868;
	max-width:100%;
	width:100%;
}

.contact-map img{
	max-width: none;
}




/* =================================================================================
	22- Forms
================================================================================= */
form {
	padding: 0;
	margin: 0;
}

textarea{ 
	font-family: 'Open Sans', sans-serif;
	background-color: transparent;
	border:1px #797979 solid;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition:all .3s;
	max-height: 130px;
	font-size: 14px;
	min-width: 92%;
	max-width: 92%;
	padding: 18px;
	width: 100%;
	height: 130px;
	color: #f9f9f9;

}

input {
	font-family: 'Open Sans', sans-serif;
	background-color: transparent;
	border:1px #797979 solid;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition:all .3s;
	padding:12px 19px;
	font-size: 13px;
	color: #f9f9f9;
	margin-top: 0;
}

input[type="submit"] {
	background-color: #535353;
	padding:12px 20px;
	margin-left: 3px;
	cursor: pointer;
	color: #d1d1d1;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-style: 13px;
}

input[type="submit"]:hover {
	background-color: #f5ce17;
	border:1px #f5ce17 solid;
	color: #000;
}

.small-input {
	width: 120px;
}

.large-input {
	width: 130px;
}
textarea:focus,
input:focus {
	border:1px #f5ce17 solid;
}

/* =================================================================================
	23- Social icon 
================================================================================= */
.social-container {
	background-color: #fff;
	padding-bottom: 10px;
	position: relative;
	padding: 45px 0;
	padding-bottom: 20px;
	width: 100%;
	color: #fff;
}

.social-container .icon-container {
	border-radius: 50%;
	position: relative;
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-ms-transition: all .9s;
	-o-transition: all .9s;
	transition:all .9s;
	text-align: center;
	line-height: 95px;
	overflow: hidden;
	margin: auto;
	margin-bottom: -10px;
	height: 80px;
	width: 80px;
	border:2px #fff solid;
}

.social-container i{
	z-index: 999!important;
	font-style: normal;
	transition:all .6s;
	position: relative;
	line-height: 80px;
	font-size: 34px;
	display: block;
	color: #222;
}

.social-popup {
	background-color: #333;
	border-radius: 3px;
	font-size: 13px;
	padding:3px 7px;
	color:#c9c9c9;
}
.social-container .span2 { 
	text-align: center;
}

.triangle-up {
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-bottom: 10px solid #333;
}

.social-container .span2 { 
	position: relative;
}

.social-container .span2 a .popup {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition:all .5s;
	z-index: 999;
	opacity: 0;
}

.social-container .span2 a:hover .popup {
	opacity: 1
}

.social-container .row-fluid [class*="span"]:hover .icon-container {	
	bottom: 0;
	border:2px #444 solid;
}
.social-container .row-fluid [class*="span"]:hover i {
	color: #f5ce17;
}


@-webkit-keyframes rotate {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(180deg);
    }
}


/* =================================================================================
	24- Copyright
================================================================================= */
.copyright-container {
	background-color: #333;
	padding: 30px 0;
	font-size: 13px;
	width: 100%;
	color:#fff;
}

/* =================================================================================
	25- Portfolio
================================================================================= */
.portfolio-filter {
    margin-bottom: 55px;
    text-align: center;
}

.portfolio-filter li {
	text-align: center;
	margin-left: 38px;
	display: inline;
}

.portfolio-filter li:before {	
	background-image: url(assets/images/portfolio.png);
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	margin-right: 38px;
	position: relative;
	height: 11px;
	width: 11px;
	content: "";
}

.portfolio-filter li:first-child:before {
	display: none;
}

.portfolio-filter a { 
	text-decoration:none;
   	font-size: 16px;
   	text-transform: uppercase;
	color: #999;
	font-weight: 400;
}

.portfolio-filter a.current { 
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition:all .3s;
	color: #444;
}

.portfolio-container .portfolio-item {
	position: relative;
	display: block;
	float: left;
	margin: 2px;
	color: #fff;
	padding: 0;
}
.portfolio-item  {
	overflow: hidden;
}
.portfolio-item img {
	display: block;
	padding: 0;
	margin: 0;
	transition:all 1s;
}

/* Portfolio details */
.portfolio-item-details {
	background-color: rgba(44,44,44,0.8);
	position: absolute;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition:all .3s;
	height: 100%;
	width: 100%;
	opacity: 0;
	left: 0;
	top: 0;	
}

.portfolio-item-details .number {
	transform:translateY(-30px);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition:all .3s;
	position: absolute;
	right: 30px;
	top: 25px;
	color:#fff;
}

.portfolio-item:hover .number {
	transform:translateY(0px);	
}

.portfolio-item-details .number .line {
	background-color: #fff;
	margin-top: -2px;
	height: 30px;
	float: left;
	width: 1px;
}

.portfolio-item-details .number .selected-item {
	padding-right: 7px;
	font-weight: 600;
	font-size: 16px;
	margin-top: 2px;
	float: left;
}

.portfolio-item-details .number .full-item {
	margin-left: 4px;
	font-weight: 100;
	font-size: 32px;
	float: right;
}

.portfolio-item-details .captions {
	transform:translateY(60px);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition:all .3s;
	position: absolute;
	bottom: 25px;
	width: 100%;
	left: 30px;
	color:#fff;
}

.portfolio-item-details .captions .line {
	background-color: #fff;
	margin-right: 15px;
	margin-top: 5px;
	height: 40px;
	float: left;
	width: 2px;
}

.portfolio-item-details .captions h4 {
	font-weight: 500;
	font-size: 21px;
	margin: 0;
}

.portfolio-item-details .captions p {
	color: rgba(255,255,255,0.5);
	margin-bottom: 0;
}


.portfolio-item-details:hover .captions {
	transform:translateY(0);
}
.portfolio-item:hover .portfolio-item-details {
	 opacity: 1;
}
.portfolio-item:hover img {
	-webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

/* =================================================================================
	26- Isotope
================================================================================= */
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    /* pointer-events: none; */
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* =================================================================================
	27- Portfolio details
================================================================================= */
.portfolio-details .header {
	background-color: #3c3c3c;
	position: fixed;
	height: 85px;
	z-index: 999;
	width: 100%;
	top: 0;

}

.portfolio-details .header .number {
	margin-left: 40px;
	line-height: 85px;
	color: 	#e9e9e9;
	font-size: 24px;
	float: left;
}

.portfolio-details .header .sign-container {
	display: inline-block;
	margin: 17px;
	width: 33px;
	float: left;
}

.portfolio-details .header .sign-container .line {
	background-color: #7d7d7d;
	height: 50px;
	margin: auto;
	margin-top: -42px;
	width: 1px;
}

.portfolio-details .header .sign-container .sign-c {
	background-color: #3c3c3c;
	position: relative;
	margin-top: 10px;
	padding: 10px 0;
	height: 13px;
	width: 33px;
}

.portfolio-details .header .sign-container .sign {
	background-image: url(assets/images/mustache.png);
	margin: auto;
	height: 13px;
	width: 33px;
}

.portfolio-details .header h2 {
	line-height: 85px;
	font-weight: 100;
	color: #f7f7f7;
	float: left;
	padding: 0;
	margin: 0;
}

.portfolio-details .social-icon-container { 
	margin-right: 40px;
	float: right;
	width: 100px;
}

.portfolio-details .social-icon-container .social-icon {
	margin-right: 15px;
	line-height: 85px;
	color: #7d7d7d;
	float: left;
}

.portfolio-details .social-icon-container .social-icon a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition:all .3s;
	color: #7d7d7d;
}

.portfolio-details .social-icon-container .social-icon:hover a {
	color: #f5ce17;
}

.portfolio-details .text {
	padding: 100px 50px;
	position: absolute;
    overflow: hidden;
	color: #dcdcdc;
	height: 100%;
	left: 0;
}

.portfolio-details .slider {
	background-color: #4f4f4f;
	position: absolute;
	height: 100%;
	right: 0;
}

.portfolio-details .text h3 {
	margin-top: 100px;
	font-weight: 400;
	font-size: 21px;
	color: #f7f7f7;
}

.portfolio-details .text .line {
	background-color: #f7f7f7;
	margin-bottom: 40px;
	margin-top: 25px;
	width: 50px;
	height: 2px;
}

.portfolio-details .text h4 {
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 17px;
	line-height: 0;
	color: #f7f7f7;
	padding: 0;
}

.portfolio-details .info-details p {
	color: #b0b0b0;
}

/* portfolio item slide */
.portfolio-slide {
	background-repeat: no-repeat;
	background-position:50% 5%;
	background-size: cover;
	width: 100%;
}

.portfolio-slide1 {
	background-image: url(assets/contents/portfolio-slide1.jpg);
}

.portfolio-slide2 {
	background-image: url(assets/contents/portfolio-slide2.jpg);
}
.portfolio-slide3 {
	background-image: url(assets/contents/portfolio-slide3.jpg);
}
.portfolio-slide4 {
	background-image: url(assets/contents/portfolio-slide4.jpg);
}
.portfolio-slide5 {
	background-image: url(assets/contents/portfolio-slide5.jpg);
}
.portfolio-slide .number {
	z-index: 999!important;
	position: absolute;
	float: right;
	right: 30px;
	top: 110px;
	color:#fff;
}

.portfolio-slide .number .line {
	background-color: #fff;
	margin-top: -2px;
	height: 30px;
	float: left;
	width: 1px;
}

.portfolio-slide .number .selected-item {
	padding-right: 7px;
	font-weight: 600;
	font-size: 16px;
	margin-top: 2px;
	float: left;
}

.portfolio-slide .number .full-item {
	font-weight: 100;
	margin-left: 4px;
	font-size: 32px;
	float: right;
}

/* custom navigation for portfolio */
#portfolio-slider .owl-controls {
	position: absolute;
	width: 100%;
	top: 50%;
}

#portfolio-slider .owl-prev {
	background: transparent;
	position: absolute;
	font-weight: 100; 
	font-size: 32px;
	color: #fff;
	left: 0;
}

#portfolio-slider .owl-next {
	background: transparent;
	position: absolute;
	font-weight: 100; 
	font-size: 32px;
	color: #fff;
	right: 0;
}

.slimScrollDiv {
    padding-right: 20px;
}

/* =================================================================================
	28- portfolio scrollbar
================================================================================= */
#scrollbar::-webkit-scrollbar {
	background-color:#777;
	width:2px;
}

#scrollbar::-webkit-scrollbar-thumb{
	background-color:#9e9e9e;
	width: 4px;
}

#scrollbar::-webkit-scrollbar-thumb:hover{
	background-color: #b8b8b8;
	width: 4px;
}

#scrollbar::-webkit-scrollbar-thumb:active{
	background-color: #b8b8b8;
	width: 4px;
} 

/* =================================================================================
	29- About video 
================================================================================= */
.section-intro{
	position:relative;
	height:460px;
}

.intro-video {
	background-color: #fff;
	position: absolute;
	z-index: 1;
}

.intro-video-play {
	height: 100%;
	width: 100%;
	background-image: url(assets/images/video-play.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	top: 0;
	right: 0;

}
.intro-video-button {
	background-color:rgba(100, 100, 100, 0.3);
	position: relative;
	cursor: pointer;
	margin: 0 auto;
	top:53px;
	left:2px;
	height: 258px;
	width: 458px;
	z-index: 2;
}

.intro-background {
	background-image: url(assets/images/video-player.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	height: 460px;
	width: 100%;
	z-index:0;
	top:0;
}

/* =================================================================================
	30- Mozilla Compatibility
================================================================================= */
@-moz-document url-prefix() {

	input {
		padding:12px 18px;
	}	

	input[type="submit"] {
		background-color: #535353;
		margin-left: 0!important;
		padding:11px 20px;
		cursor: pointer;
		color: #d1d1d1;
	}

}
/* =================================================================================
	31- Special paddings 
================================================================================= */
.padding-top-zero {
	padding-top: 0!important;
}

.padding-bottom-zero {
	padding-bottom: 0!important;
}

.padding-top-ten {
	padding-top: 10px!important;	
}

.padding-bottom-ten {
	padding-bottom: 10px!important;
}

/* =================================================================================
	32- Contact messages
================================================================================= */
.success_page {
	text-align:center;
	color:#fff;
}

/* =================================================================================
	33- Slider pagination
================================================================================= */
#features-slider .owl-pagination {
	position: absolute;
	width: 100%;
	top: 462px;
	margin: 0;
}
#facts-slider { 
	position: relative;
	height: auto;
}
#facts-slider .owl-pagination {
	position: absolute;
	bottom: 20px;
	width: 100%;
	margin: 0;
}

#services .owl-pagination {
	position: absolute;
	width: 100%;
	bottom: 0;
	margin: 0;
}

#features-slider.owl-theme .owl-controls .owl-page span {
	-webkit-border-radius: 20px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin: 0px 17px;
	background: #444;
	display: block;
	opacity: 0.4;
	height: 6px;
	width: 6px;
}

#facts-slider.owl-theme .owl-controls .owl-page span {
	-webkit-border-radius: 20px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
	margin: 0px 7px;
	display: block;
	opacity: 0.6;
	height: 6px;
	width: 6px;
}

#services-slider.owl-theme .owl-controls .owl-page span{
	-webkit-border-radius: 20px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #888;
	margin: 0px 7px;
	display: block;
	opacity: 0.6;
	height: 6px;
	width: 6px;
}

#services-slider.owl-theme .owl-controls .owl-page.active span,
#services-slider.owl-theme .owl-controls.clickable .owl-page:hover span {
	background-color: transparent!important;
	margin-top: -2px!important;
	border:1px #777 solid;
	margin:0 3px;
	height: 12px;
	width: 12px;
	opacity: 1;
	top: 5px;
}

#facts-slider.owl-theme .owl-controls .owl-page.active span,
#facts-slider.owl-theme .owl-controls.clickable .owl-page:hover span{
	background-color: transparent;
	border:1px #fff solid;
	opacity: 1!important;
	margin:0 3px;
	height: 12px;
	width: 12px;
	top: 5px;
}

#features-slider.owl-theme .owl-controls .owl-page.active span,
#features-slider.owl-theme .owl-controls.clickable .owl-page:hover span {
	background-color: #fff;
	border:1px #000 solid;
	margin:0 13px;
	height: 12px;
	width: 12px;
	top: 5px;
}

/* =================================================================================
	34- Page Loader
================================================================================= */
.no-js .preloader-wrap{
	display:none;
}

.preloader-wrap  .progress,
.preloader-wrap {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.preloader-wrap {
	position:fixed; 
	width: 100%; 
	height: 100%; 
	top:0; 
	left:0; 
	z-index: 9999;
	background: #FFF;
}

.preloader-wrap .progress {
	margin: 0 auto; 
	height: 100%; 
	width: 0;
	background: #f5ce17 ;
}

/* =================================================================================
 	35- About 
================================================================================= */
.about {
	width: 100%;
	padding: 100px 0;
	background-image: url(assets/contents/about.jpg);

	background-size: cover;
	background-repeat: no-repeat;
}
.about-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(44,44,44,0.4);
	z-index: 0;
}
.about-container {
	position: relative;
	color: #fff;
}
.about-lead {
	color: #f0f0f0;
	font-size: 15px;
	line-height: 30px;
	padding:20px;
	background-color:rgba(50, 50, 50, 0.5);
}


/* =================================================================================
    36- White Heading 
================================================================================= */
.heading-white .circle {
	width: 90px;
	height: 90px;
	line-height: 90px;
	border-radius: 50%;
	color: #fff;
	margin: auto;
	text-align: center;
	font-size:38px;
	margin-bottom: 40px;
	border: 2px #fff  solid;
	background-color: transparent;
}
.heading-white h2 {
	color: #fff;
}
.heading-white .horizontal-line {
	border-bottom: 2px #fff solid;
}