/*A Design by W3layouts
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
.shuffle-info {
	display:none;
}
html, body{
  	font-family: 'Lato', sans-serif;
    font-size: 100%;
  	background: #ECF0F1;
}
html {
	overflow-y: scroll;
}
.container-full {
	background: #ffffff;
	/*box-shadow: 6px 0 4px -4px #DADFE1 , -6px 0 4px -4px #DADFE1;*/
	box-shadow: 0px 0px 10px #DADFE1;
}
.video-description {
	width:310px !important;
}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
hr {
	margin-top:25px;
	margin-bottom:25px;
	border:none;
	height:1px;
	color:#eee;
	background-color: #eee;
}

/*----card-flip----*/

.stage {
  -webkit-perspective: 1000; 
}

.flashcard {
  height: 300px;  
  width: 100%; 
  margin: 10% auto;
  border: 1px solid gray; 
  box-shadow: 2px 2px 2px #000;
  -webkit-transform-style: preserve-3d;  
  transition: all 0.3s;               
  -webkit-transition: all 0.3s;
}

.flipped, .back {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg); 
}

.front, .back {
  height: 300px;          
  width: 100%;
  position: absolute;    
  text-align: center;   
  -webkit-backface-visibility: hidden;       
}

.front p, .back p {
  margin-top: 25%;       
  font-size: 3em;
}

.front div {
	margin-top: 33%;
}

/*----start-container----*/
.container{
	width:70%;
}
/*-----start-header----*/
.header{
}
.logo{
	float: left;
	margin-top: 1em;
}
.logo a{
	color: #AF48FE;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 2.5em;
}
.logo a:hover{
	text-decoration:none;
}
.logo320{
	display:none;
}
/*----navbar-nav----*/
.top-header{
	padding: 0.4em 0em;
	background-size: cover;
/*	position: absolute; */
	top: 0;
	width: 100%;
	z-index: 999;
	padding: 0;
}
.top-nav ul li a{
	color: #AF48FE;
	padding: 0.5em 1.4em;
	font-size: 1.1em;
	font-weight: 400;
	text-align: center;
	position: relative;
	font-weight: 300;
}
ul.top-nav li.team-active a{
	background:#963EFA;
	color:#FFF;
	font-weight:500;
	font-size:1em;
}
ul.top-nav li.team-active a:hover{
	color:#EEE;
	background:#575757;
}
.top-nav ul li.active a{
	color:#AF48FE;
}
.top-nav ul li a:hover{
	color:#575757;
}
.logo a{
	display:block;
}
/* top-nav */
.top-nav:before,
.top-nav:after {
    content: " ";
    display: table;
}
.top-nav:after {
    clear: both;
}
nav {
	position: relative;
	float: right;
}
nav ul {
	padding: 0;
	float: right;
	margin: 1.4em 0 1.3em;
	padding-top:25px;
}
nav li {
	display: inline;
	float: left;
	position:relative;
}
nav a {
	color: #fff;
	display: inline-block;
	text-align: center;
	text-decoration: none;
}
nav a:hover{
	text-decoration:none;
	color:#00A2C1;
}
nav a#pull {
	/*display: none;*/
}

body {

	margin: 0 auto 0 auto;
}

	nav { 
  		height: auto;
  		float:none;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 100%;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 7px solid #fff;
		background-color: #AF48FE;
		color: #fff !important;
		font-weight: bold !important;
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
	}
	
	nav li a:hover {
		background-color: #575757;
	}
	
  	nav a {
	  	text-align: left;
	  	width: 100%;
  	}
  	
  	nav div {
  		width: 100%;
  		position: absolute;
  		top:26px;
  		right:15px;
  		text-align:right;
  	}

@media only screen AND (min-width:769px) {
	body {
		width:760px;
	}
}

/*Styles for screen 600px and lower*/
/*@media screen and (max-width: 768px) {
	nav { 
  		height: auto;
  		float:none;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 100%;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 1px solid #eee;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
  	}
}*/

