/*******************************************************
    Template Name    : Rainbow - App HTML Landing Page Template
    Author           : Cute Themes
    Version          : 1.0
    Created          : 2021
    File Description : Main css file of the template
*******************************************************/

/**************************************
    -- Css Table of Content
    01.Generale Style
    02.Preloader Area Style
    03.Navber Area Style
    04.Home Section Style
    05.Features Section Style
    06.About Section Style
    07.Services Section Style
    08.Works Process Section Style
    09.Choose Section Style
    10.Features Overview Section Style
    11.Screenshort Section Style
    12.Pricing Section Style
    13.Team Section Style
    14.Testimonial Section Style
    15.Counter Section Style
    16.Faq Section Style
    17.App Download Section Style
    18.Partner Logo Section Style
    19.Blog Section Style
    20.Contact Section Style
    21.Footer Section Style
 *************************************/

/**************************************
 * 01. Generale Style
 *************************************/

body {
	background: #ffffff;
	color: #333;
	font-family: 'Mada', sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	overflow-x: hidden;
	margin: 0 auto;
	padding: 0;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: 'Mada', sans-serif;
	font-weight: normal;
	color: #333;
	line-height: 1.5;
}
a {
	color: #6332f0;
	text-decoration: none !important;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
img {
	max-width: 100%;
}
a:hover {
	color: #6332f0;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
a:hover,
a:focus {
	color: #6332f0;
	text-decoration: none;
}
p {
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #444;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0.2px;
	font-family: 'Mada', sans-serif;
}
.z-index {
	z-index: 9;
}
.position-relative {
	position: relative!important;
}
.form-control:focus {
	box-shadow: none;
	outline: 0 none;
	border-bottom: 1px solid #6332f0;
}
.btn:focus {
	outline: none !important;
	box-shadow: none;
}
button:focus {
	outline: 0 none;
	box-shadow: none;
}
.button:focus {
	outline: none;
	box-shadow: none;
}

.button {
	display: inline-block;
	padding: 10px 35px;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	text-transform: capitalize;
	letter-spacing: 0.3px;
	font-weight: 700;
	border: 0;
	border-radius: 0px;
	color: #fff;
	background: #6332f0;
	transition: all 500ms ease;
	cursor: pointer;
	position: relative;
	margin-top: 25px;
	overflow: hidden;
	white-space: nowrap;
    transition: background .5s ease;
	-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
	-webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ff561d;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.button:hover:before, .button:focus:before, .button:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.button:hover, .button:focus, .button:active {
	color: #fff;
}

.bg-gray {
	background-color: #f4f5fa;
}
.bg-none {
	background: none !important;
}
.color-text {
	color: #6332f0;
}
dl,
ol,
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.bulleted-list li {
	color: #444;
    padding-bottom: 5px;
    list-style-type: disc;
    list-style-position: inside;
    font-weight: 400;
}
.bulleted-list li:last-child {
    padding-bottom: 0px;
}

.mr-15 {
	margin-right: 15px;
}
.d-table {
	width: 100%;
	height: 100%;
}

.d-table-cell {
	vertical-align: middle;
}
.bg-fixed {
	background-attachment: fixed;
}
.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
}
.section-padding {
	padding: 100px 0;
}
.section-title {
	position: relative;
	text-align: center;
	margin-bottom: 75px;
}

.small-title {
	color: #6332f0;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.section-title h2 {
	font-weight: 700;
	text-transform: capitalize;
	font-size: 38px;
	line-height: 1.3;
	color: #333;
}
.display-table {
	width: 100%;
	height: 100%;
	display: table;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}
.mr-0 {
	margin: 0;
}
.mr-top-50 {
	margin-top: 50px;
}
.back-to-top {
	position: fixed;
	cursor: pointer;
	top: 0;
	right: 15px;
	color: #ffffff;
	background: #6332f0;
	z-index: 4;
	width: 40px;
	text-align: center;
	height: 42px;
	line-height: 42px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .9s;
	transition: .9s;
}
.back-to-top:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #ff561d;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.back-to-top:hover:before,
.back-to-top:focus:before {
	opacity: 1;
	visibility: visible;
}
.back-to-top:hover,
.back-to-top:focus {
	color: #ffffff;
}
.back-to-top.active {
	top: 97%;
	-webkit-transform: translateY(-98%);
	transform: translateY(-98%);
	opacity: 1;
	visibility: visible;
}
.back-to-top i:last-child {
	opacity: 0;
	visibility: hidden;
	top: 60%;
}
.back-to-top:hover i:first-child,
.back-to-top:focus i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden;
}
.back-to-top:hover i:last-child,
.back-to-top:focus i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%;
}
.back-to-top i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-size: 20px;
}
.v-middle {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
/* [ Start Overlay ] */

[data-overlay-dark],
[data-overlay-light] {
	position: relative;
}
[data-overlay-dark] .container,
[data-overlay-light] .container {
	position: relative;
	z-index: 2;
}
[data-overlay-dark]:before,
[data-overlay-light]:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
[data-overlay-dark]:before {
	background: #02050b;
}
[data-overlay-light]:before {
	background: #fff;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
	color: #fff;
}
[data-overlay-dark] p,
.bg-dark p,
.bg-color p {
	color: #dad6d6;
}
[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
	opacity: 0;
}
[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
	opacity: .1;
}
[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
	opacity: .2;
}
[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
	opacity: .3;
}
[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
	opacity: .4;
}
[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
	opacity: .5;
}
[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
	opacity: .6;
}
[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
	opacity: .7;
}
[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
	opacity: .8;
}
[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
	opacity: .9;
}
[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
	opacity: 1;
}
/* [ End Overlay ] */

/* owl theme */

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 20px;
}
.owl-theme .owl-dots .owl-dot span {
	width: 7px;
	height: 7px;
	margin: 5px 5px;
	background-color: rgba(0, 0, 0, 0.1);
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 5px;
	transition: .3s;
	border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot.active span {
	background-color: #6332f0 !important;
	width: 7px;
	height: 7px;
	transition: .3s;
	-webkit-box-shadow: 0 1px 5px #6332f0;
	box-shadow: 0 1px 5px #6332f0;
}
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: transparent;
	border: 2px solid #6332f0;
	transition: .3s;
}

