* {
	font-family: Arial;
	font-size: 15px;
	color: #12151C;
}

body {
	margin: 0;
	padding: 0;
}

.area-whatsapp {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	bottom: 20px;
	right: 20px;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background-color: #27D045;
	transition: all ease 0.3s;
}

.area-whatsapp:hover {
	opacity: 0.7;
}

.area-whatsapp img {
	width: 30px;
}

.cursor {
	cursor: pointer;
}

.pp-area {
	padding-left: 200px;
	padding-right: 200px;
	margin-top: 30px;
}

.pp-title-main {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}

.pp-content {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #DDDDDD;
}

.pp-title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.pp-info {
	font-size: 14px;
}

.header-area {
	display: flex;
	align-items: center;
	height: 70px;
	padding-left: 200px;
	padding-right: 200px;
	border-bottom: 1px solid #DDDDDD;
}

.header-logo {
	flex: 1;
}

.header-logo img {
	width: 230px;
	text-decoration: none;
	transition: all ease 0.3s;
}

.header-logo img:hover {
	opacity: 0.7;
}

.header-menu {
	display: flex;
	align-items: center;
}

.header-menu-area {
	display: flex;
	align-items: flex-end;
	flex: 8;
}

.header-menu-area img {
	width: 150px;
	margin-left: 50px;
	text-decoration: none;
	transition: all ease 0.3s;
}

.header-menu-area img:hover {
	opacity: 0.7;
}

.header-menu-items {
	font-weight: bold;
	margin-left: 50px;
	text-decoration: none;
	transition: all ease 0.3s;
}

.header-menu-items:hover {
	color: #27D045;
}

.header-menu-phone {
	display: flex;
	margin-left: 50px;
	text-decoration: none;
	transition: all ease 0.3s;
}

.header-menu-phone:hover {
	opacity: 0.7;
}

.header-menu-phone-icon img {
	width: 35px;
}

.header-menu-phone-info {
	margin-left: 10px;
}

.header-menu-phone-text {
	font-size: 13px;
	margin-top: 2px;
	margin-bottom: 3px;
}

.header-menu-phone-number {
	font-size: 16px;
	font-weight: bold;
	margin-top: 3px;
}

.header-mobile {
	display: none;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}

