/*------------------------------------------------------------------
[Table of contents]
1.  css reset 
  1.1 HTML5 display-role reset for older browsers
  1.2 grid.css
2.  header
3.  above-fold
4.  about-main
5.  features-main
6.  work-main
7.  benefits-main
8.  send-block-main
9.  client-block-main
10. screenshot-main
11. count-block-main
12. team-block-main
13. downlod-block-main
14. contact-form-main 
15. footer
16. media css
-------------------------------------------------------------------*/


@import url(../webkit/webkitc619.css?v=1.0);
@import url(../webkit/font-awesome/font-awesomec619.css?v=1.0);
.transition {
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	transition: 0.5s all;
}
.about-main .ficon:hover {
	color:#fff;
}
.delay {
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.no-delay {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
}
/*font icon*/
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
 speak: none;
 font-style: normal;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
.testi {
	text-align:center;
	color:#fff;
}
.icon-ic_play:before {
	content: "\e90e";
}
.icon-ic_scroll .path1:before {
	content: "\e900";
	color: rgb(255, 255, 255);
}
.icon-ic_scroll .path2:before {
	content: "\e901";
	margin-left: -1.5029296875em;
	color: rgb(255, 253, 253);
}
.icon-ic_scroll .path3:before {
	content: "\e902";
	margin-left: -1.5029296875em;
	color: rgb(255, 255, 255);
}
.icon-ic_download:before {
	content: "\e903";
}
.icon-ic_android:before {
	content: "\e904";
}
.icon-ic_apple:before {
	content: "\e905";
}
.icon-ic_bag:before {
	content: "\e906";
}
.icon-ic_customize:before {
	content: "\e907";
}
.icon-ic_design:before {
	content: "\e908";
}
.icon-ic_flat_design:before {
	content: "\f19a";
}
.icon-ic_hammer:before {
	content: "\e90a";
}
.icon-ic_laptop:before {
	content: "\e90b";
}
.icon-ic_market:before {
	content: "\e90c";
}
.icon-ic_photos:before {
	content: "\e90d";
}
.icon-ic_play_big:before {
	content: "\e90f";
}
.icon-ic_play_store:before {
	content: "\e910";
}
.icon-ic_play_store_hover:before {
	content: "\e911";
}
.icon-ic_retina:before {
	content: "\e912";
}
.icon-ic_scroll2:before {
	content: "\e913";
}
.icon-ic_send_small:before {
	content: "\e914";
}
.icon-ic_setting:before {
	content: "\e915";
}
.icon-ic_shield:before {
	content: "\e916";
}
.icon-ic_speed:before {
	content: "\e917";
}
.icon-ic_store_hover:before {
	content: "\e918";
}
.icon-ic_support:before {
	content: "\e919";
}
.icon-ic_use:before {
	content: "\e91a";
}
.icon-ic_windows:before {
	content: "\e91b";
}
.icon-iPhone:before {
	content: "\e91c";
}
.icon-title_logo {
	font-size: 48px;
}
.icon-title_logo .path1:before {
	content: "\e91e";
	color: rgb(255, 255, 255);
}
.icon-title_logo .path2:before {
	content: "\e91f";
	margin-left: -2.7783203125em;
	color: rgb(225, 66, 64);
}
/*1. css 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, center, dl, dt, dd, ol, ul, 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: 16px;
	/*font: inherit;*/
  vertical-align: baseline;
}
/* 1.1 HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee;
}
i, cite, em, var, address, dfn {
	font-style: italic;
}
body {
	line-height: 1.5;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #fff;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1.big {
	font-size: 70px;
}
h1.small {
	font-size: 50px;
}
h2 {
	font-size: 50px;
}
h3 {
	font-size: 40px;
}
h4 {
	font-size: 32px;
}
h5 {
	font-size: 28px;
}
h6 {
	font-size: 24px;
}
nav > ul, nav > ol {
	list-style-type: disc;
	padding-left: 20px;
}
nav > ul li a, nav > ol li a, nav > ul li, nav > ol li {
	text-decoration: none;
	color: #162331;
	font-size: 14px;
	line-height: 26px;
}
nav > ul li a:hover, nav > ol li a:hover {
	color: #e14240;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	font-size: 14px;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
ins {
	background: #ffe7e7;
	text-decoration: none;
}
p a {
	color: #e14240;
}
p a:hover {
	text-decoration: none;
}
table {
	border-collapse: collapse;
	width: 100%;
}
table, td, th {
	border: 1px solid #ddd;
	text-align: left;
}
th, td {
	padding: 8px;
	font-size: 14px;
}
tr:nth-child(even) {
	background-color: #f2f2f2;
}
.custom_li ul li {
	font-family:Verdana, Geneva, sans-serif;
	position: relative;
	padding-left: 35px;
	color: #162331;
	font-size: 14px;
	line-height: 26px;
}
.custom_li ul li .ficon {
	position: absolute;
	left: 0px;
	top: 8px;
	width: 30px;
	text-align: center;
}
.e_btn {
	display: inline-block;
	text-decoration: none;
	padding: 20px 0;
	border: 2px solid #e14240;
	border-radius: 14px;
	margin: 0 10px 10px 0;
	font-size: 14px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight: 700;
	line-height: 18px;
	width: 160px;
	text-align: center;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	transition: 0.5s all;
	color: #e14240;
	background-color: transparent;
}
.e_btn:hover {
	background-color: red;
}
.e_btn:hover {
	background-color: #e14240;
	color: #fff;
}
.e_btn.blue {
	border-color: #6788aa;
	color: #6788aa;
}
.e_btn.blue:hover {
	background-color: #6788aa;
	color: #fff;
}
.e_btn.blue {
	border-color: #6788aa;
	color: #6788aa;
}
.e_btn.blue:hover {
	background-color: #6788aa;
	color: #fff;
}
.e_btn.send-btn {
	background-color: #e14240;
	border: 2px solid #e14240;
	box-sizing: border-box;
	height: 58px;
	padding: 15px 30px 15px 60px;
	border-radius: 10px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	font-family:Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	transition: 0.5s all;
	position: relative;
	width: auto;
}
.e_btn.send-btn .ficon {
	font-size: 37px;
	position: absolute;
	top: 10px;
	left: 15px;
}
.e_btn.send-btn:hover {
	background-color: transparent;
	border-color: #e14240;
	color: #e14240;
}
.e_btn.blue {
	border-color: #6788aa;
	color: #6788aa;
}
.e_btn.blue:hover {
	background-color: #6788aa;
	color: #fff;
}
.e_btn.blue {
	border-color: #6788aa;
	color: #6788aa;
}
.e_btn.blue:hover {
	background-color: #6788aa;
	color: #fff;
}
input, button, select, textarea {
	outline: none;
}
::-webkit-input-placeholder {
 color: #b1b1b1;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #b1b1b1;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #b1b1b1;
}
:-ms-input-placeholder {
 color: #b1b1b1;
}
a {
	outline: none;
}
/* css reset */
.container {
	display: inline-block;
	width: 100%;
	padding: 64px 0 45px 0;
	vertical-align: top;
	background: #162331;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.clear {
	clear: both;
}
.pr {
	position: relative;
}
.no-padding {
	padding: 0 !important;
}
.no-margin {
	margin: 0 !important;
}
.mar-l-55 {
}
.parallax {
	background-attachment: fixed !important;
	background-size: cover !important;
}
/* 1.2 grid.css */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	display: inline-block;
}
.row > div:last-child {
	margin-right: 0 !important;
}
/* col css Note : Don't add or update any css in this block */
.wrapper {
	width: 1170px;
	margin: 0 auto;
	max-width: 98%;
}
.row {
	display: inline-block;
	width: 100%;
	vertical-align: bottom;
}
.col-1 {
	width: 5.98290598%;
}
.col-2 {
	width: 14.52991453%;
}
.col-3 {
	width: 23.07692308%;
}
.col-4 {
	width: 31.62393162%;
}
.col-5 {
	width: 40.17094017%;
}
.col-6 {
	width: 48.71794872%;
text-align: center !important;
}
.col-7 {
	width: 57.26495726%;
}
.col-8 {
	width: 65.81196581%;
}
.col-9 {
	width: 74.35897436%;
}
.col-10 {
	width: 82.90598291%;
}
.col-11 {
	width: 91.45299145%;
}
.col-12 {
	width: 100%;
}
.col-50 {
	width: 50%;
}