/**************************************
 * 02.Preloader Area Style
 **************************************/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 999999;
}

.preloader .preloader-inner {
    width: 100px;
    height: 100px;
    display: inline-block;
    padding: 0px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader .preloader-inner span {
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #2f5bea !important;
    -webkit-animation: preloader 1.3s linear infinite;
    animation: preloader 1.3s linear infinite;
}

.preloader .preloader-inner span:last-child {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@keyframes preloader {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}

/**************************************
 * 03.Navber Area Style
 **************************************/
.navbar-b {
	transition: all .5s ease-in-out;
	background-color: transparent;
	padding-top: 1.563rem;
	padding-bottom: 1.563rem;
}
.navbar-b.navbar-reduce {
	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}
.navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
	position: relative;
	padding-right: 10px;
	padding-left: 0;
}
.main-index-nav.navbar-b.navbar-trans .nav-link,
.main-index-nav.navbar-b.navbar-reduce .nav-link {
	color: #333;
}
.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
	color: #fff;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 0.3px;
	font-family: 'Mada', sans-serif;
}
.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-reduce .nav-link:hover {
	color: #1B1B1B;
}
.navbar-b.navbar-trans .nav-link:hover {
	color: #fff;
}
.main-index-nav.navbar-b.navbar-trans .nav-link:hover {
	color: #333;
}
.main-index-nav.navbar-b.navbar-trans .show > .nav-link,
.main-index-nav.navbar-b.navbar-trans .active > .nav-link,
.main-index-nav.navbar-b.navbar-trans .nav-link.show,
.main-index-nav.navbar-b.navbar-trans .nav-link.active {
	color: #333;
}
.navbar-b.navbar-trans .show > .nav-link,
.navbar-b.navbar-trans .active > .nav-link,
.navbar-b.navbar-trans .nav-link.show,
.navbar-b.navbar-trans .nav-link.active {
	color: #fff;
}
.navbar-b.navbar-reduce {
	transition: all .5s ease-in-out;
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-animation: 500ms ease-in-out 0s normal fadeInDown;
	animation: 500ms ease-in-out 0s normal fadeInDown;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
.navbar-b.navbar-reduce .nav-link {
	color: #333;
}
.navbar-b.navbar-reduce .nav-link:hover {
	color: #505050;
}
.main-index-nav.navbar-b.navbar-reduce .show > .nav-link,
.main-index-nav.navbar-b.navbar-reduce .active > .nav-link,
.main-index-nav.navbar-b.navbar-reduce .nav-link.show,
.main-index-nav.navbar-b.navbar-reduce .nav-link.active {
	color: #333;
}
.navbar-b.navbar-reduce .show > .nav-link,
.navbar-b.navbar-reduce .active > .nav-link,
.navbar-b.navbar-reduce .nav-link.show,
.navbar-b.navbar-reduce .nav-link.active {
	color: #555;
}
.navbar-b.navbar-reduce .navbar-brand {
	color: #333;
}
.navbar-b.navbar-reduce .navbar-toggler span {
	background-color: #1B1B1B;
}
.navbar-b .navbar-brand {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
}
.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu,
.navbar-b .dropdown.show .dropdown-menu,
.navbar-b .dropdown-btn.show .dropdown-menu {
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	visibility: visible !important;
}
.navbar-b .dropdown-menu {
	margin: 1.12rem 0 0;
	border-radius: 0;
}
.navbar-b .dropdown-menu .dropdown-item {
	padding: .7rem 1.7rem;
	transition: all 500ms ease;
}
.navbar-b .dropdown-menu .dropdown-item:hover {
	background-color: #6332f0;
	color: #fff;
	transition: all 500ms ease;
}
.navbar-b .dropdown-menu .dropdown-item.active {
	background-color: #6332f0;
}
.navbar-toggler {
	position: relative;
}
.navbar-toggler:focus,
.navbar-toggler:active {
	outline: 0;
}
.navbar-toggler span {
	display: block;
	background-color: #fff;
	height: 3px;
	width: 25px;
	margin-top: 4px;
	margin-bottom: 4px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	left: 0;
	opacity: 1;
}
.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
	transition: -webkit-transform .35s ease-in-out;
	transition: transform .35s ease-in-out;
	transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	opacity: 0.9;
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
	height: 12px;
	visibility: hidden;
	background-color: transparent;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	opacity: 0.9;
}
.navbar-b .black-logo {
	display: none;
}
.navbar-b.navbar-reduce .navbar-brand .white-logo {
	display: none;
}
.navbar-b.navbar-reduce .navbar-brand .black-logo {
	display: block;
}

