@charset "utf-8";
/* CSS Document */
/*Header Styles */
.title-text{
	color: #6c1f76;
	font-size: 30px;
}

.title-text .Course{
	font-weight: bold;
}

.title-text .eLearning{
	font-weight: normal;
}

.banner_text{
	font-size: 58px;
}

/* ---------- */
/*User Dashboard Styles */
.white-outline-button{
	border-color: white;
	border-radius: 0;
	color: white;
	text-transform: uppercase;
}

.white-outline-button:hover{
	background-color:white;
	color: #6b2776;
	border-color: white;
}

/* ------------------ */
.navwhite{background-color:#fff!important;}
.bannerimg{width:100%; height:auto;}
.modulearea{background-color:#6b2776; color:#fff;     padding-top: 25px;
    padding-bottom: 25px;}
.footerarea{background-color:#000; color:#fff; font-size:11px;}
.footerarea a{color:#fff; text-decoration:none;}
.navbar-brand img{width:500px;} 
.titleb{text-transform:uppercase; font-size:20px; padding-top:0px; margin-bottom:0px; font-weight: 500;}
.machineblock{max-width:100%; height:185px; width:auto;}
.bigblockcard{background-color:#fff; border:1px solid #B3B3B3; border-radius:2px; color:#000; text-align:left; cursor:pointer; padding-left:0px; padding-right:0px;}
.containersx{ background-image: url("images/bannerimage.png"); background-size:cover; height:30vh; background-position:bottom center; color:#fff;
}
.containersx .col-lg-12{margin-top: 8vh;}
h1{font-weight:700; font-size:5vh; letter-spacing: .025em;}
h2{font-size:5vh; font-weight: 300; letter-spacing: .025em;}
.bigblockcard:hover{opacity:.8}

@media(min-width:992px){
.col-lg-3 { 
 margin: 1%; -ms-flex: 0 0 22%;
    flex: 0 0 22%;
	max-width: 22%;}}

.bigblockcard p{text-align:left; padding-left:15px; padding-right:10px;}
h3, .h3 { font-weight:bold; padding-left:15px;
    font-size: 1rem;
    text-align: left;
}

@media(max-width:1100px){
	.containersx{background-position:bottom left; }
	
	
}

@media(max-width:991px){
	
	.bigblockcard{margin-bottom: 30px;}
	
}

@media(Max-width:576px){
	.col-sm-12{width:98%; padding-left:1%; padding-right:1%;}
	
	
}.footer a {
    color: rgba(137,137,137,1) !important;
    text-decoration: none!important;
}
.footer {
    padding-top: 5px;
    font-weight: 600;
    color: rgba(105,105,105,1) !important;
    font-size: 11px;
    font-weight: normal;
    height: 4vh;
    bottom: 15px;
    position: fixed;
    width: 100%;
    text-align: left;
    padding-left: 2%;
    line-height: 17px;
}
.eofmaeofm{padding-bottom:60px;}
	.footer{
		bottom: 0;
    padding-bottom: 40px;
		background-color: #000;
	}

/* Small Screen Alert Style */
.smallscreen{
	display:none;
}

@media(max-width:767px){
	.bigwrap{
		display: none !important;
	}
	.smallscreen{
		display: block;
	}
	
}




/* ----------------------- */
