/*
Theme Name: pasar.ai
Version: 1.0
Author: Cubevalue Sdn Bhd
*/

* {
	padding: 0;
	margin: 0;
	font-family: "Archivo", -apple-system, sans-serif;
	box-sizing: border-box;
	list-style: none;
	color: #fff;
}

body {
	background-color: #000102;
}

a {
	text-decoration: none;
}


/******************* Layout ********************/
.flex-wrap {
	display: flex;
	flex-wrap: wrap;
}

.center-wrap {
	width: 100%;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 30px;
}

.content-wrap {
	margin-bottom: 30px;
}

.section-title {
	text-align: center;
}

.col-40 {
	width: 40%;
	padding: 0 30px;
}

.col-50 {
	width: 50%;
	padding: 0 30px;
}

.col-60 {
	width: 60%;
	padding: 0 30px;
}

.card {
	display: flex;
	flex-wrap: wrap;
	background-color: #052736;
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 10px;
	overflow: hidden;
}

.card-wrap {
	padding: 30px;
}

.card img {
	width: 100%;
	display: block;
	align-self: end;
}

.card-50 {
	width: calc(50% - 10px);
}

.card-33 {
	width: calc(33.3333% - 15px);
}

.icon-box,
.num-box {
	min-width: 100px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
}

.icon-box {
	border: 1px solid #264744;
}

.icon-box img {
	height: 50px;
}

.num-box {
	font-family: "IBM Plex Sans", -apple-system, sans-serif;
	font-size: 40px;
	font-weight: 400;
	color: #3bccc0;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background-color: #052736;
}

.list-items {
	display: flex;
	flex-wrap: wrap;
}

.list-items li {
	width: 50%;
	padding: 0 30px;
	margin-bottom: 60px;
	display: flex;
	align-items: flex-start;
}

.list-items li .list-item {
	margin-left: 20px;
}

.list-items li h4 {
	margin-bottom: 10px !important;
}

.list-items li p {
	margin-bottom: 0 !important;
}

.page-title {
	height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-attachment: fixed;
}

.page-title img {
	width: 180px;
	margin-bottom: 10px;
}

