/*******************************************************
    Template Name    : Shama - App Landing HTML Template
    Author           : cute_theme
    Version          : 1.0
    Created          : 2020
    File Description : Main css file of the template
*******************************************************/

/**************************************
    -- Css Table of Content
    01.Generale Style
    02.Preloader Style
    03.Navber Style
    04.Home Section Style
    05.Why-Choose-Us Section Style
    06.About Section Style
    07.Screenshort Section Style
    08.Video Section Style
    09.Apps Overview Section Style
    10.Pricing Section Style
    11.Testimonial Section Style
    12.Faq Section Style
    13.Blog Section Style
    14.Downloade Section Style
    15.Contact Section Style
    16.Map Section Style
    17.Footer Section Style
 *************************************/

/**************************************
 * 01. Generale Style
 *************************************/

@import url("bootstrap.min.css");

@import url("font-awesome.min.css");

@import url("pe-icon-7-stroke.css");

@import url("magnific-popup.css");

@import url("owl.carousel.min.css");

@import url("owl.theme.default.min.css");

body {
	background: #2e2e2e;
	color: #ffffff;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	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: 'Ubuntu', sans-serif;
	font-weight: normal;
	color: #ffffff;
	line-height: 1.3;
}

a {
	color: #6E74FF;
	-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;
	color: inherit;
}

img {
	max-width: 100%;
}

a:hover {
	color: #6E74FF;
	-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: #918aff;
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
	font-family: 'Ubuntu', 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 #918aff;
}

.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: 12px 26px;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 14px;
	/* text-transform: capitalize; */
	letter-spacing: 0.7px;
	font-weight: 600;
	border: 0;
	border-radius: 35px;
	background: #ffffff;
	transition: all 500ms ease;
	cursor: pointer;
	color: #000;
	position: relative;
	margin: 25px 15px 0 0;
	overflow: hidden;
	-webkit-box-shadow: 0 5px 30px rgba(218,225,232,.7);
	box-shadow: 0 4px 20px rgba(77, 68, 214, 0.2);
}
.button:last-child {
	margin-right: 0;
}
.button-long {
	padding: 12px 80px;
}
.button-long-pc {
	padding: 12px 50px;
}

.overview-info .button{
	margin-top: 40px;
	padding: 18px 70px;
	font-size: 20px;
	font-weight: bolder;
	color: #FFF;
	background-image: linear-gradient(to right, rgba(254, 64, 130), rgba(224, 97, 245),rgba(110, 116, 255));
}

.button:hover {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.2);
	background-image: linear-gradient(to right, rgba(254, 64, 130,0.8), rgba(224, 97, 245,0.8),rgba(110, 116, 255,0.8));
}

dl, ol, ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.bg-fixed {
	background-attachment: fixed;
}

.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
}

.section-padding {
	padding: 70px 0 90px 0;
}

.section-title {
	text-align: center;
	margin-bottom: 50px;
}

.section-title h2 {
	font-weight: 700;
	text-transform: capitalize;
	font-size: 33px;
	line-height: 1.3;
	color: #ffffff;
}

.section-title p {
	line-height: 50px;
	color: #ffffff;
}

.small-title {
	color: #ffffff;
	font-size: 10px;
	background: #E386F0;
	display: inline-block;
	padding: 5px 20px;
	border-radius: 30px;
	font-weight: 500;
	letter-spacing: 2px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.display-table {
	width: 100%;
	height: 100%;
	display: table;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}

.mr-top-50 {
	margin-top: 50px;
}

.back-to-top {
	position: fixed;
	display: none;
	color: #fff;
	width: 40px;
	height: 42px;
	line-height: 40px;
	border-radius: 5px;
	right: 25px;
	bottom: 20px;
	text-align: center;
	background: #E160F3;
	transition: background 0.5s;
	z-index: 11;
}

.back-to-top i {
	color: #fff;
	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;
}

/* owl theme */
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 30px;
	line-height: .7;
}

.owl-theme .owl-dots .owl-dot span {
	width: 35px;
	height: 8px;
	margin: 0 8px;
	background: #E160F3;
	border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: transparent;
	border: 2px solid #E160F3;
}

/**************************************
 * 02.Preloader Style
 *************************************/
.loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #F64BA4;
	z-index: 9999;
}