/*Styles for screen 515px and lower*/
/*@media only screen and (max-width : 768px) {*/
	nav {
		border-bottom: 0;
		float:none;
	}
	nav ul {
		display: none;
		height: auto;
		margin:0;
		background: #fff;
	}
	nav a#pull {
		display: block;
		position: relative;
		color: #F26D7D;
		text-align: right;
		position: absolute;
		top: 26px;
	}
	nav a#pull:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	nav a#pull img{
		margin-right:2%;
	}
	.top-nav ul li a {
		color: #2C3E50;
		padding: 0.5em 0;
	}
/*}*/
/*Smartphone*/
@media only screen and (max-width : 320px) {

	nav {
		float:none;
	}
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #EEE;
	}
}
/*----slider----*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
 	position: relative;
	float: left;
	width: 100%;
	/*margin-top: 5em;*/
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
  width: 100%;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 15px;
	text-shadow: none;
	color: #fff;
	left: 0%;
	right: 0%;
	padding: 10px 0px;
	margin: 0;
	max-width: none;
	top: 6%;
	text-align: center;
	width: 100%;			
}
.callbacks_nav {
  	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 56%;
	left: 3%;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 36px;
	width: 24px;
	background: transparent url("../images/themes.png") no-repeat left top;
	margin-top: -65px;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
 	left: auto;
	background-position: right top;
	right: 3%;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
}
.callbacks_tabs{
	display:none;
}
.callbacks_tabs li{
	display:inline-block;
}
@media screen and (max-width: 600px) {
  h1 {
    font: 24px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
  .callbacks_nav {
   top: 84%;
    }
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size:0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
  height:18px;
  width:18px;
  display:inline-block;
  border:2px solid #FFF;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
}
.callbacks_here a:after{
	border:2px solid #AF48FE;
}
.slide-text-info h1{
	font-size: 0.875em;
	font-weight: 300;
	text-transform: uppercase;
	background: rgba(216, 154, 206, 0.61);
	padding: 0;
	width: 64.5%;
	margin: 0.4em 0 0.1em;
	display: inline-block;
	line-height: 1.7em;
}
/*----*/
.slide-text-info span{
	background: rgba(216, 154, 206, 0.61);
	color: #FFF;
	text-transform: uppercase;
	font-weight: 300;
	padding: 0.2em 0.6em;
	margin: 0;
	font-size: 1.3em;
}
.slide-text-info span label{
	font-weight: 700;
	padding-right: 0.5em;
}
.slide-btns{
	margin:1em 0 0 0;
	padding:0;
}
.slide-btns a{
	display:inline-block;
}
.slide-btns a{
	text-decoration:none;
}
.slide-btns a.startnow{
	background: #FFF;
	color: #AF48FE;
	font-size: 0.7em;
	padding: 0.8em .8em;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
	margin-right: 0.8em;
}
.slide-btns a.startnow:hover{
	background:#AF48FE;
	color:#FFF;
}
.slide-btns a.livedemo{
	background: #AF48FE;
	color: #FFF;
	font-size: 0.7em;
	padding: 0.7em 1em;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
}
.slide-btns a.livedemo:hover{
	background:#575757;
	color:#FFF;
}
/*----//slider----*/
/*----top-grids----*/
.top-grid{
	
}
.top-grid span{
	margin: 0px 5px 0px 5px;
	width:75px;
	height:75px;
	display: inline-block;
	background: #AF48FE;
	border-radius: 30em;
	-webkit-border-radius: 30em;
	-moz-border-radius: 30em;
	-o-border-radius: 30em;
	-ms-border-radius: 30em;
	border: 5px solid #EBEBEB;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.top-grid span label{
	width: 66px;
	height: 66px;
	display: inline-block;
	background: url(../images/icons.png) no-repeat 0px 0px;
	margin-top: 1em;
	margin-left: 0.9em;
	text-align: center;
	cursor: pointer;
}
.top-grid span label.icon2{
	background-position: -226px 0px;
}
.top-grid span label.icon3{
	background-position: -453px 0px;
}
.top-grid span label.icon4{
	background-position: -116px 0px;
}
.top-grid h3{
	text-transform:uppercase;
}
.top-grid h3 a{
	color:#575757;
}
.top-grid h3 a:hover{
	text-decoration:none;
}
.top-grid p{
	color: #8D8D8D;
	font-size: 0.875em;
	line-height: 1.5em;
	margin: 0.3em 0 1em;
}
.top-grids{
	/*padding:1em 0;*/
}
.top-grid:hover span{
/*	background:#575757;
	border-color:#EEE;*/
}

.top-grid a:hover span {
	background:#575757;
	border-color:#EEE;
}
/*--- works ---*/
.works{
	background: #EEEEEE;
	padding: 1em 0;
}
.works h3{
	color: #AF48FE;
	font-size:1.2em;
	font-weight: 600;
}
.portfolio-box{
	padding:2em 0 3em;
}
.portfolio-head{
	
}
.portfolio-head h4{
	color: #868686;
	font-size: 1.6em;
	text-transform: uppercase;
	border-bottom: 1px solid #868686;
	display: inline-block;
	padding: 0 0 0.5em;
}
.portfolio-main{
	padding:1.5% 0 4%;
}
#filters {
	margin: 0.5% 0 2.3%;
	padding: 0;
	list-style: none;
	text-align: center;
}
	#filters li {
		display:inline-block;
	}
	#filters li span{
		display: inline-block;
		padding: 5px 0px;
		text-decoration: none;
		color: #AF48FE;
		cursor: pointer;
		font-size: 0.875em;
		font-weight: 400;
		text-transform: uppercase;
		border-radius: 4px;
		margin-right: 0.5em;
	}
	#filters li span.active {
		color:#575757;
	}
	#filters li span:hover{
		color:#575757;
	}
 	#portfoliolist .portfolio {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		width: 100%;
		display: none;
		float: none;
		overflow: hidden;
		margin: 0;
	}	
	.portfolio-wrapper {
		overflow:hidden;
		position: relative !important;
		cursor:pointer;
	}
	.portfolio img {
		max-width:100%;
		/*--position: relative;--*/
		transition: all 300ms!important;
		-webkit-transition: all 300ms!important;
		-moz-transition: all 300ms!important;
		display: block;
	}
	.portfolio .label {
		position: absolute;
		width: 100%;
		height:40px;
		bottom:-40px;
	}
	.portfolio .label-bg {
			background: #22B4B8;
			width: 100%;
			height:100%;
			position: absolute;
			top:0;
			left:0;
		}
		.portfolio .label-text {
			color:#fff;
			position: relative;
			z-index:500;
			padding:5px 8px;
		}
			
			.portfolio .text-category {
				display:block;
				font-size:9px;
				font-size: 12px;
				text-transform:uppercase;
			}
