body {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #69696E;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	padding: 0;
	margin: 0;
}
.main-container {
	overflow: hidden;
}
section {
    position: relative;
    overflow: hidden;
}

h1{
	font-size: 52px;
	line-height: 56px;
	font-weight: 900;
	text-shadow: 0 1px 2px rgba(0,0,0,.1);
	margin-top:0;
	margin-bottom:10px;
}
h3{
	font-size: 32px;
	line-height: 36px;
	font-weight: 700;
	margin-top:0;	
	margin-bottom:15px;
}
h4{
	font-size: 26px;
	line-height: 30px;
	font-weight: 700;
	margin-top:0;	
	margin-bottom:15px;
}
h5{
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	margin-top:0;	
	margin-bottom:15px;
}
p{
	font-size: 16px;
	line-height: 20px;
	font-weight:400;
	margin-top:0;
	margin-bottom:20px;
}
.lead{
	font-size: 22px;
	line-height: 26px;
	font-weight: 400;
	margin-top:0;
	margin-bottom:25px;
}
a, 
a:link, 
a:visited, 
a:hover, 
a:active {
    color: #439fe0;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.btn, 
a.btn {
    display: inline-block;
    color: #ffffff !important;
    padding: 11px 18px;
    margin-bottom: 7px;
    margin-right: 5px;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 1px;
    vertical-align: middle;
    white-space: pre-line;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.btn:focus,a.btn:focus,.btn:hover,a.btn:hover,.btn.active:focus,a.btn.active:focus,.btn:active:focus,a.btn:active:focus {
    color: #fff;
    outline: none;
}
.btn-orange{
	background-color: #D37A2D;
	color: #ffffff !important;
    margin-right: 0;
    margin-bottom: 0;
}

input[type=text],input[type=email],input[type=tel], select{
    color: #fff !important;
}

select option { color: black; }
.formMain .formField input::-webkit-input-placeholder,
.formMain .formField textarea::-webkit-input-placeholder {
  color: #aeaeae !important;
}

.formMain .formField input::-moz-placeholder,
.formMain .formField textarea::-moz-placeholder {
    color: #aeaeae !important;
}

.formMain .formField input:-ms-input-placeholder,
.formMain .formField textarea:-ms-input-placeholder {
    color: #aeaeae !important;
}

.formMain .formField input:-moz-placeholder,
.formMain .formField textarea:-moz-placeholder {
    color: #aeaeae !important;
}
.middle-align{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: row;
	-webkit-flex-direction: row;	
}
.img-responsive{
	display: block;
	max-width: 100%;
	height: auto;
}
hr{
	width:100%;
	margin:0;
	padding:0;
	border-top: 1px solid #aaaaaa;
	
}
/*Menu*/
.navbar{
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	border: none;
	margin-bottom: 0;
	padding: 20px;
}
.navbar-brand {
    height: auto;
	padding:0;
}
.navbar-collapse{
	margin-top:15px;
}
.navbar-toggle .icon-bar {
	background-color: #404B55;
	opacity: 0.8;
}
.navbar-nav>li>a{
	font-size: 15px;
	font-weight: 700;
	padding: 10px 15px;
	border-radius: 5px;
    width: auto;
	display:inline-block;
}
.social-btn{
	padding:10px;
}
.social-btn a {
	font-size: 22px!important;
	border-radius: 50px;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: -10px 0 0 5px;
	padding:0;
	color: #fff;
	text-align: center;
}
.social-btn a i{
	line-height:40px;
}
.social-btn .sb-facebook{
	background-color: #3b5998;
}
.social-btn .sb-google-plus{
	background-color: #dd4b39;
}
.social-btn .sb-twitter{
	background-color: #55acee;
}

/*Banner*/
.banner-img {
    background: url("../../img/magento-app/banner.jpg") no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size:cover;
    background-size: cover;
	height: auto;
	padding-top: 100px;
	padding-bottom: 100px;	
}
.banner-text.overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: transparent;
	background: rgba(51, 51, 51, 0.8);
}
.banner-text{
	text-align:center;
	color:#ffffff;
	/*display:none;*/
}
/*Banner Form*/
#banner .form-horizontal{
    padding: 40px 40px 20px;
    border-radius: 5px;
    box-shadow: -2px -2px 6px 0 rgba(0,0,0,.1);
    background-color: #525e6c;
    background-color: rgba(0, 0, 0, 0.4);
}
#banner .form-horizontal h4, #banner .form-horizontal p{
	text-align:center;
	color:#ffffff;
}
#register .form-group.w-50 input{
	display: inline-block;
	width:49.5%;
}
#register .form-control {
    background: #ffffff;
    border-color: #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #657380;
    font-size: 15px;
    font-weight: 700;
    padding: 16px;
    width:100%;
    height: auto;
    outline: 0;
    border: 2px solid #e8ebed;
    box-shadow: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.form-group button {
    width: 100%;
}

/*Heading Section*/
.header{
	text-align:center;
	color:#F58634;
	margin-bottom:30px !important;
}