.loader-wrapper .middle {
	position: absolute;
	top: 50%;
	width: 100%;
}

.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}

.lds-ellipsis div {
	position: absolute;
	top: 27px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #fff;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
	left: 6px;
	animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
	left: 6px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
	left: 26px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
	left: 45px;
	animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(0);
	}
}

@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}

	100% {
		transform: translate(19px, 0);
	}
}
/**************************************
 * 03.Navber 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;
	margin-right: 20px;
	padding:4px 4px;
	border-radius: 10px;
}




.navbar-b.navbar-trans .nav-link, .navbar-b.navbar-reduce .nav-link {
	color: #fff;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.7px;
	font-family: 'Ubuntu', sans-serif;
}


.navbar-b.navbar-trans .nav-link:hover, .navbar-b.navbar-reduce .nav-link:hover {
	color: #FFF;
}

.navbar-b.navbar-trans .nav-link:hover {
	color: #fff;
}

.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: #2a2a2a;
	padding-top: 20px;
	padding-bottom: 20px;
}

.navbar-b.navbar-reduce .nav-link {
	color: #FFFFFF;
}

.navbar-b.navbar-reduce .nav-link:hover {
	color: #FFFFFF;
}

.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: #ffffff;
}

.navbar-b.navbar-reduce .navbar-brand {
	color: #000;
}

.navbar-b.navbar-reduce .navbar-toggler span {
	background-color: #1B1B1B;
}

.navbar-b .navbar-brand {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	font-family: 'Ubuntu', sans-serif;
}
.navbar-b .navbar-brand .logo.media {
  height: 1.5rem;
}
.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: #918aff;
	color: #fff;
	transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
	background-color: #918aff;
}

.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;
}

/****** link effect ********/

.navbar-nav .nav-item .nav-link {
	display: block;
	position: relative;
	overflow: hidden;
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-nav .nav-item .nav-link span {
	position: relative;
	display: block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	font-weight: 400;
}

.navbar-nav .nav-item .nav-link span:before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	font-weight: 400;
	width: 100%;
	display: block;
}

.navbar-nav .nav-item .nav-link:hover span,
.navbar-nav .nav-item .nav-link:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

/**************************************
 * 04.Home Section Style
 *************************************/
