/**
Theme Name: RxApps
Theme URI: http://www.ecologytheme.com/wordpress/rxapps/
Author: The Ecology Theme
Author URI: http://www.ecologytheme.com/
Description: RxApps - Responsive App Landing Page is a perfect landing page to showcase your app. RxApps Build with HTML5, CSS3, JS, jQuery and Latest Bootstrap 3.3.7. It is fully responsive, so you have the power to make your new landing page look awesome on all types of devices.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.ecologytheme.com/
Tags: two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: rxapps
*/
/* ------------------------------------------------------------------

[Table of contents]

1.  Body
2.  Header
3.  Intro 
4.  Feature 
5.  App Description
6.  Benifits
7.  Screenshot
8.  Pricing Table
9.  Subscribe
10. Video
11. App download
12. Contact
13. Footer
14. Helper Classes

------------------------------------------------------------------- */
/* ------------------------------------------------------------------
                    Default Style
------------------------------------------------------------------- */

body{ font-family: 'Exo', sans-serif; overflow-x:hidden !important;}
p {
    color: #969595;
    line-height: 23px;
    font-family: "Roboto", sans-serif;
}
figure{
	margin:0;
}
a{
    transition: .3s ease;
}
a:hover, a:active, a:focus{
    text-decoration: none;
}
img{
	height:auto;
	max-width:100%;
}
audio,
canvas,
iframe,
img,
svg,
video { vertical-align: middle }
figure { margin: 0 }
textarea { resize: vertical }
img {
    max-width: 100%;
    height: auto;
}
ul,
ol { padding: 10px 30px }
ul { list-style: disc }
ol { list-style: decimal }
li > ul,
li > ol { margin-bottom: 0 }
dl { margin: 0 0 1.75em }
dt { font-weight: 700 }
dd { margin: 0 0 1.75em }
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: middle;
}
del { opacity: 0.8 }
table,
th,
td {}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    /* Prevents HTML tables from becoming too wide */
    width: 100%;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
	border-bottom: 1px solid #ddd;
}
th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}
td { border-width: 0 1px 1px 0 }
th,
td { padding: 0.7375em }
em{
	font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Exo", sans-serif;
	line-height: 1.3;
}

h1 {
	font-size: 48px;
	margin: 25px 0;
}

h2 {
	font-size: 30px;
	margin: 17px 0;
}

h3 {
	font-size: 22px;
	margin: 14px 0;
}

h4 {
	font-size: 20px;
	margin: 17px 0;
}

h5 {
	font-size: 18px;
	margin: 22px 0;
}

h6 {
	font-size: 16px;
	margin: 28px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
	clear: both;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	clear: both;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}


.heading {
    text-align: center;
    margin-bottom: 50px;
}
.heading h2 {
    color: rgba(55, 55, 55, 0.8);
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: 0;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
	font-family: Exo;
}
.heading h2:before {
    border-left: 55px solid #dadada;
    border-right: 55px solid #dadada;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -70px;
    position: absolute;
    width: 130px;
}
.heading h2:after {
    background: #008dd5 none repeat scroll 0 0 padding-box content-box;
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
    bottom: -7px;
    content: "";
    height: 15px;
    left: 50%;
    margin-left: -13px;
    padding: 0 0 5px 5px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 15px;
}
.heading p {
    color: #969595;
    margin: 0 auto;
    width: 65%;
    line-height: 24px;
    font-size: 15px;
    font-weight: 300;
}
#feature { padding: 100px 0px }

/* ===[ Variables ]=== */
.primary-button {
    background: #008DD5;
    color: #fff;
    border-radius: 3px;
}
/* -------- Pre Loader -------- */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fefefe;
	z-index:99999;
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%;
	top:50%;
	background-image:url('images/preloader.gif');
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px;
}


/* ------------------------------------------------------------------
                    Header Style
------------------------------------------------------------------- */
header {
    background: url('images/intro-bg.jpg') no-repeat center center;
    min-height: 800px;
    background-size: cover;
}
.navbar {
    border: 0 none;
    border-radius: 0;
    padding: 5px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.navbar-brand{
    font-size: 25px;
	line-height: 30px;
}
.navbar-header2 {
  float: none;
  text-align: center;
  padding: 15px 0 5px;
}
.navbar-header2 a.navbar-brand{
	float:none;
}
.navbar-brand2{
    font-size: 25px;
	float:none;
}
.navbar-nav2{
	float: none;
    margin: 0;
    text-align: center;
	display:inline-block
}
.navbar-brand span {
  color: #008dd5;
}
.navbar-toggle{
	margin-right: 50px !important;
}
.navbar a { color: rgba(35,35,35,.8) }
ul.nav a {
    font-family: 'Exo', sans-serif;
    background: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400px;
}
.nav > li > a:focus,
.nav > li > a:hover {
    background: none;
    color: #008dd5;
}
.nav > li.active a { color: #008dd5; }
.nav li.active{
	position:relative;
}
.nav li.active::before {
  border-left: 1px solid #008dd5;
  border-top: 1px solid #008dd5;
  content: "";
  height: 8px;
  left: 8px;
  position: absolute;
  top: 12px;
  width: 13px;
}
.nav li.active::after {
  border-right: 1px solid #008dd5;
  border-bottom: 1px solid #008dd5;
  content: "";
  height: 8px;
  right: 8px;
  position: absolute;
  bottom: 12px;
  width: 13px;
}
.is-sticky .nav > li > a:focus,
.is-sticky .nav > li > a:hover {
    background: none;
    color: #008dd5 !important;
}
.is-sticky .nav > li.active a { color: #008dd5 !important }
.is-sticky .navbar {
    background: #fff;
    padding: 5px ;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.is-sticky .navbar ul.nav a {
	color: rgba(55,55,55,.8);
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.is-sticky .navbar a.navbar-brand { color: #282828; }
.sticky-wrapper {
  position: absolute;
  width: 100%;
  z-index: 9999;
}
.sticky .blog-posts-column .post-content {
	background-color:#eee;
}

.is-sticky nav {
  top: auto !important;
  transition: 0.3s ease;
}

/**Dropdown menu*/
ul.navbar-nav, nav#main-nav{
	padding-top: 5px;
	padding-bottom: 5px;
}
ul.sub-menu{
	display:none;
	padding-top:0;
	padding-bottom:0;
	margin-top: -20px;
	margin-bottom:0;
	
}

ul.navbar-nav li ul.sub-menu li{
	padding-top:8px;
	padding-bottom:8px;
}
ul.navbar-nav li ul.sub-menu li:first-child{
	padding-top:16px;
}
ul.navbar-nav li ul.sub-menu li:last-child{
	padding-bottom:16px;
}

ul.navbar-nav li a{
	padding-top:0;
	padding-bottom:0;
}
ul.navbar-nav li a:hover{color:#337ab7;}
.is-sticky ul.navbar-nav li a:hover{color:#337ab7;}
ul.navbar-nav li{
	position:relative;
	padding: 8px 0;
	padding-top: 15px;
	padding-bottom: 15px;
}
ul.navbar-nav li ul.sub-menu{
	position: absolute;
    left: 0;
    top: 70px;
    min-width: 220px;
    list-style: none;
    background-color: #eee;
	padding-right:0;
	z-index:1;
}
ul.navbar-nav li:hover ul.sub-menu{
	display:block;
}

/*Dropdown submenu*/
ul.navbar-nav li:hover ul.sub-menu ul.sub-menu{
	display:none;
}
ul.navbar-nav li:hover ul.sub-menu li:hover ul.sub-menu {
	display:block;
}
ul.navbar-nav li ul.sub-menu li{
	position:relative;
	display:block;
}
ul.navbar-nav li ul.sub-menu li ul.sub-menu{
	position: absoluate;
	top: 20px;
	left: 190px;
	
}

ul.navbar-nav li ul.sub-menu li.active{
	color: #337ab7;
}
ul.navbar-nav li ul.sub-menu li.active:before{
	content: none !important;
}
ul.navbar-nav li ul.sub-menu li.active:after{
	content: none !important;
}

/*Dropdown sub menu*/
ul.menu li ul.submenu{ 
	display:block;
	position:static;
}

.widget_nav_menu div{
	margin-left: -30px;
    list-style: none;
}
.widget_nav_menu ul.menu{
	
}

.widget_nav_menu ul.menu li:first-child{
	margin-top:0;
	padding-top: 10px;
}

.widget_nav_menu ul.menu li{
	list-style: none;
	margin-top:20px;
}

.widget_nav_menu ul.menu li ul li{
	margin-top: 0;
}

.widget_nav_menu ul.menu li ul{
    line-height: 30px;
    display: block;
    width: 100%;
    margin-left: 10px;
    padding: 0;
}
.widget_nav_menu ul.menu li ul.sub-menu{
	display: block;
	margin-top: 0;
}

/* ------------------------------------------------------------------
                ====[ Intro Style For Demo One ]====
------------------------------------------------------------------- */
#intro {
    color: #282828;
    font-family: 'Exo', sans-serif;
    position: relative;
}
.intro-text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    margin-top: 120px;
}
.intro-text h1 {
    font-size: 42px;
    font-weight: 300;
    line-height: 52px;
    margin-top: 0;
    text-transform: uppercase;
}
.intro-text h4 { font-size: 17px; }
.intro-text h1 span { color: #008dd5; }
.intro-text a.btn {
    border-radius: 5px;
    margin-top: 42px;
    padding: 15px 40px;
    background: #008DD5;
    border: none;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
	border:1px solid #008dd5;
}
.intro-text a.btn:hover {
    background: transparent;
    color: #008dd5;
}
.intro-image img { margin-top: 150px; }

/* ------------------------------------------------------------------
                ====[ Demo Background Slider ]====
------------------------------------------------------------------- */

#rx-background-carousel .carousel-inner .item{
	z-index:-1;
}
#rx-background-carousel .carousel-inner .item img.slide-image {
	position: relative;
	z-index: -1;
}
#rx-background-carousel .carousel-indicators {
	bottom: 100px;
}
#rx-background-carousel .carousel-inner .item .container {
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
}
#rx-background-carousel .carousel-indicators li{
	display: inline-block;
    width: 5px;
    height: 15px;
    background: #dadada;
    margin-right: 15px;
    text-indent: -9999px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
	border-radius: 3px;
	border:0;
}
#rx-background-carousel .carousel-indicators li:last-child { margin-right: 0;}
#rx-background-carousel .carousel-indicators li.active {
    background: #008DD5;
    height: 30px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
#intro-slide {
    color: #282828;
    font-family: 'Exo', sans-serif;
    position: relative;
	z-index:1;
	margin-bottom:-35px;
}
#intro-slide img{width:100%;height:auto}
.intro-text-slide {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    margin-top: 60px;
}
.intro-text-slide h1 {
    font-size: 42px;
    font-weight: 300;
    line-height: 52px;
    margin-top: 0;
    text-transform: uppercase;
}
.intro-text-slide h4 { font-size: 17px; }
.intro-text-slide h1 span { color: #008dd5; }
.intro-text-slide a.btn {
    border-radius: 5px;
    margin-top: 42px;
    padding: 15px 40px;
    background: #008DD5;
    border: none;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
	border:1px solid #008dd5;
}
.intro-text-slide a.btn:hover {
    background: transparent;
    color: #008dd5;
}
.intro-image-slide img { margin-top: 90px; }
.carousel-inner {
	z-index: 9;
}
.img-responsive.slider-img {
  max-height: 690px;
}
.intro-image-slide img {
  height: 600px !important;
  width:auto !important;
  position: absolute;
  right: 0;
  top: 0;
}
/* ------------------------------------------------------------------
                ====[ Intro Style For Demo 2 ]====
------------------------------------------------------------------- */
#intro2{
    color: #282828;
    font-family: 'Exo', sans-serif;
    position: relative;
	overflow:hidden;
	z-index:1;
	background-size: cover;
}
.intro-text2 {
	margin: 180px auto 0 auto;
	text-align: center;
	width: 600px;
}
.intro-text2 h1 {
    font-size: 42px;
    font-weight: 300;
    line-height: 52px;
    margin-top: 0;
    text-transform: uppercase;
}
.intro-text2 h4 { font-size: 17px; }
.intro-text2 h1 span { color: #008dd5; }
.intro-text2 a.btn {
    border-radius: 5px;
    margin-top: 42px;
    padding: 15px 40px;
    background: #008DD5;
    border: none;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
	border:1px solid #008dd5;
}
.intro-text2 a.btn:hover {
    background: transparent;
    color: #008dd5;
}
.intro-image2 #intro-carousel2{
	position:relative;
}
.intro-image2 #intro-carousel2 .owl-wrapper-outer {
  padding-top: 140px;
}
#intro-carousel2 .owl-item.active {
  position: relative;
  z-index: 1;
  top: -20px;
}
#intro-carousel2 .owl-item img{
	-webkit-transition: .3s ease;
	transition:.3s ease;
	width:100%;
	height:auto
}
#intro-carousel2 .owl-item.active img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
  -webkit-transition: .3s ease;
  transition:.3s ease;
  box-shadow: 0 0 54px rgba(0, 0, 0, 0.3);
}
#intro-carousel2 .owl-buttons .owl-prev, #intro-carousel2 .owl-buttons .owl-next{
	display:inline-block;
	-webkit-transition: .3s ease;
	transition:.3s ease;
}
#intro-carousel2 .owl-controls{
	margin-top: 50px;
	position: absolute;
	top: 50%;
	width:100%;
}
#intro-carousel2 .owl-buttons .owl-prev {
	border-left: 2px solid #dadada;
	border-top: 2px solid #dadada;
	height: 50px;
	margin-left: -35px;
	text-indent: 9999px;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	width: 50px;
}
#intro-carousel2 .owl-buttons .owl-next {
	border-right: 2px solid #dadada;
	border-top: 2px solid #dadada;
	float: right;
	height: 50px;
	right: 0;
	margin-right:-35px;
	text-indent: 9999px;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	width: 50px;
}
#intro-carousel2 .owl-buttons .owl-prev:hover, #intro-carousel2 .owl-buttons .owl-next:hover{
	border-color:#008dd5;
}


