html {
  scroll-behavior: smooth;
}
*{
	margin: 0px;
	padding: 0px;
}
.header h6{
	color: white;
	/*margin-left: 70px;*/
}
#col{
	text-align: right;
	color: white;
}
#col i{
	margin-left: 20px;
	margin-right: 10px;
}
#col a{
	color: white;
	text-decoration: none;
}
.navbar-brand{
	color: black;
	font-weight: bold;
}
.navbar-brand:hover{
	color: black;
}
@media (max-width: 480px) {
	.header{
		text-align: center;
	}
}
@media (max-width: 480px) {
	.header h6{
		margin-left: 0px;

	}
	.header h6 span.left,.header h6 span.right{
		display: block;

	}
}
.nav-link{
	font-family: 'Montserrat'!important;
	color: grey;
	font-weight: bold;
	margin-right: 16px;
}
.nav-link:hover{
	color: #0f252f;
}
.navbar-nav input{
	border: 1px solid #EE9209;
	padding: 7px;
	font-weight: bold;
	color: white;
	background-color: #EE9209;
	padding: 7px 20px;
	border-radius: 10px;
}
.navbar-nav input:hover{
	color: black;
	background-color: white;
	border: 1px solid black;
	transition: 1s;
}
.carousel1{
	height: 380px;
	width: 100%;
}
.carousel h5{
	position: absolute;
	margin-top: -450px;
	margin-left: 620px;
	font-weight: bold;
	color: white;
}
@media (max-width: 480px) {
	.carousel h5{
		position: absolute;
		margin-top: -340px;
		margin-left: 170px;
		font-weight: bold;
		color: white;
	}
}
.carousel img{
	width: 100%;
	height: 500px;
}
@media (max-width: 480px) {
	.carousel img{
		height: 350px;
	}
}
.carousel h2{
	position: absolute;
	margin-top: -400px;
	margin-left: 120px;
	font-weight: bold;
	font-size: 65px;
	color: white;
}
@media (max-width: 480px) {
	.carousel h2{
		position: absolute;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: -320px;
		text-align: center;
		font-size: 45px;
	}
}
.carousel .carousel-3{
	position: absolute;
	margin-top: -400px;
	margin-left: 540px;
	font-weight: bold;
	font-size: 45px;
	color: white;
}
@media (max-width: 480px) {
	.carousel .carousel-3{
		position: absolute;
		margin-left: 80px;
		margin-right: 10px;
		margin-top: -320px;
		text-align: center;
		font-size: 45px;
	}
}
.carousel p{
	text-align: center;
	position: absolute;
	margin-top: -330px;
	margin-left: 340px;
	margin-right: 150px;
	font-size: 30px;
	color: white;
}
@media (max-width: 480px) {
	.carousel p{
		margin-left: 30px;
		margin-right: 30px;
		margin-top: -200px;
		text-align: center;
		font-weight: normal;
		font-size: 20px;
	}
}
.carousel .carousel-p{
	text-align: center;
	position: absolute;
	margin-top: -330px;
	margin-left: 190px;
	margin-right: 150px;
	font-size: 30px;
	color: white;
}
@media (max-width: 480px) {
	.carousel .carousel-p{
		margin-left: 30px;
		margin-right: 30px;
		margin-top: -250px;
		text-align: center;
		font-weight: normal;
		font-size: 20px;
	}
}
.carousel button{
	text-align: center;
	position: absolute;
	margin-top: -150px;
	margin-left: 550px;
	font-weight: bold;
	color: white;
	background-color: #EE9209;
	padding: 10px 20px;
	border: none;
	border-radius: 10px;
}
@media (max-width: 480px){
	.carousel button{
		position: absolute;	
		margin-top: -60px;
		text-align: center;
		margin-left: 100px;
	}
}
.carousel .button1{
	text-align: center;
	position: absolute;
	margin-top: -150px;
	margin-left: 700px;
	font-weight: bold;
	color: black;
	background-color: white;
	padding: 10px 20px;
	border: none;
	border-radius: 10px;
}
@media (max-width: 480px){
	.carousel .button1{
		position: absolute;	
		margin-top: -60px;
		text-align: center;
		margin-left: 250px;
	}
}
.Limited{
	padding: 60px 0px;
}
.Limited hr{
	height: 2px;
	background-color: #EE9209;
	margin-right: 370px;
}
@media (max-width: 480px){
.Limited hr{
	height: 2px;
	background-color: #EE9209;
	margin-right: 370px;
}
}
.Limited img{
	width: 100%;
}
.Limited h2{
	color: #EE9209;
	font-weight: bold;
}
.Limited p{
	line-height:1.9;
	color: grey;
}
.Limited button{
	border: 1px solid #EE9209;
	padding: 7px;
	font-weight: bold;
	color: white;
	background-color: #EE9209;
	padding: 7px 20px;
	border-radius: 10px;
}
.Limited button:hover{
	color: black;
	background-color: white;
	border: 1px solid black;
	transition: 1s;
}
.Features{
	padding: 60px 0px;
	text-align: center;
}
@media (max-width: 480px) {
	.Features{
		padding: 60px 30px;
	}
}
.Features h2{
	font-size: 45px;
	font-weight: bold;
}
.Features .box{
	background-color: white;
	padding: 30px 20px 0px;
	margin-bottom: 20px;
	height: 270px;
}
.Features .box:hover{
	margin-top: -5px;
	transition: 1s;
	box-shadow: 2px 2px 7px black;
}
.Features .box p{
	color: grey;
}
.Offers{
	padding: 60px 0px;
	text-align: center;
}
@media (max-width: 480px) {
	.Offers{
		padding: 60px 30px;
	}
}
.Offers .box1{
	box-shadow: 1px 1px 10px black;
	margin-bottom: 30px;
}
.Offers .box1-p{
	color: white;
	background-color: black;
	padding: 15px;
	font-size: 20px;
	font-weight: bold;
}
.Offers button{
	border: 1px solid #EE9209;
	padding: 7px;
	font-weight: bold;
	color: white;
	background-color: #EE9209;
	padding: 7px 20px;
	border-radius: 10px;
	margin-bottom: 30px;
}
.Offers p{
	color: grey;
}
.Levels{
	padding: 60px 0px;
}
@media (max-width: 480px) {
	.Levels{
		padding: 60px 20px;
	}
}
.Levels h2{
	color: #EE9209;
	font-weight: bold;
}
.Levels p{
	color: #606077;
	line-height: 1.8;
}
.Levels ol li{
	color: #606077;
	line-height: 1.8;
}
.Levels h4{
	font-weight: bold;
}
.Levels img{
	width: 650px;
}
@media (max-width: 480px) {
	.Levels img{
		width: 100%;
	}
}
.Levels .level-main{
	background-image: linear-gradient(131deg, #FAD961 0%, #f7601c 100%);
	padding: 40px 40px;
	color: white;
	font-weight: bold;
}
.Levels h5{
	background-color: white;
	padding: 40px 40px;
	color: black;
	font-weight: bold;
}
.Levels h5:hover{
	background-image: linear-gradient(131deg, #FAD961 0%, #f7601c 100%);
	padding: 40px 40px;
	color: white;
	font-weight: bold;
}
.footer{
	padding: 60px 0px;
	line-height: 1.8;
}
.footer h3{
	margin-bottom: 20px;
}
.footer ul li{
	list-style-type: none;	
}
.footer ul li a{
	color: white;
	text-decoration: none;
}
.footer .tags li a{
	border: 1px solid white;
	color: white;
	padding: 10px;
	background-color: #008080;
	display: inline;
}
.footer .tags li{
	display: inline;
    margin-bottom: 20px;
    float: left;
    margin-right: 5px;
}
.footer .tags li a:hover{
	background-image: linear-gradient(131deg, #FAD961 0%, #f7601c 100%);
	border: none;
}
.footer .footer-head-hr{
	height: 2px;
	background-color: #EE9209;
	margin-right: 150px;
	margin-bottom: 50px;
}
@media (max-width: 480px) {
.footer .footer-head-hr{
	margin-right: 370px;
}
}
.footer i{
	color: #EE9209;
	margin-right: 10px;
}
.footer hr{
	background-color: white;
}
.footer .links li a:hover{
	color: #EE9209;
	margin-left: 5px;
	transition: 0.5s;
}
.footer-bottom-area{
	margin-top: 40px;
}
.footer-bottom-area ul li{
	display: inline-block;
	margin-right: 20px;
}
.footer-bottom-area ul li a:hover{
	color: #EE9209;
}
.about{
	padding: 50px 50px;
}
@media (max-width: 480px) {
	.about{
		padding: 30px 30px;
	}
}
.about h2{
	color: #EE9209;
	font-weight: bold;
}
.about p{
	line-height:1.9;
	color: grey;
}
.login form{
	background-color: white;
	padding: 40px 20px;
	margin-top: 70px;
	margin-bottom: 40px;
	border-radius: 30px;
}
@media only screen and (max-width: 480px) {
	.login form{
		margin-left: 30px;
	}
}
.login form h2{
	text-align: center;
	margin-bottom: 20px;
}
.login form input{
	margin-bottom: 20px;
}
.login .btn1{
	color: white;
	background-color: #01A9AC;
	padding: 10px;
	text-align: center;
	border: none;
	width: 100%;
	margin-bottom: 20px;
	font-weight: bold;
}
.login h5{
	text-align: center;
}
.login .btn2{
	color: white;
	background-color: #DC3545;
	padding: 10px;
	text-align: center;
	border: none;
	width: 100%;
	margin-bottom: 20px;
	font-weight: bold;
}
.login a{
	color: white;
	text-decoration: none;
}
.login i{
	position: absolute;
	margin-left: 350px;
	margin-top: 10px;
}
@media only screen and (max-width: 480px) {
.login i{
	margin-left: 340px;
}
}
.register form{
	background-color: white;
	padding: 40px 20px;
	margin-top: 50px;
	margin-bottom: 40px;
	border-radius: 30px;
}
@media only screen and (max-width: 480px) {
.register form{
	margin-left: 25px;
}
}
.register form h2{
	text-align: center;
	margin-bottom: 20px;
}
.register form input{
	margin-bottom: 20px;
}
.register form label{
	border: 1px solid grey;
	padding: 7px;
	width: 100%;
	margin-bottom: 20px;
}
.register .btn1{
	color: white;
	background-color: #01A9AC;
	padding: 10px;
	text-align: center;
	border: none;
	width: 100%;
	margin-bottom: 20px;
	font-weight: bold;
}
.register h5{
	text-align: center;
	font-weight: bold;
}
.register .btn2{
	color: white;
	background-color: #DC3545;
	padding: 10px;
	text-align: center;
	border: none;
	width: 100%;
	margin-bottom: 20px;
	font-weight: bold;
}
.register a{
	color: white;
	text-decoration: none;
}
.register i{
	position: absolute;
	margin-left: 350px;
	margin-top: 10px;
}
.contact-email{
	padding: 50px 0px;
}
.contact-email h4{
	font-weight: bold;
}
.contact-email p{
	font-size: 15px;
}
.contact-email form input{
	background-color: #D8E7EF;
	padding: 15px;
	width: 100%;
	margin-bottom: 20px;
	border: none;
}
.contact-email form textarea{
	background-color: #D8E7EF;
	padding: 15px;
	margin-bottom: 20px;
	border: none;
}
@media (max-width: 480px) {
.contact-email form textarea{
	width: 100%;
	 }
}
.contact-email form button{
	color: white;
	background-color: #FF6969;
	border: none;
	padding: 10px 15px;
	font-weight: bold;
}
#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: red;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
}
#myBtn:hover {
	background-color: #555;
}