html,
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	background-color: #FFF;
}

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;
}

@font-face {
	font-family: 'nexa_boldregular';
	src: url('../fonts/Nexa_Free_Bold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.logo {
	float: left;
}

.logo a {
	color: #FFF;
	font-weight: 700;
	font-size: 3.5em;
}

.logo a:hover {
	text-decoration: none;
}

.top-header {
	position: relative;
}

.header {
	position: absolute;
	top: 0px;
	z-index: 999;
}

.top-nav ul li a {
	color: #FFFFFF;
	padding: 1.8em 1.3em;
	font-size: 1em;
	font-weight: 400;
	text-align: center;
}

.top-nav ul li.active a,
.top-nav ul li a:hover {
	background: url(../images/border-top.png) no-repeat 50% 0px;
	color: #FFF;
}

.logo a {
	display: block;
}

.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;
}

nav li {
	display: inline;
	float: left;
	position: relative;
}

nav a {
	color: #fff;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
}

nav a:hover {
	text-decoration: none;
	color: #00A2C1;
}

nav a#pull {
	display: none;
}

@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%;
		text-indent: 25px;
	}
}

@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: 20px;
	}

	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: 0em 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 #576979;
	}
}

/*----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;
	text-align: center;
	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%;
}

.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;
}

.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}

.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 52%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 55px;
	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: 0;
}

#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;
	width: 100%;
}

.callbacks_tabs {
	list-style: none;
	position: absolute;
	top: 88%;
	z-index: 999;
	left: 45%;
}

.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: 47%;
	}
}

/*----*/
.callbacks_tabs a {
	visibility: hidden;
}

.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 13px;
	width: 13px;
	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 {
	background: #FFF;
}

.slide-text-info h1 {
	font-size: 4.5em;
	font-family: 'nexa_boldregular';
}

.slide-text-info {
	margin-top: 10%;
}

.slide-text-info-btns {
	margin-top: 2.5em;
}

.apple {
	width: 214px;
	height: 66px;
	display: inline-block;
	background: url(../images/download-btns.png) no-repeat 0px 0px;
	margin-right: 1em;
}

.play-btn {
	width: 214px;
	height: 66px;
	display: inline-block;
	background: url(../images/download-btns.png) no-repeat -237px 0px;
}

/*----slider----*/
/*------start-features-----*/
.features {
	padding: 2em 0 3em;
}

.features h2 {
	font-weight: 700;
	font-size: 3em;
}

.features-grid span {
	width: 231px;
	height: 229px;
	display: inline-block;
	background: url(../images/top-icons.png) no-repeat 0px 0px;
}

.features-grid h3 a {
	color: #707070;
	font-weight: 600;
	font-size: 0.9em;
}

.features-grid h3 a:hover {
	color: #F06464;
	text-decoration: none;
}

.features-grid p {
	color: #666666;
	font-size: 1em;
	width: 85%;
	margin: 0 auto;
}

.features-grid span.t-icon1 {
	background-position: -400px 0px;
}

.features-grid span.t-icon2 {
	background-position: -799px 0px;
}

.features-grids {
	padding-top: 2.5em;
}

/*-----start-Share-instantly----*/
.Share-instantly {
	background: #262626;
	padding-top: 3em;
}

.Share-instantly-left span {
	width: 350px;
	height: 516px;
	display: block;
	background: url(../images/share-divice.png) no-repeat 0px 0px;
}

.Share-instantly-right h3 {
	color: #FFF;
	font-family: 'nexa_boldregular';
	font-size: 3em;
}

.Share-instantly-right p {
	color: #AEAEAE;
	line-height: 1.8em;
}

.head-para {
	width: 70%;
	margin: 1em 0 1.5em;
}

p.img_slider {
	color: #AEAEAE;
	line-height: 1.8em;
	width: 79%;
}

.Share-instantly-right {
	margin-top: 4em;
}

/*------ start-feature----*/
.feature {
	background: #ffffff;
	padding-top: 3em;
}