/* ------------------------------------------------------------------
                ====[ Intro Style For Rotate Layout One ]====
------------------------------------------------------------------- */
header#intro-rotate-one {
    color: #282828;
    font-family: 'Exo', sans-serif;
    position: relative;
	min-height:700px;
}
.intro-image-r1{
	position:relative;
}
.mobile-light-r1 {
  position: absolute;
  width: 320px;
  z-index:1;
}
.mobile-dark-r1 {
	position: absolute;
	right: 65px;
	top: 42px;
	width: 290px;
	z-index: 2;
}
.intro-text-r1 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    margin-top: 60px;
}
.intro-text-r1 h1 {
    font-size: 42px;
    font-weight: 300;
    line-height: 52px;
    margin-top: 0;
    text-transform: uppercase;
	display:inline;
}
.intro-text-r1 span#typed{
	font-size: 42px;
    font-weight: 300;
    line-height: 52px;
    margin-top: 0;
    text-transform: uppercase;
	display:inline;
	border-bottom:2px solid #008dd5;
	transition:.3s ease;
}
.intro-text-r1 h4 { font-size: 17px; }
.intro-text-r1 h1 span { color: #008dd5; }
.intro-text-r1 a.btn {
    border-radius: 5px;
    margin-top: 42px;
    padding: 15px 40px;
    background: #008DD5;
    border: none;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
	border:1px solid #008dd5;
}
.intro-text-r1 a.btn:hover {
    background: transparent;
    color: #008dd5;
}
.intro-image-r1 img {
	display: block;
	float: right;
	margin-top: 90px;
	width: 80%;
}


/* ------------------------------------------------------------------
                ====[ Intro Style For Rotate Layout Two ]====
------------------------------------------------------------------- */
#intro-rotate-two{
	color: #282828;
    font-family: 'Exo', sans-serif;
    position: relative;
}
.intro-text-r2{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    margin-top: 60px;
}
.intro-text-r2 h1{
    font-size: 42px;
    font-weight: 300;
    line-height: 52px;
    margin-top: 0;
    text-transform: uppercase;
}
.intro-text-r2 h4{ font-size: 17px; }
.intro-text-r2 h1 span{ color: #008dd5; }
.intro-text-r2 a.btn {
    border-radius: 5px;
    margin-top: 42px;
    padding: 15px 40px;
    background: #008DD5;
    border: none;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
	border:1px solid #008dd5;
}
.intro-text-r2 a.btn:hover {
    background: transparent;
    color: #008dd5;
}
.intro-image-r2 img{ margin-top: 150px; }


/* ------------------------------------------------------------------
                ====[ Intro Style For Layout Four ]====
------------------------------------------------------------------- */
header#intro-l4 {
    color: #282828;
    font-family: 'Exo', sans-serif;
    position: relative;
	min-height:700px;
}
.intro-text-l4 {
    position: inherit;
    top: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    margin-top: 100px;
	text-align:center;
}
.intro-text-l4 h1 {
    font-size: 42px;
    font-weight: 300;
    line-height: 52px;
    margin-top: 0;
    text-transform: uppercase;
	width:60%;
	margin:0 auto;
}
.intro-text-l4 h4 { font-size: 17px; }
.intro-text-l4 h1 span { color: #008dd5; }
.intro-text-l4 a.btn {
    border-radius: 5px;
    margin-top: 42px;
    padding: 15px 40px;
    background: #008DD5;
    border: none;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
	border:1px solid #008dd5;
}
.intro-text-l4 a.btn:hover {
    background: transparent;
    color: #008dd5;
}



/* ------------------------------------------------------------------
                 ====[ Intro Style For Layout Gradient bg ]====
------------------------------------------------------------------- */
#intro-gradient {
    color: #282828;
    font-family: 'Exo', sans-serif;
    position: relative;
	background: #03A9F4;
	background: -webkit-linear-gradient(to top, #5BCCFD , #0079BB); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #5BCCFD , #0079BB); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */    
    min-height: 700px;
    background-size: cover;
	overflow:hidden;
	padding-top:30px;
}
.intro-image-gradient{
	position:relative;
}
.mobile-light-gradient {
  position: absolute;
  width: 320px;
  z-index:1;
}
.mobile-dark-gradient {
	position: absolute;
	right: 65px;
	top: 42px;
	width: 290px;
	z-index: 2;
}
.intro-text-gradient {
    top: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    margin-top: 60px;
}
.intro-text-gradient h1 {
    font-size: 42px;
    font-weight: 300;
    line-height: 52px;
    margin-top: 0;
    text-transform: uppercase;
	color:#fff;
}
.intro-text-gradient h4 { font-size: 17px; }
.intro-text-gradient h1 span { color: #000; }
.intro-text-gradient a.btn {
    border-radius: 5px;
    margin-top: 42px;
    padding: 15px 40px;
    background: #008DD5;
    border: none;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
	border:1px solid #008dd5;
}
.intro-text-gradient a.btn:hover {
    background: #fff none repeat scroll 0 0;
	border-color: #fff;
	color: #008dd5;
}
.intro-image-gradient img {
	display: block;
	float: right;
	margin-top: 90px;
	width: 80%;
}

/* ------------------------------------------------------------------
                 ====[ Intro Style For Layout Parallax ]====
------------------------------------------------------------------- */
#intro-parallax {
    color: #282828;
    font-family: 'Exo', sans-serif;
    position: relative;
	padding-top: 50px;
	overflow: hidden;
}
.parallax-window {
    min-height: 800px;
    background: transparent;
}
.intro-image-parallax{
	position:relative;
}
.mobile-light-parallax {
  position: absolute;
  width: 320px;
  z-index:1;
}
.mobile-dark-parallax {
	position: absolute;
	right: 65px;
	top: 42px;
	width: 290px;
	z-index: 2;
}
.intro-text-parallax {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    margin-top: 60px;
}
.intro-text-parallax h1 {
    font-size: 42px;
    font-weight: 300;
    line-height: 52px;
    margin-top: 0;
    text-transform: uppercase;
}
.intro-text-parallax h4 { font-size: 17px; }
.intro-text-parallax h1 span { color: #008dd5; }
.intro-text-parallax a.btn {
    border-radius: 5px;
    margin-top: 42px;
    padding: 15px 40px;
    background: #008DD5;
    border: none;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
	border:1px solid #008dd5;
}
.intro-text-parallax a.btn:hover {
    background: transparent;
    color: #008dd5;
}
.intro-image-parallax img {
	display: block;
	float: right;
	margin-top: 90px;
	width: 80%;
}

/* ------------------------------------------------------------------
                ====[ Intro Style Background Transfarent ]====
------------------------------------------------------------------- */
#intro-transfarent {
    color: #282828;
    font-family: 'Exo', sans-serif;
    position: relative;
	min-height: 700px;
}
#intro-transfarent:before{
	position:absolute;
	content:"";
	background:rgba(0,141,212,.8);
	width:100%;
	height:100%;
}
.intro-text-transfarent {
    position: inherit;
    top: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    margin-top: 60px;
	text-align:center;
}
.intro-text-transfarent h1 {
    font-size: 42px;
    font-weight: 300;
    line-height: 52px;
    margin-top: 0;
    text-transform: uppercase;
	width:60%;
	margin:0 auto;
	color:#fff;
}
.intro-text-transfarent h4 { 
	font-size: 17px; 
}
.intro-text-transfarent h1 span { color: #008dd5; }
.intro-text-transfarent a.btn {
    border-radius: 5px;
    margin-top: 42px;
    padding: 15px 40px;
    background: #008DD5;
    border: none;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
	border:1px solid #008dd5;
}
.intro-text-transfarent a.btn:hover {
    background: transparent;
    color: #ddd;
}

/* ------------------------------------------------------------------
                ====[ Video Background Style CSS ]====
------------------------------------------------------------------- */
#intro-video {
    color: #282828;
    font-family: 'Exo', sans-serif;
    position: relative;
}
.intro-text-video {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    margin-top: 130px;
}
.intro-text-video h1 {
    font-size: 42px;
    font-weight: 300;
    line-height: 52px;
    margin-top: 0;
    text-transform: uppercase;
}
.intro-text-video h4 { font-size: 17px; }
.intro-text-video h1 span { color: #008dd5; }
.intro-text-video a.btn {
    border-radius: 5px;
    margin-top: 42px;
    padding: 15px 40px;
    background: #008DD5;
    border: none;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
	border:1px solid #008dd5;
}
.intro-text-video a.btn:hover {
    background: transparent;
    color: #008dd5;
}
.intro-image-video img { margin-top: 90px; }

/* ------------------------------------------------------------------
                ====[ Intro Style For Solid Background BG ]====
------------------------------------------------------------------- */
#intro-solid {
	background: #03A9F4;
    min-height: 700px;
    background-size: cover;
    color: #282828;
    font-family: 'Exo', sans-serif;
    position: relative;
	overflow:hidden;
}
.intro-image-solid{
	position:relative;
}
.mobile-light-solid{
  position: absolute;
  width: 320px;
  z-index:1;
}
.mobile-dark-solid {
	position: absolute;
	right: 65px;
	top: 42px;
	width: 290px;
	z-index: 2;
}
.intro-text-solid {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    margin-top: 60px;
}
.intro-text-solid h1 {
    font-size: 42px;
    font-weight: 300;
    line-height: 52px;
    margin-top: 0;
    text-transform: uppercase;
	color:#fff;
}
.intro-text-solid h4 { font-size: 17px; }
.intro-text-solid h1 span { color: #000; }
.intro-text-solid a.btn {
    border-radius: 5px;
    margin-top: 42px;
    padding: 15px 40px;
    background: #008DD5;
    border: none;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
	border:1px solid #008dd5;
}
.intro-text-solid a.btn:hover {
    background: #fff none repeat scroll 0 0;
	border-color: #fff;
	color: #008dd5;
}
.intro-image-solid img {
	display: block;
	float: right;
	margin-top: 90px;
	width: 80%;
}

/* ------------------------------------------------------------------
                ====[ Features ]====
------------------------------------------------------------------- */
#app-features {
    padding: 100px 0;
    background: #F7F8FA;
	position:relative;
}
#app-features .single-feature {
    margin-bottom: 80px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
#app-features .single-feature:first-child { margin-top: 30px }
#app-features .single-feature:last-child { margin-bottom: 0 }
#app-features .single-feature .single-feature-content { text-align: right }
#app-features .single-feature .single-feature-content h3 {
    margin-top: 0;
    font-size: 25px;
    color: rgba(55, 55, 55, 0.8);
    font-weight: 300;
}
#app-features .single-feature .single-feature-content p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
}
#app-features .single-feature .single-feature-icon .feature-icon-box {
    font-size: 35px;
    color: #dadada;
    text-align: center;
    position: relative;
    height: 85px;
    margin-top: 10px;
}
#app-features .single-feature .single-feature-icon .feature-icon-box:before {
    border: 2px solid #dadada;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    -webkit-transform: skewY(-6deg);
            transform: skewY(-6deg);
    width: 100%;
}
#app-features .single-feature .single-feature-icon .feature-icon-box:after {
    border: 2px solid #dadada;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    -webkit-transform: skewY(6deg);
            transform: skewY(6deg);
    width: 100%;
    top: 0;
}
#app-features .single-feature .single-feature-icon .feature-icon-box .icon-hover {
    display: inline-block;
    height: 55px;
    margin-top: 15px;
    padding-top: 5px;
    width: 65px;
    position: relative;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