@media screen and (max-width: 768px) {
ul.social-network {
    list-style: none;
margin: 6px -35px 10px -25px !important;
    float: right;
padding: 0px 60px 0px 60px !important;
}}


@media screen and (max-width: 1169px) {
.ld-col-1 {
	width: 5.98290598%;
}
.ld-col-2 {
	width: 14.52991453%;
}
.ld-col-3 {
	width: 23.07692308%;
}
.ld-col-4 {
	width: 31.62393162%;
}
.ld-col-5 {
	width: 40.17094017%;
}
.ld-col-6 {
	width: 48.71794872%;
}
.ld-col-7 {
	width: 57.26495726%;
}
.ld-col-8 {
	width: 65.81196581%;
}
.ld-col-9 {
	width: 74.35897436%;
}
.ld-col-10 {
	width: 82.90598291%;
}
.ld-col-11 {
	width: 91.45299145%;
}
.ld-col-12 {
	width: 100%;
}
.ld-col-50 {
	width: 50%;
}
}
@media screen and (max-width: 768px) {
.md-col-1 {
	width: 5.98290598%;
}
.md-col-2 {
	width: 14.52991453%;
}
.md-col-3 {
	width: 23.07692308%;
}
.md-col-4 {
	width: 31.62393162%;
}
.md-col-5 {
	width: 40.17094017%;
}
.md-col-6 {
	width: 48.71794872%;
}
.md-col-7 {
	width: 57.26495726%;
}
.md-col-8 {
	width: 65.81196581%;
}
.md-col-9 {
	width: 74.35897436%;
}
.md-col-10 {
	width: 82.90598291%;
}
.md-col-11 {
	width: 91.45299145%;
}
.md-col-12 {
	width: 100%;
	margin: 0 0 45px;
}
.md-col-50 {
	width: 50%;
	margin: 25px 0;
}
}
@media screen and (max-width: 559px) {
.sd-col-1 {
	width: 5.98290598%;
}
.sd-col-2 {
	width: 14.52991453%;
}
.sd-col-3 {
	width: 23.07692308%;
}
.sd-col-4 {
	width: 31.62393162%;
}
.sd-col-5 {
	width: 40.17094017%;
}
.sd-col-6 {
	width: 48.71794872%;
}
.sd-col-7 {
	width: 57.26495726%;
}
.sd-col-8 {
	width: 65.81196581%;
}
.sd-col-9 {
	width: 74.35897436%;
}
.sd-col-10 {
	width: 82.90598291%;
}
.sd-col-11 {
	width: 91.45299145%;
}
.sd-col-12 {
	width: 100%;
}
.sd-col-50 {
	width: 50%;
}
}
/* col css Note : Don't add or update any css in this block */
/* grid.css */






/* Features
================================================== */