.bg-overlay {
	background-image: linear-gradient(0deg, #000102 0%, rgba(255,255,255,0) 30%);
	width: 100%;
    height: 600px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.sub .page-title {
	background-size: auto 100%;
	background-position: center;
}

.sub .bg-overlay {
	background-image: linear-gradient(0deg, #000102 0%, rgba(255,255,255,0) 50%);
}

.page-content {
	max-width: 1220px;
	margin: 60px auto;
	position: relative; 
	z-index: 1;
}

.scale-img {
	border-radius: 24px;
	overflow: hidden;
}

.scale-img img {
	width: 100%;
	display: block;
	transition: all .3s ease-in-out;
}

.scale-img:hover img {
	transform: scale(1.1);
	transition: all .3s ease-in-out;
}

.divider {
	width: 200px;
	border: 1px solid #37b0a6;
	margin: 30px auto;
}

.mobile {
	display: none;
}


/******************* Font ********************/
h2, h3, h4, h5 {
	margin-bottom: 20px;
}


h2, h2 > span {
	font-family: "IBM Plex Sans", -apple-system, sans-serif;
	font-size: 50px;
	font-weight: 400;
	line-height: 58px;
}

h3, h3 > span {
	font-family: "IBM Plex Sans", -apple-system, sans-serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 38px;
}

h4 {
	font-family: "IBM Plex Sans", -apple-system, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

h5 {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #ccc;
}

p {
	font-size: 15px;
	line-height: 22px;
	color: #ccc;
	margin-bottom: 15px;
}

.sub-title {
	font-size: 18px;
	line-height: 24px;
}

.content-title {
	font-size: 26px;
	line-height: 34px;
}

.text-green {
	color: #35d9cb;
}

.text-gradient {
	background-image: url('/wp-content/themes/pasar.ai/assets/images/gradient-bg.jpg');
	background-position: center center;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}


/******************* Button ********************/
.btn {
	display: inline-block;
	padding: 8px 15px;
	border-radius: 6px;
	font-size: 14px;
}

.btn-big {
	padding: 15px 30px;
}

.btn img {
	vertical-align: bottom;
}

.btn-green {
	background-color: #38b0a6;
	border: 2px solid #38b0a6;
}

.btn-green:hover {
	background-color: #5dbfb7;
	border: 2px solid #5dbfb7;
}

.btn-border-green {
	border: 2px solid #38b0a6;
}

.btn-border-green:hover {
	background-color: #38b0a6;
	border: 2px solid #38b0a6;
}

.btn-border-blue {
	border: 2px solid #3ea1ce;
}

.btn-border-blue:hover {
	background-color: #3ea1ce;
	border: 2px solid #3ea1ce;
}

.btn-border-green.active {
	background-color: #38b0a6;
	border: 2px solid #38b0a6;
}

.btn-border-blue.active {
	background-color: #3ea1ce;
	border: 2px solid #3ea1ce;
}

.btn-close {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	right: 0;
	margin: 20px;
	cursor: pointer;
}

/******************* Header ********************/
header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.nav-overlay {
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

.nav {
	max-width: 1220px;
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 24px;
	display: flex;
	flex-wrap: nowrap;
	padding: 8px 16px;
	align-items: center;
	margin: 8px auto;
	background-color: #052736;
	font-size: 15px;
}

.nav .logo img {
	width: 120px;
	margin: 0 5px;
	display: block;
}

.nav .menu-container {
	width: 100%;
	display: flex;
	align-items: center;
}

.nav .menu-container .menu-main-container {
	margin: 0 auto;
}

.nav .menu-container .menu {
	display: flex;
}

.nav .menu-container .menu li {
	margin: 15px;
}

.nav .menu-container .menu .current-menu-item a {
	color: #3bccc0;
}

.nav .menu-container .menu li a:hover {
	color: #3bccc0;
}

.nav .menu-container .menu-right {
	display: flex;
}

.nav .menu-container .menu-right li {
	margin: 5px;
}

.nav .menu-mobile {
	width: 25px;
	height: 25px;
	margin: 10px 0 10px auto;
	cursor: pointer;
}

.nav .menu-mobile img {
	width: 100%;
	height: 100%;
}


/******************* Footer ********************/
footer {
	position: relative;
	z-index: 1;
	background-color: #052736;
}

footer .footer {
	max-width: 1220px;
	margin: 0 auto;
	padding: 20px 0;
}

footer .footer-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px 0;
}

footer .footer-nav img {
	width: 120px;
	margin: 0 10px;
}

footer .footer-nav ul {
	display: flex;
}

footer .footer-nav ul li {
	margin: 0 10px;
}

footer .footer-nav ul li a {
	font-size: 15px;
	color: #ccc;
}

footer .footer-nav ul li a:hover {
	color: #fff;
}

footer .copyright {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #264744;
	padding: 30px 0;
}

footer .copyright span {
	font-size: 15px;
	line-height: 18px;
	color: #ccc;
}

footer .copyright span a:hover {
	color: #3bccc0;
}


/******************* Home ********************/
#home {
	overflow-x: hidden;
}

#home .main {
	height: 100vh;
	padding: 200px 20px;
	background-image: url('/wp-content/themes/pasar.ai/assets/images/main-bg.jpg');
	background-size: cover;
	background-position: center;
	text-align: center;
}

#home .main img {
	width: 240px;
	margin-bottom: 20px;
}

#home .main .sub-title {
	margin-bottom: 30px;
}

#home .about {
	max-width: 1220px;
	margin: 0 auto;
	margin-top: -50px;
	padding: 60px;
	background-color: #052736;
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 10px;
}

#home .about img {
	width: 180px;
	display: block;
	margin-bottom: 15px;
}

#home .features {
	max-width: 1220px;
	margin: 120px auto;
	text-align: center;
}

#home .features .flex-wrap {
	justify-content: space-between;
	margin: 20px 0;
}

#home .points {
	margin:  0 auto;
	text-align: center;
	margin: 120px auto;
}

#home .points .points-slider {
	background-image: url('/wp-content/themes/pasar.ai/assets/images/slider-bg.png');
	background-position: center;
	margin-bottom: 30px;
	padding: 120px 0;
}

#home .points .points-slider .slide-wrap {
	max-width: 400px;
	margin: 0 auto;
	padding: 30px;
}

