/*!
	Theme Name: PisSaas
	Theme URI: http://pixelsigns.com/pixsaas
	Author: PixelSigns
	Author URI: http://www.pixelsigns.co/
	Description: Software, App, SaaS landing HTML Template
	Version: 1.0.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: pixsaas
	Tags: game,business,coporate,startup
	*/
/*--------------------------------------------------------------
	>>> TABLE OF CONTENTS:
	----------------------------------------------------------------
	# Base
	# Sections
		## Page Loader
		## Header
		## Banner
		## Section Title
		## Icon Box
		## Editor
		## Genera Informes
		## Revolutionize
		## Testimonial
		## Pricing
		## Faq's
		## Logo Carousel
		## Call To Action
		## Funfact
		## Newsletter
		## Page Banner
		## About
		## Service
		## Contact Us
		## Portfolio
		## Blog
		## Widget
		## Sign
		## Error
		## Footer

	--------------------------------------------------------------*/
/* Fool-proof @font-face */
/* Based on http://coding.smashingmagazine.com/2013/02/14/setting-weights-and-styles-at-font-face-declaration/ */
/* Front */
html {
	scroll-behavior: smooth;
}

body {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #38373e;
	overflow-x: hidden;
}

svg {
	display: block;
}

a,
button,
button {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

button {
	cursor: pointer;
	outline: 0;
}

a,
a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h5 {
	font-family: "Poppins", sans-serif;
	margin-top: 0;
	font-weight: 600;
	color: #2b2350;
}

img {
	max-width: 100%;
	height: auto;
}

section {
	position: relative;
	margin: 0;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

/*
	Flaticon icon font: Flaticon
	Creation date: 13/07/2019 13:19
*/
@font-face {
	font-family: "Flaticon";
	src: url("./Flaticon.eot");
	src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	@font-face {
		font-family: "Flaticon";
		src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
	}
}

/*--------------------------------------------------------------
	##  Buttons
	--------------------------------------------------------------*/
.pix-btn {
	padding: 8px 30px;
	background: #fa7070;
	border-radius: 30px;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	-webkit-box-shadow: 0px 20px 30px 0px rgba(176, 70, 70, 0.3);
					box-shadow: 0px 20px 30px 0px rgba(176, 70, 70, 0.3);
}

.pix-btn.color-two {
	background: #7357cb;
	-webkit-box-shadow: 0px 20px 30px 0px rgba(90, 70, 176, 0.3);
					box-shadow: 0px 20px 30px 0px rgba(90, 70, 176, 0.3);
}

.pix-btn:hover, .pix-btn:focus {
	color: #fff;
	-webkit-box-shadow: none;
					box-shadow: none;
	outline: 0;
}

.pix-btn.btn-outline-two {
	border: 1px solid #7357cb;
	background: transparent;
	color: #7357cb;
	-webkit-box-shadow: none;
					box-shadow: none;
}

.pix-btn.btn-outline-two:hover {
	background: #7357cb;
	color: #fff;
	-webkit-box-shadow: 0px 20px 30px 0px rgba(90, 70, 176, 0.3);
					box-shadow: 0px 20px 30px 0px rgba(90, 70, 176, 0.3);
}

/* Back To Top */
.return-to-top {
	position: fixed;
	bottom: -30px;
	right: 20px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	cursor: pointer;
	z-index: 998;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: bottom .5s ease, opacity .5s ease;
	-o-transition: bottom .5s ease, opacity .5s ease;
	transition: bottom .5s ease, opacity .5s ease;
}

.return-to-top:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	opacity: 1;
	display: block;
	-webkit-transform: scale(1);
			-ms-transform: scale(1);
					transform: scale(1);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: inherit;
	-webkit-transition: opacity .6s ease, -webkit-transform .5s ease;
	transition: opacity .6s ease, -webkit-transform .5s ease;
	-o-transition: transform .5s ease, opacity .6s ease;
	transition: transform .5s ease, opacity .6s ease;
	transition: transform .5s ease, opacity .6s ease, -webkit-transform .5s ease;
}

.return-to-top:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background: rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 0px 0px 0px transparent;
	box-shadow: 0px 0px 0px 0px transparent;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
			transform: scale(1);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: inherit;
}

.return-to-top > i {
	position: relative;
	overflow: hidden;
	font-size: 12px;
	width: inherit;
	height: inherit;
	line-height: inherit;
	display: block;
	color: transparent;
	text-shadow: 0px 0px #fff, 0px 50px #fff;
	-webkit-transition: text-shadow .2s ease;
	-o-transition: text-shadow .2s ease;
	transition: text-shadow .2s ease;
	z-index: 1;
}

.return-to-top:hover:after {
	-webkit-transform: scale(1.07);
			-ms-transform: scale(1.07);
					transform: scale(1.07);
	background: #fa7070;
	-webkit-box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.15);
					box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.15);
}

.return-to-top:hover > i {
	text-shadow: 0px -50px #fff, 0px 0px #fff;
}

/*--------------------------------------------------------------
	##  List
	--------------------------------------------------------------*/

/*--------------------------------------------------------------
	##  Froms
	--------------------------------------------------------------*/

/* Remove IE arrow */

/* Custom Select */

/* Arrow */

/* Transition */

/*--------------------------------------------------------------
	##  Animation
	--------------------------------------------------------------*/

@-webkit-keyframes pixFade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes pixFade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes pixFadeUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
						transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
						transform: translateY(0);
	}
}

@keyframes pixFadeUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
						transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
						transform: translateY(0);
	}
}

@-webkit-keyframes pixFadeDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
						transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
						transform: translateY(0);
	}
}

@keyframes pixFadeDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
						transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
						transform: translateY(0);
	}
}

@-webkit-keyframes pixFadeLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
						transform: translateX(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
						transform: translateX(0);
	}
}

@keyframes pixFadeLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
						transform: translateX(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
						transform: translateX(0);
	}
}

@-webkit-keyframes pixFadeRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
						transform: translateX(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
						transform: translateX(0);
	}
}

@keyframes pixFadeRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
						transform: translateX(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
						transform: translateX(0);
	}
}

