
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0px;
	padding: 0px;
	color: black;
	position: relative;
	background-color: white;
	font-family: 'Roboto Slab', serif;
	overflow-x: hidden;
}



body,
html {
	height: 100%;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: transparent;
}

.container {
	max-width: 970px;
}

.btn:focus,
.btn:active {
	outline: none !important;
	box-shadow: none;
}

figure {
	margin: 0;
}

li {
	display: inline-block;
}


h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
	margin: 0px;
	padding: 0px;
}

/*-- header start --*/
header {
	position: absolute;
	width: 100%;
	z-index: 99;
	height: 106px;
	margin-top: 40px;
	transition: 0.7s;
}

/*-- banner start --*/
.banner {
	background-image: url('../images/banner.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	position: relative;
	padding-bottom: 75px;
}

.banner .gradient {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 115, 0, 1);
	background: -moz-linear-gradient(top, rgba(255, 115, 0, 1) 0%, rgba(0, 246, 255, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 115, 0, 1)), color-stop(100%, rgba(0, 246, 255, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 115, 0, 1) 0%, rgba(0, 246, 255, 1) 100%);
	opacity: 0.58;
}

.banner .banner-inner {
	padding-top: 185px;
}

.banner h1 {
	font-size: 52px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 5px;
}

.banner p {
	font-size: 16px;
	line-height: 29px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 50px;

}

.banner .banner-content h4 {
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 33px;
}

.banner form .form-control {
	width: 220px;
	font-size: 14px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 20px;
	border: 0;
	padding: 28px 15px;
}

.banner form .btn {
	width: 220px;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	padding: 13px 0;
	background-color: #ff9c00;
	border: 0;
}

.banner form .form-group {
	display: flex;
}

/*-- banner end --*/

/*-- about start --*/
.about {
	margin-top: 80px;
	margin-bottom: 85px;
}

.about .about-inner {
	display: flex;
	margin-bottom: 58px;
}

.about .about-inner .section:first-child {
	margin-right: 30px;
}

.about .about-inner h4 i {
	font-size: 26px;
	margin-right: 8px;
	color: #ff8e00;
	vertical-align: middle;
}

.about .about-inner h4 {
	font-size: 26px;
	color: #000000;
	font-weight: 400;
	margin-bottom: 28px;
}

.about .about-inner p {
	font-size: 16px;
	line-height: 29px;
	color: #363636;
	opacity: 0.8;
	font-family: Arial, Helvetica, sans-serif;
}

.about .text p {
	font-size: 16px;
	line-height: 29px;
	color: #363636;
	opacity: 0.8;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 15px;
}
/*-- about end --*/

/*-- plans start --*/
.plans {
	margin-bottom: 80px;
}

.plans .thumbnail {
	padding: 0;
}

.plans figure {
	width: 100%;
	height: 100%;
}

.plans figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.plans .plans-middle {
	margin-top: -305px;
	text-align: center;
}

.plans .plans-middle h2 {
	font-size: 40px;
	color: #ffffff;
	font-weight: bold;
	width: 590px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.plans .plans-middle .btn {
	font-size: 18px;
	background-color: #b3bc66;
	padding: 21px 66px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.75);
}

/*-- plans end --*/

/*-- features start --*/
.features {
	margin-bottom: 112px;
}

.features .features-header {
	width: 730px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 61px;
}

.features .features-header h2 {
	font-size: 26px;
	color: #000000;
	font-weight: 400;
	letter-spacing: 0.2px;
	width: 530px;
	margin: 0 auto;
	padding-bottom: 11px;
}

.features .features-header p {
	font-size: 16px;
	line-height: 29px;
	color: #363636;
	opacity: 0.8;
	font-family: Arial, Helvetica, sans-serif;
}

.features .features-inner {
	display: flex;
}

.features .features-inner figure {
	width: 100%;
	height: 100%;
}

.features .features-inner figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.features .features-content {
	padding-top: 35px;
	padding-left: 10px;
}

.features .features-content p {
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	margin-bottom: 28px;
}

.features .features-content h3 {
	font-size: 16px;
	line-height: 23px;
	display: block;
	color: #000000;
	opacity: 0.7;
	font-family: Arial, Helvetica, sans-serif;
}

.features .icons {
	display: flex;
	margin-bottom: 20px;
}

.features .icons span i {
	font-size: 16px;
	color: #3cb878;
	vertical-align: middle;
	margin-right: 8px;
}

/*-- features end --*/

/*-- testmonials start --*/
.testmonials .main {
	border-top: 2px solid #cccccc;
}

.testmonials .testmonials-inner {
	width: 870px;
	margin: 0 auto;
	display: flex;
	padding-top: 85px;
	padding-bottom: 100px;
}

.testmonials p {
	font-size: 17px;
	line-height: 29px;
	font-style: italic;
	font-weight: 200;
	color: #636363;
	font-family: 'Montserrat', sans-serif;
	margin: 30px 0;
	padding-right: 20px;
}

.testmonials h6 {
	font-size: 15px;
	color: #636363;
	font-weight: 500;
}

/*-- testmonials end --*/