#home .points .points-slider img {
	width: 60px;
	height: 60px;
	margin: 0 auto 20px auto;
}

#home .points .points-slider .slick-arrow {
	width: 45px;
	height: 45px;
	display: block;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	padding: 10px;
	background-color: #000;
	border: 1px solid #3bccc0;
	border-radius: 50%;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	z-index: 1;
	
}

#home .points .points-slider .slick-prev {
	left: 8%;
}

#home .points .points-slider .slick-next {
	right: 8%;
}

#home .points .points-slider .slick-prev:before,
#home .points .points-slider .slick-next:before {
	width: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}

#home .points .points-slider .slick-prev:before {
	content: url('/wp-content/themes/pasar.ai/assets/icons/chevron-left-light.svg');
}

#home .points .points-slider .slick-next:before {
	content:url('/wp-content/themes/pasar.ai/assets/icons/chevron-right-light.svg');
}

#home .banner {
	padding: 50px 20px;
	text-align: center;	
	background-image: url('/wp-content/themes/pasar.ai/assets/images/banner-bg.png');
	background-position: center;
}


/******************* About us ********************/
#about {
	overflow-x: hidden;	
}

#about .page-title {
	background-image: url('/wp-content/themes/pasar.ai/assets/images/sub-bg1.jpg');
}

#about .overview {
	padding: 60px;
}

#about .team-banner {
	margin: 60px auto 120px auto;
	text-align: center;
}

#about .team-banner img {
	width: 80px;
	margin-bottom: 20px;
}

#about .team-banner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#about .team-banner ul li {
	min-width: 200px;
	width: 25%;
	height: 80px;
	margin: 10px;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #9dceca;
	border: 1px solid #264744;
	border-radius: 16px;
}

#about .vision-mission {
	margin: 120px auto;
}

#about .vision-mission .content-wrap {
	text-align: center;
}

#about .vision-mission .flex-wrap {
	margin: 30px 0;
	align-items: center;
	justify-content: space-between;
}

#about .certification {
	margin: 120px auto;
	padding: 60px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	background-color: #052736;
}

#about .certification img {
	width: 50%;
	max-width: 200px;
	border-radius: 20px;
}


/******************* Products ********************/
#products .page-title {
	background-image: url('/wp-content/themes/pasar.ai/assets/images/sub-bg2.jpg');
}

#products .overview {
	padding: 60px;
}

#products .features {
	margin: 60px auto 120px auto;
	text-align: center;
}

#products .features .flex-wrap {
	justify-content: space-between;
	margin: 20px 0;
}

#products .benefits {
	margin: 120px auto;
}


/******************* How it works ********************/
#how-it-works .page-title {
	background-image: url('/wp-content/themes/pasar.ai/assets/images/sub-bg3.jpg');
}

#how-it-works .overview {
	padding: 60px;
}

#how-it-works .operator-side {
	margin: 60px auto 120px auto;
}

#how-it-works .vendor-side .num-box {
	color: #34afe9;
}

#how-it-works .diagram {
	margin: 120px auto 200px auto;
}

#how-it-works .diagram .diagram-row {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

#how-it-works .diagram .diagram-pasar {
	padding-bottom: 30px;
}

#how-it-works .diagram .participants {
	width: 30%;
	padding: 20px 15px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border: 1px solid #264744;
	border-radius: 20px;
	background-color: #000102;
	cursor: pointer;
}

#how-it-works .diagram .main-box {
	background-color: #052736;
}

#how-it-works .diagram .participants h4 {
	width: 100%;
	margin: 10px 0 0 0;
	font-size: 16px;
	text-align: center;
}

#how-it-works .diagram .participants img {
	width: 50px;
	height: 50px;
}

#how-it-works .diagram .arrow-box {
	margin: 30px 0;
}

#how-it-works .diagram .arrow-box img {
	width: 20px;
}

#how-it-works .diagram .tooltip {
	width: 110%;
	padding: 20px 15px;
	position: absolute;
	top: 110%;
	z-index: 1;
	background-color: rgba(0 ,0, 0, 0.8);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 20px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}

#how-it-works .diagram .tooltip p {
	margin: 0;
}