#app-features .single-feature .single-feature-icon .feature-icon-box .icon-hover:after {
    border-bottom: 5px solid #f7f8fa;
    border-left: 33px solid transparent;
    border-right: 33px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
    z-index: 2;
}
#app-features .single-feature .single-feature-icon .feature-icon-box .icon-hover:before {
    border-left: 33px solid transparent;
    border-right: 33px solid transparent;
    border-top: 5px solid #f7f8fa;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 1;
}
#app-features .single-feature:hover .icon-hover {
    background: #008DD5;
    color: #fff;
}
#app-features .single-feature:hover .icon-hover:after { visibility: visible }
#app-features .single-feature:hover .icon-hover:before { visibility: visible }
#app-features .sf-top .single-feature-icon:before {
    position: absolute;
    content: "";
    background: #008DD5;
    width: 12px;
    height: 12px;
    left: 50%;
    margin-left: -5px;
    bottom: -5px;
    border-radius: 100px;
    z-index: 1;
}
#app-features .sf-center { position: relative }
#app-features .sf-center:before {
    border-right: 2px dashed #dadada;
    content: "";
    height: 100px;
    position: absolute;
    right: 48px;
    top: -100px;
}
#app-features .sf-center:after {
    border-right: 2px dashed #dadada;
    content: "";
    height: 100px;
    position: absolute;
    right: 48px;
    bottom: -80px;
}
#app-features .sf-center .single-feature-icon:before {
    position: absolute;
    content: "";
    background: #008DD5;
    width: 12px;
    height: 12px;
    left: 50%;
    margin-left: -5px;
    top: 5px;
    border-radius: 100px;
    z-index: 1;
}
#app-features .sf-center .single-feature-icon:after {
    position: absolute;
    content: "";
    background: #008DD5;
    width: 12px;
    height: 12px;
    left: 50%;
    margin-left: -5px;
    bottom: -5px;
    border-radius: 100px;
    z-index: 1;
}
#app-features .sf-bottom .single-feature-icon:before {
    position: absolute;
    content: "";
    background: #008DD5;
    width: 12px;
    height: 12px;
    left: 50%;
    margin-left: -5px;
    top: 5px;
    border-radius: 100px;
    z-index: 1;
}
#app-features .featured-center img {
    display: block;
    margin: 0 auto;
}
#app-features .features-right .single-feature .single-feature-content { text-align: left }
#app-features .features-right .sf-center:before {
    left: 50px;
    right: auto;
}
#app-features .features-right .sf-center:after {
    left: 50px;
    right: auto;
}