.home-area {
	height: 100vh;
	position: relative;
	color: #fff;
	text-align: center;
	background: url(../img/home-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 1;
	padding-bottom: 40px;
}

.home-area::after {
	position: absolute;
	top: 0;
	content: "";
	left: 0px;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .8;
	z-index: -1;
	background: #6E74FF;
	background-image: linear-gradient(to left, rgba(110, 92, 253, 0.85), rgba(110, 116, 255, 0.85), rgba(224, 97, 245, 0.85), rgba(254, 64, 130, 0.85), rgba(115, 0, 189, 0.85));
}

.svg-shape-bottom .bottom-shape {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	z-index: 1;
	width: 100%;
	margin: 0 auto;
}

.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-area .home-content h1 {
	font-size: 26px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 1.3;
	font-family: 'Ubuntu', sans-serif;
}

.home-area .home-content p {
	margin-bottom: 5px;
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
}

.home-content .button {
	box-shadow: none;
}

.home-content .button-1 {
	margin-left: 10px;
}

.home-content .iq-video i {
	margin-left: 3px;
	font-size: 15px;
}

.beta-box {
	background-color: #fff;
	border-radius: 20px;
	color: #000 !important;
	padding: 20px;
}

.beta-box .button {
	margin: 10px 0 0;
}

.hover-pop {
	width: 200px;
	height: 200px;
	padding: 20px;
	background-color: #eee;
	border-radius: 12px;
	color: #000;
	display: none;
	position: absolute;
	top: calc(-100% - 50px);
	/* top: -100%; */
	left: 50%;
	transform: translate(-50%, -50%);
}

.triangle {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #eee;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translate(-50%);
}

.hover-pop-qrcode {
	width: 120px;
	height: 120px;
}

/**************************************
 * 05. Why-Choose-Us Section Style
 *************************************/

.choose-area {
	padding: 60px 0;
}

.choose-item {
	padding: 25px 30px;
	background: #ffffff;
	border-radius: 5px;
	border-bottom: 4px solid rgba(146, 138, 255, 0);
	-webkit-box-shadow: 0 3px 20px rgba(218, 225, 232, 0.5);
	box-shadow: 0 3px 20px rgba(218, 225, 232, 0.5);
	transition: .3s;
}

.choose-item:hover {
	box-shadow: 0 1rem 3rem rgba(31,45,61,.125)!important;
	transform: translate(0, -5px);
	border-bottom: 4px solid #918aff;
	border-radius: 20px 0;
}

.choose-icon {
	width: 65px;
	height: 65px;
	line-height: 65px;
	background: #fff;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 15px;
	-webkit-box-shadow: 0 2px 10px rgba(218, 225, 232, 0.7);
	box-shadow: 0 2px 10px rgba(218, 225, 232, 0.7);
}

.choose-icon i {
	color: #fff;
	font-size: 35px;
	line-height: 65px;
}

.choose-info h3 {
	font-size: 18px;
	margin-bottom: 12px;
	font-weight: 500;
	color: #2e2e2e;
}

.icon-bg-1 {
	color: #fff;
	background-color: #6f64e7 !important;
}

.icon-bg-2 {
	color: #fff;
	background-color: #fbb019 !important;
}

.icon-bg-3 {
	color: #fff;
	background-color: #fc60b2 !important;
}

.icon-bg {
	position: absolute;
	right: -3%;
	top: 10%;
	z-index: -1;
}

/**************************************
 * 06. About Section Style
 *************************************/
.about-area {
	background: #f4f7fa;
}

.about-img {
	text-align: center;
}

.about-info {
	display: flex;
	align-items: baseline;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	padding-right: 100px;
}

.about-info h2 {
	font-weight: 700;
	font-size: 33px;
	line-height: 1.3;
	color: #2e2e2e;
}

.about-info p {
	margin-top: 20px;
}

.about-info .btn {
	margin-top: 25px;
}

.animation-bounce {
	-webkit-animation: bounce 3s infinite ease-in-out;
	-o-animation: bounce 3s infinite ease-in-out;
	-ms-animation: bounce 3s infinite ease-in-out;
	-moz-animation: bounce 3s infinite ease-in-out;
	animation: bounce 3s infinite ease-in-out;
}

@-webkit-keyframes bounce {
	0% {
		transform: translateY(-5px);
	}

	50% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(-5px);
	}
}

@keyframes bounce {
	0% {
		transform: translateY(-5px);
	}

	50% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(-5px);
	}
}
/**************************************
 * 07.Screenshort Section Style
 *************************************/
.screenshort-slide-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 468px;
}

.screenshort-frame {
	background-image: url(../img/short/screenshort-phone.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: block;
	width: 224px;
	height: 460px;
	position: absolute;
	top: 2px;
	left: calc(50% + 0.5px);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
	border-radius: 28px;
}

.screenshort-item img {
	border-radius: 4px;
	margin: auto;
	/* width: 233px; */
	/* height: 460px; */
}
/**************************************
 * 08.Video Section Style
 *************************************/
.video-area {
	position: relative;
	color: #fff;
	text-align: center;
	background: url(../img/video-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 1;
	padding: 150px 0;
}

.video-area::after {
	position: absolute;
	top: 0;
	content: "";
	left: 0px;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .7;
	z-index: -1;
	background: #4776E6;
	background-image: linear-gradient(to left, rgba(37, 92, 253, 0.85), rgba(59, 70, 236, 0.85), rgba(87, 64, 202, 0.85), rgba(108, 60, 187, 0.85), rgba(115, 0, 189, 0.85));
}

.video-content .video-btn {
	height: 70px;
	width: 70px;
	line-height: 70px;
	border-radius: 50%;
	display: block;
	color: #918aff;
	background: #fff;
	margin: auto;
	font-size: 30px;
	margin-top: 20px;
}

.video-content h5 {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin-top: 15px;
}

.video-content .video-btn {
	border-radius: 50%;
	display: block;
	-webkit-animation: ripple-white 1s linear infinite;
	animation: ripple-white 1s linear infinite;
	-webkit-transition: .5s;
}

@-webkit-keyframes ripple-white {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
	}

	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
	}
}

@keyframes ripple-white {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
	}

	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
	}
}