.pixFade {
	-webkit-animation-name: pixFade;
					animation-name: pixFade;
}

.pixFadeUp {
	-webkit-animation-name: pixFadeUp;
					animation-name: pixFadeUp;
}

.pixFadeDown {
	-webkit-animation-name: pixFadeDown;
					animation-name: pixFadeDown;
}

.pixFadeLeft {
	-webkit-animation-name: pixFadeLeft;
					animation-name: pixFadeLeft;
}

.pixFadeRight {
	-webkit-animation-name: pixFadeRight;
					animation-name: pixFadeRight;
}

/*--------------------------------------------------------------
	##  Page Loader
	--------------------------------------------------------------*/
.page-loader {
	background: #fff;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999999;
}

.page-loader .loader {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
}

.page-loader svg {
	display: none;
}

.blobs {
	-webkit-filter: url(#goo);
					filter: url(#goo);
	width: 300px;
	height: 300px;
	position: relative;
	overflow: hidden;
	border-radius: 70px;
	-webkit-transform-style: preserve-3d;
					transform-style: preserve-3d;
}

.blobs .blob-center {
	-webkit-transform-style: preserve-3d;
					transform-style: preserve-3d;
	position: absolute;
	background: #8e57c8;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	-webkit-transform-origin: left top;
			-ms-transform-origin: left top;
					transform-origin: left top;
	-webkit-transform: scale(0.9) translate(-50%, -50%);
			-ms-transform: scale(0.9) translate(-50%, -50%);
					transform: scale(0.9) translate(-50%, -50%);
	-webkit-animation: blob-grow linear 3.4s infinite;
					animation: blob-grow linear 3.4s infinite;
	border-radius: 50%;
	-webkit-box-shadow: 0 -10px 40px -5px #8e57c8;
					box-shadow: 0 -10px 40px -5px #8e57c8;
}

.blob {
	position: absolute;
	background: #8e57c8;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	-webkit-animation: blobs ease-out 3.4s infinite;
					animation: blobs ease-out 3.4s infinite;
	-webkit-transform: scale(0.9) translate(-50%, -50%);
			-ms-transform: scale(0.9) translate(-50%, -50%);
					transform: scale(0.9) translate(-50%, -50%);
	-webkit-transform-origin: center top;
			-ms-transform-origin: center top;
					transform-origin: center top;
	opacity: 0;
}

.blob:nth-child(2) {
	-webkit-animation-delay: 0.4s;
					animation-delay: 0.4s;
}

.blob:nth-child(3) {
	-webkit-animation-delay: 0.6s;
					animation-delay: 0.6s;
}

.blob:nth-child(4) {
	-webkit-animation-delay: 0.8s;
					animation-delay: 0.8s;
}

.blob:nth-child(5) {
	-webkit-animation-delay: 1s;
					animation-delay: 1s;
}

@-webkit-keyframes blobs {
	0% {
		opacity: 0;
		-webkit-transform: scale(0) translate(calc(-330px - 50%), -50%);
						transform: scale(0) translate(calc(-330px - 50%), -50%);
	}
	1% {
		opacity: 1;
	}
	35%,
	65% {
		opacity: 1;
		-webkit-transform: scale(0.9) translate(-50%, -50%);
						transform: scale(0.9) translate(-50%, -50%);
	}
	99% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0) translate(calc(330px - 50%), -50%);
						transform: scale(0) translate(calc(330px - 50%), -50%);
	}
}

@keyframes blobs {
	0% {
		opacity: 0;
		-webkit-transform: scale(0) translate(calc(-330px - 50%), -50%);
						transform: scale(0) translate(calc(-330px - 50%), -50%);
	}
	1% {
		opacity: 1;
	}
	35%,
	65% {
		opacity: 1;
		-webkit-transform: scale(0.9) translate(-50%, -50%);
						transform: scale(0.9) translate(-50%, -50%);
	}
	99% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0) translate(calc(330px - 50%), -50%);
						transform: scale(0) translate(calc(330px - 50%), -50%);
	}
}

@-webkit-keyframes blob-grow {
	0%,
	39% {
		-webkit-transform: scale(0) translate(-50%, -50%);
						transform: scale(0) translate(-50%, -50%);
	}
	40%,
	42% {
		-webkit-transform: scale(1, 0.9) translate(-50%, -50%);
						transform: scale(1, 0.9) translate(-50%, -50%);
	}
	43%,
	44% {
		-webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
						transform: scale(1.2, 1.1) translate(-50%, -50%);
	}
	45%,
	46% {
		-webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
						transform: scale(1.3, 1.2) translate(-50%, -50%);
	}
	47%,
	48% {
		-webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
						transform: scale(1.4, 1.3) translate(-50%, -50%);
	}
	52% {
		-webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
						transform: scale(1.5, 1.4) translate(-50%, -50%);
	}
	54% {
		-webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
						transform: scale(1.7, 1.6) translate(-50%, -50%);
	}
	58% {
		-webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
						transform: scale(1.8, 1.7) translate(-50%, -50%);
	}
	68%,
	70% {
		-webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
						transform: scale(1.7, 1.5) translate(-50%, -50%);
	}
	78% {
		-webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
						transform: scale(1.6, 1.4) translate(-50%, -50%);
	}
	80%,
	81% {
		-webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
						transform: scale(1.5, 1.4) translate(-50%, -50%);
	}
	82%,
	83% {
		-webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
						transform: scale(1.4, 1.3) translate(-50%, -50%);
	}
	84%,
	85% {
		-webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
						transform: scale(1.3, 1.2) translate(-50%, -50%);
	}
	86%,
	87% {
		-webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
						transform: scale(1.2, 1.1) translate(-50%, -50%);
	}
	90%,
	91% {
		-webkit-transform: scale(1, 0.9) translate(-50%, -50%);
						transform: scale(1, 0.9) translate(-50%, -50%);
	}
	92%,
	100% {
		-webkit-transform: scale(0) translate(-50%, -50%);
						transform: scale(0) translate(-50%, -50%);
	}
}