/**************************************
 * 04.Home Section Style
 **************************************/
.home-area {
	position: relative;
	color: #fff;
	text-align: center;
	background: url(../img/home-bg1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 1;
	padding-top: 100px;
	padding-bottom: 70px;
}


.home-area::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .9;
    background: #6332f0;
	background: linear-gradient(to right, rgba(32, 40, 119, 1), rgba(55, 46, 149, 1), rgba(83, 49, 177, 1), rgba(114, 48, 205, 1), rgba(150, 41, 230, 1));
}

.hero-equal-height {
	position: relative;
	min-height: 660px;
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.home-content-image {
    padding-top: 35px;
    text-align: center;
	position: relative;
    z-index: 5;
}

.home-area .home-content {
    text-align: left;
	padding-top: 120px;
}
.home-area .home-content h1 {
	font-size: 45px;
	color: #ffffff;
	margin-bottom: 10px;
	font-weight: 700;
	line-height: 1.5;
}
.home-area .home-content p {
	font-size: 16px;
	color: #ffffff;
}
.home-button-box {
    margin-top: 30px;
}

.home-button-box .app-link-btn-1 {
    margin-right: 15px;
	display: inline-block;
}

.svg-shape-top .top-shape {
    position: absolute;
    left: 0;
    right: 0;
    top: -5px;
    z-index: -1;
    width: 100%;
    margin: 0 auto;
}
.svg-shape-bottom .bottom-shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    z-index: -1;
    width: 100%;
    margin: 0 auto;
}

