@charset "utf-8";
/* CSS Document */
body{
	overflow-x:hidden;
}
.navbar-default .navbar-nav .dropdown.full-size-menu{
	width:1050px;
	left:-74px;
}
.navbar-default .navbar-nav .dropdown.full-size-menu li{
	display:inline-block;
}
.mrnu-cour{ left:-147px !important; }
.mrnu-online{ left:-406px !important; }
.mrnu-on{ left:-810px !important; }

.welcome-sec{
	padding-top:35px;
background:#40B13D;
	}
.welcome-sec p{ color:#fff; }
.service-content{
	background:#f5f5f5;
	padding:15px 10px;
}
.service-sec .service-box:hover .service-content{
	background:#65197B;
}
.service-sec .service-box:hover .service-content h4{
	color:#fff;
}
.mail-subscribe-widget{
	background:#65197B;
	padding:20px;
}
.mail-subscribe-widget p{
	color:#fff;
}
.mail-subscribe-widget h4{
	color:#fff;
}
.mail-subscribe-widget h4 .head-line{
	background:#fff;
}
.copyright-section{
	background:#222;
}
.copyright-section p{
	color:#ccc;
}
.copyright-section a{
	color:#E72327;
}
.student-home .item img {
    float: left;
    height: 140px;
    margin-right: 8px;
    width: 120px;
}
.student-home {
    padding: 30px 0;
background:#fff;
}
.student-home .item h4, .student-home .item h5 {
    color: #000;
    line-height: 22px;
}
.footer-widget iframe{ width:100%; height:200px; border:0; }


.ch-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 10px;
}

.ch-item {
	width: 100%;
	height: 100%;
background-size:cover;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 
		inset 0 0 0 16px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.1);
		
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.ch-img-1 { 
	background-image: url(../images/student-section.jpg);
}
.ch-img-2 { 
	background-image: url(../images/result-verification.jpg);
}
.ch-img-3 { 
	background-image: url(../images/certificate-verification.jpg);
}
.ch-img-4 { 
	background-image: url(../images/centre-login.jpg);
}
.ch-img-5 { 
	background-image: url(../images/download-image.jpg);
}
.ch-img-6 { 
	background-image: url(../images/how-to-get-franchise.jpg);
}
.ch-img-7 { 
	background-image: url(../images/franchise-enquiry.jpg);
}
.ch-img-8 { 
	background-image: url(../images/suggestion-box.jpg);
}
.ch-img-9 { 
	background-image: url(../images/career.jpg);
}

.ch-info {
	position: absolute;
	background: rgba(63,147,147, 0.8);
	width: inherit;
	height: inherit;
	border-radius: 50%;
	opacity: 0;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden;

}

.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16px;
	margin: 0 30px;
	padding: 45px 0 0 0;
	height: 140px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
	opacity: 0;
	-webkit-transition: all 1s ease-in-out 0.2s;
	-moz-transition: all 1s ease-in-out 0.2s;
	-o-transition: all 1s ease-in-out 0.2s;
	-ms-transition: all 1s ease-in-out 0.2s;
	transition: all 1s ease-in-out 0.2s;
}

.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	padding-top: 4px;
}

.ch-info p a:hover {
	color: #fff222;
	color: rgba(255,242,34, 0.8);
}

.ch-item:hover {
	box-shadow: 
		inset 0 0 0 1px rgba(255,255,255,0.1),
		0 1px 2px rgba(0,0,0,0.1);
}
.ch-item:hover .ch-info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.ch-item:hover .ch-info p {
	opacity: 1;
}
.home-bg{ background: url(../images/md-bg.jpg); background-attachment:fixed; }
.image-service-box{ margin-bottom:20px; }




