/*------------------------------
	Common Styles Initials
--------------------------------*/

html {
	-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
*, *:after, *:before {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	width: 100%;
	min-height: 100%;
	color: #666;
}
a {
	outline: none;
	text-decoration: none;
	color: #555;
}
a:hover, a:focus {
	outline: none;
	text-decoration: none;
}
img {
	border: 0;
}
input, textarea, select {
	outline: none;
	resize: none;
	font-family: 'Raleway', sans-serif;
}
a, input, button {
	outline: none !important;
}
 button::-moz-focus-inner {
 border: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: 'Asap', sans-serif;
}
img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
p {
	margin: 0 0 15px 0;
	padding: 0;
}
body::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
}
body::-webkit-scrollbar-track {
    background: rgba(0,0,0,.6);
    border-radius: 0;
}
body::-webkit-scrollbar-thumb {
    cursor: pointer;
    border-radius: 5px;
    background: #000000;
    -webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
}
.container{
	max-width: 1170px;
	width: 100%;
}
.d-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.align-items-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex-wrap{
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.justify-content-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
/*---------------------------------
	index page style
-----------------------------------*/
.pre-loader{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 14;
	display: none;
	background: url(../images/pre-loader.svg) #333333 no-repeat;
	background-position: center center;
}
.index-banner{
	/*background: url(../images/index-banner-img.jpg) no-repeat;*/
	background: #ffe792;
	background-size: cover;
	height: 720px;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.020em;
	color: #222222;
	font-weight: 400;
	padding-top: 40px;
	position: relative;
	font-family: 'Arvo', serif;
}
.index-banner .container{
	position: relative;
}
.banner-img{
	position: absolute;
	right: 0;
	bottom: 50px;
	width: 40%;
}
.index-banner .purchase-btn{
	margin-top: 40px;
}
.purchase-btn{
	display: inline-block;
	background-color: #000;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.150em;
	font-weight: 700;
	padding: 8px 30px;
	font-family: 'Arvo', serif;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.purchase-btn:hover{
	background-color: #ffffff;
	color: #000000;
}
.logo{
	padding-bottom: 0px;
	position: absolute;
	left: 15px;
	top: 0;
}
.logo img{
	/*width: 260px;*/
	height: 50px;
}
.headline{
	font-size: 36px;
	line-height: 46px;
	color: #292929;
	display: inline-block;
	margin-bottom: 30px;
	padding-top: 190px;
	font-family: 'Arvo', serif;
	font-weight: 400;
}

.head-img{
	position: relative;
	margin-top: -275px;
}
.head-img img{
	display: block;
	margin: 0 auto;
}
.demo-list{
	background-color: #ffffff;
	padding: 1px 0 50px;
}
.demo-list .container{
	max-width: 1500px;
}
.page-title{
	text-align: center;
	margin-top: 55px;
	margin-bottom: 50px;
}
.page-title h2{
	font-size: 40px;
	color: #222222;
	text-align: center;
	position: relative;
	font-weight: 500;
	z-index: 1;
	display: inline;
	box-shadow: inset 0 -20px 0 #ffc80a;
}
/*.page-title h2:after{
	width: 100%;
	height: 2px;
	content: "";
	background: #ffc80a;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: -1;
	margin: 0 auto;
}*/

.single-demo{
	margin-bottom: 30px;
}
.single-demo .demo-view{
}
.single-demo .demo-view a{
	display: block;
	position: relative;
	background: #ffffff;
	border: 3px solid #ffffff;
	padding: 3px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-box-shadow: 0 1px 7px rgba(4,4,4,.13);
	-moz-box-shadow: 0 1px 7px rgba(4,4,4,.13);
	box-shadow: 0 1px 7px rgba(4,4,4,.13);
}
.single-demo .demo-view a figure img{width: 100%;}
.single-demo .demo-view a:hover{
	border-color: #ffe792;
	background: #ffe792;
}
.single-demo .demo-view a:hover .ovrlay-icon{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	/*background-color: #ffc80a;*/
}
.single-demo .demo-view a .ovrlay-icon{
	position: relative;
	right: 10px;
	top: 0;
	float: right;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	display: inline-block;
	background: #ffffff;
	opacity: 1;
	text-align: center;
	color: #222222;
	font-size: 25px;
	line-height: 50px;
	text-align: center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.16);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.16);
	box-shadow: 0 1px 2px rgba(0,0,0,.16);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
/*.single-demo .demo-view a .ovrlay-icon i{
	position: relative;
	top: 50%;
	font-size: 0;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}*/
.single-demo .demo-view a:hover .ovrlay-icon{
	opacity: 1;
}
/*.single-demo .demo-view a:hover .ovrlay-icon i{
	font-size: 80px;
}*/
.single-demo h3{
	font-size: 20px;
	color: #292929;
	/*text-transform: uppercase;*/
	font-weight: 500;
	padding: 20px 10px 3px 10px;
	min-height: 70px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-demo .demo-view a:hover h3{
	padding-left: 20px;
}
.view-btn{
	font-size: 16px;
	color: #292929;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: rgba(244,96,50,0);
	border: solid 1px #474747;
	padding: 20px 30px 17px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.view-btn:hover{
	background: #f46032;
	color: #ffffff;
	border-color: #f46032;
}
footer{
	background-color: #ffe792;
	padding: 36px 15px 25px;
}
footer h4{
	font-size: 30px;
	color: #a4e3e8;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 35px;
}
footer h5{
	font-size: 16px;
	color: #222222;
	font-weight: 600;
}
footer h5 a, footer h5 a:hover{
	color: #222222;
}
footer .view-btn{
	color: #a4e3e8;
	border-color: #a4e3e8;
}
.color-palette{
	padding-top: 30px;
}
.color-box{
	height: 470px;
	background: #ffffff;
	padding: 30px;
	text-align: center;
	color: #222222;
	-webkit-box-shadow: 0 1px 7px rgba(4,4,4,.13);
	-moz-box-shadow: 0 1px 7px rgba(4,4,4,.13);
	box-shadow: 0 1px 7px rgba(4,4,4,.13);
}
.color-box h3{
	margin-bottom: 30px;
	margin-top: 15px;
}
.color-box ul li{
	float: left;
	width: 50%;
	height: 150px;
	position: relative;
}
.color-box ul li.color1{background: #538aef;}
.color-box ul li.color2{background: #FFA000;}
.color-box ul li.color3{background: #009688;}
.color-box ul li.color4{background: #F62459;}
.color-box ul li span{
	position: absolute;
	left: 15px;
	top: 50px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	float: right;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.050em;
	font-family: 'Asap', sans-serif;
}
.bg-box{
	height: 470px;
	background: url(../images/bg-img.png) #ffffff;
	padding: 30px;
	text-align: center;
	background-size: cover;
	color: #222222;
	-webkit-box-shadow: 0 1px 7px rgba(4,4,4,.13);
	-moz-box-shadow: 0 1px 7px rgba(4,4,4,.13);
	box-shadow: 0 1px 7px rgba(4,4,4,.13);
}
.bg-box h4{
	color: #ffffff;
	font-size: 50px;
	line-height: 70px;
	font-weight: 500;
	font-family: 'Asap', sans-serif;
	max-width: 480px;
}
.bg-box h4 span{
	color: #ffbf35;
}
/*---------------------------------------
	Media css
------------------------------------------*/
@media (max-width: 1200px){
	.banner-img{width: 67%;}
}
@media (max-width: 1024px){
	.banner-img{display: none;}
}

@media (max-width: 991px){
	.head-img{
		margin-top: -195px;
	}
	.headline{
		font-size: 30px;
	}
}

@media (max-width: 767px){
	.index-banner{
		height: auto;
		padding-bottom: 100px;
		font-size: 18px;
		line-height: 28px;
	}
	.page-title{
		font-size: 24px;
	}
	.headline{
		font-size: 33px;
		padding-top: 100px;
	}
	.page-title h2{font-size: 32px; box-shadow: inset 0 -14px 0 #ffc80a;}
	.head-img{
		margin-top: 10px;
	}
	.single-demo{
		margin-bottom: 30px;
	}
	.single-demo h3{
	}
	.view-btn{
		font-size: 15px;
		padding: 10px 20px 7px;
	}
	footer h4{
		font-size: 24px;
	}
	.bg-box h4{font-size: 41px; line-height: 58px;}
}