/* ==================================================
1. Global CSS
================================================== */
html {
	padding: 0;
	margin: 0;
	overflow-x:hidden;	
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	color: #666666;
	background: #fff;
	height: 100%;
	position: relative;
	overflow-x: hidden;
	width: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 42px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;	
}
h1 strong {
	font-size: 60px;
	font-weight: 700;	
}
h2 {
	font-size: 54px;
	line-height: 66px;
	font-weight: 900;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	margin-bottom: 15px;
	position: relative;
	z-index:99;	
	color: #222;
}
p {
	margin-bottom: 15px;
}
strong, bold {
	font-weight:600;	
}
ul { 
	list-style: none;
}
a {
	color: #222;
}
a:hover, a:active, a:focus {
	outline: none;
	text-decoration: none;
	color: #f49148;
}
i::before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
}
input, textarea {
	border-radius: 0;
	-webkit-appearance: none;
}
img {
	max-width: 100%;
}
/* ==================================================
2. Header Section
================================================== */

.header {
	background: #312d3c;
	position: relative;
	overflow: hidden;
}
.header-top {
	position: absolute;
	left: 75px;
	top: 8%;
	color: #fff;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 300;
}
.logo {
	margin-bottom: 50px;	
}
.header-bottom {
	position: absolute;
	left: 75px;
	bottom: 145px;
	color: #fff;
	font-size: 25px;
	line-height: 38px;
	max-width: 460px;
	font-weight: 300;	
	letter-spacing: 0.6px;
}
.header-bottom:before {
	position: absolute;
	right: 56px;
	top: -150px;
	content: "";
	background: url(../images/arrow.png) no-repeat right top;
	width: 137px;
	height: 112px;	
}
.header-bottom p strong {
	font-weight:600;	
}
.header-bottom ul {
	padding: 0;
	margin: 25px 0 0;	
}
.header-bottom ul li { 
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
	margin: 0 10px;
	text-align: center;
	float:left;
	letter-spacing: 1.5px;
}
.header-bottom ul li:first-child {
	margin-left: 0;	
}
.header-bottom ul li a {
	width: 206px;
	line-height: 54px;
	color: #fff;
	background: #f49148;
	display:inline-block;
	border: 2px solid #f49148;	
}
.header-bottom ul li a:hover {
	background:#fff;
	border: 2px solid #fff;	
	color:#000;
}
.header-bottom ul li:first-child a {
	background:none;
	border: 2px solid #fff;	
}
.header-bottom ul li:first-child a:hover {
	background:#fff;	
}


/***** Section Start ******/
.theme-section {
	padding: 100px 0;	
}
.main-heading {
    position: relative;
	color: #222;
}
.section-mb-15 {
    margin-bottom: 15px;
}
.big-title {
    font-size: 112px;
    font-weight: 900;
    font-family: 'Open Sans', sans-serif;
    color: #f7f7f7;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 20px;
    right: 0;
    bottom: 0;
}
.section-heading h2 span {
	color: #f49148;
}
.section-heading p {
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: 0.3px;
	color: #222;	
}
.thumbnail { 
	padding: 0;
	margin: 42px 0 0;
	border-radius: 0;
	border: none;
	background: none;
}
.thumbnail h2 {
	font-size: 34px;
	text-transform: capitalize;	
	margin-bottom: 12px;
	font-weight:700;
	letter-spacing: 0.5px;
}
.thumbnail figure {
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
	box-shadow: 0 0 20px rgba(0,0,0,.2);
	border: solid 2px #fff;		
}
.thumbnail figure {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.thumbnail figure:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,.4);
	-moz-box-shadow: 0 0 30px rgba(0,0,0,.4);
	box-shadow: 0 0 30px rgba(0,0,0,.4);	
}
.thumbnail figure img {
	width: 100%;	
}
.dark-theme-section {
	background: #222222;	
}
.dark-theme-section .big-title{
	color: #2a2a2a;
}
.dark-theme-section h2 {
	color: #fff;
}
.dark-theme-section p {
	color: #ababab;
}
.dark-theme-section h2 a {
	color: #fff;	
}
.dark-theme-section h2 a:hover {
	color: #f49148;	
}
.dark-theme-section .thumbnail figure {
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.35);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.35);
	box-shadow: 0 0 20px rgba(0,0,0,.35);
}
.dark-theme-section .thumbnail figure:hover {
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,.55);
	-moz-box-shadow: 0 0 30px rgba(0,0,0,.55);
	box-shadow: 0 0 30px rgba(0,0,0,.55);
}
.inner-theme-section .big-title {
	font-size: 110px;	
}
.responsive-theme-section {
	background: #f7f7f7;	
}
.responsive-theme-section .big-title {
	color: #fff;	
}
.responsive-view {
	position: relative;
	display: inline-block;
	padding-top:50px;	
}
.ipad {
	position:absolute;
	left: 0;
	bottom: 0;
	z-index:11;	
}
.iphone {
	position:absolute;
	right: 66px;
	bottom: 5px;
	z-index:12;
}
.arrow {
	position:absolute;
	right: 0px;
	top: 240px;
	z-index:13;	
}

/***** Features ****/
.theme-features { 
	margin-top: 25px;
}
.features-content h2 { 
	font-size: 20px;
	color: #222;
	text-transform: capitalize;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	line-height:normal;
	letter-spacing:0.2px;
	margin-bottom: 8px;
	margin-top: 0;	
}
.features-content p {
	letter-spacing: 0.1px;	
	min-height: 100px;
	margin-bottom: 0;
}

/***** Footer ****/
.footer-fixed {
    background-color: #3c3846;
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
    z-index: 0;
    background-attachment: fixed !important;
	color: #fff;
}
.footer-fixed::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(49, 45, 60, .89);
}
.overview-block-footer {
    padding: 130px 0 140px;
}
.footer-section h2 { 
	color: #fff;
	font-size: 40px;
	line-height: normal;
	letter-spacing: 1px;
}
.footer-section p { 
	color: #fff;
	font-size: 21px;
	line-height: normal;
	letter-spacing: 1px;
	font-weight: 600;
}
.footer-section ul {
	display: inline-block;	
	width:100%;
	margin:20px 0 45px 0;
	padding: 0;
}
.footer-section ul li {
	display:inline-block;
	margin: 0 4px;
	font-size: 30px;	
}
.purchase-btn a {
	display:inline-block;
	background: rgba(0, 0, 0, 0.2);
	border: 3px solid #ff8c37;
	padding: 17px 40px;
	text-transform: uppercase;
	color: #fff;
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 0.4px;	
}
.purchase-btn a:hover {
	background: #ff8c37;
}