/*Solution Section*/
#solution{
	padding:40px 0;
	background:#fefefe;
}
.solution-tab{
	list-style-type:none;
	border-right:1px solid #aaaaaa;
	max-height: 350px;
	overflow-y: auto;
	overflow-x: hidden;
}
.solution-tab .tab{
	padding:7px 10px;
	display: block;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.solution-tab .tab:before{
	content: '';
	border-top: 1px solid #d5d5d6;
	position: absolute;
	top: 0;
	right:0;
	width: 80%;
}
.solution-tab .tab.no_border:before{
	border-top: none;
}
.solution-tab .tab i, .accordian i{
	font-size:20px;
	width: 30px;
	height: 30px;
	text-align: center;
	margin-right:20px;
}
.solution-tab .tab i.fa-mobile{
	font-size:24px;
}

.solution-tab .tab span{
	width:100%;
}
.solution-tab .tab.active, .accordian.active{
	color:#F58634;
}
.tab-block{
	position: absolute;
    opacity: 0;
    -webkit-transform: translate3d(0,200px,0);
    -ms-transform: translate3d(0,200px,0);
    transform: translate3d(0,200px,0);
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    transition: .5s ease;
}
.tab-block.active{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: row;
	-webkit-flex-direction: row;
	margin-top:-200px;
}
.tab-block p{
	margin-bottom:25px;
}
.tab-block .btn{
	padding:5px 10px;
}
.accordian{
	padding:10px;
	cursor: pointer;
	display:none !important;
	border-bottom:0.5px solid #aaaaaa;
	border-top:0.5px solid #aaaaaa;
	margin:0;
	font-size:20px;
	line-height: 30px;
}
.plus{
	float:right;
	line-height: 30px;
}
.img-responsive.img_tab {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: 350px;
    margin: -10px auto 0;
}
/*Contact section*/
#contact{
	padding:40px 0;
}
.contact-divider{
	text-align:center;
}
.contact-divider i {
	font-size: 40px;
	font-weight: bold;
}
.contact-title{
	font-size: 20px;
	line-height: 24px;
	margin: 15px 0 10px;
	font-weight:900;
	color:#F58634;
}

/*Why SSI Section*/
#why{
	padding:40px 0;
	background:#eeeeee;
}
#why .btn{
	margin-top:20px;
}

/*Advantages Section*/
#advantages{
	padding:40px 0;
	background:#eeeeee;
}
.advantage-block{
	padding:20px 0 0;
}
.advantage-block img{
	max-width:80px;
}
.advantage-block h5{
	font-weight:400;
	font-size: 16px;
	line-height:20px;
	text-align:center;
}
.advantage-block .btn{
	margin-top:20px;
}

/*Support Section*/
#support{
	padding:40px 0;
}
.support-block{
	padding:20px 0 0;
}
.support-block img{
	max-width:80px;
}
.support-block h6{
	font-weight:400;
	font-size: 14px;
	line-height:18px;
	text-align:center;
}
.support-block .btn{
	margin-top:20px;
}

/*Footer*/
.footer{
	padding:20px 0;
	text-align:center;
}
.footer p{
	margin-bottom:0;
}
@media (max-width:992px){
	h1{
		font-size: 40px;
		line-height: 46px;
	}
	h3{
		font-size: 28px;
		line-height: 32px;
	}
	.lead{
		font-size: 20px;
		line-height: 24px;
	}
	.middle-align,.tab-block{
		display:block;
	}
	.banner-img {
		background: url("../../img/magento-app/banner_mobile.jpg") no-repeat center center scroll;
		-webkit-background-size: cover;
		-moz-background-size:cover;
		background-size: cover;
	}
	.banner-text{
		display:block;
	}
	.navbar-collapse{
		border-top:2px solid #DDDDDD;
	}
	.navbar-nav>li{
		margin:10px 0 0;
		padding-left:20px;
	}
	.social-btn {
		padding: 10px 0 0;
	}
}
@media (max-width:767px){
	h1{
		font-size: 36px;
		line-height: 40px;
	}
	h3{
		font-size: 26px;
		line-height: 30px;
	}
	h4{
		font-size: 24px;
		line-height: 28px;
	}
	h4{
		font-size: 18px;
		line-height: 22px;
	}
	.lead{
		font-size: 18px;
		line-height: 22px;
		
	}
	.contact-divider>div{
		padding:0 10%;
	}
	.solution-tab{
		display:none;
	}
	.tab-block p {
		margin-bottom: 20px;
	}
	.tab-block .btn{
		margin-bottom:20px;
	}
	.tab-block{
		position:inherit;
		height: 0;
		overflow: hidden;
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		transition: none;
	}
	.tab-block.active{
		display:block;
		height:auto;
		padding:10px 30px;
		margin-top: 0;
		opacity:1;
	}
	.tab-block h5{
		display:none;
	}	
	.accordian{
		display:block !important;
		font-size:18px;
	}
	#register .form-group.w-50{
		margin-bottom: 0px;
	}
	#register .form-group.w-50 input{
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
}