@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&family=Nunito&family=Nunito+Sans&family=Poppins:wght@400;700&display=swap');
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

p {
	line-height: 1.5em;
}
/*================================*/
.container_wrapper {
	width: 100%;
}
.container_wrapper:after {
	content: '';
	display: block;
	clear: both;
}
.wrapper {
	display: block;
	max-width: 960px;
	margin: 0 auto;
}
/*---------------------------------*/
.header_bg {
	width: 100%;
	background: url(img/header_bg.png) no-repeat;
	background-size: cover;
}
.logo_nav {
	padding: 20px 0px;
	margin-bottom: 40px;
	border-bottom: 1px solid #B9DFFC;
}
.logo_nav:after {
	content: '';
	display: block;
	clear: both;
}
/*----------------------------*/
.logo_nav .logo {
	float: left;
	display: inline-block;
}
/*------------------------------*/
.logo_nav nav {
	float: right;
	display: inline-block;
}
.logo_nav nav ul li {
	float: left;
	padding: 10px 15px;
	text-transform: uppercase;
	font-size: 14px;
}
.logo_nav nav ul li a {
	color: white;
}
.logo_nav nav ul li a:hover {
	transition: 0.3s all;
	color: #ececec;
}
.logo_nav nav ul li.login {
	padding: 0px;
}
.logo_nav nav ul li.login a {
	padding: 10px 18px;
	display: block;
	background-color: #4CA3E6;
	border-radius: 6px;
}
.logo_nav nav li.login a:hover {
	transition: 0.3s all;
	background-color: #398CCC;
}
/*==============================*/
header {
	display: block;
	overflow: hidden;
	padding: 85px 0px;
}
header .col_6 {
	width: 45%;
	color: white;
}
header .col_6 h2 {
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 20px 0px;
	color: #fffefe;
}
header .col_6 p {
	width: 75%;
	margin-bottom: 20px;
	color: #fefefe;
}
header .col_6 .button {
	display: block;
	overflow: hidden;
	padding: 30px 0px;
}
header .col_6 .button button {
	border: none;
	padding: 15px 30px;
	margin-right: 20px;
	border-radius: 10px;
	background-color: #53A0DB;
	color: white;
	cursor: pointer;
	font-size: 17px;
}
header .col_6 .button button:hover {
	transition: 0.3s all;
	background-color: #398CCC;
}
header .col_6 .button button.gplay {
	background-color: #fff;
	color: #3e3e3e;
	padding-right: 20px;
	padding-left: 50px;
	position: relative;
}
header .col_6 .button button.gplay:hover {
	transition: 0.3s all;
	box-shadow: 2px 5px 2px 1px #2625251a;
}
header .col_6 .button button.gplay:before {
	content: '';
	display: inline-block;
	background: url(img/gplay.png) no-repeat;
	width: 30px;
	height: 32px;
	position: absolute;
	left: 15px;
	top: 10px;
}
/*========================*/
.welcome {
	display: block;
	overflow: hidden;
	text-align: center;
	padding: 70px 0px 30px 0px;
}
.welcome hr.wel {
	width: 40px;
	border: 0;
	height: 5px;
	margin: 20px auto;
	background: #2EB0EC;
}
.welcome h3 {
	font-size: 30px;
	color: #494949;
	text-transform: capitalize;
}
.welcome p.head {
	color: #7c7c7c;
	text-transform: capitalize;
}
/*============================*/
.service_wrapper {
	display: block;
	overflow: hidden;
	padding: 40px 0px 70px 0px;
}
.service_wrapper .single_service {
	width: 33.33%;
	float: left;
	text-align: center;
}
.service_wrapper .single_service .img {
	height: 106px;
	margin-bottom: 30px;
}
.service_wrapper .single_service h4 {
	font-size: 20px;
	margin: 20px auto;
	color: #494949;
	text-transform: capitalize;
}
.service_wrapper .single_service p {
	width: 90%;
	font-size: 16px;
	margin: 20px auto;
	color: #7c7c7c;
	text-transform: capitalize;
}
/*====================================*/
.features_bg {
	width: 100%;
	background: url(img/features_bg.png) no-repeat;
	background-size: cover;
	overflow: hidden;
}
.features_right {
	width: 50%;
	float: right;
	padding: 100px 0px;
}
.features_right .head {
	color: #494949;
	text-transform: capitalize;
	margin: 10px 0px;
	font-size: 16px;
}
.features_right h2 {
	color: #494949;
	text-transform: capitalize;
	margin: 10px 0px;
	font-size: 30px;
}
.features_right p {
	color: #7c7c7c;
	margin: 10px 0px;
	font-size: 17px;
}
.features_right ul {
	margin: 30px 0px;
}
.features_right ul li {
	display: block;
	margin: 15px 0px;
	color: #7c7c7c;
	font-size: 18px;
	position: relative;
	padding-left: 30px;
}
.features_right ul li:before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 8px;
	height: 8px;
	background: #66D4F4;
	border: 5px solid #C8EBF5;
	border-radius: 50%;
	left: 0;
	top: 5px;
}
.features_right .readmore {
	display: inline-block;
	padding: 15px 35px;
	background-color: #66D4F4;
	border-radius: 30px;
	text-transform: uppercase;
	color: white;
	font-weight: 600;
	letter-spacing: .5px;
}
.features_right .readmore:hover {
	transition: 0.3s all;
	box-shadow: 0px 5px 3px 1px #87CDE14D;
}
/*====================================*/
.oservice_wrapper {
	overflow: hidden;
	padding: 40px 0px;
}
.oservice_wrapper .single_service {
	width: 33.33%;
	float: left;
	margin-bottom: 20px;
	min-height: 170px;
	overflow: hidden;
}
.oservice_wrapper .col2 {
	width: 20%;
	float: left;
}
.oservice_wrapper .col8 {
	width: 80%;
	float: right;
}
.oservice_wrapper .col8 h4 {
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 20px;
	color: #494949;
}
.oservice_wrapper .col8 p {
	font-size: 17px;
	margin-bottom: 20px;
	color: #7c7c7c;
}
/*=============================*/
.review_bg {
	width: 100%;
	background: url(img/review_bg.png) no-repeat;
	background-size: cover;
	overflow: hidden;
}
.review {
	width: 60%;
	position: relative;
	margin: 30px auto;
	margin-bottom: 10px;
	background-color: #ffffff;
	padding: 40px;
	border-radius: 15px;
	text-align: center;
}
.review img {
	margin: 0 auto;
	margin-top: -85px;
	margin-bottom: 20px;
	display: block;
}
.review h4 {
	font-size: 24px;
	color: #494949;
}
.review p.des {
	font-size: 17px;
	color: #7c7c7c;
	margin-bottom: 30px;
}
.review p {
	font-size: 20px;
	color: #7c7c7c;
	margin-bottom: 20px;
}
/*---------------------------*/
.review span.left {
	position: absolute;
	width: 40px;
	height: 80%;
	background-color: grey;
	opacity: .1;
	left: -40px;
	border-radius: 10px 0px 0px 10px;
	/*box-shadow: -5px 0px 5px 2px grey;*/
}
.review span.left:before {
	content: '';
	position: absolute;
	left: -30px;
	display: inline-block;
	width: 30px;
	height: 80%;
	top: 30px;
	background-color: grey;
	border-radius: 10px 0px 0px 10px;
	opacity: .6;
}
/*---------------------------*/
.review span.right {
	position: absolute;
	width: 40px;
	height: 80%;
	background-color: grey;
	opacity: .1;
	right: -40px;
	border-radius: 0px 10px 10px 0px;
	/*box-shadow: -5px 0px 5px 2px grey;*/
}
.review span.right:before {
	content: '';
	position: absolute;
	right: -30px;
	display: inline-block;
	width: 30px;
	height: 80%;
	top: 30px;
	background-color: grey;
	border-radius: 0px 10px 10px 0px;
	opacity: .6;
}
/*-----------------------------------*/
.os_button {
	padding-bottom: 80px;
	text-align: center;
}
.os_button a {
	display: inline-block;
	padding: 10px;
	color: #7e7d7d;
	font-size: 20px;
}
.os_button a:hover {
	transition: 0.3s all;
	color: black;
}
/*===================================*/
.resource_wrapper {
	padding: 80px 0px;
	overflow: hidden;
}
.resource_wrapper .col6 {
	width: 50%;
	float: left;
}
.resource_wrapper .col6:first-of-type {
	padding-right: 30px;
}
.resource_wrapper .col6 img {
	width: 100%;
}
.resource_wrapper .col6 p.head {
	color: #9e9e9e;
	font-size: 17px;
}
.resource_wrapper .col6 h2 {
	color: #494949;
	font-size: 35px;
	text-transform: capitalize;
	margin: 10px 0px;
}
.resource_wrapper .col6 p {
	color: #7c7c7c;
	font-size: 18px;
	margin: 10px 0px;
}
/*==============================*/
.plan_bg {
	width: 100%;
	background: url(img/plan_bg.png) no-repeat;
	background-size: cover;
	overflow: hidden;
}
.plan_wrapper {
	padding: 40px 0px;
	padding-bottom: 80px;
	overflow: hidden;
}
.plan_wrapper .single_plan {
	overflow: hidden;
	width: 30%;
	float: left;
	background-color: white !important;
	margin: 0px 1.66%;
	text-align: center;
	padding: 30px 0px;
	border-radius: 20px;
	background: url(img/splan_bg.png) no-repeat;
	background-position: center -130px;
	background-size: 100% auto;
}
.plan_wrapper .single_plan img {
	margin: 20px auto;
	margin-bottom: 40px;
}
.plan_wrapper .single_plan h5 {
	font-size: 20px;
}
.plan_wrapper .single_plan h1 {
	font-size: 50px;
	color: #3EC2EF;
	display: inline-block;
	position: relative;
}
.plan_wrapper .single_plan h1:before {
	content: '$';
	display: inline-block;
	position: absolute;
	font-size: 22px;
	top: 10px;
	left: -16px;
}
.plan_wrapper .single_plan h1:after {
	content: '/mo';
	display: inline-block;
	position: absolute;
	font-size: 20px;
	font-weight: 500;
	right: -35px;
	bottom: 10px;
}
.plan_wrapper .single_plan ul li {
	margin: 10px 0px;
	color: #7c7c7c;
	font-size: 18px;
}
.plan_wrapper .single_plan .signup {
	display: inline-block;
	margin: 30px 0px;
	padding: 12px 35px;
	border-radius: 25px;
	background-color: #66D4F4;
	color: white;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
}
.plan_wrapper .single_plan:hover {
	transition: 0.3s all;
	transform: scale(1.05);
	box-shadow: 0px 0px 15px 1px #9f9f9f;
}
.plan_wrapper .single_plan .signup:hover {
	transition: 0.3s all;
	background-color: #5CC0DD;
}
/*========================================*/
.subscribe {
	padding: 40px 0px;
	padding-top: 0px;
	border-bottom: 1px solid #c9c9c9;
}
.subscribe form {
	width: 300px;
	margin: 0 auto;
	text-align: center;
}
.subscribe form input {
	display: block;
	width: 100%;
	background: #F5FAFA;
	border: none;
	height: 45px;
	margin: 8px 0px;
	padding-left: 12px;
	border-radius: 20px;
	color: #7c7c7c;
	font-size: 16px;
	text-align: center;
}
.subscribe form input[type=name]:focus,
.subscribe form input[type=email]:focus {
	transition: 0.3s all;
	box-shadow: 0px 2px 3px 1px #d4d4d4;
	outline: none;
}
.subscribe form input[type=submit] {
	display: inline-block;
	width: 130px;
	background: #66D4F4;
	border: none;
	height: 45px;
	margin: 8px auto;
	padding-left: 0px;
	border-radius: 20px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	cursor: pointer;
}
.subscribe form input[type=submit]:hover {
	transition: 0.3s all;
	background-color: #5CC0DD;
}
/*================================*/
.footer_top {
	padding: 40px 0px;
	overflow: hidden;
	border-bottom: 1px solid #c9c9c9;
}
.footer_top .col3 {
	width: 30%;
	float: left;
	padding-right: 20px;
}
.footer_top .col3 img {
	margin-bottom: 15px; 
}
.footer_top .col3 p {
	color: #7c7c7c;
	font-size: 17px;
	margin-bottom: 20px;
}
.footer_top .social ul li {
	float: left;
	margin-right: 10px;
}
/*--------------------------*/
.footer_top .col2 {
	width: 17.5%;
	float: left;
}
.footer_top .col2 h4 {
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 30px;
}
.footer_top .col2 li {
	margin-bottom: 7px;
}
.footer_top .col2 li a {
	color: #7c7c7c;
}
.footer_top .col2 li a:hover {
	transition: 0.3s all;
	color: #4a4a4a;
}
/*=================================*/
footer {
	overflow: hidden;
	padding: 15px 0px;
	color: #7c7c7c;
}
footer a {
	font-weight: bold;
	color: #7c7c7c;
}
footer p {
	display: inline-block;
	padding: 0px 10px;
	color: #545353;
}
footer p:first-child {
	padding-left: 0px;
}