/**************************************
 * 09.Apps Overview Section Style
 *************************************/
 .overview-info{
	text-align: center;
 }

.overview-info h2 {
	font-size: 33px;
	font-weight: 700;
	margin-bottom: 15px;
}

.overview-info p {
	margin-bottom: 15px;
}

.overview-info ul {
	margin-bottom: 10px;
}

.overview-info ul li {
	margin:0 10px 15px 10px;
	background-color: rgba(255, 255, 255, 0.15);
	display: inline-block;
	padding: 20px 20px;
	border-radius: 5px;
	border-bottom: 3px solid #918aff00;
	min-width: 240px;
	transition: .3s;
}



.overview-info ul li:hover {
	box-shadow: 0 1rem 2rem rgba(31,45,61,.125)!important;
	transform: translate(0, -1px);
	border-bottom: 3px solid #FFD269;
	border-radius: 20px 0;
}

.overview-info ul li h5 {
	display: inline-block;
	font-weight: 800;
	font-size: 16px;
}

.overview-info ul li i {
	color: #fff;
	font-size: 28px;
	background-image: linear-gradient(to bottom, rgba(255, 246, 232), rgba(255, 220, 133), rgba(255, 210, 105), rgba(255, 183, 75), rgba(255, 188, 212));
	text-align: center;
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin-right: 7px;
	border-radius: 36px;
	vertical-align: sub;
	font-weight: bold;
}
/**************************************
 * 10.Pricing Section Style
 *************************************/

.price-area {
	background: #f4f7fa;
}

.price-area .section-title {
	text-align: center;
	margin-bottom: 35px;
}

.single-price-item {
	background: #FFFFFF;
	box-shadow: 0 3px 30px -3px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	overflow: hidden;
	margin-top: 30px;
	border-bottom: 3px solid rgba(145, 138, 255, 0);
	transition: .3s;
}

.single-price-item:hover {
	transform: translate3d(0, -5px, 0);
	-webkit-transform: translate3d(0, -5px, 0);
	-webkit-box-shadow: 0 10px 40px rgba(0,0,0,.1);
	box-shadow: 0 10px 40px rgba(0,0,0,.1);
	transform: translate(0, -1px);
	border-bottom: 3px solid #918aff;
	border-radius: 20px 5px;
	transition: .3s;
}

.single-price-item.active .pricing-header {
	position: relative;
	overflow: hidden;
}

.single-price-item.active .pricing-header:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	right: 0px;
	margin: auto;
	background: #918aff;
}

.single-price-item.active .pricing-header .pricing-title {
	color: #fff;
}

.single-price-item .pricing-header {
	border-bottom: 1px solid #f9fafa;
	text-align: center;
	height: 130px;
	display: block;
	position: relative;
	background: #f9fafa;
}

.testimonial-text p{
	opacity: 0.5;
}
.author-info span{
	opacity: 0.5;
}

.single-price-item .pricing-header .pricing-title {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 1px;
	color: #3B566E;
	position: absolute;
	width: 100%;
	top: 40%;
	transform: perspective(1px) translateY(0%);
}

.single-price-item .pricing-body {
	margin-bottom: 30px;
}

.single-price-item .pricing-body .price-icon {
	width: 90px;
	height: 90px;
	position: relative;
	margin: auto;
	margin-top: -45px;
	text-align: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #918aff;
	border: 8px solid #fff;
	-webkit-box-shadow: 0 3px 20px rgba(218, 225, 232, 0.5);
	box-shadow: 0 6px 20px rgba(218, 225, 232, 0.5);
}

.single-price-item .pricing-body .price-icon i {
	font-size: 40px;
	color: #fff;
	line-height: 75px;
}

.single-price-item .pricing-body .price-wrapper {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}

.single-price-item .pricing-body .price-wrapper .currency {
	height: 47px;
	font-weight: 600;
	font-size: 20px;
	color: #918aff;
	position: relative;
	top: -15px;
}

.single-price-item .pricing-body .price-wrapper .price {
	font-weight: 700;
	font-size: 34px;
	color: #918aff;
	letter-spacing: 1px;
}

.single-price-item .pricing-body .price-wrapper .period {
	font-weight: 700;
	font-size: 14px;
	color: #7b73e8;
	letter-spacing: 0.88px;
}