.feature h3 {
	color: rgb(0, 0, 0);
	font-family: 'nexa_boldregular';
	font-size: 3em;
}

.feature p {
	color: #505050;
	line-height: 1.8em;
}

.feature p span {
	display: block;
	color: #F06464;
}

p.img_slider1 {
	width: 100%;
}

.feature-right span {
	width: 350px;
	height: 578px;
	display: block;
	background: url(../images/features-divice.png) no-repeat 0px 0px;
}

.feature-left {
	margin-top: 3em;
}

/*-----start-gallery----*/
.gallery {
	padding: 3em 0 0 0;
}

.gallery h3 {
	color: #02042e;
	font-size: 3em;
	font-weight: 700;
}

.gallery p {
	color: #666666;
	line-height: 1.8em;
	width: 40%;
}

/*-----*/
/*----- start-download-----*/
.download {
	background: #f2b75d;
	padding: 7em 0;
}

.download-left {
	text-align: center;
}

.download-left a span {
	width: 304px;
	height: 299px;
	display: inline-block;
	background: url(../images/download-logo.png) no-repeat 0px 0px;
}

.download-right p {
	color: #fff;
	font-size: 1.7em;
	font-family: 'nexa_boldregular';
}

.download-right a {
	color: #FFF;
	font-size: 1.5em;
}

.download-right a:hover {
	color: #3A3A3A;
	text-decoration: none;
}

.download-right ul {
	margin: 3em 0 0 0;
}

.download-right ul li a span {
	width: 238px;
	height: 72px;
	display: inline-block;
	background: url(../images/download-btns-l.png) no-repeat 0px 0px;
}

.download-right ul li a.l-google span {
	background-position: -262px 0px;
}

.download-right ul li a:hover {
	opacity: 0.7;
}

/*------start-compatibility----*/
.compatibility {
	background: #E7E7E7;
	padding: 4em 0;
}

.compatibility h3 {
	color: #666666;
	font-family: 'nexa_boldregular';
	font-size: 1.8em;
	border-bottom: 2px solid #CBCBCB;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	margin-top: 0;
}

.compatibility h4 {
	color: #666;
	font-family: 'nexa_boldregular';
	font-size: 1.2em;
}

.compatibility p {
	color: #666666;
	line-height: 1.6em;
	font-size: 1em;
}

.compatibility a span:hover {
	opacity: 0.8;
}

a.cl-icon1 span {
	height: 39px;
	width: 19px;
	display: block;
	background: url(../images/multiple-divice1.png) no-repeat 1px -18px;
}

a.cl-icon2 span {
	height: 36px;
	width: 21px;
	display: block;
	background: url(../images/multiple-divice1.png) no-repeat -34px -21px;
}

a.cl-icon3 span {
	height: 56px;
	width: 47px;
	display: block;
	background: url(../images/multiple-divice1.png) no-repeat -68px 0px;
}

a.cl-icon4 span {
	height: 50px;
	width: 34px;
	display: block;
	background: url(../images/multiple-divice1.png) no-repeat -129px -7px;
}

/*-----*/
a.cl-icon1-l span {
	height: 41px;
	width: 23px;
	display: block;
	background: url(../images/multiple-divice2.png) no-repeat 1px -5px;
}

a.cl-icon2-l span {
	height: 41px;
	width: 23px;
	display: block;
	background: url(../images/multiple-divice2.png) no-repeat -38px -5px;
}

a.cl-icon3-l span {
	height: 41px;
	width: 23px;
	display: block;
	background: url(../images/multiple-divice2.png) no-repeat -78px -5px;
}

a.cl-icon4-l span {
	height: 41px;
	width: 23px;
	display: block;
	background: url(../images/multiple-divice2.png) no-repeat -118px -5px;
}

a.cl-icon5-l span {
	height: 41px;
	width: 23px;
	display: block;
	background: url(../images/multiple-divice2.png) no-repeat -158px -5px;
}

a.cl-icon6-l span {
	height: 41px;
	width: 65px;
	display: block;
	background: url(../images/multiple-divice2.png) no-repeat -195px -5px;
}