#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
}

/**************************************
 * 05.Feature Section Style
 **************************************/
.features-area {
	padding-top: 70px;
	padding-bottom: 70px;
}

.single-features-item {
	padding: 45px 30px;
    border-radius: 3px;
    text-align: center;
    margin-top: 30px;
    background-color: #fff;
    transition: all .3s ease;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
    will-change: transform;
}

.single-features-item:hover {
    transform: translate(0, -7px);
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125);
}

.features-icon {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.features-icon i {
    color: #fff;
    font-size: 40px;
}

.features-text h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.single-features-item .color-icon-1 i {
    color: #70d000;
}

.single-features-item .color-icon-2 i {
    color: #ffaa00;
}

.single-features-item .color-icon-3 i {
    color: #fd2870;
}

/**************************************
 * 06.About Section Style
 **************************************/
.about-area {
	position: relative;
	z-index: 1;
    background: linear-gradient(0deg, #f4f5fa, transparent);
}

.about-content h2 {
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 20px;
}

.about-content-text p {
	margin-bottom: 20px;
}

.about-image {
	position: relative;
	text-align: center;
}
.about-image img {
	border-radius: 50px;
}
.choose-images img{
	border-radius: 50px;
}

/**************************************
 * 07.Services Section Style
 *************************************/

.services-area .section-title {
    margin-bottom: 45px;
}

.img-fluid{

	border-radius: 40px;
}
.single-services-item {
	padding: 20px 20px;
    border-radius: 5px;
    text-align: center;
    margin-top: 30px;
    background-color: #fff;
	-webkit-transition: all .3s;
    transition: all .3s;
}

.single-services-item:hover {
    transform: translate(0, -7px);
}
.services-icon {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.services-icon i {
    color: #ff561d;
    font-size: 35px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background: #fff;
    box-shadow: rgb(96 96 96 / 15%) 0px 0px 40px;
}
.services-text h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

/**************************************
 * 08.Works Process Section Style
 **************************************/
.works-process-area {
    background: #6332f0;
	background: linear-gradient(to right, rgba(32, 40, 119, 1), rgba(55, 46, 149, 1), rgba(83, 49, 177, 1), rgba(114, 48, 205, 1), rgba(150, 41, 230, 1));
}

.works-process-area .section-title {
    margin-bottom: 40px;
}

.works-process-area .section-title h2 {
    color: #fff;
}
.single-process-box {
    position: relative;
    text-align: center!important;
    padding: 0 15px;
	margin-top: 35px;
}

.step-num-box {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}
.step-icon {
    background: #ffffff;
    width: 140px;
    height: 140px;
    position: relative;
    border-radius: 50%;
    line-height: 140px;
    font-size: 40px;
    text-align: center;
    color: #6332f0;
}
.step-icon span {
    position: relative;
    z-index: 1;
}
.step-icon span::after, .step-icon span::before {
    border-radius: 50%;
    content: "";
    height: 40px;
    position: absolute;
    width: 40px;
    z-index: -1;
}
.step-icon span::before {
    background: #FFC107;
    bottom: -5px;
    right: -15px;
}
.step-icon span::after {
    background: #cdf3f6;
    height: 25px;
    left: -10px;
    top: -5px;
    width: 25px;
}
.step-num {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 5px 15px 0 rgba(117, 178, 240, 0.2);
    color: #6f64e7;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    right: 0;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
}
.step-dec h3 {
	color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.step-dec p {
	color: #fff;
}

/**************************************
 * 09.Choose Us Section Style
 *************************************/
.choose-area {
    padding-bottom: 50px;
}

.choose-images {
	position: relative;
	text-align: center;
}

.choose-content-info h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.choose-feature-box {
    margin-top: 25px;
}
.choose-content-2 .choose-feature-box {
    margin-top: 0px;
}

.choose-content .choose-single-feature {
	position: relative;
    padding: 0;
    margin-bottom: 30px;
}
.choose-content-2 .choose-single-feature {
    margin-bottom: 45px;
}

.choose-single-feature:last-child {
	margin-bottom: 0px;
}
.choose-features-icon {
    position: absolute;
    z-index: 1;
	left: 0;
	top: 5px;
    text-align: center;
    border-radius: 5px;
    border: 0;
}

.choose-features-icon i {
    color: #ff561d;
    font-size: 35px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: 1px solid #e2e2e2;
    display: inline-block;
    border-radius: 50%;
    transition: all .3s ease;
}

.choose-features-info {
    padding-left: 100px;
}

.choose-features-info p {
    margin: 0;
}

.choose-features-info h3 {
    font-size: 18px;
    font-weight: 700;
	margin-bottom: 10px;
}

.choose-single-feature .color-icon-1 i {
    color: #70d000;
}

.choose-single-feature .color-icon-2 i {
    color: #7e46e2;
}

.choose-single-feature .color-icon-3 i {
    color: #2196f3;
}

.choose-single-feature:hover .color-icon-1 i {
    color: #fff;
    background-color: #70d000;
}

.choose-single-feature:hover .color-icon-2 i {
    color: #fff;
    background-color: #7e46e2;
}

.choose-single-feature:hover .color-icon-3 i {
    color: #fff;
    background-color: #2196f3;
}

/**************************************
 * 10. Feature Overview Section Style
 *************************************/
.feature-overview-area {
	position: relative;
    z-index: 1;
    background: linear-gradient(0deg, #f4f5fa, transparent);
}

.feature-overview-img {
	text-align: center;
}

.feature-overview-content {
}

.feature-overview-content h2 {
	font-weight: 700;
	font-size: 30px;
	color: #333333;
	margin-bottom: 10px;
}

.feature-overview-content p {
	margin-bottom: 15px;
}

.feature-overview-item {
}


.feature-overview-item-2 {
	text-align: center;
}

.feature-overview-icon-box {
    margin-top: 35px;
}

.feature-overview-icon span {
    color: #ff561d;
    font-size: 30px;
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background: #fff;
    box-shadow: rgb(96, 96,96, 0.15) 0px 0px 40px;
}

.feature-overview-item h6 {
    font-size: 18px;
    color: #333;
	font-weight: 700;
    margin-top: 15px;
}

.feature-overview-item p {
    margin: 0;
}

.feature-overview-content .btn {
	margin-top: 25px;
}

/**************************************
 * 11.Screenshort Section Style
 **************************************/
 .screenshort-area {
	position: relative;
	z-index: 1;
}

.screenshort-slide-content .screenshort-item img {
    margin: 10px 0px;
    background: #ffffff;
	border-radius: 30px;
	border: 1px solid #f1f1f1;
}

/**************************************
 * 12.Pricing Section Style
 **************************************/
.price-area {
	position: relative;
	z-index: 1;
	text-align: center;
}
.tab-content .fade {
	transition: opacity 0.5s linear !important;
}
.pricing-nav {
	background: #fff;
	margin: 0px 0 45px;
	border: 1px solid #6332f0;
	border-radius: 0;
}
.pricing-nav.pricing-nav-2 {
	border: 1px solid #FE2A5C;
}
.pricing-nav.pricing-nav-2 .nav-item .nav-link {
	color: #FE2A5C;
}
.pricing-nav.pricing-nav-2 .nav-item .nav-link:after {
	background: #FE2A5C;
}
.pricing-nav.pricing-nav-2 .nav-item .nav-link.nav-link-2:before {
	border: 1px solid #FE2A5C;
}
.pricing-nav .nav-item .nav-link {
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	color: #6332f0;
	background: transparent;
	padding: 13px 41px 12px 26px;
	transition: all 0.3s ease-in;
	position: relative;
	z-index: 11;
}
.pricing-nav .nav-item .nav-link:after {
	content: "";
	position: absolute;
	background: #6332f0;
	height: 100%;
	width: 100%;
	top: 0;
	left: 120px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in;
	z-index: -1;
	border-radius: 0;
}
.pricing-nav .nav-item .nav-link.nav-link-2 {
	padding: 13px 26px 12px 41px;
}
.pricing-nav .nav-item .nav-link.nav-link-2:before {
	content: "";
	position: absolute;
	z-index: 90;
	background: #fff;
	height: 45px;
	width: 45px;
	border: 0;
	border-radius: 50%;
	top: 0;
	right: 50%;
	margin-right: 36px;
}
.pricing-nav .nav-item .nav-link.nav-link-2:after {
	left: -120px;
	border-radius: 0;
}
.pricing-nav .nav-item .nav-link.nav-link-2.active:after {
	left: 0;
}
.pricing-nav .nav-item .nav-link.active {
	color: #fff;
}
.pricing-nav .nav-item .nav-link.active:after {
	opacity: 1;
	left: 0;
	visibility: visible;
}

.single-price-wrap.middle-price {
	border-top: 3px solid #6332f0;
}
.single-price-wrap {
	background: #ffffff;
	border-radius: 3px;
	padding: 35px 30px 45px;
	transition: all 0.3s ease-in;
	margin-top: 30px;
	-webkit-box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
	box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
}
.single-price-wrap .pricing-title {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px;
}
.single-price-wrap .pricing-cost {
	font-size: 30px;
	font-weight: 700;
	color: #6332f0;
	margin-bottom: 20px;
}
.single-price-wrap .pricing-cost span {
	font-size: 16px;
	color: #555;
}
.single-price-wrap .pricing-list {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}
.single-price-wrap .pricing-list li {
	font-size: 16px;
	font-weight: 500;
	color: #555;
	line-height: 20px;
	margin-bottom: 16px;
}
.single-price-wrap .pricing-list li:last-child {
	margin-bottom: 0px;
}

/**************************************
 * 13.Team Section Style
 **************************************/
.team-area {
}

.team-area .section-title {
	margin-bottom: 35px;
}
.single-team-box {
	margin-top: 30px;
	overflow: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.team-image {
	position: relative;
	z-index: 1;
	border-radius: 3px;
	overflow: hidden;
}

.team-image::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background: #000;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.single-team-box:hover .team-image::before {
    opacity: .8;
    visibility: visible;
}

.single-team-box .team-image img {
	width: 100%;
	height: auto;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.single-team-box:hover .team-image img {
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.team-social-icon {
    position: absolute;
    z-index: 5;
    top: 50%;
    width: 100%;
	text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.team-social-icon a {
    padding: 15px;
    color: #fff;
	font-size: 18px;
	display: inline-block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	will-change: transform;
}
.single-team-box:hover .team-social-icon a {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.team-info {
	padding: 20px 15px 0px;
	text-align: center;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.team-info h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
}
.team-info span {
	color: #5764ec;
	font-size: 16px;
	font-weight: 500;
	display: block;
}

/**************************************
 * 14.Testimonial Section Style
 **************************************/
.testimonial-area {
	position: relative;
	z-index: 1;
	background: url(../img/testimonial-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
	background-size: 90%;
}

.testimonial-content-inner {
	position: relative;
    padding: 10px 25px;
    text-align: center;
    border-radius: 3px;
    background: transparent;
}

.testimonial-content-inner .testimonial-text p {
	font-size: 16px;
}

.testimonial-content-inner .rating-box {
	margin-bottom: 15px;
}
.rating-box ul li {
	display: inline-block;
	margin-right: 3px;
}

.rating-box ul li i {
	color: #ffce39;
	font-size: 18px;
}

.testimonial-content-inner .author-info-box .author-img img {
    width: 85px;
    margin: 0 auto;
    border-radius: 50%;
}
.testimonial-content-inner .author-info-box .author-img {
	margin: 20px 0;
}
.testimonial-content-inner .author-info-box h3 {
	font-size: 18px;
    font-weight: 700;
}

.testimonial-content-inner .author-info-box span {
	font-size: 15px;
    font-weight: 500;
}

/**************************************
 * 15.Counter Section Style
 **************************************/
.counter-area {
	position: relative;
    background: #6332f0;
	background: linear-gradient(to right, rgba(32, 40, 119, 1), rgba(55, 46, 149, 1), rgba(83, 49, 177, 1), rgba(114, 48, 205, 1), rgba(150, 41, 230, 1));
}

.counter-area .section-title h5 {
	color: #ffffff;
}

.counter-area .section-title h2 {
	color: #fff;
}
.single-counter {
    text-align: center;
}
.counter-contents h2 {
	color: #fff;
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 5px;
	word-spacing: -10px;
}

.counter-contents h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

/**************************************
 * 16.Faq Section Style
 *************************************/
.faq-area {
}

.faq-accordion .accordion {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-left: 0;
  margin-bottom: 0;
  position: relative;
}

.faq-accordion .accordion .accordion-item {
	display: block;
    border-radius: 0;
	margin-bottom: 20px;
    overflow: hidden;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item .accordion-title {
    padding: 20px;
    color: #333;
    position: relative;
    background: transparent;
    font-size: 18px;
    font-weight: 700;
    display: block;
    border: none;
    padding-left: 0;
    padding-right: 50px;
    border-bottom: 1px solid #e6e6e6;
}

.faq-accordion .accordion .accordion-item .accordion-title i {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #555;
    font-size: 16px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.faq-accordion .accordion .accordion-item .accordion-title.active i::before {
  content: "\f068";
}

.faq-accordion .accordion .accordion-item .accordion-content {
  display: none;
  background-color: #ffffff;
  margin-bottom: 0;
  padding: 20px 15px;
  font-size: 16px;
}

.faq-accordion .accordion .accordion-item .accordion-content.show {
  display: block;
}

/**************************************
 * 17.App Downloade Section Style
 *************************************/
.download-area {
	position: relative;
	z-index: 1;
}

.download-wrapper {
    padding: 70px 0;
    background-color: #fff;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    background: url(../img/map-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
	background-size: 70%;
    -webkit-box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
    -moz-box-shadow: -1px 3px 20px 0px rgba(82, 90, 101, 0.1);
    box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
}

.download-area .row {
	position: relative;
	z-index: 1;
}

.download-content {
	padding: 20px 30px;
}

.download-content span {
	color: #6332f0;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
}

.download-content h2 {
    font-size: 38px;
    font-weight: 700;
	margin-bottom: 20px;
}

.download-content .download-btn {
	margin-top: 25px;
}
.download-content .download-btn .app-link-btn-1 {
	display: inline-block;
	margin-right: 15px;
}

.download-content .download-btn a:hover {
	opacity: .8;
}

/**************************************
 * 18.Partner Logo Section Style
 **************************************/
.partner-area .section-title {
    margin-bottom: 50px;
}
.partner-item {
    padding: 5px 20px;
    margin: 5px 15px;
}
.partner-area .partner-carousel img {
	
	max-width: 100%;
	width: inherit!important;
	margin: 0 auto;
}

.partner-area .partner-carousel img:hover {
	opacity: 1;
	cursor: pointer;
}

/**************************************
 * 19.Blog Section Style
 **************************************/
.blog-area {
	position: relative;
	z-index: 1;
}
.blog-area .section-title {
	text-align: center;
    margin-bottom: 35px;
}

.blog-area .single-blog {
	background: #ffffff;
	-webkit-box-shadow: 0 3px 15px -5px rgba(68, 107, 138, 0.3);
	box-shadow: 0 3px 15px -5px rgba(68, 107, 138, 0.3);
	border-radius: 3px;
	margin-top: 35px;
	overflow: hidden;
}

.blog-area .post-img {
	position: relative;
	overflow: hidden;
}

.blog-area .single-blog img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.blog-area .single-blog:hover img {
	-webkit-filter: none;
	filter: none;
	-webkit-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}

.blog-area .single-blog .blog-content {
	padding: 25px 25px;
	text-align: left;
}

.blog-content .blog-date {
	margin-bottom: 15px;
}

.blog-content .blog-date .blog-list li {
	display: inline-block;
}

.blog-content .blog-date .blog-list li h6 {
	font-size: 13px;
	color: #777;
	font-weight: 600;
	display: inline-block;
}

.blog-content .blog-date .blog-list li .blog-inline-sep {
	padding: 0 5px;
	font-size: 12px;
	color: #333;
}

.blog-content .blog-date .blog-list li a {
	font-size: 13px;
	color: #ff561d;
	font-weight: 600;
	display: inline-block;
}

.blog-area .single-blog .blog-content h3 a {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	line-height: 1.5;
	margin-bottom: 10px;
	display: block;
}

.blog-area .single-blog .blog-content h3 a:hover {
	color: #5764ec;
	text-decoration: underline !important;
}

.blog-bottom-text-link {
	margin-top: 10px;
}

.single-blog .blog-content .blog-bottom-text-link a {
	color: #ff561d;
	display: inline-block;
	font-size: 16px;
	margin-top: 15px;
	display: block;
	font-weight: 700;
}

.single-blog .blog-content .blog-bottom-text-link a:hover {
	color: #5764ec;
	text-decoration: underline !important;
}

/**************************************
 * 20. Contact Section Style
 **************************************/
.contact-info {
	padding-right: 20px;
	margin-top: 20px;
}
.contact-info ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}
.contact-info ul li {
	color: #444;
	margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dedede;
}
.contact-info ul li:last-child {
    border-bottom: 0px solid #dedede;
}
.contact-info ul li h6 {
	display: block;
	margin-bottom: 3px;
	color: #333333;
	font-size: 18px;
	font-weight: 700;
}
.contact-info ul li p {
	color: #444;
	font-weight: 500;
}
.contact-info ul li a {
	color: #444;
	display: block;
	font-weight: 500;
	text-decoration: underline !important;
}
.contact-area .form input,
.contact-area .form textarea {
	color: #333;
	width: 100%;
	padding: 12px 20px;
	border: 0;
	height: 55px;
	background-color: #f2f2f2;
	font-weight: 600;
	border-radius: 0;
}
.contact-area .form textarea {
	max-height: 320px;
	height: auto;
}
#contact-form .button {
	margin: 0;
}
.form-group {
	margin-bottom: 25px;
}
button,
input,
textarea {
	color: #505050;
}
button,
input,
textarea:focus {
	border: none;
	outline: none;
}
::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #333;
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: #333;
}
:-ms-input-placeholder {
	/* IE 10+ */
	color: #333;
}
:-moz-placeholder {
	/* Firefox 18- */
	color: #333;
}

.contact-area .form-message.success {
	background: #03b103;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
}
.contact-area .form-message.error {
	background: #ff4d15;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
}

/**************************************
 * 21.Footer Section Style
 **************************************/
.footer-top-wrapper {
	background-color: #282a2d
}
.footer-bottom-wrapper {
	padding: 30px 0;
	background-color: #1e1f21;
}
.footer-about .footer-logo {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
	display: block;
}
.footer-about p {
	color: #fff;
}
.pl-50 {
	padding-left: 50px;
}
.pr-50 {
	padding-right: 50px;
}
.footer-list h5 {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 18px;
}
.footer-list ul li a {
	display: inline-block;
	color: #dadada;
	padding: 7px 0;
	font-weight: 600;
}
.footer-list ul li a:hover {
	color: #6332f0;
}
.footer-social-icon {
	margin-top: 20px;
}
.footer-social-icon li {
	display: inline-block;
	margin-right: 10px;
}
.footer-social-icon li a {
	color: #fff;
	background: #1e1f21;
	border-radius: 30px;
	width: 40px;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-social-icon li a:hover {
	color: #6332f0;
	background: #fff;
}
.footer-list .input-box {
	padding-top: 10px;
}
.footer-list .input-box input {
	width: 100%;
	line-height: 50px;
	background: #1e1f21;
	border-radius: 0px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	border: 0;
	padding-left: 25px;
	margin-bottom: 10px;
}
.footer-list .input-box input::-webkit-input-placeholder {
	/* Edge */
	color: #dadada;
}
.footer-list .input-box input:-ms-input-placeholder {
	/* Internet Explorer */
	color: #dadada;
}
.footer-list .input-box input::placeholder {
	color: #dadada;
}
.footer-list .input-box button {
	width: 100%;
	border: 0;
	margin-top: 5px;
	background: #6332f0;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 48px;
	border-radius: 0px;
}
.footer-list .input-box button i {
	font-size: 16px;
	padding-left: 5px;
}
.footer-copyright-text p {
	color: #fff;
}