#features {
	background: #f2f2f2;
	border-top: 1px solid #d7d7d7;
}
.feature-image {
	position: relative;
}
.feature-image:after {
	content: '';
	width: 120px;
	right:24px;
	top: 50%;
	margin-top: 24px;
	height: 1px;
	background: #d7d7d7;
	position: absolute;
	z-index: -1;
}
.feature-wrapper {
	position: relative;
}
.feature-wrapper:before {
	content: '';
	width: 1px;
	top: 0;
	bottom: 0;
	height: 100%;
	background: #d7d7d7;
	position: absolute;
	left: -50px;
	z-index: 1;
}
.feature-wrapper:after {
	content: "";
	background: #eb2c33;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	left: -53.5px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	z-index: 3;
}
.feature-content-wrapper {
	position: relative;
	padding: 10px 0;
}
.feature-content-wrapper h2 {
	font-size: 24px;
	font-weight: 500;
	margin-top: 0;
}
.feature-content-wrapper:before {
	content: "";
	background: #eb2c33;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 0;
	left: -53.5px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	z-index: 3;
}
.feature-content-wrapper:after {
	content: "";
	background: #eb2c33;
	width: 8px;
	height: 8px;
	position: absolute;
	bottom: 0;
	left: -53.5px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	z-index: 3;
}
.feature-box .feature-icon {
	text-align: center !important;
	padding: 20px 0 0;
	font-size: 18px;
}
.feature-box .feature-icon i {
	color: #eb2c33;
	font-size: 36px;
}
.feature-box .feature-icon i.fa-mobile-phone {
	font-size: 48px;
}
.feature-box h3 {
	font-size: 16px;
	font-weight: 700;
	line-height:36px;
}
.feature-box .feature-box-content {
	margin-left: 60px;
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
.feature-box .feature-icon {
	text-align: center !important;
	padding: 20px 0 0;
	font-size: 18px;
}
.fa-mobile-phone:before, .fa-mobile:before {
	content: "\f10b";
}
.fa-umbrella:before {
	content: "\f0e9";
}
.feature-box h3 {
	font-size: 24px;
	font-weight: 400;
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
}
p {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	-webkit-margin-end: 0px;
}
p {
	margin: 0 0 10px;
}
.fa-flask:before {
	content: "\f0c3";
}
 animate.css:17 .animated {
 -webkit-animation-duration: 1s;
 animation-duration: 1s;
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both;
}
.feature-content-wrapper h2 {
	font-size: 24px;
	font-weight: 500;
	margin-top: 0;
}
.feature-box .feature-icon {
	text-align: center !important;
	padding: 20px 0 0;
	font-size: 18px;
}
.feature-box .feature-icon i.fa-mobile-phone {
	font-size: 48px;
}
.feature-box .feature-icon i {
	color: #3394cf;
	font-size: 36px;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.title-block1 h2 {
	font-size: 35px;
	font-weight: 100;
	line-height: normal;
	margin-bottom: 15px;
	color: #162331;
}
/* 2. header */

#main-header {
	background: rgba(0, 9, 18, 0.7);
	position: fixed;
	left: 0;
	right: 0;
	z-index: 99999;
	padding-top: 2px;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	transition: 0.2s all;
}
#main-header.darkHeader {
	background: rgba(0, 9, 18, 0.7);
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
}
#main-header.darkHeader .logo-main {
	padding: 2px 5px;
}
#main-header.darkHeader nav {
}
#main-header .container {
	padding: 0;
	background: none;
}
#main-header .row {
	margin: 0;
}
#main-header .logo-main {
	padding: 2px 5px;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	width:325px;
	float:left;
	transition: 0.2s all;
}
#main-header .logo-main img {
	vertical-align: top;
	width: 100%;
	margin: 24px 0px;
}
#main-header .responsive-menu-btn {
	display: none;
}
#main-header nav {
	text-align: left;
	margin: 19px 0px;
	display: inline-block;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	transition: 0.2s all;
}
#main-header nav ul {
	display: inline-block;
	vertical-align: top;
	padding-left: 0;
	list-style-type: none;
}
#main-header nav ul li {
	display: inline-block;
	float: left;
	position: relative;
}
#main-header nav ul > li:before {
	content: '';
	height: 28px;
	width: 100%;
	left: 0;
	bottom: -28px;
	position: absolute;
}
#main-header nav ul li > a {
	color: #D9DADC;
	font-family:Verdana, Geneva, sans-serif;
	font-weight: 700;
	font-size: 13px;
	display: block;
	padding: 5px 11px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 32px;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	transition: 0.5s all;
}
#main-header nav ul li:hover a, #main-header nav ul li.active a {
	color:#4ca1d5;
}
#main-header nav ul li.download {
	background: #e14240;
	color: #fff;
	border-radius: 8px;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	transition: 0.5s all;
	border:  2px solid #e14240;
	box-sizing: border-box;
}
#main-header nav ul li.download a {
	color: #fff;
}
#main-header nav ul li.download:hover {
	background: none;
}
#main-header nav ul li.download:hover a {
	color: #e14240;
}
#features {
	background: #0c2033;
	border-top: 1px solid #02155f;
}
/* 3. above-fold */
.above-fold {
	display: inline-block;
	height: 768px;
	height: 100vh;
	min-height: 670px;
	background: url(../images/main-img.jpg) center top;
	background-size: cover;
	padding: 0;
	overflow: hidden;
}
.above-fold .wrapper {
	height: 100%;
}
.above-fold .above-fold-text {
	position: absolute;
	bottom: 20%;
	left: 0;
	z-index: 11;
	color: #ffffff;
}
.above-fold .above-fold-text img {
	margin-bottom: 10px;
}
.above-fold .above-fold-text h1 {
	font-size: 50px;
	font-weight: 400;
	color: #f2f2f2;
	line-height: 55px;
	margin: 20px 0;
}
.above-fold .above-fold-text p {
	color: #b1b1b1;
	margin-bottom: 30px;
}
.above-fold .above-fold-text .btn-box a {
	display: inline-block;
	text-decoration: none;
	padding: 20px 0;
	color: #fff;
	border: 2px solid;
	border-radius: 14px;
	margin: 0 10px 10px 0;
	font-size: 13px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight: 700;
	line-height: 18px;
	width: 160px;
	text-align: center;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	transition: 0.5s all;
}
.above-fold .above-fold-text .btn-box a.red {
	color: #e14240;
}
.above-fold .above-fold-text .btn-box a.red:hover {
	color: #fff;
	background-color: #e14240;
	border-color: #e14240;
}
.above-fold .above-fold-text .btn-box a.blue {
	color: #6788aa;
}
.above-fold .above-fold-text .btn-box a.blue:hover {
	color: #fff;
	background-color: #6788aa;
	border-color: #6788aa;
}
.above-fold .above-fold-text .btn-box span.icon-ic_play:before {
	color: #6788aa;
	margin-left: 5px;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	transition: 0.5s all;
}
.above-fold .above-fold-text .btn-box a.blue:hover > span:before {
	color: #fff;
}
.above-fold .go-down {
	position: absolute;
	width: 40px;
	height: 30px;
	left: 50%;
	bottom: 5%;
	margin-left: -20px;
	background: url(../images/down-icon.png) no-repeat center;
	opacity: 0.5;
	z-index: 11;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	transition: 0.5s all;
}
.above-fold .hand_bg {
	/*background-image: url(http://placehold.it/994x802);*/
  position: absolute;
	right: 0;
	bottom: 0px;
}
.above-fold .go-down:hover {
	opacity: 1;
}
.above-fold-text > img {
	max-width: 133px;
	width: 100%;
}
/* 4. about-main */
.about-main .ficon {
	color: #3394cf;
	font-size: 48px;
}
.title-block {
	text-align: center;
	margin-bottom: 30px;
}
.title-block.small {
	text-align: left;
}
.title-block.small .sep-line {
	margin: 0 0 30px 0;
}
.title-block.small p {
	max-width: 100%;
	margin-bottom: 50px;
	text-align:justify;
}
.title-block h2 {
	font-size: 40px;
	font-weight: 100;
	line-height: normal;
	margin-bottom: 15px;
	color: #fff;
}
.title-block .sub-title {
	display: block;
	margin-bottom: 30px;
	font-size: 24px;
	color: #fff;
}
.title-block .sep-line {
	display: block;
	width: 50px;
	height: 3px;
	margin: 0 auto 30px;
	background: #3394cf;
}
.title-block p {
	color: #fff;
	max-width: 80%;
	margin: 0 auto;
}
.about-box h6 {
	margin: 15px 0;
	font-size: 24px;
	color: #3394cf;
}
.about-box p {
	color: #fff;
	text-align: justify;
	word-spacing: -4px;
	max-width: 87%;
	margin: 0 auto;
}
.about-main .title-block p {
	margin-bottom: 50px;
	text-align: justify;
}
/* 5. features-main */
.features-main {
	background: url(../images/features-bg.jpg) no-repeat center;
}
.features-box .features-text {
	width: 30%;
	display: inline-block;
	vertical-align: middle;
}
.features-box .features-text span.ficon {
	float: right;
	width: 70px;
}
.features-box .features-text span.ficon:before {
	font-size: 60px;
	line-height: 80px;
	color: #3394cf;
}
.features-box .icon-ic_use:before {
	font-size: 45px !important;
	line-height: 65px !important;
}
.features-box .features-text.text-left span.ficon {
	float: left;
}
.features-box .features-text .features-info {
	margin: 40px 0;
}
.features-box .features-text .features-info .info-text {
	display: inline-block;
	width: 70%;
	width: calc(98% - 98px);
	vertical-align: top;
	margin: 0 15px;
}
.features-box .features-text .features-info .info-text h6 {
	color: #3394cf;
	font-size: 22px;
}
.features-box .features-text .features-info .info-text p {
	color: #fff;
}
.features-box .features-img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 35px;
}
.features-mob {
	background: url(../images/mobile-03.png) no-repeat top center;
	background-size: 100% 100%;
	width: 328px;
	height: 690px;
	text-align: center;
	margin: 0 auto;
}
.features-mob img {
	margin-left: 4px;
	max-width: 278px;
	padding-top: 99px;
}
/* 6. work-main */
.work-main {
	background: url(../images/works-bg.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.work-main h2 {
	font-size: 50px;
	text-transform: uppercase;
	color:#3394cf;
	letter-spacing: 20px;
	margin-bottom: 40px;
	text-align: center;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	transition: 0.5s all;
}
.work-main:hover h2 {
	color: #23578f;
}
.work-main span.icon-ic_play_big {
	display: block;
	width: 134px;
	height: 134px;
	margin: 0 auto;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	transition: 0.5s all;
	cursor: pointer;
}
.work-main span.icon-ic_play_big:before {
	font-size: 134px;
	color: #3394cf;
}
.work-main span:hover:before {
	color: #fff;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	transition: 0.5s all;
}
/* 7. benefits-main */
.benefits-main {
	padding: 54px 0;
}
.benefits-main .benefits-img {
	float: none;
	vertical-align: middle;
}
.benefits-main .benefits-text {
	float: none;
	vertical-align: middle;
	color:#fff;
}
.benefits-main .benefits-text .sub-text > span.ficon {
	display: inline-block;
	float: left;
}
.benefits-main .benefits-text .sub-text > span.ficon:before {
	font-size: 37px;
	color: #3394cf;
}
.benefits-main .benefits-text .sub-text h6 {
	font-size: 24px;
}
.benefits-main .benefits-text .sub-text p {
	color: #fff;
	margin-bottom: 30px;
}
.benefits-main .benefits-text .icon-text span img {
	float: none;
	margin: 5px 10px 0 0;
	vertical-align: top;
}
.benefits-main .icon-text ul {
	list-style: none;
}
.benefits-main .icon-text ul li {
	color: #fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 2;
	position: relative;
	padding-left: 45px;
}
.benefits-main .icon-text ul li > .ficon {
	position: absolute;
	left: 0px;
	top: 8px;
	width: 30px;
	text-align: center;
}
.benefits-main .icon-text ul li > .ficon:before {
	font-size: 20px;
	color: #3394cf;
}
.benefits-main .benefits-img img {
	max-width: 100%;
	width: 410px;
}
.benefits1-img img {
	max-width: 100%;
	width: 540px;
}
/* 8. send-block-main */
.send-block-main {
	background: url(../images/send-block-bg.png) no-repeat center;
	position: relative;
}
.topClr {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #3394cf;
	opacity: 0.9;
	z-index: 0;
}
.send-block-main .wrapper {
	z-index: 1;
	position: relative;
}
.send-block-main .text-left {
	margin: 0;
	display: inline-block;
	float: none;
	vertical-align: middle;
	text-align: left;
}
.send-block-main .text-left h2 {
	margin-bottom: 0;
	color:#fff;
    font-family: cursive;
}
.send-block-main .text-right {
	margin: 0;
	float: none;
	vertical-align: middle;
}
.send-block-main .text-right a {
	width: 200px;
	display: inline-block;
	text-align: center;
	line-height: 45px;
	border: 2px solid #fff;
	border-radius: 30px;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
	font-family:Verdana, Geneva, sans-serif;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	transition: 0.5s all;
}
.send-block-main .text-right a:hover {
	border-color: #182837;
	background-color: #182837;
}
/* 9. client-block-main */
.client-block-main {
	background: url(../images/client-slider-bg.jpg) no-repeat center;
	background-size: cover;
}
.client-slider li {
	text-align: center;
}
.client-slider li p {
	width: 70%;
	margin: 0 auto 40px;
	color: #fff;
}
.client-slider li .client-info img {
	display: block;
	margin: 0 auto 15px;
	border-radius:  50%;
}
.client-slider li .client-info strong {
	display: block;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #3394cf;
}
.client-slider li .client-info span {
	display: block;
	font-size: 16px;
	color: #fffefe;
}
/* 10. screenshot-main */
.screenshot-main {
	overflow: hidden;
}
.screen-slider {
	width: 100%;
	position: relative;
	display: block;
}
.screen-slider .owl-carousel {
	padding-top: 98px;
}
.screen-slider .owl-carousel .owl-stage-outer {
	overflow: visible;
}
.mobile {
	position: absolute;
	width: 328px;
	margin: 0 auto;
	text-align: center;
	display: inline;
	left: 50%;
	margin-left: -166px;
	z-index: 99;
	overflow: visible;
	top: 0;
}
.mobile img.slider-device {
	width: 100%;
}
#demos .owl-carousel .item {
	height: 418px;
}
.loop.owl-carousel.owl-theme.owl-center.owl-loaded {
	padding-top: 85px;
}
.owl-controls {
	padding-top: 112px;
}
.screen-slider div.owl-item.active.center img {
	opacity: 1;
	transition: 0.2s all;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
}
.screen-slider div.owl-item img {
	max-width: 100%;
	opacity: 0.5;
	display: block;
	transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
}
/* 11. count-block-main */
.count-block-main {
	background: #3394cf;
}
.count-block-main .ficon:before {
	color: #fff;
	font-size: 70px;
}
.count-block-main span.count {
	display: block;
	font-size: 43px;
	font-weight: 900;
	line-height: 1;
	margin: 15px 0 0;
}
.count-block-main em {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 1px;
	font-style: normal;
}
.plan-box {
	display: inline-block;
	margin-top: 30px;
}
.plan-box .plan-box-main {
	width: 280px;
	display: inline-block;
	float: left;
	background: #02101d;
	padding: 40px;
	margin: 20px 0;
}
.plan-box .plan-box-main .plan-type {
	display: block;
	font-size: 24px;
	margin-bottom: 20px;
}
.plan-box .plan-box-main .plan-price {
	font-size: 40px;
	margin-bottom: 10px;
	display: block;
	color: #e14240;
	font-weight: normal;
}
.plan-box .plan-box-main ul li {
	padding: 16px 0;
	border-top: 1px solid;
	border-color: #000 !important;
	color: #b1b1b1;
}
.plan-box .plan-box-main.center ul li {
	color: #f2f2f2;
}
.plan-box .plan-box-main ul li:last-child {
	border-bottom: 1px solid;
}
.plan-box .plan-box-main a {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-family:Verdana, Geneva, sans-serif;
	font-weight: 700;
	font-size: 14px;
	width: 163px;
	height: 56px;
	line-height: 56px;
	border: 2px solid #e14240;
	border-radius: 15px;
	color: #e14240;
	margin-top: 40px;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	transition: 0.5s all;
}
.plan-box .plan-box-main a:hover {
	color: #fff;
	background-color: #e14240;
}
.plan-box .plan-box-main.center {
	background: #e14240;
	padding: 60px 40px;
	margin: 0;
}
.plan-box .plan-box-main.center .plan-price {
	color: #fff;
}
.plan-box .plan-box-main.center ul li {
	border-color: #d32825 !important;
}
.plan-box .plan-box-main.center a {
	color: #02101d;
	border-color: #02101d;
}
.plan-box .plan-box-main.center a:hover {
	color: #fff;
	background-color: #02101d;
	border-color: #02101d;
}
.a1 {
	border:2 px solid #666;
}
.a1 img {
	padding:5px 5px;
}
/* 12. team-block-main */
.team-block-main {
	background: url(../images/team-slider-bg.jpg) no-repeat center;
	background-size: cover;
}
.team-slider-main {
	margin: 60px 0 0 0;
	width: 100%;
}
.team-slider-main li .team-photo {
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	margin-bottom: 20px;
	display: inline-block;
	border: 10px solid #366598;
}
.team-slider-main li .team-photo:after, .team-slider-main li .team-photo:before {
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
	content: "";
	display: block;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	transition: 0.5s all;
}
.team-slider-main li .team-photo:after {
	top: 0;
}
.team-slider-main li .team-photo:before {
	bottom: 0;
}
.team-slider-main li .team-photo:hover:after, .team-slider-main li .team-photo:hover:before {
	height: 100%;
}
.team-slider-main li .team-photo .social-links {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 30px;
	left: 0;
	display: block;
	text-align: center;
	margin-top: -15px;
	z-index: 11;
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	transition: 0.5s all;
}
.team-slider-main li .team-photo .social-links a {
	color: #fff;
	margin: 0 8px;
	font-size: 22px;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	transition: 0.5s all;
}
.team-slider-main li .team-photo .social-links a:hover {
	color: #d32825;
}
.team-slider-main li .team-photo:hover .social-links {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
}
.team-slider-main li img {
	margin: 0 auto;
}
.team-slider-main li .name {
	color: #fff;
	font-size: 16px;
	    margin-bottom: 18px;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
}



.team-slider-main li .role {
    font-size: 16px;
    color: #fffefe;
    background: #23578f;
    margin-bottom: 30px;
    padding: 8px 6px;
    border-radius: 8px;
    max-width: 170px;
    margin: 0 auto;
    text-align: center;
    display: block;
    border:2px solid #fff;
    font-style: normal;
    box-shadow:0 5px 12px 0 rgba(175,192,202,.4);
    }





.team-slider-main li .role:hover {
    font-size: 16px;
    color: #fff;
    background: #162331;
    margin-bottom: 30px;
    border:2px solid #23578f;
    
    padding: 8px 6px;
	box-shadow:0 3px 10px 0 rgba(175,192,202,.4);
	transform:translate3d(0, -2px, 0);
    border-radius: 8px;
    max-width: 170px;
    margin: 0 auto;
    text-align: center;
    display: block;
    font-style: normal;
  
    }





.container .bx-wrapper .bx-pager {
	bottom: -65px;
}
.container .bx-wrapper .bx-pager.bx-default-pager a {
	background: none !important;
	border: 2px solid #366598;
	height: 12px;
	width: 12px;
	border-radius: 50px;
	opacity: 0.5;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	transition: 0.5s all;
}
.container .bx-wrapper .bx-pager.bx-default-pager a:hover {
	opacity: 1;
}
.container .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #366598 !important;
	opacity: 1;
}
/* 13. downlod-block-main */
.downlod-block-main {
	background: url(../images/download-bg-img.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}
.downlod-block-main .topClr {
	background-color: #e14240;
	opacity: 0.8;
}
.downlod-block-main .wrapper {
	position: relative;
	z-index: 1;
}
.downlod-block-main .title-block .sep-line {
	background: #fff;
}
.downlod-block-main .title-block .sub-title {
	color: #fff;
}
.downlod-btn {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 90px;
}
.downlod-btn a {
	display: inline-block;
	margin: 0 9px;
	overflow: hidden;
	vertical-align: top;
	margin-bottom: 15px;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	transition: 0.5s all;
	opacity: 1;
}
.downlod-btn a:hover {
	opacity: 0.65;
}
.subscribe-form {
	display: inline-block;
	margin-top: 15px;
}
.subscribe-form input {
	background: #000;
	border: none;
	-webkit-appearance: normal;
	-moz-appearance: normal;
	appearance: normal;
}
.subscribe-form input.email {
	width: 480px;
	padding: 10px 25px;
	height: 46px;
	border-radius: 10px 0 0 10px;
	color: #b1b1b1;
	font-size: 18px;
	font-weight: 400;
	font-family:Verdana, Geneva, sans-serif;
	float: left;
}
.subscribe-form input.submit-btn {
	padding: 10px 25px;
	height: 46px;
	border-radius: 0 10px 10px 0;
	box-sizing: content-box;
	background: url(../images/send-icon.png) no-repeat center #162331;
	text-indent: -999px;
	width: 20px;
	float: left;
	cursor: pointer;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	transition: 0.5s all;
}
.subscribe-form input.submit-btn:hover {
	background: url(../images/send-icon-hover.png) no-repeat center #162331;
}
/* 14. contact-form-main */
.contact-form-main {
	text-align: center;
}
.contact-form-main .contact-form {
	width: 920px;
	max-width: 100%;
	display: inline-block;
	margin-top: 30px;
}
.contact-form-main .contact-form .form-row {
	display: inline-block;
	width: 100%;
	vertical-align: bottom;
	margin-bottom: 25px;
}
.contact-form-main .contact-form .form-row .col-5 {
	margin: 0;
	width: 48.5%;
	float: left;
}
.contact-form-main .contact-form .form-row .col-5:last-child {
	float: right;
}
.contact-form-main .contact-form .form-row input[type="text"] {
	background: none;
	border: 2px solid #d6d6d6;
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 58px;
	padding: 15px 30px;
	border-radius: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	font-family:Verdana, Geneva, sans-serif;
}
.contact-form-main .contact-form .form-row textarea {
	background: none;
	border: 2px solid #d6d6d6;
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 58px;
	padding: 20px 30px;
	border-radius: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	font-family:Verdana, Geneva, sans-serif;
	resize: none;
	height: 131px;
}
.contact-form-main .contact-form .form-row ::-webkit-input-placeholder {
 color: #fff;
}
.contact-form-main .contact-form .form-row :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.contact-form-main .contact-form .form-row ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.contact-form-main .contact-form .form-row :-ms-input-placeholder {
 color: #fff;
}
.contact-form-main .contact-form .form-row button.send-btn {
	/*background: url(../images/send-icon-outline.png) no-repeat 15px center;*/
  background-color: #366598;
	border: 2px solid #fff;
	box-sizing: border-box;
	height: 45px;
	padding: 10px 30px;
	border-radius: 40px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	font-family:Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	transition: 0.5s all;
	position: relative;
}
.contact-form-main .contact-form .form-row button.send-btn:hover {
	color: #fff;
	background-color: transparent;
	border-color: #366598;/*background-image: url(../images/send-icon-outline-hover.png);*/
}
.contact-form-main .contact-form .form-row button.send-btn span {
	font-size: 37px;
	position: absolute;
	top: 10px;
	left: 15px;
}
.contact-dark .contact-form-main .contact-form .form-row input[type="text"], .contact-dark .contact-form-main .contact-form .form-row textarea {
	border: 2px solid #366598;
}
/* 15. footer */
#main-footer {
	background: #02101d;
	padding-bottom: 40px !important;
}
#main-footer span a {
	color: #3394cf;
	text-decoration: none;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	transition: 0.5s all;
}
#main-footer span a:hover {
	color: #fff;
}
ul.social-link {
	margin: 40px 0;
}
ul.social-link li {
	display: inline-block;
	margin: 0 25px;
}
ul.social-link li a {
	color: #fff;
	font-size: 28px;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	transition: 0.5s all;
}
ul.social-link li a:hover {
	color: #e14240;
}
#main-footer .wrapper > img {
/*	width: 27%; */
}
/* 16. media css */
@media screen and (max-width: 1669px) {
.above-fold .hand_bg {
	right: -10%;
	max-width: 63%;
}
}
@media screen and (max-width: 1369px) {
.above-fold .hand_bg {
	right: -20%;
	max-width: 66%;
}
}
@media screen and (max-width: 1169px) {
.wrapper {
	max-width: 100%;
	margin: 0 20px;
	width: auto;
}
.container {
	padding: 50px 0 60px 0;
}
img {
	max-width: 100%;
}
#main-header .logo-main {
	padding: 3px 5px !important;
}
#main-header .col-10 {
	float: right;
	width: auto;
}
#main-header nav {
	display: none;
}
#main-header nav#main-menu {
	display: block;
	position: absolute;
	right: -265px;
	margin: 0;
	padding: 0;
	background: #3394cf;
	width: 260px;
	height: calc(100vh - 76px);
}
#main-header nav ul {
	display: block;
}
#main-header nav ul li {
	display: block;
	float: none;
	padding: 1px 17px;
	border-bottom: 2px solid #fff;
}
#main-header nav ul li.download {
	background: none;
	border-radius: 0;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
}
#main-header nav ul li a {
	font-size: 15px;
	color: #fff;
}
#main-header nav ul li a:hover {
	color: #fff;
}
#main-header .responsive-menu-btn {
	display: inline-block;
	margin: 3px 0;
	vertical-align: top;
}
#main-header .responsive-menu-btn i {
	display: block;
	float: none;
	width: 35px;
	height: auto;
	top: 0;
	right: 0;
	padding: 0;
	box-sizing: border-box;
	margin: 35px auto;
}
#main-header .responsive-menu-btn i b {
	display: block;
	height: 2px;
	background: #3394cf;
	width: 35px;
	margin: 7px auto;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	position: relative;
	top: 0;
}
#main-header .responsive-menu-btn i b:nth-child(2) {
	margin: 6px auto;
}
#main-header .responsive-menu-btn span {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	content: "";
	display: none;
	z-index: -1;
}
#main-header.open-nav .responsive-menu-btn b:nth-child(1) {
	transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-webkit-transform: rotateZ(-45deg);
	top: 9px;
}
#main-header.open-nav .responsive-menu-btn b:nth-child(3) {
	transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	top: -9px;
}
#main-header.open-nav .responsive-menu-btn b:nth-child(2) {
	opacity: 0;
}
#main-header.open-nav .responsive-menu-btnspan {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(1, 39, 58, 0.5);
	left: 0;
	top: 0;
}
#main-header.open-nav nav#main-menu {
	right: 0;
}
#main-header.open-nav .responsive-menu-btn span {
	display: block;
}
#main-header nav ul li:hover a,  #main-header nav ul li.active a {
	color: #fff !important;
}
.above-fold .hand_bg {
	top: inherit;
	bottom: 0px;
}
.features-box .features-text {
	width: 29%;
}
.screenshot-main {
	padding-bottom: 142px;
}
.plan-box {
	width: 100%;
}
.plan-box .plan-box-main {
	box-sizing: border-box;
	width: 33.333%;
}
#main-footer,  .screenshot-main {
	padding-bottom: 60px !important;
}
.send-block-main .ld-col-3 {
	width: 25%;
}
}
@media screen and (max-width: 1024px) {
.parallax {
	background-attachment: scroll !important;
}
.downlod-btn {
	margin-bottom: 60px;
}
.downlod-btn > a:last-child {
	margin-bottom: 0px;
}
.send-block-main .wrapper > .ld-col-12 {
	margin-bottom: 30px;
	text-align: center;
}
.send-block-main .ld-col-12:last-child {
	margin-bottom: 0;
}
.above-fold .fadeScroll,  .above-fold .go-down {
	display: none;
}
.above-fold {
	height: inherit;
	min-height: inherit;
}
.above-fold .above-fold-text {
	position: inherit;
	bottom: inherit;
	left: inherit;
	z-index: 11;
	color: #ffffff;
	width: 100%;
	text-align: center;
	margin-top: 76px;
}
.features-box .features-text .features-info,  .features-box .features-text.text-left .features-info:last-child {
	margin-bottom: 0px;
}
.features-box .features-text.text-right .features-info:first-child {
	margin-top: 0px;
}
.features-box .features-text .features-info:last-child {
	margin-bottom: 30px;
}
.features-box .features-text {
	width: 100%;
}
.features-box .features-text .features-info {
	display: inline-block;
	text-align: left;
	width: 70%;
}
.features-box .features-text.text-right {
	text-align: center;
}
.features-box .features-text.text-right span {
	float: left;
}
.features-box .features-text.text-left {
	text-align: center;
}
.features-box .features-img {
	width: 100%;
	margin: 15px 0;
}
}
@media screen and (max-width: 768px) {
#main-header.open-nav nav#main-menu {
	overflow: auto;
}
.above-fold .above-fold-text h1 {
	font-size: 36px;
	line-height: 45px;
}
.above-fold .go-down {
	bottom: -40px;
}
.about-main .md-col-12 {
	margin-top: 30px;
}
.about-main .md-col-12:last-child {
	margin-bottom: 0px;
}
.benefits-main .benefits-img {
	text-align: center;
	margin-bottom: 0;
}
.benefits-main .benefits-text {
	margin-bottom: 0;
	margin-top: 30px;
}
.plan-box .plan-box-main {
	width: 100%;
	max-width: 300px;
	float: none;
	display: block;
	margin: 0 auto !important;
}
#main-header .responsive-menu-btn {
    display: inline-block;
    margin: 7px 0 !important;
    vertical-align: top;
    z-index: 9999;
}
#main-header .logo-main {
width: 276px !important;}
.count-block-main .md-col-6 {
	margin-top: 25px;
	margin-bottom: 25px;
}
.count-block-main .md-col-6:nth-child(even) {
	margin-right: 0px;
}
.subscribe-form {
	/*width: 390px;*/
    width: 100%;
	display: flex;
	justify-content: center;
}
.subscribe-form input.email {
	/*width: 300px;*/
    width: 83%;
	padding: 10px 20px;
	font-size: 16px;
}
.subscribe-form input.submit-btn {
	width: 50px;
	padding: 10px 0;
	background-size: 50%;
}
.contact-form-main .contact-form .form-row .col-5 {
	width: 100%;
	margin-bottom: 25px;
}
.contact-form-main .contact-form .form-row .col-5:last-child {
	margin-bottom: 0;
}
.downlod-btn img {
	width: 230px;
}
.send-block-main .text-left h5 {
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 30px;
	text-align: center;
}
.send-block-main .text-right,  .benefits-main .title-block.small {
	text-align: center;
}
.benefits-main .title-block.small .sep-line {
	margin: 0 auto 30px;
}
.benefits-main .sub-text {
	margin: 0 auto;
}
.work-main h2 {
	font-size: 32px;
}
.title-block h2 {
	font-size: 40px;
	line-height: 50px;
}
.plan-box .plan-box-main {
	margin-bottom: 30px !important;
}
.plan-box .plan-box-main:last-child {
	margin-bottom: 0px !important;
}
.features-box .features-text span.ficon {
	float: left;
}
}
@media screen and (max-width: 559px) {
* {
	-webkit-text-size-adjust: none;
}
#main-header .responsive-menu-btn {
    display: inline-block;
    margin: 7px 0 !important;
    vertical-align: top;
    z-index: 9999;
}