a.cl-icon7-l span {
	height: 50px;
	width: 32px;
	display: block;
	background: url(../images/multiple-divice2.png) no-repeat -273px 2px;
}

a.cl-icon8-l span {
	height: 43px;
	width: 63px;
	display: block;
	background: url(../images/multiple-divice2.png) no-repeat -317px -3px;
}

/*-----start-footer----*/
.footer {
	padding: 3em 0;
}

.footer-left p {
	color: #666666;
	font-weight: 600;
	font-size: 1.1em;
	margin-top: 2.1em;
}

.footer-left p a {
	color: #666;
}

.footer-left p a:hover {
	color: #02042e;
	text-decoration: none;
}

.footer-right p {
	color: #666666;
	line-height: 1.6em;
	font-size: 1em;
}

.footer-right input[type="text"] {
	padding: 0.8em;
	color: #D5D5D5;
	border: 1px solid #D5D5D5;
	outline: none;
	-webkit-appearance: none;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	width: 69%;
	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: 2%;
}

.footer-right input[type="text"]:hover {
	border-color: #02042e;
	color: #02042e;
}

.footer-right input[type="submit"] {
	background: #F06464;
	outline: none;
	padding: 0.8em 2em;
	color: #fff;
	border: none;
	border-radius: 0.3em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.footer-right input[type="submit"]:hover {
	background: #9B9B9B;
}

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 26px;
	right: 3%;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url("../images/to-top1.png") no-repeat 0px 0px;
	border-radius: 30em;
}

#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

/*--responsive design--*/
@media (max-width:1024px) {
	.top-nav ul li a {
		color: #FFF;
		padding: 1.8em 1em;
		font-size: 0.85em;
	}

	.slide-text-info h1 {
		font-size: 2.5em;
	}

	.callbacks_tabs {
		left: 42%;
	}

	.features h2 {
		font-size: 2em;
	}

	.features-grid h3 a {
		font-size: 0.85em;
	}

	.features-grid p {
		font-size: 0.8125em;
	}

	.Share-instantly-right h3 {
		font-size: 2em;
	}

	.feature h3 {
		font-size: 2em;
	}

	.gallery h3 {
		font-size: 1.5em;
	}

	.Share-instantly-right p {
		font-size: 0.8125em;
	}

	.feature p {
		line-height: 1.8em;
		font-size: 0.8125em;
	}

	.footer-right input[type="text"] {
		width: 64%;
	}

	.header {
		left: 0;
	}

	.download-right p {
		font-size: 1.8em;
	}

	.apple {
		background-size: 190%;
		margin-right: 1em;
	}

	.play-btn {
		background: url(../images/download-btns.png) no-repeat -198px 0px;
		background-size: 190%;
	}

	.download {
		padding: 40px 0 20px;
	}

	.feature-left {
		margin: 0 0 2em 0;
	}

	.download-left {
		margin-top: 2.2em;
	}

	.slide-text-info {
		margin-top: 7%;
	}

	.features-grid span {
		width: 100px;
		height: 100px;
		background-size: 446%;
	}

	.features-grid span.t-icon1 {
		background-position: -173px 0px;
	}

	.features-grid span.t-icon2 {
		background-position: -346px 0px;
	}

	.Share-instantly-left span,
	.feature-right span {
		background-size: 85%;
		width: 320px;
		height: 430px;
	}

	.Share-instantly-right {
		margin-top: 0em;
	}

	.download-left a span {
		background-size: 90%;
		width: 240px;
		height: 220px;
	}

	.download-right ul li a span {
		width: 150px;
		height: 50px;
		background-size: 198%;
	}

	.download-right ul li a.l-google span {
		background-position: -147px 0px;
	}

	p.cousel_demo {
		display: none;
	}
}