#how-it-works .diagram .participants:hover .tooltip {
	opacity: 1;
	visibility: visible;
}

#how-it-works .diagram .participants::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at top left, #0080ff, #00ffa3);
	opacity: 0;
	z-index: -1;
	transition: opacity 0.3s ease;
	filter: blur(10px);
}

#how-it-works .diagram .participants:hover::before {
	opacity: 1;
}


/******************* Pricing ********************/
#pricing .page-title {
	background-image: url('/wp-content/themes/pasar.ai/assets/images/sub-bg4.jpg');
}

#pricing .role-group {
	margin-bottom: 60px;
	text-align: center;
}

#pricing .role-group h3 {
	font-size: 26px;
}

#pricing .role-group .btn {
	min-width: 140px;
	margin: 0 5px;
	border-radius: 20px;
	cursor: pointer;
}

#pricing .billing-options {
	width: 100%;
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
}

#pricing .billing-btn {
	padding: 10px 30px;
	color: #ccc;
	background-color: transparent;
	border: 0;
	cursor: pointer;
}

#pricing .billing-btn.active {
	border-bottom: 2px solid #37b0a6;
	color: #fff;
}

#pricing .plan-group {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

#pricing .plan-group > h4 {
	width: 100%;
	margin: 0;
}

#pricing .plan {
	display: flex;
	flex: 1;
	flex-direction: column;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	overflow: hidden;
}

#pricing .plan-header {
	padding: 20px;
	background-color: #007a71;
}

#pricing .plan-header h4 {
	font-weight: 500;
}

#pricing .plan-header h3 {
	margin: 0;
}

#pricing .plan-header .btn {
	width: 100%;
	text-align: center;
}

#pricing .plan-body {
	padding: 20px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

#pricing .plan-body h5 {
	color: #fff;
}

#pricing .plan-body > ul {
	margin-bottom: 40px;
}

#pricing .plan-body > ul li {
	display: flex;
	margin-bottom: 5px;
}

#pricing .plan-body img {
	width: 15px;
	margin-right: 10px;
}

#pricing .plan-body p {
	margin: 0;
}

#pricing .plan-addon {
	height: 110px;
	margin-top: auto;
}

#pricing .plan-addon-title {
	display: flex;
}

#pricing .plan-addon-title img {
	width: 20px;
	margin-right: 10px;
}

#pricing .plan-addon-title p {
	margin: 0;
	color: #fff;
	font-weight: 500;
}

#pricing .plan-addon-info {
	width: 100%;
	margin-left: 40px;
}

#pricing .plan-addon-info li {
	list-style: disc;
	margin: 5px 0;
}

#pricing .plan-addon-info li p {
	color: #fff;
}

#pricing .plan-addon-info li > * {
	margin: 0;
	font-size: 14px;
	line-height: 16px;
	color: #ccc;
}

#pricing .plan-addon-info h4 {
	display: inline-block;
}

#pricing .plan-addon-info span {
	padding-left: 5px;
	font-size: 12px;
	color: #ccc;
}

#pricing .plan-basic .plan-header {
	background-color: #666;
}

#pricing .plan-group-operator {
	display: none;
}

#pricing .plan-group-operator .plan-header {
	background-color: #1c546d;
}

#pricing .plan-description {
	margin: 30px;
}

#pricing .plan-description p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 5px;
}

#pricing .free-banner {
	min-height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px;
	background-image: url('/wp-content/themes/pasar.ai/assets/images/banner-bg2.jpg');
	background-size: cover;
	border: 1px solid #264744;
	border-radius: 20px;
	box-shadow: 0px 0px 10px 2px #3bccc0;
}

#pricing .free-banner span {
	margin-bottom: 20px;
	padding: 5px 15px;
	color: #333;
	background-color: #fff;
	border-radius: 10px;
}

#pricing .free-banner p {
	margin: 0;
}


/******************* Contact ********************/
#contact .page-title {
	background-image: url('/wp-content/themes/pasar.ai/assets/images/contact-bg.jpg');
}

#contact .page-cotent > .flex-wrap {
	align-items: stretch;
}

#contact .contact-info {
	padding-left: 0;
}

#contact .contact-info,
#contact .contact-form {
	display: flex;
	flex-direction: column;
}