/* ------------------------------------------------------------------
                ====[ App Description ]====
------------------------------------------------------------------- */
.app-description { padding: 100px 0 125px 0 }
.app-description .heading {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0;
}
.app-description .heading h2:before {
    left: 0;
    margin-left: 0;
}
.app-description .heading h2:after {
    left: 0;
    margin-left: 58px;
}
.app-description .ad-mobiles { position: relative }
.app-description .ad-mobiles .ad-frame-one {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.app-description .ad-mobiles .ad-frame-one img {
    height: auto;
    width: 240px;
}
.app-description .ad-mobiles .ad-frame-two {
    position: absolute;
    top: 26px;
    left: 31%;
    z-index: 1;
}
.app-description .ad-mobiles .ad-frame-two img {
    height: auto;
    width: 230px;
}
.app-description .app-description-content p {
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 20px;
}
.app-description .app-description-content p:last-child { margin-bottom: 0 }

/* ------------------------------------------------------------------
                ====[ App Benifits ]====
------------------------------------------------------------------- */
.benifits {
    padding: 100px 0 0 0;
    background: #F7F8FA;
}
.benifits .benefits-left {
    text-align: right;
    margin-top: 80px;
}
.benifits .benefits-left .row:hover h3 { color: #008DD5; }
.benifits .benefits-left .row:hover .bl-icon {
    background: #008DD5;
    color: #fff;
}
.benifits .benefits-left h3 {
    font-size: 18px;
    font-weight: 300;
    color: rgba(55, 55, 55, 0.8);
    margin-bottom: 30px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.benifits .benefits-left p {
    font-size: 15px;
    font-weight: 300;
}
.benifits .benefits-left .bl-icon {
    background: #dadada none repeat scroll 0 0;
    height: 35px;
    margin: 10px auto 0 auto;
    padding-top: 7px;
    text-align: center;
    width: 35px;
    border-radius: 100px;
    position: relative;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.benifits .benefits-left .bl-icon:before {
    background: #d8d9db none repeat scroll 0 0;
    bottom: -35px;
    content: "";
    height: 25px;
    left: 50%;
    position: absolute;
    width: 1px;
}
.benifits .benefits-left .bl-icon:after {
    background: #d8d9db none repeat scroll 0 0;
    bottom: -36px;
    content: "";
    height: 1px;
    position: absolute;
    right: -183px;
    width: 200px;
    z-index: 1;
}
.benifits .benefits-left .bl-icon i {
    font-size: 15px;
    color: #fff;
}
.benifits .benefits-right {
    text-align: left;
    margin-top: 80px;
}
.benifits .benefits-right .row:hover h3 { color: #008DD5 }
.benifits .benefits-right .row:hover .br-icon {
    background: #008DD5;
    color: #fff;
}
.benifits .benefits-right h3 {
    font-size: 18px;
    font-weight: 300;
    color: rgba(55, 55, 55, 0.8);
    margin-bottom: 30px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.benifits .benefits-right p {
    font-size: 15px;
    font-weight: 300;
}
.benifits .benefits-right .br-icon {
    background: #dadada none repeat scroll 0 0;
    height: 35px;
    margin: 10px auto 0 auto;
    padding-top: 7px;
    text-align: center;
    width: 35px;
    border-radius: 100px;
    position: relative;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.benifits .benefits-right .br-icon:before {
    background: #d8d9db none repeat scroll 0 0;
    bottom: -35px;
    content: "";
    height: 25px;
    left: 50%;
    position: absolute;
    width: 1px;
}
.benifits .benefits-right .br-icon:after {
    background: #d8d9db none repeat scroll 0 0;
    bottom: -36px;
    content: "";
    height: 1px;
    position: absolute;
    right: 17px;
    width: 200px;
    z-index: 1;
}
.benifits .benefits-right .br-icon i {
    font-size: 15px;
    color: #fff;
}
.benifits .center-mobile-frame { position: relative }
.benifits .center-mobile-frame .benifits-image img {
    display: block;
    margin: 0 auto;
}
.benifits .center-mobile-frame span.bullets-left {
    display: block;
    height: 10px;
    left: 50%;
    margin-left: -44px;
    position: absolute;
    top: 153px;
    width: 88px;
}
.benifits .center-mobile-frame span.bullets-left::before {
    border: 3px solid #fff;
    border-radius: 100px;
    content: "";
    height: 15px;
    position: absolute;
    width: 15px;
    left: 0;
	background:#282828;
}
.benifits .center-mobile-frame span.bullets-left::after {
    border: 3px solid #fff;
    border-radius: 100px;
    content: "";
    height: 15px;
    position: absolute;
    width: 15px;
    right: 0;
	background:#282828;
}
.benifits .center-mobile-frame span.bullets-right {
    display: block;
    height: 10px;
    left: 50%;
    margin-left: -44px;
    position: absolute;
    bottom: 130px;
    width: 88px;
}
.benifits .center-mobile-frame span.bullets-right::before {
    border: 3px solid #fff;
    border-radius: 100px;
    content: "";
    height: 15px;
    position: absolute;
    width: 15px;
    left: 0;
	background:#282828;
}
.benifits .center-mobile-frame span.bullets-right::after {
    border: 3px solid #fff;
    border-radius: 100px;
    content: "";
    height: 15px;
    position: absolute;
    width: 15px;
    right: 0;
	background:#282828;
}

/* ------------------------------------------------------------------
                ====[ App Screenshot ]====
------------------------------------------------------------------- */
.app-screenshot {
    padding: 100px 0 70px 0;
    min-height: 935px;
}
.app-screenshot .container-fluid{
    padding: 0 20px 0 10px;
	width:90%;
}
.app-screenshot .heading { margin-bottom: 0 }
.app-screenshot .screenshots { position: relative }
.app-screenshot .screenshots .owl-wrapper-outer {
    padding-top: 80px;
    padding-bottom: 80px;
	height:600px;
	margin-left: -8px;
	width: 102%;
}
.app-screenshot .screenshots .owl-item {
    padding: 0 5px;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.app-screenshot .screenshots .owl-item img {
    width: 100%;
    display: block;
    margin: 0 auto;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
	height:auto;
}
.app-screenshot .screenshots .owl-item.active {
    position: relative;
    top: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    margin: 0 13px;
}
.app-screenshot .screenshots .owl-item.active img {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
	-webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
	height:auto;
}
.app-screenshot .screenshots .owl-controls .owl-buttons {
    display: inline-block;
    margin-top: -55px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.app-screenshot .screenshots .owl-controls .owl-buttons .owl-prev {
    float: left;
    border-right: 2px solid #dadada;
    border-top: 2px solid #dadada;
    height: 40px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    width: 40px;
    margin-left: -30px;
    text-indent: 9999px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.app-screenshot .screenshots .owl-controls .owl-buttons .owl-prev:hover { border-color: #008DD5 }
.app-screenshot .screenshots .owl-controls .owl-buttons .owl-next {
    float: right;
    border-right: 2px solid #dadada;
    border-top: 2px solid #dadada;
    height: 40px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 40px;
    margin-right: -40px;
    text-indent: -9999px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.app-screenshot .screenshots .owl-controls .owl-buttons .owl-next:hover { border-color: #008DD5 }
.app-screenshot .screenshots .owl-controls .owl-pagination {
    text-align: center;
    margin-top: 0;
}
.app-screenshot .screenshots .owl-controls .owl-pagination .owl-page {
    display: inline-block;
    width: 5px;
    height: 15px;
    background: #dadada;
    margin-right: 15px;
    text-indent: -9999px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
	border-radius: 3px;
}
.app-screenshot .screenshots .owl-controls .owl-pagination .owl-page:last-child { margin-right: 0 }
.app-screenshot .screenshots .owl-controls .owl-pagination .owl-page.active {
    background: #008DD5;
    height: 30px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
}

/* ------------------------------------------------------------------
                ====[ Pricing Plans ]====
------------------------------------------------------------------- */
.pricing-plan {
    background: #F7F8FA;
    padding: 100px 0;
    font-family: "Exo", sans-serif;
}
.pricing-plan .heading { margin-bottom: 100px }
.pricing-plan .plan-single {
    background: #fff;
    border: 1px solid #dadada;
}
.pricing-plan .plan-single .pricing-header { text-align: center }
.pricing-plan .plan-single .pricing-header h4 {
    margin-top: 40px;
    font-size: 25px;
    font-weight: 300;
    color: rgba(55, 55, 55, 0.8);
}
.pricing-plan .plan-single .pricing-header p {
    font-size: 18px;
    font-weight: 300;
}
.pricing-plan .plan-single .price {
    text-align: center;
    margin: 70px 0 40px 0;
}
.pricing-plan .plan-single .price p {
    font-size: 50px;
    font-weight: 300;
    font-family: "Exo", sans-serif;
    display: inline-block;
    position: relative;
}
.pricing-plan .plan-single .price p sup {
    font-size: 20px;
    position: absolute;
    top: 0;
    left: -15px;
}
.pricing-plan .plan-single .price p sub {
    position: relative;
    font-size: 16px;
    bottom: 0;
}
.pricing-plan .plan-single .price p sub:before {
    content: "/";
    position: absolute;
    left: -8px;
    bottom: 12px;
}
.pricing-plan .plan-single .pricing-content { padding: 0 50px }
.pricing-plan .plan-single .pricing-content ul li {
    padding-bottom: 20px;
    font-size: 15px;
    color: #969595;
}
.pricing-plan .plan-single .pricing-content ul li:last-child { padding-bottom: 0 }
.pricing-plan .plan-single .pricing-content ul li span {
    float: right;
    display: inline-block;
}
.pricing-plan .plan-single .pricing-content p {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 45px;
}
.pricing-plan .plan-single .pricing-content p a.choose-plan-btn {
    font-family: "Exo",sans-serif;
    font-size: 17px;
    background: #969595;
    color: #fff;
    padding: 15px 40px;
    border-radius: 3px;
    display: inline-block;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.pricing-plan .plan-single .pricing-content p a.choose-plan-btn:hover {
    text-decoration: none;
    background: #008DD5;
    color: #fff;
}
.pricing-plan .f-plan {
    width: 355px;
    margin-left: 46px;
}
.pricing-plan .featured-plan {
    width: 100%;
    border: 1px solid #008DD5;
    position: relative;
    z-index: 1;
    top: -13px;
    box-shadow: 0 0 54px rgba(0, 0, 0, 0.2);
}
.pricing-plan .featured-plan .pricing-header h4 {
    margin-top: 50px;
    font-size: 30px;
    color: #008DD5;
}
.pricing-plan .featured-plan .pricing-header p {
    font-size: 20px;
    color: #008DD5;
}
.pricing-plan .featured-plan .price p {
    color: #008DD5;
    font-size: 50px;
}
.pricing-plan .featured-plan .price p sub { color: #969595 }
.pricing-plan .featured-plan .pricing-content ul li {
    font-size: 15px;
    color: rgba(55, 55, 55, 0.8);
}
.pricing-plan .featured-plan .pricing-content p { margin-bottom: 50px }
.pricing-plan .featured-plan .pricing-content p a.choose-plan-btn {
    font-size: 20px;
    border: 1px solid #008DD5;
    background: #008DD5;
}
.pricing-plan .featured-plan .pricing-content p a.choose-plan-btn:hover {
    background: #fff;
    color: rgba(55, 55, 55, 0.8);
}
.pricing-plan .t-plan {
    width: 355px;
    margin-left: -1px;
}

/* ------------------------------------------------------------------
                ====[ Subscribe ]====
------------------------------------------------------------------- */
.subscribe {
    background: url(images/update-bg.jpg);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0;
    position: relative;
}
.subscribe:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.9);
    left: 0;
    top: 0;
}
.subscribe h4 {
    font-size: 40px;
    font-family: "Exo", sans-serif;
    text-transform: uppercase;
    color: #fff;
    margin-top: 21px;
}
.subscribe form { text-align: right }
.subscribe form input[type="email"] {
    width: 470px;
    height: 60px;
    border: 0 none;
    border-radius: 3px;
    padding: 0 15px;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
	outline:none;
}
.subscribe form input[type="submit"] {
    background: #008DD5;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    height: 60px;
    padding: 0 40px;
    margin-left: 30px;
    position: relative;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.subscribe form input[type="submit"]:hover {
    text-decoration: none;
    background: #fff;
    color: #000;
}
#mc-form label {
  color: #fff;
  display: block;
  margin: 20px 0 0 65px;
  text-align: left;
}
.mc4wp-response{
	margin-top:20px;
}

/* ------------------------------------------------------------------
                ====[ App Video ]====
------------------------------------------------------------------- */
.app-video { padding: 100px 0 }
.app-video .video-wrapper iframe {
    display: block;
    margin: 0 auto;
    border:0;
}

/* ------------------------------------------------------------------
                ====[ Download App ]====
------------------------------------------------------------------- */
.app-downloads {
    background: url(images/intro-bg.jpg);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    position: relative;
    min-height: 700px;
}
.app-downloads:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.9);
    left: 0;
    top: 0;
}
.app-downloads .heading h2 { color: #fff }
.app-downloads .heading h2 span { color: #008DD5 }
.app-downloads .heading p { color: #fff }
.app-downloads .app-download-btns { margin-top: 30px }
.app-downloads .app-download-btns ul { text-align: center }
.app-downloads .app-download-btns ul li { display: inline-block }
.app-downloads .app-download-btns ul li:first-child { margin-right: 25px }
.app-downloads .app-download-btns ul li a {
    background: #008DD5;
    color: #fff;
    padding: 20px 60px;
    font-size: 28px;
    font-weight: 700;
    border-radius: 3px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.app-downloads .app-download-btns ul li a:hover {
    text-decoration: none;
    background: #fff;
    color: #000;
}
.app-downloads .review-carousel {
    padding: 0 250px;
    margin-top: 100px;
}
.app-downloads .review-carousel #app-reviews .review-content p {
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}
.app-downloads .review-carousel #app-reviews .client-details {
    text-align: center;
    margin-top: 40px;
}
.app-downloads .review-carousel #app-reviews .client-details img {
    display: inline;
    height: 80px;
    width: 80px;
	border-radius: 50%;
}
.app-downloads .review-carousel #app-reviews .client-details p {
    display: inline-block;
    text-align: center;
    margin-left: 20px;
    text-transform: uppercase;
    position: relative;
    top: 10px;
    font-family: "Exo", sans-serif;
    font-weight: 700;
}
.app-downloads .review-carousel #app-reviews .client-details p span { display: block }
.app-downloads .review-carousel #app-reviews .client-details p span:first-child {
    color: #008DD5;
    font-size: 15px;
}
.app-downloads .review-carousel #app-reviews .client-details p span:last-child {
    color: #fff;
    font-size: 13px;
}
.app-downloads .review-carousel #app-reviews .owl-controls .owl-pagination {
    text-align: center;
    margin-top: 60px;
}
.app-downloads .review-carousel #app-reviews .owl-controls .owl-pagination .owl-page {
    display: inline-block;
    width: 5px;
    height: 15px;
    background: #dadada;
    margin-right: 15px;
    text-indent: -9999px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
	border-radius: 3px;
}
.app-downloads .review-carousel #app-reviews .owl-controls .owl-pagination .owl-page:last-child { margin-right: 0 }
.app-downloads .review-carousel #app-reviews .owl-controls .owl-pagination .owl-page.active {
    background: #008DD5;
    height: 30px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
}

/* ------------------------------------------------------------------
                ====[ Contact ]====
------------------------------------------------------------------- */
.contact { padding: 100px 0 }
.contact .contact-form form {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}
.contact .contact-form form .form-group input[type="text"] {
    width: 100%;
    height: 50px;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid #008DD5;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
	box-shadow:none;
}
.contact .contact-form form .form-group input[type="text"]:focus { border-bottom-color: rgba(55,55,55,.8); outline: none; box-shadow:none; }
.contact .contact-form form .form-group input[type="email"] {
    width: 100%;
    height: 50px;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid #008DD5;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
	box-shadow:none;
}
.contact .contact-form form .form-group input[type="email"]:focus { border-bottom-color: rgba(55,55,55,.8); outline: none; box-shadow:none;}
.contact .contact-form form .form-group textarea {
    margin-top: 20px;
    width: 100%;
    height: 100px;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid #008DD5;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
	resize:none;
	box-shadow:none;
}
.contact .contact-form form .form-group textarea:focus { border-bottom-color: rgba(55,55,55,.8); outline: none; box-shadow:none; }
.contact .contact-form form .form-group .form-btn {
    text-align: center;
    margin-top: 50px;
    font-family: "Exo", sans-serif;
}
.contact .contact-form form .form-group .form-btn input {
    background: #008DD5;
    color: #fff;
    font-size: 20px;
    border: 1px solid #008DD5;
    padding: 10px 30px;
    border-radius: 3px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.contact .contact-form form .form-group .form-btn button:hover {
    background: #fff;
    color: #282828;
}
.contact .contact-form #form-messages {
  margin-top: 50px;
  text-align: center;
}
.contact-form >ul>li{list-style:none}
/*Edit contact form 7*/
div.wpcf7-mail-sent-ng{border:0px solid #ff0000!important}
div.wpcf7-validation-errors{border:0px solid #ff0000!important}
div.wpcf7-mail-sent-ok{border:0px solid #ff0000!important}










/********************************************************
            2.0.7    Comments
*********************************************************/
.comment_number .comment_number_inner i {
    position: relative;
    top: -1px;
    padding: 0 10px 0 0;
}
.comment-metadata{overflow: hidden;margin-top: 15px;}
.comment-metadata time{color:#aaa;font-size:12px;}
.reply{float:right}
.reply a{
	background: #fff none repeat scroll 0 0;
    padding: 5px 10px;
    color: #959595;
}
.reply a:hover{
	background-color:#008dd5;
	color: #fff
}
.comment-content{
	overflow: hidden;
    background-color: #fff;
    padding: 15px;
}
.comment-content p{
    padding: 10px;
	float:left;
	margin:0;
}

.comments-number { font-size: 1.125rem }
ul.comment-list {
    list-style: none;
    position: relative;
    z-index: 2;
    padding: 0;
    margin: 30px 0 0;
}
.comment-list li {
    display: inline-block;
    position: relative;
    width: 100%;
}
.comment-list li ul.children li:last-child { padding: 0 }
.comment-list > li { margin: 5px 0 }
.comment-list > li:last-child { margin: 0 }
.comment { margin: 10px 0 }
.comment .avatar {
    width: 60px;
    height: 60px;
    float: left;
	margin-right: 15px;
}
.comment-text {
    position: relative;
    padding: 0 0 0 80px;
    min-height: 60px;
    font-size: 0.813rem;
}
.comment-text .comment_date {
    line-height: 1.613rem;
    font-size: 0.688rem;
    float: left;
    font-style: italic;
    color: #c3c3c3;
    font-family: verdana, sans-serif;
}
.comment-text .comment-info {
    display: inline-block;
    vertical-align: center;
    width: 100%;
}
.comment-body{
	margin: 15px 0;
	overflow: hidden;
	display: block;
}
.comment-text .name,
.comment-text .name a {
    float: left;
    margin: 0 10px 0 0;
    font-size: 1.125rem;
    letter-spacing: normal;
    color: #393939;
    text-transform: none;
}
.comment-text .replay,
.comment-text .comment-reply-link {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    float: right;
    text-transform: capitalize;
}
.comment .logged-in-as { margin: 10px 0 }
.comment .form-submit { margin: 0 0 20px }
.comment-list li ul.children {
    margin: 0;
    padding: 0 0 0 70px;
}
.comment-list li ul.children li {
    margin: 0px 0px 18px 0px;
    border-bottom: none;
}
.comment-list li ul.children li:last-child { margin: 0px }
#respond h3 { margin: 0 0 15px 0 }
#respond h3.comment-reply-title { margin: 0 }
#respond small {
    display: block;
    margin: 0 0 30px;
    position: relative;
}
.comment .comment-respond { margin-top: 40px }
#tab-description, #tab-reviews{
  padding: 20px;
}
.type-product {
  margin-top: 26px;
}
.woocommerce-message {
  margin-top: 36px !important;
}
#respond textarea,
#respond input[type='text'], #respond input[type="email"] {
    position: relative;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 10px 17px;
    outline: 0;
    resize: none;
    font-family: inherit;
    font-size: inherit;
    line-height: 18px;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border: 1px solid #ddd;
}
#respond textarea { padding: 15px 17px }
#respond textarea { margin: 0 0 12px;border: 1px solid #ddd; }
.comment-form {
    display: inline-block;
    width: 100%;
    padding: 0;
	margin-bottom: 30px;
}
.comment-form form p.form-submit,
.comment p.form-submit { margin: 0 }
.comment-reply-login { margin-left: 10px }
.comment-form form p.form-submit .success p { margin: 10px 0 0 }
.comment-form form p.logged-in-as {
    margin: 0 0 17px;
    font-size: 12px;
    font-weight: 400;
}
#cancel-comment-reply-link {
    margin: 0px;
    display: inline-block;
    width: 100%;
}

button, html input[type="button"], input[type="reset"], input[type="submit"]{
    display: inline-block;
    border: 0 none;
    background: #008dd5;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 20px;
}




/* ------------------------------------------------------------------
                ====[ Blog Page ]====
------------------------------------------------------------------- */
header#intro-blog-grid{
    background: url('images/intro-bg.jpg') no-repeat center center;
    min-height: 380px;
    background-size: cover;
    position: relative;
}
/* ------------------------------------------------------------------
                ====[ Blog Page - List Layout ]====
------------------------------------------------------------------- */
section.page-head {
    position: absolute;
    top: 60%;
    transform: translateY(-60%);
    width: 100%;
}
section.page-head .header-wrapper h1{
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 40px;
	font-family: "Exo", sans-serif;
}
section.page-head .header-wrapper ol.breadcrumb{
    margin-bottom: 0;
    background: none;
    text-align: center;
}
section.blog-wrapper{
    padding:100px 0;
    background: #f9f9f9;
}
section.blog-wrapper .blog-posts .blog-single{
    background: #fff;
    margin-bottom: 50px;
}
.blog-posts .blog-single .post-image figure{
    position: relative;
}
.blog-posts .blog-single .post-image figure figcaption{
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
}
.blog-posts .blog-single .post-image figure figcaption ul{
    text-align: center;
}
.blog-posts .blog-single .post-image figure figcaption ul li a{
    color: #fff;
    display: block;
    padding: 5px 15px;
    border-radius: 50px;
    text-transform: uppercase;
    border:1px solid transparent;
    transition: .3s ease;
}
.blog-posts .blog-single .post-image figure figcaption ul li a:hover{
    text-decoration: none;
    border-color: #eee;
}
.blog-posts .blog-single .post-image figure figcaption ul li.post-comment-btn a{
    background: #1391CB;
}

li.post-comment-btn{
    padding-left: 20px;
	width: 90%;
}
li.post-share{
	margin-right: -15px;
    margin-top: -5px;
}

.blog-posts .blog-single .post-image figure figcaption ul li.post-like a{
    background: #E75472;
}
.blog-posts .blog-single .post-image figure figcaption ul li.post-share a{
    background: #4EBAA5;
}
.blog-posts .blog-single .post-content .post-content-head{
    padding: 40px 0 0 0;
    position: relative;
}
.article-thumb-img{
	margin-bottom: 30px;
}
.article-thumb-img img{
	width:100%;
}
.article-tags{
	margin: 15px 0;
}

.blog-posts .blog-single .post-image figure{
    position: relative;
}
.blog-posts .blog-single .post-image figure:before{
	background: #fff none repeat scroll 0 0;
	content: "";
	height: 40px;
	margin-right: -20px;
	margin-top: 35px;
	position: absolute;
	right: 0;
	top: 0;
	transform: rotate(45deg);
	width: 40px;
}
.blog-posts .blog-single .post-content .post-content-head{padding:15px 15px 0 15px;}
.blog-posts .blog-single .post-content .post-exerpt{padding:15px;}

.blog-posts .blog-single .post-content .post-content-head h2{
    margin: 0;
}
.blog-posts .blog-single .post-content .post-content-head h2 a{
    color: inherit;
    transition: .3s ease;
	font-family: "Exo",sans-serif;
}
.blog-posts .blog-single .post-content .post-content-head h2 a:hover{
    text-decoration: none;
    color: #008dd5;
}
.blog-posts .blog-single .post-content .post-content-head ul{
    margin-bottom: 0;
}
.blog-posts .blog-single .post-content .post-content-head ul li a{
    color:inherit;
}
.blog-posts .blog-single .post-content .post-content-head ul li a:hover{
    color: #008dd5;
}
.blog-posts .blog-single .post-content .post-exerpt p:first-child{
    margin-bottom: 20px;
}
.blog-posts .blog-bottom blockquote{
    background: #fff;
}
.blog-posts .blog-bottom ul.pagination{
    text-align: center;
    width: 100%;
}
.blog-posts .blog-bottom ul.pagination li{
    display: inline-block;
}
.blog-posts .blog-bottom ul.pagination li a{
    margin-right: 5px;
    border-radius: 0;
}
.blog-posts .blog-bottom ul.pagination li.active a{
    background: #008dd5;
    border-color: #008dd5;
}
.blog-posts .blog-bottom ul.pagination li:last-child a{
    margin-right: 0;
}
span.current{
	background: #008dd5;
    color: #fff;
	padding: 10px 20px;
}
.page-links{
	margin-left: -7px;
}
.page-links  span{
	padding:10px;
}
/* ---------------
    Blog Sidebar
   --------------- */
.widget-title{margin:20px 0}
.blog-sidebar {
	display:block;
	overflow:hidden
}
.blog-sidebar .sidebar-widget{
    margin-bottom: 40px;
}
.blog-sidebar .sidebar-widget:last-child{
    margin-bottom: 0;
}
.blog-sidebar .sidebar-widget .widget-title{
    margin-bottom: 30px;
}
.blog-sidebar .sidebar-widget .widget-title h3{
    margin: 0;
}
/* Recent Post */
.blog-sidebar .sidebar-widget .recent-post{
    padding: 20px 0;
    border-bottom: 1px solid #F1F1F1;
}
.blog-sidebar .sidebar-widget .recent-post:first-child{
    padding-top: 0;
}
.blog-sidebar .sidebar-widget .recent-post:last-child{
    padding-bottom: 0;
    border-bottom: 0 none;
}
.blog-sidebar .sidebar-widget .recent-post .col-sm-4{
    padding-right: 0;
}
.blog-sidebar .sidebar-widget .recent-post .col-sm-8 h4{
    margin: 0 0 10px 0;
}
.blog-sidebar .sidebar-widget .recent-post .col-sm-8 h4 a{
    font-size: 15px;
    color:#959595;
    margin: 0;
}
.blog-sidebar .sidebar-widget .recent-post .col-sm-8 h4 a:hover{
    color: #008dd5;
}
.blog-sidebar .sidebar-widget .recent-post .col-sm-8 span{
    color:#008dd5;
    font-size: 12px;
}

/* Archives */
.blog-sidebar .sidebar-widget .widget-content ul.archives{}
.blog-sidebar .sidebar-widget .widget-content ul.archives li{
    margin-bottom: 15px;
}
.blog-sidebar .sidebar-widget .widget-content ul.archives li i{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #959595;
    border-radius: 50px;
    color: #959595;
    display: inline-block;
    height: 21px;
    margin-right: 15px;
    padding-top: 2px;
    text-align: center;
    width: 21px;
    transition: .3s ease;
}
.blog-sidebar .sidebar-widget .widget-content ul.archives li a{
    color:none;
}
.blog-sidebar .sidebar-widget .widget-content ul.archives li:hover i{
    background: #008dd5;
    color: #fff;
    border-color: #008dd5;
}
.blog-sidebar .sidebar-widget .widget-content ul.archives li:hover a{
    color: #008dd5;
}

/* Social Share */
.blog-sidebar .sidebar-widget .widget-content .social-share .share-button{
    width: 80px;
    float: left;
    margin-right: 9px;
    text-align: center;
    padding: 15px 0;
}
.blog-sidebar .sidebar-widget .widget-content .social-share .facebook-share{
    background: #3E59A1;
}
.blog-sidebar .sidebar-widget .widget-content .social-share .twitter-share{
    background: #49B0E4;
}
.blog-sidebar .sidebar-widget .widget-content .social-share .google-plus{
    background: #DD4E3C;
    margin-right: 0;
}
.blog-sidebar .sidebar-widget .widget-content .social-share .share-button a{
    color: #fff;
}
.blog-sidebar .sidebar-widget .widget-content .social-share .share-button a span{
    display: block;
    margin-top: 10px;
}
.blog-sidebar .sidebar-widget .widget-content .share-button a i {
    border-radius: 100px;
    height: 45px;
    padding-top: 15px;
    width: 45px;
}
.blog-sidebar .sidebar-widget .widget-content .facebook-share a i{
    background: #516AAB;
}
.blog-sidebar .sidebar-widget .widget-content .twitter-share a i{
    background: #59B8E7;
}
.blog-sidebar .sidebar-widget .widget-content .google-plus a i{
    background: #E05E4F;
}

/* Twitter Feed */
.blog-sidebar .sidebar-widget .widget-content .twitter-feed .twitt-list i{
    color: #959595;
}
.blog-sidebar .sidebar-widget .widget-content .twitter-feed .twitt-list .col-sm-2{
    padding-top: 3px;
}
.blog-sidebar .sidebar-widget .widget-content .twitter-feed .twitt-list .col-sm-10{
    padding-left: 0;
}
.blog-sidebar .sidebar-widget .widget-content .twitter-feed .twitt-list p a{
    color:#008dd5;
}

/* Tags */
.blog-sidebar .sidebar-widget .widget-content ul.tags li{
    margin: 0 10px 10px 0;
    display: inline-block;
}
.blog-sidebar .sidebar-widget .widget-content ul.tags li a{
    padding: 10px;
    background: #DADADA;
    color:#fff;
    display: block;
}
.blog-sidebar .sidebar-widget .widget-content ul.tags li a:hover{
    background: #008dd5;
}
/*Default Sidebar Style*/
.blog-sidebar>ul{
	list-style: none;
    margin: 0;
    padding: 0;
}
.blog-sidebar>ul>li{
	list-style:none;
	margin-bottom:40px;
}
ul.archives>li{
	list-style-image: url('images/arrow.png');
	margin-left: 15px;
}
.blog-sidebar>ul>li>ul>li{
	list-style-image: url('images/arrow.png');
	margin-left: -15px;
	padding: 4px 0;
	letter-spacing: 1px;
}
.widgettitle{
	font-size: 24px;
	margin: 29px 0 20px;
	font-family: "Exo",sans-serif;
}
.menu-main-menu-container>ul{
	list-style:none;
}
.menu-main-menu-container>ul>li{
	list-style-image: url('images/arrow.png');
	margin-left: -15px;
	padding: 3px 0;
}

/* calendar widget */
.widget_calendar {float: left;margin-bottom: 30px;}
#wp-calendar {width: 100%; }
#wp-calendar caption {color: #333; font-size: 12px;margin-bottom: 10px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }

/*Search Form*/
input[type="search"]{
	border: 1px solid #ddd;
    padding: 10px;
}
.search-form>input[type="submit"]{
	display: inline-block;
    border: 0 none;
    background: #008dd5;
    text-transform: uppercase;
    color: #fff;
    padding: 11px 20px;
    float: right;
    position: absolute;
	margin-top: 0;
}
/*Custom Tag*/
.tagcloud>a{
	display: inline-block;
    background: #ddd;
    padding: 7px 15px;
    color: #333;
    margin: 3px;
	font-size:15px!important;
}
.tagcloud>a:hover{
    background: #008dd5;
	color:#fff;
}
select{
	width: 100%;
    height: 30px;
    padding: 0 10px;
}
/* ------------------------------------------------------------------
                ====[ Blog Page - Grid Layout ]====
------------------------------------------------------------------- */
.blog-posts-column .blog-single{
    margin-bottom: 30px;
}
.blog-posts-column .blog-single:last-child{
    margin-bottom: 0;
}
.blog-posts-column .blog-single .post-image figure{
    position: relative;
}
.blog-posts-column .blog-single .post-image figure figcaption{
    position: absolute;
    left: 0;
    top:30px;
}
.post-image figure img {
    width: 100%;
}
.blog-posts-column .blog-single .post-image figure figcaption span {
    background: #008dd5;
    color: #fff;
    padding: 10px;
}
.blog-posts-column .post-content .post-content-head h2{
    margin: 0;
}
.blog-posts-column .post-content .post-content-head h2 a{
    color:#313131;
    font-size: 24px;
	font-family: "Exo", sans-serif;
}
.blog-posts-column .post-content .post-content-head h2 a:hover{
    color: #008dd5;
}
.blog-posts-column .post-content{
	background-color: #fff;
    border:1px solid #f1f1f1;
    padding: 20px 25px;
}
.blog-posts-column .post-content .post-content-head{
    margin-bottom: 20px;
}
.blog-posts-column .post-excerpt-btn{
    background: #f1f1f1;
    padding: 10px;
}
.blog-posts-column .post-excerpt-btn ul{
    margin-bottom: 0;
}
.post-excerpt-btn ul li a {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    padding: 5px 10px;
    color: #959595;
}
.post-excerpt-btn ul li a:hover{
    background: #008dd5;
    color: #fff;
}
.post-excerpt-btn ul li.post-share{
    float: right;
}
.blog-posts-column .audio-blog{
    border: 1px solid #f1f1f1;
}
.blog-posts-column .audio-blog .audio-blog-title{
    background: #f1f1f1;
    padding: 10px;
}
.blog-posts-column .audio-blog .audio-blog-title h2{
    font-size: 24px;
    margin: 0;
}
.blog-posts-column .audio-blog .audio-blog-content{
    padding: 20px 25px;
}
.blog-posts-column .audio-blog .audio-blog-content h3{
    font-size: 20px;
}
.blog-posts-column .audio-blog .audio-blog-content h3 a{
    color: #313131;
}
.blog-posts-column .audio-blog .audio-blog-content h3 a:hover{
    color: #008dd5;
}
.post-content-head a {
  color: #333;
}
.blog-posts-column .blog-post-quote{
    border: 1px solid #f1f1f1;
}
.blog-posts-column .blog-post-quote .quote-content{
    padding: 20px 25px;
}
.grid-post-pagination ul{
    text-align: center;
}
.grid-post-pagination ul li{
    display: inline-block;
    margin-right: 5px;
}
.grid-post-pagination ul li:first-child{
    float: left;
}
.grid-post-pagination ul li:last-child{
    float: right;
}
.grid-post-pagination ul li a {
    background: #fff none repeat scroll 0 0;
    color: #959595;
    padding: 10px 20px;
}
.grid-post-pagination ul li.active a{
    background: #008dd5;
    color: #fff;
}
.grid-post-pagination ul li a:hover{
    background: #008dd5;
    color: #fff;
}

/* ------------------------------------------------------------------
                ====[ Post Details ]====
------------------------------------------------------------------- */
.article-header{
    margin: 0 0 10px;
}
.article-header h2{
    margin-top: 0;
	font-family: "Exo", sans-serif;
}
.article-header ul{
    margin-bottom: 0;
	margin-top: -15px;
}
.article-content{
	overflow:hidden;
	display:block
}
.article-content li {
  line-height: 30px;
}
.article-content p{
    margin-bottom: 10px;
}
.article-content p:last-child{
    margin-bottom: 0;
}
.article-header a, .author a{
  color: #333;
}
.tag-list{
    margin: 50px 0;
}
.tag-list>a{
    display: inline-block;
    background: #DADADA;
    padding: 7px 15px;
    color:#333;
	margin:3px
}
.tag-list>a:hover{
    background: #008dd5;
	color:#ddd;
}
.author-details{
    background: #fff;
	margin: 20px 0;
}
.author-details .author-avatar{
    padding: 30px 15px;
	width: auto;
}
}
.author-details .author-avatar img{
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 150px;
}
.author-details .author-avatar ul.author-social{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
}
.author-details .author-avatar ul.author-social li{
    display: inline-block;
    margin-right: 5px;
}
.author-details .author-avatar ul.author-social li a{
    text-align: center;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    background: #008dd5;
    color: #fff;
    padding-top: 5px;
}
.author-details .author-desc{
    padding: 30px 15px;
}
.author-details .author-desc h3{
    margin-top: 0;
}
.author-details .author-desc h4{
    margin-bottom: 20px;
}
.article-content input{
	padding:7px;
	float:none;
}
.article-content figcaption {
	color: #fff;
	margin-top: 10px;
}
.post-details h4.widget-title{
	margin-bottom: -25px;
    margin-left: 5px;
    margin-top: 50px;
}

/* ------------------------------------------------------------------
                ====[ Extra Section ]====
------------------------------------------------------------------- */


/*Extra section*/

/* ------------------------------------------------------------------
                ====[ Team ]====
------------------------------------------------------------------- */
.team-section{
    padding: 15px 0;
}
.team-section .team-single{
    position: relative;
    overflow: hidden;
}
.team-single figure::before {
    background: rgba(0, 141, 213, 0.5) none repeat scroll 0 0;
    content: "";
    height: 75%;
    left: 0px;
    position: absolute;
    width: 0;
    transition: .3s ease;
}
.team-single:hover figure::before{
    width: 100%;
}
.team-section .team-single figure img{
    width: 100%;
}
.team-section .team-single figure figcaption{
    background: #F1F3F8;
    text-align: center;
    padding: 15px 0 10px 0;
}
.team-section .team-single figure figcaption h4{
    margin: 0 0 5px 0;
}
.team-section .team-single figure figcaption p {
    font-size: 15px;
    font-weight: 300;
}
.team-section .team-single .team-member-social{}
.team-section .team-single .team-member-social ul{
    text-align: center;
}
.team-section .team-single .team-member-social ul li{
    display: inline-block;
    margin-right: 3px;
}
.team-section .team-single .team-member-social ul li:last-child{
    margin-right: 0;
}
.team-section .team-single .team-member-social ul li a{
    display: block;
    width: 30px;
    height: 30px;
    background: #fff;
    padding-top: 5px;
    border-radius: 100px;
    color: #000;
    transition: .3s ease;
}
.team-section .team-single .team-member-social ul li a:hover{
    background: #008dd5;
    color: #fff;
}
.team-section .team-single .team-member-social{
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    transition: .6s ease;
}
.team-section .team-single:hover .team-member-social{
    top: 35%;
}



/* ------------------------------------------------------------------
                ====[ FAQ ]====
------------------------------------------------------------------- */
.faq{
	padding:100px 0;
	background:#FCFCFC;
}
.faq-toggle{
	width:70%;
	margin:0 auto;
}
.panel-group .panel {
	border-radius: 0;
	margin-bottom:10px;
	border:0 none;
	box-shadow:none;
}
.panel-heading {
	padding: 0;
}
.panel-title > a[aria-expanded="true"] {
  background: #fff;
}
.panel-heading a{
	padding:20px 15px;
	display:block;
	transition:.3s ease;
}
.panel-heading a:after {
    font-family: 'FontAwesome';
    content: "\f10a";    
    float: left;
	padding-right:20px;
}
.panel-heading a:hover, .panel-heading a:active, .panel-heading a:focus{
	text-decoration:none;
	outline:none;
}
.panel-body {
	padding: 15px 15px 15px 45px;
	border-top:0 none !important;
}




/********************************************************
                2.0.2    Image Gallery 
*********************************************************/
.gallery_left {
    position: relative;
    margin-left: -10px;
    margin-bottom: 25px;
}
.gallery_title { }
.gallery_more_link {
    background-color: #000;
    color: #fff;
    padding: 5px 10px;
    margin-left: 10px;
    font-family: inherit;
}
.gallery_more_link:hover { color: #fff }
.gallery_content {
    background-color: none;
    overflow: hidden;
    display: inline-block;
    padding-bottom: 5px;
    margin-left: 10px;
    position: relative;
}
.gallery_content img {
    margin-bottom: 0px;
    margin-left: 0px;
    width: 25%;
    height: auto;
    float: left;
}
.portfolio-content {
    position: absolute;
    bottom: 0;
    background-color: #000;
    overflow: hidden;
    margin-left: 10px;
    color: #000;
    padding: 0 10px;
}

/**********************************************************************************************
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                                     WordPress Core Class
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
***********************************************************************************************/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #000;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.bypostauthor{}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
b{font-weight:bold}
i{font-style: italic;}

/*like button*/

/* Wrapper */
.sl-wrapper a {
	border-bottom: 0 !important;
	text-decoration: none !important;
}
.sl-button {
	padding: 0.375em 0.625em;
	font-size: 1em;
	line-height: 1;
	font-weight: normal;
}

/* Colors */
a.liked {
	color: #da1b1b;
}
a.liked:hover,
a.liked:active,
a.liked:focus {
	color: #666666;
}
a.liked span.sl-count,
.sl-count {
	color: #666666;
}

/* Icon */
.sl-icon {
	margin-right: 0.5em;
	font-family: 'Arial Unicode MS', Arial, sans-serif;
}
.sl-icon svg {
	fill: currentColor;
	width: 1em;
	height: 1em;
}
.sl-icon svg:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left:0;
}

/* Count */
.sl-count {
	font-size: 1em;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	text-transform: uppercase;
	vertical-align: middle;
}

/* Loader */
.loader,
.loader:before,
.loader:after {
  background: rgba(0, 0, 0, 0.2);
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: .2em;
  height: .6em;
  margin-right:10px
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -.375em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader {
  text-indent: -9999em;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:after {
  left: .375em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: .6em;
  }
  40% {
    box-shadow: 0 -.3em rgba(0, 0, 0, 0.2);
    height: 1em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: .6em;
  }
  40% {
    box-shadow: 0 -.3em rgba(0, 0, 0, 0.2);
    height: 1em;
  }
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0px !important;
}

/* WordPress Gallery 
------------------------------------------ */
.gallery {
	margin-left: -0.5em;
	margin-right: -0.5em;
}

.gallery:after {
	display: table;
	content: "";
	clear: both;
}

.gallery-item {
	margin: 0;
	float: left;
	padding: 0.5em;
}

.gallery-item img {
	width: 100%;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}
.gallery-columns-2 .gallery-item {
    width: 50%
}
.gallery-columns-3 .gallery-item {
    width: 33.3333%
}
.gallery-columns-4 .gallery-item {
    width: 25%
}
.gallery-columns-5 .gallery-item {
    width: 20%
}
.gallery-columns-6 .gallery-item {
    width: 16.6667%
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%
}
.gallery-columns-8 .gallery-item {
    width: 12.5%
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}
div.sticky .blog-single .post-exerpt,
div.sticky .blog-single .post-content-head{
  background-color: #eee;
  
  
  
}
.gallery-caption{}

/* ------------------------------------------------------------------
                ====[ Portfolio ]====
------------------------------------------------------------------- */
.portfolio{
    padding: 100px 0;
}
.portfolio-single img{
	width:100%;
}
.portfolio-grid .portfolio-single figure{
    position: relative;
}
.portfolio-grid .portfolio-single figure:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #008dd5;
    visibility: hidden;
    opacity: 0;
    transition: .5s ease;
}
.portfolio-grid .portfolio-single figure:hover:before{
    visibility: visible;
    opacity: 1;
}
.portfolio-grid .portfolio-single figure figcaption{
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 100%;
    transition: .3s ease;
    visibility: hidden;
    opacity: 0;
}
.portfolio-grid .portfolio-single figure:hover figcaption{
    top: 50%;
    transform: translateY(-50%);
    visibility: visible;
    opacity:1;
}
.portfolio-grid .portfolio-single figure figcaption h2 a{
    color: #fff;
}
.portfolio-grid .portfolio-single figure figcaption h2 a:hover{
    text-decoration: none;
}
.portfolio-grid .portfolio-single figure figcaption p{
    color: #fff;
}
.portfolio-grid .portfolio-more-btn{
    text-align: center;
}
.portfolio-grid .portfolio-more-btn a{
    background: #008dd5 none repeat scroll 0 0;
    border: 1px solid #008dd5;
    color: #fff;
    display: inline-block;
    margin-top: 50px;
    padding: 10px 30px;
    transition: .3s ease;
}
.portfolio-grid .portfolio-more-btn a:hover{
    background: none;
    text-decoration: none;
    color: #000;
}

/* ------------------------------------------------------------------
                ====[ Progress/Skill Bars ]====
------------------------------------------------------------------- */
.progress-bars{
    background: #fcfcfc;
    padding: 100px 0;
}
.progress-left h2{
    margin-bottom: 20px;
}
.progress-left p.progress-left-byline{
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 20px;
}
.skillbars .bar-container {
    background: #f0f0f0 none repeat scroll 0 0;
    margin-bottom: 15px;
    padding: 8px 0;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.skillbars .bar-container p{
    padding-left: 15px;
    margin-bottom: 0;
    color: #fff;
}
.skillbars .bar-container .meter {
    background: #008dd5 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}
.skillbars .bar-container .meter::before {
  border-bottom: 20px solid transparent;
  border-left: 20px solid #008dd5;
  border-top: 20px solid transparent;
  content: "";
  position: absolute;
  right: -20px;
}
.skillbars h3{
    margin-bottom: 20px;
    font-weight: 300;
}


/* ------------------------------------------------------------------
                ====[ Footer ]====
------------------------------------------------------------------- */
.footer {
    padding: 50px 0;
    background: #282828;
}
.footer .footer-content {
    text-align: center;
    color: #fff;
}
.footer .footer-content h4 {
    font-size: 30px;
    margin-bottom: 20px;
	font-family: "Exo",sans-serif;
}
.footer .footer-content p {
    font-size: 16px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
}
.footer .footer-content ul { margin-bottom: 0 }
.footer .footer-content ul li {
    list-style-type: none;
    display: inline;
    padding-right: 30px;
}
.footer .footer-content ul li:last-child { padding-right: 0 }
.footer .footer-content ul li a { -webkit-transition: 0.5s ease; transition: 0.5s ease }
.footer .footer-content ul li a:hover { color: #fff }

/* ------------------------------------------------------------------
                    Helping Classes
------------------------------------------------------------------- */
.no-padding {
    padding-left: 0;
    padding-right: 0;
}

/*404 style*/
.searchform-404{
	margin-left: -100px;
    margin-top: 50px;
}
.no-results form{
	margin-left: -100px;
}


/* 23. Responsive Styles 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (min-width: 1910px){
	.app-screenshot .screenshots .owl-wrapper-outer {
	  width: 101.5%;
	}
	.app-screenshot .screenshots .owl-item.active img {
	  height: auto;
	}
	.app-screenshot .screenshots .owl-item img {
	  height: auto;
	}
	.app-screenshot .screenshots .owl-item.active {
	  top: 0;
	}
	.app-screenshot .screenshots .owl-wrapper-outer {
	  height: auto;
	}
}
@media only screen and (max-width: 1400px) {

}

@media only screen and (max-width: 991px) {
    header{
		min-height:auto;
	}
	.intro-text{
		margin-top:0;
	}
	.heading p{
		width:100%;
	}
	.feature-icon-box {
	  width: 150px;
	}
	#app-features .single-feature:last-child {
	  margin-bottom: 50px;
	}
	#app-features .sf-top .single-feature-icon::before{
		left:25%;
		margin-left:-10px;
	}
	#app-features .sf-center .single-feature-icon::before, #app-features .sf-center .single-feature-icon::after{
		margin-left:-10px;
		left:25%;
	}
	#app-features .sf-bottom .single-feature-icon::before{
		left:25%;
		margin-left:-10px;
	}
	#app-features .sf-center::before {
	  height: 85px;
	  margin-right: 3px;
	  right: 37%;
	  top: -74px;
	}
	#app-features .sf-center::after{
		height: 85px;
		margin-right: 3px;
		right: 37%;
		bottom: -84px;
	}
	#app-features .features-right .single-feature .single-feature-icon{
		text-align:right;
	}
	#app-features .features-right .single-feature .single-feature-icon .feature-icon-box {
	  display:inline-block;
	}
	#app-features .features-right .sf-top .single-feature-icon::before{
		left:50%;
		margin-left:30px;
	}
	#app-features .features-right .sf-center .single-feature-icon::before, #app-features .features-right .sf-center .single-feature-icon::after, #app-features .features-right .sf-bottom .single-feature-icon::before{
		left:50%;
		margin-left:30px;
	}
	#app-features .features-right .sf-center::before {
		height: 85px;
		margin-right: 4px;
		right: 79%;
		top: -74px;
	}
	#app-features .features-right .sf-center::after{
		height: 85px;
		margin-right: 4px;
		right: 79%;
		bottom: -84px;
	}
	.benifits .center-mobile-frame .benifits-image img {
		width:100%;
	}
	.benifits .center-mobile-frame{
		top:80px;
	}
	.benifits .benefits-left .bl-icon::before, .benifits .benefits-left .bl-icon::after, .benifits .benefits-right .br-icon::before, .benifits .benefits-right .br-icon::after{
		content:none;
	}
	.benifits .benefits-left .bl-icon, .benifits .benefits-right .br-icon{
	  margin: 20px auto 0;;
	}
	.app-screenshot .screenshots .owl-item.active img {
	  transform: scale(1);
	}
	.app-screenshot .screenshots .owl-item.active {
	  box-shadow: none;
	}
	.pricing-plan .f-plan, .pricing-plan .t-plan {
	  margin-left: 0;
	  width: auto;
	}
	.pricing-plan .plan-single .pricing-content p a.choose-plan-btn{
		padding:15px 25px;
	}
	.pricing-plan .featured-plan .pricing-content p a.choose-plan-btn {
	  font-size: 18px;
	}
	.subscribe{
		padding:50px 0;
		text-align:center;
	}
	.subscribe h4{
		line-height: 40px;
		margin-top: 60px;
	}
	.subscribe form {
	  text-align: center;
	  margin-top: 40px;
	}
	.subscribe form input[type="email"]{
		width:100%;
		margin-bottom:20px;
	}
	.subscribe form input[type="submit"]{
		margin-left:0;
	}
	.app-video .video-wrapper iframe {
	  width: 100%;
	}
	.app-downloads .review-carousel {
	  padding: 0;
	}
	.intro-image-r1 img {
	  margin-top: 150px;
	}
	.intro-text-slide{ transform: translateY(20%); margin-top:100px;}
	.intro-text-slide h1{font-size:25px}	
	.intro-image-slide img {
	  height: 320px !important;
	  margin-top:110px;
	}
	#rx-background-carousel .carousel-indicators {
	  bottom: 0;
	}
	.intro-image-solid{
		margin-top: 30px;
	}
}

@media only screen and (max-width: 768px) {
    header{
		min-height:auto;
	}
	.intro-text{
		margin-top:0;
	}
	.heading p{
		width:100%;
	}
	.feature-icon-box {
	  width: 150px;
	}
	#app-features .single-feature:last-child {
	  margin-bottom: 50px;
	}
	#app-features .sf-top .single-feature-icon::before{
		left:25%;
		margin-left:-10px;
	}
	#app-features .sf-center .single-feature-icon::before, #app-features .sf-center .single-feature-icon::after{
		margin-left:-10px;
		left:25%;
	}
	#app-features .sf-bottom .single-feature-icon::before{
		left:25%;
		margin-left:-10px;
	}
	#app-features .sf-center::before {
	  height: 85px;
	  margin-right: 3px;
	  right: 37%;
	  top: -74px;
	}
	#app-features .sf-center::after{
		height: 85px;
		margin-right: 3px;
		right: 37%;
		bottom: -84px;
	}
	#app-features .features-right .single-feature .single-feature-icon{
		text-align:right;
	}
	#app-features .features-right .single-feature .single-feature-icon .feature-icon-box {
	  display:inline-block;
	}
	#app-features .features-right .sf-top .single-feature-icon::before{
		left:50%;
		margin-left:30px;
	}
	#app-features .features-right .sf-center .single-feature-icon::before, #app-features .features-right .sf-center .single-feature-icon::after, #app-features .features-right .sf-bottom .single-feature-icon::before{
		left:50%;
		margin-left:30px;
	}
	#app-features .features-right .sf-center::before {
		height: 85px;
		margin-right: 4px;
		right: 79%;
		top: -74px;
	}
	#app-features .features-right .sf-center::after{
		height: 85px;
		margin-right: 4px;
		right: 79%;
		bottom: -84px;
	}
	.col-sm-12.ad-mobiles {
	  height: 550px;
	}
	.benifits .center-mobile-frame .benifits-image img {
		width:100%;
	}
	.benifits .center-mobile-frame{
		top:80px;
	}
	.benifits .benefits-left .bl-icon::before, .benifits .benefits-left .bl-icon::after, .benifits .benefits-right .br-icon::before, .benifits .benefits-right .br-icon::after{
		content:none;
	}
	.app-screenshot .screenshots .owl-item.active {
	  box-shadow: none;
	  transition: all 0.3s ease 0s;
	}
	.app-screenshot .screenshots .owl-item.active img {
	  transform: scale(1);
	  box-shadow:none;
	}
	.app-screenshot {
	  height: 520px;
	  margin-bottom: 0;
	  padding: 100px 0 0 0;
	}
	.app-screenshot .screenshots .owl-controls{
		margin-top:70px;
	}
	.app-screenshot .screenshots .owl-controls .owl-pagination {
	  margin-top: 0;
	}
	.app-screenshot .screenshots .owl-wrapper-outer {
	  height: 500px;
	  padding-bottom: 0;
	  width:99%;
	  margin-left:8px;
	}
	.pricing-plan .f-plan, .pricing-plan .t-plan {
	  margin-left: 0;
	  width: auto;
	}
	.pricing-plan .plan-single .pricing-content p a.choose-plan-btn{
		padding:15px 25px;
	}
	.pricing-plan .featured-plan .pricing-content p a.choose-plan-btn {
	  font-size: 18px;
	}
	.app-screenshot .screenshots .owl-item.active {
	  margin: 0;
	}
	.subscribe{
		padding:50px 0;
		text-align:center;
	}
	.subscribe h4{
		line-height: 40px;
		margin-top: 60px;
	}
	.subscribe form {
	  text-align: center;
	  margin-top: 40px;
	}
	.subscribe form input[type="email"]{
		width:100%;
		margin-bottom:20px;
	}
	.subscribe form input[type="submit"]{
		margin-left:0;
	}
	.app-video .video-wrapper iframe {
	  width: 100%;
	}
	.app-downloads .review-carousel {
	  padding: 0;
	}
	.author-details{padding:10px}
	.carousel-indicators{bottom: 0px !important;}
	.intro-text-slide{ transform: translateY(20%);}
	.intro-text-slide h1{font-size:25px}	
	.intro-image-slide img {
	  height: 369px !important;
	}
	.intro-image-r1 img {
	  margin-top: 150px;
	  width: 70%;
	}
	.intro-text-video {
	  margin-top: 0;
	}
	#intro-slide .intro-image-slide img {
	  width: auto;
	  height:320px !important;
	  margin-top:110px !important;
	}
	.intro-image-solid{
		margin-top: 30px;
	}
}


@media only screen and (min-width: 480px) and (max-width: 767px) {
    .navbar-header{
		padding-bottom:5px;
	}	
	.navbar-toggle .icon-bar{
		background: rgba(35,35,35,.8);		
	}
	.nav.navbar-nav.pull-right {
	  float: left !important;
	}
	.navbar-collapse.in {
	  overflow: visible;
	  background:#fff;
	  transition:.3s ease;
	  position:relative;
	  z-index:1;
	}
	.nav li.active::before {
	  content:none;
	}
	.nav li.active::after{
		content:none;
	}
	.intro-text {
	  transform:none;
	  position:inherit;
	  margin-top:20px;
	}
	.heading h2{
		font-size:30px;
	}
	.heading p{
		width:100%;
	}
	#app-features .single-feature .single-feature-content {
	  text-align: center;
	}
	#app-features .single-feature .single-feature-icon .feature-icon-box::before {
	  height: 85px;
	  left: 50%;
	  margin-left: -50px;
	  width: 100px;
	}
	#app-features .single-feature .single-feature-icon .feature-icon-box::after {
	  height: 85px;
	  left: 50%;
	  margin-left: -50px;
	  width: 100px;
	}
	.single-feature-icon {
	  margin-top: 30px;
	}
	#app-features .sf-center::before{
		content:none;
	}
	#app-features .sf-center::after{
		content:none;
	}
	#app-features .sf-center .single-feature-icon::before {
	  top: -5px;
	}
	#app-features .sf-bottom .single-feature-icon::before{
		top:-5px;
	}
	#app-features .single-feature:last-child {
	  margin-bottom: 50px;
	}
	#app-features .features-right .single-feature .single-feature-content {
	  text-align: center;
	}
	#app-features .features-right .single-feature .single-feature-content {
	  padding-top: 30px;
	}
	#app-features .features-right .single-feature .single-feature-icon {
	  margin-top: 0;
	}
	#app-features .features-right .single-feature:last-child {
	  margin-bottom: 0;
	}
	.app-description .ad-mobiles {
	  min-height: 550px;
	}
	.app-description .ad-mobiles .ad-frame-one {
	  left: 15px;
	}
	.app-description .heading h2{
		text-align:center;
	}
	.app-description .heading h2::before {
	  left: 50%;
	  margin-left: -70px;
	}
	.app-description .heading h2::after {
	  left: 50%;
	  margin-left: -13px;
	}
	.benifits{
		padding-bottom:100px;
	}
	.benifits .benefits-left, .benifits .benefits-right {
		text-align: center;
	}
	.benifits .benefits-left .bl-icon::before, .benifits .benefits-right .br-icon::before{
		content:none;
	}
	.benifits .benefits-left .bl-icon::after, .benifits .benefits-right .br-icon::after{
		content:none;
	}
	.benifits .benefits-left .row{
		margin-bottom:20px;
	}
	.app-screenshot .screenshots .owl-item img {
	  width: 85%;
	}
	.app-screenshot .screenshots .owl-controls .owl-pagination {
	  display: none;
	}
	.app-screenshot .screenshots .owl-controls .owl-buttons .owl-prev{
		margin-left:0;
	}
	.app-screenshot .screenshots .owl-controls .owl-buttons .owl-next{
		margin-right:0;
	}
	.app-screenshot .screenshots .owl-item.active{
		box-shadow:none;
	}
	.app-screenshot .container-fluid {
	  width: 100%;
	}
	.app-screenshot .screenshots .owl-wrapper-outer {
	  margin-left: 0px;
	  width: 100%;
	}
	.pricing-plan .pricing-wrapper .no-padding {
	  padding: 0 15px;
	}
	.pricing-plan .f-plan, .pricing-plan .t-plan {
	  margin-left: 15px;
	  margin-right: 15px;
	  margin-bottom:30px;
	  width: auto;
	}
	.subscribe{
		padding:50px 0;
		text-align:center;
	}
	.subscribe h4{
		font-size:35px;
	}
	.subscribe form {
	  text-align: center;
	  margin-top: 40px;
	}
	.subscribe form input[type="email"]{
		width:100%;
		margin-bottom:20px;
	}
	.subscribe form input[type="submit"]{
		margin-left:0;
	}
	.col-sm-12.video-wrapper iframe {
	  height: auto;
	  width: 100%;
	}
	.app-downloads .app-download-btns ul li a {
	  display: inline-block;
	  margin-bottom: 20px;
	}
	.app-downloads .app-download-btns ul li:first-child{
		margin-right:0;
	}
	.app-downloads .review-carousel {
	  padding: 0;
	}
	ul.comment-list li ul.children{
		padding:0
	}
	.comment-list li ul.children{
		padding:0;
	}
	/*demo two*/
	#intro-carousel2 .owl-item.active img {
	  transform: scale(1);
	  transition:.3s ease;
	  box-shadow: none;
	}
	#intro-carousel2 .owl-item.active {
		top: 0;
	}	
	/*Demo Three*/
	.intro-text-parallax{
		position:inherit;
		display: inline;
		text-align: center;
		top: 50px;
	}
	header#intro-rotate-one{
		overflow:hidden
	}
	/*demo nine & ten & 12*/
	.intro-text-r1{
		position:relative;
		transform:translateY(5%);
	}
	.intro-text-r2{
		position:relative;
		transform:translateY(5%);
		margin-top:0 !important;
		padding-top:80px;
	}
	.intro-image-r2 img {
		margin-top:100px;
		width:50%;
	}
	.intro-text-transfarent{
		position:relative;
		transform:translateY(5%);
	}
	.intro-text{
		position:relative;
		transform:translateY(5%);
		margin-top:0 !important;
		padding-top:80px;
	}
	.intro-image img {
		margin-top:100px;
		width:50%;
	}
	.intro-text2 {
	  width: 100%;
	}
	.navbar-header2 a.navbar-brand {
	  float: left;
	  line-height: 10px;
	}
	
	#app-features .single-feature .single-feature-content {
	  text-align: center;
	}
	#app-features .single-feature .single-feature-icon .feature-icon-box::before {
	  height: 85px;
	  left: 50%;
	  margin-left: -50px;
	  width: 100px;
	}
	#app-features .single-feature .single-feature-icon .feature-icon-box::after {
	  height: 85px;
	  left: 50%;
	  margin-left: -50px;
	  width: 100px;
	}
	.single-feature-icon {
	  margin-top: 30px;
	}
	#app-features .sf-center::before{
		content:none;
	}
	#app-features .sf-center::after{
		content:none;
	}
	#app-features .sf-center .single-feature-icon::before {
	  top: -5px;
	}
	#app-features .sf-bottom .single-feature-icon::before{
		top:-5px;
	}
	#app-features .single-feature:last-child {
	  margin-bottom: 50px;
	}
	#app-features .features-right .single-feature .single-feature-content {
	  text-align: center;
	}
	#app-features .features-right .single-feature .single-feature-content {
	  padding-top: 30px;
	}
	#app-features .features-right .single-feature .single-feature-icon {
	  margin-top: 0;
	}
	#app-features .features-right .single-feature:last-child {
	  margin-bottom: 0;
	}
	#app-features .single-feature .single-feature-icon .feature-icon-box {
	  margin: 10px auto 0 auto;
	}
	#app-features .sf-top .single-feature-icon::before {
	  left: 51%;
	}
	#app-features .sf-center .single-feature-icon::before, #app-features .sf-center .single-feature-icon::after {
		left: 51%;
	}
	#app-features .sf-bottom .single-feature-icon::before {
	  left: 51%;
	}
	#app-features .features-right .single-feature .single-feature-icon .feature-icon-box {
	  display: block;
	}
	#app-features .features-right .sf-top .single-feature-icon::before {
	  margin-left: -5px;
	}
	#app-features .features-right .sf-center .single-feature-icon::before, #app-features .features-right .sf-center .single-feature-icon::after, #app-features .features-right .sf-bottom .single-feature-icon::before {
	  margin-left: -5px;
	}
	#intro-video .intro-image img {
	  margin-top: 150px;
	}
	.intro-text-video {
	  margin-top: 100px;
	}
	.intro-text-slide{ transform: translateY(20%);}
	.intro-text-slide h1{font-size:25px}	
	.intro-image-slide img {
	  display:none;
	}
	.intro-text-slide, .intro-text-solid {
	  position: static;
	  top: 50%;
	  transform: translateY(0px) !important;
	  min-width:100%;
	}
	.intro-text-solid{
		margin-top:100px;
	}
	#rx-background-carousel .carousel-inner .item .container {
	  left: 0;
	  position: absolute;
	  top: 0;
	  transform: translateX(0);
	}
	.intro-text-slide a.btn{
		display:none;
	}
}


