
.heading{
	font-size: 72px;
	font-weight: 700;
	color: #ffffff;
	margin-top: 80px;
}
.subHeading{
	color: #ffffff;
	opacity: 0.4;
	margin-top: 40px;
}
/*Button Style*/
	a.btn.btn-default.btn_theme {
		background-color: #06a0d8;
		color: #ffffff;
		border: none;
		border-radius: 2px;
		padding: 10px 28px;
		font-size: 14px;
		margin-right: 10px;
		text-transform: uppercase;
		font-weight: 700;
		letter-spacing: 0.5px;
		position: relative;
	margin-top: 90px;
	margin-bottom: 30px;
	}
	a.btn.btn-default.btn_theme span{
  position: relative; 
  z-index: 1; 
}
	a.btn.btn-default.btn_theme:hover{  
		  color: #06a0d8;
		box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
		border-radius: 3px;
	}
	a.btn.btn-default.btn_theme:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 5px;
		background: #ffffff; 
		border-radius: 0 30px 30px 0;
		transition: 0.5s all ease;

	}
	a.btn.btn-default.btn_theme:hover:before{
		border-radius: 0 0 0 0;
		width: 100%;
	}



/*Video modal*/
	.videoModal .modal-dialog {
		  max-width: 800px;
		  margin: 30px auto;
	}
	.videoModal .modal-body {
	  position:relative;
	  padding:0px;
	  height: 720px;
	}
	.videoModal .close {
		position: absolute;
		right: -30px;
		top: 0px;
		z-index: 999;
		font-size: 32px;
		text-shadow: -1px 1px 1px #fff;
		color: #ffffff;
		font-weight: 300;
		opacity: 1;
		outline: 0 !important;
	}
	.embed-responsive
	{
		height: 100%;
		width: 100%;
	}
	iframe{
		height: 100%;
		width: 100%;
	}
	.eduPart{
		padding: 10px;
		margin: 20px;
		border-radius: 5px;
	}

	.video-container {
		position: relative;
	}
	
	video {
		max-width: 100%;
		max-height: 100vh;
	}

.video-control {
	position: absolute;
	left: 6em;
	bottom: 7em;
	min-width: -0.5em;
	padding: 4.5em 0em;
	text-align: center;
	border-radius: 9in;
}
	
	.video-control:not(.playing) .video-control-pause,
	.video-control.playing .video-control-play {
		display: none;
	}
	
	.video-control-symbol
	{
		font: 1.75em/0 Apple Color Emoji;
		vertical-align: -0.15em;
	}