@media (max-width:800px) {
	.top-nav ul li a {
		color: #FFF;
		padding: 2em 0.6em;
		font-size: 0.8125em;
	}

	.slide-text-info h1 {
		font-size: 2em;
	}

	.slide-text-info-btns {
		margin-top: 1.5em;
	}

	.slide-text-info-btns {
		margin-top: 1.5em;
	}

	.callbacks_tabs {
		left: 40%;
	}

	.apple {
		width: 170px;
		height: 45px;
	}

	.play-btn {
		width: 170px;
		height: 45px;
	}

	.play-btn {
		background: url(../images/download-btns.png) no-repeat -170px 0px;
		background-size: 190%;
	}

	.head-para {
		width: 100%;
	}

	div.owl-carousel1 {
		width: 100%;
	}

	div.col-md-5.Share-instantly-left,
	div.col-md-5.feature-right {
		text-align: center;
	}

	.Share-instantly-left span,
	.feature-right span {
		background-size: 85%;
		width: 250px;
		height: 330px;
		display: inline-table;
	}

	div.col-md-7.download-right {
		text-align: center;
	}

	.download {
		padding: 10px 0 10px;
	}

	.footer {
		padding: 10px 0;
	}

	.Share-instantly-right h3,
	.feature h3 {
		font-size: 1.5em;
	}
}

@media (max-width:768px) {

	.top-nav ul li.active a,
	.top-nav ul li a:hover {
		color: #02042e;
	}

	.top-nav ul li a {
		font-size: 0.8125em;
		padding: 0px;
		color: #02042e;
	}

	.download {
		padding: 10px 0;
	}

	.callbacks_tabs {
		left: 38%;
	}

	nav a#pull img {
		margin-right: 0;
	}
}

@media (max-width:640px) {
	.header {
		position: absolute;
		top: 0;
		z-index: 999;
		right: 0;
	}

	.slide-text-info h1 {
		font-size: 1.5em;
	}

	.callbacks_tabs {
		left: 36%;
	}

	.footer {
		padding: 10px 0;
	}

	.gallery p {
		line-height: 1.5em;
		width: 100%;
	}

	.callbacks_tabs {
		top: 83%;
	}

	.feature-right span {
		height: 320px;
	}
}

@media (max-width:480px) {
	.slide-text-info h1 {
		font-size: 1.5em;
		margin-top: 50px;
	}

	.slide-text-info-btns {
		display: none;
	}

	.callbacks_tabs {
		left: 33%;
		top: 80%;
	}

	.logo a {
		font-size: 2.5em;
	}

	nav a#pull img {
		margin-top: -20px;
	}

	.Share-instantly-left span,
	.feature-right span {
		background-size: 59%;
		width: 180px;
		height: 170px;
		display: inline-table;
	}

	.Share-instantly-left span,
	.feature-right span {
		background-position: 30px 0;
	}

	.download-left a span {
		background-size: 70%;
		width: 220px;
		height: 165px;
		background-position: 38px 0;
	}

	.download-right p {
		font-size: 1.4em;
	}

	.download-right a {
		font-size: 1em;
	}

	div.col-md-5.Share-instantly-left,
	div.col-md-5.feature-right {
		margin-bottom: -4px;
	}
}

@media (max-width:320px) {
	.footer-right input[type="text"] {
		width: 100%;
		padding: 10px;
	}

	.footer-right input[type="submit"] {
		padding: 10px 20px;
		margin-top: 10px;
	}

	.rslides {
		background: #df5d5d;
		min-height: 150px;
	}

	.slide-text-info h1 {
		font-size: 1.1em;
		margin-top: 38px;
	}

	.callbacks_tabs {
		left: 25%;
		top: 70%;
	}

	.Share-instantly-left span,
	.feature-right span {
		background-size: 59%;
		width: 180px;
		height: 170px;
		display: inline-table;
	}

	.download-left a span {
		background-size: 60%;
		width: 200px;
		height: 125px;
		background-position: 50px 0;
	}

	.download-right ul li a span {
		width: 250px;
		height: 35px;
		background-size: 95%;
		background-position: 1px 0;
	}

	.download-right ul li a.l-google span {
		display: none;
	}
}