@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background: url(../images/download.png);
}
a {
	webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
::selection {
	background: #08C6D7;
	color: #FFF;
}
/* ---------- top_header Styles Starts ---------- */

.top_header{height:147px;width: 990px;margin: 0 auto;}
.logo{float: left;padding-top: 10px;margin-bottom: 10px;}
.logo a{}
.logo a img{}
.top_left{/*margin-top: 8px;*/}
.social{float:right;margin-top: 13px;}
.social ul{ margin:0;float: right;}
.social ul li{ list-style:none; float:left;}
.social ul li a{display: block;padding: 0px 5px;}
.social ul li a img{}
.menu{clear: both;height: 57px;background: url(../images/menu_bg.png);background-repeat: repeat-x;box-shadow: 0px 0px 10px #666;}
.menu ul{margin: 0; padding:0;float: left;}
.menu ul li{float:left; list-style:none;padding: 0;color: #FFF;}
.menu_divider{ padding-top:1px !important; }
.menu ul li a{
	font-family: "Raleway", Arial, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #FFF;
	font-variant: normal;
	margin-right: 0px;
	text-align: right;
	vertical-align: bottom;
	padding-top: 25px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	padding: 21px 18px;
	display: block;
	padding-bottom: 17px;
}
.menu ul li a:hover{color:#fff;}
.menu ul li:hover{ background:url(../images/menu_bg_over.png) repeat-x;}
.menu_home{padding: 29px 30px !important; background:url(../images/menu_home.png) no-repeat center;}
.menu_home:hover{/*background:url(../images/menu_home_hover.png) no-repeat center;*/}

.top_contact{clear: both;color: #666;font-size: 12px;font-family: raleway, Arial;font-weight: 500;margin-right: 8px;}
.top_contact span img {position: relative;top: 4px;margin-right: 5px;}
.top_contact a{color: #666; text-decoration:none;}
.top_contact a:hover{color:#f00;}

.menu_search{float: right;background: #FFF;margin: 17px 15px 0 0;vertical-align: middle;border-radius: 3px;padding: 2px;}
.menu_search input {border: 0;vertical-align: top;padding: 2px 4px;outline: 0;}
.menu_search img{vertical-align: top;width: 17px;margin-top: 1px;}


.old_menu{clear:both;margin-top: 13px;}
.old_menu ul{float: right;margin: 0;position: relative;top: -15px;}
.old_menu ul li{float:left; list-style:none;padding: 0 7px;color: #999;}
.old_menu{ padding-top:8px !important; }
.old_menu ul li a{
	font-family: calibri, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #999;
	font-variant: normal;
	margin-right: 0px;
	text-align: right;
	vertical-align: bottom;
	/*padding-top: 25px;*/
	width: 640px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
}
.old_menu ul li a:hover{color:#333;}
/* ---------- top_header Styles Starts ---------- */


/* ---------- Banner Styles Starts ---------- */
.banner_content_container {
	height: 450px;
	width: 100%;
}

.banner_container {
	/*width: 100%;*/
	width:990px;
	margin:0 auto;
	margin-bottom: 20px;
	height: 354px;
	/*border-top: 4px solid #2e3194;
	border-bottom: 4px solid #ed1f24;*/
	margin-top: 15px;
	box-shadow: 0px 0px 10px #666;
}

.banner_image_countries {
	background-image: url(../images/banner/home_banner01.jpg);
	background-repeat: no-repeat;
	background-position:center;
	height: 350px;
	width: 100%;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2e3194;
	border-bottom-color: #ed1f24;
	float: left;
	background-color: #333;
}
.banner_image_counsellor {
	background-image: url(../images/banner/home_banner02.jpg);
	background-repeat: no-repeat;
	background-position:center;
	height: 350px;
	width: 100%;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2e3194;
	border-bottom-color: #ed1f24;
	background-color: #333;
}
.banner_image_services {
	background-image: url(../images/banner/home_banner03.jpg);
	background-repeat: no-repeat;
	background-position:center;
	height: 350px;
	width: 100%;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2e3194;
	border-bottom-color: #ed1f24;
	background-color: #333;
}

.countries_banner_text_container {
	background-image: url(../images/banner/home_countries_banner_bg.png);
	width: 350px;
	padding: 20px;
	height: 375px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 80px;
}
.services_banner_text_container {
	background-image: url(../images/banner/home_countries_banner_bg.png);
	width: 350px;
	padding: 20px;
	height: 375px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 70px;
}
.home_countries_banner_text_title {
	font-family: 'Raleway', sans-serif;
	color: #FFF;
	font-size: 30px;
	font-weight: 500;
	padding-left: 10px;
	text-align:center;
}
.home_countries_banner_text_content {
	font-family: 'Raleway', sans-serif;
	color: #FFF;
	text-align: justify;
	font-weight: 400;
	height:57px;
}
.home_countries_banner_text_button {
	font-family: 'Raleway', sans-serif;
	color: #FFF;
	font-size: x-large;
	background-color: #333;
	padding: 10px;
	margin: 0 auto;
	margin-top: 25px;
	background-image: url(../images/banner/countries_button.png);
	background-repeat: no-repeat;
	background-position: 170px;
	width: 215px;
	display:block;
	text-decoration:none;
}
.home_counsellor_banner_text_button {
	font-family: 'Raleway', sans-serif;
	color: #FFF;
	font-size: x-large;
	background-color: #333;
	padding: 10px;
	margin: 0 auto;
	margin-top: 25px;
	background-image: url(../images/banner/countries_button.png);
	background-repeat: no-repeat;
	background-position: 170px;
	width: 215px;
	display:block;
	text-decoration:none;
}
.home_services_banner_text_button {
	font-family: 'Raleway', sans-serif;
	color: #FFF;
	font-size: x-large;
	background-color: #333;
	padding: 10px;
	margin: 0 auto;
	margin-top: 25px;
	background-image: url(../images/banner/countries_button.png);
	background-repeat: no-repeat;
	background-position: 170px;
	width: 215px;
	display:block;
	text-decoration:none;
}
.home_countires_banner_map {
	height: 195px;
	background-image: url(../images/banner/map.png);
	background-repeat: no-repeat;
	background-position: center;
}
.home_counsellor_banner_photos {
	height: 195px;
	background-image: url(../images/banner/photos.png);
	background-repeat: no-repeat;
	background-position: center;
}
.home_services_banner_process {
	height: 195px;
	background-image: url(../images/banner/process.png);
	background-repeat: no-repeat;
	background-position: center;
}
.counsellor_banner_text_container {
	background-image: url(../images/banner/home_countries_banner_bg.png);
	width: 350px;
	padding: 20px;
	height: 375px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 70px;
	
	
}
.home_banner_nav_container {
	margin-bottom: 50px;
	margin-top: 25px;
}
.home_banner_nav_item {
	height: 20px;
	width: 20px;
	margin-right: 10px;
}
.home_banner_nav_countries_item_selected {
	background-color: #0CF;
	height: 20px;
	width: 20px;
	margin-right: 10px;
}
.home_banner_nav_counsellor_item_selected {
	background-color: #0CF;
	height: 20px;
	width: 20px;
	margin-right: 10px;
}
.home_banner_nav_services_item_selected {
	background-color: #F03;
	height: 20px;
	width: 20px;
	margin-right: 10px;
}
#home_banner_nav_countries_one {
	background-color: #f40019;
}
#home_banner_nav_countries_two {
		background-color: #333;
}
#home_banner_nav_countries_three {
		background-color: #333;
}

#home_banner_nav_counsellor_one {
	background-color: #333;
}
#home_banner_nav_counsellor_two {
	background-color: #f40019;
}
#home_banner_nav_counsellor_three {
		background-color: #333;
}


#home_banner_nav_services_one {
	background-color: #333;
}
#home_banner_nav_services_two {
	background-color: #333;
}
#home_banner_nav_services_three {
	background-color: #f40019;
}

/* ---------- Banner Styles Ends ---------- */



/* --------- Product Container Starts --------- */


.products_container {
	width: 990px;
	margin: 25px auto;
}
.science_tile {
	background-image: url(../images/research_tile.jpg);
	background-repeat: no-repeat;
	/* [disabled]display: inline-block; */
	height: 225px;
	width: 323px;
}
.science_tile:hover {
	background-image: url(../images/research_tile.jpg);
	background-repeat: no-repeat;
	/* [disabled]display: inline-block; */
	height: 225px;
	width: 323px;
}

.science_info {
	height: 90px;
	width: 303px;
	/*background-image: url(../images/science_tile_bg.png);*/
	margin-top: 115px;
	padding: 10px;
	background:#6c70ff;	
}
.science_info:hover {
	height: 90px;
	width: 303px;
	/*background-image: url(../images/science_tile_bg.png);*/
	margin-top: 115px;
	padding: 10px;
}
.science_info_live{
	height: 205px;
	width: 303px;
	/*background-image: url(../images/science_tile_bg.png);*/
	margin-top: 0px;
	padding: 10px;
}





.education_tile {
	background-image: url(../images/education_tile.jpg);
	background-repeat: no-repeat;
	/* [disabled]display: inline-block; */
	height: 225px;
	width: 323px;
}
.education_tile:hover {
	background-image: url(../images/education_tile.jpg);
	background-repeat: no-repeat;
	/* [disabled]display: inline-block; */
	height: 225px;
	width: 323px;
}

.education_info {
	height: 90px;
	width: 303px;
	/*background-image: url(../images/research_tile_bg.png);*/
	margin-top: 115px;
	padding: 10px;
	background:#97c700;
}
.education_info:hover {
	height: 90px;
	width: 303px;
	/*background-image: url(../images/research_tile_bg.png);*/
	margin-top: 115px;
	padding: 10px;
}
.education_info_live{
	height: 205px;
	width: 303px;
	/*background-image: url(../images/education_tile_bg.png);*/
	margin-top: 0px;
	padding: 10px;
}



.research_tile {
	background-image: url(../images/services_tile.jpg);
	background-repeat: no-repeat;
	/* [disabled]display: inline-block; */
	height: 225px;
	width: 323px;
}
.research_tile:hover {
	background-image: url(../images/services_tile.jpg);
	background-repeat: no-repeat;
	/* [disabled]display: inline-block; */
	height: 225px;
	width: 323px;
}

.research_info {
	height: 90px;
	width: 303px;
	/*background-image: url(../images/education_tile_bg.png);*/
	margin-top: 115px;
	padding: 10px;
	background:#f43136;
}
.research_info:hover {
	height: 90px;
	width: 303px;
	/*background-image: url(../images/education_tile_bg.png);*/
	margin-top: 115px;
	padding: 10px;
}
.research_info_live{
	height: 205px;
	width: 303px;
	/*background-image: url(../images/research_tile_bg.png);*/
	margin-top: 0px;
	padding: 10px;
}





.product_explore {
	background-color: #333;
	font-family: 'Raleway', sans-serif;
	color: #FFF;
	padding: 10px;
	background-image: url(../images/read_more_icon.png);
	background-repeat: no-repeat;
	background-position: 120px 8px;
	width: 130px;
	margin-top: 15px;
	cursor:pointer;
}

.product_name {
	color: #000;
	font-size: 24px;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
}

.product_courses {
	font-family: 'Raleway', sans-serif;
	font-size: small;
	line-height: 20px;
	margin-top: 5px;
	color: #FFF;
	font-weight: 500;
	text-align:justify;
}



/* --------- Product Container Ends --------- */


/* --------- Service Container Starts --------- */

.service_info {
	font-family: 'Raleway', sans-serif;
	font-size: small;
	color: #fff;
	margin-left: 5px;
	margin-top:5px;
	font-weight: 500;
	line-height: 20px;
}
.services_container {
	margin-top: 25px;
	margin-bottom: 25px;
}
.service_explore {
	background-color: #333;
	font-family: 'Raleway', sans-serif;
	font-size: large;
	background-image: url(../images/read_more_icon.png);
	background-position: 120px 10px;
	background-repeat: no-repeat;
	padding: 10px;
	width: 140px;
	margin-left: 35px;
	margin-top: 10px;
}




.counseling_container {
	height: 150px;
	width: 323px;
	background-image: url(../images/services/counseling_tile.jpg);
	background-repeat: no-repeat;
	margin-bottom: 6px;
}
.counseling_info {
	background-image: url(../images/services/counseling_tile_bg.png);
	background-repeat: repeat;
	padding: 5px;
	height: 60px;
	width: 313px;
	margin-top: 80px;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	color: #FFF;
}

.training_container {
	height: 150px;
	width: 323px;
	background-image: url(../images/services/trials_tile.jpg);
	background-repeat: no-repeat;
	margin-bottom: 6px;
}
.training_info {
	background-image: url(../images/services/education_tile_bg.png);
	background-repeat: repeat;
	padding: 5px;
	height: 60px;
	width: 313px;
	margin-top: 80px;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	color: #FFF;
}

.admission_container {
	height: 150px;
	width: 323px;
	background-image: url(../images/services/animalresearch_tile.jpg);
	background-repeat: no-repeat;
	margin-bottom: 6px;
}
.admission_info {
	background-image: url(../images/services/science_tile_bg.png);
	background-repeat: repeat;
	padding: 5px;
	height: 60px;
	width: 313px;
	margin-top: 80px;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	color: #FFF;
}


.loan_container {
	height: 220px;
	width: 323px;
	background-image: url(../images/services/training_tile.jpg);
	background-repeat: no-repeat;
	margin-bottom: 6px;
}
.loan_info {
	background-image: url(../images/services/loan_tile_bg.png);
	background-repeat: repeat;
	padding: 5px;
	height: 90px;
	width: 313px;
	margin-top: 80px;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	color: #FFF;
	background: #FFA500;	
}

.visa_container {
	height: 220px;
	width: 323px;
	background-image: url(../images/services/advantage_tile.jpg);
	background-repeat: no-repeat;
	margin-bottom: 6px;
}
.visa_info {
	background-image: url(../images/services/visa_tile_bg.png);
	background-repeat: repeat;
	padding: 5px;
	height: 90px;
	width: 313px;
	margin-top: 80px;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	color: #FFF;
	background: #b967fe;
}

.departure_container {
	height: 220px;
	width: 323px;
	background-image: url(../images/services/healthcare_tile.jpg);
	background-repeat: no-repeat;
	margin-bottom: 6px;
}
.departure_info {
	background-image: url(../images/services/training_tile_bg.png);
	background-repeat: repeat;
	padding: 5px;
	height: 90px;
	width: 313px;
	margin-top: 80px;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	color: #FFF;
	background: #3eb4fe;
}

.service_title {
	font-size:24px;
	color:#000;
	padding: 0 5px;
	font-weight:bold;
}


/* --------- Service Container Ends --------- */

/* --------- News and Events Container Starts --------- */

.news_gallery {
	width:990px;
	margin:0 auto;
}
.news {border-right: 1px dashed #CCC;padding-right: 10px;}
.news h2{font-family: 'Raleway', sans-serif;font-size: 30px;font-weight: 500; margin: 0 0;}
.news h2 a{font-size: 14px;text-decoration: none;font-weight: 500;color: #555;font-style: italic;margin-left: 8px;}
.news_info {margin-top: 15px;}
.news_info ul{ margin:0; padding:0;}
.news_info ul li{background:url(../images/news_arrow_bullet.png) no-repeat; list-style:none;background-position: 4px 10px;border-bottom: 1px dashed #CCC; background-size:22px;}
.news_info ul li:hover{background:url(../images/news_arrow_bullet_hover.png) no-repeat; background-color:#555;background-position: 4px 10px;}
.news_info ul li a{padding: 10px 0 10px 32px;display: block;text-decoration: none;color: #555;font-family: calibri;}
.news_info ul li a:hover{color:#fff;}


.videos{padding-left: 20px; height:165px;background: #FFF; width: 550px; margin: 0 auto;  border-radius: 5px; border: 5px solid #ccc;
  padding-bottom: 25px;
  box-shadow: 1px 1px 5px 1px #A6A6A6;}
.videos h2{font-family: 'Raleway', sans-serif;font-size: 30px;font-weight: 500;margin: 0 0;margin-bottom: 5px; margin-top:5px;}
.videos h2 a{font-size: 14px;text-decoration: none;font-weight: 500;color: #555;font-style: italic;margin-left: 8px;}



/* ------------- Gallery Starts ------------- */

.article-content{height:auto; float:left; display:inline;border: solid 6px #ececec;width:885px; padding:0px; background:#fff; color:#555; font-family:calibri; color:#555; font-size:15px; text-align:justify; line-height:23px; text-shadow:#fff 1px 1px 1px; margin-bottom:20px;}
.article-content p{ padding:15px; text-align:justify; font-family:calibri; color:#494949; font-size:15px; line-height:25px;}
.article-content p img{padding: 4px 6px 3px 0px;}
.article-content p strong{ color:#CC3300;font-size: 16px; font-weight:bold;}
.article-content h3{ float:left;font-family:calibri; color:#494949; font-size:17px; width: 875px;position: fixed;}
.article-content h2{ float:left;font-family:calibri; color:#494949; font-size:23px; width: 875px; text-align:center; padding:20px 0px 20px 0px;}
.article-content span {color: #494949;font-size:15px;font-weight:bold;}
.article-link{float:left; display:inline; width:50px;margin-top: 40px;}
.article-link img { padding: 3px 0px 3px 0px;}
.gallery-folder{margin:0 auto; padding:0px; clear:both;}
.gallery-folder li{ list-style:none; float:left; display:inline; border:solid 1px #d9d9d9; padding:5px; width:250px; height:auto; margin: 5px 22px 5px 30px;background:#fff;}
.gallery-folder li img{ width:250px; height:165px; }

.gallery-photo{margin:0 auto; padding:0px; clear:both; margin-top:45px;}
.gallery-photo li{ list-style:none; float:left; display:inline; border:solid 1px #d9d9d9; padding:4px !important; /*width:162px;*/ height:120px; margin:7px; background-image:none !important;}
.gallery-photo li img{/*width:162px;*/height:120px; }

.news_gallery .gallery-photo li img{width:162px; height:120px;}

.gallery_panel {width: 240px; height:auto; text-align: left; font-size: 12px; border: solid 0px #008000; margin: 9px 5px 5px 5px; }

/* ------------- Gallery Ends ------------- */


/* --------- News and Events Container Ends --------- */


/* --------- Footer Container Starts --------- */


.footer{ width:990px; margin:0 auto; margin-top: 40px; clear: both;padding: 40px 0;}
.footer_left{float:left;font-family: calibri;clear: both;margin: 0;color: #AAA;font-size: 14px;}
.footer_left a{}
.footer_left a img{width:190px;}
.footer_left p{ font-family:calibri; clear:both; margin: 0; color:#aaa;font-size: 14px;}
.footer_left p a{ text-decoration:none;color: #AAA;}
.footer_left p a:hover{color:#666;}

.footer_right{float: right;margin-right: 10px;}
.footer_right p{ font-family:calibri; float:right; clear:both; margin: 0; color:#aaa;font-size: 14px;}
.footer_right p a{ text-decoration:none;color: #AAA;}
.footer_right p a:hover{color:#666;}

/* --------- Footer Container Ends --------- */



/*-------------------------- Inner Pages --------------------- */

/* ----------- Inner Page Style Satrts----------- */

.breadcrumb{width: 100%;float: left;position: relative;left: -20px;margin: 10px 0 10px 0; font-family:raleway, sans-serif;}
.breadcrumb ul{}
.breadcrumb ul li{ float:left; list-style:none;}
.breadcrumb_home{background: url(../images/breadcrumb_home01.png) no-repeat;height: 43px;width: 95px;}
.breadcrumb_home a{display: block;color: #FFF;text-decoration: none;font-family: raleway;font-size: 18px;padding: 6px 0 6px 16px;}
.breadcrumb_left {background: url(../images/breadcrumb_left.png) no-repeat;float: left;width: 11px;height: 33px;}
.breadcrumb_right{background: url(../images/breadcrumb_right.png) no-repeat;float: left;height: 33px;width: 20px;}
.breadcrumb_inner{background-color: #888;float: left;height: 33px;}
.breadcrumb_inner span{display: block;color: #FFF;padding: 7px 5px;}

.side_menu {}
.side_menu li{
	list-style:none;
	font-family:raleway, Arial, Helvetica, sans-serif;
}
.side_menu li a{
	background:#fff;
	color:#5F5F5F;
	border:1px solid #999;
	display: block;
	padding: 5px 10px;
	margin-bottom: 13.2px;
	font-weight: 700;
	background: #FFF;
	text-decoration:none;
	cursor:pointer;
}

.side_menu li a:hover{
	border-color: #000;
	box-shadow: 0 0 3px #AAA;
}

.side_menu li a.active{
	color: #FFF;
	background: #2a3d9e;
}

.content {width:990px; margin:0 auto;}
.content_inner {float:left;background: #FFF;box-shadow: 0 0 3px #AAA;padding: 10px;margin: 20px 0 0 0;width: 970px;}
.content_left{float:left; width:200px;}
.content_right{float:left; width:750px;margin: 0 0 0 15px;}
.content_right h1{font-family: Raleway, sans-serif, Arial;font-weight: bold;color: #FFF;background: #2A3D9E;font-size: 20px;padding: 3px 0 3px 15px;font-weight: 500;}
.content_info{margin: 10px 0 0 0;border: 1px solid #2A3D9E;padding: 10px 15px;font-family: Raleway, sans-serif, Arial;}
.content_info h3{font-weight: 400;border-bottom: 1px solid #2A3D9E;padding: 0 0 5px 0;font-weight: bold;color: #2A3D9E; font-size: 24px;}

.info {margin: 20px 0 0 0; font-family: Raleway, sans-serif, Arial; font-size:14px;}
.info p{ margin:0; padding: 0 0 0 15px;; text-align:justify; /*text-indent:25px;*/line-height: 24px;font-family: Raleway, sans-serif, Arial;font-size: 13px; font-weight:bold;}
.info ul {margin: 15px 0 0 50px;}
.info ul li{ list-style:none;line-height: 21px; background:url(../images/tick_icon.png) no-repeat;padding: 0px 0 10px 20px;background-position: 0px 3px;font-weight: bold;
color: #002F66;}
.info ul li a{}
.info h4 {font-size: 22px; color: #884200; text-transform:uppercase;color: #F17500;}
.content_right h1 img{background: #FFF;border-radius: 3px;vertical-align: top;margin: 0 10px 0 0;}

.dept_head{float: right;font-family: Raleway, sans-serif, Arial;font-size: 16px;font-weight: normal;margin-right: 10px;}

.li_nobg li { background:none !important; color:#000 !important;}

.li_nobg{margin: 15px 0 0 15px;}

.content .content_right table{border-collapse: collapse;width: 95%;margin: 15px auto;}
.content .content_right table td, .content .content_right table th{ border:1px solid #C7B570;padding: 7px 8px;}
.content .content_right table th{ font-weight:bold;font-size: 18px; background:#990100; color:#fff;}
.content .content_right table td{font-size: 14px; font-weight:400;text-align: justify;}
.content .content_right table td:nth-child(2){font-weight: bold;;}
.content .content_right table td:first-child{background: #FFFED4;text-align: center;}
.testimonial_info {	border: 3px solid #DDD;padding: 15px 15px 15px 10px;border-radius: 5px;width: 650px;margin: 0 auto;box-shadow: 3px 3px 10px #888;background: #FFFAF0;}

/* ----------- Inner Page Style Ends----------- */


/* ----------- Education Page Satrts----------- */
.education .side_menu {
	
}
.education .side_menu li{
	list-style:none;
	font-family:raleway, Arial, Helvetica, sans-serif;
}
.education .side_menu li a{
	background:#fff;
	color:#5F5F5F;
	border:1px solid #999;
	display: block;
	padding: 5px 6px;
	margin-bottom: 13.2px;
	font-weight: 700;
	background: #FFF;
	text-decoration:none;
	cursor:pointer;
}

.education .side_menu li a:hover{
	border-color: #000;
	box-shadow: 0 0 3px #AAA;
}

.education .side_menu li a.active{
	color: #FFF;
	background: #BD0011;
}


.education .content_right h1{font-family: Raleway, sans-serif, Arial;font-weight: bold;color: #FFF;background: #BD0011;font-size: 20px;padding: 3px 0 3px 15px;font-weight: 500;}
.education .content_info{margin: 10px 0 0 0;border: 1px solid #BD0011;padding: 10px 15px;}
.education .content_info h3{font-family: Raleway, sans-serif, Arial;font-weight: 400;border-bottom: 1px solid #BD0011;padding: 0 0 5px 0;font-weight: bold;color: #BD0011;}

.education .info {margin: 20px 0 0 0; font-family: Raleway, sans-serif, Arial; font-size:14px;}
.education .info p{ margin:0; padding: 0 0 0 15px;; text-align:justify; /*text-indent:25px;*/line-height: 21px;font-family: Raleway, sans-serif, Arial;font-size: 14px;}
.education .info ul {margin: 15px 0 0 50px;}
.education .info ul li{ list-style:none;line-height: 21px; background:url(../images/tick_icon.png) no-repeat;padding: 0px 0 10px 20px;background-position: 0px 5px;font-weight: bold;
color: #041780;}
.education .info ul li a{}
.education .info h4 {}
.education .content_right h1 img{background: #FFF;border-radius: 3px;vertical-align: top;margin: 0 10px 0 0;}

.education .dept_head{float: right;font-family: Raleway, sans-serif, Arial;font-size: 16px;font-weight: normal;margin-right: 10px;}

/* ----------- Education Page Ends----------- */



/* ----------- Research And Development Page Satrts----------- */
.research .side_menu {
	
}
.research .side_menu li{
	list-style:none;
	font-family:raleway, Arial, Helvetica, sans-serif;
}
.research .side_menu li a{
	background:#fff;
	color:#5F5F5F;
	border:1px solid #999;
	display: block;
	padding: 5px 6px;
	margin-bottom: 13.2px;
	font-weight: 700;
	background: #FFF;
	text-decoration:none;
	cursor:pointer;
}

.research .side_menu li a:hover{
	border-color: #000;
	box-shadow: 0 0 3px #AAA;
}

.research .side_menu li a.active{
	color: #FFF;
	background: #6F7400;
}


.research .content_right h1{font-family: Raleway, sans-serif, Arial;font-weight: bold;color: #FFF;background: #6F7400;font-size: 20px;padding: 3px 0 3px 15px;font-weight: 500;}
.research .content_info{margin: 10px 0 0 0;border: 1px solid #6F7400;padding: 10px 15px;}
.research .content_info h3{font-family: Raleway, sans-serif, Arial;font-weight: 400;border-bottom: 1px solid #6F7400;padding: 0 0 5px 0;font-weight: bold;color: #6F7400;}

.research .info {margin: 20px 0 0 0; font-family: Raleway, sans-serif, Arial; font-size:14px;}
.research .info p{ margin:0; padding: 0 0 0 15px;; text-align:justify; /*text-indent:25px;*/line-height: 21px;font-family: Raleway, sans-serif, Arial;font-size: 14px;}
.research .info ul {margin: 15px 0 0 50px;}
.research .info ul li{ list-style:none;line-height: 21px; background:url(../images/tick_icon.png) no-repeat;padding: 0px 0 10px 20px;background-position: 0px 3px;font-weight: bold;
color: #041780;}
.research .info ul li a{}
.research .info h4 {}
.research .content_right h1 img{background: #FFF;border-radius: 3px;vertical-align: top;margin: 0 10px 0 0;}

.research .dept_head{float: right;font-family: Raleway, sans-serif, Arial;font-size: 16px;font-weight: normal;margin-right: 10px;}

/* ----------- Research And Development Page Ends----------- */



/* --------------- Health Care Page Starts -------------------- */


.healthcarepack .side_menu {
	
}
.healthcarepack .side_menu li{
	list-style:none;
	font-family:raleway, Arial, Helvetica, sans-serif;
}
.healthcarepack .side_menu li a{
	background:#fff;
	color:#5F5F5F;
	border:1px solid #999;
	display: block;
	padding: 7px 10px;
	margin-bottom: 13.2px;
	font-weight: 700;
	background: #FFF;
	text-decoration:none;
	cursor:pointer;
	font-size: 14px;
}

.healthcarepack .side_menu li a:hover{
	border-color: #000;
	box-shadow: 0 0 3px #AAA;
}

.healthcarepack .side_menu li a.active{
	color: #FFF;
	background: #2A3D9E;
}

.healthcarepack .content_right h1{font-family: raleway;font-weight: bold;color: #FFF;background: #2A3D9E;font-size: 20px;padding: 3px 0 3px 15px;font-weight: 500;}
.healthcarepack .content_info{margin: 10px 0 0 0;border: 1px solid #2A3D9E;padding: 10px 15px;}
.healthcarepack .content_info h3{font-family: raleway;font-weight: 400;border-bottom: 1px solid #2A3D9E;padding: 0 0 5px 0;font-weight: bold;color: #2A3D9E;}

.healthcarepack .info {margin: 20px 0 0 0; font-family:raleway, arial; font-size:14px;}
.healthcarepack .info p{ margin:0; padding: 0 0 0 15px;; text-align:justify; /*text-indent:25px;*/line-height: 21px;font-family: raleway, arial;font-size: 13px;font-weight: 500;}
.healthcarepack .info ul {margin: 15px 0 0 50px;}
.healthcarepack .info ul li{ list-style:none;line-height: 24px; background:url(../images/tick_icon.png) no-repeat;padding: 0px 0 0 20px;background-position: 0px 5px;font-weight: 500;color: #041780;}
.healthcarepack .info ul li a{}
.healthcarepack .info h4 {font-size: 18px;color: #6F7400;}

.healthcarepack .info span.sub_head {font-size: 14px;font-family: raleway;font-weight: 400;font-weight: bold;color: #BD0011;padding-left: 15px;display:block;}
.healthcarepack .content_right h1 img{background: #FFF;border-radius: 3px;vertical-align: top;margin: 0 10px 0 0;}

.healthcarepack .dept_head{float: right;font-family: raleway, Arial;font-size: 16px;font-weight: normal;margin-right: 10px;}

/* --------------- Health Care Page Starts -------------------- */

/* --------------- Contact Us Page Starts ---------------- */

.contact_us{float:left; background: #FFF; width:990px;padding: 20px 20px 10px 20px;box-shadow: 0px 0px 3px 2px #AAA;margin: 10px 0 0 0;}
.contact_us h1 {font-family: Raleway, sans-serif, Arial;font-weight: normal;color: #2A3D9E;border-bottom: 1px solid #2A3D9E;padding-bottom: 10px;margin-bottom: 15px;}
.contact_us_row{float: left;}
.contact_mini{float:left; width:460px;   height:325px; margin:10px;}
.gmap{height:365px;}
.contact_head{background-color: #2A3D9E;
	color: #fff;
	position: relative;
	text-transform: uppercase;
	width: 60%;
	max-width: 500px;
	-moz-box-sizing: border-box;
	padding: 9px 1em;
	overflow: visible;
	font-weight: normal;
	letter-spacing: 2px;
	margin-bottom: 1em;
	font-family: Raleway, sans-serif, Arial;
	float: left;
	font-size: 18px;}
.tri{ background:url(../images/tri.png) no-repeat; float:left;width: 50px;height: 50px; margin-left:-1px;}

.contact_info {clear: both;padding: 0 0 0 15px;line-height: 24px;}
.contact_info span{color:#666;}

.contact_info h2 {font-family: Raleway, sans-serif, Arial;font-size: 20px;width: 400px;color: #666;}

.enquiry_details {clear: both;padding: 0 0 0 15px;}

.enquiry_details span{font-weight: bold;font-size: 16px;font-family: Raleway, sans-serif, Arial; color:#666;}

.enquiry_details input, .enquiry_details textarea {padding: 5px 9px;border-radius: 5px;border: 1px solid #DDD;width: 260px;margin: 5px 0 10px 0; outline:0;}

.enquiry_details input:focus, .enquiry_details textarea:focus {
    color: #666;
	
	-webkit-transition: all 0.30s ease-in-out;
	  -moz-transition: all 0.30s ease-in-out;
	  -ms-transition: all 0.30s ease-in-out;
	  -o-transition: all 0.30s ease-in-out;
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	-moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  	border: 1px solid rgba(81, 203, 238, 1);
	}
.enquiry_details textarea {
	width: 400px;
	height: 110px;
	resize:none;
}

/* --------------- Contact Us Page Ends -------------------- */


/* --------------- About Us Page Starts -------------------- */

.about .content_left{float:left; width:400px; text-align:center;}
.about .content_left img{width: 350px;margin-top: 30px;}
.about .content_right{float:left; width:550px;margin: 0 0 0 10px;}
.about .content_info{ border:none; font-family:raleway, sans-serif, Arial; margin: 20px 0 0 0;}
.about .content_info p{font-family:raleway, sans-serif, Arial;font-size: 13px;font-weight: 500;}
.about .info {padding: 0 5px 0 0;}

/* --------------- About Us Page Starts -------------------- */