.single-price-item .pricing-body .list li {
	text-align: center;
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 14px;
	color: #CCDCEA;
	letter-spacing: 0.88px;
	text-decoration: line-through;
}

.single-price-item .pricing-body .list li.active {
	color: #656565;
	text-decoration: none;
}

.single-price-item .pricing-footer {
	text-align: center;
}

.single-price-item .pricing-footer a {
	margin-bottom: 40px;
	margin-top: 0;
}

/**************************************
 * 11.Testimonial Section Style
 *************************************/
.testimonial-area {
	background: #2e2e2e;
}

.testimonial-content-inner {
	background-color: rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: 0px 3px 20px -5px rgba(76, 110, 245, 0.1);
	box-shadow: 0px 3px 20px -5px rgba(76, 110, 245, 0.1);
	margin: 10px;
	border-radius: 7px;
	padding: 30px 25px;
	text-align: center;
}

.testimonial-rating {
	margin-bottom: 10px;
}

.testimonial-rating ul li {
	display: inline-block;
	margin-right: 8px;
}

.testimonial-rating ul li i {
	color: #ffc107;
	font-size: 18px;
}

.testimonial-content-inner .testimonial-text h4 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}

.testimonial-content-inner .testimonial-text p {
	font-size: 16px;
	margin-bottom: 15px;
}

.testimonial-content-inner .author-info h3 {
	font-size: 18px;
	margin-bottom: 5px;
}

.testimonial-content-inner .author-info span {
	font-size: 13px;
}

/**************************************
 * 12.Faq Section Style
 *************************************/
.faq-area {
	background: #2a2a2a;
}

.faq-area .faq-item .accordion .item {
	margin-bottom: 30px;
}

.faq-area .faq-item .accordion .item:last-child {
	margin-bottom: 0px;
}

.faq-area .faq-item .accordion .title {
	padding: 15px 20px;
	-webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
	background-color: rgb(255, 255, 255, 0.2);
	border-radius: 5px;
	cursor: pointer;
	position: relative;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.faq-area .faq-item .accordion .title:after {
    content: '\f067';
    font-family: 'FontAwesome';
    font-weight: 400;
    font-size: 12px;
    position: absolute;
    right: 20px;
    color: #ffffff;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.faq-area .faq-item .accordion .title h6 {
	font-size: 15px;
	font-weight: 500;
	padding-right: 20px;
}

.faq-area .faq-item .accordion .title h6 span {
	color: #fff;
}

.faq-area .faq-item .accordion .active .title h6 span {
	color: #fff;
}

.faq-area .faq-item .accordion .accordion-info {
	display: none;
	padding: 20px 15px;
	margin-top: 15px;
	margin-left: 0;
	border-left: 2px solid #E160F3;
	border-right: 2px solid #E160F3;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 0px 10px 0px 10px;
}

.faq-area .faq-item .accordion .accordion-info p {
	font-size: 14px;
}

.faq-area .faq-item .accordion .active {
	display: block;
}

.faq-area .faq-item .accordion .active .title {
	color: #fff;
	background: #E160F3;
	-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.faq-area .faq-item .accordion .active .title:after {
	content: '\f068';
	color: #fff;
}

.faq-area .faq-item .accordion .active .title h6 {
	color: #fff;
}

.faq-img img {
	border-radius: 7px;
}
.faq-item{
	padding-top: 30px;
}
/**************************************
 * 13. Blog Section Style
 *************************************/

.blog-area {
	background: #fff;
}

.blog-area .single-blog {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 0 5px 30px rgba(218,225,232,.7);
	box-shadow: 0 5px 30px rgba(218,225,232,.7);
}

.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);
	transform: scale(1.05, 1.05);
}

.post-img .blog-tag {
	position: absolute;
	left: 15px;
	top: 20px;
	color: #fff;
}

.post-img .blog-tag a {
	color: #fff;
	background: #E160F3;
	padding: 5px 10px;
	border-radius: 5px;
	display: block;
}

.blog-area .single-blog .blog-content {
	padding: 25px 20px;
}

.blog-area .single-blog .blog-content h5 a {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	color: #555;
	margin-bottom: 5px;
	display: block;
}

.blog-area .single-blog .blog-content h5 a:hover {
	color: #E160F3;
}