.header-mobile-items {
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-mobile-item {
	flex: 1;
	text-align: center;
	text-decoration: none;
	transition: all ease 0.3s;
}

.header-mobile-item:hover {
	opacity: 0.7;
}

.header-mobile-item img {
	width: 150px;
}

.top-banner-area {
	width: 100%;
	background-color: #12151C;
}

.top-banner img,
.top-banner-mobile img {
	width: 100%;
}

.top-banner img {
	width: 100%;
}

.top-banner-mobile {
	display: none;
}

.top-banner-area2 {
	width: 100%;
	background-color: #EEEEEE;
}

.top-about-area {
	width: 100%;
	padding-top: 70px;
	padding-bottom: 100px;
	background-color: #12151C;
}

.top-about {
	padding-left: 200px;
	padding-right: 200px;
}

.top-about-title {
	font-size: 45px;
	color: #FFFFFF;
	margin-bottom: 30px;
}

.top-about-text {
	font-size: 22px;
	color: #FFFFFF;
}

.center-area {
	padding-top: 30px;
	padding-left: 200px;
	padding-right: 200px;
	margin-bottom: 150px;
}

.center-title {
	font-size: 45px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.center-title2 {
	font-size: 45px;
	text-align: center;
	margin-top: 120px;
	margin-bottom: 60px;
}

.center-banners-area a {
	text-decoration: none;
}

.center-banners-area {
	display: flex;
	justify-content: center;
	align-items: center;
}

.center-banner1 {
	margin-right: 15px;
}

.center-banner2 {
	margin-left: 15px;
}

.center-img img {
	width: 100%;
}

.center-text {
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	padding: 25px;
	background-color: #12151C;
}

.center-logo {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 25px;
	background-color: #12151C;
}

.center-logo img {
	width: 150px;
}

.center-details {
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	margin: 20px;
	margin-top: 30px;
	margin-bottom: 0px;
	border-radius: 10px;
	border: 1px solid #FFFFFF;
	transition: all ease 0.3s;
}

.center-details:hover {
	opacity: 0.7;
}

.center-partner {
	display: flex;
	margin-top: 80px;
	margin-bottom: 100px;
}

.center-partner1 {
	flex: 4;
}

.center-partner-title {
	font-size: 35px;
	font-weight: bold;
	color: #27D045;
	margin-bottom: 50px;
}

.center-partner-logo {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 40px;
}

.center-partner-logo1 img {
	width: 120px;
	margin-right: 25px;
}

.center-partner-logo2 img {
	width: 170px;
	margin-left: 25px;
}

.center-partner-logo3 img {
	width: 150px;
	margin-right: 25px;
}

.center-partner-text {
	font-size: 22px;
	line-height: 35px;
}

.center-partner2 {
	flex: 3;
}

.center-partner2 img {
	width: 100%;
}

.center-tech {
	display: grid;
	align-items: center;
	grid-template-columns: 16% 17% 17% 17% 17% 16%;
	margin-top: 100px;
}

.center-tech-items {
	padding: 35px;
}

.center-tech-items img {
	width: 100%;
}

.bottom {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #12151C;
}

.bottom-area {
	display: flex;
	align-items: center;
	padding-left: 200px;
	padding-right: 200px;
}

.bottom-item1 {
	flex: 1;
}

.bottom-item1 img {
	width: 200px;
	text-decoration: none;
	transition: all ease 0.3s;
}

.bottom-item1 img:hover {
	opacity: 0.7;
}

.bottom-item1-social-area {
	text-align: left;
}

.bottom-item1-social {
	width: 200px;
	text-align: center;
}

.bottom-item1-social a {
	text-decoration: none;
}

.bottom-item1-social img {
	width: 25px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
	transition: all ease 0.3s;
}

.bottom-item1-social img:hover {
	opacity: 0.7;
}

.bottom-item2 {
	flex: 1;
	text-align: center;
}

.bottom-item2 img {
	width: 150px;
	margin-bottom: 20px;
}

.bottom-item2-text {
	font-size: 13px;
	color: #FFFFFF;
}

.bottom-item3 {
	flex: 1;
	text-align: right;
}

.bottom-item3 img {
	width: 140px;
}

.footer {
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
	background-color: #1d1d1d;
}

.page-area {
	margin-top: 30px;
	padding-left: 200px;
	padding-right: 200px;
}

.page-area-margin-top {
	margin-top: 0px;
}

.page-item {
	display: flex;
	align-items: center;
	padding-top: 60px;
	padding-bottom: 60px;
}

.page-background {
	margin-top: -30px;
	padding-top: 100px;
	padding-bottom: 80px;
	background-color: #E8E8E8;
}

.page-background2 {
	background-color: #E8E8E8;
}

.page-background3 {
	background-color: #E8E8E8;
	padding-top: 30px;
	padding-bottom: 30px;
}

.page-left {
	flex: 3;
	margin-right: 80px;
}

.page-right {
	flex: 2;
}

.page-right img {
	width: 100%;
}

.page2-area {
	padding: 50px;
	padding-left: 200px;
	padding-right: 200px;
	background-color: #E8E8E8;
}

.page2-item {
	display: flex;
	align-items: center;
	padding-top: 60px;
	padding-bottom: 60px;
}

.page2-left {
	flex: 2;
}

.page2-left img {
	width: 100%;
}

.page2-right {
	flex: 3;
	margin-left: 80px;
}

.page-subtitle {
	font-size: 18px;
	font-weight: bold;
	color: #27D045;
	margin-bottom: 20px;
}

.page-title {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 30px;
}

.page-text {
	text-align: justify;
	line-height: 30px;
	font-size: 18px;
	margin-right: 50px;
}

.page-text a {
	color: #27D045;
	text-decoration: none;
	transition: all ease 0.3s;
}

.page-text a:hover {
	opacity: 0.7;
}

.page-app {
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.page-app img {
	width: 200px;
}

.page2-free-area {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 50px;
	padding-bottom: 75px;
}

.page2-free {
	width: 100%;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	padding: 15px;
	cursor: pointer;
	border-radius: 10px;
	background-color: #27D045;
	transition: all ease 0.3s;
}

.page2-free:hover {
	opacity: 0.7;
}

.page3-free-area {
	padding-bottom: 50px;
}

.page3-free {
	font-size: 18px;
	text-align: center;
	color: #27D045;
	cursor: pointer;
	transition: all ease 0.3s;
}

.page3-free:hover {
	opacity: 0.7;
}


.plans-area {
	margin-top: 50px;
	padding-top: 75px;
	padding-bottom: 75px;
	background-color: #F5F5F5;
}

.plans-area2 {
	margin-top: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #FFFFFF;
}

.plans-area-items {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 230px;
	padding-right: 230px;
}

.plans-area-item {
	flex: 1;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #27D045;
}

.plans-area-item-center {
	flex: 1;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #FFFFFF;
}

.plans-area-item-recommended {
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
	background-color: #27D045;
}

.plans-area-item-recommended-no {
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
	background-color: #FFFFFF;
}

.plans-border-recommended {
	border: 1px solid #27D045;
}

.plans-area-item-padding {
	padding: 20px;
}

.plans-area-item-title {
	font-size: 22px;
	text-align: center;
	margin-top: 20px;
}

.plans-area-item-info {
	font-size: 16px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}

.plans-area-item-info2 {
	font-size: 16px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-top: 30px;
	border-top: 1px solid #DDDDDD;
}

.plans-area-item-payment {
	font-size: 13px;
	color: #27D045;
	margin-top: 20px;
	margin-bottom: 20px;
}

.plans-area-item-prices {
	margin-top: 30px;
	margin-bottom: 20px;
}

.plans-area-item-price-off {
	font-size: 18px;
	text-decoration: line-through;
	color: #AAAAAA;
	text-align: center;
}

.plans-area-item-price {
	font-size: 30px;
	text-align: center;
	margin-top: 3px;
}

.plans-area-item-month {
	font-size: 16px;
	color: #AAAAAA;
	margin-top: 5px;
}

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

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


@media screen and (max-width: 1300px) {

	.header-area {
		height: 55px;
	}

	.header-logo {
		text-align: center;
	}

	.header-logo img {
		width: 180px;
	}

	.header-menu {
		display: none;
	}

	.header-mobile {
		display: block;
	}

	.page-subtitle {
		font-size: 16px;
		text-align: center;
	}

	.page-title {
		font-size: 22px;
		font-weight: bold;
		margin-bottom: 30px;
		text-align: center;
	}

	.page-text {
		line-height: 28px;
		font-size: 15px;
	}

	.center-text {
		font-size: 15px;
		padding: 20px;
	}

	.plans-area-items {
		display: block;
		text-align: center;
	}

	.plans-area-item-center {
		margin-top: 30px;
		margin-bottom: 30px;
		margin-left: 0px;
		margin-right: 0px;
	}

	.margin-left {
		margin-right: 0px;
	}

	.margin-right {
		margin-top: 30px;
		margin-left: 0px;
	}

}

@media screen and (max-width: 1000px) {

	.area-whatsapp {
		bottom: 15px;
		right: 15px;
	}

	.header-area {
		padding-left: 20px;
		padding-right: 20px;
	}

	.pp-area {
		padding-left: 20px;
		padding-right: 20px;
	}

	.pp-title-main {
		text-align: center;
	}

	.page-background {
		padding-top: 60px;
		padding-bottom: 40px;
	}

	.top-about {
		padding-left: 20px;
		padding-right: 20px;
	}

	.top-about-area {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.top-about-title {
		font-size: 28px;
		margin-bottom: 30px;
	}

	.top-about-text {
		font-size: 15px;
	}

	.center-area {
		padding-top: 0px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.center-title {
		font-size: 30px;
		margin-bottom: 50px;
	}

	.center-title2 {
		font-size: 30px;
		margin-top: 120px;
		margin-bottom: 50px;
	}

	.center-partner {
		display: block;
		margin-top: 80px;
		margin-bottom: 60px;
	}

	.center-partner-title {
		font-size: 25px;
		margin-top: -20px;
		margin-bottom: 40px;
		text-align: center;
	}

	.center-partner-logo1 img {
		width: 80px;
		margin-right: 20px;
	}

	.center-partner-logo2 img {
		width: 130px;
		margin-left: 20px;
	}

	.center-partner-logo3 img {
		width: 110px;
	}

	.center-partner2 img {
		width: 100%;
		margin-top: 50px;
	}

	.center-tech {
		grid-template-columns: 33% 34% 33%;
	}

	.bottom {
		text-align: center;
	}

	.bottom-area {
		display: block;
		padding-left: 20px;
		padding-right: 20px;
	}

	.bottom-item1 {
		text-align: center;
	}

	.bottom-item2 {
		margin-top: 50px;
	}

	.bottom-item3 {
		text-align: center;
		margin-top: 50px;
	}

	.bottom-item1-social {
		width: 100%;
		text-align: center;
	}

	.page-area,
	.plans-area-items {
		padding-left: 20px;
		padding-right: 20px;
	}

	.page-item {
		display: block;
	}

	.page-left {
		margin-right: 0px;
	}

	.page-right {
		margin-top: 50px;
	}

	.page2-area {
		padding-left: 20px;
		padding-right: 20px;
	}

	.page-area-margin {
		margin-top: 70px;
	}

	.page-area-margin2 {
		margin-top: 40px;
	}

	.page2-item {
		display: block;
	}

	.page2-right {
		margin-top: 50px;
		margin-left: 0px;
	}

	.center-banners-area {
		display: block;
	}

	.center-banner1 {
		margin-right: 0px;
	}

	.center-banner2 {
		margin-left: 0px;
	}

	.bottom-item3 img {
		width: 180px;
	}

}

@media screen and (max-width: 600px) {

	.header-mobile-item img {
		width: 120px;
	}

	.top-banner {
		display: none;
	}

	.top-banner-mobile {
		display: block;
	}

	.top-about-area {
		margin-bottom: -60px;
	}

	.top-about-title {
		font-size: 22px;
		margin-bottom: 30px;
	}

	.top-about-text {
		font-size: 14px;
	}

	.center-area {
		padding-left: 0px;
		padding-right: 0px;
	}

	.center-partner2 {
		padding: 20px;
		margin-top: -20px;
	}

	.center-partner-title {
		font-size: 22px;
		margin-top: -40px;
	}

	.center-partner-text {
		font-size: 15px;
	}

	.center-tech {
		grid-template-columns: 50% 50%;
		margin-top: 30px;
	}

	.footer {
		font-size: 12px;
	}

	.page-subtitle {
		font-size: 15px;
	}

	.page-title {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 30px;
	}

	.page-text {
		line-height: 25px;
		font-size: 15px;
		margin-right: 0px;
	}

	.page-app img {
		width: 175px;
	}

	.center-title {
		font-size: 25px;
	}

	.center-area {
		margin-top: -30px;
		margin-bottom: 80px;
	}

	.page2-free {
		font-size: 16px;
	}

}