/*-----------------------------------------------------------------------------------

    Template Name: Fitgear | App Landing Page Botostrap 4 Template
    Template URI: http://demo.voidcoders.com/htmldemo/fitgear/
    Description: This is html5 template
    Author: S M Shahadat Hossain
    Author URI: shahadat.pw
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================
  
    1. Theme default CSS
    2. Home
        2.1 Header
        2.2 Hero
        2.3 About 
        2.4 Features
        2.5 Pricing Table 
        2.6 Download App
        2.7 Screenshot
        2.8 Reviews
        2.9 Fun Fact 
        2.10 Faq 
        2.11 Blog
        2.12 Footer
    3. Home 2
    4. Home 3
    5. Blog Grid
    6. Blog Full
    7. Blog Read
    8. 404 Error

    
-----------------------------------------------------------------------------------*/


/*----------------------------------------*/


/*  1. Theme default CSS
/*----------------------------------------*/

.clear {
	clear: both
}

::-moz-selection {
	background: #00b0ff;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #00b0ff;
	color: #fff;
	text-shadow: none;
}

.no-mar {
    margin: 0!important;
}

.no-pad {
    padding: 0!important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}
.padding-top-300 {
	padding-top: 300px;
}

div#preloader {
	background: #fff url("../img/loader.gif") no-repeat scroll center center;
	height: 100%;
	left: 0;
	overflow: visible;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

header.navbar-fixed-top {
	animation-duration: 0.8s;
	animation-name: fadeInDown;
	animation-timing-function: ease-in-out;
	box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
	left: 0;
	padding-top: 20px;
	position: fixed !important;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}

.mar-bot-50 {
	margin-bottom: 50px;
}

.mar-bot-40 {
	margin-bottom: 40px;
}

.mar-bot-35 {
	margin-bottom: 35px;
}

.mar-bot-30 {
	margin-bottom: 30px;
}

.mar-top-30 {
	margin-top: 30px;
}

.mar-top-80 {
	margin-top: 80px;
}

.mar-top-80 {
	margin-top: 80px;
}

.mar-top-55 {
	margin-top: 55px;
}

.mar-top-108 {
	margin-top: 108px;
}


*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*:focus {
	outline: 0;
}

html {
	font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
}

body {
	background: #fff;
	font-weight: normal;
	font-size: 15px;
	letter-spacing: 0px;
	color: #575757;
	line-height: 30px;
	-webkit-font-smoothing: antialiased;
	/* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
.brc-text ul {
	margin: 10px 0 15px 0;
}

.brc-text p {
	padding-bottom: 10px;
}

img {
	max-width: 100%;
	height: auto;
}

button,
input,
textarea {
	letter-spacing: 0px;
}

/* Animation  */

@-webkit-keyframes mvarr {
    0% {
        top: 7px;
    } 50% {
        height: 15px;
    }
    100% {
        top: -25px;
    }
}

@keyframes mvarr {
    0% {
        top: 7px;
    } 50% {
        height: 15px;
    }
    100% {
        top: -25px;
    }
}

/* Rotation Infinite */

@-webkit-keyframes f_rotation {
	from {
			-webkit-transform: rotate(0deg);
	}
	to {
			-webkit-transform: rotate(359deg);
	}
}


/* UpDown Animation */

@keyframes upDown {
	0% {
	  transform: translateY(-15px);
	}
	50% {
	  transform: translateY(0);
	}
	100% {
	  transform: translateY(-15px);
	}
  }
/* Shake Animation */
  @-webkit-keyframes shake {
	0% {
	  -webkit-transform: translate(2px, 1px) rotate(0deg);
	}
	10% {
	  -webkit-transform: translate(-1px, -2px) rotate(-2deg);
	}
	20% {
	  -webkit-transform: translate(-3px, 0px) rotate(3deg);
	}
	30% {
	  -webkit-transform: translate(0px, 2px) rotate(0deg);
	}
	40% {
	  -webkit-transform: translate(1px, -1px) rotate(1deg);
	}
	50% {
	  -webkit-transform: translate(-1px, 2px) rotate(-1deg);
	}
	60% {
	  -webkit-transform: translate(-3px, 1px) rotate(0deg);
	}
	70% {
	  -webkit-transform: translate(2px, 1px) rotate(-2deg);
	}
	80% {
	  -webkit-transform: translate(-1px, -1px) rotate(4deg);
	}
	90% {
	  -webkit-transform: translate(2px, 2px) rotate(0deg);
	}
	100% {
	  -webkit-transform: translate(1px, -2px) rotate(-1deg);
	}
  }

/* SpaceBoot Shake */
  @-webkit-keyframes spaceboots {
	0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
	10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
	20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
	30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
	40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
	50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
	60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
	70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
	80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
	90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
	100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
}
/* 
Table Of Contents
=========================
- Default Typography
- Custom Typography
=========================
*/


/* 
--------------------------
- Default Typography
--------------------------
*/

body {
	font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #000;
	letter-spacing: 0px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
	font-family: 'Poppins', sans-serif;
}

h1 {
	font-size: 36px;
	line-height: 70px;
	letter-spacing: 0px;
	margin-bottom: 0px;
}

h2 {
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 0px;
}

h3 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
}

h4 {
	font-size: 20px;
	line-height: 27px;
}

h5 {
	font-size: 16px;
	line-height: 24px;
}

h6 {
	font-size: 14px;
	line-height: 24px;
}

p {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 28px;
	margin: 0;
}

p img {
	margin: 0;
}

span {
	font-family: 'Poppins', sans-serif;
}


/* em and strong */

em {
	font: 15px/30px;
}

strong,
b {
	font: 15px/30px;
}

small {
	font-size: 11px;
	line-height: inherit;
}


/*  blockquotes */

blockquote {
	border-left: 0 none;
	font-family: 'Poppins', sans-serif;
	margin: 10px 0;
	padding-left: 40px;
	position: relative;
}

blockquote::before {
	color: #4e5665;
	content: "";
	font-family: FontAwesome;
	font-size: 36px;
	left: 20px;
	line-height: 0;
	margin: 0;
	opacity: 0.5;
	position: absolute;
	top: 20px;
}

blockquote p {
	font-style: italic;
	padding: 0;
	font-size: 18px;
	line-height: 36px;
}

blockquote cite {
	display: block;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
}

blockquote cite:before {
	content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
	color: #8B9798;
	border: none
}


/* abbreviations */

abbr {
	color: #444;
	font-weight: 700;
	font-variant: small-caps;
	text-transform: lowercase;
	letter-spacing: 0px;
}

abbr:hover {
	cursor: help;
}


/* links */

a,
a:visited {
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #111;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	outline: 0;
}

a:hover,
a:active {
	color: #00b0ff;
	text-decoration: none;
	outline: 0;
}

a:focus {
	text-decoration: none;
	outline: 0;
}

p a,
p a:visited {
	line-height: inherit;
	outline: 0;
}

a.active-page {
	color: #e6ae48!important;
}


/* list */

ul,
ol {
	margin-bottom: 0px;
	margin-top: 0px;
}

ul {
	margin: 0;
}

ol {
	list-style: decimal;
}

ol,
ul.square,
ul.circle,
ul.disc {
	margin-left: 0px;
}

ul.square {
	list-style: square outside;
}

ul.circle {
	list-style: circle outside;
}

ul.disc {
	list-style: disc outside;
}

ul ul,
ul ol,
ol ol,
ol ul {
	margin: 0;
}

ul ul li,
ul ol li,
ol ol li,
ol ul li {
	margin-bottom: 0px;
}

li {
	line-height: 18px;
	margin-bottom: 0px;
}

