body {
	background: #fff;
}
* {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
a {
	text-decoration: none;
}
#wrap {
}
#wrap .container {
}
ul.header-nav{    margin: 0 0 60px 0;}
ul.header-nav li{ display: inline-block;}
ul.header-nav li a{color: #222; font-size: 18px; margin: 0 24px; cursor:pointer}
ul.header-nav li a:hover{color: #e6a91f; text-decoration: none;}


.top-section {
	text-align: center;   /*background:url(../images/top-bg.jpg) no-repeat;*/
	background-size: cover;
	padding: 85px 0;
	min-height: 300px;
}
.top-section img {
	width: 100%;
}
.top-section .detail {
	width: 100%;
	z-index: 2;
	margin: 0 0 0 0;
}
.top-section .detail .logo {
}
.top-section .detail .logo span {
	font-family: 'Raleway', sans-serif;
	color: #222;
}
.top-section .detail .logo span.welcome {
	font-size: 26px;
	display: block;
}
.top-section .detail .logo span.fajar {
	font-size: 82px;
	display: block;
	font-size: 82px;
	text-transform: uppercase;
	font-weight: 900;
	margin: -15px 0 0 0;
}
.top-section span.ever-buy {
	font-size: 35px;
	font-family: 'Raleway', sans-serif;
	color: #191919;
	display: block;
	margin: 20px 0 0 0;
}
.top-section span.power-ful {
	color: #222;
	font-size: 26px;
	font-family: "Source Sans Pro", sans-serif;
	display: block;
	font-weight: 300;
	margin: 6px 0 0 0;
}
.text-center {
	text-align: center;
	display: inline-block;
}
.text-center .quantity-counter {
	float: left;
	color: #222;
	font-size: 48px;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
}
h6.counter-details {
	color: #222;
	font-size: 48px;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 300;
	float: right;
}
h6.counter-details span.plus {
	font-size: 30px;
	float: left;
	margin: 0 0 0 5px;
}
span.feature {
	margin: 0 0 0 17px;
}
.counter {
	margin: 34px 0 0 0;
}
.support {
	text-align: center;
	background: #f6f6f6;
	padding:50px 0;
}
.support .support-detail {
	max-width: 920px;
	display: inline-block;
}
.support .support-detail span.support-title {
	font-family: 'Raleway', sans-serif;
	color: #222222;
	font-size: 42px;
	text-transform: uppercase;
	display: block;
	font-weight: 800;
}
.support .support-detail span.support-text {
	color: #333333;
	font-size: 24px;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 300;
	display: block;
	margin: 4px 0 0 0;
}
.copyrights {
	background: #222;
	text-align: center;
	padding: 28px 0;
}
.copyrights p {
	color: #fff;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 15px;
}
#Container-portfolio .mix {
	display: none;
}
.poftfolio-item a {
	display: block;
}
.clr {
	clear: both;
}
.portfolio-filter-nav {
	background: #353535;
	text-align: center;
}
.portfolio-filter-nav .filter {
	display: inline-block;
	color: #fff;
	padding: 28px 0 26px;
	border-bottom: 4px solid transparent;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	margin: 0 25px;
	cursor: pointer;
	text-transform: uppercase;
}
.portfolio-filter-nav .filter:hover, .portfolio-filter-nav .filter.active {
	border-color: #fff;
}
.portfolio-column {
	padding: 30px 0 100px;
	text-align: center;
}
.portfolio-column li {
	width: 30%;
	display: inline-block;
	margin: 65px 0;
	text-align: center;
	font-size: 14px;
	position: relative;
}
.portfolio-column li img {
	width: 100%;
	display: block;
}
.poftfolio-item {
	margin: 0 45px;
	text-align: center;
}
.poftfolio-item span.title {
	background: #f6f6f6;
	position: relative;
	display: block;
	padding: 25px 0;
	position: relative;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	top: 0;
	font-size: 22px;
	color: #323232;
	text-transform: uppercase;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 300;
}
.poftfolio-item span.title:after {
	bottom: 100%;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(246, 246, 246, 0);
	border-bottom-color: #f6f6f6;
	border-width: 13px;
	margin-left: -13px;
}
.portfolio-column li .still-working {
	position: relative;
}
.portfolio-column li .still-working img {
	border: 1px solid #cecece;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.portfolio-column li .still-working b {
	position: absolute;
	left: 0;
	padding: 30px;
	top: 0;
	right: 0;
	font-size: 26px;
	text-transform: uppercase;
	color: #5d5d5d;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
}
.poftfolio-item:hover span:after {
	border-bottom-color: #2991d6;
}
.poftfolio-item:hover img.pro-img {
	width: 95%;
	-webkit-transition: all 500ms ease;
	display: inline-block;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.poftfolio-item img.pro-img {
	-webkit-transition: all 500ms ease;
	display: inline-block;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.poftfolio-item {
	position: relative;
}
span.launch {
	background: none repeat scroll 0 0 #2991d6;
	transform: scale(0);
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 15px;
	font-weight: 600;
	left: 50%;
	margin: 40px 0 0 -47px;
	z-index: 50;
	min-width: 90px;
	padding: 8px 10px 8px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	position: absolute;
	text-decoration: none;
	text-transform: uppercase;
	top: 25%;
}
.poftfolio-item:hover span.launch {
	transform: scale(1);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.buttons a {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	display: inline-block;
	margin: 40px 15px 0;
	padding: 17px 20px;
	background:#e6a91f;
	border-radius: 50px;
	font-size: 18px;
	color: #fff;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	min-width: 200px;
}
.buttons a:hover, .buttons a:focus {
	background: #000000;
	color:#ffffff;
	text-decoration:none;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.poftfolio-item span.launch:hover {
	background: #353535
}
 @media (max-width: 960px) {
}
 @media (max-width: 960px) {
.portfolio-column li {
	float: none;
	width: 48%;
}
}
 @media (max-width: 640px) {
.portfolio-filter-nav .filter {
	width: 100%;
	margin: 0px;
}
.portfolio-filter-nav .filter:hover, .portfolio-filter-nav .filter.active {
	background: #2991d6;
}
.portfolio-column li {
	width: 100%;
}
}
@media (max-width: 480px) {
.portfolio-column li {
	float: none;
	width: auto;
}
.portfolio-filter-nav .filter {
	display: block;
	padding: 20px 0 15px;
}
.top-section span.ever-buy {
	font-size: 31px;
	margin: 20px 20px 0;
}
.top-section span.power-ful {
	margin: 6px 20px 0;
}
}
.new {
	position: absolute;
	background: #EF3D3D;
	color: #fff;
	width: 30px;
	padding: 24px 17px;
	text-transform: uppercase;
	border-radius: 100%;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 13px;
	z-index: 10;
	margin: -22px 0 0 0;
	right: 0px;
}
.pro-title span {
	position: absolute;
	margin: 38px 0 0 -95px;
	font-size: 22px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	color: #222;
}




body, html{
	height:100%;
}
.main-lading-page-wrapper.fix-height{
	height:100%;
	background:url(../images/archi-bg.jpg) no-repeat;
	background-attachment:fixed;
	background-size:cover;
	position:relative;
}
.main-lading-page-wrapper.fix-height:before{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	content:'';
	background:rgba(255, 255, 255, 0.9);
}
.main-lading-page-wrapper.fix-height .top-section .detail .logo span.fajar{
	text-transform:none;
	font-size:75px;
}
.main-lading-page-wrapper.fix-height .top-section .detail .logo span.fajar strong{
	color:#e6a91f;
}

.main-lading-page-wrapper{
	width:100%;
	float:left;
	padding:50px 0 0 0;
	border-bottom:3px solid #e6a91f;
}
.main-lading-page-wrapper .top-section{
	padding:0;
	min-height: inherit;
}

.archi-techture-logo{
	width:100%;
	float:left;
}
.align-verticla-box{
	width:100%;
	height:100%;
	display:table;
}
.align-verticla-box-inner{
	width:100%;
	height:100%;
	display: table-cell;
	vertical-align:middle;
}
.visit-demo-section{
	background:#e6a91f;
	float:left;
	width:100%;
	padding:15px 0 18px 0;
}
.visit-demo-section a{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	color:#ffffff;
	border:2px solid #ffffff;
	border-radius:50px;
	font-size:20px;
	font-family: 'Raleway', sans-serif;
	padding:15px 70px;
	display:inline-block;
}
.visit-demo-section a:hover, .visit-demo-section a:focus {
	background: #000000;
	border-color:#000000;
	color:#ffffff;
	text-decoration:none;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.custom-builder-bnr{
	clear:both;
	padding-top:50px !important;
}
.theme-option-screenshoot{
	background:#e6a91f;
	padding:50px;
}
.theme-option-screenshoot h2{
	margin:30px 0;
	    font-family: 'Raleway', sans-serif;
    color: #ffffff;
    font-size: 42px;
	font-weight:800;
}
.theme-option-screenshoot p{
	margin:0 0 25px 0;
	    font-family: 'Raleway', sans-serif;
    color: #ffffff;
    font-size: 18px;
	font-weight:400;
	line-height:30px;
}
@media all and (max-width:767px){
.main-lading-page-wrapper.fix-height .top-section .detail .logo span.fajar{
	font-size:50px;
}
.top-section span.ever-buy{
	font-size:25px;
}
.top-section span.power-ful{
	font-size:18px;
}
h6.counter-details, .text-center .quantity-counter{
	font-size:40px;
}
.visit-demo-section a{
	font-size:14px;
	padding:10px 45px;
}
.theme-option-screenshoot h2 {
    margin: 20px 0;
    font-size: 28px;
}
.theme-option-screenshoot p{
	font-size:16px;
}
.support .support-detail span.support-title {
    font-size: 25px;
	text-transform:none;
}
.support .support-detail span.support-text{
	font-size:18px;
}
.buttons a{
	padding:15px 20px;
	font-size:14px;
}
}
@media all and (max-width:550px){
h6.counter-details, .text-center .quantity-counter{
	font-size:26px;
}
.main-lading-page-wrapper.fix-height .top-section .detail .logo span.fajar{
	font-size:35px;
}
.top-section span.ever-buy{
	font-size:17px;
}











