@charset "utf-8";

body {
	font-family: 'Roboto', sans-serif;
	margin:0px;
	padding:0px;
	overflow-x:hidden;
	font-size:16px;
	color:#333;
	font-weight:400;
	background:#f8f8f8;
}
::selection {
	background: #ff4422;
	color: #ffffff;
}

::-moz-selection {
 background: #ff4422;
 color: #ffffff;
}


/*----------------------
	1.1. Typography
------------------------------*/
h1,  h2,  h3,  h4,  h5,  h6 {
	margin: 0 0 15px 0;
	padding: 0;
	color: #151515;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	letter-spacing: -0.025em;
}
h1 a, h1 a:hover, h1 a:active,  h2 a, h2 a:hover, h2 a:active,  h3 a, h3 a:hover, h3 a:active,  h4 a, h4 a:hover, h4 a:active,  h5 a, h5 a:hover, h5 a:active,  h6 a, h6 a:hover, h6 a:active {
	font-weight: inherit;
	color: inherit;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 13px;
}
a {
	color:#ff4422;
	transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
	text-decoration:none;
}
a:hover, a:focus {
	text-decoration:none;
	outline:none;
	color:#f42601;
}
img {
	max-width:100%;
}
p {
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
}
/*-----------------
	1.2. Button
-------------------------*/
.btn {
	background: #ff4422 none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	color: #ffffff;
	font-size: 17px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 20px;
	margin: auto;
	padding: 15px 25px;
	transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
}
.btn .fa {
	margin-left: 5px;
	vertical-align: middle;
}
.btn:hover, .btn:focus {
	color: #ffffff;
	outline:none;
	background:#f42601;
	border-radius:3px;
}

/*================
	 2. Header
===========================*/
#header {
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 22;
}


/*------------------------
	2.1. Header-Style1
--------------------------------*/
.logo {
	margin: 17px 0;
}
.navbar.navbar-default {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	border-radius: 0;
	margin: 0 auto;
	min-height: inherit;
}
.navbar.navbar-default .nav.navbar-nav {
	float:right;
	margin-right:-15px;
}
.navbar-default .nav.navbar-nav li {
	margin:0;
	overflow:hidden;
	position:relative;
}
.navbar.navbar-default .nav.navbar-nav li:last-child {
	margin-right:0px;
}
.navbar-default .nav.navbar-nav li a {
  color: #111111;
  display: block;
  font-size: 16px;
  padding: 28px 30px;
  text-transform:uppercase;
}

/*----------------
	Drop-Down-Menu
-----------------------*/
header .navbar-default .navbar-nav li.active a, 
header .navbar-default .navbar-nav li.active a:hover,
header .navbar-default .navbar-nav li.active a:focus {
  background: #ff4422;
  border: none;
  box-shadow: none;
  color: #fff;
  outline: 0;  
}
header .navbar-default .navbar-nav li.menu-item-has-children > a::before {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 16px;
  position: absolute;
  right: 19px;
  top: 50%;
  transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
}
header .navbar-default .navbar-nav li.menu-item-has-children > a {
  padding-right:38px !important
}
header .navbar-default .navbar-nav li ul.sub-menu,
header .navbar-default .navbar-nav li ul.children {
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0;
  margin: 0;
  z-index: 99;
  text-align: left;
  height: 0;
  left: 0;
  min-width: 210px;
  opacity: 0;
  position: absolute;
  top: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow:rgba(0, 0, 0, 0.05) 0 5px 10px;
}
header .navbar-default .navbar-nav li:hover ul.sub-menu, 
header .navbar-default .navbar-nav li:hover ul.sub-menu:hover ul.children {
  height: inherit;
  opacity: 1;
}
header .navbar-default .navbar-nav li:hover {
	overflow:visible;
}
header .navbar-default .navbar-nav li ul.sub-menu li,
header .navbar-default .navbar-nav li ul.children li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: block;
  margin:0 !important;
}
header .navbar-default .navbar-nav li ul.sub-menu li a,
header .navbar-default .navbar-nav li ul.children li a {
  background: rgba(255, 255, 255, 0.8);
  display: block;
  color:#111;
  font-size:13px;
  line-height: 20px;
  padding-top:16px;
  padding-bottom:16px;
}
.dropdown-menu {
	border:0px;
}
header .navbar-default .navbar-nav li ul.sub-menu li a:hover,
header .navbar-default .navbar-nav li ul.children li a:hover, 
.navbar.navbar-default .nav.navbar-nav li > a:hover {
  background: #ff4422;
  color: #fff;
}
header .navbar-default .navbar-nav li ul.sub-menu li:last-child,
header .navbar-default .navbar-nav li ul.children li:last-child {
  border-bottom: none;
}
header .navbar-default .navbar-nav li ul.sub-menu ul.sub-menu,
header .navbar-default .navbar-nav li ul.children ul.sub-menu,
header .navbar-default .navbar-nav li ul.sub-menu ul.children,
header .navbar-default .navbar-nav li ul.children ul.children {
  left: inherit;
  right: -100%;
  top: -1px;
}
/*----------------------
	End- Drop-Down-Menu
-------------------------------*/

#banner {
  background: rgba(0, 0, 0, 0) url("../images/bg_img.jpg") no-repeat scroll center center / cover ;
  padding: 70px 0 0;
}
#banner > * {
	color:#fff;
}
#banner h1 {
  color: #ffffff;
  line-height: 40px;
  margin: 50px auto 40px;
}

#demos {
	padding:80px 0;
}
.inner_wrap h3 {
	letter-spacing:0px;
	margin:0 auto;
}
.inner_wrap .btn {
  font-size: 14px;
  letter-spacing: 3px;
  margin-left: 20px;
  margin-top: -30px;
  padding: 9px 130px;
}
.demo {
  margin:0px auto 50px;
  position:relative;
  padding-left:140px;
}
.no {
  color: #333;
  font-size: 170px;
  font-weight: 800;
  left: 30px;
  position: absolute;
  top: 10px;
}
.no b {
	opacity:0.2;
}
.no span {
	font-size:16px;
	display:block;
}

#banner img {
  opacity: 0.7;
}
.demo img {
	transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-ms-transition-duration:0.3s;;
}
.demo img:hover {
	opacity:0.3;
}
#footer {
	background:#222;
	padding:30px;
	text-align:center;
}
#footer p {
	color:#fff;
	margin:0px;
	font-size:16px;
}