/*-- footer start --*/

footer .footer-inner {
	padding-top: 50px;
	padding-bottom: 65px;
	border-top: 2px solid #cccccc;
}

footer p {
	font-size: 14px;
	color: #000000;
	font-weight: 200;
	font-family: 'Montserrat', sans-serif;
}

footer p a {
	font-size: 14px;
	color: #000000;
	border-bottom: 2px solid #0000004a;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	transition: all 0.6s ease;
}

footer p a:hover {
	color: #0072bc;
	border-bottom-color: #0072bc;
}

footer i {
	font-size: 20px;
	color: #000000;
	opacity: 0.3;
}

footer span a {
	margin: 8px;
}

footer span a:last-child {
	margin-right: 0;
}

footer a:hover {
	text-decoration: none;
}

footer .footer-right {
	text-align: right;
}

footer .icons {
	text-align: right;
}

html {
	scroll-behavior: smooth;
}

footer .fa-arrow-up {
	margin: 10px;
	position: absolute;
	bottom: 0px;
	left: 2px;
	top: 0px;
	font-size: 25px;
}

#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #2cad81;
	color: white;
	cursor: pointer;
	padding: 10px;
	border-radius: 40%;
	width: 45px;
	height: 45px;
}

#myBtn:hover {
	background-color: #c1e732;
}

#myBtn i {
	margin: 0;
	font-size: 30px;
}

/*-- footer end --*/

/*==================
 media query start 
 ===================*/


@media only screen and (max-width: 1920px) and (min-width: 1430px) {
	.container {
		max-width: 970px;
	}
}

@media only screen and (max-width: 1024px) {
	.container {
		max-width: 100%;
	}

	.banner h1 {
		font-size: 43px;
	}

	.about .about-inner .section:first-child {
		margin-right: 0;
	}

	.plans .plans-middle {
		margin-top: -240px;
	}

	.plans .plans-middle h2 {
		font-size: 30px;
	}

	.plans .plans-middle .btn {
		font-size: 15px;
	}
}

@media only screen and (max-width: 814px) {
	.banner form .form-control {
		width: 175px;
		margin-right: 10px;
	}

	.banner h1 {
		font-size: 40px;
		text-align: center;
		width: 80%;
		margin: 0 auto;
	}

	.about .about-inner h4 {
		font-size: 23px;
		margin-bottom: 20px;
	}

	.about .about-inner p {
		font-size: 15px;
		line-height: 26px;
	}

	.about .text p {
		font-size: 15px;
		line-height: 27px;
	}

	.plans .plans-middle {
		margin-top: -200px;
	}



	.testmonials h6 {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 640px) {
	.banner .banner-inner {
		padding-top: 185px;
		text-align: center;
	}

	.banner h1 {
		font-size: 37px;
		width: 100%;
	}

	.banner .banner-content {
		text-align: center;
	}

	.banner form .btn {
		width: 100%;
	}

	.about .about-inner .section {
		margin-bottom: 30px;
	}

	.banner form .form-group {
		display: block;
	}

	.banner form {
		width: 300px;
		margin: 0 auto;
	}

	.banner form .form-control {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.about .about-inner {
		display: block;
	}

	.plans .plans-middle h2 {
		width: 100%;
	}

	.plans .thumbnail:nth-child(2) {
		display: none;
	}

	.features .features-inner {
		display: block;
	}

	.plans .plans-middle .btn {
		padding: 18px 44px;
	}

	.features .icons span i {
		margin-right: 15px;
	}

	.features .features-content {
		padding-left: 0;
	}

	.features .features-header {
		width: 100%;
	}

	.testmonials .testmonials-inner {
		width: 100%;
		display: block;
		padding-bottom: 70px;
	}


	footer {
		text-align: center;
	}

	footer .icons {
		text-align: center;
		margin-top: 35px;
	}
}

@media only screen and (max-width: 480px) {
	.banner h1 {
		font-size: 30px;
		width: 100%;
		margin-bottom: 10px;
	}

	.banner .banner-content h4 {
		font-size: 18px;
		margin-bottom: 25px;
	}

	.about .text p {
		padding-left: 0;
	}

	.plans .thumbnail:first-child {
		display: none;
	}

	.plans .plans-middle {
		margin-top: -250px;
	}

	.plans .plans-middle h2 {
		font-size: 25px;
	}

	.plans .plans-middle .btn {
		padding: 15px 35px;
	}

	.testmonials .testmonials-inner {
		padding: 60px 0;
	}

	.features .features-header h2 {
		font-size: 23px;
		letter-spacing: 0.1px;
		width: 100%;
	}

}

@media only screen and (max-width: 375px) {
	.banner h1 {
		font-size: 26px;
	}

	.banner form {
		width: 100%;
		margin: 0 auto;
	}

	.plans .plans-middle h2 {
		font-size: 22px;
	}

	.features {
		margin-bottom: 70px;
	}

	.features .features-header h2 {
		font-size: 20px;
		letter-spacing: 0;
	}

	.features .features-header p {
		font-size: 15px;
		line-height: 26px;
	}
}
