/*
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* reset */
/*  Login / Cpanel Box */
/*<style type="text/css">*/
<!-- Fixed Bottom Link Starts Here
.visibleDiv
{
	position: fixed;
}

.visibleDiv
{
    top: 10px;
    right: 10px;
}

.visibleDiv, #topLeft, #topRight, #bottomLeft, #bottomRight
{
	position: fixed;
	width: 100px;
	border: solid 1px #e1e1e1;
	vertical-align: middle;
	text-align: center;
	/* background-color: #FFAD64 */
	background-color: #252A2F;
}

#bottomRight
{
    bottom: 10px;
    right: 10px;
}
//-->
/*</style>*/

.content
{
	/*background: #252A2F;*/
}
#page{
	display:none;
}
/*---start-header----*/
.header-right{
	float:right;
	width: 50%;
}
.sign-ligin-btns{
	float:right;
}
.sign-ligin-btns ul li{
	display:inline-block;
}
.sign-ligin-btns ul li a.signup span,.sign-ligin-btns ul li a.login span{
	padding: 0.4em 0.4em 0.4em 0.4em;
	display: block;
	font-size: 0.95em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	border-radius: 0.15em;
	-webkit-border-radius: 0.15em;
	-moz-border-radius: 0.15em;
	-o-border-radius: 0.15em;
	font-family: 'Open Sans', sans-serif;
	font-family:trebuchet ms, arial, sans-serif;
}
.sign-ligin-btns ul li a.signup,.sign-ligin-btns ul li a.login{
	color: #FFF;
}
.sign-ligin-btns ul li a.signup:hover,.sign-ligin-btns ul li a.login:hover{
	background-color: #9B59B6;
}
/*---End-header----*/

/*-------LOGIN STARTS HERE -------*/
/* Login Container (default to float:right) */
#loginContainer {
	position: relative;
	float: left;
	z-index: 99999;
}
#loginBox:before,#signupBox:before{
	content: '';
	position: absolute;
	right: 25px;
	text-align: center;
	bottom: -21px;
	border-left: 20px solid rgba(0, 0, 0, 0);
	border-right: 20px solid rgba(0, 0, 0, 0);
	border-bottom: 20px solid #9B59B6;
}
/* Login Button */
#loginButton{ 
    display: inline-block;
	float: right;
	position: relative;
	z-index: 30;
	cursor: pointer;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
/* Login Button Text */
#loginButton span {
  display: block;
	text-align: center;
	border-radius: 0.15em;
	-webkit-border-radius: 0.15em;
	-moz-border-radius: 0.15em;
	-o-border-radius: 0.15em;
	font-family: 'Open Sans', sans-serif;
}
/* Login Box */
#loginBox {
    position: absolute;
	bottom: 96px;
	right: 0;
	display: none;
	z-index: 99999;
	padding-bottom: 0.8em;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: inset 0px -2px 2px #DFDFDF;
}
/* If the Login Button has been clicked */    


/* Login Form */
#loginForm {
    width:300px;
	z-index: 99999;
}
#loginForm fieldset {
    margin:0 0 0px 0;
    display:block;
    border:0;
    padding:0;
}
fieldset#body {
    background:#fff;
    padding:20px;
    margin:0;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
}
#loginForm #checkbox {
    width:auto;
    margin: 7px 9px 0 0;
    float:left;
    padding:0;
    border:0;
    *margin:-3px 9px 0 0; /* IE7 Fix */
}
#body label {
    color:#777777;
    display:block;
    float:left;
    line-height: 1.5em;
    font-family: 'Open Sans', sans-serif;
}
#loginForm #body fieldset label {
    display: block;
	color: #777;
	font-size: 0.875em;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.5em;
	font-family: 'Open Sans', sans-serif;
}
/* Default Input */
#loginForm input,#signupForm input[type="text"], #signupForm input[type="password"] {
    width: 93.6%;
	color: #3a454d;
	padding: 8px 8px;
	margin: 0.3em 0;
	border: 1px solid #D8D8D8;
	font-size: 0.875em;
	transition: border-color 0.5s all;
	-webkit-transition: border-color 0.5s all;
	-moz-transition: border-color 0.5s all;
	-o-transition: border-color 0.5s all;
	border-radius: 0.15em;
	-webkit-border-radius: 0.15em;
	-moz-border-radius: 0.15em;
	-o-border-radius: 0.15em;
	font-family: 'Open Sans', sans-serif;
}
#loginForm input:hover{
	border: 1px solid #999;
} 
.remeber{
	margin-top:0.5em;
}
/* Sign In Button */
#loginForm #login,#signupForm #signup{
    color: #fff;
	font-size: 0.875em;
	font-weight: normal;
	padding: 10px 15px;
	text-transform: uppercase;
	background:#9B59B6;
	display: inline-block;
	width: 100%;
	cursor:pointer;
	margin: 1em 0 0 0;
	border: none;
	-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;
	border-radius: 0.15em;
	-webkit-border-radius: 0.15em;
	-moz-border-radius: 0.15em;
	-o-border-radius: 0.15em;
	font-family: 'Open Sans', sans-serif;
}
#loginButton span:hover{
	color:#FFF;
}
#loginForm #login:hover{
	background:#3D3D3D;
}
#signupForm #signup:hover{
	background:#3D3D3D;
}
/* Forgot your password */
#loginForm span {
    display: block;
	background: #fff;
	padding: 0px 0px 0px 13px;
}
#loginForm span a {
    color: #777;
	font-size: 0.875em;
	font-family: 'Open Sans', sans-serif;
}
input:focus {
    outline:none;
}
/* signup Container (default to float:right) */
#signupContainer {
    position:relative;
    float: left;
}