#contact .contact-info .contact-img img {
	width: 100%;
	border-radius: 20px;
}

#contact .contact-info .contact-details {
	padding: 30px;
	margin-top: 30px;
	border: 1px solid #38b0a6;
	border-radius: 20px;
	background-color: #071d27;
	flex: 1;
}

#contact .contact-info .contact-details ul li {
	display: flex;
	margin-bottom: 15px;
	align-items: center;
}

#contact .contact-info .contact-details ul li img {
	width: 16px;
	margin-right: 20px;
}

#contact .contact-info .contact-details ul li span,
#contact .contact-info .contact-details ul li a {
	font-size: 15px;
	color: #ccc;
}

#contact .contact-info .contact-details ul li a:hover {
	color: #3bccc0;
}

#contact .contact-form {
	padding: 50px 50px 10px 50px;
	position: relative;
	border: 1px solid #264744;
	border-radius: 20px;
	background-color: #052736;
}

#contact .contact-form::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at top left, #0080ff, #00ffa3);
	opacity: 0;
	z-index: -1;
	transition: opacity 0.3s ease;
	filter: blur(10px);
}

#contact .contact-form:hover::before {
	opacity: 1;
}

#contact .contact-form img {
	display: block;
	width: 50px;
	margin: 0 auto 10px auto;
}

#contact .contact-form h4 {
	margin-bottom: 40px;
	text-align: center;
}

#contact .contact-form .wpcf7 label {
	color: #aaaaaa;
}

#contact .contact-form .wpcf7 input,
#contact .contact-form .wpcf7 textarea {
	width: 100%;
	padding: 8px 10px;
	border: 1px solid #4a736f;
	border-radius: 6px;
	background-color: #052736;
}

#contact .contact-form .wpcf7 input:focus {
	outline: 1px solid #38b0a6;
}

#contact .contact-form .wpcf7 .wpcf7-submit {
	padding: 15px;
	border: 1px solid #38b0a6;
	background-color: #38b0a6;
}

#contact .contact-form .wpcf7 form > p {
	margin-bottom: 20px;
}


/******************* Page Template Default ********************/
.page-template-default .page-content {
	padding: 0 20px;
}

.page-template-default h1 {
	margin: 150px 0 50px;
	text-align: center;
}

.page-template-default h3 {
	margin-top: 50px;
	font-size: 24px !important;
}


/******************* Resposive ********************/
@media only screen and (max-width: 1239px) {
	h2, h2 > span {
		font-size: 40px;
		line-height: 48px;
	}
	
	.sub-title {
		font-size: 16px;
		line-height: 22px;
	}
	
	.nav, 
	#home .about,
	#home .features,
	footer .footer,
	.page-content {
		max-width: 940px;
	}
	
	#home .main img {
		width: 200px;
		margin-bottom: 10px;
	}
	
	#home .about,
	#about .certification {
		padding: 45px 30px;
	}
	
	footer .copyright {
		flex-wrap: wrap;
	}
	
	footer .copyright span {
		width: 100%;
		margin-bottom: 10px;
	}
	
	#about .overview,
	#products .overview,
	#how-it-works .overview {
		padding: 60px 0;
	}

}

@media only screen and (max-width: 959px) {
	.mobile {
		display: block;
	}
	
	.card-50, .card-33 {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.card img {
		height: 200px;
		object-fit: cover;
	}
	
	.list-items li {
		width: 100%;
		margin-bottom: 40px;
		justify-content: center;
	}
	
	.list-items li .list-item {
		width: 400px;
	}

	.nav,
	#home .about,
	#home .features,
	footer .footer,
	.page-content {
		max-width: 720px;
	}
	
	.nav {
		font-size: 18px;
	}
	
	.nav .menu-container {
		width: 300px;
		height: 100%;
		position: fixed;
		top: 0;
		right: -300px;
		background-color: #071c25;
		display: flex;
		flex-wrap: wrap;
	}
	
	.nav .menu-container .menu {
		flex-wrap: wrap;
		text-align: center;
	}
	
	.nav .menu-container .menu li {
		width: 100%;
	}
	
	.nav .menu-container .menu-right {
		width: 100%;
		display: block;
		text-align: center;
	}
	
	.nav .menu-container .menu-right li {
		margin: 10px 20px;
	}
	
	.nav .menu-container .menu-right li a {
		width: 100%;
		padding: 15px;
		border-radius: 12px;
	}
	
	footer .footer-nav {
		display: block;
		text-align: center;
	}
	
	footer .footer-nav > a {
		display: inline-block;
		margin-bottom: 20px;
	}
	
	footer .footer-nav ul {
		justify-content: center;
	}
	
	footer .copyright {
		display: block;
		text-align: center;
	}
	
	footer .copyright span {
		display: block;
		margin-bottom: 10px;
	}
	
	#home .features .flex-wrap,
	#products .features .flex-wrap  {
		margin: 0;
	}
	
	#about .vision-mission .content-wrap {
		padding: 0 20px;
	}
	
	#pricing .plan {
		flex: auto;
	}
}

