 @charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Oxygen');
@import url('https://fonts.googleapis.com/css?family=KoHo');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
body {
	margin: 0;
	padding: 0;
	font-family: "Open Sans";
	background-color: #eef1f5;
}
html, body {
	height: 100%;
}
.margin-5 {
	margin-top: 5px;
}
.margin-10 {
	margin-top: 10px;
}
.margin-20 {
	margin-top: 20px;
}
.margin-30 {
	margin-top: 30px;
}
.margin-40 {
	margin-top: 40px;
}
.margin-50 {
	margin-top: 50px;
}
.margin-60 {
	margin-top: 63px;
}
.margin-70 {
	margin-top: 80px;
}
.margin-90 {
	margin-top: 90px;
}
.margin-100 {
	margin-top: 100px;
}
.margin-150 {
	margin-top: 150px;
}
.margin-200 {
	margin-top: 200px;
}
.padding-top-bottom {
	padding-top: 50px;
	padding-bottom: 50px;
}
.padding-top-bottom-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.padding-top-bottom-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.padding-top-bottom-60 {
	padding-bottom: 30px;
}
.padding-top-bottom-70 {
	padding-top: 70px;
	padding-bottom: 70px;
}
.padding-top-bottom-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.padding-top-bottom-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.padding-top-bottom-120 {
	padding-top: 120px;
	padding-bottom: 120px;
}
.padding-10 {
	padding: 10px;
}
.padding-15 {
	padding: 15px;
}
.padding-30 {
	padding: 30px;
}
.padding-50 {
	padding: 50px;
}
.border-radius-20 {
	border-radius: 20px;
}
.image-width-100 img{
	width: 200px;
}
.background-image {
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	background-position: center center;
}
.background-image-2 {
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	background-attachment: fixed;
	background-position: center center;
}
.background-image-3 {
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	background-position: center center;
	height: 500px;
	border-bottom: 5px solid #002b49;
}
.white {
	color: #fff;
}
.black {
	color: #000;
}
.gray{
	color:#ccc;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oxygen';
}
p {
	font-family: 'Open Sans';
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 20px;
}
.border-radius {
	border-radius: 5px;
}
.bg-off-white {
	background-color: #f9f9f9;
}
.bg-white {
	background-color: #fff;
}
.bg-pink {
	background-color: #ee2050;
}
.left-side-menu {
	height: 100%;
	background-color: #003040;
	width: 16.5%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 0;
	overflow-y: scroll;
}
.left-side-menu::-webkit-scrollbar {
 width: 4px;
}

/* Track */
.left-side-menu::-webkit-scrollbar-track {
 background: #003040; 
}

/* Handle */
.left-side-menu::-webkit-scrollbar-thumb {
 background: #003040;
 border-radius:5px;
}

/* Handle on hover */
.left-side-menu::-webkit-scrollbar-thumb:hover {
 background: #3f934f;
}
.left-side-menu i{
	color:#212c45;
}
.top-bar {
	background-color:#ee2050;
	position: fixed;
	top: 0px;
	width: 100%;
	box-shadow: 0px 0px 5px #000;
	z-index: 10;
}
.form-control {
	border-radius: 0px;
	background-color: #fff;
	box-shadow:none;
}
.border-1 {
	border: 2px solid #fff;
}
.menu ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.menu ul li{
	font-size:14px;
	font-family:'Montserrat';
	padding:20px 5px 20px 5px;
	border-bottom:1px solid #222;
	background-color:transparent;
	transition:all ease 0.5s;
}
.menu ul li a{
	text-decoration:none;
	color:#fff;
}
.menu ul li:hover{
	background-color:#222;
	transition:all ease 0.5s;
}
.menu i{
	color:#ee2050;
}
.white-widget {
	padding: 2px 10px;
	background-color: #FFF;
	border-radius: 3px;
	border: 1px solid #e4e4e4;
}
.botton a {
	text-decoration: none;
	color: #000;
	background-color: #f9f9f9;
	border: 2px solid #eee;
	border-radius: 30px;
	box-shadow: 0px 0px 5px #ccc;
	padding: 7px 15px;
	transition:all ease 0.5s;
}
.botton a:hover {
	color: #fff;
	background-color: #ee2050;
	border: 2px solid #ee2050;
	transition:all ease 0.5s;
}
.botton-2 a {
	text-decoration: none;
	color: #fff;
	background-color: #00F;
	border: 1px solid #00F;
	border-radius: 30px;
	box-shadow: 0px 0px 5px #ccc;
	padding: 7px 15px;
	transition:all ease 0.5s;
}
th{
	background-color:#3f934f;
	color:#fff;
	text-align:center;
	padding:5px;
}
td{
	text-align:center;
	padding:5px;
}
table{
	border-color:#eee;
}
.green-text{
	background-color:#3f934f;
	color:#fff;
	padding:5px;
	border-radius:20px;
}
.blue-text p{
	background-color:#00F;
	color:#fff;
	padding:5px;
	border-radius:20px;
}
.blank-text p{
	background-color:transparent;
	padding:5px;
	border-radius:20px;
}
.form-control{
	border:none;
	background-color:#f9f9f9;
	border-radius:50px;
	border:1px solid #eee;
	
}
.image-width-100 img{
	width:100%;
}
.syllabus a{
	text-decoration:none;
	color:#fff;
}
 @media only screen and (min-width:992px) and (max-width: 1200px) {
}
}
/*tablet layout 760px*/
@media only screen and (min-width:768px) and (max-width: 991px) {
}
/*mobile landscape size to tablet portrate(device and browser*/
@media only screen and (min-width:481px) and (max-width: 767px) {

/*mobile portrate size to mobile landscape size (devices and browser)*/
@media (max-width: 480px) {
}
