@font-face{
   font-family: 'OpenSans-Regular';
   src:url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face{
   font-family: 'OpenSans-Semibold';
   src:url('../fonts/OpenSans-Semibold.ttf') format('truetype');
}

html{
	scroll-behavior: smooth;
}

body{
	  font-family: 'OpenSans-Regular';
	  color: #333333;
}

.mymenu{
	border:0;
	margin-bottom: 0;
	border-radius: 0;
	background: #152942;
}

.mymenu .nav{margin-top: 20px;}

.mymenu .nav li a{
	font-family: 'OpenSans-Semibold';
	font-size: 16px;
	color: #ffffff;
	letter-spacing: 1px;
}

.mymenu .nav li a:hover{
	background: none;
}

.logo{
	width: 80px;
}


.baner{
	padding: 0;
	position: relative;

}

.baner img{
	width: 100%;
}

.welcome{
	position: absolute;
	width: 100%;
	color:#ffffff;
	left: 0;
	top:300px;
	text-align: center;
	font-family: 'OpenSans-Semibold';
}
.welcome h4{letter-spacing: 1px;}

.tag{
	font-size: 70px;
	font-weight: bold;
	margin-bottom: 30px;
}

.tag2{
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 30px;
}

.bg{
	background: #f5f5f5;
	padding-top: 25px;
	padding-bottom: 25px;
}

.pack{
	background: #008001;
	color: #ffffff;
	margin-top: 30px;
	text-align: center;
	padding: 10px;
	border-radius: 15px 15px 0 0;
}

.pack h3{
	text-transform: capitalize;
	font-family: 'OpenSans-Semibold';
	/*font-weight: bold;*/
}

.para{
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 1px;
}

.packdet{
	background: #152942;
	padding: 10px;
	border-radius: 0 0 15px 15px;
	color: #ffffff;
	font-family: 'OpenSans-Semibold';
	font-size: 15px;
	
}

.packdet b{
	cursor: pointer;
	user-select: none;
	letter-spacing: 1px;
}

.section{margin-top: 70px;}
.button{
	display: inline-block;
	padding: 10px 20px;
	border-radius: 10px;
	background: #ffffff;
	color: #152942;
	margin-top: 15px;
	font-size: 18px;
	text-decoration: none;
	font-family: 'OpenSans-Semibold';
	font-weight: bold;
}

.button:hover{
	text-decoration: none;
	color: #152942;
}

.heading{
	font-family: 'OpenSans-Semibold';
	font-weight: bold;
	margin-bottom: 30px;
}

.heading span{
	display: block;
	width: 100px;
	background: #008001;
	height: 3px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}


.footer{
	background: #152942;
	color: #ffffff;
	padding-top:40px;
	padding-bottom: 40px; 
	font-family: 'OpenSans-Semibold';
}

.curve{
	background: url('../images/curve.png');
	background-size: 100% 100%;
	height: 70px;
}

.bottom{
	background: #008001;
	color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.upimg{
	margin-top: 150px;
	margin-right: -50px;
	z-index: 2;
}

.upimg img{
	border-radius: 25px;
}

.abt{
	margin-top: 70px;
 	margin-bottom: 70px; 
 	padding: 20px;
 	border:5px solid #152942;
 	padding-left: 50px;
 }

 .abt  h2{
 	font-family: 'OpenSans-Semibold';
 	font-weight: bold;
 }
.abt p{
	font-size: 15px;
	/*font-family: 'OpenSans-Semibold';*/
	line-height: 25px;
	letter-spacing: 1px;
}

@media(max-width: 480px)
{
	.upimg{
	margin-top:00px;
	margin-right: 0px;
	z-index: 2;
	}

	.abt{
		margin-top: 10px;
		padding-left: 20px;
	}

	.tag2{font-size:36px;}
}