
.features-grids {
    /*padding: 0 0 5em;*/
}
.features-grid-left{
	float:left;
	width:40%;
	padding:2em;
	background:#F5F5F5;
}
.features-grid-left h1{
	color:#fff;
	font-size:1.3em;
	margin:0;
	text-transform:capitalize;
}
.features-grid-left h2{
	font-size:.8em;
	color:#414141;
	margin:.5em 0;
}
.features-grid-left p{
	color:#E1E0E0;
	font-size:14px;
	line-height:1.8em;
	margin:0;
}
.features-grid-left ul{
	padding:1em 0 0;
}
.features-grid-left ul li{
	display:inline-block;
}

.features-grid-right{
	float:right;
	width:60%;
	/*background:url(images/g4.jpg) no-repeat 0px 0px;*/
	background: #333d47;
	background-size:cover;
	min-height:275px;
	padding:0px 5px;
}
	/*
.features-grid-right:hover{
background:url(images/g4.jpg) no-repeat 0px 0px;
	background: #333d47;
	background-size:cover;
	min-height:268px;
}
*/
/*.features-grid-right:hover .features-grid-right-text{
	display:none;
}*/
.features-grid-right-text h4{
	color:#fff;
	font-size:2em;
	margin:1em 0 .5em;
	text-align:center;
	letter-spacing:3px;
}
.features-grid-right-text p{
	color:#E1E0E0;
	margin:0;
	font-size:14px;
	text-align:left;
}


ul li a.facebook{
	background:url(images/img-sp.png) no-repeat -14px -11px;
	display:block;
	height:32px;
	width:32px;
}
ul li a.facebook:hover{
	background:url(images/img-sp.png) no-repeat -65px -11px;
	display:block;
}
ul li a.in{
	background:url(images/img-sp.png) no-repeat -14px -53px;
	display:block;
	height:32px;
	width:32px;
}
ul li a.in:hover{
	background:url(images/img-sp.png) no-repeat -64px -53px;
	display:block;
}

ul li a.p{
	background:url(images/img-sp.png) no-repeat -14px -98px;
	display:block;
	height:32px;
	width:32px;
}
ul li a.p:hover{
	background:url(images/img-sp.png) no-repeat -64px -98px;
	display:block;
}
ul li a.dribble{
	background:url(images/img-sp.png) no-repeat -14px -146px;
	display:block;
	height:32px;
	width:32px;
}
ul li a.dribble:hover{
	background:url(images/img-sp.png) no-repeat -65px -146px;
	display:block;
}

@media (max-width:1024px){
.features-grids {
		padding: 0 0 4em;
	}
	.features-grid-right:hover,.features-grid-right {
		min-height: 293px;
	}
}

@media (max-width:768px){
.features-grid-left,.features-grid-right {
		float: none;
		width: 100%;
	}
	.features-grid-right-text h4 {
		margin: 0;
		padding: 3em 0 0;
	}
	.features-grids {
		padding: 0 0 3em;
	}
}

@media (max-width: 640px){
.features-grids {
		padding: 3em 0 2em;
	}
	.features-grid-right-text h4 {
		padding: 3.5em 0 0;
	}
}

@media (max-width: 480px){
.features-grid-left {
		padding: 1.5em;
	}
	.features-grid-right-text h4 {
		font-size: 1.5em;
	}
	.features-grid-right:hover, .features-grid-right {
		min-height: 220px;
	}
	.features-grids {
		padding: 3em 0 0em;
	}
}

@media (max-width:414px){
.features-grids {
		padding: 2em 0 0em;
	}
	.features-grid-left h1 {
		font-size: 1em;
	}
}

@media (max-width: 320px){

.features-grid-right-text h4 {
		padding: 2.5em 0 0;
	}
	.features-grid-right:hover, .features-grid-right {
		min-height: 180px;
	}
}

	