ul.large li {}

li p {}


/* definition list */

dl {
	margin: 12px 0;
}

dt {
	margin: 0;
	color: #11ABB0;
}

dd {
	margin: 0 0 0 20px;
}

button {}

.bg-stratos {
	background-color: #02033F;
}
.bg-purple {
	background-color: #7575BE;
}
.bg-daisybush {
	background-image: -moz-linear-gradient( -41deg, rgb(49,35,170) 10%, rgb(195,108,215) 100%);
	background-image: -webkit-linear-gradient( -41deg, rgb(49,35,170) 10%, rgb(195,108,215) 100%);
	background-image: -ms-linear-gradient( -41deg, rgb(49,35,170) 10%, rgb(195,108,215) 100%);
}
  
  
.section-padding {
	padding: 100px 0px;
}

.section-title {
    position: relative;
    margin-bottom: 25px;
    text-align: center;
}

.section-title p {
    position: relative;
    display: inline-block;
    color: #fb2c82;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 10px;
}
.bg-stratos .section-title p {
	color: #ffffff;
}
.section-title p:before {
	position: absolute;
	content: '';
	width: 30px;
	height: 2px;
	background-color: #34AAFF;
	left: -50px;
	top: 10px;
}
.section-title p:after {
	position: absolute;
	content: '';
	width: 30px;
	height: 2px;
	background-color: #34AAFF;
	right: -50px;
	top: 10px;
}

.section-title h3 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: .5px;
    color: #7b38d6;
}
.bg-stratos .section-title h3 {
	color: #34AAFF;
}
/*----------------------------------------*/


/*  2. Home
/*----------------------------------------*/



/*2.1 Header*/

.header-area {
    padding: 25px 0px;
    position: fixed;
    width: 100%;
    z-index: 9;
    top: 0;
}

.header-area:after {
	position: absolute;
	content: url(../img/bg/header-elipse.png);
	top: 0;
	left: 0;
	z-index: -1;
}

.header-area.navbar-fixed-top {
	background-color: #fff;
}
.header-area.navbar-fixed-top:after {
	display: none;
}
.header1 {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
}
/* Navbar */

.fitgear-nav {
	position: relative;
	max-width: 1366px;
	margin: 0 auto;
}

.fitgear-nav .navbar-brand {
	max-width: 200px;
}
.fitgear-nav .navbar-brand img {
	padding-right: 10px;
}

@media (max-width: 991.98px) {
    .fitgear-nav .navbar-brand img {
        max-height: 60px;
    }
}

/* Small screens */
@media (max-width: 767.98px) {
    .fitgear-nav .navbar-brand img {
        max-height: 50px;
    }
}

/* Extra small screens */
@media (max-width: 575.98px) {
    .fitgear-nav .navbar-brand img {
        max-height: 40px;
    }
}

.fitgear-nav ul.navbar-nav li {
	margin: 0px 10px;
}

.fitgear-nav ul.navbar-nav li:last-child {
	margin: 0px 0px 0px 40px;
}

.fitgear-nav ul.navbar-nav li a {
    font-size: 16px;
    color: #404040;
    padding: 10px 0px;
    text-transform: uppercase;
}

.fitgear-nav ul.navbar-nav li.active>a,
.fitgear-nav ul.navbar-nav li:hover>a {
	color: #34AAFF;
}

.fitgear-nav ul.navbar-nav li a.get-app-now-btn {
	padding: 10px 20px;
	font-weight: 400;
	background-color: #34AAFF;
	border-radius: 25px;
	transition: .5s ease;
}