@keyframes blob-grow {
	0%,
	39% {
		-webkit-transform: scale(0) translate(-50%, -50%);
						transform: scale(0) translate(-50%, -50%);
	}
	40%,
	42% {
		-webkit-transform: scale(1, 0.9) translate(-50%, -50%);
						transform: scale(1, 0.9) translate(-50%, -50%);
	}
	43%,
	44% {
		-webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
						transform: scale(1.2, 1.1) translate(-50%, -50%);
	}
	45%,
	46% {
		-webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
						transform: scale(1.3, 1.2) translate(-50%, -50%);
	}
	47%,
	48% {
		-webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
						transform: scale(1.4, 1.3) translate(-50%, -50%);
	}
	52% {
		-webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
						transform: scale(1.5, 1.4) translate(-50%, -50%);
	}
	54% {
		-webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
						transform: scale(1.7, 1.6) translate(-50%, -50%);
	}
	58% {
		-webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
						transform: scale(1.8, 1.7) translate(-50%, -50%);
	}
	68%,
	70% {
		-webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
						transform: scale(1.7, 1.5) translate(-50%, -50%);
	}
	78% {
		-webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
						transform: scale(1.6, 1.4) translate(-50%, -50%);
	}
	80%,
	81% {
		-webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
						transform: scale(1.5, 1.4) translate(-50%, -50%);
	}
	82%,
	83% {
		-webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
						transform: scale(1.4, 1.3) translate(-50%, -50%);
	}
	84%,
	85% {
		-webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
						transform: scale(1.3, 1.2) translate(-50%, -50%);
	}
	86%,
	87% {
		-webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
						transform: scale(1.2, 1.1) translate(-50%, -50%);
	}
	90%,
	91% {
		-webkit-transform: scale(1, 0.9) translate(-50%, -50%);
						transform: scale(1, 0.9) translate(-50%, -50%);
	}
	92%,
	100% {
		-webkit-transform: scale(0) translate(-50%, -50%);
						transform: scale(0) translate(-50%, -50%);
	}
}

/*--------------------------------------------------------------
	##  Header
	--------------------------------------------------------------*/
.site-header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.site-header .header-inner {
	position: relative;
}

.site-header .header-inner .site-logo a {
	display: block;
	max-width: 230px;
}

.site-header .header-inner .site-logo a img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.site-header .header-inner .site-logo a .sticky-logo {
	display: none;
}

.site-header .header-inner .site-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	width: 100%;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
}

.site-header .header-inner .site-nav .menu-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	position: relative;
}

.site-header .header-inner .site-nav .menu-wrapper:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.site-header .header-inner .site-nav .nav-right {
	margin-left: 50px;
}

.site-header .header-inner .site-nav .nav-right .nav-btn {
	background: #fff;
	-webkit-box-shadow: 0px 20px 30px 0px rgba(79, 35, 35, 0.15);
					box-shadow: 0px 20px 30px 0px rgba(79, 35, 35, 0.15);
	color: #fa7070;
	display: inline-block;
	padding: 7px 37px;
	font-weight: 600;
	border-radius: 30px;
	font-size: 14px;
	border: 2px solid transparent;
}

.site-header .header-inner .site-nav .nav-right .nav-btn:hover {
	background: #fa7070;
	color: #fff;
}

.site-header .header-inner .site-nav.nav-two .nav-right .nav-btn {
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
	-webkit-box-shadow: none;
					box-shadow: none;
	padding: 6px 37px;
}

.site-header .header-inner .site-nav.nav-two .nav-right .nav-btn:hover {
	background: #fff;
	color: #7357cb;
	border-color: #fff;
}

.site-header .site-mobile-logo {
	display: none;
}

.site-header .site-main-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.site-header .site-main-menu li {
	margin: 0 23px;
	position: relative;
	padding: 36px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.site-header .site-main-menu li:last-child {
	margin-right: 0;
}

.site-header .site-main-menu li > a {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	position: relative;
}

.site-header .site-main-menu li > a:after {
	content: '';
	position: absolute;
	bottom: -2px;
	width: 0;
	height: 1px;
	background: #fff;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	left: 0;
}

.site-header .site-main-menu li > a:hover:after {
	width: 100%;
	opacity: 1;
}

.close-menu {
	display: none;
}

.home-color-two .return-to-top:hover:after {
	-webkit-transform: scale(1.07);
			-ms-transform: scale(1.07);
					transform: scale(1.07);
	background: #7052fb;
	-webkit-box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.15);
					box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.15);
}

.home-color-two .return-to-top:hover > i {
	text-shadow: 0px -50px #fff, 0px 0px #fff;
}

@media (max-width: 991px) {
	.toggle-menu {
		position: absolute;
		left: 0;
		width: 26px;
		top: 50%;
		-webkit-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
						transform: translateY(-50%);
		display: block;
		height: 24px;
	}
	.toggle-menu .bar {
		width: 18px;
		height: 2px;
		display: block;
		float: left;
		margin: 3px auto;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		background: #fff;
	}
	.toggle-menu .bar:nth-child(2) {
		width: 24px;
	}
	.site-header .header-inner {
		text-align: center;
		padding: 15px 0;
	}
	.site-header .header-inner .site-nav .nav-right {
		margin-left: 20px;
	}
	.site-header .header-inner .site-nav .nav-right .nav-btn {
		padding: 8px 22px;
	}
	.site-header .site-mobile-logo {
		display: block;
	}
	.site-header .site-main-menu li {
		margin: 0 15px;
	}
	.site-header .site-logo {
		display: none;
	}
	.site-header .site-nav {
		position: fixed;
		width: 320px !important;
		height: 100vh;
		background: #fff;
		top: 0;
		left: -100%;
		display: block !important;
		-webkit-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
		overflow: scroll;
		-webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
						box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
	}
	.site-header .site-nav .site-main-menu {
		display: block;
		width: 100%;
		padding-bottom: 50px;
		text-align: left;
	}
	.site-header .site-nav .site-main-menu li {
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #f1f2f3;
	}
	.site-header .site-nav .site-main-menu li:first-child {
		border-top: 1px solid #f1f2f3;
	}
	.site-header .site-nav .site-main-menu li a {
		display: block;
		color: #888888;
		padding: 6px 35px;
		font-weight: 400;
	}
	.site-header .site-nav .site-main-menu li a:after {
		display: none;
	}
	.site-header .site-nav .nav-right {
		display: none;
	}
	.site-header.header-two .toggle-menu .bar {
		background: #fff;
	}
	.header-inner .site-mobile-logo img {
		max-height: 30px;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.close-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
		-webkit-box-pack: end;
				-ms-flex-pack: end;
						justify-content: flex-end;
		top: 0;
		text-align: right;
		width: 100%;
		left: 0;
		padding: 2px;
		padding: 30px 20px;
	}
	.close-menu i {
		font-size: 18px;
		margin-left: 7px;
		color: #2b2350;
	}
	.close-menu span {
		font-size: 15px;
	}
}