/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.row:after,
.clearfix:after {
  clear: both; }
.row,
.clearfix {
  zoom: 1; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*	Strip
/*-----------------------------------------------------------------------------------*/
.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-weight: 300;
	overflow:hidden;
	width: 100%;
}
.b-link-stripe .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	color:#ffffff;
	overflow:hidden;
}
.b-link-stripe .b-line{
	position:absolute;
	top:0;
	bottom:0;
	width:20%;
	background:rgba(243, 103, 89, 0.8);
	opacity:0;
	visibility:hidden; /* lt-ie9 */
}
/* lt-ie9 */
.b-link-stripe:hover .b-line{
	visibility:visible;
}
.b-link-stripe .b-line1{
	left:0;
}
.b-link-stripe .b-line2{
	left:20%;
	transition-delay:0.1s !important;
	-moz-transition-delay:0.1s !important;
	-ms-transition-delay:0.1s !important;
	-o-transition-delay:0.1s !important;
	-webkit-transition-delay:0.1s !important;
}
.b-link-stripe .b-line3{
	left:40%;
	transition-delay:0.2s !important;
	-moz-transition-delay:0.2s !important;
	-ms-transition-delay:0.2s !important;
	-o-transition-delay:0.2s !important;
	-webkit-transition-delay:0.2s !important;
}
.b-link-stripe .b-line4{
	left:60%;
	transition-delay:0.3s !important;
	-moz-transition-delay:0.3s !important;
	-ms-transition-delay:0.3s !important;
	-o-transition-delay:0.3s !important;
	-webkit-transition-delay:0.3s !important;
}
.b-link-stripe .b-line5{
	left:80%;
	transition-delay:0.4s !important;
	-moz-transition-delay:0.4s !important;
	-ms-transition-delay:0.4s !important;
	-o-transition-delay:0.4s !important;
	-webkit-transition-delay:0.4s !important;
}
.b-link-stripe:hover .b-line{
	opacity:1;
}
/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go{
	text-decoration:none;
}
.b-animate{
	visibility: hidden;
	font-size:1.1em;
	font-weight:700;
}
.b-animate img{
	margin-top: 26%;
	display: -webkit-inline-box;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position: relative;
	left: -100%;
	background:rgba(175, 72, 254, 0.67);
	height: 100%;
	margin: 0;
}
.b-animate-go:hover .b-from-left{
	left:0;
}
span.m_4{
	font-size:14px;
	font-weight:400;
}
p.m_5 {
	margin: 2% auto 5%;
	width: 70%;
	color: #283A47;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
}
.p-img {
	width:100%;
}
/*---- caption ----*/
.work-caption{
	padding-top: 4.5em;
}
.work-caption span{
	width:44px;
	height:44px;
	display:inline-block;
	background:url(../images/port-icons.png) no-repeat 0px 0px;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.work-caption span:hover{
	opacity:0.5;
}
.work-caption div{
	display:inline-block;
}
.work-caption div:first-child{
	margin-right:0.8em;
}
.work-caption div.link-icon span{
	background-position: -64px 0px;
}
.work-caption h3{
	color: #FFF;
	font-weight: 600;
	font-size: 1.5em;
	margin: 0.3em 0 0 0;
}
/*---- skills ----*/
.skills{
	padding:1.5em 0 1em;
}
.skill-grid {
	margin: 1em 0;
}
.skill-grids{
	padding: 1em 0 0;
}
.skill-grid h3{
	color: #AF48FE;
	font-size: 1.2em;
}
.circle{
	color:#AF48FE;
}
.head-section h2{
	color: #AF48FE;
	font-size: 1.8em;
	margin: 0;
/*	padding: 0 0 0.3em 0;*/
	padding: 0 0 20px 0;
}
.head-section p{
	color: #8D8D8D;
	line-height: 1.5em;
	font-weight: 300;
	margin: 0 auto;
	width: 100%;
	font-size:1em;
}
/*---- team ----*/
.team{
	padding: 1em 0 1em;
}
.team-grid h3{
	font-weight: 600;
	font-size: 1.5em;
	margin: 0;
	padding: 0.3em 0 0.2em 0;
}
.team-grid h3 a{
	color:#AF48FE;
}
.team-grid h3 a:hover{
	text-decoration:none;
	color:#575757;
}
.team-grid span{
	color: #5C5C5C;
	font-size: 1em;
}
.team-grid p{
	margin: 0.3em 0 0;
	font-size: 1em;
	color: #8D8D8D;
	line-height: 1.5em;
	font-weight: 400;
}
.team-grid ul{
	margin:0;
	padding:0;
}
.team-grid ul li{
	list-style:none;
	display:inline-block;
	margin-right:0.8em;
}
ul.team-social{
	margin:1em 0 0 0;
	padding:0;
}
ul.team-social li a span{
	width:50px;
	height:50px;
	display:inline-block;
	background:url(../images/t-social-icons.png) no-repeat 0px 0px;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-moz-transition:0.5s all;
}
ul.team-social li a span:hover{
	opacity:0.8;
}
ul.team-social li a.facebook span{
	background-position:0px 0px;
}
ul.team-social li a.google-pluse span{
	background-position: -70px 0px;
}
ul.team-social li a.twitter span{
	background-position: -140px 0px;
}
.team-grids{
	padding-top:1.5em;
}
/*---- contact ----*/
.contact-map iframe{
	width:100%;
	min-height:150px;
	border:none;
	margin:1em 0;
}
.text-boxs span{
}
.text-boxs span input[type="text"],.text-area-box textarea{
	width: 90%;
	border: 1px solid #5C5C5C;
	font-size: 0.875em;
	color: #5C5C5C;
	transition: border-color 0.4s;
	-webkit-transition: border-color 0.4s;
	-moz-transition: border-color 0.4s;
	-o-transition: border-color 0.4s;
	-ms-transition: border-color 0.4s;
	outline: none;
	padding: 0.8em;
	-webkit-appearance:none;
}
.text-boxs span input[type="text"]:hover,.text-area-box textarea:hover{
	border-color:#AF48FE;
}
.text-boxs span label,.text-area-box span{
	display: block;
	font-size: 1.2em;
	font-weight: 400;
	color: #5C5C5C;
	padding: 0.3em 0;
	margin: 0;
}
.text-area-box{
	margin-top:1em;
}
.text-area-box textarea{
	min-height: 150px;
	resize: none;
	font-size: 0.875em;
	-webkit-appearance:none;
	width: 92%;
}
.contact-form input[type="submit"]{
	background: #AF48FE;
	color: #FFF;
	border: none;
	padding: 0.4em 1.5em;
	font-size: 1.2em;
	display: block;
	width: 100%;
	outline: none;
	cursor: pointer;
	border-radius: 0.3em;
	margin: 0.8em 0;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-webkit-appearance: none;
}
.contact-form input[type="submit"]:hover{
	background:#575757;
}
/*---- contact-address ---*/
.contact{
	padding:0em 0 1em; 
}
.contact-address{
	margin: 0 0 1.5em;
}
.contact-address h4{
	display: block;
	font-size: 1.5em;
	font-weight: 400;
	color: #5C5C5C;
	padding: 0 0 0.2em 0;
	margin: 0;
}
.contact-address p{
	color: #8B8B8B;
	font-size: 1em;
	margin: 0.3em 0;
}
.contact-address p a{ 
	color:#8B8B8B;
}
.contact-address p a:hover{
	text-decoration:none;
	color:#AF48FE;
} 
.c-social-share{
	margin:0.5em 0 0 0;
	padding:0;
}
.c-social-share li{
	list-style:none;
	display:inline-block;
	margin-right:0.5em;
}
.c-social-share li a span{
	width: 32px;
	height: 32px;
	display: inline-block;
	background: url(../images/c-social-icons.png) no-repeat 0px 0px;
}
.c-social-share li a.c-face span{
	background-position:0px 0px;
}
.c-social-share li a.c-google span{
	background-position: -39px 0px;
}
.c-social-share li a.c-twitter span{
	background-position: -81px 0px;
}
/*---- footer -----*/
.footer{
	background: #474747;
	padding: 1em 0 1em;
}
.footer-grid h3{
	color: #FFF;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1.2em;
	padding-bottom: 0.2em;
}
.footer-grid {
	margin-bottom: 1.5em;
}
.whoare-u a.footer-logo{
	font-size: 2em;
	font-weight: 900;
	text-transform: uppercase;
	color: #FFF;
	margin: 0;
	padding: 0;
	text-decoration: none;
	margin: 0.3em 0;
	display: block;
}
.whoare-u p{
	color:#A3B1BF;
	font-weight:400;
	font-size:1em;
}
a.whoare{
	color:#A3B1BF;
	font-weight:600;
	font-size:1.2em;
	text-decoration:none;
}
a.whoare:hover{
	color:#FFF;
}
a.whoare span{
	width:10px;
	height:8px;
	display:inline-block;
	background:url(../images/arrow.png) no-repeat 0px 0px;
	margin-left:0.5em;
}
.f-works{
	margin:1.5em 0 0 0;
	padding:0;
}
.f-works li{
	list-style: none;
	display: inline-block;
	float: left;
	width: 48.45%;
	margin: 0 0.2em 0.2em 0;
}
.f-works li img{
	width:100%;
}
.intouch{
	margin-top:1.5em
}
.intouch p{
	color: #A3B1BF;
	font-weight: 400;
	font-size: 1em;
}
.intouch ul{
	margin:0;
	padding:0;
}
.intouch ul li{
	color: #A3B1BF;
	font-weight: 400;
	font-size: 1em;
	list-style:none;
	padding:0.3em 0;
	display:block;
}
.intouch ul li span{
	width:11px;
	height:15px;
	display:inline-block;
	background:url(../images/get-in-icons.png) no-repeat 0px 0px;
	vertical-align:middle;
	margin-right:0.2em;
}
.intouch ul li span.pin{
	background-position:0px 0px;
}
.intouch ul li span.mobile{
	background-position: 0px -22px;
}
.intouch ul li span.msg{
	background-position: 0px -45px;
}
.intouch ul li a{
	text-decoration:none;
	color:#A3B1BF;
}
.intouch ul li a:hover{
	color:#AF48FE;
}
.news-update p{
	color: #A3B1BF;
	font-weight: 400;
	font-size: 1em;
	list-style:none;
	padding:0.3em 0;
}
.news-update form{
	background:#626262;
	padding:0.3em;
	border-radius:0.2em;
	-webkit-border-radius:0.2em;
	-moz-border-radius:0.2em;
	-o-border-radius:0.2em;
	-ms-border-radius:0.2em;
}
.news-update input[type="text"]{
	width: 67%;
	color: #A3B1BF;
	font-size: 0.875em;
	background: none;
	border: none;
	overflow: hidden;
	outline: none;
	font-family: 'Lato', sans-serif;
}
.news-update input[type="submit"]{
	background:#AF48FE;
	color:#FFF;
	text-transform:uppercase;
	font-weight:600;
	border:none;
	cursor:pointer;
	outline:none;
	font-size:0.75em;
	padding:0.5em 0.5em;
	border-radius:0.3em;
	-webkit-border-radius:0.3em;
	-moz-border-radius:0.3em;
	-o-border-radius:0.3em;
	-ms-border-radius:0.3em;
	font-family: 'Lato', sans-serif;
}
/*---- sub-footer ----*/
.sub-footer{
	background: #202020;
	padding: 1em 0 1.5em;
	text-align: center;
}
.copy-right{
	margin-bottom:0.5em;
}
.copy-right p{
	color:#FFF;
	font-size:0.875em;
	margin:0;
	padding:0;
}
.copy-right p a{
	color:#AF48FE;
	text-decoration:none;
}
.copy-right p a:hover{
	color:#888;
}
.footer-links{
}
.footer-links ul{
	margin:0;
	padding:0;
}
.footer-links ul li{
	display:inline-block;
}
.footer-links ul li a{
	color:#FFF;
	font-size:0.875em;
	text-decoration:none;
}
.footer-links ul li a:hover{
	color:#AF48FE;
}
.footer-links ul li label{
	color:#FFF;
	font-size:0.875em;
	vertical-align: text-bottom;
	margin:0 0.5em;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 14px;
	right: 3%;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url("../images/to-top1.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
.team-grid {
	margin-bottom: 1.5em;
}
/*-----grid-system---*/
.container{
	width:90%;
	margin:0 auto;
}
.text-center{
	text-align:center;
}
.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8  {
	width: 100%;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: none;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left:0px;
	padding-right:0px;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}