#main-header .logo-main {
width: 276px !important;}
ul.social-network {
    list-style: none;
margin: 6px -35px 10px -25px !important;
    float: right;
    padding: 0px 60px 0px 60px !important;
}
.title-block h2 {
	font-size: 34px;
	line-height: 40px;
}
#main-header .logo-main {
	margin-top:4px;
}
.above-fold .above-fold-text h1 br {
	display: none;
}
ul.social-link li {
	margin: 0 10px;
}
ul.social-link li a {
	font-size: 18px;
}
.team-slider-main li .team-photo {
	border: 5px solid #F74F4C;
}
.screenshot-main .screenshots-slider-main {
	width: 191px;
	padding: 72px 20px 61px 22px;
	height: 400px;
}
.screenshot-main .screenshots-slider-main .bx-wrapper .bx-viewport li {
	max-width: 230px;
	margin: 0 10px;
}
.screenshot-main .screenshots-slider-main .bx-wrapper .bx-viewport {
	margin: 0 0 0 -12px;
}
.screenshot-main .screenshots-slider-main img.slider-device {
	width: 229px;
}
.count-block-main em {
	max-width: 90%;
	display: block;
	margin: 0 auto;
}
.subscribe-form {
	/*width: 240px;*/
    width: 100%;
}
.subscribe-form input.email {
	/*width: 150px;*/
    width: 83%;
	padding: 0 20px;
	font-size: 12px;
}
.subscribe-form input.submit-btn {
	padding: 0;
}
ul.social-link li {
	margin: 0 12px;
}
.above-fold .above-fold-text h1 {
	font-size: 25px;
	line-height: 32px;
}
.above-fold .above-fold-text {
	width: 100%;
}
.benefits-main .benefits-img {
	margin: 0;
	padding-bottom: 0;
}
.screenshot-main .screenshots-slider-main .bx-wrapper .bx-next {
	right: 20px;
}
.screenshot-main .screenshots-slider-main .bx-wrapper .bx-prev {
	left: 20px;
}
.team-slider-main li .name,  .team-slider-main li .role {
	font-size: 14px;
}
.features-box .features-text .features-info {
	width: 100%;
	text-align: center;
}
.features-box .features-text span.ficon {
	float: none !important;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.features-box .features-text .features-info .info-text {
	display: inline-block;
	margin: 0;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.team-slider-main .bx-wrapper .bx-pager {
	display: none;
}
/*.mobile { 
    display: none;    
  }
  .owl-item.active.center { 
    box-shadow: none;
  }
  .owl-carousel .owl-item img {
    width: 65% !important;
    margin: 0 auto;
  }
  .screen-slider .owl-carousel {
    padding-top: 0;
  }
  .owl-controls {
    padding-top: 12px;
  }*/
}
@media screen and (max-width: 355px) {
.features-mob {
	width: 100%;
	background-size: 100% 100%;
	height: 589px;
}
.features-mob img {
	margin-left: 2px;
	max-width: 263px;
	padding-top: 83px;
	max-width: 85%;
}
}
div#site-main {
	overflow: hidden;
}
.work-main #work-video {
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform: translate(0, -25%);
	-moz-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
	width: 100%;
}
.work-main .wrapper {
	position: relative;
}
.wrapper .title-block ul li {
	list-style: initial;
}
* {
	margin:0;
	padding:0;
	text-decoration:none
}