.blog-area .single-blog .blog-content .blog-author-date p {
	color: #7d7d7d;
	font-size: 12px;
	letter-spacing: .7px;
	text-transform: capitalize;
	display: inline-block;
}

.blog-area .single-blog .blog-content .blog-author-date p {
	margin-right: 10px;
	position: relative;
}

.blog-area .single-blog .blog-content .blog-author-date p:after {
	content: '/';
	position: relative;
	margin-left: 10px;
}

.blog-area .single-blog .blog-content .blog-author-date p:last-child {
	margin-right: 0;
}

.blog-area .single-blog .blog-content .blog-author-date p:last-child:after {
	display: none;
}

.blog-area .single-blog .blog-content .blog-author-date {
	margin-bottom: 10px;
	display: block;
}

.blog-area .single-blog .blog-content .blog-more {
	margin-top: 15px;
	font-weight: 600;
	color: #fff;
	background: #E160F3;
	display: inline-block;
	padding: 7px 20px;
	border-radius: 30px;
}

.blog-area .single-blog .blog-content .blog-more:hover {
	color: #2e2e2e;
	background: #fff;
	-webkit-box-shadow: 0 5px 30px rgba(218,225,232,.7);
	box-shadow: 0 5px 30px rgba(218,225,232,.7);
}

/**************************************
 * 14. Downloade Section Style
 *************************************/

.download-area {
	position: relative;
	color: #fff;
	text-align: center;
	background: url(../img/download-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 1;
}

.download-area::after {
	position: absolute;
	top: 0;
	content: "";
	left: 0px;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .7;
	z-index: -1;
	background: #6E74FF;
	background-image: linear-gradient(to left, rgba(110, 92, 253, 0.85), rgba(110, 116, 255, 0.85), rgba(224, 97, 245, 0.85), rgba(254, 64, 130, 0.85), rgba(115, 0, 189, 0.85));
}

.download-app-img {
	margin-top: -80px;
}

.download-app-text {
	padding: 100px 0;
	text-align:left;
}

.download-app-text h2 {
	color: #fff;
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 30px;
}

.download-app-text p {
	color: #fff;
}

.download-app-button {
	position: relative;
	display: block;
	text-align: center;
	overflow: hidden;
	padding-top: 30px;
	transition: all 0.3s ease-in;
}



.download-btn span {
	font-size: 24px;
	line-height: 32px;
	margin-right: 12px;
	color: #fff;
}

.download-btn {
	font-size: 16px;
	border: 2px solid #fff;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	float: left;
	padding: 5px 30px;
	border-radius: 30px;
	margin-bottom: 10px;
	text-align: left;
}
.download-btn:last-child {
	margin-right: 0;
}

.button-long1 {
	padding: 5px 60px;
	color: #fff;
}

.active-btn {
	border: 2px solid #000;
	background: #000;
}

.download-btn:hover span, .download-btn:hover p{
	color: #E160F3;
}

.download-pt:hover{
	background: #B087FB;
	border: 2px solid #B087FB;
}

.download-btn:hover .pt{
	color: #fff;
}

.download-btn p small {
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
}

.download-btn p {
	font-size: 16px;
	line-height: 32px;
	font-weight: 500;
	color: #fff;
}

.miguinfo{
	margin: 30px 0;
	font-size: 12px;
}

.miguinfo p{
	font-size: 12px;
	margin-bottom: 10px;
}

.miguinfo span {
	margin-left: 20px;
}

.linktext a{
	font-size: 12px;
	text-decoration:underline;
	color: #ffffff;
	line-height: 20px;
}

.linktext span{
	margin: 0 10px;
}

.linktext a:hover{
	text-decoration:underline;
	color: #ffffff;
}

/**************************************
 * 15. Contact Section Style
 *************************************/
.contact-area .item {
}

.contact-information {
	margin-bottom: 15px;
}

.contact-details {
	display: block;
	text-align: center;
	margin-bottom: 30px;
	padding: 20px 10px;
	border-radius: 5px;
	border-bottom: 3px solid #E160F3;
	box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.05);
	-webkit-transition: all .4s;
	transition: all .4s;
}

