body{
	margin: 0px;
	padding: 0px;
	font-family: Cambria Math;
	text-align: center;
}
.idx-a{
	color: black;
	text-decoration: none;
}
nav{
	background: white;
	color: black;
	display: flex;
	justify-content: space-between;
	position: fixed;
	box-shadow: 0px 0px 10px #828181;
	top: 0px;
	left: 0px;
	z-index: 100;
	font-size: 30px;
	padding: 2%;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 96%;
}
.nv-aa{
	text-decoration: none;
	font-size: 30px;
	color: black;
}
.nv-a{
	font-size: 16px;
	margin: 7px;
	color: black;
	text-decoration: none;
}
button{
	background: black;
	color: white;
	border-radius: 200px;
	border: solid;
	border-color: black;
	padding: 10px;
	font-size: 13px;
}
#mn-btn{
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: black;
	background: transparent;
	border: none;
}
.full{
	height: 100vh;
}
.video-div{
	position: relative;
	text-align: center;
}
.bg-video{
	position: absolute;
	object-fit: cover;
	filter: brightness(0.5);
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.video-content{
	position: absolute;
	text-decoration: center;
	color: white;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.bg-vdo-btn{
	background: white;
	color: black;
	border: solid;
	border-color: white;
	border-radius: 8px;
	margin: 10px;
	padding: 12px;
	font-size: 16px;
}
.hvc{
	width: 100%;
	display: flex;
	justify-content: center;
}
.service-dv{
	background: #DBDBDB;
	text-align: center;
	margin: 10px;
	border-radius: 10px;
	padding: 10px;
}
.service-dv:hover{
	background: #FF2E2E;
	color: white;
}
.services-dv-icn{
	font-size: 50px;
}
.service-dv-tt{
	font-family: Cambria Math;
	font-weight: bold;
	font-size: 20px;
}
.service-dv-desc{
	font-family: Cambria Math;
	font-size: 18px;
}
.edu-btm-dv{
	background-size: auto 100%;
	box-shadow: 0px 0px 10px #9a9898;
	padding: 10px;
	border-radius: 10px;
	margin: 10px;
	display: flex;
	vertical-align: sub;
	width: 200px;
	height: 200px;
}
.course-dv{
	font-family: Cambria Math;
	text-align: left;
	width: 25%;
	margin: 2%;
	border-radius: 10px;
}
.course-img{
	box-shadow: 0px 0px 0px #000;
	object-fit: cover;
	border-radius: 10px;
	width: 100%;
	height: 200px;
}
.course-sub{
	padding: 2%;
	width: 96%;
	padding-top: 0px;
	margin-top: 0px;
}
.course-tt{
	font-weight: bold;
	font-size: 20px;
}
.course-desc{
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 14px;
	color: #6e6e6e;
}
.learn-btn{
	font-size: 15px;
	padding: 7px;
	border: solid;
	border-color: black;
}
.hd{
	font-size: 35px;
	font-weight: bold;
}
.lrn-dv{
	width: 25%;
	padding: 4%;
	text-align: left;
}
.lrn-pnt{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 17px;
	font-weight: 500;
}
.lrn-img{
	border-radius: 10px;
	height: 300px;
}
.lrn-tt{
	font-size: 26px;
	margin-bottom: 7px;
	font-weight: bold;
}
img{
	box-shadow: 0px 0px 10px #8a8a8a;
}
.drn-cnt{
	position: relative;
	background-image: url('/static/drone.jpg');
	background-size: auto 100%;
	box-shadow: 0px 0px 10px #8a8a8a;
	background-position-x: 50%;
	border-radius: 10px;
	height: 350px;
	width: 23%;
	margin: 1%;
	padding: 1%;
}
.drn-cnt-p{
	position: absolute;
	display: flex;
	justify-content: space-between;
	color: white;
	font-family: Cambria Math;
	font-size: 20px;
	bottom: 0px;
	width: 90%;
}
.crr-pnt{
	font-size: 18px;
	border-radius: 10px;
	font-weight: 500;
	padding: 13px;
	width: 80%;
	margin: 5%;
	box-shadow: 0px 0px 10px #9a9898;
}
footer{
	width: 98%;
	padding: 1%;
	background: black;
	color: white;
	display: flex;
	justify-content: center;
}
.ftr-dv{
	width: 20%;
	margin: 1%;
	text-align: left;
}
.ftr-a{
	font-size: 17px;
	text-decoration: none;
	color: white;
}
.ftr-tt{
	font-size: 21px;
	font-weight: bold;
	margin: 0px;
}
.ftr-p{
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}
@media screen and (max-width: 700px) {
	#mn-btn{
		display: block;
	}
	footer{
		display: block;
	}
	.service-dv{
		width: 80%;
		margin: 10%;
	}
	.edu-btm-dv{
		width: 80%;
		padding: 2%;
		height: 300px;
		margin: 8%;
		font-size: 20px;
	}
	.hvc{
		display: block;
	}
	.course-dv{
		width: 80%;
		margin-left: 0px;
		margin-right: 0px;
		margin: 10%;
	}
	.lrn-dv{
		width: 80%;
		padding: 0px;
		margin: 10%;
		margin-bottom: 0px;
		margin-top: 0px;
	}
	.lrn-img{
		width: 80%;
	}
	.drn-cnt{
		width: 80%;
		margin: 5%;
		margin-left: 10%;
		margin-right: 10%;
	}
	.ftr-p{
		margin: 0px;
	}
	.ftr-dv{
		width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.hideOnMobile{
		display: none;
	}
}
@media screen and (min-width: 700px) {
	#mn-btn{
		display: none;
	}
	.hideOnDesktop{
		display: none;
	}
}