@media (max-width: 420px) {
	.site-header .site-nav {
		width: 100% !important;
	}
}

/*--------------------------------------------------------------
	##  Banner
	--------------------------------------------------------------*/
.banner {
	position: relative;
}

.banner .banner-content-wrap {
	position: relative;
	-webkit-transform: translateY(52%);
			-ms-transform: translateY(52%);
					transform: translateY(52%);
	z-index: 2;
}

.banner .banner-content .banner-title {
	font-size: 60px;
	line-height: 70px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 20px;
}

.banner .banner-content .banner-title span {
	font-weight: 800;
}

.banner .banner-content .description {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	line-height: 30px;
	margin-bottom: 47px;
}

.banner .banner-content .banner-btn {
	color: #fff;
	padding: 10px 40px;
	border: 1px solid #fff;
	border-radius: 30px;
	font-size: 14px;
	display: inline-block;
}

.banner .banner-content .banner-btn:hover {
	background: #fff;
	color: #fa7070;
	-webkit-box-shadow: 0px 20px 30px 0px rgba(79, 35, 35, 0.15);
					box-shadow: 0px 20px 30px 0px rgba(79, 35, 35, 0.15);
}

.banner.banner-two {
	height: 1028px;
	overflow: hidden;
	background-image: url(../../media/banner/banner-bg.png);
	background-size: cover;
}

.banner.banner-two .banner-content-wrap {
	-webkit-transform: translateY(37%);
			-ms-transform: translateY(37%);
					transform: translateY(37%);
}

.banner.banner-two .banner-content .banner-title {
	color: #fff;
}

.banner.banner-two .banner-content .description {
	color: #fff;
}

.banner.banner-two .banner-content .banner-btn.color-two {
	background: #fff;
	color:#7357cb;
	-webkit-box-shadow: 0px 20px 30px 0px rgba(90, 70, 176, 0.3);
	box-shadow: 0px 20px 30px 0px rgba(90, 70, 176, 0.3);
	border: 1px solid transparent;
}

.banner.banner-two .banner-content .banner-btn:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	background: #7052fb;
}

.animate-promo-mockup {
	position: relative;
	width: 730px;
	height: 600px;
	margin-left: -40px;
}

.animate-promo-mockup img {
	position: absolute;
}

.animate-promo-mockup img:nth-child(1) {
	left: 100px;
	bottom: 70px; /* UA EDIT */
}

.animate-promo-mockup img:nth-child(2) {
	left: 0;
	top:0;
}

.animate-promo-mockup img:nth-child(3) {
	right: 0;
	top:0;
}

.animate-promo-mockup img:nth-child(4) {
	top:-90px;
	left: 80px;
}

.scroll-circle {
	position: absolute;
	bottom: -48%;
	z-index: 1;
}

/* Animate element five*/

@media (max-width: 1600px) {
	.banner.banner-two .animate-promo-mockup {
		width: 550px;
		height: 530px;
	}
	.banner.banner-two .animate-promo-mockup img:nth-child(3) {
		right: -160px;
	}
}