.contact-details:hover {
	transform: translate3d(0, -5px, 0);
	-webkit-transform: translate3d(0, -5px, 0);
	-webkit-box-shadow: 0 10px 40px rgba(0,0,0,.1);
	box-shadow: 0 10px 40px rgba(0,0,0,.1);
	box-shadow: 0 1rem 2rem rgba(31,45,61,.125)!important;
	border-bottom: 3px solid #E160F3;
	border-radius: 20px 0;
}

.contact-details i {
	font-size: 20px;
	width: 50px;
	height: 50px;
	background: #ffffff;
	line-height: 45px;
	color: #000;
	margin-bottom: 20px;
	border: 2px solid #fff;
	border-radius: 15px 0;
	box-shadow: 0px 3px 10px 3px rgba(33, 150, 243, 0.07);
	-webkit-transition: all .4s;
	transition: all .4s;
}

.contact-details:hover i {
	color: #fff;
	background: #E160F3;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.contact-details h6 {
	padding-bottom: 5px;
	font-weight: 700;
	margin-bottom: 0;
	font-size: 18px;
}

.contact-area .form input,
.contact-area .form textarea {
	width: 100%;
	padding: 10px 20px;
	border: 0;
	background-color: #f1f1f1;
	font-weight: 400;
	border-radius: 5px;
}

.contact-area .form textarea {
	max-height: 120px;
	max-width: 100%;
}

#contact-form .button {
	margin: 0;
}

.form-group {
	margin-bottom: 25px;
}

button, input, textarea {
	color: #505050;
}

button, input, textarea:focus {
	border: none;
	outline: none;
}

.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;
}
/**************************************
 * 16. Map Section Style
 *************************************/
.map-contact #map{
    position: relative;
    width: 100%;
    height: 500px;
	border: 0;
	margin-bottom: -10px;
}
/**************************************
 * 17. Footer Section Style
 *************************************/
.footer-area {
	background-color: #20222E;
	background-image: url(../img/footer-bg.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 80px;
}

.footer-logo-box p {
	color: #ececec;
	margin-top: 15px;
}

.footer-social-icon {
	margin-top: 15px;
}

.footer-social-icon a i {
	font-size: 14px;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 20px;
	color: #ffffff;
	background: #40445d;
	text-align: center;
}

.footer-social-icon a i:hover {
	color: #ffffff;
	background: #E160F3;
}

.footer-link h5 {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
}

.footer-link .list-menu li a {
	color: #ececec;
	margin-bottom: 5px;
	display: block;
	position: relative;
	overflow: hidden;
}

.footer-link .list-menu li a span {
	position: relative;
	display: block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	font-weight: 400;
	font-family: 'Ubuntu', sans-serif;
}

.footer-link .list-menu li a span:before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	font-weight: 500;
	width: 100%;
	display: block;
}

.footer-link .list-menu li a:hover span,
.footer-link .list-menu li a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

.footer-mobile-number {
	margin-top: 25px;
}

.footer-subscribe form input {
	width: 100%;
	height: 35px;
	padding-left: 10px;
	border: 0;
	border-radius: 30px;
}

.footer-subscribe form input:focus {
	outline: none;
	border: 0;
}

.footer-subscribe form {
	position: relative;
}

.subscribe-btn {
	position: absolute;
	top: 2px;
	right: 2px;
	height: 31px;
	width: 85px;
	text-align: center;
	line-height: 31px;
	background: #918aff;
	border: none;
	cursor: pointer;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	border-radius: 30px;
}

.subscribe-btn:hover {
	color: #fff;
	background: #262834;
}

.footer-mobile-number h5 {
	margin-bottom: 10px;
}

.footer-mobile-number a {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}

.copyright-area {
	border-top: 1px solid #2f3140;
	text-align: center;
	margin-top: 60px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.copyright-area p {
	color: #fff;
}

.copyright-area p a {
	color: #E160F3;
}

.topdown {
	background: #000;
	color: #fff;
	line-height: 24px;
}
.topdown:hover{
	background: #000;
	color: #E160F3;
}

.topdownpt:hover{
	background: #B087FB;
	color: #fff;
}


.mask {
	display: none;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1031;
}

.mask-shareimg {
	width: 243px;
	/* height: 324px; */
	position: absolute;
	top: 14px;
	right: 48px;
	z-index: 1032;
}