/*========= Media Queries =========*/

/*------- 768px ------*/
@media screen and (max-width: 768px) {
	header {
		padding: 50px 20px;
	}
	header .col_6 {
		width: 60%;
	}
	.features_bg {
		background: url(img/features_mobile_bg.png) no-repeat;
		background-size: cover;
		background-position: left;
	}
	.features_right {
		float: none;
		margin: 0 auto;
	}
	.oservice_wrapper {
		padding: 20px;
	}
	.resource_wrapper {
		padding: 60px 20px;
	}
	.footer_top {
		padding: 20px;
	}
	footer {
		padding: 15px 20px;
	}
}

/*------- 567px ------*/
@media screen and (max-width: 567px) {
	header {
		padding: 50px 20px;
	}
	nav {
		width: 60%;
		position: relative;
	}
	nav ul {
		display: none;
		width: 80%;
		overflow: hidden;
		margin-top: 39px;
		background-color: #67c7fe;
		position: absolute;
	}
	nav ul li {
		float: none !important;
		display: block;
	}
	nav ul li.login a {
		background-color: unset !important;
	}
	nav .bars {
		display: inline-block;
		width: 40px;
		height: 40px;
		margin-right: 20px;
		background-color: #fff;
		border-radius: 5px;
		cursor: pointer;
		float: right;
	}
	nav .bars span {
		display: block;
		width: 30px;
		height: 2px;
		margin: 8px auto;
		background-color: #000;
	}
	header .col_6 {
		width: 100%;
	}
	.welcome {
		padding: 30px 0px 10px 0px;
	}
	.welcome hr.wel {
		margin: 10px auto;
	}
	.service_wrapper .single_service h4 {
		margin: 10px 0px;
	}
	.features_right {
		padding-top: 20px;
	}
	/*------------------------*/
	.oservice_wrapper {
		overflow: hidden;
	}
	.oservice_wrapper .single_service {
		float: none;
		width: 50%;
		margin: 20px auto;
	}
	/*----------------------*/
	.review {
		padding: 25px;
	}
	.review p {
		font-size: 15px;
	}
	/*----------------------*/
	.resource_wrapper {
		padding: 60px 20px;
	}
	/*-----------------------*/
	.plan_wrapper .single_plan {
		float: none;
		width: 50%;
		margin: 30px auto;
		padding: 0;
	}
	.plan_wrapper .single_plan img {
		width: 50px;
		margin: 8px auto;
	}
	.plan_wrapper .single_plan .signup {
		margin: 10px 0px;
	}
	/*-----------------------*/
	.footer_top > div:nth-child(3),
	.footer_top > div:nth-child(4) {
		display: none;
	}
	.footer_top .col3,
	.footer_top .col2 {
		float: none;
		width: 40%;
		margin: 30px auto;
		overflow: hidden;
	}
	footer {
		padding: 15px 20px;
	}
}