@media (max-width: 1440px) {
	.banner.banner-two {
		height: 890px;
	}
	.banner.banner-two .banner-content-wrap {
		-webkit-transform: translateY(50%);
				-ms-transform: translateY(50%);
						transform: translateY(50%);
	}
	.banner.banner-two .banner-content .banner-title {
		font-size: 50px;
		line-height: 60px;
	}
	.banner.banner-two .animate-promo-mockup {
		width: 480px;
		height: 415px; /* UA EDIT */
	}
	.banner.banner-two .animate-promo-mockup img:nth-child(1) {
		left: 85px;
	}
	.banner.banner-two .animate-promo-mockup img:nth-child(2) {
		width: 85px;
	}
	.banner.banner-two .animate-promo-mockup img:nth-child(3) {
		right: -135px;
		width: 61px;
	}
	.banner.banner-two .animate-promo-mockup img:nth-child(4) {
		left: 65px;
		width: 150px;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.banner.banner-two .banner-content .banner-title {
		font-size: 40px;
		line-height: 50px;
	}
	.banner.banner-two .banner-content p br {
		display: none;
	}
	.banner.banner-two .animate-promo-mockup {
		width: 380px;
		height: 375px;
	}
	.banner.banner-two .animate-promo-mockup img:nth-child(1) {
		left: 65px;
	}
	.banner.banner-two .animate-promo-mockup img:nth-child(2) {
		width: 65px;
	}
	.banner.banner-two .animate-promo-mockup img:nth-child(3) {
		right: -100px;
		width: 50px;
	}
	.banner.banner-two .animate-promo-mockup img:nth-child(4) {
		left: 55px;
		width: 125px;
		bottom: 30px;
	}
}

@media (max-width: 1200px) {
	.banner.banner-two {
		height: 690px;
	}
}

@media (max-width: 991px) {
	.banner.banner-two {
		height: 840px;
	}
	.banner.banner-two .banner-content-wrap {
		-webkit-transform: translateY(18%);
				-ms-transform: translateY(18%);
						transform: translateY(18%);
	}
	.banner.banner-two .banner-content .banner-title {
		font-size: 40px;
		line-height: 50px;
	}
	.banner.banner-two .banner-content p br {
		display: none;
	}
	.banner.banner-two .animate-promo-mockup {
		width: 380px;
		height: 375px;
	}
	.banner.banner-two .animate-promo-mockup img:nth-child(1) {
		left: 65px;
	}
	.banner.banner-two .animate-promo-mockup img:nth-child(2) {
		width: 65px;
	}
	.banner.banner-two .animate-promo-mockup img:nth-child(3) {
		right: -100px;
		width: 50px;
	}
	.banner.banner-two .animate-promo-mockup img:nth-child(4) {
		left: 55px;
		width: 125px;
		bottom: 30px;
	}
}

@media (max-width: 768px) {
	.banner.banner-two {
		height: 840px;
	}
	.banner.banner-two .banner-content-wrap {
		-webkit-transform: translateY(18%);
				-ms-transform: translateY(18%);
						transform: translateY(18%);
	}
	.banner.banner-two .animate-promo-mockup {
		width: 360px;
		height: 370px;
		margin-left: 0;
	}
	.banner.banner-two .animate-promo-mockup img:nth-child(1) {
		left: 65px;
	}
	.banner.banner-two .animate-promo-mockup img:nth-child(2) {
		width: 65px;
	}
	.banner.banner-two .animate-promo-mockup img:nth-child(3) {
		right: -100px;
		width: 50px;
	}
	.banner.banner-two .animate-promo-mockup img:nth-child(4) {
		left: 55px;
		width: 125px;
		bottom: 30px;
	}
}

@media (max-width: 576px) {
	.banner .banner-content .description {
		font-size: 16px;
	}
}

@media (max-width: 480px) {
	.banner.banner-two {
		height: 840px;
	}
	.banner.banner-two .banner-content-wrap {
		-webkit-transform: translateY(18%);
				-ms-transform: translateY(18%);
						transform: translateY(18%);
	}
	.banner.banner-two .animate-promo-mockup {
		width: 300px;
		height: 325px;
		margin-left: 0;
		margin-top: 20px;
	}
	.banner.banner-two .animate-promo-mockup img:nth-child(1) {
		left: 30px;
	}
	.banner.banner-two .animate-promo-mockup img:nth-child(2) {
		width: 40px;
	}
	.banner.banner-two .animate-promo-mockup img:nth-child(3) {
		right: -30px;
		width: 30px;
		bottom: 130px;
	}
	.banner.banner-two .animate-promo-mockup img:nth-child(4) {
		left: 20px;
		width: 80px;
		bottom: 56px;
	}
}

/*--------------------------------------------------------------
	##  Section Title
	--------------------------------------------------------------*/
.section-title {
	margin-bottom: 70px;
}

.section-title .sub-title {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fa7070;
	letter-spacing: 3px;
}

.section-title .title {
	font-size: 36px;
	font-weight: 600;
	line-height: 1.4;
}

.section-title.style-two .title {
	font-weight: 500;
}

.section-title.style-two p {
	font-size: 18px;
	line-height: 30px;
	margin-top: 28px;
}

.section-title.color-two .sub-title {
	color: #7357cb;
}

@media (max-width: 991px) {
	.section-title {
		margin-bottom: 50px;
	}
	.section-title .title {
		font-size: 32px;
	}
	.section-title p br {
		display: none;
	}
	.section-title.style-two p {
		margin-top: 13px;
	}
	.section-title.style-two p br {
		display: none;
	}
}

@media (max-width: 768px) {
	.section-title .title {
		font-size: 28px;
	}
	.section-title .title br {
		display: none;
	}
}

/*--------------------------------------------------------------
	##  Icon Box
	--------------------------------------------------------------*/
.featured {
	padding-top: 32px;
}

.saaspik-icon-box-wrapper {
	margin-bottom: 30px;
}

.saaspik-icon-box-wrapper .saaspik-icon-box-icon {
	margin-bottom: 32px;
}
.saaspik-icon-box-wrapper .saaspik-icon-box-icon img{
	width:80px;
}

.saaspik-icon-box-wrapper .pixsass-icon-box-content .pixsass-icon-box-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.saaspik-icon-box-wrapper .pixsass-icon-box-content p {
	margin: 0;
}

.saaspik-icon-box-wrapper.style-two {
	margin-bottom: 88px;
	padding: 0 30px 0 0;
}

.saaspik-icon-box-wrapper.style-two .pixsass-icon-box-content .pixsass-icon-box-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 10px;
}

.featured-two-same {
	padding-top: 144px;
	padding-bottom: 27px;
}

.featured-two-same .section-title {
	margin-bottom: 80px;
}

.featured-two-same .scroll-circle {
	bottom: auto;
	top: -50%;
}

@media (max-width: 991px) {
	.featured-two-same {
		padding-top: 74px;
		padding-bottom: 44px;
	}
	.featured {
		padding-top: 75px;
	}
	.saaspik-icon-box-wrapper.style-two {
		margin-bottom: 40px;
		text-align: center;
	}
	.featured-two-same .scroll-circle {
		left: -20%;
	}
}

@media (max-width: 768px) {
	.featured-two-same .scroll-circle {
		left: -30%;
	}
}

@media (max-width: 480px) {
	.featured-two-same .scroll-circle {
		left: -70%;
	}
}

/*--------------------------------------------------------------
	##  Editor
	--------------------------------------------------------------*/

.editor-design-two {
	padding-top: 0;
	padding-bottom: 95px;
}

.editor-content {
	padding-left: 105px;
	padding-top: 50px;
}

.editor-content .section-title.style-two {
	margin-bottom: 35px;
}

.editor-content .section-title.style-two p {
	color: #fa7070;
	margin-bottom: 0px;
}

.editor-content .section-title.style-two .title {
	margin-bottom: 20px;
}

.editor-content .section-title.style-two.color-two {
	margin-bottom: 35px;
}
.editor-content .section-title.style-two.color-two span{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	color: #7357cb;
	letter-spacing: 3px;
}
.editor-content .section-title.style-two.color-two p {
	color: #38373e;
	margin: 0;
}
.align-items-c{
	align-items: center;
}