.a3{
	    margin-top: 30px;
}
.a3 img{
	width:37%;
	margin:0 auto;
}

.count-block-main span.count {
    display: block;
    font-size: 43px;
    font-weight: 900;
    color: #fff !important;}
.count-block-main em {
    text-transform: uppercase;
    font-weight: 400;
    color: #fff !important;}






.topbar{
    background-color: #02022f;
  padding: 0;
}

.topbar .container .row {
  margin:-7px;
  padding:0;
}

.topbar .container .row .col-md-12 { 
  padding:0;
}

.topbar p{
  margin:0;
  display:inline-block;
  font-size: 13px;
  color: #f1f6ff;
}

.topbar p > i{
  margin-right:5px;
}
.topbar p:last-child{
  text-align:right;
} 

header .navbar {
    margin-bottom: 0;
}

.topbar li.topbar {
    display: inline;
    padding-right: 18px;
    line-height: 52px;
    transition: all .3s linear;
}
ul.social-network {
    list-style: none;
      /*margin: 5px -54px 10px -25px ;*/
      margin: 5px -4px 10px -25px ;
    float: right;
    width: 100%;
}



.topbar li.topbar:hover {
    color: #1bbde8;
}

.topbar ul.info i {
    color: #131313;
    font-style: normal;
    margin-right: 8px;
    display: inline-block;
    position: relative;
    top: 4px;
}

.topbar ul.info li {
    float: right;
    padding-left: 30px;
    color: #ffffff;
    font-size: 13px;
    line-height: 44px;
}

.topbar ul.info i span {
    color: #aaa;
    font-size: 13px;
    font-weight: 400;
    line-height: 50px;
    padding-left: 18px;
}

ul.social-network {
  border:none;
  margin:0;
  padding:0;
}

ul.social-network li {
  border:none;  
  margin:0;
}

ul.social-network li i {
  margin:0;
}
@media screen and (max-width: 768px){
  
#main-header .responsive-menu-btn {
    display: inline-block;
    margin: 7px 0;
    vertical-align: top;
    z-index: 9999;
}
a.waves-effect.waves-dark.skypeifo {
    margin-left: 0px !important;
}
a.waves-effect.waves-dark.whatsappifo {
    margin-left: 0px !important;
}
span.top_info {
    padding-left: 9px;
    /*font-family: segoe script ;*/
font-size: 11px;}
#main-header .logo-main {
width: 276px !important;}}
ul.social-network li {
    display:inline;
    margin: 0 5px;
    border: 0px solid #2D2D2D;
    padding: 5px 0 0;
    width: 32px;
    display: inline-block;
    text-align: center;
    height: 32px;
    vertical-align: baseline;
    color: #000;
}