@media only screen and (max-width: 480px) {
	.navbar-header{
		padding-bottom:5px;
	}
	.navbar-toggle .icon-bar{
		background: rgba(35,35,35,.8);
	}
	.nav.navbar-nav.pull-right {
	  float: left !important;
	}
	.navbar-collapse.in {
	  overflow: visible;
	  background:#fff;
	  transition:.3s ease;
	  position:relative;
	  z-index:1;
	}
	.nav li.active::before {
	  content:none;
	}
	.nav li.active::after{
		content:none;
	}
	.intro-text {
	  transform:none;
	  position:inherit;
	  margin-top:100px;
	  text-align:center;
	}
	/*Demo Three*/
	.intro-text-parallax{
	  text-align: center;
	  top:50px;
	}
	.heading h2{
		font-size:30px;
	}
	.heading p{
		width:100%;
	}
	#app-features .single-feature .single-feature-content {
	  text-align: center;
	}
	#app-features .single-feature .single-feature-icon .feature-icon-box::before {
	  height: 85px;
	  left: 50%;
	  margin-left: -50px;
	  width: 100px;
	}
	#app-features .single-feature .single-feature-icon .feature-icon-box::after {
	  height: 85px;
	  left: 50%;
	  margin-left: -50px;
	  width: 100px;
	}
	.single-feature-icon {
	  margin-top: 30px;
	}
	#app-features .sf-center::before{
		content:none;
	}
	#app-features .sf-center::after{
		content:none;
	}
	#app-features .sf-center .single-feature-icon::before {
	  top: -5px;
	}
	#app-features .sf-bottom .single-feature-icon::before{
		top:-5px;
	}
	#app-features .single-feature:last-child {
	  margin-bottom: 50px;
	}
	#app-features .features-right .single-feature .single-feature-content {
	  text-align: center;
	}
	#app-features .features-right .single-feature .single-feature-content {
	  padding-top: 30px;
	}
	#app-features .features-right .single-feature .single-feature-icon {
	  margin-top: 0;
	}
	#app-features .features-right .single-feature:last-child {
	  margin-bottom: 0;
	}
	#app-features .single-feature .single-feature-icon .feature-icon-box {
	  margin: 10px auto 0 auto;
	}
	#app-features .sf-top .single-feature-icon::before {
	  left: 51%;
	}
	#app-features .sf-center .single-feature-icon::before, #app-features .sf-center .single-feature-icon::after {
		left: 51%;
	}
	#app-features .sf-bottom .single-feature-icon::before {
	  left: 51%;
	}
	#app-features .features-right .single-feature .single-feature-icon .feature-icon-box {
	  display: block;
	}
	#app-features .features-right .sf-top .single-feature-icon::before {
	  margin-left: -5px;
	}
	#app-features .features-right .sf-center .single-feature-icon::before, #app-features .features-right .sf-center .single-feature-icon::after, #app-features .features-right .sf-bottom .single-feature-icon::before {
	  margin-left: -5px;
	}
	.app-description .ad-mobiles {
	  min-height: 550px;
	}
	.app-description .ad-mobiles .ad-frame-one {
	  left: 15px;
	}
	.app-description .ad-mobiles .ad-frame-one img {
	  width: 220px;
	}
	.app-description .ad-mobiles .ad-frame-two img {
	  width: 205px;
	}
	.app-description .heading h2{
		text-align:center;
	}
	.app-description .heading h2::before {
	  left: 50%;
	  margin-left: -70px;
	}
	.app-description .heading h2::after {
	  left: 50%;
	  margin-left: -13px;
	}
	.benifits{
		padding-bottom:100px;
	}
	.benifits .benefits-left, .benifits .benefits-right {
		text-align: center;
	}
	.benifits .benefits-left .bl-icon::before, .benifits .benefits-right .br-icon::before{
		content:none;
	}
	.benifits .benefits-left .bl-icon::after, .benifits .benefits-right .br-icon::after{
		content:none;
	}
	.benifits .benefits-left .row{
		margin-bottom:20px;
	}
	.app-screenshot .screenshots .owl-item img {
	  width: 85%;
	}
	.app-screenshot .screenshots .owl-controls .owl-pagination {
	  display: none;
	}
	.app-screenshot .screenshots .owl-controls .owl-buttons .owl-prev{
		margin-left:0;
	}
	.app-screenshot .screenshots .owl-controls .owl-buttons .owl-next{
		margin-right:0;
	}
	.pricing-plan .pricing-wrapper .no-padding {
	  padding: 0 15px;
	}
	.pricing-plan .f-plan, .pricing-plan .t-plan {
	  margin-left: 15px;
	  margin-right: 15px;
	  margin-bottom:30px;
	  width: auto;
	}
	.subscribe{
		padding:50px 0;
		text-align:center;
	}
	.subscribe h4{
		font-size:35px;
	}
	.subscribe form {
	  text-align: center;
	  margin-top: 40px;
	}
	.subscribe form input[type="email"]{
		width:100%;
		margin-bottom:20px;
	}
	.subscribe form input[type="submit"]{
		margin-left:0;
	}
	.col-sm-12.video-wrapper iframe {
	  height: auto;
	  width: 100%;
	}
	.app-downloads .app-download-btns ul li a {
	  display: inline-block;
	  margin-bottom: 20px;
	}
	.app-downloads .app-download-btns ul li:first-child{
		margin-right:0;
	}
	.app-downloads .review-carousel {
	  padding: 0;
	}
	.benifits .center-mobile-frame span.bullets-left::before, .benifits .center-mobile-frame span.bullets-right::before, .benifits .center-mobile-frame span.bullets-left::after, .benifits .center-mobile-frame span.bullets-right::after {
		content:none;
	}
	.intro-image img { margin-top: 50px; }
	.intro-text2 {
		transform: none;
		position: inherit;
		margin-top: 100px;
		width: 100%;
	}
	.intro-text-parallax a.btn{
		margin-left:22%;
		margin-bottom: 30px;
	}
	.intro-text-video a.btn{
		margin-bottom: 30px;
	}
	.intro-text-l4{transform: translateY(5%);}
	.intro-text-video{transform: translateY(5%);}
	.carousel-indicators{bottom: -70px !important;}
	.intro-image-slide img{display:none}
	.intro-text-slide{ transform: translateY(0%);}
	.intro-text-slide h1{
		font-size: 25px;
		line-height: 35px;
		margin-left: 0;
		margin-top: 20px;
	}
	.intro-text-slide h4{display:none}
	.intro-text-gradient{
		-webkit-transform: translateY(5%);
		transform: translateY(5%);
	}
	.intro-image-gradient{
		clear:both;
	}
	.intro-text-solid{
		-webkit-transform: translateY(5%);
		transform: translateY(5%);
		position: relative;
	}
	.intro-image-solid{
		clear:both;
	}
	header#intro-rotate-one{
		overflow:hidden
	}
	/*demo nine & ten & 12*/
	.intro-text-r1{
		position:relative;
		transform:translateY(5%);
	}
	.intro-text-r2{
		position:relative;
		transform:translateY(5%);
	}
	.intro-text-transfarent{
		position:relative;
		transform:translateY(5%);
	}
	ul.navbar-nav li{
		padding: 10px;
	}
	ul.navbar-nav li ul.sub-menu{
		top: 40px;
		left:20px;
	}

	ul.navbar-nav li ul.sub-menu li ul.sub-menu{
		position: absoluate;
		top: 40px;
		left: 0;
	}
	.navbar-header2 a.navbar-brand {
	  float: left;
	  line-height: 10px;
	}
	.intro-text-video {
	  margin-top: 130px;
	}
	.intro-text-slide {
	  position: static;
	  top: 50%;
	  transform: translateY(0px) !important;
	  min-width:100%;
	}
	#intro-slide img {
	  min-height: 300px;
	}
	#rx-background-carousel .carousel-indicators {
	  position: absolute;
	  bottom: 0 !important;
	}
	#rx-background-carousel .carousel-inner .item .container {
	  left: 0;
	  position: absolute;
	  top: 0;
	  transform: translateX(0);
	}
	.intro-text-slide a.btn{
		display:none;
	}
	.intro-text-parallax h1{margin-top:-100px}
	.intro-image-parallax img{margin-top:500px}
	.comment-list li ul.children{padding:0;}
}

