/*-----------------------------------------------------------------------------------*/
/*	GENERAL STYLING
/*-----------------------------------------------------------------------------------*/
::selection {background: #000; color:#fff;}
::-moz-selection {background: #000; color:#fff;}

footer ::selection {background: #fff; color:#000;}
footer ::-moz-selection {background: #fff; color:#000;}

.breadcrumbs_block ::selection {background: #fff; color:#000;}
.breadcrumbs_block ::-moz-selection {background: #fff; color:#000;}

.cleancode_block ::selection {background: #fff; color:#000;}
.cleancode_block ::-moz-selection {background: #fff; color:#000;}

body {
	overflow-x:hidden;
	position:relative;
	margin: 0;
	padding:0;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	background-color:#EBEBEB;
}
#page {overflow-x:hidden; overflow-y:hidden; position:relative; z-index:1; /*top:-20px;*/}

.preloader_hide {opacity:0; margin:0; margin-top:-20px;}
#preloader {position:fixed; left:50%; top:50%; width:32px; height:32px; margin:-16px 0 0 -16px; display:block;}
.headertop{ background:#193867; height:67px; /* position: fixed;*/ width:100%; margin-top:0px;}
.headerleft{
	float:left;
	margin-top:11px;
	font-size:11px;
	color:#fff;
	font-weight:bold;
}
.headerright{
	float:right;
	margin-top:11px;
	font-size:12px;
	color:#fff;
	font-weight:400;
}
section {/* background-color:#fff; */}

.container {padding-left:0; padding-right:0;}

.parallax {
	background-position:0 0;
	width:100%;
	background-attachment:fixed !important;
}
textarea {resize: none;}

img {
	outline:0;
	vertical-align:top;
	border:0;
	max-width:100%;
}

a {color:#000; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;}
a:hover, a:focus {text-decoration:none; color:#333;}

.margbot0 {margin-bottom:0;}
.margbot5 {margin-bottom:5px !important;}
.margbot10 {margin-bottom:10px;}
.margbot20 {margin-bottom:20px;}
.margbot25 {margin-bottom:25px;}
.margbot30 {margin-bottom:0px !important;}

.margbot40 {margin-bottom:40px;}
.margbot50 {margin-bottom:50px;}
.margbot60 {margin-bottom:60px;}
.margbot70 {margin-bottom:70px;}
.margbot80 {margin-bottom:80px;}
.margbotright30 {margin-bottom:0px !important; background:#0454A2; margin-top:0.15%; /*z-index:1;*/}
.margbotright301 {margin-bottom:0px !important; padding-right:0px;}

.pad0 {padding:0 !important;}
.padbot0 {padding-bottom:0 !important;}
.padbot10 {padding-bottom:10px !important;}
.padbot20 {padding-bottom:20px !important;}
.padbot30 {padding-bottom:10px !important;}
.padbot40 {padding-bottom:0px !important;}
.padbot50 {padding-bottom:50px !important;}
.padbot60 {padding-bottom:60px !important;}
.padbot70 {padding-bottom:70px !important;}
.padbot80 {padding-bottom:80px !important;}
.padtop0 {padding-top:0 !important;}

.overlay {
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color: rgba(48,166,124,0.5);
}
.relative_block {position:relative; z-index:5;}


/*-----------------------------------------------------------------------------------*/
/*	TYPOGRAPHY
/*-----------------------------------------------------------------------------------*/
hr {border-color:#ededed;}

ul, ol {padding:0; margin:0; font-size:14px;}
li {padding:0; margin:0; list-style:none;}

p {margin:0 0 10px; text-align:justify; font-size:14px;color:#000;}


h1, h2, h3, h4, h5, h6 {
	margin-top:0;
	font-family: 'Roboto', sans-serif;
	text-transform:none;
	font-weight:300;
	color:#333;
}
h1 {margin:0 0 26px; line-height:46px; font-size:46px;}
h2 {margin:0 0 16px; line-height:40px; font-size:40px; font-weight:400;}
h2 b {font-weight:500;}
h3 {margin:0px 0 6px; line-height:25px; font-size:22px;}
h3 b {font-weight:900;}
h4 {margin:0 0 14px; line-height:25px; font-size:20px;}
h4 b {font-weight:500;}
h5 {margin:0 0 15px; line-height:20px; font-size:15px;}
h6 {margin:0 0 15px; line-height:20px; font-size:12px;}
.btn-info h4{
	color: #FFFFFF;
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
}
.emsubtitle {line-height:normal; font-size:16px; font-weight:500; text-decoration:none;}
.center {text-align:center;}
.right {text-align:right;}

.color_text {color:#30a67c;}
.color_dark {color:#505050;}
.color_light {color:#979797;}
.color_white {color:#fff;}
.color_red {color:#c10707;}
.color_yellow {color:#fec400;}

.color_bg {background:#30a67c;}

/* __________ blockquote __________ */
blockquote {position:relative; margin: 0 0 13px; padding:0 0 0 47px; border:0; font-style:italic; font-size:16px; color:#979797;}
blockquote:before {content:'“'; position:absolute; left:15px; top:13px; font-style:italic; font-size:70px; color:#979797;}


/*-----------------------------------------------------------------------------------*/
/*	SHORTCODES
/*-----------------------------------------------------------------------------------*/
/* __________ Buttons __________ */
.btn {
	margin: 0;
	padding: 10px 20px 10px;
	border:2px solid #ccc;
	border-radius: 0;
	box-shadow: none;
	text-transform:uppercase;
	font-weight: 900;
	line-height: 20px;
	font-size: 13px;
	color:#fff;
	text-shadow: none;
	background-image: none !important;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	
}
.btn:focus, .btn:hover {color:#ccc; border-color:#23B0ED;}

.btn-active {background-color:#23B0ED; color:#fff; border-color:#23B0ED;}
.btn-active:hover {color:#fff;}


.btn-lg {padding:19px 30px; font-size:18px;}
.btn-sm {padding: 6px 20px 5px; font-size:13px;}
.btn-xs {padding: 2px 15px 3px; font-size:11px;}


.btn_shortcodes .btn {margin:0 7px 10px 0;}
.btn_shortcodes .btn:last-child {margin-right:0;}


.ie .btn, .ie .btn-default {filter:none !important;}



/* __________ breadcrumb __________ */
.breadcrumbs_block {
	padding:81px 0;
	background-image:url(../images/clean_code_bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
.breadcrumbs_block h2 {
	margin-bottom:15px;
	line-height:80px;
	font-size:80px;
	color:#fff;
}
.breadcrumbs_block p {
	margin:0;
	line-height:34px;
	font-size:26px;
	color:#999;
}



/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/
header {
	position:relative;
	height:auto;
	background-color:#fff;
	
}


/* __________ Logo __________ */
.logo {float:left;}
.logo a {
	text-transform:uppercase;
	line-height:50px;
	font-size:26px;
	color:#333;
}
.logo a span {
	display:inline-block;
	padding-right:18px;
}
.logo a span.b1 {font-weight:900;}
.logo a span.b2 {font-weight:700;}
.logo a span.b3 {font-weight:400;}
.logo a span.b4 {font-weight:300;}
.logo a span.b5 {font-weight:100;}

/* __________ Menu __________ */
.menu_block {
	position:relative;
	z-index:1;
	left:0;
	top:0;
	right:0;
	height:auto;
	width:100%;
	background-color:#fff;
	box-shadow:0 2px 3px rgba(0,0,0,0.2);
}

@charset "UTF-8";
/* Base Styles */
.cssmenumain  {
  border-top: 4px solid #0454A2;
  background: #EBEBEB;
  margin-top:17px;
 
  }

#cssmenumain > ul,
#cssmenumain > ul li,
#cssmenumain > ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float:right;
  position: relative; 
   z-index: 1000;
   display:block;
   overflow:visible;
   
}
#cssmenumain > ul li::-webkit-scrollbar { 
  /* This is the magic bit */
  display: none;
}

#cssmenumain > ul {
  position: relative;
  z-index: 597;
}
#cssmenumain > ul li {
  float: left;
  min-height: 1px;
  line-height: 1.3em;
  vertical-align: middle;
  display:block;
}
#cssmenumain > ul li.hover,
#cssmenumain > ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#cssmenumain > ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}
#cssmenumain > ul ul li {
  float: none;
  z-index:+1;
}
#cssmenumain > ul ul ul {
  top: 1px;
  left: 99%;
}
#cssmenumain > ul li:hover > ul {
  visibility: visible;
}
/* Align last drop down RTL */
#cssmenumain > ul > li.last ul ul {
  left: auto !important;
  right: 99%;
}
#cssmenumain > ul > li.last ul {
  left: auto;
  right: 0;
}
#cssmenumain > ul > li.last {
  text-align: right;
}
/* Theme Styles */
#cssmenumain > ul {
  font-size: 14px;
  width: auto;
  zoom: 1;
  text-transform:uppercase;
  font-weight:500;
}
#cssmenumain > ul:before {
  content: '';
  display: block;
}
#cssmenumain > ul:after {
  content: '';
  display: table;
  clear: both;
}
#cssmenumain > ul li a {
  display: inline-block;
  padding: 10px 22px;
}
#cssmenumain > ul > li.active,
#cssmenumain > ul > li.active:hover {
  background-color: #EBEBEB;
}
#cssmenumain > ul > li > a:link,
#cssmenumain > ul > li > a:active,
#cssmenumain > ul > li > a:visited {
  color: #000000;
}
#cssmenumain > ul > li > a:hover {
  color: #3ABCF1;
}
#cssmenumain > ul ul ul {
  top: 0;
  z-index:+1;
}
#cssmenumain > ul li li {
  background-color: #ffffff;
  border-bottom: 1px solid #ebebeb;
  font-size: 12px;
}
#cssmenumain > ul li.hover,
#cssmenumain > ul li:hover {
  background-color: #F5F5F5;
}
#cssmenumain > ul > li.hover,
#cssmenumain > ul > li:hover {
  background-color: #EBEBEB;
  -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
}
#cssmenumain > ul a:link,
#cssmenumain > ul a:visited {
  color: #9a9a9a;
  text-decoration: none;
}
#cssmenumain > ul a:hover {
  color: #3ABCF1;
}
#cssmenumain > ul a:active {
  color: #3ABCF1;
}
#cssmenumain > ul ul {
  border: 1px solid #CCC \9;
  -webkit-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.15);
  width: 150px;
  z-index:+1;
}




/*------------------------------------------------------------------------------------*/
/*  Header Top Menu
/*------------------------------------------------------------------------------------*/

.headermenu ul li {
	position:relative;
	display:inline-block;
}
.headermenu ul li a {
	display:block;
	margin:0 0 0 0px;
	padding:0px 10px 8px 0px;
	text-transform:uppercase;
	font-weight:400;
	line-height:20px;
	font-size:12px;
	color:#fff;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.headermenu ul li:last-child a{padding-right:0; left:auto;}
.headermenu li:hover a,
.headermenu li.active a {
	color:#666;
}

/*------------------------------------------------------------------------------------*/
/*  Footer Top Menu
/*------------------------------------------------------------------------------------*/
 h4:before {
	content:'';
	position:absolute;
	left:0;
	margin-top:40px;
	margin-left:14px;
	width:40px;
	height:2px;
	background-color:#23B0ED;
}
.footermmenu ul li {
	position:relative;
	display:block;
}
.footermmenu ul li a {
	display:block;
	margin:0 0 0 0px;
	padding:0px 10px 6px 0px;
	text-transform:uppercase;
	font-weight:400;
	line-height:20px;
	font-size:13px;
	color:#fff;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.footermmenu ul li:last-child a{padding-right:0; left:auto;}
.footermmenu li:hover a,
.footermmenu li.active a {
	color:#666;
}



/*------------------------------------------------------------------------------------*/
/*  Footer Bottom Menu
/*------------------------------------------------------------------------------------*/
.bottommenu ul li {
	position:relative;
	display:inline-block;
}
.bottommenu ul li a {
	display:block;
	margin:0 0 0 -3px;
	padding:0px 10px;
	text-transform:uppercase;
	font-weight:400;
	line-height:20px;
	font-size:13px;
	color:#98B8D3;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.bottommenu ul li:last-child a{padding-right:0; left:auto;}
.bottommenu li:hover a,
.bottommenu li.active a {
	color:#666;
}




/*-----------------------------------------------------------------------------------*/
/*	SEARCH FORM TOP
/*-----------------------------------------------------------------------------------*/
#search-form form {
	position:relative;
	height:40px;
	margin:20px 0 10px 19px;
	padding-left:49px;
	padding-right:6px;
	border-right:1px solid #ccc;
	font-family: FontAwesome;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
#search-form form {
	position:relative;
	height:40px;
	margin:10px 0 10px 19px;
	padding-left:49px;
	padding-right:6px;
	border-right:1px solid #ccc;
	font-family: FontAwesome;
}
}
#search-form form:before {
	content: "\f002";
	position:absolute;
	font-family: "Font Awesome 5 Pro";
	left:29px;
	top:-2px;
	height:40px;
	line-height:40px;
	font-size:15px;
	color:#cccc;
}

#search-form input {
	width:42px;
	margin:0;
	padding:11px 0;
	text-transform:none;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	line-height:20px;
	font-size: 13px;
	color: #999;	
	background: none;
	border: 0;
	box-shadow: none;	 
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
#search-form input:focus {
	width:140px;
	padding: 11px 20px 11px 0;
}









/*-----------------------------------------------------------------------------------*/
/*	HOME
/*-----------------------------------------------------------------------------------*/
#home {position:relative; border-bottom:solid 2px rgba(0,0,0,0.1);z-index: -1;}






/*-----------------------------------------------------------------------------------*/
/*	ABOUT
/*-----------------------------------------------------------------------------------*/
#about {padding-top:0px; top:-20px;}


/* __________ Content Block __________ */

.content_item {
	display:block;
	cursor:default;
	color:#000000;
}

.content_item h3 {
	position:relative;
	margin-bottom:15px;
	padding-bottom:10px;
	text-transform:none;
	font-weight:500;
	font-size:28px;
	color:#000000;
}
.content_item p {
	color:#000000;
}

.content_item h3:before {
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:40px;
	height:2px;
	background-color:#23B0ED;
}

.content_item .title {
	position:relative;	
	margin-top:20px;
	padding-bottom:0px;
	text-transform:none;
	font-weight:600;
	font-size:16px;
	color:#000;
	text-align:center;
}

/* __________ Services __________ */
.services_block {padding:0px 0 0px 0px;}

.services_item {
	display:block;
	cursor:default;
	text-align:left;
	line-height:normal;
}

.services_item p {
	position:relative;
	margin-bottom:15px;
	padding-bottom:19px;
	text-transform:none;
	font-weight:500;
	font-size:28px;
	color:#000;
	text-align:left;
	line-height:normal;
}
.title {
	position:relative;	
	margin-top:20px;
	padding-bottom:10px;
	text-transform:none;
	font-weight:400;
	font-size:24px;
	color:#000;
}

.subtitle {
	position:relative;					
	margin-top:20px;
	padding-bottom:10px;
	text-transform:none;
	font-weight:400;
	font-size:20px;
	color:#000;
}
.texttitle {
	position:relative;	
	margin-top:20px;
	padding-bottom:10px;
	text-transform:none;
	font-weight:400;
	font-size:18px;
	color:#000;
}
.text {
	position:relative;	
	margin-top:0px;
	padding-bottom:10px;
	text-transform:none;
	font-weight:400;
	font-size:14px;
	color:#666;
}
.services_item p b {font-weight:500;}
.services_item p:before {
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:40px;
	height:2px;
	background-color:#23B0ED;
}

.services_item span {
	display:block;
	padding-bottom:9px;
	font-weight:300;
	font-size:14px;
	color:#000;
}

.services_item ul{
	
	margin-left:15px;
	margin-top:10px;
	color:#000;
	font-size:14px;
}
.services_item li{
	list-style-type:disc;
	padding-bottom:6px;
	
}
.services_item h5{
	color:#B5B8BC;
	font-size:16px;
	font-weight:400;
	margin-bottom:-10px;
}
.services_item hr{
	background-color:#B5B8BC;	
	margin-bottom:10px;
}

ol.d{
	list-style-type: lower-alpha;
}
.campus_item {
	display:block;
	cursor:default;
	margin-left:-12px;
}

.campus_item p {
	position:relative;
	text-transform:none;
	font-weight:400;
	font-size:20px;
	color:#000;
	margin-bottom:6px;
}

.campus_item span {
	display:block;
	padding-bottom:9px;
	font-weight:300;
	font-size:14px;
	color:#000;
}
.campus_item ul{
	
	margin-left:15px;
	margin-top:10px;
}
.campus_item li{
	list-style-type:disc;
	padding-bottom:6px;
	
}
.whatsnew_block {padding:0px 0 0;}

.whatsnew_item {
	display:block;
	cursor:default;
}

.whatsnew_item p {
	position:relative;
	margin-bottom:15px;
	padding-bottom:19px;
	text-transform:none;
	font-weight:300;
	font-size:28px;
	color:#333;
	text-align:center;
}
.whatsnew_item p b {font-weight:500;}
.whatsnew_item p:before {
	content:'';
	position:absolute;
	left:48%;
	bottom:0;
	width:50px;
	height:2px;
	background-color:#23B0ED;
	text-align:center;
}

.whatsnew_item span {
	display:block;
	padding-bottom:9px;
	font-weight:300;
	font-size:14px;
	color:#000;
}
.whatsnew_item img {
	display:block;
	padding-bottom:0px;
	align:center;
	border: 4px solid #ddd;
	
}
.faculty_member{
	display:block;
	cursor:default;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	background:#FFFFFF;
	font-family: 'Roboto', sans-serif;
	text-align:center;
	height:300px;
}

.faculty_member .factitle {
	position:relative;
	text-transform:none;
	font-weight:400;
	font-size:16px;
	color:#000;
	margin-bottom:0px;
	margin-top:15px;
	padding-top:15px;
}

.faculty_member .facdesig {
	display:block;
	padding-bottom:0px;
	font-weight:300;
	font-size:14px;
	color:#94919E;
}

.faculty_member .email {
	display:block;
	padding-bottom:9px;
	font-weight:300;
	font-size:12px;
	color:#000;
}


.message_block{padding:0px 0 0;}

.degdepart_block {padding:60px 0 0;}

.degdepart_item {
	display:block;
	cursor:default;
}

.degdepart_item p {
	position:relative;
	margin-bottom:15px;
	padding-bottom:19px;
	text-transform:none;
	font-weight:300;
	font-size:28px;
	color:#333;
	text-align:center;
	line-height:normal;
	}
.degdepart_item p b {font-weight:500;}
.degdepart_item p:before {
	content:'';
	position:absolute;
	left:48%;
	bottom:0;
	width:50px;
	height:2px;
	background-color:#23B0ED;
	text-align:center;
}

.degdepart_item span {
	display:block;
	padding-bottom:9px;
	font-weight:400;
	font-size:15px;
	color:#000;
	text-align:center;
}

.business_item {
	display:block;
	cursor:default;
}

.business_item p {
	position:relative;
	margin-bottom:10px;
	padding-bottom:10px;
	text-transform:none;
	font-weight:300;
	font-size:16px;
	color:#333;
	text-align:left;
	line-height:normal;
}
.business_item p b {font-weight:500;}
.business_item p:before {
	content:'';
	position:absolute;
	left:0%;
	bottom:0;
	width:50px;
	height:3px;
	background-color:#356E12;
	text-align:center;
}

.business_item span {
	display:block;
	padding-bottom:9px;
	font-weight:400;
	font-size:12px;
	color:#666;
	font-style: italic;
	
}

.business_item a {color:#0066CC;}
.business_item a:hover {color:#6A6A66;}


.forum_item {
	display:block;
	cursor:default;
	padding-bottom:15px;
}

.forum_item p {
	position:relative;
	margin-bottom:10px;
	padding-bottom:10px;
	text-transform:none;
	font-weight:300;
	font-size:16px;
	color:#333;
	text-align:left;
	line-height:normal;
}
.forum_item p b {font-weight:500;}
.forum_item p:before {
	content:'';
	position:absolute;
	left:0%;
	bottom:0;
	width:50px;
	height:3px;
	background-color:#356E12;
	text-align:center;
}

.forum_item span {
	display:block;
	padding-bottom:9px;
	font-weight:400;
	font-size:12px;
	color:#666;
	font-style: italic;
	
}

.forum_item a {color:#0066CC;}
.forum_item a:hover {color:#6A6A66;}

.pharmacy_item {
	display:block;
	cursor:default;
}

.pharmacy_item p {
	position:relative;
	margin-bottom:10px;
	padding-bottom:10px;
	text-transform:none;
	font-weight:300;
	font-size:16px;
	color:#333;
	text-align:left;
	line-height:normal;
}
.pharmacy_item p b {font-weight:500;}
.pharmacy_item p:before {
	content:'';
	position:absolute;
	left:0%;
	bottom:0;
	width:50px;
	height:3px;
	background-color:#00951D;
	text-align:center;
}

.pharmacy_item span {
	display:block;
	padding-bottom:9px;
	font-weight:400;
	font-size:12px;
	color:#666;
	font-style: italic;
	
}

.pharmacy_item a {color:#0066CC;}
.pharmacy_item a:hover {color:#6A6A66;}

.envscience_item {
	display:block;
	cursor:default;
}

.envscience_item p {
	position:relative;
	margin-bottom:10px;
	padding-bottom:10px;
	text-transform:none;
	font-weight:300;
	font-size:16px;
	color:#333;
	text-align:left;
	line-height:normal;
}
.envscience_item p b {font-weight:500;}
.envscience_item p:before {
	content:'';
	position:absolute;
	left:0%;
	bottom:0;
	width:50px;
	height:3px;
	background-color:#7FBF14;
	text-align:center;
}

.envscience_item span {
	display:block;
	padding-bottom:9px;
	font-weight:400;
	font-size:12px;
	color:#666;
	font-style: italic;
	
}

.envscience_item a {color:#0066CC;}
.envscience_item a:hover {color:#6A6A66;}

.microbiology_item {
	display:block;
	cursor:default;
}

.microbiology_item p {
	position:relative;
	margin-bottom:10px;
	padding-bottom:10px;
	text-transform:none;
	font-weight:300;
	font-size:16px;
	color:#333;
	text-align:left;
	line-height:normal;
}
.microbiology_item p b {font-weight:500;}
.microbiology_item p:before {
	content:'';
	position:absolute;
	left:0%;
	bottom:0;
	width:50px;
	height:3px;
	background-color:#29022E;
	text-align:center;
}

.microbiology_item span {
	display:block;
	padding-bottom:9px;
	font-weight:400;
	font-size:12px;
	color:#666;
	font-style: italic;
}

.microbiology_item a {color:#0066CC;}
.microbiology_item a:hover {color:#6A6A66;}

.english_item {
	display:block;
	cursor:default;
}

.english_item p {
	position:relative;
	margin-bottom:10px;
	padding-bottom:10px;
	text-transform:none;
	font-weight:300;
	font-size:16px;
	color:#333;
	text-align:left;
	line-height:normal;
}
.english_item p b {font-weight:500;}
.english_item p:before {
	content:'';
	position:absolute;
	left:0%;
	bottom:0;
	width:50px;
	height:3px;
	background-color:#7777C6;
	text-align:center;
}

.english_item span {
	display:block;
	padding-bottom:9px;
	font-weight:400;
	font-size:12px;
	color:#666;
	font-style: italic;
}

.english_item a {color:#0066CC;}
.english_item a:hover {color:#6A6A66;}

.flimedia_item {
	display:block;
	cursor:default;
}

.flimedia_item p {
	position:relative;
	margin-bottom:10px;
	padding-bottom:10px;
	text-transform:none;
	font-weight:300;
	font-size:16px;
	color:#333;
	text-align:left;
	line-height:normal;
}
.flimedia_item p b {font-weight:500;}
.flimedia_item p:before {
	content:'';
	position:absolute;
	left:0%;
	bottom:0;
	width:50px;
	height:3px;
	background-color:#AC6FA0;
	text-align:center;
}

.flimedia_item span {
	display:block;
	padding-bottom:9px;
	font-weight:400;
	font-size:12px;
	color:#666;
	font-style: italic;
}

.flimedia_item a {color:#0066CC;}
.flimedia_item a:hover {color:#6A6A66;}

.economics_item {
	display:block;
	cursor:default;
}

.economics_item p {
	position:relative;
	margin-bottom:10px;
	padding-bottom:10px;
	text-transform:none;
	font-weight:300;
	font-size:16px;
	color:#333;
	text-align:left;
	line-height:normal;
}
.economics_item p b {font-weight:500;}
.economics_item p:before {
	content:'';
	position:absolute;
	left:0%;
	bottom:0;
	width:50px;
	height:3px;
	background-color:#AC6FA0;
	text-align:center;
}

.economics_item span {
	display:block;
	padding-bottom:9px;
	font-weight:400;
	font-size:12px;
	color:#666;
	font-style: italic;
}
.economics_item a {color:#0066CC;}
.economics_item a:hover {color:#6A6A66;}

.administration_item {
	display:block;
	cursor:default;
}

.administration_item p {
	position:relative;
	margin-bottom:10px;
	padding-bottom:10px;
	text-transform:none;
	font-weight:300;
	font-size:16px;
	color:#333;
	text-align:left;
	line-height:normal;
}
.administration_item p b {font-weight:500;}
.administration_item p:before {
	content:'';
	position:absolute;
	left:0%;
	bottom:0;
	width:50px;
	height:3px;
	background-color:#E50558;
	text-align:center;
}

.administration_item span {
	display:block;
	padding-bottom:9px;
	font-weight:400;
	font-size:12px;
	color:#666;
	font-style: italic;
}

.administration_item a {color:#0066CC;}
.administration_item a:hover {color:#6A6A66;}

.honours_item {
	display:block;
	cursor:default;
}

.honours_item p {
	position:relative;
	margin-bottom:10px;
	padding-bottom:10px;
	text-transform:none;
	font-weight:300;
	font-size:16px;
	color:#333;
	text-align:left;
	line-height:normal;
}
.honours_item p b {font-weight:500;}
.honours_item p:before {
	content:'';
	position:absolute;
	left:0%;
	bottom:0;
	width:50px;
	height:3px;
	background-color:#EF001A;
	text-align:center;
}

.honours_item span {
	display:block;
	padding-bottom:9px;
	font-weight:400;
	font-size:12px;
	color:#666;
	font-style: italic;
}

.honours_item a {color:#0066CC;}
.honours_item a:hover {color:#6A6A66;}

.civil_item {
	display:block;
	cursor:default;
}

.civil_item p {
	position:relative;
	margin-bottom:10px;
	padding-bottom:10px;
	text-transform:none;
	font-weight:300;
	font-size:16px;
	color:#333;
	text-align:left;
	line-height:normal;
}
.civil_item p b {font-weight:500;}
.civil_item p:before {
	content:'';
	position:absolute;
	left:0%;
	bottom:0;
	width:50px;
	height:3px;
	background-color:#EF001A;
	text-align:center;
}

.civil_item span {
	display:block;
	padding-bottom:9px;
	font-weight:400;
	font-size:12px;
	color:#666;
	font-style: italic;
}

.civil_item a {color:#0066CC;}
.civil_item a:hover {color:#6A6A66;}

.architecture_item {
	display:block;
	cursor:default;
}

.architecture_item p {
	position:relative;
	margin-bottom:10px;
	padding-bottom:10px;
	text-transform:none;
	font-weight:300;
	font-size:16px;
	color:#333;
	text-align:left;
	line-height:normal;
}
.architecture_item p b {font-weight:500;}
.architecture_item p:before {
	content:'';
	position:absolute;
	left:0%;
	bottom:0;
	width:50px;
	height:3px;
	background-color:#FDAC00;
	text-align:center;
}

.architecture_item span {
	display:block;
	padding-bottom:9px;
	font-weight:400;
	font-size:12px;
	color:#666;
	font-style: italic;
}

.architecture_item a {color:#0066CC;}
.architecture_item a:hover {color:#6A6A66;}


.electrical_item {
	display:block;
	cursor:default;
}

.electrical_item p {
	position:relative;
	margin-bottom:10px;
	padding-bottom:10px;
	text-transform:none;
	font-weight:300;
	font-size:16px;
	color:#333;
	text-align:left;
	line-height:normal;
}
.electrical_item p b {font-weight:500;}
.electrical_item p:before {
	content:'';
	position:absolute;
	left:0%;
	bottom:0;
	width:50px;
	height:3px;
	background-color:#FDE400;
	text-align:center;
}

.electrical_item span {
	display:block;
	padding-bottom:9px;
	font-weight:400;
	font-size:12px;
	color:#666;
	font-style: italic;
}

.electrical_item a {color:#0066CC;}
.electrical_item a:hover {color:#6A6A66;}


.computer_item {
	display:block;
	cursor:default;
}

.computer_item p {
	position:relative;
	margin-bottom:10px;
	padding-bottom:10px;
	text-transform:none;
	font-weight:300;
	font-size:16px;
	color:#333;
	text-align:left;
	line-height:normal;
}
.computer_item p b {font-weight:500;}
.computer_item p:before {
	content:'';
	position:absolute;
	left:0%;
	bottom:0;
	width:50px;
	height:3px;
	background-color:#04A2AC;
	text-align:center;
}

.computer_item span {
	display:block;
	padding-bottom:9px;
	font-weight:400;
	font-size:12px;
	color:#666;
	font-style: italic;
}

.computer_item a {color:#0066CC;}
.computer_item a:hover {color:#6A6A66;}

.engineering_item {
	display:block;
	cursor:default;
}

.engineering_item p {
	position:relative;
	margin-bottom:10px;
	padding-bottom:10px;
	text-transform:none;
	font-weight:300;
	font-size:16px;
	color:#333;
	text-align:left;
	line-height:normal;
}
.engineering_item p b {font-weight:500;}
.engineering_item p:before {
	content:'';
	position:absolute;
	left:0%;
	bottom:0;
	width:50px;
	height:3px;
	background-color:#07C0B0;
	text-align:center;
}

.engineering_item span {
	display:block;
	padding-bottom:9px;
	font-weight:400;
	font-size:12px;
	color:#666;
	font-style: italic;
}

.engineering_item a {color:#0066CC;}
.engineering_item a:hover {color:#6A6A66;}

.print_item {
	display:block;
	cursor:default;
}

.print_item p {
	position:relative;
	margin-bottom:10px;
	padding-bottom:10px;
	text-transform:none;
	font-weight:300;
	font-size:16px;
	color:#333;
	text-align:left;
	line-height:normal;
}
.print_item p b {font-weight:500;}
.print_item p:before {
	content:'';
	position:absolute;
	left:0%;
	bottom:0;
	width:50px;
	height:3px;
	background-color:#8ACDBF;
	text-align:center;
}

.print_item span {
	display:block;
	padding-bottom:9px;
	font-weight:400;
	font-size:12px;
	color:#666;
	font-style: italic;
}

.print_item a {color:#0066CC;}
.print_item a:hover {color:#6A6A66;}

.university_block{padding:0px 0 0;}
.university_item {
	display:block;
	cursor:default;
}

.student_item {
	display:block;
	cursor:default;
	background:#EEF5FA;
	
}
.student_item h4 {
	position:relative;
	margin-bottom:10px;
	padding-bottom:10px;
	text-transform:none;
	font-weight:300;
	font-size:18px;
	color:#333;
	text-align:left;
	line-height:normal;
	padding:10px 10px 0px 10px;
}
.student_item h4 b {font-weight:500;}
.student_item h4:before {
	content:'';
	position:absolute;
	left:-1%;
	bottom:-8px;
	width:50px;
	height:3px;
	background-color:#23B0ED;
	text-align:center;
	
}

.student_item span {
	display:block;
	padding-bottom:9px;
	font-weight:400;
	font-size:14px;
	color:#000;
	padding:0px 10px 0px 10px;
	
}
.student_item h5 {
	display:block;	
	font-weight:400;
	font-size:14px;
	color:#333;
	padding:20px 10px 0px 10px;
	margin-bottom:-0px;
	
}
.student_item h6 {
	display:block;	
	font-weight:400;
	font-size:12px;
	color:#666;
	font-style:italic;
	padding:20px 10px 0px 10px;
	margin-top:-25px;
	margin-bottom:-4px;
}

.student_item a {color:#333333;}
.student_item a:hover {color:#6A6A66;}
.morestories{
	padding:10px 10px 0px 0px; 
}

@media (min-width: 992px) and (max-width: 1199px) {
.morestories{
	padding:0px 10px 0px 0px; 
	margin-top:-10px;

}
}
/*-----------Board Of Trustee-------------*/

.board_trustees
{
	background-color: #f5f5f5;
    padding: 25px;
    height: 300px;
    width: 95%;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 9px 1px rgba(25, 47, 89, 0.42);
    -moz-box-shadow: 0 1px 9px 1px rgba(25, 47, 89, 0.42);
    box-shadow: 0 1px 9px 1px rgba(25, 47, 89, 0.42);
    border-radius: 5px;
}

.bot-img
{
	height: 160px;
    border-radius: 12%;
    webkit-box-shadow: 0 1px 9px 1px rgba(25, 47, 89, 0.42);
    -moz-box-shadow: 0 1px 9px 1px rgba(25, 47, 89, 0.42);
    box-shadow: 0 1px 9px 1px rgba(25, 47, 89, 0.42);
}

.bot-chairman-img
{
	margin-top:-1.5%;
	height: 216px;
    border-radius: 12%;
    webkit-box-shadow: 0 1px 9px 1px rgba(25, 47, 89, 0.42);
    -moz-box-shadow: 0 1px 9px 1px rgba(25, 47, 89, 0.42);
    box-shadow: 0 1px 9px 1px rgba(25, 47, 89, 0.42);
}

.bot-chairman-box
{
	width:98.5%;
	height: 100%;
}

.trustee-sec-title
{
	display: inline-block;
    margin-bottom: 0px;
}


.bot-name-p
{
	margin-top: 12px;
}

.board_trustees p {
	position:relative;
	margin-bottom:0px;
	padding-bottom:0px;
	text-transform:none;
	font-weight:300;
	font-size:14px;
	color:#6093ca;
	text-align:center;
	line-height:normal;
}
.board_trustees p b {font-weight:500;}

.board_trustees h6 {
	display:block;
	/*padding-bottom:9px;*/
	font-weight:400;
	font-size:14px;
	color:#6093ca;
	font-style: normal;
	text-align:center;
	
}

.board_trustees p:last-child
{
	font-size:13px;color: #555652;
}

.board_trustees p:nth-child(3)
{
	margin-top:10px;color: #555652;
}

.managementteam{
 background:#D6D7D7;
}
.managementteam p {
	position:relative;
	margin-bottom:0px;
	padding-bottom:0px;
	text-transform:none;
	font-weight:400;
	font-size:16px;
	color:#333;
	text-align:left;
	line-height:normal;
}
.managementteam p b {font-weight:500;}
.managementteam span {
	display:block;
	padding-bottom:9px;
	font-weight:400;
	font-size:12px;
	color:#989797;
	font-style: normal;
	text-align:left;
	height: 50px;
	
}
/*-----------End Board of Trustee---------*/


.readmore {
	color:#0066CC;
	text-align:right;
	font-size:12px;
	
}
.readmore: link {
	display:block;
	right:0%;
	padding:0px 10px;
	font-weight:400;
	line-height:20px;
	font-size:12px;
	color:#23B0ED;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
	text-align:right;
	
}

.readmore:hover ,
.readmore:active  {
	color:#333;
}

/*.profile {
	color:#FFFFFF;
	text-align:center;
	font-size:14px;
	background:#5BC0DE;
	padding:6px 40px;
}*/
.profile {
display: block;
    right: 0%;
    padding: 0px 10px;
    font-weight: 400;
    line-height: 20px;
    font-size: 14px;
    color: #23B0ED;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-align: center;
    margin-bottom: 25px;
}
.profile: link {
	display:block;
	right:0%;
	padding:0px 10px;
	font-weight:400;
	line-height:20px;
	font-size:14px;
	color:#23B0ED;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
	text-align:center;
	margin-bottom:25px;
	
}

.profile:hover ,
.profile:active  {
	color:#333;
}


@media (min-width: 1200px) { 
		.right_content{
			padding:10px 0px 10px 0px;
			height:623px;
			
		}
	}
	
@media (min-width: 1024px) and (max-width: 1199px) { 
		.right_content{
			padding:10px 0px 10px 0px;
			height:749px;
			
		}
	}
.right_content .title{
	padding:4px 0px 10px 0px;
	font-size:40px;
	color:#3CC7F3;
	font-weight:600;
	text-align:center;
}
.right_content h5{
	color:#FFFFFF;
	text-align:center;
}
.right_content span{
 color:#97B0C9;
 text-align:justify;
 font-weight:400;
 font-size:14px;
 padding-right:8px;
 padding-left:10px;
 line-height:normal;
 display:block;
 
}

hr { 
    display: block;
    
    border-style: inset;
    color:#666;
} 


/* __________ Notice & Upcoming Event __________ */

.noticeevent_block {padding:0px 0 0; }
.notice_item {
	display:block;
	
}
.recenewspad{
	margin-right:0px;
	margin-left:0px;
}

.notice_item h6 {
	color:#ccc;
	padding:0px 10px 0px 0px;
	
}
.notice_item p {
	position:relative;
	margin-bottom:0px;
	padding-bottom:2px;
	padding-top:15px;
	text-transform:none;
	font-weight:300;
	font-size:24px;
	color:#333;
	text-align:left;
	line-height:normal;
	padding:20px 10px 0px 10px;
	margin-bottom:15px;
}
.notice_item p b {font-weight:500;}
.notice_item p:before {
	content:'';
	position:absolute;
	left:3%;
	bottom:-8px;
	width:50px;
	height:3px;
	background-color:#23B0ED;
	text-align:center;
}
.notice_item span {
	display:block;
	padding-bottom:9px;
	font-weight:400;
	font-size:14px;
	color:#333;
	padding:20px 10px 0px 0px;
	
}
.notice_item h6 {
	color:#999;
	margin-bottom:0px;
}



.event_item {
	display:block;
	background-color:#ECECEC;
	height: 500px;
	overflow-y: scroll;
	
}

.recenewspad{
	margin-right:0px;
	margin-left:0px;
}
.event_item img {
	display:block;
	padding-bottom:9px;
	
	
}
.event_item h1 {
	color:#23B0ED;
	font-weight:500;
	padding-top:20px;
	margin-bottom:0px;
	
}
.event_item h6 {
	color:#666;
	font-weight:400;
}
.event_item p {
	position:relative;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-top:15px;
	text-transform:none;
	font-weight:300;
	font-size:24px;
	color:#333;
	text-align:left;
	line-height:normal;
	padding:20px 10px 0px 10px;
}
.event_item p b {font-weight:500;}
.event_item p:before {
	content:'';
	position:absolute;
	left:3%;
	bottom:-8px;
	width:50px;
	height:3px;
	background-color:#23B0ED;
	text-align:center;
	
	
}
.event_item .title {
	display:block;
	padding-bottom:9px;
	font-weight:500;
	font-size:18px;
	color:#000;
	padding:20px 0px 0px 0px;
}
.event_item span {
	display:block;
	padding-bottom:9px;
	font-weight:400;
	font-size:14px;
	color:#666;
	padding:20px 10px 0px 10px;
	
}

.event_item ul {
    list-style: none; /* Remove list bullets */
    padding: 0;
    margin: 0;
	font-size:14px;
}

.event_item li  { 
    padding-left: 16px; 
}

.event_item li:before {
    content: "*"; /* Insert content that looks like bullets */
    padding-right: 8px;
    color: black; /* Or a color you prefer */
}

/* Discover More */

.notice-discover-more:hover
{
	color: #ccc;
	background-color: #192F59;
	border: 1px solid white;
	cursor:pointer;
	text-shadow: 2px 2px 4px #000000;
}

/* __________ Recent News __________ */
.recenews_block {padding:20px 0 0; display:block;}
.recenews_item{
	/*display: inline-table; */
}
.recenews_item .recenews_item {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	border-radius: 4px 4px 4px 4px;
	padding-bottom:15px;
	width:100%;
	margin-bottom:15px;
	background-color: #ebebeb;
}
.recenews_item .recenews_item1 {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	border-radius: 4px 4px 4px 4px;
	padding-bottom:15px;
	width:100%;
	margin-bottom:15px;
	background-color: #ebebeb;
	/*margin-left:15px*/
}

.recenews_item .recenews_item2 {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	border-radius: 4px 4px 4px 4px;
	padding-bottom:15px;
	width:100%;
	margin-bottom:15px;
	background-color: #ebebeb;
	/*margin-left:15px*/
}
.recenews_item .recenews_item3 {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	border-radius: 4px 4px 4px 4px;
	padding-bottom:15px;
	width:100%;
	margin-bottom:15px;
	background-color: #ebebeb;
	/*float:right;*/
	/*margin-left:15px*/
}
.recenews-img
{
	width:100%; 
	height:135px;
}

@media only screen and (width:768px)
{
	.recenews-img
	{
		width:100%; 
		height:30%;
	}
}

@media only screen and (width:800px)
{
	.recenews-img
	{
		width:100%; 
		height:50%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	.recenews_item .recenews_item3 {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	border-radius: 4px 4px 4px 4px;
	padding-bottom:15px;
	width:100%;
	margin-bottom:15px;
	float:right;
	/*margin-left:15px*/
}
}
.recenewspad{
	margin-right:0px;
	margin-left:0px;
}
.recenews_item img {
	display:block;
	padding-bottom:9px;
	
	
}
.recenews_item h6 {
	color:#BABDC1;
	padding:0px 10px 0px 10px;
	
}
.recenews_item_block{
	overflow-y: auto;	
	height:270px;

}
.recenews_item_block p {
	position:relative;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-top:15px;
	text-transform:none;
	font-weight:300;
	font-size:14px;
	color:#000;
	text-align:justify;
	line-height:normal;
	padding:0px 10px 0px 10px;
	
}
.recenews_item p b {font-weight:500;}
.recenews_item_block h3 {
	position:relative;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-top:15px;
	text-transform:none;
	font-weight:300;
	font-size:16px;
	color:#333;
	text-align:justify;
	line-height:normal;
	padding:0px 10px 0px 10px;
	
}
.recenews_item h5 {
	font-weight:500; 
	padding-left:25px;
	}

.recenews_item span {
	display:block;
	padding-bottom:9px;
	font-weight:400;
	font-size:14px;
	color:#666;
	padding:0px 0px 0px 0px;
}

.recenews_item a:link {
	display:block;
	padding-bottom:0px;
	font-weight:500;
	font-size:16px;
	color:#0066CC;
	text-align: justify;
}

.recenews_item a:visited {
	display:block;
	padding-bottom:0px;
	font-weight:500;
	font-size:16px;
	color:#23B0ED;
	text-align:justify;
}
.recenews_item a:hover {
	display:block;
	padding-bottom:0px;
	font-weight:500;
	font-size:16px;
	color:#666;
	text-align:justify;
}

/* __________ Clean Code __________ */
.cleancode_block {
	padding:96px 0 78px;
	background-image:url(../images/clean_code_bg.jpg);
	background-size:cover;
	background-position:0 0;
	background-attachment:fixed !important;
}

.cleancode_block .tab-content {
	overflow:hidden;
	padding: 0;
	margin:0 0 80px;
}
.cleancode_block p.title {
	margin:0 0 17px;
	font-weight:100;
	line-height:80px;
	font-size:80px;
	color:#fff;
}
.cleancode_block p.title b {font-weight:500;}

.cleancode_block span {
	font-weight:300;
	line-height:34px;
	font-size:26px;
	color:#999;
}
.cleancode_block .tab-pane {
	display:block;
	height:0;
	transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transition: all 0.5s ease-in-out; 
	-webkit-transition: all 0.5s ease-in-out;
}
.cleancode_block .tab-pane.active {
	height:auto;
	transform:translateY(0);
	-o-transform:translateY(0);
	-ms-transform:translateY(0);
	-webkit-transform:translateY(0);
}

.ie .cleancode_block .tab-pane {display:none;}
.ie .cleancode_block .tab-pane.active {display:block;}


.cleancode_block .nav-tabs {
	margin:0 -15px;
	border:0;
}
.cleancode_block .nav-tabs li {
	margin:0;
	padding:0 15px;
}
.cleancode_block .nav-tabs li a {
	width:170px;
	height:170px;
	margin:0;
	padding:54px 0 0;
	text-align:center;
	border:0 !important;
	border-radius:0;
	transition: background-color 0.3s ease-in-out;
	-webkit-transition: background-color 0.3s ease-in-out;
}
.cleancode_block .nav-tabs li a i {
	display:block;
	width:60px;
	height:60px;
	margin:0 auto;
	background-repeat:no-repeat;
	background-position:0 -60px;
	background-size:100% auto;
	-webkit-background-size:100% auto;
	transition: transform 0.2s ease-in-out; 
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
}
.cleancode_block .nav-tabs li a.i1 i {background-image:url(../images/i1.png);}
.cleancode_block .nav-tabs li a.i2 i {background-image:url(../images/i2.png);}
.cleancode_block .nav-tabs li a.i3 i {background-image:url(../images/i3.png);}
.cleancode_block .nav-tabs li a.i4 i {background-image:url(../images/i4.png);}
.cleancode_block .nav-tabs li a.i5 i {background-image:url(../images/i5.png);}
.cleancode_block .nav-tabs li a.i6 i {background-image:url(../images/i6.png);}

.nav-tabs li a:hover,
.nav-tabs li a:focus {
	background-color:transparent;
}
.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
	background-color:#fff;
}

.nav-tabs li a:hover i {
	background-position:0 -120px;
	transform:translateY(-10px);
	-o-transform:translateY(-10px);
	-ms-transform:translateY(-10px);
	-webkit-transform:translateY(-10px);
}
.nav-tabs li.active a i {
	background-position:0 0;
	transform:translateY(-16px);
	-o-transform:translateY(-16px);
	-ms-transform:translateY(-16px);
	-webkit-transform:translateY(-16px);
}

.cleancode_block .nav-tabs li a span {
	display:block;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	line-height:20px;
	font-size:20px;
	color:#333;
	opacity:0;
	transform:translateY(-30px);
	-o-transform:translateY(-30px);
	-ms-transform:translateY(-30px);
	-webkit-transform:translateY(-30px);
	transition: all 0.5s ease-in-out; 
	-webkit-transition: all 0.5s ease-in-out;
}
.nav-tabs li.active a span {
	opacity:1;
	transform:translateY(-6px);
	-o-transform:translateY(-6px);
	-ms-transform:translateY(-6px);
	-webkit-transform:translateY(-6px);
}


/* __________ Multi Purpose __________ */
.purpose_block {padding:72px 0 0;}

.purpose_block p {
	margin-bottom:26px;
	font-weight:300;
	line-height:26px;
	font-size:17px;
	color:#666;
}
.purpose_block .btn {margin-top:30px; margin-right:16px;}
.purpose_block .btn-active {overflow:hidden;}
.purpose_block .btn-active span:before {
	content: attr(data-hover);
	position: absolute;
	top: 100%;
	left:0;
	width:100%;
	text-transform:uppercase;
	text-align:center;
	font-weight: 900;
	line-height:20px;
	font-size:13px;
	color:#1C1C1C;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.purpose_block .btn-active:hover span:before {color:#fff;}
.purpose_block .btn-active span {
	position: relative;
	display: inline-block;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.purpose_block .btn-active:hover span,
.purpose_block .btn-active:focus span {
	color:#1c1c1c;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

.purpose_block .ipad_img1 {margin-top:-116px;}






/*-----------------------------------------------------------------------------------*/
/*	FEATURED WORKS
/*-----------------------------------------------------------------------------------*/
#projects {padding-top:0px;}

.work_item {
	position:relative;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.owl-item:hover .work_item {
	transform:scale(0.95);
	-o-transform:scale(0.95);
	-ms-transform:scale(0.95);
	-webkit-transform:scale(0.95);
}

.work_item .work_description {
	position:absolute;
	z-index:20;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-align:center;
	opacity:0;
	background-color:rgba(0,0,0,0.8);
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.work_item:hover .work_description {opacity:1;}
.work_item .work_description .work_descr_cont {
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	opacity:0;
	transform:translateY(-100%);
	-o-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	-webkit-transform:translateY(-100%);
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.work_item:hover .work_description .work_descr_cont {
	opacity:1;
	transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.work_item .work_description a {
	display:block;
	margin:0 0 6px;
	font-weight:300;
	line-height:24px;
	font-size:24px;
	color:#fff;
}
.work_item .work_description span {
	color:#666;
}

.work_item a.zoom {
	position:absolute;
	z-index:30;
	left:50%;
	bottom:0;
	width:60px;
	height:36px;
	margin-left:-30px;
	opacity:0;
	background-image:url(../images/zoom.png);
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:100% auto;
	-webkit-background-size:100% auto;
	transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out; 
	-webkit-transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.work_item:hover a.zoom {
	bottom:56px;
	opacity:1;
}
.work_item a.zoom:hover {background-image:url(../images/zoom_h.png);}



/* __________ WORKS DETAILS __________ */
#project_prev,
#project_close,
#project_next {
	position:relative;
	z-index:1;
	display: inline-block;
	width:50px;
	height:50px;
	margin:0 -2px 0 -3px;
	border:2px solid #ccc;
	font-family: FontAwesome;
	transition: all 0.2s ease-in-out; 
	-webkit-transition: all 0.2s ease-in-out;
}
#project_prev:hover, #project_close:hover, #project_next:hover {z-index:2; border-color:#333;}
#project_prev i,
#project_close i,
#project_next i {
	line-height:46px;
	font-size:26px;
	color:#ccc;
	transition: all 0.2s ease-in-out; 
	-webkit-transition: all 0.2s ease-in-out;
}
#project_close i {margin:0 -2px;}
#project_prev:hover i, #project_close:hover i, #project_next:hover i {color:#333;}

#project_prev.first, #project_next.last {cursor:default;}
#project_prev.first:hover, #project_next.last:hover {border-color:#ccc;}
#project_prev.first:hover i, #project_next.last:hover i {color:#ccc;}


ul.project_info li {
	margin-bottom:3px;
	font-style:italic;
	color:#505050;
}
ul.project_info li span {color:#979797;}
ul.project_info li span {color:#979797;}

.project_shared {padding:15px 0;}
.project_shared a {
	display:inline-block;
	width:36px;
	height:36px;
	margin-right:5px;
	border:1px solid #ccc;
	text-align:center;
	line-height:34px;
	font-size:20px;
	color:#ccc;
}
.project_shared a:hover {border-color:#333; color:#333;}

/*------- Key Faculties ------------*/

.key_faculties{padding:25px 0 25px; background:#FCFAFA;margin-top: -2%;}
.key_faculties h5{

 text-align:center;
 padding-bottom:10px;
 font-weight:bold;
 margin-top: 10%;
 font-size: 130%;
}

.kf-heding-line
{
	height: 0px;
	border-top: 2px solid rgba(52,52,52,0.1);
	display: block;
	position: relative;
	top: 0px;
	width: 100%;
}

.vc_sep_holder
{
	height: 1px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 10%;
}
.vc_sep_holder .vc_sep_line {
    height: 1px;
    border-top: 1px solid #EBEBEB;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}

.vc_separator.vc_sep_border_width_2 .vc_sep_holder .vc_sep_line {
    border-top-width: 2px;
}
.vc_separator.vc_sep_color_grey .vc_sep_line {
    border-color: #EBEBEB;
}

.vc_separator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.vc_sep_pos_align_center {
    margin-left: auto;
    margin-right: auto;
}

.vc_sep_width_100, .wpb_single_image img.vc_img-placeholder {
    width: 100%;
}

.wpb_content_element, .vc_btn3-container {
    margin-bottom: 0 !important;
}

.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left {
    text-align: left;
}

.vc_icon_element.vc_icon_element-outer {
    box-sizing: border-box;
    text-align: center;
}

.vc_separator .vc_icon_element {
    margin-bottom: 0;
}

.vc_icon_element {
    line-height: 0;
    font-size: 14px;
    margin-bottom: 35px;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-white.vc_icon_element-outline {
    border-color: rgba(52,52,52,0.1);
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl.vc_icon_element-have-style-inner {
    width: 10.15em!important;
    height: 3.15em!important;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less, .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less .vc_gitem-link, .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less .vc_icon_element-link, .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less-outline, .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less-outline .vc_gitem-link, .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less-outline .vc_icon_element-link {
    border-radius: 5px;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl {
    max-width: 100%!important;
    line-height: 5em!important;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
    text-align: center;
    display: inline-block;
    border: 2px solid rgba(52,52,52,0.1);
    width: 4em;
    height: 4em;
    box-sizing: content-box;
    position: relative;
}

/* __________ Our Clients __________ */
.our_clients {padding:25px 0 25px; background:#EEF5FA;}

.our_clients .client_img {
	opacity:1;
	
}
.our_clients h5{

 text-align:center;
 padding-bottom:10px;
}
.our_clients h5 b{
 font-weight:bold;
 text-align:center;
 padding-bottom:10px;
}









/*-----------------------------------------------------------------------------------*/
/*	OUR TEAM
/*-----------------------------------------------------------------------------------*/
#team {
	padding:75px 0 100px;
	background-image:url(../images/team_bg.jpg);
	background-size:cover;
	background-attachment:fixed !important;
}

.crewman_item {
	position:relative;
	margin:0 15px;
}
.crewman_item .crewman_descr {
	position:absolute;
	z-index:20;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-align:center;
	opacity:0;
	background-color:rgba(0,0,0,0.8);
	transition: all 0.5s ease-in-out; 
	-webkit-transition: all 0.5s ease-in-out;
}
.crewman_item:hover .crewman_descr {opacity:1;}
.crewman_item .crewman_descr .crewman_descr_cont {
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	opacity:0;
	transform:translateY(-100%);
	-o-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	-webkit-transform:translateY(-100%);
	transition: all 0.5s ease-in-out; 
	-webkit-transition: all 0.5s ease-in-out;
}
.crewman_item:hover .crewman_descr .crewman_descr_cont {
	opacity:1;
	transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.crewman_item .crewman_descr p {
	margin:0 0 6px;
	font-weight:300;
	line-height:24px;
	font-size:24px;
	color:#fff;
}
.crewman_item .crewman_descr span {
	color:#666;
}

.crewman_item .crewman_social {
	position:absolute;
	z-index:30;
	left:0;
	bottom:0;
	width:100%;
	opacity:0;
	text-align:center;
	transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out; 
	-webkit-transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.crewman_item .crewman_social a {
	display:inline-block;
	width:60px;
	height:60px;
	margin:0 7px 0 10px;
	border:2px solid #333;
	border-radius:50%;
	line-height:58px;
	font-size:26px;
	color:#333;
}
.crewman_item:hover .crewman_social {
	bottom:56px;
	opacity:1;
}
.crewman_item .crewman_social a:hover {
	color:#fff;
	border-color:#fff;
}


/*-----------------------------------------------------------------------------------*/
/*	Admission
/*-----------------------------------------------------------------------------------*/
#admission_block {padding:25px 0 0px;}
.admission_item {
	display:block;
	cursor:default;
}
.clearfix {
    zoom: 1;
}

.column, .columns {
    float: left;
    margin: 0 1% 40px;
    width: 100%;
}

.column-margin-30px .column {
    margin-bottom: 20px !important;
}
.one.column {
    width: 98%;
    /*height: 52%;*/
}
.promo_box {
    position: relative;
}

.promo_box_wrapper {
    overflow: hidden;
}

.promo_box_wrapper .photo_wrapper {
    width: 40%;
    float: left;
    text-align: left;
    line-height: 0;
    padding-top: 1%;

}

img.scale-with-grid{
    max-width: 100%;
    height: auto;
    border: 1px solid #ddd;
	border-radius: 8px;
	padding: 2px;
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.promo_box_wrapper .desc_wrapper {
    width: 54%;
    margin: 0 2% 0 4%;
    float: left;
    padding-top: 10px;
}

.promo_box_wrapper .desc_wrapper .desc {
    margin-bottom: 15px;
}

.feedback_btn {
    background-color: #23B0ED;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 5px;
    color: #fff;
}

.admisson-date-time
{
	/*-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #87D2CD; 
	border: solid 1px #3498db;
	padding:12px 12px;
	border-radius: 6px;
	line-height: 18px;
	overflow: hidden;
	height:auto;
	width:70%;
	margin-top:20px;
	font-size:110%;
	text-align:left;
	padding-bottom: 12px;*/
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background-color: #87D2CD;
    margin-bottom: 20px;
    border: solid 1px #3498db;
    padding-left: 12px;
    border-radius: 6px;
    line-height: 18px;
    overflow: hidden;
    height: auto;
    width: auto;
}

.admisson-datetime-letter
{
	color: crimson;
    font-weight: bold;
    display: inline;
    font-size: 97%;
	/*color:crimson;
	font-weight:bold;
	display:inline;
	font-size:97%;
	text-align:left;
	padding-bottom: 12px;*/
}

.admission-callnow
{
	float: right;
	padding-left: 28%;
	margin-top: -3%;
	text-align:left;
}

.admisson-schedule-box
{
	/*padding-left: 10%;*/
	/*margin-top: -4%;*/
	padding-left: 25%;
}

.admissionDateInfo_txt
{
	color:#000000; font-size:97%;
}



@media (max-width: 1199px) and (min-width: 992px)
{
	.admisson-schedule-box
	{
		padding-left: 14% !important;
		margin-top: 0% !important;
	}

	.admissionDateInfo_txt
	{
		color:#000000;
		font-size:12px !important;
	}

	.admisson-datetime-letter
	{
		font-size:12px !important;
	}

	.admission_item p b {
		font-size: 27px !important;
	}

	.admission-callnow {
	    float: right !important;
	    padding-left: 21% !important;
	    margin-top: 2% !important;
	}
	.admission_info_call
	{
		color:#000000; font-size:88%; padding-left:1%;
	}
}



@media (min-width: 1200px) {
.admission_item {
	display:block;
	cursor:default;
	border-radius: 15px;
	background-color: #add8e6;
	border: 1px solid #F9EBEB;
	padding-top:10px; 
	padding-bottom:2px; 
	margin-left:0px;
	}
	
.introductionst{	
	text-align:justify; 
	font-size:16px; 
	padding-right:15px; 
	padding-left:15px;  
	padding-top:30px; 
	margin-left:-15px; 
	background:#EEF5FA;
	}
	
.admission_info_call
{
	color:#000000; font-size:100%; padding-left:2%; 
	
}
}

@media (min-width: 1024px) {
.admission_item {
	display:block;
	cursor:default;
	border-radius: 15px;
	background-color: #add8e6;
	border: 1px solid #F9EBEB; 
	padding-top:10px; 
	padding-bottom:2px;
	margin-bottom: -2%;
	margin-top: 0.2%;
	
	}
.introductionst{	
	text-align:justify; 
	font-size:16px; 
	padding-right:15px; 
	padding-left:15px;  
	padding-top:30px; 
	background:#EEF5FA;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.introductionst{	
	text-align:justify; 
	font-size:16px; 
	padding-right:15px; 
	padding-left:15px;  
	padding-top:30px; 
	background:#EEF5FA;
	}
.services_item p {
	line-height:normal;
	text-align:left;
}

.admission_info_call
{
	color:#000000; font-size:100%; padding-left:2%; 
	
}

.admisson-date-time
{
	/*-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #87D2CD; 
	border: solid 1px #3498db;
	padding:12px 12px;
	border-radius: 6px;
	line-height: 18px;
	overflow: hidden;
	height:auto;
	width:100%;
	margin-top:20px;
	font-size:110%;
	text-align:left;
	padding-bottom: 12px;
	margin-bottom:10px;*/
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background-color: #87D2CD;
    margin-bottom: 20px;
    border: solid 1px #3498db;
    padding-left: 12px;
    border-radius: 6px;
    line-height: 18px;
    overflow: hidden;
    height: auto;
    width: auto;
}
}

.admission_item p {
	position:relative;
	margin-bottom:15px;
	padding-bottom:19px;
	text-transform:none;
	font-weight:300;
	font-size:28px;
	color:#333;
	text-align:center;
	line-height:normal;
}
.admission_item p b {font-weight:600;}
.admission_item p:before {
	content:'';
	position:absolute;
	left:48%;
	bottom:0;
	width:50px;
	height:2px;
	background-color:#23B0ED;
	text-align:center;
	line-height:normal;
}

/*.admission_item span {
	display:block;
	padding-bottom:9px;
	font-weight:400;
	font-size:15px;
	color:#000;
	text-align:center;
}
*/
.admission_item .btn {
	margin: 0;
	padding: 10px 12px 10px 12px;
	border:2px solid #ccc;
	border-radius: 0;
	box-shadow: none;
	text-transform:uppercase;
	font-weight: 900;
	line-height: 20px;
	font-size: 13px;
	color:#fff;
	text-shadow: none;
	background-image: none !important;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	border-radius:4px;
}
.admission_item .btn:focus, .btn:hover {color:#333; border-color:#23B0ED;}

.admission_item .btn-active {background-color:#23B0ED; color:#fff; border-color:#23B0ED;}
.admission_item .btn-active:hover {color:#333;}

.testimonials{margin-bottom:77px;}
.testim_content {
	font-weight:300;
	line-height:38px;
	font-size:26px;
	color:#333;
}
.testim_author {
	padding-top:46px;
	font-weight:300;
	font-size:16px;
	color:#666;
}
.testim_author b {
	font-weight:500;
	color:#333;
}


@media screen and (max-width: 600px) and (min-width: 300px) {

.promo_box_wrapper .photo_wrapper { 
    width: 100%;
    float: none;
    line-height: 0;
    margin-bottom: 15px;
    margin-top: 3%;
    padding-left: 3%;

}

.promo_box_wrapper .desc_wrapper { 
    width: 100%;
    margin: 0!important;
    float: none;
    padding-top: 0;
}

.admisson-schedule-box {
    padding-left:0%; 
}

.admission-callnow {
    float: left;
    padding-left: 0%;
    margin-top: 12px !important;
}

.admission_info_call {
    color: #000000;
    font-size: 11px !important;
    padding-left: 2%;
}

.admission_item p b {
    font-weight: 500;
    font-size: 21px !important;
}

.admission_item {
	display:block;
	cursor:default;
	border-radius: 15px;
	background-color: #add8e6;
	border: 1px solid #F9EBEB;
	padding-top:20px; 
	padding-bottom:2px; 
	margin-left:-0.5%;
	margin-top: 2.2%;
	}

img.scale-with-grid {
	padding-left: 3%;
	max-width: 100%;
    height: auto;
    border: 1px solid #ddd;
	border-radius: 8px;
	padding: 2px;
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.admission_info_call
{
	color:#000000; font-size:100%; padding-left:2%; 
	
}
.admisson-date-time
{
	/*-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #87D2CD; 
	border: solid 1px #3498db;
	padding:12px 12px;
	border-radius: 6px;
	line-height: 18px;
	overflow: hidden;
	height:auto;
	width:100%;
	margin-top:20px;
	font-size:110%;
	text-align:left;
	padding-bottom: 12px;
	margin-bottom:10px;*/
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background-color: #87D2CD;
    margin-bottom: 20px;
    border: solid 1px #3498db;
    padding-left: 12px;
    border-radius: 6px;
    line-height: 18px;
    overflow: hidden;
    height: auto;
    width: auto;
}
}

@media screen and (max-width: 900px) and (min-width: 601px) {

.promo_box_wrapper .photo_wrapper { 
    width: 100%;
    float: none;
    line-height: 0;
    margin-bottom: 15px;
    margin-top: 3%;
    padding-left: 3%;

}

.promo_box_wrapper .desc_wrapper { 
    width: 100%;
    margin: 0!important;
    float: none;
    padding-top: 0;
}

.admisson-schedule-box {
    padding-left:0%; 
}

/*.admission-callnow {
    float: left;
    padding-left: 0%;
}*/
.admission-callnow
{
	float: right;
	padding-left: 25%;
	margin-top: 1%;
}

.admission_item {
	display:block;
	cursor:default;
	border-radius: 15px;
	background-color: #add8e6;
	border: 1px solid #F9EBEB;
	padding-top:20px; 
	padding-bottom:2px; 
	margin-left:-0.5%;
	margin-top: 0.2%;
	margin-bottom: 0.8%;
	}

img.scale-with-grid {
	padding-left: 3%;
	max-width: 100%;
    height: auto;
    border: 1px solid #ddd;
	border-radius: 8px;
	padding: 2px;
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.admisson-date-time
{
	/*-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #87D2CD; 
	border: solid 1px #3498db;
	padding:12px 12px;
	border-radius: 6px;
	line-height: 18px;
	overflow: hidden;
	height:auto;
	width:60%;
	margin-top:10px;
	margin-bottom:20px;
	font-size:110%;
	text-align:left;
	padding-bottom: 12px;
	margin-right:10%;*/
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background-color: #87D2CD;
    margin-bottom: 20px;
    border: solid 1px #3498db;
    padding-left: 12px;
    border-radius: 6px;
    line-height: 18px;
    overflow: hidden;
    height: auto;
    width: auto;
}

.admission_info_call
{
	color:#000000; font-size:100%; padding-left:-2%; 
	
}

}




/*-----------------------------------------------------------------------------------*/
/*	RECENT POSTS
/*-----------------------------------------------------------------------------------*/
.post_item_img {position:relative;}
.post_item_img:before {
	content:'';
	position:absolute;
	z-index:0;
	left:0;
	top:0;
	width:100%;
	height:100%;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.post_item:hover .post_item_img:before {background-color:rgba(0,0,0,0.8);}
.post_item_content {padding:23px 0 0;}
.post_item_content a.title {
	font-weight:300;
	line-height:34px;
	font-size:24px;
	color:#333;
}
.post_item_inf {padding-top:2px;}
.post_item_inf li {
	display:inline-block;
	padding-right:12px;
	color:#ccc;
}
.post_item_inf a {
	padding-right:12px;
	font-weight:300;
	font-size:14px;
}
.post_item_img a.link {
	position:absolute;
	z-index:30;
	left:50%;
	bottom:30%;
	width:60px;
	height:36px;
	margin:0 0 -18px -30px;
	opacity:0;
	background-image:url(../images/zoom.png);
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:100% auto;
	-webkit-background-size:100% auto;
	transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out; 
	-webkit-transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.post_item:hover .post_item_img a.link {
	bottom:50%;
	opacity:1;
}
.post_item_img a.link:hover {background-image:url(../images/zoom_h.png);}


/* __________ Recent Posts Small __________ */
.recent_posts_small {margin-top:15px; margin-bottom:15px;}
.post_item_img_small {
	
	float:left;	
	margin:2px 15px 13px 0;
	width:100%;
}
.post_item_img_small img {
	width:103px;
	max-width:none;
	height:117px;
	
}
.recent_posts_small:hover .post_item_img_small img {opacity:0.5;}
.post_item_content_small  {
	display:block;
	line-height:17px;
	font-size:12px;
	color:#fff;
	width:100%;
	letter-spacing: 0.5px;
}
/*----
.post_item_content_small a.title:hover {color:#666;}
*/
.post_item_inf_small li {
	display:inline-block;
	padding-top:4px;
	padding-right:10px;
	line-height:17px;
	font-size:11px;
	color:#666;
}



/* __________ Recent Posts Sidebar __________ */
.recent_posts_widget {margin-bottom:25px;}
.post_item_img_widget {
	overflow:hidden;
	width:270px;
	height:180px;
	margin-bottom:16px;
	background-color:#000;
}
.post_item_img_widget img {
	width:auto;
	max-width:none;
	height:100%;
	transition: opacity 0.3s ease-in-out; 
	-webkit-transition: opacity 0.3s ease-in-out;
}
.recent_posts_widget:hover .post_item_img_widget img {opacity:0.5;}

.post_item_content_widget a.title {
	display:block;
	line-height:21px;
	font-size:18px;
	color:#333;
}
.post_item_content_widgeta.title:hover {color:#666;}
.post_item_inf_widget li {
	display:inline-block;
	padding-top:12px;
	padding-right:10px;
	line-height:17px;
	font-size:11px;
	color:#999;
}


/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
#contacts {
	position: relative;
	z-index:0;
	padding:0;
	background:transparent;
}

footer {
	overflow:hidden;
	position: static;
	z-index:1;
	bottom:0;
	left:50%;
	opacity:1;
	width:100%;
	padding:30px 0 10px;
	color:#999;
	background-color:#050F1E;
	transform: translateX(-0%);
	-ms-transform: translateX(-0%);
	-webkit-transform: translateX(-0%);
}
footer h4 {color:#fff;}

.copyright{
	border-top:solid 1px #213958;
}
.footer-left{
	float:left;
	color:#4B749F;
	padding-top:8px;
}

.footer-right{
	float:right;
	color:#4B749F;
	padding-top:8px;
}

/* __________ Footer About Block __________ */
.foot_about_block p {
	margin-bottom:24px;
	padding-right:71px;
	line-height:24px;
	font-size:12px;
}






/*-----------------------------------------------------------------------------------*/
/*	MAP
/*-----------------------------------------------------------------------------------*/
#map {
	position:fixed;
	z-index:3;
	bottom:-100%;
	left:0;
	right:0;
	height:401px;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
#map iframe {width:100%; height:399px;}
#map.showed {bottom:0;}



.map_hide {
	position:absolute;
	left:50%;
	z-index:20;
	display: block;
	width:50px;
	height:50px;
	margin-left:525px;
	background-color:#333;
	font-family: FontAwesome;
	text-align:center;
}
.map_hide:hover {background-color:#fff;}
.map_hide i {
	line-height:46px;
	font-size:26px;
	color:#fff;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.map_hide i {margin:0 -2px;}
.map_hide:hover i {color:#333;}






/*-----------------------------------------------------------------------------------*/
/*	SOCIAL BUTTONS
/*-----------------------------------------------------------------------------------*/
.social li {
	display:inline-block;
	margin:0 7px 10px 0;
}
.social li a {
	display:block;
	width:50px;
	height:50px;
	border:1px solid #ccc;
	text-align:center;
	line-height:46px;
	font-size:23px;
	color:#333;
}
.social li a:hover {
	color:#ccc;
	border-color:#ccc;
}
.social_top{
  position:relative;
}
.social_top li {
	display:inline-block;
	margin:23px 0px 12px 0px;
	text-align:right;
	border:0px;
	
	
}
.social_top li a {
	display:block;
	width:20px;	
	height:50px;	
	text-align:center;
	line-height:46px;
	font-size:16px;
	color:#ccc;
	
}
.social_top li a:hover {
	color:#333;
	border-color:#333;
}


@media (min-width: 992px) and (max-width: 1199px) {
.social_top li a {
	display:block;
	width:20px;	
	height:50px;	
	text-align:center;
	line-height:46px;
	font-size:16px;
	color:#ccc;
}

.admisson-date-time
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #87D2CD; 
	border: solid 1px #3498db;
	padding:12px 12px;
	border-radius: 6px;
	line-height: 18px;
	overflow: hidden;
	height:auto;
	width:80%;
	margin-top:10px;
	margin-bottom:20px;
	font-size:110%;
	text-align:left;
	padding-bottom: 12px;
	margin-right:10%;
}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
 .social_top li {
	display:inline-block;
	margin:10px 0px 10px 0px;
	text-align:right;
	border:0px;
}
 .social_top li a {
	display:block;
	width:20px;	
	height:40px;	
	text-align:center;
	line-height:46px;
	font-size:16px;
	color:#ccc;
	
}
}
/*-----------------------------------------------------------------------------------*/
/*	CONTACT FORM
/*-----------------------------------------------------------------------------------*/
/* __________ Contact Form __________ */
textarea,
input[type="text"] {
	width:100%;
	margin:0 0 0px;
	padding: 5px 8px;
	text-transform:none;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	line-height:20px;
	font-size: 12px;
	color: #333;
	font-style:normal;
	border-radius: 0;	
	background: none;
	border: 1px solid #cccccc;
	box-shadow: none;
	transition: border-color 0.8s ease-in-out; 
	-webkit-transition: border-color 0.8s ease-in-out;
}
input[type="password"] {
	width:100%;
	margin:0 0 10px;
	padding: 5px 8px;
	text-transform:none;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	line-height:20px;
	font-size: 12px;
	color: #333;
	font-style:normal;
	border-radius: 0;	
	background: none;
	border: 1px solid #cccccc;
	box-shadow: none;
	transition: border-color 0.8s ease-in-out; 
	-webkit-transition: border-color 0.8s ease-in-out;
}

input[type="email"] {
	width:100%;
	margin:0 0 10px;
	padding: 5px 8px;
	text-transform:none;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	line-height:20px;
	font-size: 12px;
	color: #333;
	font-style:normal;
	border-radius: 0;	
	background: none;
	border: 1px solid #cccccc;
	box-shadow: none;
	transition: border-color 0.8s ease-in-out; 
	-webkit-transition: border-color 0.8s ease-in-out;
}
select {
    padding: 2px 4px;
    border: 1px solid #cccccc;
    background: white;

}
textarea {
	overflow:hidden;
	min-height:95px;
	resize: none;
}
textarea,
input[type="text"].last {margin-right:0;
}


textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	outline: 0;
	box-shadow: none;
	color:#666;
	border-color:#000;
}


.contact_btn {
	display:inline-block;
	cursor:pointer;
	margin: 0 7px 10px 0;
	padding:13px 30px;
	border: 2px solid #242424;
	border-radius: 0;
	box-shadow: 0;
	text-shadow:none;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight:900;
	line-height:20px;
	font-size:13px;
	color:#333;
	background: none; 
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.contact_btn.active, .contact_btn:hover {background: none; color:#fff; border-color:#ccc;}

.notification_error {color:#30a67c;}








/*-----------------------------------------------------------------------------------*/
/*	BLOG
/*-----------------------------------------------------------------------------------*/
.single_page #blog {padding-top:50px;}


.blog_block hr {border-top:2px solid #e9e9e9;}



/* __________ Blog Post __________ */
.blog_post_img {
	overflow:hidden;
	float:left;
	position:relative;
	width:470px;
	height:369px;
	margin-right:30px;
	background-color:#000;
}
.blog_post_img img {
	width:auto;
	max-width:none;
	height:100%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.blog_post:hover .blog_post_img img {opacity:0.5;}

.blog_post a.zoom {
	position:absolute;
	z-index:30;
	left:50%;
	bottom:50px;
	width:60px;
	height:36px;
	margin:0 0 -30px -30px;
	opacity:0;
	background-image:url(../images/zoom.png);
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:100% auto;
	-webkit-background-size:100% auto;
	transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out; 
	-webkit-transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.blog_post:hover a.zoom {
	bottom:50%;
	opacity:1;
}
.blog_post a.zoom:hover {background-image:url(../images/zoom_h.png);}

.blog_post_descr hr {
	border-color:#e9e9e9;
	margin:25px 0;
}
.blog_post_date {
	margin-top:-3px;
	text-transform:uppercase;
	line-height:14px;
	font-size:11px;
}

.blog_post_title {
	display:block;
	padding-bottom:19px;
	line-height:36px;
	font-size:30px;
	color:#333;
}
.blog_post_title:hover {color:#666;}

.blog_post_info li {position:relative; display:inline-block; padding-right:22px;}
.blog_post_info li:before {content:''; position:absolute; right:9px; top:4px; height:12px; width:1px; background-color:#d3d3d3;}
.blog_post_info li:last-child:before {display:none;}
.blog_post_info li a {font-size:14px;}
.blog_post_content {
	padding-bottom:18px;
	line-height:26px;
	font-size:17px;
}
.blog_post .read_more_btn {
	font-weight:500;
	font-size:16px;
	color:#333;
}
.blog_post .read_more_btn:hover {color:#666;}



/* __________ Pagination __________ */


/*.pagination {
	display:block;
	margin:0 0 50px;
	padding:0;
	border-radius:0;
}
.pagination li {
	float:left;
	width:68px;
	height:70px;
}
.pagination li a {
	float:none;
	display:block;
	margin:0;
	padding:0;
	border:0;
	font-weight:900;
	text-align:center;
	line-height:68px;
	font-size:20px;
	color:#999;
}
.pagination li a:focus,
.pagination li a:hover {
	background:none !important;
	color:#333 !important;
}
.pagination li.active a {
	border:2px solid #333 !Important;
	font-size:26px;
	color:#333 !important;
	background:none !important;
}
*/







/* __________ Single Blog Post __________ */
.single_blog_post_date {
	margin:-2px 0 -4px;
	line-height:13px;
	font-size:11px;
	color:#999;
}
.single_blog_post_title {
	padding-bottom:12px;
	line-height:60px;
	font-size:50px;
	color:#333;
}

.single_blog_post_info {padding-bottom:20px;}
.single_blog_post_info li {
	position:relative;
	display:inline-block;
	padding:0 25px 4px 0;
}
.single_blog_post_info li:before {
	content:'';
	position:absolute;
	right:9px;
	top:4px;
	height:12px;
	width:1px;
	background-color:#d3d3d3;
}
.single_blog_post_info li:last-child:before {display:none;}
.single_blog_post_info li a {font-size:14px;}

.single_blog_post_img img {
	margin-bottom:23px;
	width:100%;
}

.single_blog_post_content {
	line-height:26px;
	font-size:17px;
}



/* __________ Single Blog Post Tags __________ */
.single_blog_post_tags li {
	display:inline-block;
	margin:0 3px 5px 0;
}
.single_blog_post_tags li a {
	display:block;
	padding:9px 19px;
	font-size:16px;
	border:1px solid #e9e9e9;
	transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.single_blog_post_tags li a:hover {
	padding:8px 18px;
	border:2px solid #333;
}





/* __________ Comments __________ */
#comments .avatar {
	overflow:hidden;
	margin:3px 30px 0 0;
	width:70px;
	height:70px;
	border:1px solid #efefef;
}
#comments .avatar img {width:100%;}

.comment_right {display:table;}
.comment_info {padding-bottom:11px;}
#comments .comment_author {
	font-weight:500;
	font-size:16px;
	color:#333;
}
#comments .comment_date {color:#999; font-size:11px;}
#comments .comment_inf_sep {
	padding:0 12px;
	font-size:16px;
	color:#ccc;
}
#comments .comment_right p {font-size:12px;}


#comment_form textarea,
#comment_form input[type="text"] {
	padding:10px 8px 11px;
	border-color:#e9e9e9;
	text-transform:uppercase;
	font-size:11px;
	color:#666;
}
#comment_form textarea {min-height:140px;}
#comment_form .contact_btn {
	background-color:#1c1c1c;
	color:#fff;
}
#comment_form .contact_btn:hover {background-color:#ccc;}

.comment_note {padding-top:11px; font-size:12px;}







/*-----------------------------------------------------------------------------------*/
/*	Portfolio Single
/*-----------------------------------------------------------------------------------*/
.single_page #portfolio {padding-top:50px;}


.portfolio_block hr {border-top:2px solid #e9e9e9;}



/* __________ Single Portfolio Post __________ */
.single_portfolio_post_title {
	padding-bottom:20px;
	line-height:40px;
	font-size:40px;
	color:#333;
}










/*-----------------------------------------------------------------------------------*/
/*	SIDEBAR
/*-----------------------------------------------------------------------------------*/
.sidepanel {margin-bottom:25px;}

.sidebar hr {
	border-color:#e9e9e9;
	margin:25px 0;
}


/* __________ Widjet Meta __________ */
.widget_meta li {
	position:relative;
	padding:13px 10px 12px 30px;
	border-top:1px solid #e9e9e9;
}
.widget_meta li:last-child {border-bottom:1px solid #e9e9e9;}
.widget_meta li:before {
	content:'°';
	position:absolute;
	left:10px;
	top:20px;
	font-size:27px;
	color:#ccc;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.widget_meta li:hover:before {color:#333;}
.widget_meta li a {
	display:inline-block;
	line-height:24px;
	font-size:20px;
	color:#666;
}
.widget_meta li a:hover {color:#333;}




/* __________ Popular Tags __________ */
.widget_tags li {
	display:inline-block;
	margin:0 3px 5px 0;
}
.widget_tags li a {
	display:block;
	padding:9px 19px;
	font-size:16px;
	border:1px solid #e9e9e9;
	transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.widget_tags li a:hover {
	padding:8px 18px;
	border:2px solid #333;
}



/* __________ Text Widget __________ */
.widget_text p {
	line-height:26px;
	font-size:16px;
}



/* __________ Work Info __________ */
.work_info {padding-bottom:25px;}
.work_info li {
	padding-bottom:6px;
	font-size:14px;
	color:#999;
}
.work_info li a {color:#333;}


/* __________ Shared __________ */
.shared li {
	display:inline-block;
	margin:0 7px 10px 0;
}
.shared li a {
	display:block;
	width:50px;
	height:50px;
	padding:1px;
	border:1px solid #e9e9e9;
	text-align:center;
	line-height:46px;
	font-size:23px;
	color:#ccc;
	transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.shared li a:hover {
	padding:0;
	color:#333;
	border:2px solid #242424;
}








/*-----------------------------------------------------------------------------------*/
/*	RESPONSIVE STYLES
/*-----------------------------------------------------------------------------------*/

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.parallax, .cleancode_block, #team, .top_slider .slide1, .top_slider .slide2, .top_slider .slide3 {background-attachment:scroll !important; background-position:0 0;}
	.top_slider .slide1, .top_slider .slide2, .top_slider .slide3 {background-size:cover !important;}

}

@media (max-width: 1024px) {

	
}

@media (min-width: 992px) and (max-width: 1199px) {
	.parallax, .cleancode_block, #team {background-attachment:scroll !important; background-size:100% auto !important; -webkit-background-size:100% auto !important;}
	
	
	h2 {font-size:35px; line-height:35px;}

/* __________ Menu __________ */
	.navmenu ul li a {padding-left:15px; padding-right:15px;}

/* __________ Index __________ */
	.cleancode_block p.title {font-size:70px; line-height:70px;}
	.cleancode_block .nav-tabs li a {width:136px; height:136px; padding-top:35px;}
	.cleancode_block .nav-tabs li a i {width:45px; height:45px;}
	.cleancode_block .nav-tabs li a span {font-size:16px;}
	.cleancode_block .nav-tabs li a i {background-position:0 -45px;}
	.nav-tabs li a:hover i {background-position:0 -90px; transform:translateY(-5px); -o-transform:translateY(-5px); -ms-transform:translateY(-5px); -webkit-transform:translateY(-5px);}
	.nav-tabs li.active a i {background-position:0 0; transform:translateY(-10px); -o-transform:translateY(-10px); -ms-transform:translateY(-10px); -webkit-transform:translateY(-10px);}
	
	
	.purpose_block p {font-size:15px; line-height:22px;}
	
	
	.work_item a.zoom {width:40px; height:24px; margin-left:-20px;}
	.work_item:hover a.zoom {bottom:30px;}
	
	
	.img_wrapper {width:137px !important;}
	
	
	.post_item_img a.link {width:40px; height:24px; margin:0 0 -12px -20px;}
	.post_item_img a.link:hover {background-position:0 -24px;}
	.post_item_content a.title {font-size:19px; line-height:24px;}
	
	
	.owl-theme .owl-controls {top:-69px;}
	.owl-theme .owl-controls .owl-buttons div {width:50px; height:50px;}
	.owl-theme .owl-controls .owl-buttons div:before {width:48px; height:48px; line-height:46px;}
	
	
	
/* __________ Blog __________ */
	.blog_post_descr hr {margin:15px 0;}
	
	.blog_post_img {width:400px; height:314px;}
	.blog_post_title {font-size:24px; line-height:27px;}
	.blog_post_content {font-size:14px; line-height:22px;}
	
	
	.single_blog_post_title{font-size:44px; line-height:50px;}
	
	

/* __________ Sidebar __________ */
	.widget_meta li a {font-size:17px; line-height:20px;}
	
	.post_item_img_widget{width:220px; height:146px;}
	.post_item_content_widget a.title {font-size:16px; line-height:20px;}

	
	
	

/* __________ All Styles __________ */
	.breadcrumbs_block {padding:50px 0;}
	
	
	.map_hide {margin-left:435px;}
	
	
}

@media (min-width: 768px) and (max-width: 991px) {
	.logo a {font-size:22px;}
	
	
	#search-form input:focus {width:42px;}
	

/* __________ Menu __________ */
	.navmenu ul li a {padding-left:10px; padding-right:10px; font-size:12px;}
	
	
	
/* __________ Index __________ */
	.cleancode_block p.title {font-size:60px; line-height:60px;}
	.cleancode_block span {font-size:20px; line-height:24px;}
	.cleancode_block .nav-tabs li a {width:100px; height:100px; padding-top:24px;}
	.cleancode_block .nav-tabs li a i {width:45px; height:45px;}
	.cleancode_block .nav-tabs li a span {font-size:13px;}
	.cleancode_block .nav-tabs li a i {background-position:0 -45px;}
	.nav-tabs li a:hover i {background-position:0 -90px; transform:translateY(-5px); -o-transform:translateY(-5px); -ms-transform:translateY(-5px); -webkit-transform:translateY(-5px);}
	.nav-tabs li.active a i {background-position:0 0; transform:translateY(-10px); -o-transform:translateY(-10px); -ms-transform:translateY(-10px); -webkit-transform:translateY(-10px);}
	
	
	.purpose_block {padding-top:35px;}
	.purpose_block .ipad_img1 {margin-top:-50px;}
	.purpose_block p {font-size:12px; line-height:20px;}
	
	
	.work_item a.zoom {width:40px; height:24px; margin-left:-20px;}
	.work_item:hover a.zoom {bottom:30px;}
	
	
	.img_wrapper {width:100px !important;}
	
	
	.post_item_img a.link {width:40px; height:24px; margin:0 0 -12px -20px;}
	.post_item_img a.link:hover {background-position:0 -24px;}
	.post_item_content a.title {font-size:15px; line-height:20px;}
	.post_item_content {padding-top:15px;}
	.post_item_inf a {font-size:12px; padding-right:5px;}
	.post_item_inf li {padding-right:5px;}
	
	
	.owl-theme .owl-controls {top:-69px;}
	.owl-theme .owl-controls .owl-buttons div {width:50px; height:50px;}
	.owl-theme .owl-controls .owl-buttons div:before {width:48px; height:48px; line-height:46px;}
	
	
	.crewman_item .crewman_social a {width:36px; height:36px; margin:0 2px 0 5px; font-size:17px; line-height:34px;}
	.crewman_item:hover .crewman_social {bottom:30px;}
	
	
	.testim_content {font-size:17px; line-height:24px;}
	

/* __________ Blog __________ */
	.blog_post_descr hr {margin:15px 0;}
	
	.blog_post_img {width:400px; height:314px;}
	.blog_post_title {font-size:24px; line-height:27px;}
	.blog_post_content {font-size:14px; line-height:22px;}
	
	
	.single_blog_post_title{font-size:44px; line-height:50px;}
	
	

/* __________ Sidebar __________ */
	.widget_meta li a {font-size:17px; line-height:20px;}
	
	.post_item_img_widget{width:220px; height:146px; float:left; margin-right:30px;}
	.post_item_content_widget a.title {font-size:16px; line-height:20px;}

	
	
	

/* __________ All Styles __________ */
	.breadcrumbs_block {padding:50px 0;}
	.breadcrumbs_block h2 {font-size:60px; line-height:64px;}
	.breadcrumbs_block p {font-size:21px; line-height:24px;}
	

/* __________ Footer __________ */
	footer {position:static; left:auto; bottom:auto; transform:none; -webkit-transform:none;}
	
	
	.map_hide {margin-left:325px;}
	
	
	.respond_clear {clear:both; height:0; font-size:0;}


}



@media (max-width: 767px) {
	.container {/*padding-left:15px; padding-right:15px;*/}
	
	
	h2 {font-size:30px; line-height:32px;}
	
	
	.logo a {font-size:22px;}
	
	
	#search-form input:focus {width:42px;}
	
	
/* __________ Menu __________ */
/*	a.menu_toggler {display:inline-block; float:right; margin: 20px 0 0 20px; width:40px; height:40px; text-align:center; line-height:38px; font-size:23px; color:#fff; background-color:#333;}
	a.menu_toggler:hover {background-color:#333;}
*/	
	.navmenu {position:absolute; left:0; right:0; top:80px; background-color:#fff;}
	.navmenu ul {padding:10px 0;}
	.navmenu ul li {display:block; text-align:left;}
	.navmenu ul li a {padding:4px 20px;}
	
	
	.sub-menu ul {display:block; position:static; width:100%; box-shadow:none; padding:0; margin:0;}
	.sub-menu ul:before {display:none !important;}
	.navmenu li.sub-menu:hover, .navmenu li.sub-menu.active_page {background:none;}
	.sub-menu ul li a {background:none; border:0; padding-left:30px;}
	.sub-menu ul li a:hover, .sub-menu ul li.active a {background:none !important; color:#333 !Important;}
	.sub-menu ul li a:before {content:'-'; position:absolute; z-index:10; left:17px; top:4px; color:#666;}


/* __________ Index __________ */
	.cleancode_block p.title {font-size:40px; line-height:40px;}
	.cleancode_block span {font-size:15px; line-height:22px;}
	.cleancode_block .nav-tabs {margin:0 auto; width:450px;}
	.cleancode_block .nav-tabs li a {width:120px; height:120px; padding-top:24px;}
	.cleancode_block .nav-tabs li a i {width:45px; height:45px;}
	.cleancode_block .nav-tabs li a span {font-size:13px;}
	.cleancode_block .nav-tabs li a i {background-position:0 -45px;}
	.nav-tabs li a:hover i {background-position:0 -90px; transform:translateY(-5px); -o-transform:translateY(-5px); -ms-transform:translateY(-5px); -webkit-transform:translateY(-5px);}
	.nav-tabs li.active a i {background-position:0 0; transform:translateY(-10px); -o-transform:translateY(-10px); -ms-transform:translateY(-10px); -webkit-transform:translateY(-10px);}
	
	
	.purpose_block {padding-top:35px;}
	.ipad_img_in {width:350px; margin:0 auto;}
	.purpose_block .ipad_img1 {margin-top:40px;}
	.purpose_block p {font-size:12px; line-height:20px;}
	
	
	.work_item a.zoom {width:40px; height:24px; margin-left:-20px;}
	.work_item:hover a.zoom {bottom:30px;}
	
	
	.our_clients .row {text-align:center; margin:0 auto; width:450px;}
	.client_img {width:140px; display:inline-block;}
	.img_wrapper {width:110px !important;}
	
	
	.post_item_img a.link {width:40px; height:24px; margin:0 0 -12px -20px;}
	.post_item_img a.link:hover {background-position:0 -24px;}
	.post_item_content a.title {font-size:15px; line-height:20px;}
	.post_item_content {padding-top:15px;}
	.post_item_inf a {font-size:12px; padding-right:5px;}
	.post_item_inf li {padding-right:5px;}
	
	
	.owl-theme .owl-controls {top:-69px;}
	.testimonials .owl-theme .owl-controls {top:-49px;}
	.owl-theme .owl-controls .owl-buttons div {width:50px; height:50px;}
	.owl-theme .owl-controls .owl-buttons div:before {width:48px; height:48px; line-height:46px;}
	
	
	.crewman_item .crewman_social a {width:36px; height:36px; margin:0 2px 0 5px; font-size:17px; line-height:34px;}
	.crewman_item:hover .crewman_social {bottom:30px;}
	
	
	.testim_content {font-size:17px; line-height:24px;}
	
	
	
	#news .recent_posts {width:450px; margin:0 auto;}
	
	
/* __________ Blog __________ */
	.blog_post_descr hr {margin:15px 0;}
	
	.blog_post_img {width:200px; height:157px; margin-right:20px;}
	.blog_post_title {font-size:19px; line-height:22px;}
	.blog_post_descr hr {clear:both; border:0;}
	.blog_post_content {font-size:14px; line-height:22px;}
	.blog_post_info li a {font-size:13px;}
	.blog_post_info li {padding-right:15px;}
	.blog_post_info li:before {right:6px;}
	.blog_post_content {padding-top:20px;}
	
	/*.pagination li {width:40px; height:40px;}
	.pagination li a {font-size:16px; line-height:38px;}
	.pagination li.active a, .pagination li a:focus, .pagination li a:hover {font-size:18px;}*/
	
	
	.single_blog_post_title{font-size:44px; line-height:50px;}
	
	
/* __________ Single Blog Post __________ */
	.single_blog_post_date {margin:0;}
	.single_blog_post_title {font-size:26px; line-height:32px;}
	
	.comment_note {padding:0 0 20px;}
	
	

/* __________ Sidebar __________ */
	.widget_meta li a {font-size:17px; line-height:20px;}
	
	.post_item_img_widget{width:220px; height:146px; float:left; margin-right:30px;}
	.post_item_content_widget a.title {font-size:16px; line-height:20px;}

	
	
	

/* __________ All Styles __________ */
	.breadcrumbs_block {padding:40px 0;}
	.breadcrumbs_block h2 {font-size:50px; line-height:54px;}
	.breadcrumbs_block p {font-size:16px; line-height:20px;}

@media only screen and (max-width: 900px){
footer {

    position: static;
    left: auto;
    bottom: auto;
    transform: none;
    -webkit-transform: none;

}
}
/* __________ Footer __________ */
	footer {position:static; left:auto; bottom:auto; transform:none; -webkit-transform:none;}
	
	
	.map_hide {margin:0; left:auto; right:15px;}
	
	
	.respond_clear {clear:both; height:0; font-size:0;}
	
	
}

@media (max-width: 479px) {

	#search-form {display:block;}
	
	
/* __________ Index __________ */
	h2 {font-size:26px; line-height:26px;}
	
	
	.purpose_block .btn {padding:10px; margin:10px 5px 0 0;}
	
	
	.cleancode_block p.title {font-size:26px; line-height:26px;}
	.cleancode_block .nav-tabs {width:290px;}
	.cleancode_block .nav-tabs li {padding:0;}
	.cleancode_block .nav-tabs li a {width:96px; height:96px;}
	
	
	.ipad_img_in {width:290px;}
	
	
	.our_clients .row {width:290px;}
	
	
	.testimonials .owl-theme .owl-controls {top:0;}
	
	
	#news .recent_posts {width:290px;}
	
	
/* __________ Blog __________ */
	.blog_post_img {float:none; margin:0 0 20px; width:290px; height:227px;}
	.blog_post_descr hr {border-bottom:2px solid #e9e9e9;}
	.blog_post_content {padding-top:0;}
	
/* __________ Single Blog Post __________ */
	.single_blog_post_title {font-size:17px; line-height:22px;}
	.single_blog_post_content {font-size:13px; line-height:20px;}

	
	
/* __________ Sidebar __________ */
	.post_item_img_widget {float:none; margin-right:0;}
	


/* __________ Bootstrap Style __________ */
	.col-ss-1, .col-ss-2, .col-ss-3, .col-ss-4, .col-ss-5, .col-ss-6, .col-ss-7, .col-ss-8, .col-ss-9, .col-ss-10, .col-ss-11 {float: left;}
	.col-ss-12 {width: 100%;}
	.col-ss-11 {width: 91.66666666666666%;}
	.col-ss-10 {width: 83.33333333333334%;}
	.col-ss-9 {width: 75%;}
	.col-ss-8 {width: 66.66666666666666%;}
	.col-ss-7 {width: 58.333333333333336%;}
	.col-ss-6 {width: 50%;}
	.col-ss-5 {width: 41.66666666666667%;}
	.col-ss-4 {width: 33.33333333333333%;}
	.col-ss-3 {width: 25%;}
	.col-ss-2 {width: 16.666666666666664%;}
	.col-ss-1 {width: 8.333333333333332%;}

}

/*--------- Details Page -------------*/

.mission
	{
	 /*background-image:url(../images/Mission.png);*/
	 width:100%;
	 height:200px;
	}

.general
	{
	/* background-image:url(../images/generalinfo.png);*/
	 width:100%;
	 
	}
.general-library
	{
	 background-image:url(../images/libraryhome.png);
	 width:100%;
	 height:500px;
	}
.general-bottom
	{
	 background:#F8F8F8;
	 width:100%;
	 height:50px;
	}
.catalog
	{
	 background-image:url(../images/catalog.png);
	 width:100%;
	 height:280px;
	}

.page_title {
	display:block;
	cursor:default;
	margin-top:20px;
}
.page_title p {
	position:relative;
	margin-bottom:0px;
	padding-bottom:4px;
	text-transform:none;
	font-weight:300;
	font-size:36px;
	color:#fff;
	line-height:normal;
	text-align:left;
}
.page_title p b {font-weight:400;}
.page_title p:before {
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:40px;
	height:3px;
	background-color:#23B0ED;
}
.page_title p:after {
	content:'';
	position:absolute;
	left:0;
	top:-20px;
	width:40px;
	height:3px;
	background-color:#23B0ED;
}
.breathcumb{
	margin-top:10px;
	color:#23B0ED;
	font-weight:400;
}
/*--------- End Details Page -------------*/

.pagenav{
	background:#193867;
	color:#fff;
	font-size:16px;
	font-weight:400;
	padding:10px;
	text-transform: uppercase;
}

.pagenavigation li{
	padding:10px;
	border-bottom:1px solid #cccccc;
}

.pagenavigation li:last-child
{
	border-bottom:0px;
}

ul.pagenavigation a:link{
	color:#000;
	font-size:14px;
	font-weight:500;
	
}

ul.pagenavigation a:hover{
	color: #FFFFFF;
	font-size:14px;
	font-weight:500;
	
}

ul.pagenavigation li:hover{
  display: block;
  background-color: #23B0ED;
}

.active-nav
{
  color: #FFFFFF;
  display: block;
  background-color: #23B0ED;
}

ul.pagenavigation .active-nav a{
	color: #FFFFFF;
}

ul.pagenavigation a:active{
	color:#000;
	font-size:14px;
	font-weight:500;
	
}

.dhanmondi_title{
	margin-left:-15px;
}
.dhanmondi_text{
	margin-left:-15px;
	
}

.home-fontawesome
{
	color:#0454A2;
	font-size: 19px;
}

@media only screen and (min-width: 601px) and (max-width: 768px)
{
	.main-menu > li a {
	
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1279px)
{
	/* ---------- Nav Bar Start -----*/
	.main-menu > li a {
	    display: block;
	    color: #000;
	    padding: 8px 10px;
	    line-height: 24px;
	    text-decoration: none;
	    font-family: 'Roboto', sans-serif;
	    font-weight: 400;
	    text-transform: uppercase;
	    height: auto;
	    border-right: 1px solid #ccc;
	}

	/* --- sticky stamford logo ---*/
	#menu-img img
	{
		height: 37px !important;
	}
	/* ---end sticky stamford logo ---*/
	li.first-menu a i {
	    font-size: 23px;
	    margin-top: 0px;
	}

	.navigation_container {
	    height: 50px !important;
	}

	/*- start common--*/
	.first-menu{
	margin-left: 0px !important;
	}

	.main-menu li{
    display: inline-block;
    position: relative;
	}
	.main-menu>li
	{
		float:left;
	}

	.main-menu > li a:hover
	{
		color:white;
		background-color: #23B0ED;
		border-bottom-color: blue;
	}
	.main-menu li ul{
    /*background: #f2f5f9 none repeat scroll 0 0;*/
    background: #EEF5FA none repeat scroll 0 0;
    box-shadow: 0 3px 4px -2px rgba(0, 0, 0, 0.5);
    left: 0;
    padding: 0;
    position: absolute;
    width: 215px;
    z-index: 99;
    margin-top: 6%;
    visibility: hidden;
    opacity: 0;
    top: 75px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.menu-has-child:hover > ul{
    visibility: visible;
    opacity: 1;
    top: 32px;

}
.main-menu li ul li{
    display: block;
    margin: 0;
    padding: 0;
}

.main-menu li ul li:first-child:before
{
	position: absolute;
    left: 0;
    top: -3px;
    height: 3px;
    background: #0454A2;
    content: " ";
    width: 100%;
    right: 0;
    z-index: 1;
}

.main-menu li ul li a{
    /*border-bottom: 1px solid #eee;*/
    border-bottom: 1px solid #ccc;
    display: block;
    padding:5px 10px;
    outline: 0;
    color: black;
    text-decoration: none;
    text-transform: none;
    font-family: 'Acme', sans-serif;    
}


.main-menu li ul li a:hover{
    color: white;
  /*  background-color: #651d3a;*/
    background-color: #23B0ED;
    border-bottom-color:#99badd;
}
.main-menu li ul li:last-child a{
    border-bottom: 0;
}
.main-menu li ul li ul{
    left: 215px;
    top: 0;
    background: #EEF5FA none repeat scroll 0 0;
    box-shadow: 0 3px 4px -2px rgba(0, 0, 0, 0.5);
    padding: 0;
    position: absolute;
    width: 215px;
    z-index: 99;
    margin-top:0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.menu-has-child:hover > ul > li:hover ul{
    visibility: visible;
    opacity: 1;
    top: 0;
}
.menu-has-child:hover > a:after{
    visibility: visible;
    opacity: 1;
    left: -2px;
}


.has-subchild:after{
    content: "\f0da";/*fa-caret-right*/
    color: black;
    font-family: FontAwesome;
    font-size: 15px;
    float: right;
    margin-top: -28px;
    margin-right: 25px;
    text-align: center
}
/* -- end common --*/

/* ------------ Nav Bar End ---- */
}

/* ---------- University Leader's image --------*/

.university_item img{
	height:579px !important;
}


/* ---------- Univeristy Leader's Image - */



@media only screen and (min-width: 1150px) and (max-width: 1154px)
{
	.main-menu li ul li:first-child:before
	{
	    top: -1px !important;
	}
}

@media only screen and (min-width: 1280px)
{
	.first-menu{
	margin-left: 0px !important;
	}

	li.first-menu a i{
	font-size: 18px;
}
li.first-menu a 
{
	/*padding: 11px 20px !important;*/
}
/*.navigation {
    padding: 17px 0 0;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    position: relative;
    margin-bottom: 15px;
}*/

.main-menu{
}

.main-menu li{
    display: inline-block;
    position: relative;
    /*float: left;*/
    /*margin-left: 35px;*/
   /* padding-bottom: 12px;*/
}

.main-menu>li
{
	float:left;
}
.main-menu > li a{
   display: block;
    color: #000;
    padding: 8px 20px;
    line-height: 24px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    height: auto;
    border-right: 1px solid #ccc;
}
/*.menu-has-child:before{
    content: "\f107";
    color: #FFFFFF;
    font-family: FontAwesome;
    font-size: 16px;
    left: auto;
    position: absolute;
    right: -14px;
    top: 0px;
    cursor: pointer;
}*/

.main-menu > li a:hover
{

	color:white;
	background-color: #23B0ED;
	border-bottom-color: blue;
}
.main-menu li ul{
    /*background: #f2f5f9 none repeat scroll 0 0;*/
    background: #EEF5FA none repeat scroll 0 0;
    box-shadow: 0 3px 4px -2px rgba(0, 0, 0, 0.5);
    left: 0;
    padding: 0;
    position: absolute;
    width: 215px;
    z-index: 99;
    margin-top: 6%;
    visibility: hidden;
    opacity: 0;
    top: 75px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.menu-has-child:hover > ul{
    visibility: visible;
    opacity: 1;
    top: 32px;

}
.main-menu li ul li{
    display: block;
    margin: 0;
    padding: 0;
}

.main-menu li ul li:first-child:before
{
	position: absolute;
    left: 0;
    top: 0;
    height: 3px;
    background: #0454A2;
    content: " ";
    width: 100%;
    right: 0;
    z-index: 1;
}

.main-menu li ul li a{
    /*border-bottom: 1px solid #eee;*/
    border-bottom: 1px solid #ccc;
    display: block;
    padding:5px 10px;
    outline: 0;
    color: black;
    text-decoration: none;
    text-transform: none;
    font-family: 'Acme', sans-serif;    
}


.main-menu li ul li a:hover{
    color: white;
  /*  background-color: #651d3a;*/
    background-color: #23B0ED;
    border-bottom-color:#99badd;
}
.main-menu li ul li:last-child a{
    border-bottom: 0;
}
.main-menu li ul li ul{
    left: 215px;
    top: 0;
    background: #EEF5FA none repeat scroll 0 0;
    box-shadow: 0 3px 4px -2px rgba(0, 0, 0, 0.5);
    padding: 0;
    position: absolute;
    width: 215px;
    z-index: 99;
    margin-top:0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.menu-has-child:hover > ul > li:hover ul{
    visibility: visible;
    opacity: 1;
    top: 0;
}
.menu-has-child:hover > a:after{
    visibility: visible;
    opacity: 1;
    left: -2px;
}


.has-subchild:after{
    content: "\f0da";/*fa-caret-right*/
    color: black;
    font-family: FontAwesome;
    font-size: 15px;
    float: right;
    margin-top: -28px;
    margin-right: 25px;
    text-align: center
}
}
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:500);
/* 2f4b87 */
/* 2f4b87 */
/* #1f325d */
/* Menu CSS */
/*
#cssmenu {
  width: auto;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-weight: 500;
  font-size: 100%;
  color: #ffffff;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  text-transform:uppercase;
}
#cssmenu:before,
#cssmenu:after,
#cssmenu > ul:before,
#cssmenu > ul:after {
  content: "";
  display: table;
}
#cssmenu:after,
#cssmenu > ul:after {
  clear: both;
}
#cssmenu a {
  
}
#cssmenu ul {
 
  
}
#cssmenu ul > li {
  float: left;
  list-style: none;
}
#cssmenu ul > li > a {
  display: block;
  text-decoration: none;
  padding: 5px 5px;
  position: relative;
}
#cssmenu ul > li > a:hover {
  
  color:#52AEED;
}
#cssmenu ul > li > a:hover:before {
  content: "";
  z-index: 2;
  position: absolute;  
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: -1px;
  opacity: .2;
}
#cssmenu ul > li > a:hover:after {
  content: "";
  z-index: 2;
  position: absolute;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  right: -1px;
  opacity: .2;
}
#cssmenu > ul > li > ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
#cssmenu > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  position: absolute;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
#cssmenu > ul > li > ul {
  width: 200px;
  position: absolute;
  background:#ffffff;
  z-index: 1;
  margin-top:7px;
  
}
#cssmenu > ul > li > ul > li {
  float: none;
  position: relative;
  
}
#cssmenu > ul > li > ul > li > ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
#cssmenu > ul > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  position: absolute;
}
#cssmenu > ul > li > ul > li > ul {
  left: 200px;
  top: 1px;
  width: 200px;
  z-index:1px;
  background:#ffffff;
}
#cssmenu > ul > li > ul > li > ul > li {
  float: none;
}
.has-sub ul li a{
	color:#FFFFFF !important;
	border-bottom:1px solid #F0F0F0;
	padding-bottom:8px;
	 z-index: 1;
}

.has-sub ul li a:hover{
	color:#52AEED !important;
}
*/
tr:nth-child(even) {background: #FFF}
tr:nth-child(odd) {/*background: #F8F8F8*/}
tr{padding-bottom:10px;}


ul.header-bot-nav{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
   
}

ul.header-bot-nav li {
    float: left;
}

ul.header-bot-nav li a {
    display: block;
    color: #3AA9E8;
    text-align: center;
    padding: 16px 30px 18px 0px;
    text-decoration: none;
	font-weight:500;
	font-size:16px;
}

ul.header-bot-nav li a:hover {
	color: black;
    
}
ul.header-bot-nav li a:highlight {
	color: black !important;
}



td.tabletitle{
    text-align:center;
    padding-left:10px;
    font-size:16px;
    font-weight:bold;
}

td.tabletext{
    text-align:left;
    padding-top:4px;
    padding-bottom:4px;
    padding-left:10px;
    font-size:14px;
    font-weight:bold;
}

.imgborder{
    border:8px solid #ccc;
}

.imgmargin{
    margin-top:9px;
}

.sidemenuboder{
    border:1px solid #A7A7A7;
    padding:2px;
}


.leftsideboder{
    padding:0px;
	background:#F0F1FF;
}

.profiletext{
    font-size:14px;
    line-height:25px;
    margin-top:15px;
	padding:12px;
	background:#E5E7FF;
    
}

.profiletext1{
    font-size:14px;
    line-height:25px;
    margin-top:15px;
	padding:12px;
}

.profiletexmiddle{
    font-size:14px;
    line-height:25px;
    margin-top:-35px;
	margin-left:10px;
    
}

.portallink  {
 	color:#0033FF;
}
.portallink a:link {
 	color:#0033FF;
}
.portallink a:hover {
 	color:#000000;
}

.openerp table {

    padding: 0;
    border-collapse: collapse;

}

.openerp th, .openerp td {

    font-family: Verdana,​Arial,​Helvetica,​sans-serif;
    font-size: 11px;

}

.openerp {

    font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #4c4c4c;
    font-size: 13px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);

}


.openerp input, .openerp textarea, .openerp select {

    padding: 3px 4px;
    border: 1px solid #cccccc;
    background: white;

}

.openerp th {

    font-weight: bold;

}

.dhanmondi_title{
	margin-left:-15px;
}
.dhanmondi_text{
	margin-left:-15px;
	
}

.contact_form{
	padding-top:15px; 
	text-align:right;
}

.message_short{
	margin-left:0px;
	padding-top: 1%;
	padding-left: 1%;
}
.message_short1{
	margin-left:0px; 
	text-align:center;
	padding-top: 1%;
}
.message_short2{
	margin-left:0px; 
	text-align:right;
	padding-top: 1%;
	padding-right: 1%;
}

.fcvc_img{
	height: 240px;
    border-radius: 12%;
    webkit-box-shadow: 0 1px 9px 1px rgba(25, 47, 89, 0.42);
    -moz-box-shadow: 0 1px 9px 1px rgba(25, 47, 89, 0.42);
    box-shadow: 0 1px 9px 1px rgba(25, 47, 89, 0.42);
}

.msg-container
{
	margin-top: -0.80%;
	margin-bottom: -2%;
}
.deg-dept-box
{
	margin-top: -5%;
}




@media screen and (max-width: 600px) {
.margbotright30 {
	margin-bottom:0px !important; 
	background:#0454A2; 
	}
.dhanmondi_title{
	margin-left:0px;
}
.dhanmondi_text{
	margin-left:0px;
	
}

.recenews_item .recenews_item {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	border-radius: 4px 4px 4px 4px;
	padding-bottom:15px;
	width:98%;
	margin-bottom:15px;
	margin-left:0px;
}
.recenews_item .recenews_item1 {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	border-radius: 4px 4px 4px 4px;
	padding-bottom:15px;
	width:98%;
	margin-bottom:15px;
	margin-left:0px;
}

.recenews_item .recenews_item2 {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	border-radius: 4px 4px 4px 4px;
	padding-bottom:15px;
	width:98%;
	margin-bottom:15px;
	margin-left:0px;
}
.recenews_item .recenews_item3 {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	border-radius: 4px 4px 4px 4px;
	padding-bottom:15px;
	width:98%;
	margin-bottom:15px;
	float:left;
	margin-left:0px;
}

.page_title p {
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 4px;
    text-transform: none;
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    line-height: normal;
}

.contact_form{
	padding-top:15px; 
	text-align:left;
}

.message_short{
	margin-left:0px;
	padding-left: 6%;
}
.message_short1{
	margin-left:-10px; 
	text-align:center;
	padding-left: 6%;
}
.message_short2{
	margin-left:-20px; 
	text-align:right;
	padding-left: 6%;
}

.msg-container
{
	margin-top: -3%;
    margin-bottom: -6%;
}

.deg-dept-box
{
	margin-top: -10%;
}

.key_faculties{padding:25px 0 25px; background:#FCFAFA;margin-top: -6%;}

}

/*----------Start Top Menu-----------------*/
/*----------Start Top Menu-----------------*/
.topnav {
  margin-top:-10px;
  overflow: hidden;
  background-color:#193867;
  font-family: 'Roboto', sans-serif;
  width: 100%;
  z-index: +1;
  
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 9px 20px;
  text-decoration: none;
  font-size: 12px;
  text-transform:uppercase;
  z-index: +1;
  font-weight:600;
  
  
}

.topnav a:hover {
  background-color: #23B0ED;
  color: #000000;
}

.active {
  /*background-color: #193867;
  color: #2889E5;*/
}

.topnav .icon {
  display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
.topnav {
  margin-top:-10px;
  overflow: hidden;
  background-color:#193867;
  font-family: 'Roboto', sans-serif;
  width: 100%;
  z-index: +1;
  
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 9px 3px;
  text-decoration: none;
  font-size: 11px;
  text-transform:uppercase;
  z-index: +1;
  font-weight:500;
  
}
}
/*600*/
@media screen and (max-width: 991px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
	margin-top:4px;
  }
}
/*600*/
@media screen and (max-width: 991px) {
  .topnav.responsive {position: relative; z-index:+1; max-width:100%;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
	 z-index:+1;
	 
  }
}

.btn-footer {
    display: block;
    color: #262626;
    padding: 8px 15px;
    background: #7e99a9;
    margin-bottom: 8px;
    border: 1px solid transparent;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.borderwidth-map
{
	font-size:16px; font-weight:500; color:#fff; border-bottom:1px solid #FFFFFF; padding-bottom:6px; width:89%; margin-bottom:6px;text-align:center;
}

.borderwidth
{
	font-size:16px; font-weight:500; color:#fff; border-bottom:1px solid #FFFFFF; padding-bottom:6px; width:80%; margin-bottom:6px;text-align:center;
}

#footer_links {
        padding: 0 0 0em 0;
        margin-bottom: 1em;
        font-family: 'Roboto', sans-serif;
        color: #333;
		font-size:12px;
        }

    #footer_links ul {
        list-style: none;
        margin: 0;
        padding: 0;
        border: none;
        }
        
    #footer_links li {
        
        margin: 0;
        }

    #footer_links li a {
        display: block;
        padding: 5px 5px 5px 0.5em;
        color: #fff;
        text-decoration: none;
        width: 100%;
        }

    html>body #footer_links li a {
        width: 82%;
        }

    #footer_links li a:hover {
        color: #ccc;
		background-color:#192F59;
		border:1px solid white;
        }
	.nametex{
		font-size:20px;
		font-weight:bold;
	}
	.officetex{
		font-size:16px;
		font-weight:bold;
	}

@media screen and (max-width: 900px) and (min-width: 300px) {
  .google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.borderwidth,.borderwidth-map
{
	font-size:16px; font-weight:500; color:#fff; border-bottom:1px solid #FFFFFF; padding-bottom:6px; width:100%; margin-bottom:6px;text-align:center;
	margin-top:3%;
}

html>body #footer_links li a {
        width: 100%;
        }

}

@media only screen and (width:1024px)
{
	.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.borderwidth-map
{
	font-size:16px; font-weight:500; color:#fff; border-bottom:1px solid #FFFFFF; padding-bottom:6px; width:100%; margin-bottom:6px;text-align:center;
	margin-top:3%;
}

.borderwidth
{
	font-size:16px; font-weight:500; color:#fff; border-bottom:1px solid #FFFFFF; padding-bottom:6px; width:86%; margin-bottom:6px;text-align:center;
	margin-top:3%;
}

.resp1024-footer-box
{
	margin-left: 2%;
}
.resp1024-ULfooter-box
{
	width: 21%;
}

html>body #footer_links li a {
        width: 88%;
        }
}
/*----------End Top Menu-----------------*/
/*----------End Top Menu-----------------*/



/*-----------------------------------------------------------------------------------*/
/*	Feature Content
/*-----------------------------------------------------------------------------------*/

.feature-count-area {
    background: #192F59;
    height: 78px;
}



.feature-count {
    /* background: #ffffff; */
    overflow: hidden;
    padding: 10px;
}

.feature-single-box {
    /* border-right: 1px solid #bcbcbc; */
    display: inline-block;
    width: 100%;
    margin: -7px 0;
}

.feature-single-box:hover
{
	color: #ccc;
	background-color: #224077;
	border: 1px solid white;
	cursor:pointer;
	text-shadow: 10px 12px 14px #000000;
	border-radius: 5px;
}
.feature-count-area .left-icon {
    /* width: 50px; */
    width: 100%;
    float: left;
    font-size: 30px;
    /* margin-left: 10px; */
    margin-top: 5px;
    text-align: center;
}
.feature-count-area .right-box-content {
    /* width: calc(100% - 60px); */
    font-size: 14px;
    text-align: center;
    /* float: left; */
}
.feature-count-area .right-box-content h3 {
    font-size: 16px;
    color: #FFFFFF;
    margin: 11px 0;
    font-weight: bold;
}

.right-border {
    border-right: 1px solid #bcbcbc;
}

.feature-count .left-icon  .fas {
    color: #FFFFFF;
}

.fa-bullhorn
{
	color: #FFFFFF;
}

.fa-book-user
{
	color: #FFFFFF;
}

.fa-books-medical
{
	color: #FFFFFF;
}

.fa-book-user
{
	color: #FFFFFF;
}

.fa-users-class
{
	color: #FFFFFF;
}
@media (max-width: 767px)
{
	.feature-count .right-border {
		border-right: none;
	}

	.feature-single-box {
	    background: #224077;
	    display: inline-block;
	    width: 100%;
	    color: #fff;
	    margin: 5px 0;
	}

	.feature-single-box h3 {
   		 font-size: 20px;
	}

	.feature-count-area {
    	height: auto;
	}

	#about {
    padding-top: 3px;
    top: -20px;
	}

	.feature-count-area .left-icon {
		margin-top: 15px;
	}
}



@media (max-width: 991px)
{
	.feature-count-area .left-icon {
   		 font-size: 20px;
	}

	.feature-count-area .right-box-content h3 {
    	font-size: 16px;
	}

}

/*-----------------------------------------------------------------------------------*/
/*	END ::::::::::::::::::::::: Feature Content
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	 ::::::::::::::::::::::: Faculties
/*-----------------------------------------------------------------------------------*/

.nav-list {
  list-style: none;
  cursor: pointer
}

.nav-list a {
  text-decoration: none;
  transition: color 0.3s ease-out;
  color: inherit;
}

.nav-list li {
  position: relative;
  display: inline-block;
  margin: 8px;
  letter-spacing: 2px;
  font-weight: bold;
    font-size: 18px;
}

.navlistitem:after,
.navlistitem:before,
.navlistitem a:after,
.navlistitem a:before {
  background-color: #0454A2;
}

.navlistitem:hover {
  color: #0454A2
}

.nav-list li:after,
.nav-list li:before,
.nav-list a:before,
.nav-list a:after {
  position: absolute;
  content: '';
  border-radius: 4px;
}

.nav-list li:after,
.nav-list li:before {
  bottom: -4px;
  height: 2px;
}

.nav-list li:not(.selected):before {
  left: 0;
  right: -3px;
}

.selected
{
	border: 2px solid #0454A2;
	padding: 8px;
	border-radius: 10px;
	background-color: #23B0ED;
	color: white;
	font-weight: bold;
}

/*.nav-list li.selected:after {
  left: 0;
  right: 39px;
}*/

/*.nav-list li.selected:before {
  right: -2px;
  width: 11px;
}*/

/*.nav-list .selected a:before {
  height: 22px;
  width: 4px;
  bottom: -22px;
  right: 7px;
}*/

/*.nav-list .selected a:after {
  height: 4px;
  width: 40px;
  bottom: -11px;
  right: 5px;
  transform: rotate(30deg);
}*/

.modText{padding-left:30px;font-weight:bold}
/* Booring stuff*/

.wrapper {
  width: 100%;
  margin: 0 auto;
}

.postStyle
{
	background:#fff;
	padding:45px 15px 40px 35px;
	box-shadow:0 0 10px rgba(50,50,50,.17)
}
.postStyleDescriptive
{
	/*background:#fff;*/
	background: rgba(0, 0, 0, 0.04);
	padding:45px 50px 40px 65px;
	margin-bottom: 20px;
	/*box-shadow:0 0 10px rgba(50,50,50,.17)*/
	-webkit-box-shadow: 1px 1px 5px 0px rgba(133,133,133,1);
	-moz-box-shadow: 1px 1px 5px 0px rgba(133,133,133,1);
	box-shadow: 1px 1px 5px 0px rgba(133,133,133,1);
}

.live {
         overflow: hidden;
     }
    .live > li {
        list-style: none;
        position: relative;
        padding: 0 0 0 2em;
        margin: 0 0 .5em 10px;
        -webkit-transition: .12s;
        transition: .12s;
    }
    .live > li> a {
        font-weight: bold;
    }
    .live > li::before {
        position: absolute;
        content: '\2022';
        font-family: Arial;
        color: #0454a2;
        top: 0;
        left: 0;
        text-align: center;
        font-size: 2em;
        opacity: .5;
        line-height: .75;
        -webkit-transition: .5s;
        transition: .5s;
    }
    .live > li:hover {
        color:#0454a2;
    }
    .live > li:hover::before {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 1;
        text-shadow: 0 0 4px;
        -webkit-transition: .1s;
        transition: .1s;
    }
    .live.type2 > li::before {
        content: '';
        width: 10px;
        height: 10px;
        background: #000000;
        border-radius: 3px;
        line-height: 0;
        top: .27em;
        left: 5px;
    }
    .live.type2 > li:hover::before {
        -webkit-transform: none;
        transform: none;
        border-radius: 5px;
        width: 25px;
        left: -10px;
        background: #044d95;
    }

/* --------------- Start :: Title area -----------------*/
.title_area h2
{
	color: #313338;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
    padding-bottom: 0px;
}

.title_area {
    float: left;
    display: inline;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.title_area span {
	    display: inline-block;
    text-align: center;
    height: 5px;
    width: 50px;
    background: none repeat scroll 0 0 #044d95;
}

/* --------------- End :: Title area -----------------*/


/*-- prime ---*/

.about-box > .icon { 
	text-align: center; 
	position: relative; 
}
.about-box > .icon > .image { 
	position: relative; 
	z-index: 2; 
	margin: auto; 
	width: 100px; 
	height: 100px; 
	border: 8px solid white; 
	line-height: 88px; 
	border-radius: 50%; 
/*	background: #843253; */
	vertical-align: middle; 
}
.about-box > .icon:hover > .image { 
	background: #333; 
}
.about-box > .icon > .image > i { 
	font-size: 36px !important; 
	color: #fff !important; 
}
.about-box > .icon > .image > .dept-name > i{
	margin:21px; 
}
.about-box > .icon:hover > .image > i { 
	color: white !important; 
}
.about-box > .icon > .info { 
	margin-top: -24px; 
	background: rgba(0, 0, 0, 0.04); 
	border: 1px solid #e0e0e0; 
	padding: 15px 0 0px 0;
	margin-left: 10px;
	-webkit-box-shadow: 3px 3px 5px -1px rgba(199,199,199,1);
	-moz-box-shadow: 3px 3px 5px -1px rgba(199,199,199,1);
	box-shadow: 3px 3px 5px -1px rgba(199,199,199,1);
}
.about-box > .icon:hover > .info { 
	background: rgba(0, 0, 0, 0.04); 
	border-color: #e0e0e0; 
	color: white; 
}
.about-box > .icon > .info > h3.title { 
	font-family: "Roboto",sans-serif !important; 
	font-size: 14px; 
	color: #222; 
	font-weight: bolder; 
}
.about-box > .icon > .info > p { 
	font-family: "Roboto",sans-serif !important; 
	font-size: 13px; 
	color: #666; 
	line-height: 1.5em; 
	margin: 20px;
	text-align: justify;
    min-height: 200px;
    height: 232px;
    overflow-y: auto;
    padding-right: 10px;
}
.about-box > .icon:hover > .info > h3.title, 
.about-box > .icon:hover > .info > p, 
.about-box > .icon:hover > .info > .more > a { 
	color: #222; 
}
.about-box > .icon > .info > .more a { 
	font-family: "Roboto",sans-serif !important; 
	font-size: 12px; 
	color: #222; 
	line-height: 12px; 
	text-transform: uppercase; 
	text-decoration: none; 
}
.about-box > .icon:hover > .info > .more > a { 
	color: #fff; 
	padding: 6px 8px; 
	background-color: #0454A2; 
}

.about-box > .icon > .info > .more > a { 
	color: #fff; 
	padding: 6px 8px; 
	background-color: #23B0ED; 
}
.about-box .space { 
	height: 30px; 
}
.about-box > .icon> .info > .more > a{
	color: #fff; 
	padding: 6px 8px; 
/*	background-color: #843253;*/
}
.about-box > .icon> .info > .more{
	background-color: #e2dee0; 
	padding: 15px;
}

.dept-box > .icon > .image > i.dept-name{
	font-size: 22px !important;
    position: relative;
    top: -5px;
    font-weight: bold;
}
.dept-box > .icon > .image > .dept-name2{
	font-size: 12px !important;
	font-weight: bolder;
    position: relative;
    top: -5px;
}

.about-box .info:hover
{
	color: #ccc;
	border: 1px solid white;
	cursor:pointer;
	/*box-shadow: 1px 1px 0px #999,
                2px 2px 0px #999,
                3px 3px 0px #999,
                4px 4px 0px #999,
                5px 5px 0px #999,
                6px 6px 0px #999;
	
  border-radius: 14px;
   -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
        transform: scale(1.02);*/
           box-shadow:
                1px 1px #999,
                2px 2px #999,
                3px 3px #999;
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
        -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
        transform: scale(1.02);
         border-radius: 14px;

         -webkit-animation: swing 1s ease;
        animation: swing 1s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;

    }


/* ------------ Start :: Few Words from Dean -------------------*/


.divider
{
	border-right: 4px solid #0566c7; 
	visibility: visible;
	animation-name: fadeInLeft;
}

.dean-img
{
	height:175px;width:175px
}

.dean-name
{
	font-size:18px;
	font-weight:bold;
	color:#6093ca
}

.dean-pos
{
	font-size:14px;font-weight:bold;color: #555652;
}

.dean-msg
{
	font-size:16px;margin: 12px;
}

/* ------------End Few Words from Dean -------------------*/
/* Animation */

/* .animated{
                -webkit-animation-duration:1s;
                animation-duration:1s;
                -webkit-animation-fill-mode:both;
                animation-fill-mode:both
            }

            @-webkit-keyframes fadeInLeft{
                0%{
                    opacity:0;
                    -webkit-transform:translateX(-200px);
                    transform:translateX(-200px)}
                100%{
                    opacity:1;
                    -webkit-transform:translateX(0);
                    transform:translateX(0)
                }
            }
            @keyframes fadeInLeft{
                0%{
                    opacity:0;
                    -webkit-transform:translateX(-200px);
                    -ms-transform:translateX(-200px);
                    transform:translateX(-200px)}
                100%{
                    opacity:1;
                    -webkit-transform:translateX(0);
                    -ms-transform:translateX(0);
                    transform:translateX(0)
                }
            }
            .fadeInLeft{
                -webkit-animation-name:fadeInLeft;
                animation-name:fadeInLeft
            }
*/
/* End animation */
/*-----------------------------------------------------------------------------------*/
/*	END ::::::::::::::::::::::: Faculties
/*-----------------------------------------------------------------------------------*/

.paddleft15{
 padding-left:15px;
}

.paddleft30{
 padding-left:30px;
 padding-top:0px;
}
.paddboth{
	padding-bottom:20px; 
	padding-top:30px; 
	padding-left:15px; 
	padding-right:15px;
}

.content_justify{
	text-align:justify;
}


@media screen and (max-width: 900px) and (min-width: 601px) {
	.paddleft15{
		 padding-left:15px;
		 padding-top:20px;
		}
	.paddleft30{
		 padding-left:30px;
		 padding-top:0px;
		}
		
	.paddleft0{
		 padding-left:0px;
		 padding-top:20px;
		}
	.padtop {padding-top:20px;}
	
	.paddboth{
	padding-bottom:20px; 
	padding-top:30px; 
	padding-left:15px; 
	padding-right:15px;
}
.paddboth00{
	padding-left:0px; 
	padding-right:0px;
}
}

@media screen and (max-width: 600px) and (min-width: 300px) {
	.paddleft15{
		 padding-left:0px;
		 padding-top:20px;
		}
	.paddleft30{
	 padding-left:0px;
	 padding-top:20px;
	}
	.padtop {padding-top:20px;}
	
	.paddboth{
	padding-bottom:20px; 
	padding-top:30px; 
	padding-left:15px; 
	padding-right:15px;
}
.paddboth00{
	padding-left:15px; 
	padding-right:15px;
	
}
}

/*-----Start:: Main Site :: Stamford - Left & Right side ;  ------------*/
	
		@media only screen and (min-width: 992px)
		{
			.left_right_pad_adjust
			{
				padding-left: 15px;
				padding-right: 15px;
			}

			
		}
	@media screen and (max-width: 600px) and (min-width: 300px) {
		.left_right_pad_adjust
			{
				padding-left: 15px;
				padding-right: 15px;
			}
			
			.paddboth00{
				padding-left:15px; 
				padding-right:15px;
				
			}

	}
	
	@media screen and (max-width: 900px) and (min-width: 601px) {
		.left_right_pad_adjust
			{
				padding-left: 15px;
				padding-right: 15px;
			}
	}
-----------------------------27835511019043
Content-Disposition: form-data; name="overwrite"

0