/* Login Button */
#signupButton { 
    display: inline-block;
	float: right;
	position: relative;
	z-index: 99999;
	cursor: pointer;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
/* Login Button Text */
#signupButton span {
  display: block;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}
/* Login Box */
#signupBox {
    position: absolute;
	bottom: 96px;
	right: 0;
	display: none;
	z-index: 99999;
	padding-bottom: 0.8em;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: inset 0px -2px 2px #DFDFDF;
}
/* If the Login Button has been clicked */    
#signupButton.active {
	border-radius: 0.15em;
}
.active span:hover{
	color:#FFF;
}
/* Login Form */
#signupForm {
    width: 300px;
	z-index: 99999;
}
#signupForm fieldset {
    margin:0 0 0px 0;
    display:block;
    border:0;
    padding:0;
}
fieldset#signupbody {
    background:#fff;
    padding:20px;
    margin:0;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
}
#signupForm #checkbox {
    width:auto;
    margin: 7px 9px 0 0;
    float:left;
    padding:0;
    border:0;
    *margin:-3px 9px 0 0; /* IE7 Fix */
}
#signupbody label {
    color:#777777;
    display:block;
    float:left;
    line-height: 1.5em;
}
#signupForm #signupbody fieldset label {
    display: block;
	color: #777;
	font-size: 0.875em;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.5em;
	font-family: 'Open Sans', sans-serif;
}
#signupForm #signupbody fieldset label span{
	display: inline-block;
	padding: 0px;
	font-size: 0.875em;
	color:#9B59B;
}
.remeber{
	margin-top:0.5em;
}

/* Forgot your password */
#signupForm span {
    display: block;
	background: #fff;
	padding: 0px 0px 0px 13px;
}
#signupForm span a {
    color: #FFF;
	font-size: 0.875em;
}
input:focus {
    outline:none;
}
/*----//End-content---*/
/*---//End-wrap-----*/
/***********/
.main {
	margin-top: 6em;
}
.main_left
{
	float:left;
	width:45%;
	margin-top: 5em;
}
.main_left h2{
	color:#fff;
	font-size: 3em;
	font-weight:bold;
	text-shadow: 0px 0px 1px #FFF;
}
.main_left p{
	color:#fff;
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
	padding: 1em 0em;
}
.main_right
{
	float:right;
	width:42%;
}
.main_right span
{
	width: 320px;
	height:492px;
	display: block;
	background: url(../images/mobile.jpg) no-repeat;
}
.buttons
{
	margin-top: 2em;
}
.sign_up 
{
	float:left;
}
.learn
{
	float:right;
	margin: 0.5em 2em 0.5em 0em;
}
.sign_up a{
	color: #FFF;
	font-size: 1em;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	background: #9B59B6;
	padding: 13px 40px;
	border: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	display: block;
}
.sign_up input[type="submit"]:hover
{
	background:#45BDBE;
}
.arrow_btn {
	display: block;
	background: url(../images/arrow_btnh1.png) no-repeat 148px 9px;
	padding: 0px 26px 0px 9px;
	color: #FFF;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
}
.arrow_btn:hover{
	background: url(../images/arrow_btn1.png) no-repeat 148px 9px;
	text-decoration: none;
	color:#9B59B6;
}
/*******/
.buttom
{
	background: #9B59B6;
	padding: 8em 0em 4em 0em;
}
.top-grids {
	position:relative;
}
.top-grid1{
	margin-top: 2em;
	padding-top: 2em;
	position:relative;
}
.top-grid1 label{
	background: #ECECEC;
	height: 1px;
	display: block;
	position: absolute;
	top: -16px;
	width: 94%;
}
.top-grid{
	width: 31.9%;
	float: left;
	margin-right: 2%;
	text-align: center;
	padding-bottom: 3em;
}
.top-grid:nth-child(3),.top-grid:nth-child(6){
	margin-right:0px;
	border-right:0;
}
.top-grid  h3 a{
	font-size: 1.1em;
	color: #fff;
	padding:1.5em 0 0.5em 0;
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	text-shadow: 0px 0px 1px #FFF;
}
.top-grid p{
	color: #fff;
	line-height: 1.6em;
	font-size: 0.9em;
	padding: 0.6em 0em;
	font-family: 'Open Sans', sans-serif;
}