.fitgear-nav ul.navbar-nav li a.get-app-now-btn:hover {
	color: #000;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
button.navbar-toggler {
    background-color: #34AAFF;
    padding: 8px 12px;
    font-size: 18px;
    color: #fff;
}

/* ------Dropdown CSS------ */

.dropdown-toggle::after {
	margin-left: 0px;
	vertical-align: 2px;
}

.fitgear-nav .dropdown-item:focus,
.dropdown-item:hover {
	background-color: transparent;
	color: #34AAFF !important;
}

.fitgear-nav ul.navbar-nav .dropdown-menu {
	background-color: rgba(0, 0, 0, 0.45);
	padding: 0px;
	left: unset;
	right: 0;
}

.fitgear-nav ul.navbar-nav .dropdown-menu a {
    display: block;
    padding: 10px 30px;
    border-bottom: 1px solid #d9d9d9;
}
.fitgear-nav ul.navbar-nav .dropdown-menu a:last-child {
	border-bottom: none;
}
.fitgear-nav-V1 ul.navbar-nav .dropdown-menu a:hover {
    background-color: #34AAFF;
    color: #000 !important;
}
.fitgear-nav-V1 ul.navbar-nav .dropdown-menu {
    background-color: rgb(255, 255, 255);
    min-width: 150px;
    text-align: left;
}

ul.navbar-nav .dropdown-menu {
	text-align: center;
}




/*End Header*/


/* 2.2 Hero */

.hero-area {
    position: relative;
    overflow: hidden;
    padding: 165px 0px;
}

.hero-content {
	position: relative;
}


.hero-text {
	position: relative;
	padding: 50px 0px;
}

.hero-text h1 {
	font-size: 44px;
	line-height: 64px;
	font-weight: 600;
	color: #0D0D0D;
}

.hero-text p {
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	color: #030566;
	margin: 25px 0px;
}

.hero-text a {
	transition: .5s ease;
}

.hero-text a:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

a.hero-btn {
	background-color: #34AAFF;
	font-size: 16px;
	color: #030566;
	padding: 10px 20px;
	border-radius: 0px;
	text-transform: uppercase;
	transition: .5s ease;
}

.hero-img {
	position: relative;
	text-align: right;
	padding-right: 80px;
}

.hero-img img {
    max-height: 480px;
    width: auto;
    -webkit-animation: upDown 2s infinite ease-in-out;
    animation: upDown 2s infinite ease-in-out;
}


/* End Hero */


/* 2.3 About  */

.about-area {
	position: relative;
}

.about-text {
	text-align: center;
	max-width: 820px;
	margin: 0 auto;
}

.about-text h4 {
    font-size: 28px;
    color: #ffffff;
    font-weight: 500;
    line-height: 40px;
    margin: 65px auto 50px;
}

.about-text p {
    color: #f5f5f5;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 25px auto;
}


/* End About  */


/* 2.4 Features */

.features-area {
	position: relative;
}

.single-features-content {
    position: relative;
    text-align: center;
    margin: 65px auto 0px;
    max-width: 300px;
}
.sfc-icon img {
    -webkit-animation: f_rotation 5s infinite linear;
    animation: f_rotation 5s infinite linear;
}
.sfc-text h4 {
	color: #333;
	font-size: 16px;
	margin: 15px auto;
}

.sfc-text p {
    font-size: 14px;
    color: #4c4c4c;
	line-height: 26px;
	transition: .5s ease;
}
.single-features-content:hover .sfc-text p {
    color: #34AAFF;
}

/* End Features */


/* 2.5 Pricing Table  */

.pricing-area {
	position: relative;
	background-image: url(../img/bg/pricing-bg.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom;
}

.single-pricing {
    position: relative;
    margin: 65px auto 0px;
    max-width: 350px;
    background-color: #fff;
    border: 1px solid rgb(245, 245, 245);
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 1px 3.64px 0.36px rgba(0, 0, 0, 0.21);
    transition: .5s ease;
}

.single-pricing:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.sp-title {
	padding: 16px;
	text-align: center;
}

.sp-title h4 {
	font-size: 24px;
	font-weight: 300;
	letter-spacing: .5px;
	color: #fff;
}

.sp-first .sp-title {
	background-color: #34AAFF;
}

.sp-second .sp-title {
	background-color: #7b38d6;
}

.sp-third .sp-title {
	background-color: #f42b80;
}

.sp-price-icon {
	background-color: #f5f5f5;
	padding: 15px;
	text-align: center;
}

.sp-icon {
	margin: 40px auto;
}

.sp-price .sp-currency {
	font-size: 16px;
	position: absolute;
	left: -15px;
	margin-top: -10px;
}

.sp-price {
	position: relative;
}

.sp-price .sp-cost {
	font-size: 50px;
}

.sp-price h3 {
	position: relative;
	display: inline-block;
}

.sp-price .sp-period {
	font-size: 18px;
	font-weight: 600;
}

.sp-first .sp-price h3 {
	color: #34AAFF;
}

.sp-second .sp-price h3 {
	color: #7b38d6;
}

.sp-third .sp-price h3 {
	color: #f42b80;
}

ul.pricing-card-list {
	list-style-type: none;
	margin: 40px auto;
	padding: 0px;
	max-width: 80%;
}

ul.pricing-card-list li {
	color: #666666;
	margin: 20px auto;
	font-size: 16px;
	letter-spacing: .8px;
	padding: 0px 15px;
}

.sp-first ul.pricing-card-list li i {
	color: #34AAFF;
}

.sp-second ul.pricing-card-list li i {
	color: #7b38d6;
}

.sp-third ul.pricing-card-list li i {
	color: #f42b80;
}

.sp-btn {
	position: relative;
	text-align: center;
	margin: 25px auto 40px;
}

a.pricing-btn {
	font-size: 16px;
	padding: 10px 30px;
	border-radius: 25px;
	text-transform: uppercase;
	font-weight: 500;
	width: 200px;
	transition: .5s ease;
}

a.pricing-btn:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.sp-first .pricing-btn,
.sp-second .pricing-btn,
.sp-third .pricing-btn {
	color: #fff;
}

.sp-first .pricing-btn {
	background-color: #34AAFF;
}

.sp-second .pricing-btn {
	background-color: #7b38d6;
}

.sp-third .pricing-btn {
	background-color: #f42b80;
}


/* End Pricing Table  */


/* 2.6 Download App */

.download-app {
	position: relative;
}


.da-right, .da-left {
    margin: 65px auto 0px;
}

.da-left {
	position: relative;
	z-index: 0;
}

.da-left:after {
	position: absolute;
	content: '';
	top: 0;
	right: 20px;
	height: 500px;
	width: 736px;
	background-image: url(../img/bg/da-left.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: -1;
}

.da-right-text {
	position: relative;
}

.app-features p,
.da-right-text p {
	color: #fff;
	font-size: 16px;
	padding: 10px;
	margin: 10px auto;
}
.app-features>p {
    color: #34AAFF;
    font-size: 24px;
    font-weight: 600;
}
ul.app-features-list {
	position: relative;
	padding: 0px;
	list-style-type: none;
	margin: 25px auto;
}

ul.app-features-list li {
    padding: 0 30px;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    position: relative;
}

ul.app-features-list li:after {
	position: absolute;
	content: '-';
	color: #fff;
	left: 12px;
	top: 0px;
}

ul.download-app-btn {
	padding: 0;
	list-style-type: none;
	position: relative;
}

ul.download-app-btn li {
	position: relative;
	display: inline-block;
	margin: 15px;
}

ul.download-app-btn li a {
	display: block;
	padding: 15px 25px;
	border-radius: 5px;
	transition: .5s ease;
}

ul.download-app-btn li a:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

ul.download-app-btn li a .dab-icon {
	float: left;
}

ul.download-app-btn li .dab-content {
    padding-left: 45px;
    position: relative;
    text-align: left;
}

ul.download-app-btn li a.g-play {
	background-color: #34AAFF;
}

ul.download-app-btn li a.ios-store {
	background-color: #7b38d6;
}

ul.download-app-btn li a p {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
}

ul.download-app-btn li a h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
}


/* End Download App */


/* 2.7 Screenshot */

.screentshots-area {
	position: relative;
}

.screenshots-carousel {
	position: relative;
}

.screenshots-slider {
    position: relative;
    padding: 0;
    margin: 40px auto 0px;
}

.single-screenshots {
	position: relative;
	margin: 25px auto;
	transition: .2s ease;
}

.screenshots-carousel:after {
	content: url(../img/phone-frame1.png);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -54.2%) scale(.9);
	z-index: 1;
}

.screenshots-carousel .owl-stage-outer {
	position: relative;
}

.screenshots-carousel .owl-item .item .single-screenshots img {
	width: 100%;
	height: 100%;
}

.screenshots-carousel .owl-item.active .item .single-screenshots {
	transform: scale(0.9) translate(0%, 0%);
}

.screenshots-carousel .owl-item.active.center .item .single-screenshots {
	transform: scale(1);
}

.screenshots-carousel .owl-item.active.center .item .single-screenshots img {
	border-radius: 30px;
}

.firstActiveItem,
.lastActiveItem {
	z-index: -2;
}

.firstActiveItem .single-screenshots {
	transform: scale(.8) translate(25%, 0%) !important;
}

.lastActiveItem .single-screenshots {
	transform: scale(.8) translate(-25%, 0%) !important;
}

.screenshots-carousel .owl-nav {
	display: none;
}

.screenshots-carousel .owl-dots {
    margin: 25px auto 0px;
}

.screenshots-carousel .owl-dots .owl-dot span {
	margin: 5px 7px;
	background: #34AAFF;
}

.owl-dots button:focus {
	outline: none;
}


.screenshots-carousel .owl-dots .owl-dot.active span,
.screenshots-carousel .owl-dots .owl-dot:hover span {}


/* End Screenshot */


/* 2.8 Reviews */

.customer-reviews {
	position: relative;
	background-image: url(../img/bg/reviews-bg.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.customer-review-slider {
    position: relative;
    margin: 40px auto 0px;
}

.single-creview {
	position: relative;
	background-color: #fff;
	margin: 25px auto;
	padding: 35px;
	box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.08);
}

.screview-text p {
	font-size: 16px;
	color: #4c4c4c;
	line-height: 26px;
	letter-spacing: .5px;
}

.screview-text {
	position: relative;
	margin: 25px auto;
}

.screview-author {
	position: relative;
	margin: 50px auto 0px;
}

.screview-author h4 {
	font-size: 20px;
	color: #404040;
	font-weight: 500;
}

.screview-author p {
	font-size: 16px;
	color: #666666;
}


/* End Reviews */


/* 2.9 Fun Fact  */

.fun-fact-area {
    position: relative;
}

.fun-fact-area .section-title h3 {
    font-size: 34px;
    max-width: 580px;
    margin: 0 auto;
    line-height: 50px;
    color: #ffff;
}

.single-counterup {
    position: relative;
    text-align: center;
    margin: 65px auto 0px;
}

.single-counterup h2 {
    font-size: 48px;
    color: #34AAFF;
    line-height: 48px;
}

.single-counterup .sf-type {
	font-size: 18px;
	color: #fff;
	
}


/* End Fun Fact  */


/* 2.10 Faq  */

.faq-area {
	position: relative;
}

.faq-video {
    position: relative;
    text-align: center;
    width: 500px;
    height: 380px;
    margin: 75px auto 0px;
}

.faq-video:after {
	position: absolute;
	content: '';
	height: 380px;
	width: 500px;
	background-color: #34AAFF;
	border-radius: 60px;
	right: 5px;
	top: 10px;
	transform: rotate(-15deg);
	z-index: -1;
}

.faq-video iframe {
	border: none;
	width: 100%;
	height: 100%;
}

.vp-player-layout {
	top: 0 !important;
	height: 380px !important;
}


/* FAQ Accordion */

.faq-accordion {
    position: relative;
    margin: 65px auto 0px;
}

.faq-accordion .panel-heading {
	border: 1px solid #7b38d6;
	margin: 10px auto;
}

.panel-title a {
    font-size: 16px;
    color: #404040;
    font-weight: 500;
    display: block;
    padding: 10px 20px;
}

.faq-accordion .panel-title>a:before {
	float: right !important;
	font-family: FontAwesome;
	content: "\f107";
	padding-right: 5px;
	font-size: 22px;
	font-weight: 600;
}

.faq-accordion .panel-title>a.collapsed:before {
	float: right !important;
	content: "\f105";
}

.faq-accordion .panel-title>a:hover,
.faq-accordion .panel-title>a:active,
.faq-accordion .panel-title>a:focus {
	text-decoration: none;
}

.faq-accordion .panel-body {
	padding: 12px 0px;
	position: relative;
}

.faq-accordion .panel-body p {
    font-size: 16px;
    color: #4c4c4c;
    line-height: 28px;
}

/* FAQ Accordion End*/


/* End Faq  */


/* 2.11 Blog */

.blog-area {
	position: relative;
	z-index: 1;
}

.single-blog-post {
    position: relative;
    margin: 65px auto 0px;
    max-width: 350px;
	background-color: #ffffff;
	box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.08);
}

.sbp-img {
	max-width: 350px;
	height: 200px;
}

.sbp-img img {
	width: 100%;
	height: 100%;
}

.sbp-text {
    position: relative;
    padding: 12px 30px;
}

.sbp-text .sbp-date {
    font-size: 14px;
    color: #4c4c4c;
    margin: 10px auto;
    display: block;
}

.sbp-text p {
    color: #333333;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.sbp-text a {
    color: #7b38d6;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.sbp-text a:hover {
	color: #34AAFF;
}


/* End Blog */


/* 2.12 Footer */

.footer-area {
    position: relative;
    padding-top: 100px;
}

.footer-left,
.footer-right {
	position: relative;
}

.footer-logo {
	position: relative;
	margin: 25px auto;
}

.footer-logo {
	position: relative;
	margin: 25px auto 50px;
	font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
}

.newsletter-form h4 {
	font-size: 22px;
	color: #fff;
	margin: 15px auto;
	font-weight: 500;
}

.newsletter-form p {
    color: #cccccc;
    font-size: 16px;
}

.newsletter-form form {
	margin: 25px auto;
	position: relative;
}

.newsletter-form form .input-group input.form-control {
    border: 1px solid #28295c;
    background-color: transparent;
    padding: 25px;
    font-size: 18px;
    border-radius: 25px;
    color: #f5f5f5;
}

.newsletter-form form>.input-group {
	position: relative;
	max-width: 460px;
}

.newsletter-form form>.input-group>button.btn {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 8px 25px;
    font-size: 16px;
    border-radius: 25px;
    text-transform: uppercase;
    background-color: #34AAFF;
    transition: .5s ease;
    z-index: 9;
}

.newsletter-form form>.input-group>button.btn:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.footer-social {}

ul.f-social-list {
	padding: 0;
	list-style-type: none;
}

ul.f-social-list li {
	display: inline-block;
	margin: 10px;
}

ul.f-social-list li:first-child {
	margin-left: 0px;
}

ul.f-social-list li a {
    font-size: 20px;
    color: #34AAFF;
    border: 1px solid #343465;
    display: block;
    padding: 18px 0px;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    text-align: center;
    transition: .5s ease;
}

ul.f-social-list li a:hover {
	transform: rotate(360deg);
}

.single-footer-widget {
    position: relative;
    margin: 60px auto 25px;
}

.single-footer-widget h4 {
	color: #7575BE;
	font-size: 22px;
	margin: 10px auto;
	font-weight: 500;
}

.single-footer-widget ul {
	padding: 0;
	list-style-type: none;
	margin: 45px auto 25px;
	color: #0D0D0D;
}

.single-footer-widget ul li {
	margin: 20px auto;
}

.single-footer-widget ul li a {
    font-size: 16px;
    line-height: 26px;
    color: #cccccc;
}
.copyright-text {
	position: relative;
	text-align: center;
	margin: 15px auto;
	padding: 25px;
}

.copyright-text p {
	color: #cccccc;
	font-size: 16px;
}


/* End Footer */


/*----------------------------------------*/


/*  3. Home 2
/*----------------------------------------*/

.section-title2 {
    position: relative;
    text-align: center;
    margin: 0px auto 20px;
    max-width: 680px;
}

.section-title2 h3 {
    font-size: 36px;
    line-height: 60px;
    font-weight: 400;
    margin-bottom: 35px;
    color: #404040;
}

.section-title2 p {
	font-size: 16px;
}

.section-title2.light-title h3 {
	color: #fff;
}

.section-title2.light-title p {
	color: #f4ebfb;
}

.header2 {
    z-index: 9;
    position: fixed;
    top: 0;
    width: 100%;
}



.header2.navbar-fixed-top {
	
	background-color: #7575BE;
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.inner-header2 {
	
	
	
	background-color: #7575BE;
}

.header2 .fitgear-nav ul.navbar-nav li a {
	color: #fff;
}
.header2 .fitgear-nav ul.navbar-nav .dropdown-menu {
	background-color: #fff;
	text-align: left;
	
}
.header2 .fitgear-nav ul.navbar-nav .dropdown-menu a{
	color: #000;
}

.header2 .fitgear-nav ul.navbar-nav .dropdown-menu a:hover {
    background-color: #319bd6;
    color: #fff !important;
}

.header2 .fitgear-nav ul.navbar-nav li.active>a,
.header2 .fitgear-nav ul.navbar-nav li>a:hover {
	color: #34AAFF;
}

.header2 .fitgear-nav ul.navbar-nav li a.get-app-now-btn {
	color: #450ba4;
	background-color: #fff;
}

.hero2-area {
    position: relative;
    overflow: hidden;
    padding: 300px 0px;
    background-image: url(../img/bg/home2-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: -112px;
    min-height: 800px;
    z-index: 0;
}

.hero2-area .hero-text h1 {
	color: #0D0D0D;
}

.hero2-area .hero-text p {
    color: #fff;
}

ul.hero2-btns {
	position: relative;
	padding: 0;
	list-style-type: none;
}

ul.hero2-btns li {
	display: inline-block;
	margin: 5px;
}

ul.hero2-btns li a {
	color: #fff;
}

a.hero2-btn1,
.hero2-btn2 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 8px 20px;
	border-radius: 25px;
	border: 2px solid #fff;
	transition: .5s ease;
}


a.hero2-btn1:hover,
.hero2-btn2:hover {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.hero-content:after {
	top: -15px;
	right: -120px;
	height: 480px;
	width: 580px;
}


.hero2-area .hero-img img {
    max-height: 425px;
    width: auto;
    -webkit-animation: upDown 2s infinite ease-in-out;
    animation: upDown 2s infinite ease-in-out;
}
.service-area {
    position: relative;
}
.single-service {
    position: relative;
    text-align: center;
    border: 1px solid #ebf2f5;
    border-radius: 4px;
    padding: 25px;
    margin: 65px auto 0px;
    background-color: #ffffff;
    max-width: 350px;
    overflow: hidden;
    box-shadow: 0px 2px 27px 0px rgba(0, 0, 0, 0.09);
    z-index: 1;
}

.single-service:after {
	position: absolute;
	bottom: -10px;
	z-index: -1;
}

.single-service:hover .ss-icon-img img {
    -webkit-animation-duration: 0.8s;
    -webkit-animation-iteration-count: .3;
    -webkit-animation-timing-function: linear;
	-webkit-transform-origin: 50% 100%;
	animation-name: shake;
    animation-duration: 0.8s;
    animation-iteration-count: .3;
    animation-timing-function: linear;
    transform-origin: 50% 100%;
}

.ss-1:after {
	content: url(../img/bg/ss-bg-1.png);
	left: 0;
}

.ss-2:after {
	content: url(../img/bg/ss-bg-2.png);
	left: 0;
}

.ss-3:after {
	content: url(../img/bg/ss-bg-1.png);
	right: 0;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.ss-icon-img {
	margin: 50px auto;
}

.ss-content-text {
	position: relative;
	margin: 40px auto;
	max-width: 280px;
}

.ss-content-text h4 {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	margin: 50px auto;
	color: #404040;
}


.ss-content-text p {
	font-size: 16px;
	color: #666666;
}

.who-we-are-area {
	position: relative;
	overflow: hidden;
	margin-top: 100px;
}

.wwa-content {
    position: relative;
    z-index: 1;
}


.wwa-text {
	position: relative;
	padding: 25px 0px;
}

.wwa-text h2 {
    font-size: 36px;
    line-height: 64px;
    font-weight: 400;
    color: #404040;
}

.wwa-text p {
    margin: 30px 0px;
    font-size: 16px;
    color: #666666;
}

.wwa-text a {}

.wwa-img {
	position: relative;
	text-align: right;
}

.wwa-img img {
    max-height: 540px;
    width: auto;
}
.wwa-img img:hover {
    -webkit-animation-duration: 0.8s;
    -webkit-animation-iteration-count: .3;
    -webkit-animation-timing-function: linear;
    -webkit-transform-origin: 50% 100%;
    animation-duration: 0.8s;
    animation-iteration-count: .3;
    animation-timing-function: linear;
    transform-origin: 50% 100%;
}
.features2-area {
	position: relative;
}

.features2-area .section-title2 h3 {
	color: #fff;
}

.features2-area .section-title2 p {
	color: #f4ebfb;
}

.features-content {
    position: relative;
    margin: 65px auto 0px;
}
.fcm-img img:hover {
    -webkit-animation-duration: 0.8s;
    -webkit-animation-iteration-count: .3;
    -webkit-animation-timing-function: linear;
    -webkit-transform-origin: 50% 100%;
    animation-duration: 0.8s;
    animation-iteration-count: .3;
    animation-timing-function: linear;
    transform-origin: 50% 100%;
}

.sfc {
    margin: 25px auto;
    padding: 40px 0px 0px;
}

.fc-left .sfc {
	text-align: right;
}

.fc-middle {
	text-align: center;
}

.fc-right .sfc {
	text-align: left;
}

.sfc h4 {
	color: #fff;
	font-size: 18px;
	margin: 10px auto;
}

.sfc p {
	font-size: 16px;
	color: #f4ebfb;
}

.screentshots2-area {
	position: relative;
}

.screentshots2-area .screenshots-slider {
    margin: 40px auto 0px;
}

.screentshots2-area .screenshots-carousel .owl-item.active.center {
	z-index: 2;
}

.screentshots2-area .screenshots-carousel .owl-item.active.center .item .single-screenshots {
	transform: scale(1) translate(0%, 0%);
	margin-left: -20px;
	margin-right: -20px;
}

.screentshots2-area .screenshots-carousel:after {
	display: none;
}

.screentshots2-area .screenshots-carousel .owl-item.active.center .item .single-screenshots img {
	border-radius: 0px;
	max-height: 475px;
}

.pricing2-area {
	position: relative;
}

.single-pricing2 {
    position: relative;
    border: 1px solid rgb(255, 255, 255);
    box-shadow: 0px 1px 3.64px 0.36px rgba(0, 0, 0, 0.21);
    max-width: 350px;
    margin: 65px auto 0px;
    transition: .5s ease;
}

.single-pricing2:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.single-pricing2 .sp-price-icon {
	min-height: 188px;
}

.single-pricing2.sp-second .sp-price-icon {
	background-image: -moz-linear-gradient( 0deg, rgb(148, 21, 229) 0%, rgb(69, 11, 164) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(148, 21, 229) 0%, rgb(69, 11, 164) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(148, 21, 229) 0%, rgb(69, 11, 164) 100%);
}

.sp-second .sp2-title h3 {
	color: #fff;
}

.single-pricing2 .sp-icon {
	margin: 25px auto 30px;
}

.single-pricing2 ul.pricing-card-list {
	text-align: center;
	margin: 50px auto;
}

.sp2-title {
	margin: 12px auto;
}

.sp2-title h3 {
	font-size: 24px;
	text-transform: uppercase;
	color: #7b38d6;
	letter-spacing: .5px;
	font-weight: 500;
}

.spp2 {
	text-align: center;
}

.single-pricing2 .spp2 h3 {
	color: #a986e3;
}

.spp2 .sp-cost {
	font-size: 60px;
	font-weight: 400;
}

.spp2 .sp-currency {
	font-size: 22px;
}

.spp2 .sp-period {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.5px;
}

.spp2 {
	text-align: center;
	margin: 60px auto;
}

.sp2-btn {
	position: relative;
	margin: 50px auto;
	text-align: center;
}

.sp2-btn a.pricing-btn {
	color: #a986e3;
	background-color: transparent;
	border: 1px solid #a986e3;
}

.sp-second .sp2-btn a.pricing-btn {
	color: #fff;
	background-color: #a986e3;
	border: 1px solid #a986e3;
}

.download2-app {
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.download2-app .da-left:after {
	display: none;
}

.download2-app .da-right {
	text-align: right;
}

.download2-app:after {
	position: absolute;
	content: url(../img/bg/dapp-2.png);
	top: 0;
	right: 0;
	height: 500px;
	width: 736px;
	z-index: -1;
}

.download2-app ul.download-app-btn li a.ios-store {
	background-color: #34AAFF;
}

.download2-app ul.download-app-btn li a.g-play {
	background-color: #319bd6;
}

.customer2-reviews {
	position: relative;
	background-color: #f8fbfe;
}

.c2-review-carousel {
	position: relative;
}

.single-creview2 {
	position: relative;
	text-align: center;
}

.c2-review-carousel:after {
	position: absolute;
	content: url(../img/icons/messenger-1.png);
	bottom: 25px;
	right: -80px;
	z-index: -1;
}

.single-creview2 .screview-text:before {
	position: absolute;
	content: '\f10d';
	font-family: fontAwesome;
	left: -50px;
	top: -50px;
	font-size: 36px;
	color: #a75dd8;
}

.single-creview2 .screview-text:after {
	position: absolute;
	content: '\f10e';
	font-family: fontAwesome;
	right: -50px;
	bottom: -50px;
	font-size: 36px;
	color: #a75dd8;
}

.c2-review-carousel .owl-nav {
	display: none;
}

.c2-review-carousel .owl-dots {
	margin: 25px auto;
}

.single-creview2 .screview-img {
	position: relative;
	text-align: center;
}

.single-creview2 .screview-img img {
	height: 90px;
	width: 90px !important;
	border-radius: 50%;
	margin: 0 auto;
}

.single-creview2 .screview-text {
	position: relative;
	margin: 25px auto;
	max-width: 960px;
}

.single-creview2 .screview-text p {
    font-size: 22px;
    color: #666666;
    font-weight: 300;
    line-height: 40px;
    margin: 50px auto;
}

.faq-area2 {
	position: relative;
	padding: 100px 0px;
}

.faq-area2 .faq-accordion .panel-heading {
	border: 1px solid #636363;
}

.footer2-area {
    position: relative;
    padding-top: 100px;
	background-color: #F6F6FF;
	margin-top: 50px;
}

.footer2-area .newsletter-form p {
	color: #f4ebfb;
}

.footer2-area .newsletter-form form .input-group input.form-control {
	border: 1px solid #a876d6;
}

.footer2-area .newsletter-form form .input-group input.form-control::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #b988e1;
	opacity: 1;
	/* Firefox */
}

.footer2-area .newsletter-form form>.input-group>button.btn {
	background-color: #319bd6;
	color: #fff;
}

.footer2-area ul.f-social-list li a {
	border-color: #a774d6;
	color: #fff;
}

.footer2-area .single-footer-widget ul li a {
    color: #0D0D0D;
}

.footer2-area .copyright-text p {
	color: #0D0D0D;
}


/*----------------------------------------*/


/*  4. Home 3
/*----------------------------------------*/

.section-title3 {
	position: relative;
	margin: 15px auto;
}

.section-title3 h3 {
	font-size: 30px;
	line-height: 60px;
	font-weight: 400;
	color: #404040;
}

.section-title3 p {
	position: relative;
	font-size: 18px;
	color: #404040;
	font-weight: 500;
	padding-left: 15px;
}

.section-title3 p:before {
	position: absolute;
	content: '';
	width: 3px;
	height: 100%;
	background-color: #7f56be;
	left: 0;
	top: 0;
}

.section-title3.light-text h3,
.section-title3.light-text p {
	color: #fff;
}

.header-3 {
    border-color: rgba(255, 255, 255, 0.35);
    z-index: 1;
    position: fixed;
    top: 0;
    width: 100%;
}
.header-3:after {
	display: none;
}

.header-3.navbar-fixed-top {
	
	/* Old browsers */
	
	/* FF3.6-15 */
	
	/* Chrome10-25,Safari5.1-6 */
	background-color: #7575BE;
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.header-3 .fitgear-nav ul.navbar-nav li a {
	color: #ffffff;
}
.header-3 .fitgear-nav ul.navbar-nav li>a:hover {
    color: #ffffff;
}
.header-3 .fitgear-nav ul.navbar-nav li a {
	color: #fff;
}
.header-3 .fitgear-nav ul.navbar-nav .dropdown-menu {
	background-color: #fff;
	text-align: left;
	
}
.header-3 .fitgear-nav ul.navbar-nav .dropdown-menu a{
	color: #000;
}

.header-3 .fitgear-nav ul.navbar-nav .dropdown-menu a:hover {
    background-color: #319bd6;
    color: #fff !important;
}

.innerpage3-breadcrumb {
    position: relative;
    background-image: url(../img/bg/innerheader-bg-3.png);
    background-size: 100% 100%;
    padding-top: 120px;
    min-height: 500px;
}

.hero3-area {
    position: relative;
    background-image: url(../img/bg/home3-bg.png);
    overflow: hidden;
    padding: 120px 0px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 800px;
    z-index: 0;
}

.hero3-content {
	position: relative;
	padding: 50px 0px;
}

.hero3-text {
	position: relative;
	padding: 80px 0px;
}

.hero3-text h2 {
	font-size: 48px;
	line-height: 60px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
}

.hero3-text p {
    position: relative;
    font-size: 16px;
    padding-left: 20px;
    color: #e5e5e5;
    margin: 25px auto;
}

.hero3-text p:before {
	position: absolute;
	content: '';
	background-image: url(../img/home-3-ht-shape.png);
	height: 100%;
	width: 6px;
	left: 0;
	top: 0;
}

.hero3-text .hero3-btn {
	font-size: 16px;
	color: #9953cd;
	background-color: #fdfdfd;
	border-radius: 0px;
	padding: 0px !important;
	border: none;
	margin: 25px auto;
	transition: .5s ease;
}

.hero3-text .hero3-btn:hover {}

.hero3-text .hero3-btn i {
	background-color: #ff7050;
	padding: 15px;
	color: #fff;
	font-size: 20px;
}

.hero3-text .hero3-btn span {
	display: inline-block;
	padding: 5px 20px;
	text-transform: uppercase;
	font-weight: 500;
}
.hero3-img img {
    -webkit-animation-name: spaceboots;
    -webkit-animation-duration: 8s;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
.features3-area {
	position: relative;
}

  
  
.single-f3 {
	position: relative;
	max-width: 260px;
	margin: 25px auto;
}

.sf3-text {
	position: relative;
}

.sf3-text p {
    font-size: 16px;
    color: #666666;
}

.sf3-text h4 {
	color: #404040;
	font-size: 20px;
	font-weight: 600;
	line-height: 32px;
	margin: 25px auto;
}

.f3a-text p {
	font-size: 16px;
	color: #666666;
	margin: 25px auto;
	line-height: 28px;
}

.about3-area {
    position: relative;
    background-color: #f5f9fc;
    overflow: hidden;
}

.about3-area .wwa-text {
	padding: 0px;
}

a.a3-btn {
	font-size: 16px;
	color: #fff;
	border-radius: 25px;
	padding: 8px 28px;
	transition: .5s ease;
	background-image: -moz-linear-gradient( -35deg, rgb(49, 35, 170) 0%, rgb(195, 108, 215) 100%);
	background-image: -webkit-linear-gradient( -35deg, rgb(49, 35, 170) 0%, rgb(195, 108, 215) 100%);
	background-image: -ms-linear-gradient( -35deg, rgb(49, 35, 170) 0%, rgb(195, 108, 215) 100%);
}

.a3-btn:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.screentshots3-area {
	position: relative;
	overflow: hidden;
}

.screentshots3-area .section-title3 p:before {
	display: none;
}

.download3-app {
	position: relative;
	overflow: hidden;
}
.download3-app  .section-title3 p:before {
	display: none;
}
.download3-app .da-left:after {
	position: absolute;
	content: '';
	top: unset;
	bottom: 140px;
	right: 0px;
	height: 380px;
	width: 460px;
	background-image: url(../img/bg/dapp-3.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: -1;
}

.download3-app .app-features p, .download3-app .da-right-text p {
    color: #fff;
    font-size: 16px;
    padding: 5px;
    margin: 25px auto;
}
.download3-app .app-features>p {
    color: #34AAFF;
    font-size: 20px;
    font-weight: 500;
}
.download3-app ul.app-features-list {
	margin: 10px auto;
}
.download3-app ul.download-app-btn li {
    position: relative;
    display: inline-block;
    margin: 25px 15px;
}
.pricing3-area .section-title3 p:before {
	display: none;
}

.single-pricing3 {
    position: relative;
    padding: 25px;
    max-width: 350px;
    text-align: center;
    margin: 65px auto 0px;
    border: 1px solid rgba(0, 61, 142, 0.2);
    border-radius: 20px;
    background-color: #ffffff;
    transition: .5s ease;
}

.single-pricing3.sp3-second {
	box-shadow: 0px 3px 22.41px 4.59px rgba(0, 61, 142, 0.2);
}

.single-pricing3:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.single-pricing3:hover .sp3-price h3,
.single-pricing3:hover .sp3-title h4 {
    color: #9953cd;
}
.single-pricing3:hover .sp3-btn a.pricing-btn {
    color: #fff;
    background-image: -moz-linear-gradient( -35deg, rgb(49,35,170) 0%, rgb(195,108,215) 100%);
    background-image: -webkit-linear-gradient( -35deg, rgb(49,35,170) 0%, rgb(195,108,215) 100%);
    background-image: -ms-linear-gradient( -35deg, rgb(49,35,170) 0%, rgb(195,108,215) 100%);
}

  
.sp3-price {
    position: relative;
    margin: 10px auto;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 25px;
}

.sp3-title {
	position: relative;
	margin: 25px auto;
}

.sp3-title h4 {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.sp3-price h3 {
	position: relative;
	display: inline-block;
	font-size: 60px;
}

.sp3-price h3 .sp-currency {
	font-size: 20px;
	position: absolute;
	left: -25px;
	top: -15px;
	font-weight: 600;
}

.sp3-price>p {
	font-size: 16px;
	color: #404040;
	font-weight: 500;
}

ul.pricing-card3-list {
	position: relative;
	padding: 0;
	list-style-type: none;
	margin: 35px;
}

ul.pricing-card3-list li {
	color: #666666;
	font-size: 16px;
	line-height: 22px;
	margin: 15px auto;
}

.sp3-btn a.pricing-btn {
	color: #884fc5;
	font-size: 16px;
	border: 1px solid #884fc5;
}




.customer3-reviews {
    position: relative;
    margin-bottom: -240px;
    z-index: 1;
}

.customer-review3-slider {
    position: relative;
    padding: 80px;
    background-color: #fff;
	box-shadow: 0px 2px 17.43px 3.57px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	z-index: 1;
}
.customer-review3-slider:after {
    position: absolute;
    content: url(../img/icons/messenger-1.png);
    bottom: -40px;
    right: -20px;
    z-index: 0;
}

.c3-review-carousel {
	position: relative;
	text-align: center;
}

.c3-review-carousel .owl-nav {
	display: none;
}

.single-creview3 {
    position: relative;
    max-width: 880px;
    margin: 25px auto;
}
.single-creview3:after {
    position: absolute;
    content: '\f10e';
    font-family: fontAwesome;
    right: -40px;
    bottom: -20px;
    font-size: 60px;
    color: #a75dd8;
    z-index: 9;
}
.single-creview3 .screview-text p {
    font-size: 22px;
    color: #666666;
    font-weight: 300;
    line-height: 40px;
    margin: 50px auto;
}

.blog3-area {
    position: relative;
    background-image: url(../img/bg/blog-3-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: -280px;
    padding-bottom: 365px;
}

.blog3-area .section-title3 p:before {
	display: none;
}

.sbp-3 {
    max-width: 350px;
    box-shadow: none;
}

.sbp-3 .sbp-img {
	max-width: 350px;
	height: 400px;
}

.sbp-3 .sbp-text {
    margin-right: 35px;
    padding-top: 25px;
    padding-bottom: 25px;
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

.sbp3-meta {
    position: absolute;
    margin-top: -60px;
    background-color: #fff;
    width: 100%;
    left: 0;
    padding-top: 10px;
    padding-left: 30px;
}

.sbp-3 .sbp-text .sbp-author {
    display: inline-block;
    font-size: 14px;
    color: #666666;
    padding-right: 25px;
    position: relative;
}

.sbp-3 .sbp-text .sbp-author:after {
	position: absolute;
	content: '';
	background-color: #8c8c8c;
	height: 18px;
	width: 1px;
	right: 10px;
	top: 6px;
}

.sbp-3 .sbp-text .sbp-date {
	display: inline-block;
}

.sbp-3 .sbp-text p {
	font-size: 18px;
}

.sbp-3 .sbp-text a {
	font-weight: 500;
	border-bottom: 1px solid #7b38d6;
}

.footer3-area {
    position: relative;
    
    z-index: 0;
}
.footer3-area:after {
    position: absolute;
    content: '';
    background-image: url(../img/bg/footer3-bg.png);
    height: 100%;
    width: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.footer3-area .newsletter-form p {
	color: #f4ebfb;
}

.footer3-area .newsletter-form form .input-group input.form-control {
	border: 1px solid #a876d6;
}

.footer3-area .newsletter-form form .input-group input.form-control::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #b988e1;
	opacity: 1;
	/* Firefox */
}

.footer3-area .newsletter-form form>.input-group>button.btn {
	background-color: #319bd6;
	color: #fff;
}

.footer3-area ul.f-social-list li a {
	border-color: #a774d6;
	color: #fff;
}

.footer3-area .single-footer-widget ul li a {
	color: #e5e5e5;
}

.footer3-area .copyright-text p {
	color: #ffffff;
}


/*----------------------------------------*/


/*  5. Blog Grid
/*----------------------------------------*/

.innerpage1-breadcrumb {
    position: relative;
    padding-top: 150px;
}

.breadcrumb-title {
	position: relative;
	text-align: center;
	margin: 25px auto;
	padding: 50px 0px 25px;
}

.breadcrumb-title h1 {
	font-size: 40px;
	line-height: 40px;
	font-weight: 600;
	color: #34AAFF;
	text-transform: uppercase;
}

.breadcrumb-title p {
	font-size: 18px;
	margin: 15px auto;
}

.breadcrumb-title p .active {
	color: #02033f;
}

.innerpage3-breadcrumb .breadcrumb-title h1 {
	color: #fff;
}

.innerpage3-breadcrumb .breadcrumb-title p span {
	color: #b988e1;
}

.innerpage3-breadcrumb .breadcrumb-title p .active {
	color: #fff;
}

.blog-grid-area {
	position: relative;
	z-index: 1;
}

.blog-grid-area .single-blog-post {
    margin: 15px auto;
}


/* Sidebar CSS */

.blog-sidebar {
	position: relative;
	padding: 50px 0px;
	max-width: 350px;
}

.search-box {
	position: relative;
	width: 100%;
}

.search-box form input {
	border: 1px solid #7f56be;
	height: 45px;
	width: 100%;
	padding: 0px 10px;
}

.search-box form button {
	position: absolute;
	cursor: pointer;
	top: 0;
	right: 0;
	height: 45px;
	width: 45px;
	background-color: transparent;
	border: none;
	color: #7f56be;
	z-index: 1;
}

.search-box form button:focus {
	border: none;
	outline: none;
}

.sidebar-widget {
	position: relative;
	margin: 25px auto;
}

.sidebar-widget .sidebar-box-title {
	font-size: 18px;
	font-weight: 500;
	padding: 8px 10px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	background-image: -moz-linear-gradient( 0deg, rgb(49, 35, 170) 0%, rgb(195, 108, 215) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(49, 35, 170) 0%, rgb(195, 108, 215) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(49, 35, 170) 0%, rgb(195, 108, 215) 100%);
}

ul.category-list {
	padding: 0;
	list-style-type: none;
	margin: 25px auto;
}

ul.category-list li {
    position: relative;
    display: block;
    margin: 20px auto;
    padding-left: 25px;
}

ul.category-list li:before {
	position: absolute;
	content: '\f0da';
	font-family: fontAwesome;
	left: 0;
	top: 4px;
	font-size: 18px;
}

ul.category-list li:hover:before {
	color: #5836b6;
}

ul.category-list li:first-child {
	margin-top: 0px;
}

ul.category-list li:last-child {
	margin-bottom: 0px;
}

ul.category-list li a {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #404040;
}

ul.category-list li .cl-count {
    position: absolute;
    background-color: #9d7ad3;
    color: #fff;
    height: 24px;
    width: 24px;
    right: 0;
    top: 0;
    padding: 4px 0px;
    font-size: 10px;
    border-radius: 50%;
    text-align: center;
}

ul.category-list li a:hover {
	color: #9953cd;
}

ul.category-list li:hover .cl-count {
	background-color: #5836b6;
}

ul.s-image-box-list {
	position: relative;
	padding: 0;
	list-style-type: none;
	margin: 25px auto;
}

ul.s-image-box-list li {
	position: relative;
	display: inline-block;
	margin: 3px 2px;
}

ul.s-image-box-list li a img {
	height: 110px;
	width: 110px;
}

.srp-wrapper {
	position: relative;
}

.single-srp {
    position: relative;
    margin: 15px auto 15px 0;
    padding: 15px 0px 25px;
    max-width: 300px;
    border-bottom: 1px solid #e6e6e6;
}

.single-srp:first-child {
    margin: 15px auto 15px 0;
}

.single-srp:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}

.ssrp-img {
	float: left;
}

.ssrp-img img {
	height: 65px;
	width: 65px;
}

.ssrp-text {
	position: relative;
	display: inline-block;
	width: calc(100% - 80px);
	padding: 0px 15px;
}

.ssrp-text h5 a {
	font-size: 16px;
	font-weight: 500;
	color: #4c4c4c;
}

.ssrp-text p {
    line-height: 20px;
}
.ssrp-text p span {
	padding: 0px;
	font-size: 14px;
	color: #9953cd;
}

.ssrp-text h5 {
	line-height: 22px;
}

ul.sidebar-tag-list {
	position: relative;
	margin: 25px auto;
	padding: 0;
	list-style-type: none;
}

ul.sidebar-tag-list li {
	display: inline-block;
	margin-right: 4px;
	margin-bottom: 10px;
}

ul.sidebar-tag-list li:last-child {
	margin-right: 0px;
}

ul.sidebar-tag-list li a {
	display: block;
	color: #fff;
	background-color: #9d7ad3;
	padding: 8px 10px;
	font-size: 14px;
}


/* Sidebar CSS END*/


/*----------------------------------------*/


/*  6. Blog Full
/*----------------------------------------*/

.blog-full-area {
	position: relative;
	z-index: 9;
}

.bp-full {
	position: relative;
	max-width: 992px;
	margin: 50px auto;
}

.bp-full .sbp-img {
	max-width: 100%;
	height: 420px;
}

.pagination-1 {
    position: relative;
    margin: 50px 0px 80px;
}

ul.blog-pagination {
	padding: 0;
	list-style-type: none;
	text-align: center;
}

ul.blog-pagination li {
	display: inline-block;
	font-size: 30px;
}

ul.blog-pagination li a {
	font-size: 18px;
	padding: 10px 18px;
	margin: 5px;
	display: block;
	border: none;
	color: #000;
	border-radius: 5px;
	box-shadow: 0px 4px 5.64px 0.36px rgba(23, 24, 32, 0.15);
}

ul.blog-pagination li:first-child a {
	color: #fff;
	background-color: #ff9900;
}

ul.blog-pagination li:last-child a {
	color: #fff;
	background-color: #146eb4;
}


/*----------------------------------------*/


/*  7. Blog Read
/*----------------------------------------*/

.brc-thumbnail {
	position: relative;
	margin: 40px auto;
}

.brc-author {
	position: relative;
	margin: 25px auto;
	text-align: center;
}

.brca-wrapper {
	position: relative;
	padding: 50px 10px;
	box-shadow: 0px 1px 4.9px 0.1px rgba(153, 83, 205, 0.25);
}

.brca-img {
	position: relative;
	margin: 25px 0px;
	padding: 25px 0px;
}

.brca-img:before {
	position: absolute;
	content: '';
	height: 2px;
	width: 30px;
	top: -15px;
	left: 100px;
	background-color: #9953cd;
}

.brca-img:after {
	position: absolute;
	content: '';
	height: 2px;
	width: 30px;
	bottom: -15px;
	left: 100px;
	background-color: #9953cd;
}

.brca-img img {
	height: 120px;
	width: 120px;
	border-radius: 50%;
}

.brca-name {
	position: relative;
	margin: 10px auto;
	padding-top: 25px;
}

.brca-name h4 {
	font-size: 18px;
	line-height: 20px;
	color: #404040;
	font-weight: 600;
	margin: 5px auto;
}

.brca-name p {
	color: #666666;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
}

.brca-social h4 {
	position: relative;
	margin: 25px auto;
	padding: 18px 0px;
	font-size: 18px;
	line-height: 20px;
	color: #404040;
	font-weight: 600;
	box-shadow: 0px 1px 4.9px 0.1px rgba(153, 83, 205, 0.25);
}

ul.brcas-list {
	position: relative;
	padding: 0px;
	list-style-type: none;
	box-shadow: 0px 1px 4.9px 0.1px rgba(153, 83, 205, 0.25);
}

ul.brcas-list li {
	display: inline-block;
	margin: 8px 10px 8px 0;
}

ul.brcas-list li:last-child {
	margin-right: 0px;
}

ul.brcas-list li a {
	display: block;
	font-size: 16px;
	color: #9953cd;
	border: 1px solid #9953cd;
	padding: 14px 0px 0px 0px;
	border-radius: 50%;
	height: 45px;
	width: 45px;
	transition: .5s ease;
}

ul.brcas-list li a:hover {
	transform: rotate(360deg);
	color: #fff;
	background-color: #9953cd;
}

.brc-text {
	position: relative;
	margin: 20px auto;
}

.brct-bold h4 {
	color: #404040;
	font-size: 20px;
	font-weight: 600;
	line-height: 34px;
}

.brct-normal {
	position: relative;
	margin: 25px auto;
}

.brct-normal p {
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	margin: 40px auto;
}

.brct-qouts {
	position: relative;
	background-color: #f0f0f0;
	padding: 40px;
	overflow: hidden;
}

.brct-qouts h4 {
	font-size: 20px;
	font-style: italic;
	font-weight: 500;
	color: #404040;
}

.brct-qouts:before {
	position: absolute;
	content: '';
	height: 100%;
	width: 5px;
	background-color: #7f56be;
	top: 0;
	left: 0;
}

.brct-qouts:after {
	position: absolute;
	content: '\f10e';
	font-family: fontAwesome;
	font-size: 60px;
	right: 0;
	bottom: -4px;
	color: #e1dee9;
}
.similar-blog-grid {
    position: relative;
    padding: 100px 0px;
}

/*----------------------------------------*/


/*  8. Error Page 
/*----------------------------------------*/

.not-found-wrapper {
	position: relative;
	padding: 0px 0px 80px;
	z-index: 9;
}

.error-img {
	position: relative;
	text-align: center;
	margin: 25px auto;
}

.error-img img {
	max-width: 680px;
}

.error-text {
	position: relative;
	margin: 50px auto;
	max-width: 640px;
	text-align: center;
}

.error-text h4 {
	font-size: 40px;
	line-height: 48px;
	font-weight: 600;
	color: #404040;
}

.error-btn {
	position: relative;
	margin: 25px auto;
	text-align: center;
}

.error-btn a {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	padding: 12px 35px;
	border-radius: 25px;
	transition: .5s ease;
	background-image: -moz-linear-gradient( -35deg, rgb(49, 35, 170) 0%, rgb(195, 108, 215) 100%);
	background-image: -webkit-linear-gradient( -35deg, rgb(49, 35, 170) 0%, rgb(195, 108, 215) 100%);
	background-image: -ms-linear-gradient( -35deg, rgb(49, 35, 170) 0%, rgb(195, 108, 215) 100%);
}

.error-btn a:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/*----------------------------------------*/