@charset "utf-8";
/* CSS Document */
html {
	overflow-x: hidden;
}
body {
	font-family: 'Open Sans', sans-serif;
	color: #535353;
	font-size: 14px;
	font-weight: 400;
	background-color: #fff
}
* {
	margin: 0;
	padding: 0
}
img {
	border: none;
	-ms-interpolation-mode: bicubic;
	height: auto;
	max-width: 100%;
	outline: none
}
.clear {
	clear: both
}
a {
	color: #ee6323;
	text-decoration: none;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out
}
a:hover {
	color: #5e5e5e;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none
}
p {
	font-size: 14px;
	font-weight: 400;
}
ul, ol {
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
	color: #535353;
}
.header_bg {
	width: 100%;
	position: relative;
	background: #000000;
}
.header, .footer, .services_contain {
	width: 1100px;
	margin: 0px auto;
}
.logo {
	float: left;
	margin: 16px 0 10px;
}

.logo img{
    height: 68px;
}
#hide {
	display: none!important;
}
.header_right {
	float: right;
	margin: 0;
	background-color: #f3f3f3;
	padding: 17px 3%;
	position: absolute;
	right: 0;
	min-height: 60px;
}
.header_right ul {
	display: block;
}
.header_right ul li {
	display: inline-block;
	list-style-type: none;
	margin: 0;
}
.header_right ul li img {
	list-style-type: none;
	margin: 0 10px 0 0;
/*	vertical-align: -webkit-baseline-middle;
	vertical-align: -moz-baseline-middle;*/
	vertical-align: middle;
}
.header_right ul li a {
	color: #363636;
	font-size: 18px;
	font-weight: 700;

}
.header_right ul li a:hover {
	color: #f17922;
}
.header_right span {
	margin-top: 5px;
	text-transform: uppercase;
 	vertical-align: middle;
}
#main-header {
	/*background: #fc8261;*/
	background: #4f4f4f;
	padding-top: 20px;
}
#featured {
	position: relative;
}
#featured:after {
	content: '';
	position: absolute;
	height: 13px;
	bottom: 0;
	left: 0;
	width: 100%;
}
#featured .container {
	text-align: center;
	line-height: 0;
}
#featured h2, #featured p {
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
#featured h2 {
	font-size: 70px;
	font-weight: 700;
	letter-spacing: -3px;
}
#featured h2 span, #featured .description {
	font-weight: 400;
}
#featured .description {
	font-size: 25px;
	padding-bottom: 34px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
/* FlexSlider Default Theme
*********************************/

#featured {
	overflow: hidden;
}
#featured.flexslider {
	position: relative;
	zoom: 1;
}
#featured.flexslider .slides {
	zoom: 1;
	width: 960px;
	margin: 0 auto;
}
#featured.flexslider .slides > li {
	position: relative;
}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
#featured .flex-container {
	zoom: 1;
	position: relative;
}
#featured .flex-direction-nav a {
	position: absolute;
	text-indent: -9999px;
	top: 50%;
	margin-top: -22px;
	width: 44px;
	height: 44px;
	display: none;
}
#featured .flex-direction-nav a.prev {
	left: 80px;
}
#featured .flex-direction-nav a.next {
	right: 80px;
}
#featured .flex-control-nav {
	display: none;
}
 @-webkit-keyframes bounceIn {
 0% {
 opacity: 0;
 -webkit-transform: scale(.3);
}
 50% {
 opacity: 1;
 -webkit-transform: scale(1.05);
}
 70% {
 -webkit-transform: scale(.9);
}
 100% {
 -webkit-transform: scale(1);
}
}
 @-moz-keyframes bounceIn {
 0% {
 opacity: 0;
 -moz-transform: scale(.3);
}
 50% {
 opacity: 1;
 -moz-transform: scale(1.05);
}
 70% {
 -moz-transform: scale(.9);
}
 100% {
 -moz-transform: scale(1);
}
}
 @-o-keyframes bounceIn {
 0% {
 opacity: 0;
 -o-transform: scale(.3);
}
 50% {
 opacity: 1;
 -o-transform: scale(1.05);
}
 70% {
 -o-transform: scale(.9);
}
 100% {
 -o-transform: scale(1);
}
}
 @keyframes bounceIn {
 0% {
 opacity: 0;
 transform: scale(.3);
}
 50% {
 opacity: 1;
 transform: scale(1.05);
}
 70% {
 transform: scale(.9);
}
 100% {
 transform: scale(1);
}
}
.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}
 @-webkit-keyframes bounceIn_custom {
 0% {
 -webkit-transform: scale(1);
}
 25% {
 -webkit-transform: scale(.8);
}
 50% {
 -webkit-transform: scale(1.05);
}
 70% {
 -webkit-transform: scale(.9);
}
 100% {
 -webkit-transform: scale(1);
}
}
 @-moz-keyframes bounceIn_custom {
 0% {
 -moz-transform: scale(1);
}
 25% {
 -moz-transform: scale(.8);
}
 50% {
 -moz-transform: scale(1.05);
}
 70% {
 -moz-transform: scale(.9);
}
 100% {
 -moz-transform: scale(1);
}
}
 @-o-keyframes bounceIn_custom {
 0% {
 -o-transform: scale(1);
}
 25% {
 -o-transform: scale(.8);
}
 50% {
 -o-transform: scale(1.05);
}
 70% {
 -o-transform: scale(.9);
}
 100% {
 -o-transform: scale(1);
}
}
 @keyframes bounceIn_custom {
 0% {
 transform: scale(1);
}
 25% {
 transform: scale(.8);
}
 50% {
 transform: scale(1.05);
}
 70% {
 transform: scale(.9);
}
 100% {
 transform: scale(1);
}
}
#featured .slide {
	text-align: center;
}
.cssanimations.csstransitions #featured .slide {
	padding-bottom: 295px;
}
#featured .slide h2 a {
	color: inherit;
	text-decoration: none;
}
.cssanimations.csstransitions #featured .slide img, .cssanimations.csstransitions #featured .slide h2, .cssanimations.csstransitions #featured .slide .description {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
}
.cssanimations.csstransitions #featured .slide img {
	position: absolute;
	bottom: -295px;
	left: 0;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