/******responsive*******/
@media only screen and (max-width:1440px)
{
	.wrap{
		width:70%;
	}

}
@media only screen and (max-width:1366px)
{
	.span_1_of_3 {
	width: 28%;
	}
	.rsidebar {
	margin: 0 0 0 4%;
	}
	.main_right span {
	width: 300px;
	height: 460px;
	background-size: 100%;
	}
	.main_right {
	width: 38%;
	}
}
@media only screen and (max-width:1280px)
{
	.wrap{
		width:75%;
	}
	.main_right span {
	width: 285px;
	height: 437px;
	background-size: 100%;
	}
	.main_right {
	width: 38%;
	}
	.main_left h2 {
	font-size: 2.5em;
	}
}
@media only screen and (max-width:1024px)
{
	.wrap{
		width:80%;
	}
	.header-right {
	width: 60%;
	}
	.main_right span{
	width: 260px;
	height: 398px;
	}
	.main_left {
	margin-top: 4em;
	}
	.main_left h2 {
	font-size: 2.3em;
	}
	.main_left p {
	font-size: 0.95em;
	}
	.arrow_btn {
	background: url(../images/arrow_btnh1.png) no-repeat 130px 6px;
	font-size: 17px;
	}
	.arrow_btn:hover{
	background: url(../images/arrow_btn1.png) no-repeat 130px 6px;
	font-size: 17px;
	}
	.sign_up a {
	padding: 10px 35px;
	}
	.blog_left {
	width: 60%;
	}
	.rsidebar {
	margin: 0 0 0 1%;
	}
	.span_1_of_3 {
	width: 34%;
	}
}
@media only screen and (max-width:768px)
{
	.navicon
	{
		display: block;
		width: 32px;
		height: 32px;
		position: absolute;
		top: 28px;
		left: 70px;
		background: url(../images/nav-icon.png) no-repeat;
	}
	.top-nav{
		display:none;
	}
	/*----*/
	#page{
		display:block;
	}
	.top-grid a {
		font-size: 1em;
	}
	.top-grid span {
		width: 35px;
		height: 35px;
	}
	.top-grid span label {
		font-size: 1.2em;
	}
	.header-right {
	width: 74%;
	}
	.header-left {
	margin-left: 5em;
	}
	.top-nav ul li a {
	padding: 2.2em 1.1em 1.6em 1.1em;
	}
	.sign-ligin-btns ul li a.login span {
	padding: 2.2em 1.3em 1.64em 1.3em;
	}
	.main_left {
	float: none;
	width: 100%;
	margin-top: 4em;
	text-align: center;
	}
	.main_right {
	float: none;
	width: 100%;
	text-align: center;
	}
	.main_right span {
	width: 260px;
	height: 398px;
	margin: 0 auto;
	}
	.buttons .sign_up {
	display: none;
	}
	.learn {
	float: none;
	margin: 2em 0em;
	}
	.arrow_btn:hover {
	background: url(../images/arrow_btn1.png) no-repeat 360px 6px;
	}
	.arrow_btn {
	background: url(../images/arrow_btnh1.png) no-repeat 360px 6px;
	}
	.top-grid:nth-child(1)
	{
		display:none;
	}
	.top-grid {
	width: 49%;
	}
	.row_side-left {
	width: 100%;
	float: none;
	}
	.row_side-right {
	width: 100%;
	float: none;
	}
	.images_1_of_4:nth-child(2)
	{
		display: none;
	}
	.images_1_of_4 {
	width: 48%;
	}
	.blog_left {
	float: none;
	width: 100%;
	margin-right: 0%;
	}
	.rsidebar {
	display: block;
	float: none;
	margin: 0%;
	width: 100%;
	margin-top: 20px;
	}
	.row_side-left p, .row_side-right p {
	padding-top: 10px;
	}
	.flx-skill {
	padding: 1em 0em;
	}
}
@media only screen and (max-width:640px)
{
	.wrap
	{
		width:90%;
	}
	.header-right {
	width: 60%;
	}
	.navicon {
	left: 40px;
	}
	.main_left h2 {
	font-size: 2em;
	}
	.main {
	margin-top: 3em;
	}
	.arrow_btn {
	background: url(../images/arrow_btnh1.png) no-repeat 340px 6px;
	}
	.arrow_btn:hover {
	background: url(../images/arrow_btn1.png) no-repeat 340px 6px;
	}
	.section-title h3 {
	font-size: 2.3em;
	padding: 0.6em 0em;
	}
	.about-title {
	font-size: 1.7em;
	}
	.row_side-left h3, .row_side-right h3, .heading_h h3 a {
	font-size: 1.5em;
	}
	.buttons {
	margin-top: 0em;
	}
}
@media only screen and (max-width:480px)
{

	.main_right span {
	width: 230px;
	height: 352px;
	margin: 0 auto;
	}
	.buttons {
	margin-top: 0em;
	}
	.top-grid {
	width: 100%;
	float: none;
	margin-right: 0%;
	text-align: center;
	padding-bottom: 2em;
	}
	.buttom {
	background: #9B59B6;
	padding: 2em 0em 2em 0em;
	}
	.top-grid h3 a {
	padding: 0.5em 0 0.5em 0;
	}
	.top-grid p {
	padding: 0em 0em;
	}
	.social_icons {
	float: none;
	width: 140px;
	margin: 0 auto;
	padding: 0.4em 0em 1em 0em;
	}
	.footer-left {
	float: none;
	padding: 1em 1em;
	text-align: center;
	}
	.images_1_of_4 {
	display: block;
	float: none;
	margin-left: 0%;
	width: 100%;
	text-align: center;
	margin-bottom: 1em;
	}
	.search_box, .email
	{
		width: 94%;
	}
	.Categories,.tags {
	padding: 2em 0em;
	}
}
@media only screen and (max-width:320px){
	.wrap {
		width:90%;
	}
	.social_2 {
	padding: 0.5em 0em;
	}
	.rsidebar h4, .span_2_of_single h4 {
	padding: 0em 0em 0em 0em;
	}
	.button input[type="submit"], .send_button input[type="submit"] {
	padding: 10px 30px;
	}
	.Categories, .tags {
	padding: 1em 0em;
	}
	.header-left {
	margin-left: 3em;
	}
	.navicon {
	left: 22px;
	}
	.sign-ligin-btns ul li a.signup span, .sign-ligin-btns ul li a.login span{
	padding: 1.8em 1em 0.8em 1em;
	}
	.arrow_btn {
	background: url(../images/arrow_btnh1.png) no-repeat 194px 6px;
	}	
	.arrow_btn:hover {
	background: url(../images/arrow_btn1.png) no-repeat 194px 6px;
	}
	.main_left {
	margin-top: 2.5em;
	}
	.main {
	margin-top: 0em;
	}
	.main_right span {
	width: 160px;
	height: 245px;
	margin: 0 auto;
	}
	.top-grid h3 a {
	font-size: 1em;
	}
	.section-title h3 {
	font-size: 1.8em;
	padding: 0.4em 0em;
	}
	.about-title {
	font-size: 1.3em;
	}
	.row-fluid {
	padding: 1em 0em;
	}
	.row_side-left h3, .row_side-right h3, .heading_h h3 a {
	font-size: 1.3em;
	}
	.images_1_of_4 img {
	max-width: 100%;
	width: 160px;
	}
	span.rollover {
	height: 160px;
	width: 160px;
	}
	.images_1_of_4 h3, .images_1_of_4 p {
	padding: 0em 0em 0.5em 0em;
	}
	.flx-skill {
	padding: 2em 0em;
	}
	.blog_left h3 a, .style a {
	font-size: 1em;
	}
	.span_2_of_blog p.para:nth-child(2),.det_text p.para:nth-child(2) {
	display: none;
	}
/*****/
	 #loginBox:before {
	right: 80px;
	}
	 #signupBox:before {
	right: 25px;
	}
	#loginForm,#signupForm{
	width: 200px;
	z-index: 99999;
	}
	#loginBox {
	top: 75px;
	right: -60px;
	}
	#signupBox
	{
	top: 75px;
	}
	#loginForm #body fieldset label {
	font-size: 0.72em;
	}
	#loginForm input, #signupForm input[type="text"], #signupForm input[type="password"] {
	padding: 3px 3px;
	}
	#loginForm #checkbox {
	margin: 2px 9px 0 0;
	}
	#body label,#signupForm #signupbody fieldset label {
	font-size: 0.8em;
	}
	#loginForm #login, #signupForm #signup {
	padding: 5px 5px;
	font-size: 0.8em;
	}
	fieldset#body,fieldset#signupbody {
	padding: 12px;
	}
	#loginForm span a,#loginForm span a {
	font-size: 0.8em;
	}
	#loginBox,#signupBox {
	padding-bottom: 0.2em;
	}
	#loginBox:before, #signupBox:before {
	top: -16px;
	border-left: 15px solid rgba(0, 0, 0, 0);
	border-right: 15px solid rgba(0, 0, 0, 0);
	border-bottom: 15px solid #9B59B6;
	}
}

