/* Base CSS */

/*Custom fonts*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,400i,600,700&display=swap');

.alignleft {
	float: left;
	margin-right: 15px;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.aligncenter {
	display: block;
	margin: 0 auto 15px;
}

a:focus {
	outline: 0 solid
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 15px;
	font-weight: 700;

}

body {
	color: #000;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden;

}

p {
	line-height: 1.5;
}

.selector-for-some-widget {
	box-sizing: content-box;
}

a {
	transition: all 0.3s ease;
}

a:hover {
	text-decoration: none
}

.f-right {
	float: right;
}

.f-left {
	float: left;
}

/*header-top-css*/
.header-top {
	background: #37aef7;
	color: #fff;
	padding: 40px 0;
	transition: .3s;
}

.header-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.header-menu ul li {
	display: inline-block;
}

.header-menu ul li a {
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	margin-right: 18px;
	transition: .3s;
}

.header-menu ul li a:hover {
	opacity: .5;
}

a.custom-btn {
	font-size: 16px;
	font-weight: 700 !important;
	padding: 8px 20px;
	color: #33aff7 !important;
	background: #fff;
	border-radius: 5px;
	display: inline-block;
	margin-right: 0 !important;
	border: 1px solid;
}

.hero-slide-single-widget img {
	width: 50%;
	float: left;
	max-height: 90px;
}

.sticky-menu {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #37aef7;
	color: #fff;
	z-index: 9;
	transition: .3s;
	padding: 20px 0;
}

/*hero-slider-area-css*/
.hero-slide-area {
	background-image: linear-gradient(#37aef7, #b59bef);
}

.hero-slide-left h1 {
	font-size: 55px;
	color: #fff;
	padding-bottom: 15px;
}

.hero-slide-left p {
	font-size: 18px;
	color: #fff;
}

.hero-slide-left .proof-free {
	color: #fff;
	background: #33aff7;
	font-weight: 700;
	font-size: 24px;
	padding: 10px 30px;
	border-radius: 5px;
	border: 1px solid #33aff7;
	margin-top: 5px;
	display: inline-block;
}

.single-step h5 {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	display: inline-block;
}

.single-step {
	display: inline-block;
	width: 49%;
}

.single-step i {
	color: #fff;
	height: 30px;
	width: 30px;
	background: #3bb54a;
	text-align: center;
	border-radius: 50px;
	line-height: 30px;
	display: inline-block;
	margin-right: 15px;
}

.hero-slide-right img {
	width: auto !important;
	box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2), 0 5px 15px 0 rgba(37, 44, 97, 0.15);
}

.wimg {
	height: 170px;
	padding: 0;
	background-color: #F6F6F6;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wimg img {
	max-width: 300px;
	max-height: 150px;
}

/*hero-widget-area-css*/
.hero-widget-title h1 {
	font-size: 45px;
}

.hero-widget-title p {
	font-size: 18px;
	padding-bottom: 30px;
}

.hero-widget-title.text-center {}

a.hero-single-widget-conttent {
	color: #000;
	margin-bottom: 20px;
	display: block;
	transition: .3s;
	box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2), 0 5px 15px 0 rgba(37, 44, 97, 0.15);
}

a.hero-single-widget-conttent:hover {
	margin-top: -3px;
}

span.hero-single-widget-text h5 {
	font-size: 20px;
	font-weight: 700;
}

span.hero-single-widget-text p {
	font-size: 17px;
}

span.hero-single-widget-text {
	padding: 20px;
	display: block;
}

/*get-started-area-css*/
.get-started-title h1 {
	font-size: 45px;
}

.single-getstarted h4 {
	font-size: 24px;
	padding-top: 50px;
	display: block;
}

.single-getstarted img {
	min-height: 117px;
}

.single-getstarted p {
	font-size: 18px;
}

/*proofsky-area-css*/
.proofsky-title h1 {
	font-size: 45px;
	padding-bottom: 30px;
}

.single-proofsky-content.spc1 h1 {
	font-size: 45px;
	color: #b79bef;
}

.single-proofsky-content.spc1 {
	padding-top: 70px;
	padding-left: 30px;
}

.single-proofsky-content.spc2 {
	padding-top: 30px;
}

.single-proofsky-content p {
	font-size: 20px;
}

.single-proofsky-content.spc2 h1 {
	font-size: 45px;
	color: #33aff7;
}

.single-proofsky-content {
	width: 50%;
	display: inline-block;
	padding-bottom: 100px;
}

/*widget-mini-slider*/
.single-widget-slide .owl-dots div {
	display: inline-block;
	height: 12px;
	width: 12px;
	background: #efefef;
	margin: 5px;
	border-radius: 50%;
}

.single-widget-slide .owl-dots div.active {
	background: #33aff7;
}

.single-widget-slide .owl-dots {
	position: absolute;
	left: 0;
	bottom: -70px;
	text-align: center;
	width: 100%;
}

/*callto-action-area-css*/
section.callto-action {
	background: #b79bef;
	color: #fff;
}

.callto-left h1 {
	font-size: 45px;
}

.callto-left p {
	font-size: 18px;
}