.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    transition: .3s ease-out;
    color: #fff;
}
a {
  color: #0a0a0a;
  text-decoration: none;
}

li {
    list-style-type: none;
}
.bg-image-full {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.bg-dark {
    background-color: #222!important;
}

.mx-background-top-linear {
    background: -webkit-linear-gradient(45deg, #54d400 48%, #1b1e21 48%);
    background: -webkit-linear-gradient(left, #54d400 48%, #1b1e21 48%);
    background: linear-gradient(45deg, #54d400 48%, #1b1e21 48%);
}
ul.social-network {
    list-style: none;
    /*margin: 5px -54px 10px -25px;*/
     margin: 5px -4px 10px -25px;
    float: right;
}
span.top_info {
    padding-left: 9px;
    /*font-family: segoe script;*/
font-size: 11px;}

a.waves-effect.waves-dark img {
    width: 26px;
    height: 16px;
    top: 6px !important;
    margin-left: 8px;
}
  
a.waves-effect.waves-dark.whatsappifo {
    margin-left: 34px;
}

   #main-header nav ul {
	display: block;
}
nav#cssmenu {
    margin-top: 42px;
}
.darkHeader {
    position: fixed;
    top: -13px;
}

@media (max-width: 480px){
    span.top_info {
    padding-left: 9px;
    font-family: segoe script !important;
font-size: 11px;}
}
@media screen and (max-width: 768px){
 span.top_info {
    padding-left: 9px;
    font-family: segoe script !important;
font-size: 11px;}
}