/*Shop design*/
.rxapps-shop{
	float: right;
    margin-top: -56px;
}
.rxapps-shop span{
	background-color: #008dd5;
    padding: 4px 7px;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    font-family: "Exo",sans-serif;
    margin-top: -30px;
    display: block;
    margin-left: 10px;
}
.woocommerce div.product .product_title{
	text-transform: capitalize;
}
.woocommerce div.product p.price del{
	padding: 0 15px 0 0;
    color: #008dd5;	
}
.woocommerce-Price-amount{
	color: #008dd5;	
}
.woocommerce .quantity .qty{
	height: 30px;
}
.coupon input.button,
.form-row input.button{
	background-color: #008dd5 !important;
	color: #fff;
}
.coupon input.button:hover{
	color: #fff !important;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
	background-color: #008dd5 !important;
}
.woocommerce button.button.alt{
	background-color: #008dd5;
}
.woocommerce button.button.alt:hover{
	background-color: #0a6da0;
}
.woocommerce ul.products li.product h3{
	text-transform: capitalize;
}
.woocommerce span.onsale{
	background-color: #008dd5;
}
.woocommerce-message{
	border-top: 5px solid #008dd5;	
}
.woocommerce-message::before{
	color: #008dd5;	
}
ul.products{
	margin-top: 50px !important;
}
.blog-sidebar ul.products{
	margin-top: 0 !important;
}
a.wc-forward{
	background-color: #008dd5 !important;
	color: #fff !important;
}
a.wc-forward:hover{
	background-color: #0a6da0 !important;
	color: #fff !important;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text{
	border: 1px solid #ddd;
}
.add_to_cart_button{
	background-color: #008dd5 !important;
	color: #fff !important;
}
.add_to_cart_button:hover{
	background-color: #0a6da0 !important;
	color: #fff !important;
}
.woocommerce a.added_to_cart{
	background-color: #f9f9f9 !important;
	color: #333 !important;
}