.cssanimations.csstransitions #featured .slide img.et_animated_item {
	-webkit-transform: translate3d(0px, -295px, 0px);
	-moz-transform: translate3d(0px, -295px, 0px);
	-o-transform: translate3d(0px, -295px, 0px);
	-transform: translate3d(0px, -295px, 0px);
	opacity: 1;
}
.cssanimations.csstransitions #featured .slide h2.et_animated_item, .cssanimations.csstransitions #featured .slide .description.et_animated_item {
	-webkit-animation: bounceIn 0.7s ease-in-out;
	-moz-animation: bounceIn 0.7s ease-in-out;
	-o-animation: bounceIn 0.7s ease-in-out;
	animation: bounceIn 0.7s ease-in-out;
}
.main_contain {
	width: 1100px;
	margin: 0px auto;
	padding: 3% 0px;
	text-align: center;
}
.main_contain h3 {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -2px;
}
.main_contain p {
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
}
.main_contain a {
	font-weight: 700;
}
.design_contain {
	width: 100%;
	text-align: center;
	padding: 2% 0px;
	background: #f4f3f3;
	border-top: 1px solid #e6e6e6;
	-webkit-box-shadow: 0px 1px 9px -1px rgba(0,0,0,0.50);
	-o-box-shadow: 0px 1px 9px -1px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 1px 9px -1px rgba(0,0,0,0.50);
	box-shadow: 0px 1px 9px -1px rgba(0,0,0,0.50);
}
.swiper-wrapper {
	width: 1100px;
	margin: 0px auto;
}
.box {
	border-radius: 2px;
	float: left;
	width: 27%;
	margin-right: 3%;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 0 25px #ddd;
	padding: 2%;
	color: #706b66;
	display: block;
	transition: all .5s ease;
	text-decoration: none;
        min-height: 230px;
}
.box-3 {
	margin-right: 0px!important;
}
.box h3 {
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: 4px double #bcbcbb;
	padding-bottom: 11px;
}
.box p {
	color: #595959;
	margin-top: 14px;
	font-size: 14px;
	margin-bottom: 5px;
}
.footer_bg {
	background: #151515;
	padding: 2% 0px;
}
.footer_nav {
	display: block;
	text-align: center;
}
.footer_nav li {
	list-style-type: none;
	text-align: center;
	display: inline-block;
	color: #929392;
	padding-left: 10px;
}
.footer_nav a {
	color: #929392;
	padding-right: 10px;
	text-decoration: none;
}
.footer_nav a:hover, .footer_a:hover {
	color: #fff;
	text-decoration: none;
}
.footer p {
	text-align: center;
	color: #929392;
	margin: 5px auto;
	font-size: 13px;
}
.footer_a {
	color: #929392;
	text-decoration: underline;
}
/* ABOUT US PAGE CSS START */
.banner_main {
    width: 100%;
    position: relative;
	    border-bottom: 1px solid #fff;
    box-shadow: 1px 2px 2px -2px #000;
}.banner_main img {
    width: 100%;
}
.about_contain{
	width:1100px;
	margin:0px auto;
	padding:2% 0px 2%;
}
.about_contain h3 {
	font-size: 28px;
	font-weight: 700;
     color: #707070;
	display:inline-block;
 	 }
.about_contain p {
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
	margin:10px 0px;
}
.contact_box{
	display:block;
	width:100%;
}
.add_box{
	margin-top:20px;
	width:54%;
	float:left;
}