/** Image Content Three **/

@media (max-width: 1440px) {
	.editor-content {
		padding-top: 0;
	}
}

@media (max-width: 1280px) {
	.editor-content {
		padding-left: 0;
	}
	.editor-content {
		padding-top: 0;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.editor-design-two {
		padding-top: 160px;
	}
	.editor-content {
		padding-left: 50px;
	}
}

@media (max-width: 1024px) {
	.editor-content {
		padding-left: 100px;
	}
}

@media (max-width: 991px) {
	.editor-design-two {
		padding-top: 90px;
		padding-bottom: 30px;
	}
	.editor-content {
		padding-left: 0;
		padding-top: 17px;
	}
	.editor-content .section-title.style-two.color-two {
		margin-bottom: 20px;
	}
	.editor-content .section-title.style-two .title {
		margin-bottom: 15px;
	}
}

@media (max-width: 576px) {
	.editor-content {
		padding-left: 0;
	}
}

/*--------------------------------------------------------------
	##  Genera Informes
	--------------------------------------------------------------*/

/*--------------------------------------------------------------
	##  Revolutionize
	--------------------------------------------------------------*/

/* Tabs */

/*--------------------------------------------------------------
	##  Inspect
	--------------------------------------------------------------*/

/*--------------------------------------------------------------
	##  Testimonial
	--------------------------------------------------------------*/

.testimonials-two {
	position: relative;
	overflow: hidden;
}

.testimonials-two .section-title {
	margin-bottom: 50px;
}

.testimonials-two .animate-shape {
	position: absolute;
	right: -9%;
	top: -37%;
}

#testimonial-wrapper {
	position: relative;
	z-index: 2;
}

.testimonials-two {
    padding: 110px 0 65px;
}

.testimonials-two {
	background: #efefef;
}

/* Testimonial Hosting */

@media (max-width: 1440px) {
	.testimonials-two .animate-shape {
		max-width: 600px;
	}
}

@media (max-width: 991px) {
	.testimonials-two {
		padding: 76px 0 30px;
	}
	.testimonials-two .animate-shape {
		right: -80%;
	}
}

@media (max-width: 768px) {
	.testimonials-two .animate-shape {
		right: -100%;
	}
}

/*--------------------------------------------------------------
	##  Review Slider
	--------------------------------------------------------------*/

/*--------------------------------------------------------------
	##  Marketing Popup
	--------------------------------------------------------------*/

/*--------------------------------------------------------------
	##  Pricing
	--------------------------------------------------------------*/
.all-price-text p {
    margin: 0;
}
.all-price-text {
    text-align: center;
    margin: 30px 0 0 0;
}
.row.advanced-pricing-table {
    width: 86%;
    margin: 0 auto;
}
.pricing-two {
	padding-top: 110px;
	padding-bottom: 110px;
	background: #efefef;
}

.pricing-two .section-title p {
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    display: inline-block;
    background: #7357cb;
    border-radius: 4px;
    padding: 8px 33px;
    margin: 20px 0 0 0;
    font-weight: 600;
    color: #fff;
    border: 2px solid #394088;
}

.pricing-table {
	border-right: 1px solid #efe7e7;
	padding: 20px 40px;
	margin-bottom: 30px;
}

.pricing-table .pricing-header {
	text-align: center;
	padding-bottom: 55px;
	border-bottom: 1px dashed #efe7e7;
	margin-bottom: 50px;
}

.pricing-table .pricing-header .price {
	color: #fa7070;
	font-size: 36px;
	font-weight: 800;
	line-height: 50px;
	margin-bottom: 25px;
}