@media only screen and (max-width: 767px) {
	.col-40,
	.col-50,
	.col-60 {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
	
	.content-wrap {
		padding: 0 20px;
	}
	
	.page-title {
		height: 400px;
		background-attachment: scroll;
	}
	
	.bg-overlay {
		height: 400px;
	}
	
	.page-title img {
		width: 140px;
	}
	
	.page-content {
		margin-top: 0;
	}
	
	.scale-img img {
		height: 200px;
		object-fit: cover;
	}
	
	.mobile-reverse {
		flex-direction: column-reverse;
	}
	
	h2, h2 > span {
		font-size: 32px;
		line-height: 40px;
	}
	
	h3, h3 > span {
		font-size: 26px;
		line-height: 32px;
	}
	
	h4 {
		font-size: 16px;
		line-height: 22px;
	}
	
	h5 {
		font-size: 15px;
		line-height: 20px;
	}
	
	p {
		font-size: 14px;
		line-height: 20px;
	}
	
	.sub-title {
		font-size: 15px;
		line-height: 20px;
	}
	
	.content-title {
		font-size: 24px;
		line-height: 30px;
	}
	
	.nav {
		margin: 8px;
	}
	
	.nav .logo img,
	footer .footer-nav img {
		width: 100px;
	}
	
	footer .footer {
		padding: 20px;
	}
	
	footer .footer-nav ul li a {
		font-size: 14px;
	}
	
	footer .copyright span {
		font-size: 14px;
	}
	
	#home .main img {
		width: 160px;
	}
	
	#home .about {
		margin: -100px 20px 0 20px;
	}
	
	#home .points .points-slider .slick-prev {
		left: 5%;
	}
	
	#home .points .points-slider .slick-next {
		right: 5%;
	}
	
	#home .banner h3 {
		font-size: 20px;
		line-height: 28px;
	}
	
	#about .overview,
	#products .overview,
	#how-it-works .overview {
		padding: 60px 30px;
	}
	
	#about .team-banner ul li {
		width: 100%;
		height: 60px;
		margin: 10px 20px;
	}
	
	#about .vision-mission .flex-wrap {
		margin: 10px 20px;
	}
	
	#about .certification {
		margin: 120px 20px 120px 20px;
	}
	
	#how-it-works .diagram {
		margin: 120px 20px 200px 20px;
	}
	
	#how-it-works .diagram .tooltip {
		width: 300px;
	}
	
	#how-it-works .diagram .tooltip-left {
		left: 0;
	}
	
	#how-it-works .diagram .tooltip-right {
		right: 0;
	}
	
	#pricing .role-group {
		margin-bottom: 50px;
	}
	
	#pricing .role-group h3 {
		font-size: 20px;
	}
	
	#pricing .plan-group {
		margin: 0 20px;
	}
	
	#contact .contact-info {
		padding: 0 20px;
	}
	
	#contact .contact-info .contact-img img {
		display: none;
	}
	
	#contact .contact-info .contact-details {
		margin-top: 0;
	}
	
	#contact .contact-form {
		margin: 10px 20px 30px 20px;
		padding: 50px 30px 10px 30px;
	}
	
	#contact .contact-info .contact-details ul li span, 
	#contact .contact-info .contact-details ul li a {
		font-size: 14px;
	}
	
	#pricing .free-banner {
		margin: 0 20px;
	}
}