.add_box p {
    font-size: 15px;
    font-weight: normal;
    margin:0px 0px 12px;
    line-height: 22px;
    color: #595959;
    text-align: left;
    background: #f9f8f8;
    padding: 15px 15px;
    border-left: 4px solid #f17622;
}
.add_box a{
color: #595959;
	text-decoration: none;	
	
}
.add_box a:hover{
color: #ee6323;
	text-decoration: none;	
}
.map{
	float:right;
	width:41%;
	border:3px solid #d9d9d9;
}
/* Apps page PAGE CSS START */
.app_contain{
	width:1100px;
	margin:0px auto;
	padding:2% 0px 3%;
	text-align:center;
}
.app_contain h3 {
	font-size: 60px;
	font-weight: 700;
     color: #707070;
	display:block;
 	letter-spacing:-2px;
	 }
.app_contain p {
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
	margin:5px 0px;
}



 .content {
    width: 54%;   
	float:left;
	padding-top:20px;
	text-align:center;
 	display:block;
 }
 
.content h2 {
    color: white;
    font-weight: 700;
    font-size: 33px;
    border-top: 4px double #f8f7f7;
    padding-top: 10px;
    line-height: 43px;
    width: 100%;
 }
.content .logo_top {
  	text-align:center;
	margin:0px auto 20px;
	display:block;
 	
}
 
 .project-tags {
    list-style-type: none;
    padding: 0;
     font-size: 16px;
     color: #ffffff;
    text-transform: uppercase;
    margin-bottom:20px;
    margin-top: 20px;
}
.project-tags li {
    display: inline;
    padding: 0px 4px;
}
.app_btn{
	display:block;
	text-align:center;
	
}
.app_btn img{
	display:inline-block;
	margin:0px 5px 0px;
}
 /*.view-project-link {
    color: #ffffff;
    text-transform: uppercase;
    font-size:15px;
     padding: 10px 20px;
	 font-weight:700;
    border-radius: 3px;
    border: solid 2px #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}*/
 .device-image{
	 width: 42%;   
	float:right; 
 }
 
.right {
    float: right;
    width: 54%;
    margin-left: 3%;
}
 .left{
	 float:left;
 }
 .project_block{
     background-color: #eee;
 	padding:3% 0px 3%;
 	}
 
.wrap {
width: 1100px;
    margin: 0 auto;
 }	
 .wrap h3 {
	font-size: 34px;
      color:#f17922;
	display:block;
	border-bottom:1px solid #b1b1b1;
	margin-bottom:20px;
	padding-bottom:10px;
	letter-spacing:-2px;
	 }
 .card_content {
 	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    background: #fff;
     position: relative;
    text-decoration: none;
    vertical-align: top;
	float:left;
 	margin-right:1%;
	width:19%;
	margin-bottom:1%;
 	
}
.cover {
  	text-align:center;
	display:block;
	margin:0px auto;
	padding:8% 0px;
 }
.main_title{
	background:#f7f7f7;
	padding:6% 4% 4%;
	display:block;
	text-align:center;
}
.title {
    color: #4f4e4e;
    display: block;
    font-size: 14px;
     text-decoration: none;
    position: relative;
	 text-align: center;
	margin:0px auto;
 }
   
   .title:hover{
	color: #f17922;
    text-decoration:underline;
    }
	.and_btn{
		margin:10px auto 5px;
		display:block;
		text-align:center;
	}
	.title_btn{
			-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-khtml-border-radius: 6px;
	background-color: transparent;
	border: 1px solid #7a7a7a;
	color: #7a7a7a;
	padding: 10px 20px;
	text-align: center;
	display: inline-block;
 	text-decoration: none;
	text-transform: uppercase;
	font-weight:700;
	font-size:13px;
	letter-spacing:1px;
	margin:10px auto;
}
.title_btn:hover {
	color: #f17922;
	background-color: transparent;
	border: 1px solid #f17922;
}
.padding_50{
	height:40px;
	display:block;
}
.grey_container {
	width: 100%;
	padding: 10px 0px;
 	background:#f5f5f5;
        border-top: 1px solid #a5a5a5;
        box-shadow: 1px 2px 2px -2px #000;
}
 
.services_contain h3 {
	font-size: 30px;
	font-weight: 700;
     color: #f17922;
	display:block;
	text-align:center;
 	 }
.services_contain p {
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
	margin:5px 0px;
}
.service_box {
	width: 1100px;
	margin: 20px auto;
}

.service_box>.row{
	float: left;
    width: 27%;
    margin-right: 2.2%;
    min-height: 220px;
    box-shadow: 0 0 25px #ddd;
    background: #fff;
}

.service_box>.row:last-child{
    margin-right: 0;
}
.row {
    background: #fbfbfb;
    display: block;
    padding: 2%;
	margin:15px auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-khtml-border-radius: 6px;
  }
 
.row h3 {
    font-size: 16px;
    padding-bottom: 10px;
    color: #ff8713;
    text-align: center;
    margin-top: 16px;
}
.row a img {
    border-radius: 15px;
}
.row p {
	font-size: 14px;
	margin-top: 12px;
	text-align:left;
}
 .col_left {
	float: left;
 }