/*------- 480px ------*/
@media screen and (max-width: 480px) {
	header .col_6 {
		text-align: center;
	}
	header .col_6 p {
		width: unset !important;
	}
	.service_wrapper {
		overflow: hidden;
		padding-top: 0px;
	}
	.service_wrapper .single_service {
		float: none;
		width: 50%;
		margin: 20px auto;
	}
	/*----------------------------*/
	.oservice_wrapper .single_service .col2 img {
		width: 35px;
	}
	/*------------------------*/
	.resource_wrapper .col6:nth-child(2) {
		display: none;
	}
	.resource_wrapper .col6:nth-child(1) {
		float: none;
		width: 70%;
		margin: 0 auto;
		padding-right: 0px;
	}
	/*----------------------*/
	footer {
		padding: 15px 30px;
	}
}

/*------- 320px ------*/
@media screen and (max-width: 320px) {
	header {
		padding-top: 0px;
	}
	header .col_6 button {
		margin-bottom: 20px;
	}
	/*----------------*/
	nav {
		width: 47%;
	}
	/*-------------------------*/
	.service_wrapper {
		overflow: hidden;
		padding-top: 0px;
	}
	.service_wrapper .single_service {
		float: none;
		width: 80%;
		margin: 20px auto;
	}
	/*--------------------*/
	.features_right {
		width: 75%;
	}
	/*------------------*/
	.oservice_wrapper .single_service {
		width: 80%;
	}
	/*-----------------------*/
	.plan_wrapper .single_plan {
		width: 60%;
	}
	/*----------------------------*/
	.oservice_wrapper .single_service .col2 img {
		width: 35px;
	}
	/*----------------------*/
	.footer_top .col3 {
		width: 80%;
	}
	.footer_top .col2 {
		width: 40%;
		margin: 0 auto;
	}
	footer {
		padding: 15px 10px;
	}
}