a.callto-btn {
	color: #b79bef;
	font-size: 20px;
	padding: 12px 50px;
	font-weight: 700;
	background: #fff;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

/*brand-slider-css-start*/
.brand-slide-title h1 {
	font-size: 45px;
	padding-bottom: 15px;
}

.single-brand-slide .owl-dots div {
	display: inline-block;
	height: 12px;
	width: 12px;
	background: #efefef;
	margin: 5px;
	border-radius: 50%;
}

.single-brand-slide .owl-dots div.active {
	background: #33aff7;
}

.single-brand-slide .owl-dots {
	position: absolute;
	left: 0;
	bottom: -70px;
	text-align: center;
	width: 100%;
}

/*industry-area-css-start*/
.industry-area-start {
	background-color: #33aff7;
	color: #fff;
}

.industry-title h1 {
	font-size: 45px;
}

.industry-title p {
	font-size: 18px;
}

.single-industry-text h3 {
	font-size: 24px;
}

.single-industry-text p {
	font-size: 18px;
}

.single-industry-content img {
	min-height: 110px;
	max-height: 110px;
}

.single-industry-text {
	margin-top: 45px;
}

/*pricing-area-css-start*/
.pricing-title h1 {
	font-size: 45px;
}

.pricing-title p {
	font-size: 18px;
}

.pricing-btns a {
	font-size: 18px;
	font-weight: 700;
	background-color: #33aff7;
	color: #fff;
	padding: 12px 40px;
	display: inline-block;
	border-radius: 5px;
	margin: 0 15px;
}

.pricing-btns {
	padding-top: 30px;
	padding-bottom: 60px;
	display: block;
}

a.price-year {
	background-color: #f7f7f7;
	color: #000;
}

.price {
	text-align: center;
	background-color: #33aff7;
	border-radius: 10px;
	padding-top: 40px;
}

.price h6 {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 10px;
}

.price span {
	font-size: 70px;
	font-weight: 700;
	line-height: 70px;
	color: #fff;
	position: relative;
}

.price span:after {
	position: absolute;
	left: -25px;
	top: 20px;
	content: "$";
	font-size: 22px;
	font-weight: 400;
}

.price p {
	font-size: 16px;
	color: #fff;
	padding-bottom: 10px;
}

a.annu-price {
	font-size: 14px;
	color: #fff;
	padding: 10px;
	background: #4cbcfd;
	border-radius: 5px;
	display: inline-block;
	width: 200px;
}

.price-feature span {
	font-size: 16px;
}

.price-feature i {
	color: #fff;
	height: 25px;
	width: 25px;
	background: #3bb54a;
	text-align: center;
	border-radius: 50px;
	line-height: 25px;
	display: inline-block;
	margin-right: 15px;
	font-size: 15px;
}

.price-feature {
	line-height: 35px;
	padding-left: 25px;
}

.price-packages-details {
	padding-top: 20px;
}

.single-price-area {
	background-color: #fdfdfd;
	padding-bottom: 30px;
	margin-bottom: 60px;
}

.purchase-btn {
	font-size: 15px;
	background: #33aff7;
	color: #fff;
	font-weight: 700;
	padding: 10px 20px;
	border-radius: 5px;
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 30px;
	width: 200px;
	text-align: center;
	transition: .3s;
}

.purchase-btn:hover {
	opacity: .5;
}

.single-price-area.single-price-area-1 a.purchase-btn {
	background-color: #a78dda;
}

.single-price-area.single-price-area-3 a.purchase-btn {
	background-color: #a78dda;
}

.single-price-area.single-price-area-2 .price {
	background-color: #a78dda;
}

.single-price-area.single-price-area-4 .price {
	background-color: #a78dda;
}

.single-price-area.single-price-area-2 .annu-price {
	background-color: #b297e9;
}

.single-price-area.single-price-area-4 .annu-price {
	background-color: #b297e9;
}

.price-feature.price-feature-off i {
	background: #c1c1c1;
}

.price-feature.price-feature-off span {
	color: #858585;
}

/*faq-area-css-start*/
.faq-title h1 {
	font-size: 45px;
}

.faq-title p {
	font-size: 18px;
}

.faq-title {
	padding-bottom: 40px;
}

.single-faq-content h4 {
	font-size: 25px;
	color: #33aff7;
}

.single-faq-content p {
	font-size: 18px;
}

.single-faq-content {
	padding-bottom: 30px;
	display: block;
}

.single-faq-content.faq-1 h4,
.single-faq-content.faq-3 h4,
.single-faq-content.faq-5 h4 {
	color: #a78dda;
}

/*free-trial-area-css-start*/
.free-trial-area {
	background-color: #33aff7;
	color: #fff;
}

.free-trial-left h1 {
	font-size: 45px;
}

.free-trial-left p {
	font-size: 18px;
}

a.fr-btn {
	font-size: 24px;
	color: #33aff7;
	font-weight: 700;
	background: #fff;
	padding: 10px 50px;
	display: block;
	border-radius: 5px;
	text-align: center;
}

.free-trial-right {
	margin-left: 70px;
}

/*footer-area-css-start*/
.single-footer-content h5 {
	font-size: 18px;
}

.single-footer-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.single-footer-content ul li {
	display: block;
}

.single-footer-content ul li a {
	display: block;
	font-size: 16px;
	color: #000;
	line-height: 35px;
	transition: .3s;
}

.single-footer-content ul li a:hover {
	padding-left: 10px;
	color: #33aff7;
}

.footer-left p {
	font-size: 16px;
	padding-top: 40px;
	display: block;
}

.footer-social-icons a {
	font-size: 30px;
	color: #000;
	margin-right: 15px;
	display: inline-block;
	transition: .3s;
}

.footer-social-icons a:hover {
	opacity: .5;
}

.footer-left {
	padding-bottom: 90px;
}

.single-footer-content {
	padding-bottom: 90px;
}

/*footer-copyright-area-css*/
.footer-copyright {
	background-color: #f0f0f0;
}

.copyright-left span {
	font-size: 16px;
	font-weight: 700;
}

.copyright-right a {
	font-size: 16px;
	color: #000;
	margin-left: 30px;
	transition: .3s;
}

.copyright-right a:hover {
	color: #33aff7;
}