.pricing-table .pricing-header .price-title {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.pricing-table .pricing-header p {
	margin: 0;
}

.pricing-table .pricing-header .annual_price {
	display: none;
}

.pricing-table .price-feture {
	padding: 0;
	list-style: none;
	margin-bottom: 55px;
}

.pricing-table .price-feture li {
	padding-left: 33px;
	position: relative;
	margin-bottom: 12px;
}

.pricing-table .price-feture li:before {
	font-family: "Font Awesome 5 Free";
	position: absolute;
	left: 0;
	top: 0;
}

.pricing-table .price-feture li.have:before {
	content: "\f058";
	color: #1acb44;
	font-size: 1.2em;
	font-weight: 900;
}

.pricing-table .price-feture li.not:before {
	content: "\f057";
	color: #fa7878;
	font-size: 1.2em;
	font-weight: 700;
}

.pricing-table.color-two .pricing-header .price {
	color: #7357cb;
}

.pricing-table.color-three .pricing-header .price {
	color: #7357cb;
}

.pricing-table .pix-btn {
	text-align: center;
	font-weight: 600;
	padding: 8px 0;
	width: 200px;
	text-align: center;
}

.pricing-table.style-two {
	background: #fcf7f7;
	padding: 50px 50px 60px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
	border: 0;
}

.pricing-table.style-two.price-two {
	background: #f8f7fc;
}

.pricing-table.style-two.price-two.featured .trend:before {
	border-right: 90px solid #7357cb;
}

.pricing-table.style-two .pricing-header {
	text-align: center;
	border-color: #b4b2bf;
	padding-bottom: 60px;
}

.pricing-table.style-two .pricing-header .price-title {
	letter-spacing: 0;
	text-transform: capitalize;
}

.pricing-table.style-two:hover {
	background: #fff;
	-webkit-box-shadow: 0px 40px 80px 0px rgba(43, 35, 79, 0.14);
					box-shadow: 0px 40px 80px 0px rgba(43, 35, 79, 0.14);
}

.pricing-table.featured .trend {
	position: absolute;
	top: 0;
	right: 0;
}

.pricing-table.featured .trend p {
	color: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: 0;
	margin-bottom: 0;
	z-index: 22;
	font-size: 14px;
	padding-top: 21px;
	padding-bottom: 0;
}

.pricing-table.featured .trend:before {
	content: '';
	width: 0;
	height: 0;
	border-top: 0px solid transparent;
	border-bottom: 90px solid transparent;
	border-right: 90px solid #fa7070;
	position: absolute;
	top: 0;
	right: 0;
}

.pricing-tab {
	text-align: center;
	margin-bottom: 80px;
	position: relative;
	z-index: 2;
}

.pricing-tab .tab-btn {
	cursor: pointer;
}

.pricing-tab .monthly_tab_title {
	color: #fa7070;
}

.pricing-tab .pricing-tab-switcher {
	height: 40px;
	width: 90px;
	display: inline-block;
	border-radius: 50px;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0 18px;
	-webkit-transform: translateY(-3px);
			-ms-transform: translateY(-3px);
					transform: translateY(-3px);
	border: 1px solid #dcd2d2;
	border-radius: 30px;
	cursor: pointer;
}

.pricing-tab .pricing-tab-switcher:before {
	content: '';
	position: absolute;
	left: 5px;
	top: 4px;
	background: #fa7070;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-shadow: 0px 14px 24px 0px rgba(176, 70, 70, 0.4);
					box-shadow: 0px 14px 24px 0px rgba(176, 70, 70, 0.4);
}
.pricing-tab .pricing-tab-switcher.active:before {
	left: calc(100% - 35px);
}

.pricing-tab span {
	vertical-align: middle;
}

.pricing-tab.color-two .pricing-tab-switcher:before {
	background: #7357cb;
	-webkit-box-shadow: 0px 14px 24px 0px rgba(90, 70, 176, 0.4);
					box-shadow: 0px 14px 24px 0px rgba(90, 70, 176, 0.4);
}

.pricing-tab.color-two .monthly_tab_title {
	color: #7357cb;
}

@media (max-width: 991px) {
	.pricing-tab {
		margin-bottom: 40px;
	}
	.pricing-table {
		border: 1px solid #efe7e7;
		padding: 40px;
		max-width: 500px;
		margin: 0 auto 30px;
	}
	.pricing-two {
		padding-top: 66px;
		padding-bottom: 50px;
	}
}

/*--------------------------------------------------------------
	##  Faq's
	--------------------------------------------------------------*/
.faq-quote-section .section-title .title {
    font-size: 28px;
}
.faq-quote-section .section-title {
    margin-bottom: 25px;
}

.card {
	border: 0;
	background: transparent;
}

.card .card-header {
	background-color: transparent;
	border: 0;
	border-radius: 6px;
}

.card .card-header .btn-link {
	padding: 0;
	color: #2b2350;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
}

.card .card-body {
	padding: 0;
}

.card .card-body p {
	font-size: 16px;
	margin-bottom: 25px;
}

.faq {
	position: relative;
	z-index: 2;
}

.faq .card {
	border: 0;
	background: transparent;
	margin-bottom: 0;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #ddd;
}

.faq .card .card-header {
	padding: 0;
}

.faq .card .card-header h5 {
	position: relative;
	margin: 0;
}

.faq .card .card-header .btn-link {
	color: #2b2350;
	font-size: 20px;
	font-weight: 500;
	text-decoration: none;
	white-space: normal;
	text-align: left;
	width: 100%;
	padding: 18px 15px;
}

.faq .card .card-header .btn-link:before {
	content: "\f078";
	display: block;
	position: absolute;
	top: 50%;
	right: 14px;
	z-index: 9;
	font-family: "Font Awesome 5 Free";
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
					transform: translateY(-50%);
	font-size: 20px;
	color: #2b2350;
	font-weight: 900;
}
.faq-quote-section {
    padding: 100px 0;
    background: #f1f0f5;
}
.quote-section {
    text-align: center;
    padding: 0 40px;
}
.quote-section p {
    color: #2b2350;
    font-size: 25px;
    font-weight: 600;
    margin: 30px 0 0 0;
    line-height: 30px;
}
.quote-section p span{
	text-decoration: underline;
}
.faq-quote-section .row {
    box-shadow: 0 0 25px rgba(0,0,0,0.2);
    border-radius: 25px;
	padding: 55px 40px;
	align-items: center;
	background:#fff;
}
.faq .card .card-header .btn-link.collapsed:before {
	content: "\f053";
	color: #aaaaaa;
}

.faq .card .card-body {
	padding: 0 40px 40px;
}

.faq .card .card-body p {
	font-size: 16px;
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.faq-two {
		margin-bottom: 30px;
	}
}

@media (max-width: 768px) {
	.faq .card .card-header h5:before {
		right: 20px;
	}
	.faq .card .card-header .btn-link {
		padding: 18px 20px;
	}
}

@media (max-width: 576px) {
	.faq .card .card-header .btn-link {
		padding: 18px 40px 18px 20px;
		font-size: 18px;
	}
	.faq .card .card-header h5:before {
		right: 10px;
	}
	.faq .card .card-body {
		padding: 5px 20px 25px;
	}
}

/*--------------------------------------------------------------
	##  Logo Carousel
	--------------------------------------------------------------*/

/**
Logo List
 */

/*--------------------------------------------------------------
	##  Call To Action
	--------------------------------------------------------------*/

/*--------------------------------------------------------------
	##  Funfact
	--------------------------------------------------------------*/

/*--------------------------------------------------------------
	##  Page Banner
	--------------------------------------------------------------*/

/*--------------------------------------------------------------
	## About
	--------------------------------------------------------------*/

/*--------------------------------------------------------------
	## Service
	--------------------------------------------------------------*/

/*--------------------------------------------------------------
	## Contact Us
	--------------------------------------------------------------*/

/*--------------------------------------------------------------
	## Interface
	--------------------------------------------------------------*/

/*--------------------------------------------------------------
	## Call Back
	--------------------------------------------------------------*/

/*--------------------------------------------------------------
	## Bookings Tabs
	--------------------------------------------------------------*/

/* Language Dropdown */

/*--------------------------------------------------------------
	## Job Tabs
	--------------------------------------------------------------*/

/*--------------------------------------------------------------
	## Job List
	--------------------------------------------------------------*/

/*--------------------------------------------------------------
	## Support
	--------------------------------------------------------------*/

/*--------------------------------------------------------------
	## Domain
	--------------------------------------------------------------*/

/*--------------------------------------------------------------
	## Tabs
	--------------------------------------------------------------*/

/*--------------------------------------------------------------
	## Skill
	--------------------------------------------------------------*/

/*--------------------------------------------------------------
	##  Blog
	--------------------------------------------------------------*/

/*--------------------------------------------------------------
	##  Widget
	--------------------------------------------------------------*/

.widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget ul li a {
	font-size: 16px;
	line-height: 40px;
	color: #38373e;
	font-weight: 500;
}

.widget ul li a:hover {
	color: #fa7070;
}

/* Recent Post */

/* Tags */

/* Comments */

/*--------------------------------------------------------------
	##  Sign
	--------------------------------------------------------------*/

/*--------------------------------------------------------------
	##  Error
	--------------------------------------------------------------*/

/*--------------------------------------------------------------
	##  Footer
	--------------------------------------------------------------*/

.footer--logo {
	width: 250px;
	margin: 0 0 40px 0;
}
#footer .footer-inner {
	padding: 190px 0 0 0;
}
.footer-content p {
    margin: 0 !important;
    color: #fff;
    font-size: 18px;
}
.footer-content .footer-content-big {
    font-weight: 600;
    margin: 25px 0 0 0 !important;
}