.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.ch-thumb {
	width: 100%;
	height: 100%;
	/*border-radius: 50%;*/
	overflow: hidden;
	position: absolute;
	/*0 0 0 5px*/
	box-shadow: inset 0 0 0 0px rgba(255,255,255, 0.5);
	
	-webkit-transform-origin: 95% 40%;
	-moz-transform-origin: 95% 40%;
	-o-transform-origin: 95% 40%;
	-ms-transform-origin: 95% 40%;
	transform-origin: 95% 40%;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.ch-thumb:after {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	border-radius: 50%;
	top: 40%;
	left: 95%;
	margin: -4px 0 0 -4px;
	background: rgb(14,14,14);
	background: -moz-radial-gradient(center, ellipse cover, #333d47 0%, #333d47 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333d47), color-stop(100%,#333d47));
	background: -webkit-radial-gradient(center, ellipse cover, #333d47 0%,#333d47 100%);
	background: -o-radial-gradient(center, ellipse cover, #333d47 0%,#333d47 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333d47 0%,#333d47 100%);
	background: radial-gradient(ellipse at center, #333d47 0%,#333d47 100%);
	box-shadow: 0 0 1px #333d47;
}

.ch-img-1 { 
	background: url(../images/medicalch1.jpg) no-repeat ;
	z-index:26;
	
}

.ch-img-2 { 
	background:url(../images/bs1.png) no-repeat;
	z-index: 25;
}

.ch-img-22 { 
	background:url(../images/bs2.png) no-repeat;
	z-index: 25;
}
.ch-img-23 { 
	background:url(../images/bs3.png) no-repeat;
	z-index: 25;
}

.ch-img-24 { 
	background:url(../images/bs4.png) no-repeat;
	z-index: 25;
}


.ch-img-3 { 
	background:url(../images/medicalch3.jpg) no-repeat;
	z-index: 24;
	
}
.ch-img-4 { 
	background: url(images/kistwebch4.jpg) no-repeat;
	z-index: 23;
	
}

.ch-img-5 { 
	background:url(images/hcewebch5.jpg) no-repeat;
	z-index: 22;
}

.ch-img-6 { 
	background:url(images/hitwebch6.jpg) no-repeat;
	z-index: 21;
}

.ch-img-7 { 
	background: url(images/pharmacywebch7.jpg) no-repeat;
	z-index: 20;
	
}

.ch-img-8 { 
	background:url(images/nursingch8.jpg) no-repeat;
	z-index: 19;
}

.ch-img-9 { 
	background:url(images/physiotherapych9.jpg) no-repeat;
	z-index: 18;
}
.ch-img-10 { 
	background:url(images/gajapatich10.jpg) no-repeat;
	z-index: 17;
}
.ch-img-11 { 
	background:url(images/sciencech11.jpg) no-repeat;
	z-index: 16;
}
.ch-img-12 { 
	background:url(images/publicch12.jpg) no-repeat;
	z-index: 15;
}

.ch-info {
	position: absolute;
	width: 100%;
	height: 100%;
	/*border-radius: 50%;*/
	overflow: hidden;
	background:#333d47;
	box-shadow: inset 0 0 0 5px rgba(0,0,0,0.05);
}

.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px;
	font-size: 18px;
	margin: 0 60px;
	padding: 22px 0 0 0;
	height: 85px;
	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);
}

.ch-info p a {
	display: block;
	color: #333;
	width: 80px;
	height: 80px;
	background: rgba(255,255,255,0.3);
	border-radius: 50%;
	color: #fff;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 24px;
	margin: 7px auto 0;
	font-family: 'Open Sans', Arial, sans-serif;
	opacity: 0;
	
	-webkit-transition: 
		-webkit-transform 0.3s ease-in-out 0.2s,
		opacity 0.3s ease-in-out 0.2s,
		background 0.2s linear 0s;
	-moz-transition: 
		-moz-transform 0.3s ease-in-out 0.2s,
		opacity 0.3s ease-in-out 0.2s,
		background 0.2s linear 0s;
	-o-transition: 
		-o-transform 0.3s ease-in-out 0.2s,
		opacity 0.3s ease-in-out 0.2s,
		background 0.2s linear 0s;
	-ms-transition: 
		-ms-transform 0.3s ease-in-out 0.2s,
		opacity 0.3s ease-in-out 0.2s,
		background 0.2s linear 0s;
	transition: 
		transform 0.3s ease-in-out 0.2s,
		opacity 0.3s ease-in-out 0.2s,
		background 0.2s linear 0s;
		
	-webkit-transform: translateX(60px) rotate(90deg);
	-moz-transform: translateX(60px) rotate(90deg);
	-o-transform: translateX(60px) rotate(90deg);
	-ms-transform: translateX(60px) rotate(90deg);
	transform: translateX(60px) rotate(90deg);
		
	-webkit-backface-visibility: hidden;
}

.ch-info p a:hover {
	background: rgba(255,255,255,0.5);
}
.ch-item:hover .ch-thumb {
	box-shadow: inset 0 0 0 5px rgba(255,255,255, 0.5), 0 1px 3px rgba(0,0,0,0.2);
	-webkit-transform: rotate(-110deg);
	-moz-transform: rotate(-110deg);
	-o-transform: rotate(-110deg);
	-ms-transform: rotate(-110deg);
	transform: rotate(-110deg);
}
.ch-item:hover .ch-info p a{
	opacity: 1;
	-webkit-transform: translateX(0px) rotate(0deg);
	-moz-transform: translateX(0px) rotate(0deg);
	-o-transform: translateX(0px) rotate(0deg);
	-ms-transform: translateX(0px) rotate(0deg);
	transform: translateX(0px) rotate(0deg);
}
.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;
}

/*  For item width  */

.ch-grid li {
	width: 200px;
	height: 150px;
	display: inline-block;
	margin: 20px;
}


.why {
    background: url(images/abt.jpg) no-repeat;
    width: 100%;
    min-height: 450px;
    display: block;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
}

.scroll_link{}
.scroll_link a{ color:#0A6697; text-decoration:none;}
.scroll_link a:hover{ text-decoration:underline;}