#footer .widget.footer-widget p {
	margin-bottom: 40px;
}

#footer .site-info p {
	margin: 0;
}

#footer .site-info p a {
	color: #fa7070;
	font-weight: 500;
}

#footer .site-info p a:hover {
	color: #f83f3f;
}
.footer-content {
    padding: 0 85px 0 0;
}
.footer-contact-section h2 {
    color: #fff;
    font-size: 20px;
    margin: 0 0 18px 0;
}
.footer-contact-section ul li a {
    display: flex;
	align-items: center;
	color: #fff;
}
.footer-contact-section ul li i {
    margin: 0 8px 0 0;
}
.footer-contact-section ul li a {
    color: #fff;
    font-weight: normal;
}
.footer-contact-section ul li a:hover{
	opacity: 0.5;
	color: #fff;
}
#footer.footer-two {
    background-image: url(../../media/footer/footer-bg.png);
    background-size: cover;
    background-color: #efefef;
    background-repeat: no-repeat;
}
.site-info {
    padding: 60px 0 80px 0;
}
.copyright {
    text-align: center;
}
.copyright p{
	color: #fff;
}
.footer-social-links li a {
	display: block;
	transition: 0.3s;
}
.footer-social-links li a:hover {
    transform: translateY(-3px) !important;
}

#footer.footer-two .site-info p a {
	color: #7052fb;
}
.copyright a {
    color: #fff !important;
    font-weight: normal !important;
    text-decoration: underline;
}
.site-info p {
    color: #fff;
    font-size: 14px;
}
.footer-social-links h2 {
    color: #fff;
    font-size: 20px;
    margin: 0 0 18px 0;
}
.footer-social-links {
    margin: 35px 0 0 0;
}
.footer-social-links ul {
    display: flex;
}
.footer-social-links ul li {
    margin: 0 15px 0 0;
}
#footer.footer-two .site-info p a:hover {
	color: #4720fa;
}

@media (max-width: 991px) {
	#footer .footer-inner {
		padding: 76px 0 22px;
	}
	#footer .site-info {
		padding: 21px 0;
	}
	#footer .widget.footer-widget {
		margin-bottom: 30px;
	}
}

@media (max-width: 768px) {
	#footer .site-info {
		padding: 21px 0;
		display: block;
		text-align: center;
	}
}


/*--------------------------------------------------------------
	##  Media Queries
	--------------------------------------------------------------*/

@media only screen and (max-width :1200px){
	.saaspik-icon-box-wrapper.style-two {
		margin-bottom: 0;
		padding: 0;
	}
	.editor-design-two {
		padding-top: 80px;
	}
	.row.advanced-pricing-table {
		width: 100%;
	}
	.quote-section {
		padding: 0;
	}
	.faq .card .card-header .btn-link {
		font-size: 16px;
	}
}

@media only screen and (max-width :991px){
	.quote-section {
		padding: 0 0 40px 0;
	}
	.editor-design-two {
		padding: 50px 0 70px;
	}
	.faq-quote-section {
		padding: 80px 0;
	}
	#footer .footer-inner {
		padding: 160px 0 22px;
	}
	#footer .site-info {
		padding: 0 0 65px;
	}
	.footer-content {
		padding: 0 20px 0 0;
	}
	.site-header .header-inner {
		padding: 35px 0;
	}
	.site-header {
		position: absolute !important;
		background: transparent !important;
		box-shadow: unset !important;
		animation: unset !important;
	}
	.toggle-menu{
		cursor: pointer;
	}
	.close-menu{
		cursor: pointer;
	}
}

@media only screen and (max-width :767px){
	.banner.banner-two .banner-content .banner-title {
		font-size: 30px;
		line-height: 45px;
	}
	.site-mobile-logo img {
		width: 200px;
	}
	.banner .banner-content .description {
		margin-bottom: 30px;
	}
	.featured-two-same .section-title {
		margin-bottom: 55px;
	}
	.saaspik-icon-box-wrapper.style-two {
		margin: 0 0 35px 0;
	}
	.pricing-table.style-two {
		background: #fcf7f7;
		padding: 40px 20px 50px;
	}
	.pricing-table .pricing-header .price {
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 12px;
	}
	.pricing-table.style-two .pricing-header {
		padding-bottom: 45px;
	}
	.pricing-table .pricing-header {
		margin-bottom: 45px;
	}
	.all-price-text p {
		font-size: 14px;
	}
	.quote-section p {
		font-size: 20px;
	}
	.faq-quote-section .row {
		padding: 55px 0px;
	}
	.footer-content p {
		font-size: 16px;
	}
	.footer-contact-section {
		margin: 20px 0 0 0;
	}
}


.mb_30 {
	margin-bottom: 30px!important;
}
.mb_60 {
	margin-bottom: 60px;
}