@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'Roboto-Light';
	font-weight:normal;
    src: url("../fonts/Light/Roboto-Light.ttf");
}
@font-face {
    font-family: 'Roboto-Regular';
	font-weight:normal;
    src: url("../fonts/Light/Roboto-Regular.ttf");
}
@font-face {
    font-family: 'Roboto-Thin';
	font-weight:normal;
    src: url("../fonts/Light/Roboto-Thin.ttf");
    
    
  
    
}
@font-face {
    font-family: 'Roboto-LightItalic';
	font-weight:normal;
    src: url("../fonts/Light/Roboto-LightItalic.ttf");
}

@font-face {
    font-family: 'segoeuisl';
	font-weight:normal;
    src: url("../fonts/segoeui/segoeuisl.ttf");
}

body
{
	font-family: 'Roboto-Regular' !important;color:#000000; font-size:14px; line-height:20px;
}
.background
{ 
	width:100%; height:auto; background:rgba(255,255,255,0.2);
}
.links{width:100%;float:left;height:auto;}
.links .breadcrumb{margin:20px 0px;}
@media screen and (max-width:1920px) and (min-width:1297px)
{
.container
{
	width:1280px; height:auto;
}

}
/*header_part*/
header
{
	width:100%; height:auto;  background-color:#ffffff; position:relative; z-index:1;
}
.header_part
{
	width:100%; height:auto;float:left;margin:5px 0px;
}
.header_logo
{
	width:100%; height:auto;
}
#padding_logo
{
	
}
.logo
{
	float:left; width:100%; height:auto;padding: 5px 0px;
}
.logo a
{
	float:left; width:100%; height:auto;
}
.logo a img
{
	float:left;  height:auto;
}

.header_menu
{
	width:100%; height:auto;
}
#padding_menu
{
	
}
.menu_part
{
	float:right;  height:auto; margin:20px 0px;
}
.menu
{
	float:left; width:auto; height:auto;
}
.menu ul
{
	float:left; width:100%; height:auto; padding:0px; margin:0px; position:relative; top:20px;
}
.menu ul li
{
	float:left; list-style:none;
}
.menu ul li a
{
	float:left; color:#000; text-decoration:none; font-family: 'Roboto-Light';font-size:16px;
}
.menu ul li:hover a
{
	color:#080838;
}

.menu ul li img
{
	float:left; position:relative; top:6px;
}
.menu_part img
{
	
}
.menu ul li:nth-child(even) 
{
	
}
.menu ul li:nth-child(odd) 
{
	padding-right:15px; padding-left:10px;
}
#padding_menu > div > img
{
	
}
.right_partheader
{
	float:right; width:auto; height:auto; position:relative; background-color:#0052a3; padding:7px 10px; border-radius:4px;cursor:default;	
}
.right_partheader1
{
	float:right; width:auto; height:auto; position:relative; background-color:#f17835; padding:7px 10px; border-radius:4px;cursor:default;	
}
/*.right_partheader:hover
{
	background-color:rgba(228,102,25,0.9);	
}*/
.right_partheader img
{
	float:left; width:auto; height:auto; position:relative; padding-right:5px;
}
.right_partheader ul
{
	float:left; width:auto; height:auto; padding-left:0px; margin-bottom:0px;
}
.right_partheader ul li
{
	list-style:none;
}
.right_partheader ul li:nth-child(odd){font-family: 'Roboto-Light'; font-size:14px; color:#ffffff; position:relative; top:-6px;}
.right_partheader ul li:nth-child(even){font-family: 'Roboto-Regular'; font-size:24px; color:#ffffff;}
.links-block{float:left; width:100%; height:auto;}
.tollfree {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.fee-pay {
    margin: 0 20px 0 0;
}
.fee-pay a.btn {
    background: #c31424;
    color: #fdfdfd;
    font-size: 18px;
    padding: 10px 16px;
    font-weight: 500;
}	
.fee-pay a.btn:hover {
    background: #014076;
}

.right_partheader1 ul
{
	float:left; width:auto; height:auto; padding-left:0px; margin-bottom:0px;
}
.right_partheader1 ul li
{
	list-style:none;
}
.right_partheader1 ul li:nth-child(odd){font-family: 'Roboto-Light'; font-size:14px; color:#ffffff; position:relative; top:-6px;}
.right_partheader1 ul li:nth-child(even){font-family: 'Roboto-Regular'; font-size:24px; color:#ffffff;}
.links-block{float:left; width:100%; height:auto;}

.myButtonOrange {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25));
	background:-moz-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-webkit-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-o-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-ms-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25',GradientType=0);
	background-color:#ffc477;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #cc9f52;
}
.myButtonOrange:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477));
	background:-moz-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:-webkit-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:-o-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:-ms-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:linear-gradient(to bottom, #fb9e25 5%, #ffc477 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477',GradientType=0);
	background-color:#fb9e25;
}
.myButtonOrange:active {
	position:relative;
	top:1px;
}



.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5));
	background:-moz-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-webkit-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-o-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-ms-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5',GradientType=0);
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528ecc;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff));
	background:-moz-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:-webkit-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:-o-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:-ms-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff',GradientType=0);
	background-color:#378de5;
}
.myButton:active {
	position:relative;
	top:1px;
}


@media screen and (max-width:991px) and (min-width:768px)
{
.menu ul{top:8px;}
.menu ul li:nth-child(odd){padding-left:8px; padding-right:11px;}
.logo a img{width:218px;}
/*#padding_menu > div >a > img{float:right; width:174px;}*/
.right_partheader{padding: 6px 8px;}
.right_partheader img{ height:37px;}
.right_partheader ul li:nth-child(odd){ font-size:13px;}
.right_partheader ul li:nth-child(even){ font-size:18px;}
.tollfree {
    width: auto;
    float: right;
}
}
@media screen and (max-width:767px) and (min-width:481px){
	.menu_part {
    float: none;
    margin: 0 0 15px 0;
}
	#padding_menu{ padding:0px;}
	}
@media screen and (max-width:480px) and (min-width:1px)
{
.logo a img{width:auto; height:61px;}
.menu ul li:nth-child(odd){ padding:0px 4px 0px 6px;}
.menu ul{ top:0px;}	
.menu_part{ margin:5px 0px; float:none}
#padding_menu{ padding:0px;}
#padding_menu > div > a > img{ width:auto; height:38px; margin:5px 0px}
.menu ul li a{font-size:14px;}
.menu {
    width: 100%;
    float: none;
    margin: 0px auto;
    display: block;
    max-width: 267px;
}
}
/*header_part*/
/*nav_part*/
.menu_partnav
{
	width:100%;	background-color: rgba(1, 64, 117,1); float:none;
}
.nav > li > a
{
	color:#ffffff;  font-family: 'Roboto-Light'; font-size:16px;
}

.nav > li:active > a
{
	color:#080838; font-family: 'Roboto-Light';
}
.nav > li > a:hover
{
	color:#080838; font-family: 'Roboto-Light';
}
.menupart_nav
{
	float:left; width:100%; height:auto;
}
.navarrow
{
	float:left; width:auto; height:auto; position:relative; top:6px; 	
}
@media (min-width: 991px) {
ul.nav li.dropdown:hover > ul.dropdown-menu 
{
display: block;
}
}
@media screen and (max-width:1920px) and (min-width:1297px)
{
.navarrow{ padding:0px 7px 0px 8px;}
.nav > li > a
{
	 font-size:15px;
}
#padding_nav{ padding:0px;}
}
@media screen and (max-width:1296px) and (min-width:1200px)
{
.nav > li > a { padding:10px 13px;}
.nav > li > a
{
	 font-size:16px;
}
#padding_nav{ padding:0px 0px 0px 5px;}
.navarrow{ 0px 1px 0px 2px}
}
@media screen and (max-width:991px) and (min-width:1px)
{
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{position:absolute; width:100%; background-color: rgba(228,102,25,0.9);}
.navarrow{ display:none;}

}
@media screen and (max-width:1920px) and (min-width:992px)
{
.menu_partnav{position: relative;top:0px;z-index: 1;}
.carousel-control{top:52%;}
}

@media screen and (max-width:1199px) and (min-width:992px)
{
.nav > li > a{padding:15px 7px; font-size:14px;	}
}
.dropdown-menu > li > a
{
	font-family: 'Roboto-Light'; color:#ffffff;cursor:pointer;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus 
{
	background-color:#080838; color:#fff; text-decoration:none;
}
.dropdown-menu > li > a 
{
	padding:9px 14px;	
}
.dropdown-menu{ padding:0px; background-color:rgb(2, 64, 116);min-width: 180px;}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {background-color:#080838;}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color:#080838;border-color:#080838; }
.navbar-inverse .navbar-toggle {}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { margin:0px;}
/*nav_part*/
/*banner_part*/
.item img{ float:left; width:100%;}
.banner_part{position:relative; float:left;}
@media screen and (max-width:1920px) and (min-width:1200px)
{
.carousel-caption h1{float:left; font-family: 'Roboto-Thin'; width:55%; text-align:left; margin:0px;padding:25px; background-color:rgba(6,14,28,0.7); line-height:42px;}
.carousel-caption{padding:0px; bottom:35%; left:18%;}

}
@media screen and (max-width:1199px) and (min-width:992px)
{
.carousel-caption h1{float:left; font-family: 'Roboto-Thin';  text-align:left; margin:0px;padding:16px; background-color:rgba(6,14,28,0.7); width:100%; font-size:24px;}
.carousel-caption{ padding:0px 40px; float:left; width:100%; right:0%; left:0%; margin-bottom:25px;}

}
@media screen and (max-width:991px) and (min-width:768px)
{
.carousel-caption h1{float:left; font-family: 'Roboto-Thin';  text-align:left; margin:0px;padding:10px; background-color:rgba(6,14,28,0.7); width:100%; font-size:20px;}
.carousel-caption{ float:left; width:100%; right:0%; left:0%; bottom:0px; padding:0px 0px;}
}

@media screen and (max-width:767px) and (min-width:481px)
{
.carousel-caption h1{float:left; font-family: 'Roboto-Thin';  text-align:left; margin:0px;padding:10px 10px; background-color:rgba(6,14,28,0.7); font-size:18px; width:100%;}
}
@media screen and (max-width:480px) and (min-width:1px)
{
.carousel-caption h1{float:left; font-family: 'Roboto-Thin';  text-align:left; margin:0px;padding:25px; background-color:rgba(6,14,28,0.7);}
.carousel-control{ width:14%;}
.carousel-caption { display:none;}

}
/*banner_part*/

/*workpart_top*/
#work_parttop {
    width: 100%;
    height: auto;
    background-color: #efefef;
    float: left;
}
.work_parttop {
    width: 100%;
    height: auto;
    margin-bottom: 60px;
    float: left;
    margin-top: 110px;
}
#department_events
{
	width: 100%;height: auto;
}
.department_events
{
	width: 100%;height: auto; float:left; background-color:#0052a3;border-radius: 10px;
}
.images_events
{
	position:absolute; top:-61px;  float:left; width:100%;
}
.images_events img
{
	width: auto;height: auto; margin-left:auto; margin-right:auto;display: block;position: relative;text-align: center; transition-duration: 0.8s;transition-property: transform;
}
.department_events:hover .images_events img
{
    -ms-transform: rotate(360deg);-webkit-transform: rotate(360deg);transform: rotate(360deg);
}
.department_events:hover
{
	cursor: pointer;	
}
.text_events {
    float: none;
    width: 100%;
    min-height: 130px;
    display: block;
    margin: 0px auto;
    text-align: center;
    margin-top: 45px;
    position: relative;
    padding: 15px 20px;
}
.text_events h3
{
	float: none;margin: 0px 0px 10px 0px; font-size:20px; color:#ffffff;  font-family: 'Roboto-Regular';
}
.text_events p {
    float: none;
    font-size: 15px;
    color: #ffffff;
    font-family: 'Roboto-Light';
    margin: 0px;
    text-align: center;
}

@media screen and (max-width:480px) and (min-width:1px)
{
.images_events{ top:15px; left:-25px; }
.department_events{ margin:25px 0px 10px 0px;}
#padding_department > div{ margin-bottom:10px;}
#padding_campus > div{margin-bottom:10px;}
#padding_antiragging > div{margin-bottom:10px;}
.images_events img{ width:auto; height:58px; float:left;}
.text_events{ position:relative; padding:10px 6px 10px 37px; margin-top:0px;}
.text_events h3{ font-size:18px;margin: 0px 20px 10px 0px;}
.text_events p{ font-size:13px;}
.logo a img{width: auto;height: 54px;float: none;margin-left: auto;margin-right: auto;display: block; }
}
@media screen and (max-width:767px) and (min-width:481px)
{
#padding_department > div{ margin-bottom:10px;}
#padding_campus > div{margin-bottom:10px;}
#padding_antiragging > div{margin-bottom:10px;}	
.images_events img{ width:auto; height:70px; float:right;}
.logo a img{width: auto;height: 90px;float: none;margin-left: auto;margin-right: auto;display: block; }
/*#padding_menu > div > a > img{width: auto;height: 37px;position: relative;top: 0px;}*/
.menu ul{ top:7px;}
.menu ul li:nth-child(odd){ padding:0px 7px;}
.carousel-control{ width:9%;}
.carousel-caption{ float:left; text-align:left; width:100%; right:0%; left:0%; padding:0px 0px; bottom:0px;}
.images_events{top:-50px; float:right; left:-42%;}
.department_events{ margin:40px 0px 15px 0px;}
.work_parttop{ margin:15px 0px 15px 0px;}
.images-announcement{ font-size:24px;}
.text_events{ position:relative; margin-top:0px; padding:20px 5px;}
.tollfree {
    width: auto;
    float: none;
    text-align: center;
}
.tollfree a {
    float: none !important;
}
.tollfree img {
    height: 50px !important;
}
}


/*workpart_top*/
/*workpart_middle*/
#work_partmiddle
{
	width:100%; float:left;
}
@media screen and (max-width:1920px) and (min-width:1200px)
{
#work_partmiddle{background-image:url(../images/backgroundtopworkpart.png);background-repeat:no-repeat;background-position:center center;height:357px; padding:40px 0px;}	
}
@media screen and (max-width:1199px) and (min-width:992px)
{
#work_partmiddle{height:auto; background-color:#ffffff; padding:25px 0px;}
}
@media screen and (max-width:991px) and (min-width:768px)
{
#work_partmiddle{height:auto; background-color:#ffffff; padding:20px 0px;}
}
@media screen and (max-width:767px) and (min-width:481px)
{
#work_partmiddle{height:auto; background-color:#ffffff; padding:15px 0px;}
}
@media screen and (max-width:480px) and (min-width:1px)
{
#work_partmiddle{height:auto; background-color:#ffffff; padding:15px 0px;}
}

.workarea
{
	width:100%;float:left;height:auto;
}
.description
{
	width:100%;float:left;height:auto;
}
.description p
{
	float:left;
}
#work_partmiddle > div > div > div > div:nth-child(1) > div > p:nth-child(1)
{
	font-family: 'Roboto-LightItalic'; font-size:20px; color:#000000; line-height:30px; margin-bottom:23px;
}
.professional-education {
	width:100%;float:left;
}
.professional-education p {
	
   font-family: 'Roboto-Light'; font-size:16px; color:#000000; line-height:25px; margin-bottom:30px;padding-right: 190px;	
}
.education-logo {
	width: auto;float: right;position: absolute;right: 6px;
	}
#work_partmiddle > div > div > div > div:nth-child(1) > div > p:nth-child(2)
{
	
}
#work_partmiddle > div > div > div > div:nth-child(1) > div > p:nth-child(2) > span > u
{
	font-family: 'Roboto-LightItalic'; font-size:16px; line-height:24px;
}

.description span
{
	font-family: 'Roboto-Light';font-size:16px;line-height:28px;color:#000;
}
.founderblock
{
	width:100%;float:left;height:auto;background-color:#f2f2f2;position:relative;padding:10px 15px;;
}
.founder
{
	width:100%;float:left;height:auto;padding-left:5px; position:relative; z-index:1;
}
.founder h6
{
	color:#1ea82a;font-size:20px;font-family: 'Roboto-Regular';  margin: 0px;border-bottom: 1px solid #d6d6d6;padding-bottom:10px; float:left; width:100%; height:auto;
}
.founder p
{
	font-size:15px;font-family: 'Roboto-Light'; float:left; width:100%; height:auto; padding:10px 0px; margin:0px; line-height:23px;
}
.founder span{}
.founder a
{
	text-decoration:none;color:#ff6200;font-size:16px;font-family: 'Roboto-Light';  width:auto; height:auto; margin-bottom:6px; padding-bottom: 13px;
}
.founder a:hover
{
	color:#080838;	
}

.founderimage
{
	width:100%;float:right;height:auto;
}
#work_partmiddle > div > div > div > div:nth-child(2) > div > div.founderimage > img
{
	 width:auto; height:auto;
}
/*workpart_middle*/

/*workpart_bottom*/
#workpart_bottom
{
	float:left; width:100%; 
}
@media screen and (max-width:1920px) and (min-width:1200px)
{
#workpart_bottom{background-image:url(../images/parallax.jpg);background-repeat:no-repeat;background-position:center center;padding:70px 0px;}
.founderimage
{
	position:absolute;right:6px;
}
.founder
{
	padding-right:235px;
}
#work_partmiddle > div > div > div > div:nth-child(2) > div > div.founderimage > img
{
	float:right; width:auto; height:auto;
}
}
@media screen and (max-width:1199px) and (min-width:1px)
{
#workpart_bottom{ background-color:#e8e8e8; height:auto;padding:35px 0px;padding-bottom:15px;}	
}
#work_partbottom
{
	 width:100%; height:auto;
}
#workpart_bottomright
{
	width:100%; height:auto;
}
.workpart_bottomright
{
	float:left; width:100%; height:auto;background-color:#fff;padding:9px;
}
.workpart_bottomright h1
{
	float:left; width:100%; height:auto; margin:0px; font-family:'Roboto-Regular'; color:#1ea82a; font-size:26px;
}
.workpart_bottomright h5
{
	float:left; width:100%; height:auto; margin:0px; color:#188722; font-family: 'Roboto-Light'; font-size:24px;
}
.workpart_bottomright .workbottom_partstyle
{
	float:left; width:100%; height:auto; margin:0px; list-style:url(../images/bottomarrow.png); padding-left:18px; margin-bottom:28px;
}
.workpart_bottomright .workbottom_partstyle li
{
	float:left; width:100%; height:auto; margin:0px 0px 8px 0px; 
}
.workpart_bottomright .workbottom_partstyle li:nth-child(8)
{
	margin-bottom:0px;
}
.workpart_bottomright .workbottom_partstyle li a
{
	 width:100%; height:auto; text-decoration:none; color:#ff6200;font-family: 'Roboto-Regular';font-size:16px;
}
.workpart_bottomright .workbottom_partstyle li a:hover
{
	color: #080838;
}
@media screen and (max-width:1296px) and (min-width:1200px)
{
	.workpart_bottomright .workbottom_partstyle li
{
	float:left; width:100%; height:auto; margin:0px 0px 4px 0px; 
}
}
@media screen and (max-width:1199px) and (min-width:992px)
{
	.workpart_bottomright .workbottom_partstyle li
{
	float:left; width:100%; height:auto; margin:0px 0px 3px 0px; 
}
.workpart_bottomright .workbottom_partstyle
{
	margin-bottom:0px;
}
}
.workpartbottom_left
{
	width: 100%;height: auto;	
}
#workbottom_right
{
	width: 100%;height: auto;
}
.right-news-next
{
	float: left;width: 100%;height: auto;background-color:#fff;padding:10px 15px;
}
.newsticker
{
	float: left; width: 100%; height: auto; 
}
.images-announcement
{
	margin: 0px;padding:0px;color: #1ea82a;;font-size:26px; font-family: 'Roboto-Regular';
}
.newsticker p
{
	color:#000; font-family: 'Roboto-Regular'; float:left; width:100%; height:auto; font-size:14px;margin:5px 0px;
}
.workpart_bottomright p
{
    color:#000; font-family: 'Roboto-regular'; float:left; width:100%; height:auto; font-size:14px;margin:5px 0px;	
}
.wrapper 
{
 	width: 100%;float: left;height: auto; 
}
.wrapper ul
{
 	width: 100%;float: left;height: 208px !important; overflow:hidden; position:relative; padding-left:0px;margin:0px;
}
.wrapper ul li
{
 	list-style:none; float:left; margin-bottom:10px;padding:0px;width: 100%;
}
.news-latest
{
 	width:100%; height:auto; float:left; position:relative;margin: 0px; padding-bottom: 0px;padding:15px 0px;
}
.news-left
{
 	float:left; width:100%; height:auto; 
}
.news-left img
{
	float:left; width:auto; height:auto;
}
.news-bottom
{
 float:left;width:100%; height:auto; position:relative; z-index:0;
}
.news-bottom p
{
	color: #6d6d6d; float:left; width:100%; margin-bottom:0px; font-family: 'Roboto-Light'; font-size:12px; 
}
.news-bottom span
{
	font-size: 15px;margin:0px;width: 100%;height: auto;float: left;
}
.wrapper a
{
	float:left; color:#ff6200; margin:0px; font-family: 'Roboto-Light'; text-decoration:none; font-size:15px; line-height:20px;
}
.wrapper a:hover
{
	color: #080838;
}

/*newsticker_start*/


@media screen and (max-width:1920px) and (min-width:1200px)
{

.news-ticker-top
{
 padding-left: 172px;float: left;width: 100%; height:101px; padding-top:14px;
}
.news-ticker
 {
	position: relative;top: -59px; 
}
#newscontent
{
	width: 97% !important;
}
.right-news-next
{
	position:relative;
}
#newtickeer_padding
{
	padding:0px;	
}
.news-left img
{
	position:relative; top:5px; z-index:1; right:2px; width:110px;
}
.news-left
{
 	position:absolute;  
}
.news-bottom
{
  padding-left:126px;
}
}
@media screen and (max-width:1296px) and (min-width:1200px)
{
#newtickeer_padding{ padding:0px;}
.newsticker p{ margin-bottom:0px;}
.news-left img
{
	position:relative; top:6px; z-index:1; right:2px; width:110px;
}
#workpart_bottom{ padding:65px 0px 40px 0px; }
.wrapper ul{height:235px !important;}
}
@media screen and (max-width:1199px) and (min-width:992px)
{
.news-ticker-top
{
	padding-left: 172px;float: left;width: 100%; height:101px; padding-top:5px;
}
.news-ticker
{
	position: relative;top: -59px; 
}
#newscontent
{
	width: 97% !important;
}
.right-news-next
{
	position:relative; margin-bottom:18px;	
}	
}
@media screen and (max-width:991px) and (min-width:768px)
{
.news-ticker-top
{ 
	padding-left: 172px;float: left;width: 100%; height:130px; padding-top:5px; padding-right:5px; padding-bottom:5px;
}
.latestnews .news 
{ 
	height:130px;
}
.news-ticker
{
	position: relative;top: -20px; 
}
#newscontent
{
	width: 100% !important;
}	
}
@media (max-width: 767px) and (min-width: 1px)
{
.news-ticker-top 
{ 
  float: left;width: 100%; padding:10px;
}	
.latestnews .news 
{ 
	display:none;
}
.news-ticker
{
	position: relative;
}
}
/*newsticker_start*/
.part_stylework
{
	width: 100%; height:auto;
}
#part_stylework
{
	width: 100%; height:auto; float:left; /*padding:20px 20px;*/
}
#video_Part
{
	width: 100%; height:auto;
}
.videopart_right
{
	float: left;width: 100%; height:auto;background-color:#fff;padding:12px;padding-bottom:16px;
}
.videopart_right h2
{
	float: left;width: 100%; height:auto; margin:0px 0px; color:#1ea82a;  font-family: 'Roboto-Regular'; 
}
.videopart_right p
{
	float: left;width: 100%; height:auto; margin:0px 0px; font-family: 'Roboto-regular'; margin-bottom:25px; color:#000;
}
#videopart
{
	float: left;width: 100%; height:auto;
}
#videopart iframe
{
	float:left; width: 100%; height:223px;
}
#videopart .owl-pagination{display: none !important;}
.owl-prev{background-image: url("../images/left-arrow.png"); background-repeat: no-repeat; font-size: 0 !important; height: 27px; width: 27px; position: absolute; right: 30px; top: -60px;}
.owl-next{background-image: url("../images/right-arrow.png"); background-repeat: no-repeat; font-size: 0 !important; height: 27px; width: 27px; position: absolute; right: -5px; top: -60px;}

#padding_totalright
{
	
}
/*workpart_bottom*/
@media screen and (max-width:1920px) and (min-width:1200px){
#padding_bottomright{ width:28.33%; padding-right:0px;}
#padding_totalright{width: 71.66666667%;}

.news-bottom p{ margin-bottom:1px;}
/*#part_stylework{background-color:#ffffff;}*/
#video_padding{padding-right:0px;}
}

/*footer*/
/*SUBFOOTER PART CSS*/
.subfooter
{
	float: left; width: 100%; height: auto; position: relative; padding-top: 30px; padding-bottom: 23px; background-color:#ffffff;
}
.subfooter-leftwidth
{
	float: left; width: 50%; height: auto; position: relative;
}
.subfooter-rightwidth
{
	float: left; width: 50%; height: auto; position: relative;
}
.subfooter-list
{
	float: left; width: 100%; height: auto; position: relative;
}
.subfooter-list .about
{
	float: left; width: 100%; height: auto; position: relative;
}
.subfooter-list .about h4
{
	font-size: 20px; color:#1ea82a; margin: 0px; font-family: 'Roboto-Regular'; padding-bottom: 20px;
}
.subfooter-list ul
{
	float: left; width: 100%; height: auto; position: relative; margin: 0px; padding-left: 0px; list-style: none;
}
.subfooter-list ul li
{
	display: block; padding-bottom: 7px;
}
.subfooter-list ul li a
{
	font-family: 'Roboto-regular'; font-size: 15px; color: #000;
}
.subfooter-list ul li:hover a
{
	color:#d55304;
}
.subfooter-list ul li a:hover
{
	text-decoration: none; 
}
/*SUBFOOTER PART CSS*/
/*FOOTER PART CSS*/
.footer
{
	float: left; width: 100%; height: auto; position: relative; padding: 10px 0px; background-color: #363e3e;
}
.copyright
{
	float: left; width: 100%; height: auto; position: relative;
}
.copyright p
{
	font-family: 'Roboto-Light'; font-size: 16px; color: #fff; margin: 0px; padding-top: 8px;
}
.socialicons
{
	float: right; width: auto; height: auto; position: relative;
}
.socialicons p
{
	font-family: 'Roboto-Light'; font-size: 16px; color: #fff; margin: 0px; float: left; padding-top: 8px; padding-right: 15px;
}
.socialicons ul
{
	float: left; width: auto; margin: 0px; padding-left: 0px; list-style: none;
}
.socialicons ul li
{
	display: inline;padding-right:3px;
}
.socialicons ul li img
{
	-webkit-transition: all 0.6s; transition: all 0.6s; 
}
.socialicons ul li img:hover
{
	background-color: #fff; border-radius: 50%; -webkit-transition: all 0.6s; transition: all 0.6s; transform: rotateY(360deg);
}
/*MEDIA QUERIES*/
@media screen and (max-width:1199px) and (min-width:768px){
/*SUBFOOTER PART CSS*/	
.subfooter-leftwidth{width: 100%;}	
.subfooter-rightwidth{padding-top: 23px; width: 100%;}
/*FOOTER PART CSS*/
.copyright p{padding-top: 0px;}
.owl-prev{top: -84px;}
.owl-next{top: -84px;}

}
@media screen and (max-width:767px) and (min-width:1px){
/*SUBFOOTER PART CSS*/	
.subfooter-leftwidth{width: 100%;}
.subfooter-rightwidth{width: 100%;}
.subfooter-list .about h4{font-size: 18px;padding-top: 15px;}
/*FOOTER PART CSS*/
.socialicons{float: left; width: 100%; padding-top: 0px;}
.socialicons p,.copyright p{font-size: 14px;    padding-bottom: 9px;}
}
@media screen and (max-width:767px) and (min-width:600px){
/*SUBFOOTER PART CSS*/	
.subfooter-rightwidth{padding-top: 23px; width: 100%;}
.xs-width{width: 33.333333% !important;}
}
@media screen and (max-width:599px) and (min-width:481px){
/*SUBFOOTER PART CSS*/	
.subfooter-list{padding-bottom: 10px;}
.xs-width{width: 50% !important;}
}
/*footer*/

@media screen and (max-width:1199px) and (min-width:992px)
{
.founderimage{position:absolute;right:6px;}	
.founder{padding-right:235px;}
.news-left{position:absolute;top:11px;}
.news-bottom{padding-left:113px;}
#part_stylework{background-color:#ffffff;}
.work_parttop{ margin-bottom:30px;}
.department_events{ height:223px;}
.images_events{ top:-46px;}
.images_events img{ height:87px;}
.text_events{ margin-top:31px;}
#work_partmiddle > div > div > div > div:nth-child(2) > div > div.founderimage > img{float:right;}
.wrapper ul{ height:215px !important;}
/*.wrapper ul li:nth-child(even){ margin:15px 0px 20px 0px;}*/
.videopart_right p{ margin-bottom:15px;}
.news-left img{ width:100px;}
#part_stylework{ padding:20px 10px;}
.wrapper a{ font-size:14px;}
.wrapper ul li{ margin-bottom:2px}
.wrapper a{line-height:20px;}
}
/*@media screen and (max-width:991px) and (min-width:768px)
{
.founderimage{position: relative; float:left;}
.founder{}
#work_partmiddle > div > div > div > div:nth-child(2) > div > div.founderimage > img{ float:left;}
.news-left{position:absolute;}
.news-bottom{padding-left:136px;}	
#part_stylework{background-color:#ffffff; padding:20px 10px;}
#padding_department > div{ margin-bottom:15px;}
#padding_campus > div{margin-bottom:15px;}
#padding_antiragging > div{margin-bottom:15px;}	
.work_parttop{ margin:20px 0px;}
#department_events{ padding-left:33px;}
.images_events{ position:absolute; top:6px; float:left; width:100%; left:-40px;}
.images_events img{ float:left; height:80px;}
.text_events{ float:left; position:relative; padding:10px 6px 10px 49px; margin-top:0px;}
.banner-right{ position:relative; top:34px;}
.banner-left{position:relative; top:34px;}
.right-news-next{ margin-bottom:10px;}
.wrapper ul li{ margin-bottom:25px;}
.wrapper a{ font-size:14px;}
.wrapper a{ line-height:20px;}
}*/
@media screen and (max-width:991px) and (min-width:768px)
{
.founderimage{position: relative; float:left;}
.founder{}
#work_partmiddle > div > div > div > div:nth-child(2) > div > div.founderimage > img{ float:left;}
.news-left{position:absolute; top:2px;}
.news-bottom{padding-left:136px;top:-9px;} 
#part_stylework{background-color:#ffffff; padding:20px 10px;}
#padding_department > div{ margin-bottom:15px;}
#padding_campus > div{margin-bottom:15px;}
#padding_antiragging > div{margin-bottom:15px;}
.work_parttop{ margin:0px 0px 20px 0px;}
.department_events{height: auto;}
.images_events{ position:absolute; top:6px; float:left; width:100%; left:-40px;}
.images_events img{height:80px; position:relative; left:42px; bottom:42px;}
.text_events{ float:left; position:relative; margin-top:30px;}
.banner-right{ position:relative; top:34px;}
.banner-left{position:relative; top:34px;}
.right-news-next{ margin-bottom:10px;}
.wrapper ul li{ margin-bottom:35px;}
.wrapper a{ font-size:14px;}
.wrapper a{ line-height:20px;}
div#padding_department{padding:50px 15px 20px 15px;}
div#padding_campus{padding:50px 15px 20px 15px;}
div#padding_antiragging{padding:50px 15px 20px 15px;}
div#padding_studentscharter{padding:50px 15px 20px 15px;}
.workpart_bottomright{margin-bottom:20px;}
.wrapper ul{height:225px !important;}
}

@media screen and (max-width:767px) and (min-width:481px){
#work_partmiddle > div > div > div > div:nth-child(1) > div > p:nth-child(1){ font-size:18px;}
#work_partmiddle > div > div > div > div:nth-child(1) > div > p:nth-child(2) { font-size:14px; margin-bottom:15px;}
.founder p{ font-size:14px;}
.founderimage{position:absolute;right:6px;}
.founder{padding-right:235px;}
.workpart_bottomright .workbottom_partstyle li a{ font-size:14px;}
.workpart_bottomright h5{ font-size:20px;}
.workpart_bottomright h1{ font-size:30px;}
.news-left{ position:absolute;}
.news-bottom{padding-left:128px;}
#part_stylework{ padding:0px 0px;}
.text_events p{ font-size:14px;}
.text_events h3{ font-size:18px;}
#newtickeer_padding{ padding:0px 10px;}
.wrapper ul{height: 210px !important;}
#workpart_bottom{padding-bottom:30px;}
.right-news-next{margin-bottom:20px;}
#video_Part{ background-color:#ffffff; margin-bottom:20px; padding:10px 0px; float:left;}
#video_padding{ padding:0px 10px;}
.videopart_right h2{ font-size:24px;}
.videopart_right p{ margin-bottom:10px;}
#workbottom_right{ background-color:#ffffff; margin-bottom:20px; padding:10px 0px; float:left;}
.workpart_bottomright{ padding:10px 15px;margin-bottom:20px;}
.banner-left{width: auto;height: 50px;position: relative;top: 20px;}
.banner-right{width: auto;height: 50px;position: relative;top:20px;}
#work_partmiddle > div > div > div > div:nth-child(2) > div > div.founderimage > img{float:right; height:196px;}
.wrapper a{ font-size:15px;}
.wrapper ul li{ margin-bottom:21px;}
.right_partheader{ padding:3px 8px;margin-bottom: 2px;margin-top: 8px;}
.right_partheader img{ height:30px; position:relative; padding-right:5px; top:5px;}
.right_partheader ul li:nth-child(odd){ font-size:12px; top:-2px;}
.right_partheader ul li:nth-child(even){ font-size:16px; position:relative; top:-3px;}
.wrapper a{ line-height:20px;}
}
@media screen and (max-width:480px) and (min-width:1px){
#work_partmiddle > div > div > div > div:nth-child(1) > div > p:nth-child(1){ font-size:16px;    line-height: 25px;}
#work_partmiddle > div > div > div > div:nth-child(1) > div > p:nth-child(2) { font-size:13px;margin-bottom:20px;}
.founder p{ font-size:13px;}
.professional-education p {font-size: 14px;margin-bottom:10px;padding-right:0px;}
.education-logo {width:auto;float:none;position:relative;right:0px;max-width:176px;display:block;margin:0px auto;}

.founderimage{ position:relative;}
.workpart_bottomright .workbottom_partstyle li a{ font-size:13px;}
.workpart_bottomright .workbottom_partstyle li {margin-bottom:5px;}
.workpart_bottomright h5{ font-size:20px;}
.workpart_bottomright h1{ font-size:20px;}
.news-bottom{}
.news-left{ display:none;}
#newtickeer_padding{ padding:0px;}
.images-announcement{ font-size:20px;}
#workbottom_right{ margin-bottom:15px; padding:15px 15px; float:left; background-color:#ffffff;}
#part_stylework{ padding:0px;}
#video_Part{background-color: #ffffff;padding: 15px 15px;margin-bottom: 15px; float:left;}
#video_padding{ padding:0px;}
.videopart_right p{ margin-bottom:10PX;}
.right-news-next{margin-bottom:15px;}
.wrapper a{ font-size:12px;}
.workpart_bottomright{ padding:10px 10px;margin-bottom:15px;}
.banner-left{width: auto;height: 50px;position: relative;top: 10px;}
.banner-right{width: auto;height: 50px;position: relative;top: 10px;}
#workpart_bottom{padding:20px 0px;}
.work_parttop{ margin:15px 0px;}
#department_events{ padding-left:20px;}
/*#padding_menu > div > a{ float:left; width:100%; position:absolute; left:0px; top:28px;}
#padding_menu > div > a > img{ float:left;}*/
#work_partmiddle > div > div > div > div:nth-child(2) > div > div.founderimage > img{margin:0px auto; display:block;width: 150px;}
.right_partheader{padding: 0px 5px; float:left;     margin: 10px 0px 5px 0px;}
.right_partheader img{ float:left; height:30px; top:0px;}
.right_partheader ul li:nth-child(odd){ font-size:12px; top:0px;}
.right_partheader ul li:nth-child(even){ position:relative; top:-3px; font-size:14px;}
.wrapper a{ line-height:20px;}
.wrapper ul{height: 140px !important;}
.tollfree {
    width: auto;
    float: none;
    margin: 0px auto;
    display: block;
    max-width: 150px;
}

}
@media screen and (max-width:1296px) and (min-width:1200px){
.carousel-caption h1{ width:73%;}	
.carousel-caption{ bottom:18%;}
#padding_totalright{ padding-left:7px;}
.wrapper a{ font-size:14px; line-height:23px;}
#admission_padding{    width: 28.3%;}
#coureses_padding{ width:38.3%;}
}
@media screen and (max-width:1568px) and (min-width:1297px){
.carousel-caption h1{ width:60%;}	
.carousel-caption{ bottom:18%;}	
}
@media screen and (max-width:1296px) and (min-width:1200px)
{
.department_events{ height:200px;}

.videopart_right p{ margin-bottom:12px;}
#work_partmiddle > div > div > div > div:nth-child(1) > div > p:nth-child(1){ margin-bottom:8px;}
#newtickeer_padding > div > div > p{ margin-bottom:9px;}
.owl-prev{top:-86px;}
.owl-next{top:-86px;}
.wrapper ul li{ margin-bottom:5px;}
}
@media screen and (max-width:1920px) and (min-width:1297px){
#admission_padding{    width: 28.3%;}
#coureses_padding{ width:38.3%;}
#coureses_padding > div > div:nth-child(3) > h4{ margin-top:15px;}

#newtickeer_padding > div > div > p{ margin-bottom:10px;}
/*.newsticker .wrapper ul{ height:210px !important;}*/
.wrapper ul li{ margin-bottom:5px;}
.videopart_right p{ margin-bottom:12px;}
}


/*inner_page_about_college_start*/
#workpart_about
{
	float:left; width:100%;height:auto;	
}
.workpart_about
{
	float:left; width:100%; height:auto;
}
.workpart_about h2
{
	color:#188722; font-family: 'Roboto-Light';
}
.workabout_image
{
	float:left; width:auto; height:auto;margin:0px 12px 2px 0px;position: relative; overflow: hidden; z-index:1000;transition: all 0.9s ease-out;
}
.workabout_image img
{
	    transition: all 0.9s ease-out;
}
.workabout_image:hover img
{
	transform:scale(1.1);	-ms-transform:scale(1.1);  -webkit-transform:scale(1.1);   -webkit-transition-duration: 0.9s; -moz-transition-duration: 0.9s; transition-duration: 0.9s; 
}

.aboutpart_text
{
	/*float:left*/; width:100%; height:auto;
}
.aboutpart_text p
{
	color:#525252; font-family: 'Roboto-Light'; font-size:15px; /*float:left;*/ width:100%; margin-bottom:12px; line-height:24px;
}
.about_data
{
	float:left; width:100%;height:auto;
}
.about_data p
{
	color:#525252; font-family: 'Roboto-Light'; font-size:16px; float:left; width:100%; margin-bottom:0px; line-height:24px;margin-top:13px;
}
#workpart_auditorium
{
	float:left; width:100%; height:auto;
}
.auditorium_part
{
	float:left; width:100%; height:auto;
}
.auditorium_part h2
{
	float:left; width:100%; height:auto; margin:0px; color:#188722; font-family: 'Roboto-Light';
}
.auitoriumpart_images
{
	float:left; width:100%; height:auto;
}
#workpart_lecturetheatres
{
	float:left; width:100%; height:auto;
}
.lecturetheatres_part
{
	float:left; width:100%; height:auto;
}
.lecturetheatres_part h2
{
	float:left; width:100%; height:auto;margin:0px; color:#188722; font-family: 'Roboto-Light';
}
.lecturetheatres_part p
{
	float:left; width:100%; height:auto;margin:0px; line-height:21px; color:#525252; font-size:16px;font-family: 'Roboto-Light';
}
#workpart_lab
{
	float:left; width:100%;height:auto;
}
#workpart_demonstrationrooms
{
	float:left; width:100%;height:auto;
}
#workpart_demonstrationrooms.workpart_spoarts .sports_part{ float:left; width:100%; height:auto;}
#workpart_lecturetheatres .workpart_gym{float:left; width:100%; height:auto;}
.aboutcollege_bg{float:left; width:100%; height:auto;}
.aboutcollege{float:left; width:100%; height:auto;}
.library-background .awards_part{float:none;}
.library-background .text-management{float:none;}
.library-background .text-management h4{float:none;}
.library-background .awards_part ul{float:none;}
.library-background .awards_part ul li{float:none;}
.library-background .awards_part .services_images{float:none;top:0px;}
@media screen and (max-width:1920px) and (min-width:1200px)
{
.library-background{width:100%;float:left;background-image:url(../images/librarybg1.png);background-repeat: no-repeat;background-position: center center;height:527px;}
.library-background #workpart_about{background-image:none;height:auto;}	
#workpart_about{background-image:url(../images/backgroundabout1.png);background-repeat: no-repeat;background-position: center center;height:370px;}
.aboutcollege{background-image:url(../images/backgroundabout1.png);background-repeat: no-repeat;background-position: center center;height:435px;}
/*.workabout_image{ position:absolute; z-index:1;}
*/.aboutcollege #workpart_about{background-image:none;}
#workpart_about > div > div > div > div > div.workabout_image > ul>li{ background-color:#ffffff; border:1px solid #d1d1d1; padding:9px 9px;}
.workpart_about h2{ margin:0px 0px 20px 0px;}
.workpart_about{ margin:20px 0px;}
#workpart_about > div > div > div > div > div.aboutpart_text > p:nth-child(1){ margin-bottom:16px;}
.library-bg{width:100%;float:left;background-image:url(../images/librarybg2.png);background-repeat: no-repeat;background-position: center center;height:356px;}
.library-bg #workpart_auditorium{background-image:none;height:auto;}	
#workpart_auditorium{background-image:url(../images/aboutcollegebg.png);background-repeat: no-repeat;background-position:center center; height:354px;}
.auditorium_part h2{ margin-bottom:20px;}
.auditorium_part{ margin:25px 0px;margin-top:20px;}
.auitoriumpart_images .grid li{background-color:#ffffff; border:1px solid #d1d1d1; padding:9px 9px; width:31.33%;}
#workpart_auditorium > div > div > div > div > div > ul > li:nth-child(1){ margin-right:27px;}
#workpart_auditorium > div > div > div > div > div > ul > li:nth-child(2){  margin-right:27px;}
#workpart_lecturetheatres > div > div > div > div > div > ul > li:nth-child(1){ margin-right:27px;}
#workpart_lecturetheatres > div > div > div > div > div > ul > li:nth-child(2){ margin-right:25px;}
.lecturetheatres_part p{ margin-bottom:20px;}
.lecturetheatres_part h2{ margin-bottom:15px;}
.lecturetheatres_part{ margin:20px 0px 40px 0px;}
#workpart_lab{background-image:url(../images/backgroundabout3.png);background-repeat: no-repeat;background-position: center center; height:413px;}
.principal-page #workpart_lab{height:420px;}
#workpart_lab > div > div > div > div > div > ul > li:nth-child(1){ margin-right:25px;}
#workpart_lab > div > div > div > div > div > ul > li:nth-child(2){ margin-right:25px;}
#workpart_demonstrationrooms{background-image:url(../images/backgroundabout4.png);background-repeat: no-repeat;background-position:center center; height:413px;}
.principal-page #workpart_demonstrationrooms{background-image:none;background-color:#f5f5f5;height:auto;padding-bottom:10px;}
#workpart_demonstrationrooms > div > div > div > div > div > ul > li:nth-child(1){ margin-right:25px;}
#workpart_demonstrationrooms > div > div > div > div > div > ul > li:nth-child(2){ margin-right:25px;}
.founder a{ float:right;}
#workpart_demonstrationrooms.workpart_spoarts{background-image:url(../images/backgroundabout5.png);background-repeat: no-repeat;background-position: center center; height:366px;}
#workpart_demonstrationrooms.workpart_spoarts .sports_part{ margin:25px 0px;}
#workpart_lecturetheatres .workpart_gym{ margin-bottom:60px; position:relative;}
}
@media screen and (max-width:1920px) and (min-width:1297px){
#workpart_about > div > div > div > div > div.workabout_image > ul>li { width:100%;}
/*.aboutpart_text{ position:relative; z-index:0; padding-left:420px;}
*/.news-block .aboutpart_text{ position:relative; z-index:0; padding-left:430px;}

}
@media screen and (max-width:1296px) and (min-width:1200px){
#workpart_about > div > div > div > div > div.workabout_image > ul>li { width:100%;}
/*.aboutpart_text{ position:relative; z-index:0; padding-left:374px;}
*/.news-block .aboutpart_text{ position:relative; z-index:0; padding-left:450px;}
.news-block #workpart_about{background-image:none;background-color:#dcdcfb;height:auto;}
#coureses_padding > div > div:nth-child(3) > h4{ margin-top:15px;}
}



@media screen and (max-width:1199px) and (min-width:992px){
#workpart_about{ background-color:#dcdcfb;}
/*.workabout_image{ position:absolute; z-index:1;}
*//*.aboutpart_text{ position:relative; z-index:0; padding-left:330px;}
/**//*.news-block .aboutpart_text{ position:relative; z-index:0; padding-left:440px;}*/

#workpart_about > div > div > div > div > div.workabout_image > ul{}
#workpart_about > div > div > div > div > div.workabout_image > ul > li{background-color:#ffffff; border:1px solid #d1d1d1; padding:9px 9px; width:100%;}
.workpart_about h2{ margin:0px 0px 15px 0px;}
.workpart_about{ margin:20px 0px;}
#workpart_about > div > div > div > div > div.aboutpart_text > p:nth-child(1){ margin-bottom:16px;}
#workpart_auditorium{ background-color:#e8e8e8;}
.auditorium_part h2{ margin-bottom:15px;}
.auditorium_part{ margin:25px 0px;}
.auitoriumpart_images .grid li{background-color:#ffffff; border:1px solid #d1d1d1; padding:9px 9px; width:31.33%;}
#workpart_auditorium > div > div > div > div > div > ul > li:nth-child(1){ margin-right:15px;}
#workpart_auditorium > div > div > div > div > div > ul > li:nth-child(2){  margin-right:15px;}
#workpart_lecturetheatres > div > div > div > div > div > ul > li:nth-child(1){ margin-right:15px;}
#workpart_lecturetheatres > div > div > div > div > div > ul > li:nth-child(2){ margin-right:15px;}
.lecturetheatres_part p{ margin-bottom:20px;}
.lecturetheatres_part h2{ margin-bottom:15px;}
.lecturetheatres_part{ margin:25px 0px;}
#workpart_lab{ background-color:#e8e8e8;}
#workpart_lab > div > div > div > div > div > ul > li:nth-child(1){ margin-right:15px;}
#workpart_lab > div > div > div > div > div > ul > li:nth-child(2){ margin-right:15px;}
#workpart_demonstrationrooms{ background-color:#dcdcfb;}
#workpart_demonstrationrooms > div > div > div > div > div > ul > li:nth-child(1){ margin-right:15px;}
#workpart_demonstrationrooms > div > div > div > div > div > ul > li:nth-child(2){ margin-right:15px;}	
.grid figcaption h3{ font-size:20px;}
.founder a{ float:left;}
#coureses_padding > div > div:nth-child(3) > h4{ margin-top:15px;}
#workpart_demonstrationrooms.workpart_spoarts .sports_part{ margin:25px 0px;}
}
@media screen and (max-width:991px) and (min-width:768px)
{
#workpart_about{ background-color:#dcdcfb;}
.workabout_image{ }
.aboutpart_text{ position:relative; z-index:0; margin-top:15px;}
#workpart_about > div > div > div > div > div.workabout_image > ul{}
#workpart_about > div > div > div > div > div.workabout_image > ul > li{background-color:#ffffff; border:1px solid #d1d1d1; padding:9px 9px; width:100%;}
.workpart_about h2{ margin:0px 0px 15px 0px;}
.workpart_about{ margin:25px 0px;}
#workpart_about > div > div > div > div > div.aboutpart_text > p:nth-child(1){ margin-bottom:16px;}
#workpart_auditorium{ background-color:#e8e8e8;}
.auditorium_part h2{ margin-bottom:15px;}
.auditorium_part{ margin:25px 0px;}
.auitoriumpart_images .grid li{background-color:#ffffff; border:1px solid #d1d1d1; padding:9px 9px; width:31.33%;}
#workpart_auditorium > div > div > div > div > div > ul > li:nth-child(1){ margin-right:15px;}
#workpart_auditorium > div > div > div > div > div > ul > li:nth-child(2){  margin-right:15px;}
#workpart_lecturetheatres > div > div > div > div > div > ul > li:nth-child(1){ margin-right:15px;}
#workpart_lecturetheatres > div > div > div > div > div > ul > li:nth-child(2){ margin-right:15px;}
.lecturetheatres_part p{ margin-bottom:20px;}
.lecturetheatres_part h2{ margin-bottom:15px;}
.lecturetheatres_part{ margin:25px 0px;}
#workpart_lab{ background-color:#e8e8e8;}
#workpart_lab > div > div > div > div > div > ul > li:nth-child(1){ margin-right:15px;}
#workpart_lab > div > div > div > div > div > ul > li:nth-child(2){ margin-right:15px;}
#workpart_demonstrationrooms{ background-color:#dcdcfb;}
#workpart_demonstrationrooms > div > div > div > div > div > ul > li:nth-child(1){ margin-right:15px;}
#workpart_demonstrationrooms > div > div > div > div > div > ul > li:nth-child(2){ margin-right:15px;}	
.grid figcaption h3{ font-size:18px;}
.cs-style-4 figcaption{ width:63%;}	
.founder a{ float:right;}
#coureses_padding > div > div:nth-child(3) > h4{ margin-top:15px;}
#workpart_demonstrationrooms.workpart_spoarts .sports_part{ margin:25px 0px;}
}
@media screen and (max-width:767px) and (min-width:481px)
{
.auitoriumpart_images{ float:none; width:auto; height:auto; display:block; margin-left:auto; margin-right:auto;}
#workpart_about{ background-color:#dcdcfb;}
.workabout_image{float:none;}
.aboutpart_text{float:none;}
.aboutpart_text{ position:relative; z-index:0; margin-top:15px;}
#workpart_about > div > div > div > div > div.workabout_image > ul{}
#workpart_about > div > div > div > div > div.workabout_image > ul > li{background-color:#ffffff; border:1px solid #d1d1d1; padding:9px 9px; /*width:74%;*/}
.workpart_about h2{ margin:0px 0px 15px 0px;}
.workpart_about{ margin:25px 0px;}
#workpart_about > div > div > div > div > div.aboutpart_text > p:nth-child(1){ margin-bottom:16px;}
#workpart_about .workpart_about .aboutpart_text p{font-size:14px !important;}
.about_data p{font-size:14px !important;}
.aboutpart_text p{font-size:14px !important;}
#workpart_auditorium{ background-color:#e8e8e8;}
.auditorium_part h2{ margin-bottom:15px;font-size:24px;}
.auditorium_part{ margin:25px 0px;}
.auitoriumpart_images .grid li{background-color:#ffffff; border:1px solid #d1d1d1; padding:9px 9px;/* width:57%;*/}
#workpart_auditorium > div > div > div > div > div > ul > li:nth-child(1){margin-bottom:10px;}
#workpart_auditorium > div > div > div > div > div > ul > li:nth-child(2){margin-bottom:10px;}
#workpart_lecturetheatres > div > div > div > div > div > ul > li:nth-child(1){margin-bottom:10px;}
#workpart_lecturetheatres > div > div > div > div > div > ul > li:nth-child(2){ margin-bottom:10px;}
.lecturetheatres_part p{ margin-bottom:20px;font-size:14px;}
.lecturetheatres_part h2{ margin-bottom:15px;font-size:24px}
.lecturetheatres_part{ margin:25px 0px;}
#workpart_lab{ background-color:#e8e8e8;}
#workpart_lab > div > div > div > div > div > ul > li:nth-child(1){ margin-bottom:10px;}
#workpart_lab > div > div > div > div > div > ul > li:nth-child(2){ margin-bottom:10px;}
#workpart_demonstrationrooms{ background-color:#dcdcfb;}
#workpart_demonstrationrooms > div > div > div > div > div > ul > li:nth-child(1){ margin-bottom:10px;}
#workpart_demonstrationrooms > div > div > div > div > div > ul > li:nth-child(2){ margin-bottom:10px;}	
.grid figcaption h3{ font-size:16px;}
.cs-style-4 figcaption{ width:63%;}	
.grid figcaption span{ font-size:12px;}	
.workpart_about h2{ font-size:24px;}
.founder a{ float:left;}
#coureses_padding > div > div:nth-child(3) > h4{ margin-top:15px;}
#workpart_demonstrationrooms.workpart_spoarts .sports_part{ margin:25px 0px;}
}
@media screen and (max-width:480px) and (min-width:1px)
{
.auitoriumpart_images{ float:none; width:auto; height:auto; display:block; margin-left:auto; margin-right:auto;}
#workpart_about{ background-color:#dcdcfb;}
.workabout_image{ }
.aboutpart_text{ position:relative; z-index:0; margin-top:15px;}
#workpart_about > div > div > div > div > div.workabout_image > ul{}
#workpart_about > div > div > div > div > div.workabout_image > ul > li{background-color:#ffffff; border:1px solid #d1d1d1; padding:9px 9px; width:100%;}
.workpart_about h2{ margin:0px 0px 15px 0px;}
.workpart_about{ margin:25px 0px;}
#workpart_about > div > div > div > div > div.aboutpart_text > p:nth-child(1){ margin-bottom:16px;}
#workpart_about .workpart_about .aboutpart_text p{font-size:14px !important;}
.aboutpart_text p{font-size:14px !important;}
.about_data p{font-size:14px !important;}
#workpart_auditorium{ background-color:#e8e8e8;}
.auditorium_part h2{ margin-bottom:15px;}
.auditorium_part{ margin:25px 0px;}
.auitoriumpart_images .grid li{background-color:#ffffff; border:1px solid #d1d1d1; padding:9px 9px; width:94%;}
#workpart_auditorium > div > div > div > div > div > ul > li:nth-child(1){margin-bottom:10px;}
#workpart_auditorium > div > div > div > div > div > ul > li:nth-child(2){margin-bottom:10px;}
#workpart_lecturetheatres > div > div > div > div > div > ul > li:nth-child(1){ margin-bottom:10px;}
#workpart_lecturetheatres > div > div > div > div > div > ul > li:nth-child(2){ margin-bottom:10px;}
.lecturetheatres_part p{ margin-bottom:20px;}
.lecturetheatres_part h2{ margin-bottom:15px;}
.lecturetheatres_part{ margin:25px 0px;}
#workpart_lab{ background-color:#e8e8e8;}
#workpart_lab > div > div > div > div > div > ul > li:nth-child(1){ margin-bottom:10px;}
#workpart_lab > div > div > div > div > div > ul > li:nth-child(2){ margin-bottom:10px;}
#workpart_demonstrationrooms{ background-color:#dcdcfb;}
#workpart_demonstrationrooms > div > div > div > div > div > ul > li:nth-child(1){ margin-bottom:10px;}
#workpart_demonstrationrooms > div > div > div > div > div > ul > li:nth-child(2){ margin-bottom:10px;}	
.grid figcaption h3{ font-size:16px;}
.cs-style-4 figcaption{ width:63%;}	
.grid figcaption span{ font-size:12px;}
.workpart_about h2{ font-size:20px;}
.auditorium_part h2{font-size:20px;}
.lecturetheatres_part h2{font-size:20px;}
.aboutpart_text p{ font-size:14px;}
.lecturetheatres_part p{ font-size:14px;}
.founder a{ float:left; font-size:14px;margin-bottom:10px;}
#coureses_padding > div > div:nth-child(3) > h4{ margin-top:5px;}
#workpart_demonstrationrooms.workpart_spoarts .sports_part{ margin:25px 0px;}
}


/*inner_page_about_college_start*/
/*inner_page_about_hospital*/
#workpart_abuthospital
{
	float:left; width:100%; height:auto;
}
.abouthospital_part
{
	float:left; width:100%; height:auto;
}
.abouthospital_part h2
{
	color:#014076; font-family: 'Roboto-Regular'; float:left; width:100%; height:auto; margin:0px;
}
.abouthospital_part ul
{
	float:left; width:100%; height:auto; margin:0px; padding-left:0px;
}
.abouthospital_part ul li
{
	float:left; width:auto; height:auto;list-style: none; margin-right:10px;padding:10px 15px; background-color:#0560b1; color:#ffffff;
	cursor: pointer;
    overflow: hidden;
    position: relative;
}
/*.abouthospital_part ul .active
{
	background-color:#d76219;	
}*/
.abouthospital_part ul.tabs .active
{
	background-color:#d76219;	
}


.abouthospital_part ul li:hover
{
	background-color:#d76219;
}
.abouthospital_part ul li span
{
	 font-family: 'Roboto-Light'; font-size:20px;
}
/*.abouthospital_part p
{
	color:#525252; font-size:16px;font-family: 'Roboto-Light'; float:left; width:100%; line-height:24px;
}*/
 .hospital-background p
{
	color:#525252; font-size:16px;font-family: 'Roboto-Light'; float:left; width:100%; line-height:24px;margin-bottom:20px;
}
 .hospital-background p:nth-child(3)
{
	color:#525252; font-size:16px;font-family: 'Roboto-Light'; float:left; width:100%; line-height:24px;margin-bottom:0px;
}

#hospital_part
{
	float:left; width:100%; height:auto;
}
.hospital-background{width:100%;float:left;height:auto;background-color:#f2f1f1;padding:30px 0px;margin-top:20px;}

#workpart_abuthospital > div > div > div > div > p:nth-child(5){}
.hospital_text
{
	float:left; width:100%; height:auto;
}
.hospital_part
{
	float:left; width:100%;height:auto;	
}
.hospital_part p
{
	 font-family: 'Roboto-Light'; color:#188722;  float:left; width:100%; height:auto;
}
.hospital_part ul
{
	float:left; width:100%; height:auto; padding-left:0px; margin-bottom:0px; position:relative; padding-left:15px;
}
.hospital_part ul li
{
	float:left; width:100%; height:auto; list-style-image:url(../images/arrowinnerpage.png);
}
.hospital_part ul li a
{
	 font-family: 'Roboto-Regular'; color:#ff6200; font-size:16px; line-height:32px; position:relative; top:2px; text-decoration:none;
}
.hospital_part ul li a:hover{ color:#080838;}
.hospital_partvideo
{
	float:left; width:100%; height:auto;
}
.hospital_partvideo p
{
	 font-family: 'Roboto-Light'; color:#188722;float:left; width:100%; height:auto;
}
.video_part
{
	font-family: 'Roboto-Light'; float:left; width:100%; height:auto;
}
iframe{ float:left; width:100%; height:auto;}
.tpaservices
{
	float:left; width:100%; height:auto; padding-left:0px; 
}

@media screen and (max-width:1920px) and (min-width:1200px)
{
.abouthospital_part{ margin:5px 0px;}	
.abouthospital_part h2{ margin-bottom:30px;}
.abouthospital_part ul{ margin-bottom:30px;}
#workpart_abuthospital > div > div > div > div > p:nth-child(3){ margin-bottom:30px;}
#workpart_abuthospital > div > div > div > div > p:nth-child(4){margin-bottom:30px;}
#hospital_part{background-image:url(../images/backgroundabouthospital.png);background-repeat: no-repeat;background-position: center center;height:405px;}
.hospital_text{ margin:40px 0px 40px 0px;}
.hospital_part p{ margin-bottom:20px;}
.hospital_partvideo p{ margin-bottom:20px;}
iframe{width:100%; height:252px;}

#workpart_abuthospital > div > div > div > div > ul > li:nth-child(2){ padding:10px 40px;}
#workpart_abuthospital > div > div > div > div > ul > li:nth-child(3){ padding:10px 35px;}
#workpart_abuthospital > div > div > div > div > ul > li:nth-child(4){ padding:10px 60px; position:relative;}
#workpart_abuthospital > div > div > div > div > ul > li:nth-child(5){ padding:10px 60px; position:relative;}
ul.tabs li{ font-size:20px;}
#workpart_abuthospital > div > div > div > p:nth-child(2){ margin-bottom:20px;margin-top:15px;}
#workpart_abuthospital > div > div > div > p:nth-child(3){ margin-bottom:20px;}
#workpart_abuthospital > div > div > div > p:nth-child(4){ margin-bottom:40px;}
.facilities p{ float:left; width:25%;}
}
@media screen and (max-width:1920px) and (min-width:1297px){ .hospital_part p{ font-size:20px;} .hospital_partvideo p{ font-size:19px;}}
@media screen and (max-width:1296px) and (min-width:1200px){.hospital_part p{ font-size:19px;} .hospital_partvideo p{ font-size:18px;}}
@media screen and (max-width:1199px) and (min-width:992px){
/*.abouthospital_part{ margin:40px 0px;}	
*/.abouthospital_part h2{ margin-bottom:25px;}
.abouthospital_part ul{ margin-bottom:30px;}
#workpart_abuthospital > div > div > div > div > p:nth-child(3){ margin-bottom:30px;}
#workpart_abuthospital > div > div > div > div > p:nth-child(4){margin-bottom:30px;}
#hospital_part{ background-color:#f2f2f2;}
.hospital_text{ margin:40px 0px 40px 0px;}
.hospital_part p{ margin-bottom:20px;}
.hospital_partvideo p{ margin-bottom:20px;}	
iframe{width:100%; height:268px !important;}
#workpart_abuthospital > div > div > div > div > ul > li:nth-child(2){ padding:10px 30px;}
#workpart_abuthospital > div > div > div > div > ul > li:nth-child(3){ padding:10px 30px;}
#workpart_abuthospital > div > div > div > div > ul > li:nth-child(4){ padding:10px 40px; position:relative;}
#workpart_abuthospital > div > div > div > div > ul > li:nth-child(5){ padding:10px 45px; position:relative;}
.hospital_part p{ font-size:20px;} .hospital_partvideo p{ font-size:19px;}
.hospital_part ul li a{ font-size:15px;}
ul.tabs li{ font-size:20px;}
#workpart_abuthospital > div > div > div > p:nth-child(2){ margin-bottom:20px;}
#workpart_abuthospital > div > div > div > p:nth-child(3){ margin-bottom:20px;}
#workpart_abuthospital > div > div > div > p:nth-child(4){ margin-bottom:40px;}
.facilities p{ float:left; width:25%;}
}
@media screen and (max-width:991px) and (min-width:768px)
{
/*.abouthospital_part{ margin:40px 0px;}	*/
.abouthospital_part h2{ margin-bottom:25px;}
.abouthospital_part ul{ margin-bottom:30px;}
#workpart_abuthospital > div > div > div > div > p:nth-child(3){ margin-bottom:30px;}
#workpart_abuthospital > div > div > div > div > p:nth-child(4){margin-bottom:30px;}
#hospital_part{ background-color:#f2f2f2;}
.hospital_text{ margin:40px 0px 40px 0px;}
.hospital_part p{ margin-bottom:20px;}
.hospital_partvideo p{ margin-bottom:20px;}	
iframe{width:100%; height:278px;}
#workpart_abuthospital > div > div > div > div > ul > li:nth-child(2){ padding:10px 14px;}
#workpart_abuthospital > div > div > div > div > ul > li:nth-child(3){ padding:10px 14px;}
#workpart_abuthospital > div > div > div > div > ul > li:nth-child(4){ padding:10px 14px; position:relative;}
#workpart_abuthospital > div > div > div > div > ul > li:nth-child(5){ padding:10px 14px; position:relative;}
.hospital_part p{ font-size:20px;} .hospital_partvideo p{ font-size:19px;}
.abouthospital_part ul li{ padding:10px 11px; margin-right:5px;}
ul.tabs li{ font-size:20px;}
#workpart_abuthospital > div > div > div > p:nth-child(2){ margin-bottom:20px;}
#workpart_abuthospital > div > div > div > p:nth-child(3){ margin-bottom:20px;}
#workpart_abuthospital > div > div > div > p:nth-child(4){ margin-bottom:40px;}
.facilities p{ float:left; width:25%;}
}
@media screen and (max-width:767px) and (min-width:481px)
{
/*.abouthospital_part{ margin:30px 0px;}	
*/.abouthospital_part h2{ margin-bottom:20px;}
.abouthospital_part ul{ margin-bottom:20px;}
#workpart_abuthospital > div > div > div > div > p:nth-child(3){ margin-bottom:20px;}
#workpart_abuthospital > div > div > div > div > p:nth-child(4){margin-bottom:20px;}
#hospital_part{ background-color:#f2f2f2;}
.hospital_text{ margin:30px 0px 30px 0px;}
.hospital_part p{ margin-bottom:15px;}
.hospital_partvideo p{ margin-bottom:15px;}	
iframe{width:100%; height:278px;}
.abouthospital_part ul li{ margin-bottom:10px;}
.hospital_part p{ font-size:18px;} .hospital_partvideo p{ font-size:18px;}
.abouthospital_part ul li span{ font-size:18px;}
ul.tabs li{ font-size:18px;}
.hospital_part ul li a{ line-height:20px;}
.hospital_part ul li{ margin-bottom:10px;}
#workpart_abuthospital > div > div > div > p:nth-child(2){ margin-bottom:20px;}
#workpart_abuthospital > div > div > div > p:nth-child(3){ margin-bottom:20px;}
#workpart_abuthospital > div > div > div > p:nth-child(4){ margin-bottom:40px;}
.facilities p{ float:left; width:50%;}
}
@media screen and (max-width:480px) and (min-width:1px)
{
.abouthospital_part{ margin:15px 0px;}	
.abouthospital_part h2{ margin-bottom:10px;}
.abouthospital_part ul{ margin-bottom:10px;}
#workpart_abuthospital > div > div > div > div > p:nth-child(3){ margin-bottom:10px;}
#workpart_abuthospital > div > div > div > div > p:nth-child(4){margin-bottom:10px;}
#hospital_part{ background-color:#f2f2f2;}
.hospital_text{ margin:15px 0px 15px 0px;}
.hospital_part p{ margin-bottom:10px;}
.hospital_partvideo p{ margin-bottom:10px;}	
iframe{width:100%; height:278px;}
.abouthospital_part ul li{ margin-bottom:10px;}
.hospital_part p{ font-size:18px;} .hospital_partvideo p{ font-size:18px;}
.abouthospital_part h2{ font-size:20px;}
.abouthospital_part ul li span{ font-size:16px;}
ul.tabs li{ font-size:16px;}
.hospital_part ul li a{ line-height:20px;}
.hospital_part ul li{ margin-bottom:10px;}
#workpart_abuthospital > div > div > div > p:nth-child(2){ margin-bottom:20px; font-size:14px;}
#workpart_abuthospital > div > div > div > p:nth-child(3){ margin-bottom:20px; font-size:14px;}
#workpart_abuthospital > div > div > div > p:nth-child(4){ margin-bottom:40px; font-size:14px;}
.facilities p{width:100%;}
}
ul.tabs 
{
	margin: 0;padding: 0;float: left;list-style: none;height:auto;/*	border-bottom: 1px solid #333;*/width: 100%;
}

ul.tabs li 
{
/*	float: left;margin: 0;cursor: pointer;padding: 0px 21px;height: 31px;line-height: 31px;*/
/*	border-top: 1px solid #333;border-left: 1px solid #333;border-bottom: 1px solid #333;*/
/*	background-color: #0560b1;color: #ccc;overflow: hidden;position: relative;*/font-family: 'Roboto-Light';
}
.tab_last
{ 
	/*border-right: 1px solid #333;*/ 
}

ul.tabs li:hover 
{
	background-color: #d76219;color: #ffffff;
}

ul.tabs li.active 
{
	background-color: #d76219;color: #ffffff;/*border-bottom: 1px solid #333;*/display: block;
}

.tab_container 
{
/*	border: 1px solid #333;*/border-top: none;clear: both;float: left;width: 100%;background: #fff;overflow: auto;font-family: 'Roboto-Light';margin-bottom:15px;
}

.tab_content 
{
	/* padding: 20px; */display: none;font-family: 'Roboto-Light'; background-color:#f2f1f1; float:left; width:100%;
}

.tab_drawer_heading { display: none;}
.services{ float:left; width:100%; height:auto;}
.facilities{ float:left; width:100%; height:auto;}
.facilities p{ float:left;}
@media screen and (max-width: 767px) 
{
.tabs {display: none;}
.tab_drawer_heading {background-color: #0560b1;color: #fff;margin: 0;padding: 10px 15px;display: block;cursor: pointer;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
font-family: 'Roboto-Light'; margin-bottom:10px; font-size:16px;}
.d_active {background-color:#d76219;color: #fff;}
.tab_content { padding:0px;}
.corporate{ padding:10px 20px; background-color:#f2f1f1;}
.tpaservices{ padding:10px 20px; background-color:#f2f1f1;}
.tab_content{ float:left; margin-bottom:10px;}
.healthchecks{  padding:10px 20px; background-color:#f2f1f1;}
.services{ padding:10px 20px; background-color:#f2f1f1;}
.facilities{padding:10px 20px; background-color:#f2f1f1; }
.tab_content{ float:left; width:100%; background-color:#f2f1f1;}
.tab_container{ background-color:#f2f1f1;}

}
.corporate
{
	float:left; width:100%; height:auto;	
}
#tab1 > div > h4{ color:#188722;}
#tab2 > div > h4{ color:#188722;}
#tab3 > div > h4{ color:#188722;}
#tab4 > div > h4{ color:#188722;}
#tab5 > div > h4{ color:#188722;}
.services_images{ float:left; margin-right:5px; position:relative; top:8px;}
.corporate p{ float:left; width:100%}
#tab1 > div > p:nth-child(1){ float:left; width:100%;font-size:16px;}
#tab1 > div > p:nth-child(2){float:left; width:100%;font-size:16px;}
#tab1 > div > h4{ float:left; width:100%;}
.tpaservices p{ float:left;}
#tab2 > div > p:nth-child(1){ width:100%;font-size:16px;}
#tab2 > div > p:nth-child(2){ width:100%;}
.healthchecks{width:100%;float:left;height:auto;font-size:16px;}
@media screen and (max-width:1920px) and (min-width:1200px)
{
#tab1 > div > h4{ margin:10px 0px 20px 0px}	
.corporate p{ width:50%;}
.tpaservices p{ width:50%;}
#tab2 > div > h4{ width:100%; float:left; margin-bottom:15px;}
#tab3 > div > h4{width:100%; float:left; margin-bottom:15px;}
}
@media screen and (max-width:1199px) and (min-width:992px)
{
#tab1 > div > h4{ margin:10px 0px 20px 0px}	
.corporate p{ width:50%;}
.tpaservices p{ width:50%;}
#tab2 > div > h4{ width:100%; float:left; margin-bottom:15px;}
#tab3 > div > h4{width:100%; float:left; margin-bottom:15px;}
}
@media screen and (max-width:991px) and (min-width:768px)
{
#tab1 > div > h4{ margin:10px 0px 20px 0px}	
.corporate p{ width:50%;}
.tpaservices p{ width:50%;}
#tab2 > div > h4{ width:100%; float:left; margin-bottom:15px;}
#tab3 > div > h4{width:100%; float:left; margin-bottom:15px;}
}
@media screen and (max-width:767px) and (min-width:480px)
{
#tab1 > div > h4{ margin:10px 0px 20px 0px}	
#tab2 > div > h4{ width:100%; float:left; margin-bottom:15px;}
#tab3 > div > h4{width:100%; float:left; margin-bottom:15px;}
}
/*inner_page_about_hospital*/
/*inner_page_about_founder*/
.workpart_founder
{
	float:left; width:100%; height:auto;
}
.founder_part
{
	float:left; width:100%; height:auto;
}
.part_founder
{
	float:left; width:auto; height:auto;font-family: 'Roboto-Light';	
}
.founder_textpart
{
	/*float:left;*/ width:100%; height:auto;
}
.founder_textpart p
{
	/*float:left;*/ width:100%; height:auto;font-family: 'Roboto-Light'; color:#525252; line-height:24px; font-size:16px;
}
.principal .founder_textpart p{margin-bottom:17px;}
.text-founder
{
	float:left; width:100%; height:auto; position:relative; z-index:1;
	
}
.text-founder p
{
	float:left; width:100%; height:auto; position:relative;z-index:1;font-family: 'Roboto-Light'; color:#525252; line-height:24px; font-size:16px;
	
}
.founder_part h2
{
	 width:100%; height:auto; color:#188722; font-family: 'Roboto-Light';
}
.awards_part h2
{
	 width:100%; height:auto; color:#188722; font-family: 'Roboto-Light';
}
.published_part  h2
{
	 width:100%; height:auto; color:#188722; font-family: 'Roboto-Light';
}
.principal
{
	 width:100%; height:auto;float:left;
}
@media screen and (max-width:1920px) and (min-width:1200px)
{
/*.founder_textpart{ position:relative; padding-left:205px; z-index:0;}	
.part_founder{ position:absolute; z-index:1;}
*/.founder_part h2{ margin-bottom:20px; margin-top:0px;}
.published_part h2{ margin-bottom:10px; margin-top:0px;}
.awards_part h2{ margin-bottom:20px; margin-top:0px;}
body > div > div.workpart_founder > div > div > div > div > div.founder_textpart > p:nth-child(1){ margin-bottom:20px;padding-top: 10px;}
body > div > div.workpart_founder > div > div > div > div > div.founder_textpart > p:nth-child(2){ margin-bottom:30px;}
.text-founder p{margin-bottom:10px;}
.workpart_founder{background-image:url(../images/founderbackground.png);background-repeat: no-repeat;background-position: center center; background-size: cover;}
.students-charter .workpart_founder{height:507px;}
body > div > div.workpart_founder > div > div > div > div > div.text-founder > p:nth-child(1){ margin-bottom:10px;}
.founder_part{ margin:3px 0px 27px 0px;}
.workpart_contact{background-image:url(../images/contact_background.png);background-repeat: no-repeat;background-position: center center; height:870px !important;}
.workpart_founder .founder_part h2{font-size: 15px;}
.principal .workpart_founder{height:395px;}
#education-padding{padding:0px;}
}
@media screen and (max-width:1199px) and (min-width:992px)
{
/*.founder_textpart{ position:relative; padding-left:205px; z-index:0;}	
*//*.part_founder{ position:absolute; z-index:1;}*/
.awards_part h2{ margin-bottom:20px; margin-top:0px;}
.founder_part h2{ margin-bottom:20px; margin-top:0px;}
.published_part h2{ margin-bottom:20px; margin-top:0px;}
.awards_part { margin-bottom:20px; margin-top:0px;}
body > div > div.workpart_founder > div > div > div > div > div.founder_textpart > p:nth-child(1){ margin-bottom:30px;}
body > div > div.workpart_founder > div > div > div > div > div.founder_textpart > p:nth-child(2){ margin-bottom:30px;}
.text-founder p{}
.workpart_founder{ background-color:#f2f2f2;}
body > div > div.workpart_founder > div > div > div > div > div.text-founder > p:nth-child(1){ margin-bottom:30px;}
.founder_part{ margin:20px 0px 27px 0px;}
.workpart_director .founder_part{ margin:0px !important;}
}
@media screen and (max-width:991px) and (min-width:768px)
{
/*.founder_textpart{ position:relative; padding-left:205px; z-index:0;}	
.part_founder{ position:absolute; z-index:1;}
*/.published_part h2 { margin-bottom:20px; margin-top:0px;}
.founder_part h2{ margin-bottom:20px; margin-top:0px;}
.awards_part h2{ margin-bottom:20px; margin-top:0px;}
body > div > div.workpart_founder > div > div > div > div > div.founder_textpart > p:nth-child(1){ margin-bottom:30px;}
body > div > div.workpart_founder > div > div > div > div > div.founder_textpart > p:nth-child(2){ margin-bottom:30px;}
.text-founder p{}
.workpart_founder{ background-color:#f2f2f2;}
body > div > div.workpart_founder > div > div > div > div > div.text-founder > p:nth-child(1){ margin-bottom:30px;}
.founder_part{ margin:20px 0px 27px 0px;}
.principal-page .founder_part{margin:0px !important;}
}
@media screen and (max-width:767px) and (min-width:481px)
{
.published_part h2{ margin-bottom:15px; margin-top:0px; font-size:20px;}
.founder_part h2{ margin-bottom:15px; margin-top:0px; font-size:20px;}
.principal .principal-page h4{font-size:18px;}
.awards_part h2{ margin-bottom:15px; margin-top:0px; font-size:20px;} 
body > div > div.workpart_founder > div > div > div > div > div.founder_textpart > p:nth-child(1){ margin-bottom:15px;}
body > div > div.workpart_founder > div > div > div > div > div.founder_textpart > p:nth-child(2){ margin-bottom:15px;}
.text-founder p{}
.workpart_founder{ background-color:#f2f2f2;}
body > div > div.workpart_founder > div > div > div > div > div.text-founder > p:nth-child(1){ margin-bottom:15px;}
.founder_part{ margin:15px 0px 15px 0px;}
.part_founder{ margin-bottom:10px;}
.founder_textpart p{ font-size:14px;line-height:22px;}
.text-founder p{ font-size:14px;}
}
@media screen and (max-width:480px) and (min-width:1px)
{
.published_part h2{ margin-bottom:15px; margin-top:0px; font-size:20px;}
.awards_part h2{ margin-bottom:15px; margin-top:0px; font-size:20px;}
.founder_part h2{ margin-bottom:15px; margin-top:0px; font-size:20px;}
body > div > div.workpart_founder > div > div > div > div > div.founder_textpart > p:nth-child(1){ margin-bottom:15px;}
body > div > div.workpart_founder > div > div > div > div > div.founder_textpart > p:nth-child(2){ margin-bottom:15px;}
.text-founder p{}
.workpart_founder{ background-color:#f2f2f2;}
body > div > div.workpart_founder > div > div > div > div > div.text-founder > p:nth-child(1){ margin-bottom:15px;}
.founder_part{ margin:15px 0px 15px 0px;}
.part_founder{margin-bottom:10px;float:none;text-align:center;}
.text-founder p{ font-size:14px;}
.founder_textpart p{ font-size:14px;line-height:22px;}
}
/*inner_page_about_founder*/
/*inner_page_about_director*/
.director_textpart
{
	/*float:left;*/ width:100%; height:auto; position:relative;
}
.director_textpart p
{
	font-family: 'Roboto-Light'; color:#525252; margin:0px;
}
.director_textpart h2
{
	float:left; width:100%; height:auto;
}
.workpart_director
{
	float:left; width:100%; height:auto;
}
.director_textpart h4
{
	/*float:left;*/ width:100%; height:auto;font-family: 'Roboto-Light'; color:#188722; margin:0px;
}
.director_textpart ul
{
	/*float:left;*/ width:100%; height:auto;font-family: 'Roboto-Light'; padding-left:0px; margin:0px;
}
.director_textpart ul li
{
	/*float:left;*/ width:100%; height:auto;font-family: 'Roboto-Light'; color:#525252; margin:0px; list-style:none; line-height:25px; font-size:16px;
}
.text-founder h4
{
	float:left; width:100%; height:auto;font-family: 'Roboto-Light'; color:#188722; margin:0px;
}
.text-founder ul 
{
	float:left; width:100%; height:auto;font-family: 'Roboto-Light'; padding-left:0px; margin:0px;
}
.text-founder ul  li
{
	float:left; width:100%; height:auto;font-family: 'Roboto-Light'; color:#525252; margin:0px; list-style:none; line-height:25px; font-size:16px; 
}
#table_part{ float:left;width:100%; height:auto;}
.workpart_awards
{
	float:left; width:100%;
}
.awards_part
{
	float:left; width:100%; height:auto;
}
.awards_part h4
{
	float:left; width:100%; height:auto; margin:0px; color:#4747ad;font-family: 'Roboto-Light';

}
.awards_part ul
{
	float:left; width:100%; height:auto; margin:0px; padding-left:0px;
}
.awards_part ul li
{
	float:left; width:100%; height:auto; margin:0px;font-family: 'Roboto-Light';color:#525252; margin:0px; list-style:none; line-height:28px; font-size:16px; margin-bottom:4px;
}
.workpart_education
{
	float:left; width:100%; height:auto;
}
.education_part
{
	float:left; width:100%; height:auto;
}
.workpart_dissertation
{
	float:left; width:100%; height:auto;/*margin-top:30px;*/
}
.dissertation_part
{
	float:left; width:100%; height:auto;
}
.workpart_published
{
	float:left; width:100%; height:auto;
}
.published_part
{
	float:left; width:100%; height:auto;
}
.education_part h4
{
	float:left; width:100%; height:auto;color:#188722;font-family: 'Roboto-Light';
}
.education_part p
{
	float:left; width:100%; height:auto;font-family: 'Roboto-Light';color:#525252; font-size:16px; line-height: 24px;
}
.table-bordered{font-family: 'Roboto-Light';}
th{}

#table_part > div > table > tbody > tr:nth-child(odd){background-color: #e8f6fd;border-top: 1px solid #fff;}
#table_part > div > table > tbody > tr:nth-child(even){background-color: #f5f4f4;border-top: 1px solid #fff;}
.published_part h4{float:left; width:100%; height:auto;color:#188722;font-family: 'Roboto-Light';}
.published_part ul{float:left; width:100%; height:auto; margin:0px; padding-left:0px;}
.published_part ul li{float:left; width:100%; height:auto; margin:0px;font-family: 'Roboto-Light';color:#525252; margin:0px; list-style:none; line-height:28px; font-size:16px; }
.awards_part .services_images{ float: left;padding-left:-19px;position: relative;top: 8px;left:-3px;}
.table_trstyles{ background-color:#0095da;color: #fff;text-shadow: none;font-size: 16px;}
.table-bordered{ border:none;}
#table_part > div > table > tbody > tr{}
.dissertation_part h4{float:left; width:100%; height:auto;color:#188722;font-family: 'Roboto-Light';}
.dissertation_part p
{
	float:left; width:100%; height:auto;font-family: 'Roboto-Light';color:#525252;
} 
.published_part .services_images{ float:left; margin-right:10px; position:relative; top:11px;}
.table > thead > tr > th{ padding:10px;}
.table > tbody > tr > td{ padding:10px;}
.table > tbody > tr > td span{margin-right:7px;}
.director_textpart .services_images {float: left;margin-right:10px;position: relative;top: 8px;}
.awards-background{float:left; width:100%; height:auto;}
.awards-background .awards_part .services_images{margin-left:0px;}
.awards-background .awards_part ul li{padding-left:3px;}
.bookspublished{float:left; width:100%; height:auto;}
.superintendent .principal-page .text-founder ul{margin-bottom:0px;}
.superintendent .awards_part {margin:10px 0px;}
.superintendent .awards_part h4{margin:0px;margin-bottom:10px;}
@media screen and (max-width:1920px) and (min-width:1200px)
{
/*.director_textpart{ padding-left:212px; top:-5px;}
*/.director_textpart p{ font-size:16px; line-height:22px;margin: 17px 20px;}
body > div > div.workpart_founder > div > div > div > div > div.director_textpart > p:nth-child(1){ margin-bottom:20px;}
body > div > div.workpart_founder > div > div > div > div > div.director_textpart > p:nth-child(2){ margin-bottom:20px;}
.director_textpart ul{ margin-bottom:20px;}
.director_textpart h4{ margin-bottom:15px; margin-top:10px;}
.director_textpart ul li{ margin-bottom:5px;}
.text-founder h4{ margin-bottom:15px;}
.text-founder ul{ margin-bottom:20px;}
.workpart_director{/*background-image:url(../images/workpartfounder.jpg);background-repeat: no-repeat;*/background-position: center center; height:440px;}
.superintendent .workpart_director{background-image:url(../images/workpartfounder1.png);background-repeat: no-repeat;background-position: center center; height:335px;}
.superintendent .workpart_awards{background-color: #f5f5f5;background-image: none;height:595px;}
.workpart_awards{background-image:url(../images/awardsbackground.png);background-repeat: no-repeat;background-position: center center; height:438px;}
.awards-background{background-image:url(../images/awardsbackground1.png);background-repeat: no-repeat;background-position: center center; height:451px;}
.awards-background .workpart_awards{background-image:none;height:auto;}
.awards_part h4{ margin:5px 0px 20px 0px;}
.awards_part{ margin:20px 0px;}
.education_part{ margin:56px 0px 15px 0px;}
.workpart_education .education_part{ margin:15px 0px 15px 0px;}
.workpart_published{background-image:url(../images/backgroundabout4.png);background-repeat: no-repeat;background-position: center center; height:410px;}
.bookspublished{background-image:url(../images/booksbackground.png);background-repeat: no-repeat;background-position: 98% center; height:406px;}
.bookspublished .workpart_published{background-image:none;height:auto;}
.dissertation_part{ margin-bottom:10px;}
.published_part h4{ margin-bottom:10px;}
.published_part{ margin:17px 0px 30px 0px}
.published_part ul li{ line-height:32px;}
.director_textpart h4{ font-size:20px;}
.awards_part h4{ font-size:20px;}
.education_part h4{ font-size:20px;}
body > div.background > div.workpart_education > div > div > div > div > p:nth-child(5){ margin-bottom:25px;}
.awards-background{background-image:url(../images/awardsbackground1.png);background-repeat: no-repeat;background-position: center center; height:438px;}
.workpart_hostel .workpart_founder{height:495px;}
}
@media screen and (max-width:1199px) and (min-width:992px)
{
.director_textpart{ padding-left:212px; top:-5px;}
.director_textpart p{ font-size:16px; line-height:25px;}
body > div > div.workpart_founder > div > div > div > div > div.director_textpart > p:nth-child(1){ margin-bottom:20px;}
body > div > div.workpart_founder > div > div > div > div > div.director_textpart > p:nth-child(2){ margin-bottom:20px;}
.director_textpart ul{ margin-bottom:20px;}
.director_textpart h4{ margin-bottom:15px; margin-top:10px;}
.director_textpart ul li{ margin-bottom:5px;}
.text-founder h4{ margin-bottom:15px;}
.text-founder ul{ margin-bottom:20px;}
.workpart_director{}
.workpart_awards{background-color:#f2f2f2;}
.awards_part h4{ margin:5px 0px 20px 0px;}
.awards_part{ margin:20px 0px;}
/*.education_part{ margin:35px 0px 15px 0px;}
*/.workpart_published{ background-color:#f2f2f2;}
.dissertation_part{ margin-bottom:20px;}
.published_part h4{ margin-bottom:20px;}
.published_part{ margin:35px 0px 30px 0px}
.published_part ul li{ line-height:30px;}
.director_textpart h4{ font-size:20px;}
.awards_part h4{ font-size:20px;}
.education_part h4{ font-size:20px;}
body > div.background > div.workpart_education > div > div > div > div > p:nth-child(5){ margin-bottom:20px;}
}
@media screen and (max-width:991px) and (min-width:768px)
{
/*.director_textpart{ padding-left:212px; top:-5px;}
*/.director_textpart p{ font-size:16px; line-height:25px;}
body > div > div.workpart_founder > div > div > div > div > div.director_textpart > p:nth-child(1){ margin-bottom:20px;}
body > div > div.workpart_founder > div > div > div > div > div.director_textpart > p:nth-child(2){ margin-bottom:20px;}
.director_textpart ul{ margin-bottom:20px;}
.director_textpart h4{ margin-bottom:15px; margin-top:10px;}
.director_textpart ul li{ margin-bottom:5px;}
.text-founder h4{ margin-bottom:15px;}
.text-founder ul{ margin-bottom:20px;}
.workpart_director{}
.workpart_awards{background-color:#f2f2f2;}
.awards_part h4{ margin:5px 0px 20px 0px;}
.awards_part{ margin:20px 0px;}
.education_part{ margin:-15px 0px 15px 0px;}
.workpart_education .education_part{ margin:15px 0px 15px 0px;}
.workpart_dissertation{margin-top:0px;}
.workpart_published{background-color:#f2f2f2;}
.dissertation_part{ margin-bottom:20px;}
.published_part h4{ margin-bottom:20px;}
.published_part{ margin:35px 0px 30px 0px}
.published_part ul li{ line-height:30px;}
.director_textpart h4{ font-size:20px;}
.awards_part h4{ font-size:20px;}
.education_part h4{ font-size:20px;}	
body > div.background > div.workpart_education > div > div > div > div > p:nth-child(5){ margin-bottom:20px;}
}
@media screen and (max-width:767px) and (min-width:481px)
{
.director_textpart{}
.director_textpart p{ font-size:16px; line-height:25px;}
body > div > div.workpart_founder > div > div > div > div > div.director_textpart > p:nth-child(1){ margin-bottom:20px;}
body > div > div.workpart_founder > div > div > div > div > div.director_textpart > p:nth-child(2){ margin-bottom:20px;}
.director_textpart ul{ margin-bottom:20px;}
.director_textpart h4{ margin-bottom:15px; margin-top:10px;}
.director_textpart ul li{ margin-bottom:5px; font-size:14px;}
.text-founder h4{ margin-bottom:15px;}
.text-founder ul{ margin-bottom:20px;}
.workpart_director{}
.workpart_awards{background-color:#f2f2f2;}
.awards_part h4{ margin:5px 0px 20px 0px;}
.awards_part{ margin:20px 0px;}
.education_part{ margin:-15px 0px 15px 0px;}
.workpart_education .education_part{ margin:15px 0px 15px 0px;}
.workpart_dissertation{margin-top:0px;}
.workpart_published{background-color:#f2f2f2;}
.dissertation_part{ margin-bottom:20px;}
.published_part h4{ margin-bottom:20px;}
.published_part{ margin:35px 0px 30px 0px}
.published_part ul li{ line-height:30px; font-size:14px;}
.director_textpart h4{ font-size:20px;}
.awards_part h4{ font-size:18px;}
.awards_part ul li{font-size:14px;}
.corporate p{font-size:14px !important;}
.healthchecks p{font-size:14px !important;}
.tpaservices p{font-size:14px !important;width: 50%;}
.education_part h4{ font-size:20px;}	
.education_part p{ font-size:14px;}
body > div.background > div.workpart_education > div > div > div > div > p:nth-child(5){ margin-bottom:20px;}
}
@media screen and (max-width:480px) and (min-width:1px)
{
.director_textpart{}
.director_textpart p{ font-size:16px; line-height:25px;}
body > div > div.workpart_founder > div > div > div > div > div.director_textpart > p:nth-child(1){ margin-bottom:20px;}
body > div > div.workpart_founder > div > div > div > div > div.director_textpart > p:nth-child(2){ margin-bottom:20px;}
.director_textpart ul{ margin-bottom:20px;}
.director_textpart h4{ margin-bottom:15px; margin-top:10px;}
.director_textpart ul li{ margin-bottom:5px; font-size:14px;}
.text-founder h4{ margin-bottom:15px;}
.awards_part h4{ font-size:18px;}
.awards_part ul li{font-size:14px;}
.corporate p{font-size:14px !important;}
.healthchecks p{font-size:14px !important;}
.tpaservices p{font-size:14px !important;width:100%;}
.text-founder ul{ margin-bottom:20px;}
.workpart_director{}
.workpart_awards{background-color:#f2f2f2;}
.awards_part h4{ margin:5px 0px 20px 0px;}
.awards_part{ margin:20px 0px;}
.education_part{ margin:-15px 0px 15px 0px;}
.workpart_education .education_part{ margin:15px 0px 15px 0px;}
.workpart_dissertation{margin-top:0px;}
.workpart_published{background-color:#f2f2f2;}
.dissertation_part{ margin-bottom:20px;}
.published_part h4{ margin-bottom:20px;}
.published_part{ margin:35px 0px 30px 0px}
.published_part ul li{ line-height:30px; font-size:14px;}
.director_textpart h4{ font-size:20px;}
.awards_part h4{ font-size:18px;}
.education_part h4{ font-size:18px;}
.education_part p{ font-size:14px;}	
body > div.background > div.workpart_education > div > div > div > div > p:nth-child(5){ margin-bottom:20px;}
.principal-page .founder_part{margin:0px !important;}
}
.text_part:active{ float:left; width:auto; font-size:12px;}
.text_part { float: left;position: absolute;width: auto;bottom: 1px;background-color: #000;color: #fff;padding: 5px 10px;opacity: 0.7; width:93%;}
.text_part span{ float:none; width:auto; font-size:12px; color:#ffffff; text-align:center;}
.nd-wrap:hover .text_part{ display:none;}
/*inner_page_about_director*/
/*inner_page_about_management*/
.text-management{ float:left; width:100%;}
.text-management h4{ float:left; width:100%; height:auto;font-size:20px;color:#4747ad;font-family: 'Roboto-Light';}
.text-management p{float:left; width:100%; height:auto;font-family: 'Roboto-Light';color: #525252;line-height: 24px;font-size: 16px;}
.text-management p b{ font-weight:normal;color:#4747ad;font-family: 'Roboto-Light';font-size: 20px;}
.workpart_management{ float:left; width:100%;}
.management_part{ float:left; width:100%;}
.management_part h2{ float:left; width:100%; height:auto;color:#188722;font-family: 'Roboto-Light';}
/*inner_page_about_citizen*/
.workpart_citizen{ float:left; width:100%;background-color:#f5f5f5;}
.workpart_citizen #table_part > div > table > tbody > tr:nth-child(1){background-color:#0095da;border-top: 1px solid #fff;color:#fff;}
.workpart_citizen #table_part > div > table > tbody > tr td:nth-child(1){border-right: 2px solid #fff;}
.workpart_citizen #table_part > div > table > tbody > tr td:nth-child(2){border-right: 2px solid #fff;}
.workpart_citizen #table_part > div > table > tbody > tr:nth-child(2){background-color:#e8f6fd;border-top: 1px solid #fff;color:#000;}
.casuality-block{ float:left; width:100%;}
.casuality-block .management_part .text-management {margin-bottom:15px;}
.workpart_citizen .management_part .text-management {margin-bottom:15px;}
#opd-padding{padding-left:0px;}
.casuality-block .text-management p span b{color:#000;font-family: 'Roboto-Thin';font-size:16px;font-weight:600;}
.text-management .time{padding-left:0px;}
.text-management .time li{list-style:none;display:inline;padding:0px 40px;font-family: 'Roboto-Light';font-size: 16px;}
.text-management .opd{padding-left:0px;}
.text-management .opd li{list-style:none;display:inline;padding:0px 40px;font-family: 'Roboto-Light';font-size: 16px;}
.text-management .opd li:nth-child(2){    padding-right: 24px;padding-left: 123px;}
.text-management .awards_part ul li{font-size: 16px;padding-left:20px;}
.workpart_citizen .text-management .awards_part{margin:0px 0px;margin-bottom:10px;margin-top:10px;}
.workpart_citizen .text-management p a{text-decoration:none;font-family: 'Roboto-Light';font-size: 16px;color:#d55304;cursor:pointer;}
.workpart_citizen .text-management p a:hover{color:#188722;}
.workpart_citizen .text-management  p span img{width:24px;}
.workpart_citizen .text-management  p span{margin-bottom:15px;margin-right:6px;}
.workpart-citizen{ float:left; width:100%; height:auto;background-color: #e8e8e8;padding-bottom:15px;}
.workpart-citizen h6{color:#4747ad;font-size:18px;font-family: 'Roboto-Light';float:left;}
.workpart-citizen h6 a{text-decoration:none;font-family: 'Roboto-Light';font-size: 16px;color:#d55304;cursor:pointer;}
.workpart-citizen h6 a:hover{color:#188722;}
.workpart-citizen .text-management p{color:#525252;font-size:16px;font-family: 'Roboto-Light';}
.workpart-citizen #table_part > div > table > tbody > tr:nth-child(even) {}
.workpart-citizen #table_part > div > table > tbody > tr:nth-child(1) {background-color: #0095da;border-top: 1px solid #fff;color: #fff;}
.workpart-citizen #table_part > div > table > tbody > tr:nth-child(2) {background-color: #e8f6fd;border-top: 1px solid #fff;}

.workpart-citizen #table_part > div > table > tbody > tr td:nth-child(1) {border-right: 2px solid #fff;}
/*inner_page_principal*/
.principal-page{float:left; width:100%;}
.principal-page p a{text-decoration:none;font-family: 'Roboto-Light';font-size: 16px;color:#d55304;cursor:pointer;}
.principal-page p a:hover{color:#188722;}
.principal-page .founder_part h2{margin-top:20px;}
.superintendent .principal-page .founder_part h2{margin-top:0px;}
.principal-page .text-founder span{color:#188722;font-family: 'Roboto-Light';font-size: 16px;margin-right:6px;}
.principal .principal-page  h4{font-family: 'Roboto-Light';font-size: 20px;margin-right:6px;margin:0px;}
.principal-page .text-management{margin-top:10px;}
.principal-page  .text-management .text-founder{margin-top:0px;}
.principal-page .text-founder p{margin-bottom:15px;margin-top:4px;}
.principal-page .text-management p{margin-bottom:15px;margin-top:4px;}
.principal-page .text-founder p:nth-child(4){margin-bottom:0px !important;}
.principal-page .founder_part{margin:0px 0px 27px 0px;}
.principal-page .text-founder{margin-top:20px;}
.principal-page .text-founder p span img{width:24px;}
/*.principal-page  .text-founder p:nth-child(4){margin-bottom:0px;}
.principal-page  .text-founder p:nth-child(5){margin-bottom:0px;}
*/
.principal-page  .text-management  p span img{width:24px;margin-right:3px;}
/*inner_page_superintendent*/
.superintendent{float:left; width:100%;height:auto;}
.superintendent .principal-page .text-founder{margin-top:0px;}
/*inner_page_studentsadmitted*/
.studetsadmitted{float:left; width:100%;}
.studetsadmitted .awards_part ul li a
{
	float:left; width:100%; height:auto; margin:0px;font-family: 'Roboto-Light';color:#d55304; margin:0px; list-style:none;font-size:16px;text-decoration:none;margin-left:15px;line-height:17px;
}
.studetsadmitted .awards_part ul li a:hover
{
	color: #080838;
}
.studetsadmitted .awards_part .services_images {float: left; margin-right: 10px;position: relative;top: 14px;margin-left:0px;}
.studetsadmitted h2{margin:15px 0px;}
.studetsadmitted  p{float:left; width:100%; height:auto;font-family: 'Roboto-Light';color: #525252;line-height: 24px;font-size: 16px;margin-bottom:12px;}
.studetsadmitted .acc_head p{margin-bottom:12px;}
.studetsadmitted .awards_part h4 {margin: 5px 0px 6px 0px;}
.studetsadmitted .founder_part{margin-bottom:0px;}
/* Innerpage_hostel*/
.workpart_hostel{float:left; width:100%; height:auto;}
.workpart_hostel .grid li{border:10px solid #fff;}
/*.workpart_hostel .aboutpart_text{padding-left:502px;}
*/.workpart_hostel .aboutpart_text p{padding:5px -1px;font-size:16px;}
#workpart_about .workpart_about .aboutpart_text p{font-size:16px;}
/* Innerpage_SPORTS AND GYM*/
.sports{float:left; width:100%; height:auto;}
.sports .lecturetheatres_part{margin:0px;}
/* Innerpage_CAMPUS*/
.campus{float:left; width:100%; height:auto;}
/*.campus .workpart_hostel .aboutpart_text{padding-left:450px;}
*/.campus .awards_part{margin-top:5px;}
.campus  .awards_part ul{padding-left:25px;}
/* Innerpage_CAMPUS*/
.cme{float:left; width:100%; height:auto;}
.cme .table_trstyles th{text-align:center;}
/* Innerpage_VIDEOS*/
.video-part{float:left; width:100%; height:auto;}
.video-part h2{color:#188722; font-family: 'Roboto-Light';margin:15px 0px;}
.video-part .lecturetheatres_part{margin:0px;}
.video-part #workpart_demonstrationrooms.workpart_spoarts .sports_part{margin:0px;}
/* Innerpage_AWARDS*/
.awards-part{float:left; width:100%; height:auto;} 
.awards-part #table_part > div > table > tbody > tr:nth-child(1){background-color: #0095da;color: #fff;text-shadow: none;font-size: 16px;}
 .awards-part #table_part > div > table > tbody > tr a{text-decoration:none;font-family: 'Roboto-Regular'; color:#ff6200; font-size:16px; line-height:32px; position:relative; top:2px; text-decoration:none;}
.awards-part #table_part > div > table > tbody > tr a:hover{color:#080838;}
/* Innerpage_ANTI-RAGGING*/
.antiragging{float:left; width:100%; height:auto;}
.antiragging  h4{text-align:center;}
.antiragging  h4 a{font-family: 'Roboto-Regular'; color:#ff6200; font-size:16px;text-align:center;text-decoration:none;}
.antiragging h4 a:hover{color:#080838;}
/* Innerpage_STUDENT-CHARTER*/
.students-charter{width:100%;float:left;height:auto;}
.students-charter .awards_part{margin:0px;}
.students-charter .awards_part .services_images{margin-left:0px;}
.workpart_founder
.students-charter h2{margin-top:-20px;}
.students-charter p{margin-top:-5px;}
.students-charter h4{margin-top:-5px;}
/* Innerpage_ANTI-RAGGING*/
.affiliated{float:left; width:100%; height:auto;}
.affiliated  h4 a{font-family: 'Roboto-Regular'; color:#ff6200; font-size:16px;text-align:center;text-decoration:none;}
.affiliated h4 a:hover{color:#080838;}
.affiliated  .address h6{font-family: 'Roboto-Regular'; color:#188722; font-size:18px;}
.affiliated  .address{float:left; width:50%; height:auto;}
.affiliated  .address p{margin-bottom:0px;}
/* Innerpage_HOSPITAL*/
.hospital-block{float:left; width:100%; height:auto;background-color:#f2f1f1;}
.hospital-block .workpart_awards{background-image:none;height:auto;}
.hospital-block .awards_part .services_images{margin-left:0px;}
.hospital-block  .aboutpart_text{padding-left:0px;}
.hospital-block  .aboutpart_text p{font-size:16px;}
/*  Innerpage_ADMISSION-PROCESS */
.admission_process{float:left; width:100%; height:auto;background-color:#e8e8e8;padding:20px 0px;padding-bottom:30px;}
.admission_process #table_part > div > table > tbody > tr td{font-family: 'Roboto-Regular'; font-size:16px;color:#000;}
.admission_process #table_part > div > table > tbody > tr td a{font-family: 'Roboto-Regular'; color:#ff6200; font-size:16px;text-align:center;text-decoration:none;}
.admission_process #table_part > div > table > tbody > tr td a:hover{color:#080838;}
.admission_process .abouthospital_part h2{margin-bottom:20px;}
.admission_process .abouthospital_part{margin:0px;}
.admission_accordion{width:100%;float:left;height:auto;}
.admission_accordion  ul li .sub-menu ul li{width:auto !important;}
.admission_accordion  ul li .sub-menu ul li:hover{background-color:#d76219 !important;}
.admission_process{}


.admission_accordion .tab_content{ /* padding:10px 0px; */}
/* Innerpage_PHOTO GALLERY*/
.photo_gallery{float:left; width:100%; height:auto;}
.photo_gallery .lecturetheatres_part h2 {margin: -20px 0px 20px 0px;}
.photo_gallery .lecturetheatres_part{margin:25px 0px 40px 0px;}
.photo_gallery #workpart_demonstrationrooms.workpart_spoarts .sports_part {margin: 7px 0px;}
/* Innerpage_CLINICAL DEPARTMENT*/
.clinical{float:left; width:100%; height:auto;}
.name .field {
  width: 50%;
  float: left;
  height: 40px;
   padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  text-align:center;
}
.clinical .name{margin-top:15px;}
/* Innerpage_CLINICAL MATERIAL*/
.clinical-material{width:100%;height:auto;float:left;}
/* Innerpage_EMERGENCY MEDICINE*/
.emergency{width:100%;float:left;height:auto;margin:15px 0px;}
.emergency h4{float: left;width: 100%;height: auto;font-size: 20px;color: #4747ad;font-family: 'Roboto-Regular';}
.emergency p{float: left;width: 100%;height: auto;font-family: 'Roboto-Light';color: #525252;line-height: 24px;font-size: 16px;}
.emergency .awards_part ul li{padding-left:0px;}
.emergency .awards_part span{float: left;width: 100%;height: auto;font-family: 'Roboto-Light';color: #525252;line-height: 24px;font-size: 16px;margin-top:-15px;}
.emergency_services{width:100%;float:left;height:auto;background-color:#e8e8e8;}
.emergency_services .underpart{padding:15px 0px;}
.emergency .management_part h2{margin:0px;}
.emergency_services .awards_part p{float: left;width: 100%;height: auto;font-family: 'Roboto-Light';color: #525252;line-height: 24px;font-size: 16px;}
.emergency_services .awards_part ul li{padding-left:0px;}
.emergency_services .awards_part h4{font-size:24px;}
#emergency-padding{padding:0px;}
#table-center{text-align:center;}
.emergency .management_part h5{margin:0px;float: left;width: 100%;height: auto;font-size:18px;color: #000;font-family: 'Roboto-Light';margin-bottom:5px;}
.emergency .tpaservices p{width:50%;}
.lectures{width:100%;float:left;height:auto;}
.lectures p{line-height:22px;margin-bottom:0px;}
.emergency_services .awards_part{margin-top:0px;}
#biochemistry-table  table tbody tr td{border-right:2px solid #fff;}
#biochemistry-table  table thead tr th{border-right:2px solid #fff;}
#biochemistry-table #table_part{width:99%;}
@media screen and (max-width:1920px) and (min-width:1200px){

body > div > div.workpart_founder > div > div > div > div > div.founder_textpart > p{ margin-bottom:10px;}
.workpart_management{background-image:url(../images/backgroundabout1.png);background-repeat: no-repeat;background-position: center center; height:345px;}
#clinical-padding{padding:0px;}

/*.management_part{ margin:20px 0px;}*/
}
@media screen and (max-width:1199px) and (min-width:992px){
.workpart_management{background-color:#f2f2f2;}
./*management_part{ margin:20px 0px;}*/
.management_part h2{ margin-bottom:20px;}
.studetsadmitted .founder_part{margin:0px;} 
.sports{margin-bottom:30px;}
.campus .workpart_about{margin-bottom:0px;}
}
@media screen and (max-width:991px) and (min-width:768px){
.workpart_management{background-color:#f2f2f2;}
/*.management_part{ margin:20px 0px;}
*//*.management_part h2{ margin-bottom:20px;}*/
.studetsadmitted .founder_part{margin:0px;} 
.sports{margin-bottom:30px;}
.campus .workpart_about{margin-bottom:0px;}
}
@media screen and (max-width:767px) and (min-width:481px){ 
.workpart_management{background-color:#f2f2f2;}
.management_part{ margin:20px 0px;}
.management_part h2{ margin-bottom:20px;margin-top:0px;font-size:22px;}
.text-management p{font-size:14px;line-height:22px;margin-bottom: 0px;}
#navbar > ul > li.dropdown.active.open > ul > li:hover > a{ background-color:#080838; color:#ffffff;}
.clinical-material img{width:100%;}
.principal-page p a{font-size:14px;}
.workpart-citizen .text-management p{font-size:14px !important;}
.workpart-citizen .management_part h2{margin-bottom:0px;}
.admission_process .abouthospital_part h2{font-size:20px;}
.admission_process{padding:15px 0px;}
.admission_process #table_part > div > table > tbody > tr td{font-size:14px;}
.admission_process #table_part > div > table > tbody > tr td a{font-size:14px;}
.studetsadmitted .founder_part{margin:0px;} 
.studetsadmitted p{font-size:14px;}
.studetsadmitted .awards_part h4{font-size:16px;}
.studetsadmitted .awards_part ul li a{font-size:14px;}
#students-block{margin-top:0px;}
.workpart_hostel .aboutpart_text p{padding:0px;margin-bottom:5px;}
.hospital-block .awards_part{margin-top:0px;}
.sports{margin-bottom:30px;}
.campus .workpart_about{margin-bottom:0px;}
.awards-part #table_part > div > table > tbody > tr:nth-child(1) td{font-size:16px;}
.awards-part #table_part > div > table > tbody > tr a{font-size:14px;}
.awards-part #table_part > div > table > tbody > tr td{font-size:14px;}
}
@media screen and (max-width:480px) and (min-width:1px){
.workpart_management{background-color:#f2f2f2;}
.management_part{ margin:20px 0px;}	
.management_part h2{ margin-bottom:20px;}
#navbar > ul > li.dropdown.active.open > ul > li:hover > a{ background-color:#080838; color:#ffffff;}
.affiliated .address{width:100%;float:left;}
.management_part h2{ margin-bottom:20px;margin-top:0px;font-size:18px;}
.text-management h4{font-size:18px;}
.text-management p{font-size:14px;line-height:22px;margin-bottom: 0px;}
.principal-page p a{font-size:14px;}
.workpart-citizen .text-management p{font-size:14px !important;}
.workpart-citizen .management_part h2{margin-bottom:0px;}
.workpart-citizen h6 a{font-size:14px;}
.admission_process .abouthospital_part h2{font-size:20px;}
.admission_process{padding:15px 0px;}
.admission_process #table_part > div > table > tbody > tr td{font-size:14px;}
.admission_process #table_part > div > table > tbody > tr td a{font-size:14px;}
.studetsadmitted p{font-size:14px;}
.studetsadmitted .awards_part h4{font-size:16px;}
.studetsadmitted .awards_part ul li a{font-size:14px;}
#students-block{margin-top:0px;}
.sports{margin-bottom:30px;}
.campus .workpart_about{margin-bottom:0px;}
}


/*inner_page_about_management*/
/*inner_page_faq*/
.workpart_faq
{
	float:left; width:100%; height:auto; padding: 20px 0px;
}
.faq_part
{
	float:left; width:100%; height:auto;
}
.faq_part h2
{
	float:left; width:100%; height:auto;font-family: 'Roboto-Light'; margin:0px; color:#188722;
}
.text-faq
{
	float:left; width:100%; height:auto;
}
.text-faq h3
{
	float:left; width:100%; height:auto; margin:0px;font-family: 'Roboto-Light';color:#d86218; font-size:18px;
}
.text-faq p
{
	float:left; width:100%; height:auto;  margin:0px;font-family: 'Roboto-Light';color:#525252; font-size:16px;
}
.workpart_faqpart
{
	float:left; width:100%; height:auto;
}
.faqpart_part
{
	float:left; width:100%; height:auto;
}
.faqpart_part h3
{
	float:left; width:100%; height:auto; margin:0px;font-family: 'Roboto-Light';color:#d86218; font-size:18px;
}
.faqpart_part p
{
	float:left; width:100%; height:auto; margin:0px;font-family: 'Roboto-Light';color:#525252; font-size:16px;
}
.workpart_faqtext
{
	float:left; width:100%; height:auto;
}
.faqtext_part
{
	float:left; width:100%; height:auto;
}
.faqtext_part h3
{
	float:left; width:100%; height:auto;  margin:0px;font-family: 'Roboto-Light';color:#188722;color:#d86218; font-size:18px;
}
.faqtext_part p
{
	float:left; width:100%; height:auto;  margin:0px;font-family: 'Roboto-Light';color:#525252; font-size:16px; line-height:24px;
}
.workpart_faqstyle
{
	float:left; width:100%; height:auto;	
}
.faqstyle_part
{
	float:left; width:100%; height:auto;	
}
.faqstyle_part h3
{
	float:left; width:100%; height:auto; margin:0px;font-family: 'Roboto-Light';color:#d86218; font-size:18px;
}
.faqstyle_part p
{
	float:left; width:100%; height:auto;  margin:0px;font-family: 'Roboto-Light';color:#525252; font-size:16px;	
}
.workpart_stylefaq
{
	float:left; width:100%; height:auto;	
}
.stylefaq_part
{
	float:left; width:100%; height:auto;	
}
.stylefaq_part h3
{
	float:left; width:100%; height:auto; margin:0px;font-family: 'Roboto-Light';color:#d86218; font-size:18px;	
}
.stylefaq_part p
{
	float:left; width:100%; height:auto; margin:0px;font-family: 'Roboto-Light';color:#525252; font-size:16px;
}
.stylefaq_part ul
{
	float:left; width:100%; height:auto; margin:0px;font-family: 'Roboto-Light'; padding-left:0px;
}
.stylefaq_part ul li
{
	float:left; width:100%; height:auto; margin:0px;font-family: 'Roboto-Light'; padding-left:0px; list-style:none;    color: #525252; font-size:16px; margin-bottom:5px;
}
@media screen and (max-width:1920px) and (min-width:1200px)
{
.workpart_faq{ background-color:#fff;}
.workpart_faqpart{ background-color:#dcdcfb;}
.workpart_faqtext{background-color:#e8e8e8;}
.workpart_faqstyle{background-color:#dcdcfb;}
.workpart_stylefaq{background-color:#e8e8e8;}
.faq_part{ margin:30px 0px;}
.faq_part h2{ margin-bottom:15px;}
.text-faq h3{ margin-bottom:7px;}
.text-faq p{ margin-bottom:29px;}
.faqpart_part{margin:30px 0px;}
.faqpart_part p{ margin-bottom:29px;}
.faqpart_part h3{ margin-bottom:7px;}
.faqtext_part{ margin:30px 0px;}
.faqtext_part h3{ margin-bottom:7px;}
.faqtext_part p{ margin-bottom:29px;}
.faqstyle_part{ margin:30px 0px;}
.faqstyle_part h3{ margin-bottom:7px;}
.faqstyle_part p{ margin-bottom:29px;}
.stylefaq_part{ margin:30px 0px;}
.stylefaq_part h3{ margin-bottom:7px;}
.stylefaq_part p{ margin-bottom:29px;}
}
@media screen and (max-width:1199px) and (min-width:992px){.workpart_faq{ background-color:#e8e8e8;}
.workpart_faqpart{ background-color:#dcdcfb;}
.workpart_faqtext{background-color:#e8e8e8;}
.workpart_faqstyle{background-color:#dcdcfb;}
.workpart_stylefaq{background-color:#e8e8e8;}
.faq_part{ margin:30px 0px;}
.faq_part h2{ margin-bottom:15px;}
.text-faq h3{ margin-bottom:10px;}
.text-faq p{ margin-bottom:5px;}
.faqpart_part{margin:30px 0px;}
.faqpart_part p{ margin-bottom:5px;}
.faqpart_part h3{ margin-bottom:10px;}
.faqtext_part{ margin:30px 0px;}
.faqtext_part h3{ margin-bottom:10px;}
.faqtext_part p{ margin-bottom:5px;}
.faqstyle_part{ margin:30px 0px;}
.faqstyle_part h3{ margin-bottom:10px;}
.faqstyle_part p{ margin-bottom:5px;}
.stylefaq_part{ margin:30px 0px;}
.stylefaq_part h3{ margin-bottom:10px;}
.stylefaq_part p{ margin-bottom:5px;}
}
@media screen and (max-width:991px) and (min-width:768px){.workpart_faq{ background-color:#e8e8e8;}
.workpart_faqpart{ background-color:#dcdcfb;}
.workpart_faqtext{background-color:#e8e8e8;}
.workpart_faqstyle{background-color:#dcdcfb;}
.workpart_stylefaq{background-color:#e8e8e8;}
.faq_part{ margin:30px 0px;}
.faq_part h2{ margin-bottom:15px;}
.text-faq h3{ margin-bottom:10px;}
.text-faq p{ margin-bottom:5px;}
.faqpart_part{margin:30px 0px;}
.faqpart_part p{ margin-bottom:5px;}
.faqpart_part h3{ margin-bottom:10px;}
.faqtext_part{ margin:30px 0px;}
.faqtext_part h3{ margin-bottom:10px;}
.faqtext_part p{ margin-bottom:5px;}
.faqstyle_part{ margin:30px 0px;}
.faqstyle_part h3{ margin-bottom:10px;}
.faqstyle_part p{ margin-bottom:5px;}
.stylefaq_part{ margin:30px 0px;}
.stylefaq_part h3{ margin-bottom:10px;}
.stylefaq_part p{ margin-bottom:5px;}
}
@media screen and (max-width:767px) and (min-width:481px)
{
.workpart_faq{ background-color:#e8e8e8;}
.workpart_faqpart{ background-color:#dcdcfb;}
.workpart_faqtext{background-color:#e8e8e8;}
.workpart_faqstyle{background-color:#dcdcfb;}
.workpart_stylefaq{background-color:#e8e8e8;}
.faq_part{ margin:30px 0px;}
.faq_part h2{ margin-bottom:15px;}
.text-faq h3{ margin-bottom:10px;}
.text-faq p{ margin-bottom:5px;}
.faqpart_part{margin:30px 0px;}
.faqpart_part p{ margin-bottom:5px;}
.faqpart_part h3{ margin-bottom:10px;}
.faqtext_part{ margin:30px 0px;}
.faqtext_part h3{ margin-bottom:10px;}
.faqtext_part p{ margin-bottom:5px;}
.faqstyle_part{ margin:30px 0px;}
.faqstyle_part h3{ margin-bottom:10px;}
.faqstyle_part p{ margin-bottom:5px;}
.stylefaq_part{ margin:30px 0px;}
.stylefaq_part h3{ margin-bottom:10px;}
.stylefaq_part p{ margin-bottom:5px;}
}
@media screen and (max-width:480px) and (min-width:1px){.workpart_faq{ background-color:#e8e8e8;}
.workpart_faqpart{ background-color:#dcdcfb;}
.workpart_faqtext{background-color:#e8e8e8;}
.workpart_faqstyle{background-color:#dcdcfb;}
.workpart_stylefaq{background-color:#e8e8e8;}
.faq_part{ margin:30px 0px;}
.faq_part h2{ margin-bottom:15px;}
.text-faq h3{ margin-bottom:10px;}
.text-faq p{ margin-bottom:5px;}
.faqpart_part{margin:30px 0px;}
.faqpart_part p{ margin-bottom:5px;}
.faqpart_part h3{ margin-bottom:10px;}
.faqtext_part{ margin:30px 0px;}
.faqtext_part h3{ margin-bottom:10px;}
.faqtext_part p{ margin-bottom:5px;}
.faqstyle_part{ margin:30px 0px;}
.faqstyle_part h3{ margin-bottom:10px;}
.faqstyle_part p{ margin-bottom:5px;}
.stylefaq_part{ margin:30px 0px;}
.stylefaq_part h3{ margin-bottom:10px;}
.stylefaq_part p{ margin-bottom:5px;}
.text-faq h3{ font-size:18px;}
.text-faq p{ font-size:14px;}
.faqpart_part h3{ font-size:18px;}
.faqpart_part p{ font-size:14px;}
.faqtext_part h3{ font-size:18px;}
.faqtext_part p{ font-size:14px;}
.faqstyle_part h3{ font-size:18px;}
.faqstyle_part p{ font-size:14px;}
.stylefaq_part h3{ font-size:18px;}
.stylefaq_part p{ font-size:14px;}
.stylefaq_part ul li{ font-size:14px;}
.faq_part h2{ font-size:24px;}
}
/*inner_page_faq*/
/*inner_page_faq*/
.workpart_careers
{
	float:left; width:100%; height:auto;
}
.careers_part
{
	float:left; width:100%; height:auto;
}
.careers_part h2
{
	float:left; width:100%; height:auto; margin:0px;color: #1ea82a;font-family: 'Roboto-Regular';
}
.careers_part p
{
	float:left; width:100%; height:auto; margin:0px;color: #525252;font-family: 'Roboto-Light'; font-size:16px;
}
.form_part
{
	float:left; width:100%; height:auto; 
}
.name
{
	float:left;width:100%; height:auto;	
}
.postform
{
	float:left; width:50%; height:auto;
}
.commentform
{
	float:left; width:50%; height:auto;
}
.data
{
	color: #525252;font-family: 'Roboto-Light'; font-size:14px; margin-bottom:0px ; padding:19px 0px;
}
.comment-text 
{
	color: #525252;font-family: 'Roboto-Light';
}
.comments form-control-message{}
.postfield{padding: 7px 10px;border-radius: 4px;border: 1px solid #cecece;color: #525252;font-family: 'Roboto-Light'; background-color:#ffffff;}
.postsubmit{ float:right; width:100%; height:auto; text-align:right;}
#read{background-color: rgba(228,102,25,0.9);border:none; color:#ffffff;width: auto;height: auto;padding: 6px 15px;border-radius: 3px; margin-right:10px;}
#read:hover{background-color: #4747ad;}
#read_reset:hover{background-color: #4747ad;}
#read_reset{background-color: rgba(228,102,25,0.9); border:none; color:#ffffff;width: auto;height: auto;padding: 6px 15px;border-radius: 3px;}
.questions-part  {width: 100%;float: left;padding-right:30px;}
.questions-part h2{ width:100%; height:auto; margin:0px;color: #188722;font-size:30px;padding-bottom:35px;font-family: 'Roboto-Light';}
.acc_head p{color:#e46619;font-size:16px;margin-left:5px;/*font-family: 'segoeuisl' !important;*/margin-bottom:0px;}
.faq-rightsection{width: 100%;float: left;}
.faq-rightsection h6{color:#e46619;font-size:18px;/*font-family: 'segoeuisl' !important;*/font-family: 'Roboto-Light';background-color:#2d3741;padding:10px;color:#fff;margin:0px;}
.courses{background-color:#f4f5f5;width: 100%;float: left;margin-top:20px;}
.courses ul{padding-left:25px;}
.courses ul li{list-style:url(../images/listarrow.png);padding:5px 0px;}
.courses ul li:nth-child(1){padding-top:15px;}
.question{background-color:#f4f5f5;width: 100%;float: left;margin-top:30px;}
.courses ul li a{color:#e46619;font-size:16px;text-decoration:none;}
.courses ul li a:hover{color:#4747ad;}
.question-form{width: 100%;float: left;padding:10px;}
.question-form .form-control{background-color:#e2e2e2;}
.question-form  .textarea{width:100% !important;float:left;background-color:#e2e2e2 !important;}
.question-form button{background-color:#e46619;width:100%;border:1px solid #e46619;margin:5px 0px;border-radius:5px;padding:5px 0px;margin-top:15px;}
.question-form button:hover{background-color: #4747ad;border:1px solid #4747ad;}
.question-form .send a{text-decoration:none;color:#fff;font-size:16px;/*font-family: 'segoeuisl' !important;*/font-family: 'Roboto-Light';}
@media screen and (max-width:1920px) and (min-width:1200px){
.workpart_careers{ background-color:#e8e8e8;}
.data{ float:left; width:25%; height:auto;}
.postfield{ float:left; width:70%; height:auto;}
.comments { float:left; width:70%; height:auto;border-radius: 4px;border: 1px solid #cecece; padding:7px 0px;}
.comment-text {float:left; width:25%; height:auto;}
.careers_part{ margin:15px 0px;}
.careers_part h2{ margin-bottom:20px;}
.careers_part p{ margin-bottom:10px;}
.form_part{ margin:30px 0px;}
.name{ margin-bottom:25px;}
.postform
{
	float:left; width:50%; height:auto;
}
.commentform
{
	float:left; width:50%; height:auto;
}
.postsubmit{ margin-right:13px;}
}
@media screen and (max-width:1199px) and (min-width:992px){
.workpart_careers{ background-color:#e8e8e8;}
.data{ float:left; width:32%; height:auto;}
.postfield{ float:left; width:60%; height:auto;}
.comments { float:left; width:60%; height:auto;border-radius: 4px;border: 1px solid #cecece;padding:7px 0px;}
.comment-text {float:left; width:32%; height:auto;}
.careers_part{ margin:40px 0px;}
.careers_part h2{ margin-bottom:20px;}
.careers_part p{ margin-bottom:10px;}
.form_part{ margin:30px 0px;}
.name{ margin-bottom:25px;}
.postform
{
	float:left; width:50%; height:auto;
}
.commentform
{
	float:left; width:50%; height:auto;
}
.postsubmit{ margin-right:40px;}
}
@media screen and (max-width:991px) and (min-width:768px){
.workpart_careers{ background-color:#e8e8e8;}
.data{ float:left; width:40%; height:auto;}
.postfield{ float:left; width:50%; height:auto;}
.comments { float:left; width:60%; height:auto;border-radius: 4px;border: 1px solid #cecece;padding:7px 0px;}
.comment-text {float:left; width:40%; height:auto;}
.careers_part{ margin:40px 0px;}
.careers_part h2{ margin-bottom:20px;}
.careers_part p{ margin-bottom:10px;}
.form_part{ margin:30px 0px;}
.name{ margin-bottom:25px;}
.postform
{
	float:left; width:50%; height:auto;
}
.commentform
{
	float:left; width:50%; height:auto;
}
body > div > div.workpart_careers > div > div > div > div > div > div.commentform > div:nth-child(2) > form > label{ width:40%;}
body > div > div.workpart_careers > div > div > div > div > div > div.commentform > div:nth-child(2) > form > input{ width:60%;}
.postsubmit{ margin-right:2px;}
}
@media screen and (max-width:767px) and (min-width:481px){
.workpart_careers{ background-color:#e8e8e8;}
.data{ float:left; width:35%; height:auto;}
.postfield{ float:left; width:65%; height:auto;}
.comments { float:left; width:65%; height:auto;border-radius: 4px;border: 1px solid #cecece;padding:7px 0px;}
.comment-text {float:left; width:35%; height:auto;}
.careers_part{ margin:40px 0px;}
.careers_part h2{ margin-bottom:20px;}
.careers_part p{ margin-bottom:10px;}
.form_part{ margin:30px 0px;}
.name{ margin-bottom:25px;}
.postform
{
	float:left; width:100%; height:auto;
}
.commentform
{
	float:left; width:100%; height:auto;
}	
.careers_part h2{ font-size:24px;}
.careers_part p{ font-size:14px;}

}
@media screen and (max-width:480px) and (min-width:1px){
.workpart_careers{ background-color:#e8e8e8;}
.data{ float:left; width:100%; height:auto;}
.postfield{ float:left; width:100%; height:auto;}
.comments { float:left; width:100%; height:auto;border-radius: 4px;border: 1px solid #cecece;padding:7px 0px;}
.comment-text {float:left; width:100%; height:auto;}
.careers_part{ margin:40px 0px;}
.careers_part h2{ margin-bottom:20px;}
.careers_part p{ margin-bottom:10px;}
.form_part{ margin:30px 0px;}
.name{ margin-bottom:25px;}
.postform
{
	float:left; width:100%; height:auto;
}
.commentform
{
	float:left; width:100%; height:auto;
}
.careers_part h2{ font-size:24px;}
.careers_part p{ font-size:14px;}
.postsubmit{ margin-right:34px;}
.workpart-citizen .management_part{ margin-bottom:0px;}
}
/*inner_page_faq*/
/*inner_workpart_contact*/
.workpart_contact
{
	float:left; width:100%; height:auto;	
}
.contactpart{float:left; width:100%; height:auto;border:10px solid #fff;}
.contactpart h2{float:left; width:100%; height:auto; margin:0px;color: #188722;font-family: 'Roboto-Light';}
.part_table{float:left; width:100%; height:auto;}
.workpart_contactmap{float:left; width:100%; height:auto;background-color: #e8e8e8;}
.contactpartmap{float:left; width:100%; height:auto;border-top:1px dotted #000;padding-top:15px;}
.contactpart-block{float:left; width:100%; height:auto;background-color:#fff;border: 1px solid #e2e2f5;}
/*-------------------------------------------------contactus----------------------------------------------------*/
.work-part-contactinfo{width:100%;float:left;height:auto;position: relative;
  top: 22px;}
.work-part-contactinfo h2{color: #62802e;
  font-size: 28px;
  padding: 12px 0px;
  margin-bottom: 0px;
  margin-top: 4px;
 font-family: 'Roboto-Light';}
.work-part-contactinfo .work-part-contactmap{width:100%;float:left;height:auto;  margin: 15px 0px;}
.work-part-contactinfo .work-part-contact h1{font-size: 20px;
  margin: 10px 0px;
  color: #727272;}
.work-part-contactinfo .work-part-contact .form-group{padding:20px 0px;}
.work-part-contactinfo .work-part-contact .message{width:100%;float:left;height:auto;color:#000;}
.work-part-contactinfo #namepadding{padding:0px;font-weight:normal;}
#wpcf7-f481-p13-o1 .work-part-contactinfo #email{padding:0px; width:65% !important;}
.work-part-contactinfo #message{padding:0px;}
.work-part-contactinfo #email .form-control{ border-radius: 4px;background-color:#fff; width: 65% !important; margin-left: -51px !important;}
.work-part-contactinfo #message .form-control{ border-radius: 4px;background-color:#fff;}
.work-part-contactinfo .contact-message .send-button{padding: 0px;margin:0px;background-color: transparent;border: 1px solid #fff;float: right;padding-top:15px;border-radius:6px;}
.work-part-contactinfo .contact-message .send-button button a{background-color: #dc5e11;
  color: #fff;
  padding: 4px 15px 6px 15px;
  box-shadow: none;
  border: none;
  border-radius: 4px;
  right: 0px;
  margin-top: 0px;
  float: right;font-family: 'Roboto-Light';font-size:16px;
  /*margin-right: 15px;*/
  text-decoration: none;}
.socialmedia{width:100%;float:left;height:auto;border-top:1px dotted #000;border-bottom:1px dotted #000;}
.socialmedia ul{padding-left:0px;width:100%;float:left;margin:0px;padding:7px 0px;}
.socialmedia ul li{list-style:none;display:inline;width:25%;float:left;}
.socialmedia ul li img{margin-right:5px;}
#media_padding{padding-left:0px;}
.work-part-contactinfo .contact-message .send-button button a:hover{  color: #fff;
  border: none;
  background-color: #62802e;}
.work-part-contactinfo .contact-message .send-button .send{padding: 0px;
  border: 1px;} 
.work-part-contactinfo .contact-info{width:100%;float:left;height:auto;}
.work-part-contactinfo .contact-info h3{font-size: 20px;
  margin: 10px 0px;
  color: #727272;font-weight:normal;}
.work-part-contactinfo .contact-info ul li{list-style:none;color:#363636;font-weight:normal;}
.work-part-contactinfo .contact-info ul li p{margin:5px 0px;}
.work-part-contactinfo .contact-info ul li span{  width: 25%;
  float: left;}
.work-part-contactinfo .contact-info ul{padding-left:0px;}
.work-part-contactinfo .contact-info li:nth-child(2) a{text-decoration:none;color:#363636;}
.work-part-contactinfo .contact-info li:nth-child(2) a:hover{color:#44abde;}
#wpcf7-f481-p13-o1 .work-part-contactinfo #email .form-control{margin-bottom:10px; width:60%;}  
.work-part-contactinfo .work-part-contact .message .form-group label{padding-top:15px !important;font-family: 'Roboto-Light';}
.contact-message .form-group label{padding-top:5px !important;font-family: 'Roboto-Light';font-weight:normal;}

    @media screen and (max-width: 1920px) and (min-width: 1200px){
.work-part-contactinfo {
  padding-left: 30px;/*padding-bottom:45px;*/
}
#work-part-contact-padding{padding:0px;}
.contact-message{padding-top:30px !important;}
.work-part-contactinfo .work-part-contact{padding-top:0px !important;}

  }
@media screen and (max-width: 1199px) and (min-width: 992px){
.work-part-contactinfo {padding-left: 15px;/*padding-bottom:45px;*/}
#work-part-contact-padding{padding:0px;}
.work-part-contactinfo #email{padding-right:15px;}
#message-part{padding-left:0px;}
.socialmedia ul li a{font-size:15px !important;}
.contact-message{padding-top:30px;}
.work-part-contactinfo .work-part-contact{padding-top:25px !important;}
   }
  @media screen and (max-width: 991px) and (min-width: 1px){
	
   #work-part-contact-padding{padding:0px;}
   #padding-rightpart{padding:0px;}
   .work-part-contactinfo .work-part-contactmap{margin-bottom: 50px;}
   .work-part-contactinfo #email{padding-left:15px;padding-right:15px;}
   .work-part-contactinfo #namepadding{padding-left:15px  !important;padding-right:15px  !important;margin-top:10px;}
   .work-part-contactinfo #message label{padding-left:0px;}
   #media_padding {padding-left: 15px  !important;}
   }
  @media screen and (max-width: 767px) and (min-width: 1px){
	    
   #work-part-contact-padding{padding:0px;}
   #padding-rightpart{padding:0px;}
   .work-part-contactinfo .work-part-contactmap{margin-bottom: 0px;}
  .socialmedia ul li{width:50% !important;padding:5px 0px;}
 
  }

@media screen and (max-width:1920px) and (min-width:1200px){.contactpartmap{ margin:30px 0px 15px 0px;} .contactpart h2{ margin-bottom:20px;}}
@media screen and (max-width:1199px) and (min-width:992px){.contactpartmap{ margin:30px 0px;} .contactpart h2{ margin-bottom:20px;}}
@media screen and (max-width:991px) and (min-width:768px){.contactpartmap{ margin:40px 0px;} .contactpart h2{ margin-bottom:20px;}}
@media screen and (max-width:767px) and (min-width:1px){.contactpartmap{ margin:20px 0px;} .contactpart h2{ margin-bottom:15px; font-size:24px;} }
/*inner_workpart_contact*/
/*-------------------------------------------------contactus----------------------------------------------------*/
.work-part-contactinfo{width:100%;float:left;height:auto;position: relative;
  top: 22px;}
.work-part-contactinfo h2{color: #62802e;
  font-size: 28px;
  padding: 12px 0px;
  margin-bottom: 0px;
  margin-top: 4px;
 font-family: 'Roboto-Light';}
.work-part-contactinfo .work-part-contactmap{width:100%;float:left;height:auto;  margin: 15px 0px;}
.work-part-contactinfo .work-part-contact{width:100%;float:left;height:auto;padding-top:15px;}
.contact-message{width:100%;float:left;height:auto;padding-top:35px;}
.work-part-contactinfo .work-part-contact h1{font-size: 20px;
  margin: 10px 0px;
  color: #727272;}
#wpcf7-f481-p13-o1 .work-part-contactinfo .work-part-contact .form-group{padding:5px 0px;float:left;}
#wpcf7-f481-p13-o1 .work-part-contactinfo .work-part-contact .message{width:100%;float:left;height:auto;color:#000;}
#wpcf7-f481-p13-o1 .work-part-contactinfo #namepadding{padding:0px;font-weight:normal;}
#wpcf7-f481-p13-o1 .work-part-contactinfo #message{padding:0px;}
#wpcf7-f481-p13-o1 .work-part-contactinfo #email .form-control{ border-radius: 4px;background-color:#fff; width: 65%;}
#wpcf7-f481-p13-o1 .work-part-contactinfo #message .form-control{ border-radius: 4px;background-color:#fff;}
#wpcf7-f481-p13-o1 .work-part-contactinfo .contact-message .send-button{padding: 0px;margin:0px;background-color: transparent;border: 1px solid #fff;float: right;padding-top:15px;border-radius:6px;}
#wpcf7-f481-p13-o1 .wpcf7-form-control.wpcf7-submit.button {background-color: #dc5e11;
  color: #fff;
  padding: 4px 15px 6px 15px;
  box-shadow: none;
  border: none;
  border-radius: 4px;
  right: 0px;
  margin-top: 0px;
  float: right;font-family: 'Roboto-Light';font-size:16px;
  /*margin-right: 15px;*/
  text-decoration: none;}
.socialmedia{width:100%;float:left;height:auto;border-top:1px dotted #000;border-bottom:1px dotted #000;}
.socialmedia ul{padding-left:0px;width:100%;float:left;margin:0px;padding:7px 0px;}
.socialmedia ul li{list-style:none;display:inline;width:25%;float:left;}
.socialmedia ul li img{margin-right:5px;}
.socialmedia ul li a{text-decoration:none;font-size:16px; font-family: 'Roboto-Light';color:#000;}
#media_padding{padding-left:0px;}
#wpcf7-f481-p13-o1 .wpcf7-form-control.wpcf7-submit.button:hover{  color: #fff;
  border: none;
  background-color: #4747ad;}
#wpcf7-f481-p13-o1 .work-part-contactinfo .contact-message .send-button .send{padding: 0px;
  border: 1px;} 
.work-part-contactinfo .contact-info{width:100%;float:left;height:auto;}
.work-part-contactinfo .contact-info h3{font-size: 20px;
  margin: 10px 0px;
  color: #727272;font-weight:normal;}
.work-part-contactinfo .contact-info ul li{list-style:none;color:#363636;font-weight:normal;}
.work-part-contactinfo .contact-info ul li p{margin:5px 0px;}
.work-part-contactinfo .contact-info ul li span{  width: 25%;
  float: left;}
.work-part-contactinfo .contact-info ul{padding-left:0px;}
.work-part-contactinfo .contact-info li:nth-child(2) a{text-decoration:none;color:#363636;}
.work-part-contactinfo .contact-info li:nth-child(2) a:hover{color:#44abde;}
  .workpart_contact h2{ width:100%; height:auto; margin:0px;color: #188722;font-size:25px;padding-bottom:20px;font-family: 'Roboto-Light';padding-left:15px;}

   
    @media screen and (max-width: 1920px) and (min-width: 1200px){
.work-part-contactinfo {
 padding: 10px 0px 15px 15px;
}
#work-part-contact-padding{padding:0px;}
	}
  @media screen and (max-width: 991px) and (min-width: 1px){
	
   #work-part-contact-padding{padding:0px;}
   #padding-rightpart{padding:0px;}
   .work-part-contactinfo .work-part-contactmap{margin-bottom: 50px;}
   .work-part-contactinfo #email{padding-left:15px;padding-right:15px;}
   .work-part-contactinfo #namepadding{padding-left:15px;padding-right:15px;}
   .work-part-contactinfo #message label{padding-left:0px;}
   #media_padding {padding-left: 15px;}
  }
  @media screen and (max-width: 767px) and (min-width: 1px){
	 .work-part-contactinfo {padding-bottom:15px;}    
   #work-part-contact-padding{padding:0px;}
   #padding-rightpart{padding:0px;}
   .work-part-contactinfo .work-part-contactmap{margin-bottom: 0px;}
  .socialmedia ul li{width:50%;padding:5px 0px;}
  }
/*inner_workpart_courses*/
.workpart_under
{
	float:left; width:100%; height:auto;background-color:#e8e8e8; position:relative;
}
.underpart
{
	float:left; width:100%; height:auto; margin:10px 0px;
}
/*<!--@media screen and (max-width: 1920px) and (min-width: 1200px){
.workpart_under {
    background-image: url(../images/backgroundabout1.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 435px;
}
}-->*/
.underpart h2
{
	color:#014076; font-family: 'Roboto-Regular'; float:left; width:100%; height:auto; margin:0px;
}
.part_table img
{
	 max-width: 380px;  border: 5px solid #fff; /*float:left;*/ margin:5px 15px 5px 5px;
}
.rightimge
{
	 max-width: 380px;  border: 5px solid #fff; float:right !important; margin:5px 15px 5px 5px;
}

 @media screen and (max-width: 767px) and (min-width: 1px)
{
	.part_table img
{
	 max-width: 250px;  border: 5px solid #fff; float:left; margin:5px 15px 5px 5px;
}
     .rightimge
{
	 max-width: 250px;  border: 5px solid #fff; float:right !important; margin:5px 15px 5px 5px;
}
}
.part_tablecontent
{
	   margin: 20px 0px; 
}

.part_tablecontent h4
{ 
        color: #525252; font-family: 'Roboto-Light';
}
.part_tablecontent p
{
	font-size:16px;color: #525252; font-family: 'Roboto-Light'; line-height: 24px;
}
.part_tablecontent a
{
	font-size:16px;color: #0B00B5; font-family: 'Roboto-Light'; line-height: 24px; text-decoration:underline; float:left; margin:5px 0px;
}
.workpart_post
{
	float:left; width:100%; height:auto;background-color:#fff;
}
.workpart_post_bg
{
	float:left; width:100%; height:auto;padding-top:45px;background-color:#e8e8e8;
}

.postpart
{
	float:left; width:100%; height:auto;
}
.postpart h2
{
	float:left; width:100%; height:auto;margin:0px;color: #188722;font-family: 'Roboto-Light';
}
.workpart_diploma
{
	float:left; width:100%; height:auto;background-color:#e8e8e8;
}
.diplomapart
{
	float:left; width:100%; height:auto;
}
.diplomapart h2
{
	float:left; width:100%; height:auto;margin:0px;color: #188722;font-family: 'Roboto-Light';
}
.workpart_super
{
	float:left; width:100%; height:auto;background-color:#e8e8e8;
}
.superpart
{
	float:left; width:100%; height:auto;
}
.superpart h2
{
	float:left; width:100%; height:auto;margin:0px;color: #188722;font-family: 'Roboto-Light';
}
.part_tabletext
{
	float:left; height:auto;	
}
body > div > div.workpart_post > div > div > div > div > div > div:nth-child(1){margin-top:40px;}
body > div > div.workpart_post > div > div > div > div > div > div:nth-child(2){margin-top:40px;}
#table-padding{margin-top:0px;}

@media screen and (max-width:1920px) and (min-width:1200px){

.underpart{ margin:5px 0px;}
.underpart h2{ margin:10px 0px 20px 0px;}
.postpart{margin:5px 0px;}	
.postpart h2{ margin:10px 0px 20px 0px;}
.diplomapart{ margin:5px 0px;}
.diplomapart h2{ margin:10px 0px 20px 0px;}
.superpart{ margin:5px 0px;}
.superpart h2{margin:0px 0px -5px 0px;}


}
@media screen and (max-width:1920px) and (min-width:1297px){
.part_tabletext{ width:48%;}
body > div > div.workpart_diploma > div > div > div > div > div > div:nth-child(1){ margin-right:50px;margin-bottom:25px;}
body > div > div.workpart_diploma > div > div > div > div > div > div:nth-child(3){margin-right:50px;}
body > div > div.workpart_post > div > div > div > div > div > div:nth-child(1){ margin-right:50px;margin-bottom:25px;}
body > div > div.workpart_post > div > div > div > div > div > div:nth-child(3){ margin-right:50px;margin-bottom:25px;}
body > div > div.workpart_post > div > div > div > div > div > div:nth-child(5){ margin-right:28px;margin-bottom:10px;}
body > div > div.workpart_post_bg > div > div > div > div > div > div:nth-child(1){ margin-right:50px;margin-bottom:25px;}
body > div > div.workpart_post_bg > div > div > div > div > div > div:nth-child(3){ margin-right:50px;margin-bottom:25px;}
body > div > div.workpart_post > div > div > div > div > div > div:nth-child(9){ margin-right:50px;margin-bottom:25px;}
body > div > div.workpart_post > div > div > div > div > div > div:nth-child(11){ margin-right:50px;margin-bottom:25px;}
body > div > div.workpart_post > div > div > div > div > div > div:nth-child(13){ margin-right:50px;margin-bottom:25px;}
body > div > div.workpart_post > div > div > div > div > div > div:nth-child(15){ margin-right:50px;margin-bottom:25px;}
body > div > div.workpart_post > div > div > div > div > div > div:nth-child(17){ margin-right:50px;margin-bottom:25px;}
body > div > div.workpart_post > div > div > div > div > div > div:nth-child(19){ margin-right:50px;margin-bottom:25px;}
body > div > div.workpart_post > div > div > div > div > div > div:nth-child(21){ margin-right:50px;margin-bottom:25px;}
body > div > div.workpart_super > div > div > div > div > div > div:nth-child(1){ margin-right:50px;margin-bottom:25px;}
body > div > div.workpart_super > div > div > div > div > div > div:nth-child(3){ margin-right:50px;margin-bottom:25px;}
body > div > div.workpart_super > div > div > div > div > div > div:nth-child(5){ margin-right:50px;margin-bottom:25px;}
body > div > div.workpart_super > div > div > div > div > div > div:nth-child(7){ margin-right:50px;}}
@media screen and (max-width:1296px) and (min-width:1200px){
	.part_tabletext{ width:48%;}
body > div > div.workpart_diploma > div > div > div > div > div > div:nth-child(1){ margin-right:45px; margin-bottom:20px;}
body > div > div.workpart_diploma > div > div > div > div > div > div:nth-child(3){margin-right:45px;}
body > div > div.workpart_post > div > div > div > div > div > div:nth-child(1){ margin-right:45px;margin-bottom:20px;}
body > div > div.workpart_post > div > div > div > div > div > div:nth-child(3){ margin-right:45px;margin-bottom:20px;}
body > div > div.workpart_post > div > div > div > div > div > div:nth-child(5){ margin-right:28px;margin-bottom:10px;}

body > div > div.workpart_post_bg > div > div > div > div > div > div:nth-child(1){ margin-right:45px;margin-bottom:20px;}
body > div > div.workpart_post_bg > div > div > div > div > div > div:nth-child(3){ margin-right:45px;margin-bottom:20px;}
body > div > div.workpart_post > div > div > div > div > div > div:nth-child(9){ margin-right:45px;margin-bottom:20px;}
body > div > div.workpart_post > div > div > div > div > div > div:nth-child(11){ margin-right:45px;margin-bottom:20px;}
body > div > div.workpart_post > div > div > div > div > div > div:nth-child(13){ margin-right:45px;margin-bottom:20px;}
body > div > div.workpart_post > div > div > div > div > div > div:nth-child(15){ margin-right:45px;margin-bottom:20px;}
body > div > div.workpart_post > div > div > div > div > div > div:nth-child(17){ margin-right:45px;margin-bottom:20px;}
body > div > div.workpart_post > div > div > div > div > div > div:nth-child(19){ margin-right:45px;margin-bottom:20px;}
body > div > div.workpart_post > div > div > div > div > div > div:nth-child(21){ margin-right:45px;margin-bottom:20px;}
body > div > div.workpart_super > div > div > div > div > div > div:nth-child(1){ margin-right:45px;margin-bottom:20px;}
body > div > div.workpart_super > div > div > div > div > div > div:nth-child(3){ margin-right:45px;margin-bottom:20px;}
body > div > div.workpart_super > div > div > div > div > div > div:nth-child(5){ margin-right:45px;margin-bottom:20px;}
body > div > div.workpart_super > div > div > div > div > div > div:nth-child(7){ margin-right:45px;}
}



@media screen and (max-width:1199px) and (min-width:992px){

.underpart{ margin:10px 0px;}
.underpart h2{ margin:10px 0px 20px 0px;}
.postpart{margin:10px 0px;}	
.postpart h2{ margin:10px 0px 20px 0px;}
.diplomapart{ margin:10px 0px;}
.diplomapart h2{ margin:10px 0px 20px 0px;}
.superpart{ margin:10px 0px;}
.superpart h2{margin:10px 0px 20px 0px;}
.part_tabletext{ width:48%;}
body > div > div.workpart_diploma > div > div > div > div > div > div:nth-child(1){ margin-right:37px; margin-bottom:15px;}
body > div > div.workpart_diploma > div > div > div > div > div > div:nth-child(3){margin-right:37px;}
body > div > div.workpart_post > div > div > div > div > div > div:nth-child(1){ margin-right:37px;margin-bottom:15px;}
body > div > div.workpart_post > div > div > div > div > div > div:nth-child(3){ margin-right:37px;margin-bottom:15px;}
body > div > div.workpart_post_bg > div > div > div > div > div > div:nth-child(1){ margin-right:37px;margin-bottom:15px;}
body > div > div.workpart_post > div > div > div > div > div > div:nth-child(5){ margin-right:28px;margin-bottom:10px;}

body > div > div.workpart_post_bg > div > div > div > div > div > div:nth-child(3){ margin-right:37px;margin-bottom:15px;}
body > div > div.workpart_post > div > div > div > div > div > div:nth-child(9){ margin-right:37px;margin-bottom:15px;}
body > div > div.workpart_post > div > div > div > div > div > div:nth-child(11){ margin-right:37px;margin-bottom:15px;}
body > div > div.workpart_post > div > div > div > div > div > div:nth-child(13){ margin-right:37px;margin-bottom:15px;}
body > div > div.workpart_post > div > div > div > div > div > div:nth-child(15){ margin-right:37px;margin-bottom:15px;}
body > div > div.workpart_post > div > div > div > div > div > div:nth-child(17){ margin-right:37px;margin-bottom:15px;}
body > div > div.workpart_post > div > div > div > div > div > div:nth-child(19){ margin-right:37px;margin-bottom:15px;}
body > div > div.workpart_post > div > div > div > div > div > div:nth-child(21){ margin-right:37px;margin-bottom:15px;}
body > div > div.workpart_super > div > div > div > div > div > div:nth-child(1){ margin-right:37px;margin-bottom:15px;}
body > div > div.workpart_super > div > div > div > div > div > div:nth-child(3){ margin-right:37px;margin-bottom:15px;}
body > div > div.workpart_super > div > div > div > div > div > div:nth-child(5){ margin-right:37px;margin-bottom:15px;}
body > div > div.workpart_super > div > div > div > div > div > div:nth-child(7){ margin-right:37px;}
.superpart .part_table .part_tabletext{margin-top:0px;}
}
@media screen and (max-width:991px) and (min-width:768px){

/*.underpart{ margin:20px 0px;}
*/.workpart-citizen .underpart{ margin:0px;}
.underpart h2{ margin:10px 0px 20px 0px;}
.postpart{margin:10px 0px;}	
.postpart h2{ margin:10px 0px 20px 0px;}
.diplomapart{ margin:10px 0px;}
.diplomapart h2{ margin:10px 0px 20px 0px;}	
.superpart{ margin:10px 0px;}
.superpart h2{margin:10px 0px 20px 0px;}
.part_tabletext{ width:48%;}
body > div > div.workpart_diploma > div > div > div > div > div > div:nth-child(1){ margin-right:28px; margin-bottom:10px;}
body > div > div.workpart_diploma > div > div > div > div > div > div:nth-child(3){margin-right:28px;}
body > div > div.workpart_post > div > div > div > div > div > div:nth-child(1){ margin-right:28px;margin-bottom:10px;}
body > div > div.workpart_post > div > div > div > div > div > div:nth-child(3){ margin-right:28px;margin-bottom:10px;}
body > div > div.workpart_post > div > div > div > div > div > div:nth-child(5){ margin-right:28px;margin-bottom:10px;}
body > div > div.workpart_post_bg > div > div > div > div > div > div:nth-child(1){ margin-right:28px;margin-bottom:10px;}
body > div > div.workpart_post_bg > div > div > div > div > div > div:nth-child(3){ margin-right:28px;margin-bottom:10px;}
body > div > div.workpart_post > div > div > div > div > div > div:nth-child(9){ margin-right:28px;margin-bottom:10px;}
body > div > div.workpart_post > div > div > div > div > div > div:nth-child(11){ margin-right:28px;margin-bottom:10px;}
body > div > div.workpart_post_bg > div > div > div > div > div > div:nth-child(1){ margin-right:28px;margin-bottom:10px;}
body > div > div.workpart_post_bg > div > div > div > div > div > div:nth-child(3){ margin-right:28px;margin-bottom:10px;}
body > div > div.workpart_post > div > div > div > div > div > div:nth-child(17){ margin-right:28px;margin-bottom:10px;}
body > div > div.workpart_post > div > div > div > div > div > div:nth-child(19){ margin-right:28px;margin-bottom:10px;}
body > div > div.workpart_post > div > div > div > div > div > div:nth-child(21){ margin-right:28px;margin-bottom:10px;}
body > div > div.workpart_super > div > div > div > div > div > div:nth-child(1){ margin-right:28px;margin-bottom:10px;}
body > div > div.workpart_super > div > div > div > div > div > div:nth-child(3){ margin-right:28px;margin-bottom:10px;}
body > div > div.workpart_super > div > div > div > div > div > div:nth-child(5){ margin-right:28px;margin-bottom:10px;}
body > div > div.workpart_super > div > div > div > div > div > div:nth-child(7){ margin-right:28px;}
.superpart .part_table .part_tabletext{margin-top:0px;}

}
@media screen and (max-width:767px) and (min-width:1px){

/*.underpart{ margin:20px 0px;}
*/.underpart h2{ margin:10px 0px 10px 0px; font-size:24px;}
/*.postpart{margin:20px 0px;}	
*/.postpart h2{ margin:10px 0px 10px 0px; font-size:24px;}
.diplomapart{ margin:40px 0px;}
.diplomapart h2{ margin:10px 0px 10px 0px; font-size:24px;}	
/*.superpart{ margin:40px 0px;}
*/.superpart h2{margin:10px 0px 10px 0px; font-size:24px;}
.part_tabletext{ width:100%;}
body > div > div.workpart_post > div > div > div > div > div > div:nth-child(2){margin-top:0px;}
.superpart .part_table .part_tabletext{margin-top:0px;}
.workpart-citizen .underpart{ margin:0px;}

}
@media screen and (max-width:480px) and (min-width:1px){
	.underpart h2{ margin:10px 0px 10px 0px; font-size:20px;}
	.postpart h2{ margin:10px 0px 10px 0px; font-size:20px;}
	.diplomapart h2{ margin:10px 0px 10px 0px; font-size:20px;}	
	.superpart h2{margin:10px 0px 10px 0px; font-size:20px;}
}

/*inner_workpart_courses*/
/*inner_workpart_eventsnews*/
.workpart_eventsnews
{
	float:left; width:100%; height:auto;
}
.events_news
{
	float:left; width:100%; height:auto;padding-bottom:25px;
}
.eventsnews_images
{
	float:left; width:100%; height:auto;
}
.eventsnews_images .eventsnewspart
{
	float:left; width:100%; height:auto; padding-left:0px; margin:0px;
}
.eventsnews_images .eventsnewspart li
{
	float:left; height:auto;background-color: #ffffff;border: 1px solid #d1d1d1;padding: 9px 11px; list-style:none; position:relative;
}
.eventsnews_images .eventsnewspart li img
{
	float:left; height:auto; width:100%;
}
.events_news h2{margin:0px;color: #188722;font-family: 'Roboto-Light'; float:left; width:100%; height:auto;}
.eventsnews_part{float:left; width:100%; height:auto;}
.images_eventspart{float:left; width:100%; height:auto; position:relative; overflow:hidden;}
.images_eventspart:hover img
{
	transform:scale(1.1);	-ms-transform:scale(1.1);  -webkit-transform:scale(1.1);   -webkit-transition-duration: 0.9s; -moz-transition-duration: 0.9s; transition-duration: 0.9s; 
}

.images_parttext{float:left; width:auto; height:auto;}
.eventsnews_part:active .images_parttext span{float:left; width:auto; height:auto;color:#d86218;}

.images_parttext span{float:left; width:auto; height:auto; background-color:#003366; color:#ffffff; padding:10px 15px;}

.news-block
{
	float:left; width:100%; height:auto;
}
.news-block .workabout_image .images_eventspart
{
	border: 2px solid #fff;padding: 10px;background-color: #fff;
}
.news-block .workabout_image .images_parttext {position: absolute;bottom:46px;left: 12px;}
.events-block
{
	float:left; height:auto; width:100%;padding:20px 0px;background-color:#e8e8e8;
}
.events-block .events_news
{
	float:left; width:100%; height:auto;
}
.events-block .eventsnews_images
{
	float:left; width:100%; height:auto;
}
.events-block .eventsnews_images .eventsnewspart
{
	float:left; width:100%; height:auto; padding-left:0px; margin:0px;
}
.events-block .eventsnews_images .eventsnewspart li
{
	float:left; height:auto;background-color: #ffffff;border: 1px solid #d1d1d1;padding: 9px 11px; list-style:none; position:relative;
}
.events-block .eventsnews_images .eventsnewspart li img
{
	float:left; height:auto; width:100%;    transition: all 0.9s ease-out;
}

.newsticker{
	float: left; width: 100%; height: auto;
	}
.newsticker .latest{
	float: left; width: 100%; height: auto;
	}
.newsticker .latest h3{
	color:#015bac;margin-bottom:20px;
	}
.newsticker .wrapper{
	float: left; width: 100%; height: auto;
	}
.newsticker .wrapper .demo2{
	float: left; width: 100%; height: auto; margin: 0px; padding: 0px; list-style: none outside none;
}
.news-item {
	padding: 1px 4px;
}
.newsticker .wrapper .demo2 li{
	float: left; width: 100%; position: relative;
	 }
.newsticker .wrapper .demo2 li .date{
	float: left; min-height: 45px; width: 70px; position: absolute; height: 70%;background-color: #dad7d7;top:9px;left:10px;
}
.newsticker .wrapper .demo2 li .date b{
	font-size: 36px; color:#000; float: left; width: 100%; text-align: center; height: 40px; font-weight: normal;position: absolute;
top: 20%;
	}
.newsticker .wrapper .demo2 li .date span{
	font-size: 14px; color: #fff; float: left; width: 100%; text-align: center;position: absolute;background-color:#638611;font-family: 'Roboto-Light';
top:70%;
	}
.newsticker .wrapper .demo2 li .para{float: left;width: 100%;/*padding-left: 27%;*/padding-left:90px;margin-bottom: 7px;min-height: 60px;line-height: 16px;padding-top: 2%;background-color: #fff;padding-bottom: 3%;}
.newsticker .wrapper .demo2 li .para a{
	color: #000 !important; font-size: 16px;text-decoration:none;line-height:18px;
}
.newsticker .wrapper .demo2 li .para span{float:left;font-size:15px;}
.newsticker .wrapper .demo2 li .para a:hover{color:red;}
.workpart_about .newsticker .wrapper ul{height:215px !important;}
#news-padding{padding-left:0px;}

@media screen and (max-width:1920px) and (min-width:1200px){
	
.images_eventspart{ position:relative;}
.images_parttext{ position:absolute; bottom:9px;}
.events_news h2{ margin:0px 0px 30px 0px;}
.eventsnews_images .eventsnewspart li:nth-child(2){ margin-bottom:50px;}
.eventsnews_images .eventsnewspart li:nth-child(4){ margin-bottom:50px;}
.eventsnews_images .eventsnewspart li{width: 46.8%;}	
.eventsnews_images .eventsnewspart li:nth-child(1){ margin-right:35px;}
.eventsnews_images .eventsnewspart li:nth-child(3){ margin-right:35px;}
.events-block .eventsnews_images .eventsnewspart li{width: 29.3%;}
.events-block .eventsnews_images .eventsnewspart li:nth-child(1){ margin-right:25px;}
.events-block .eventsnews_images .eventsnewspart li:nth-child(2){ margin-right:25px;}
.events-block .eventsnews_images .eventsnewspart li:nth-child(4){ margin-right:25px;}
.events-block .eventsnews_images .eventsnewspart li:nth-child(3){ margin-right:25px;}
.events-block .eventsnews_images .eventsnewspart li:nth-child(6){ margin-right:25px;}
.events-block .eventsnews_images .eventsnewspart li:nth-child(5){ margin-right:25px;}
/*.events-block .eventsnews_images .eventsnewspart li:nth-child(1){margin-bottom:25px !important;}
*/.events-block .eventsnews_images .eventsnewspart li:nth-child(2){margin-bottom:24px !important;}
.events-block .eventsnews_images .eventsnewspart li:nth-child(3){margin-bottom:25px !important;}
.events-block .eventsnews_images .eventsnewspart li:nth-child(4){margin-bottom:25px !important;}
.events-block .eventsnews_images .eventsnewspart li:nth-child(5){margin-bottom:25px !important;}
.events-block .eventsnews_images .eventsnewspart li:nth-child(6){margin-bottom:25px !important;}

}
@media screen and (max-width:1199px) and (min-width:768px){
.news-block .workabout_image .images_parttext{bottom:142px;}	
.images_eventspart{ position:relative;}
/*.images_parttext{ position:absolute; bottom:9px;}
*/.eventsnews_images .eventsnewspart li{width:44%;}	
.eventsnews_images .eventsnewspart li:nth-child(2){ margin-bottom:50px;}
.eventsnews_images .eventsnewspart li:nth-child(4){ margin-bottom:50px;}
.eventsnews_images .eventsnewspart li:nth-child(1){ margin-right:60px;}
.eventsnews_images .eventsnewspart li:nth-child(3){ margin-right:60px;}
.eventsnews_images .eventsnewspart li:nth-child(5){ margin-right:60px;}
.eventsnews_images  .pagination{margin-top:20px;}
.workpart_about .newsticker .wrapper ul{height:208px !important;}
.events-block .workpart_about h2{padding-left:15px;}

}
@media screen and (max-width:991px) and (min-width:768px)
{
.images_eventspart{ position:relative;}
.images_parttext{ position:absolute; bottom:9px;}
.news-block .workabout_image .images_parttext {position:absolute;top:245px;left: 12px;}
#news-padding{padding-left:15px;}

}
@media screen and (max-width:767px) and (min-width:1px)
{
.images_eventspart{ position:relative;}
.images_parttext{ position:absolute; bottom:9px;}
.eventsnews_images .eventsnewspart li{margin:10px 0px;}
.news-block .workabout_image .images_parttext {position:absolute;top:245px;left: 12px;}
#news-padding{padding-left:15px;margin-bottom:45px;}
.events-block .workpart_about h2{padding-left:15px;}
}
@media screen and (max-width:580px) and (min-width:1px)
{
.workpart_about .newsticker .wrapper ul{height:200px !important;}
}
.back-to-top
{
	position: fixed;bottom:3em;right: 1em;text-decoration: none; cursor:pointer;color: #fff;background-color: rgba(228,102,25,0.9);background-image: url(../images/back-to-top-arrow.png);
background-position: center 9px;-o-background-size: 15px 10px;-moz-background-size: 15px 10px;-webkit-background-size: 15px 10px;background-size: 15px 10px;background-repeat: no-repeat;height: 30px;width: 30px;border-radius: 30px;font-size: 10px;font-weight: bold;text-transform: uppercase;padding: 1em;display: none;-webkit-transition: all 0.3s ease;transition: all 0.3s ease; z-index: 10000;
}

.back-to-top:hover
{
background-color:#080838;background-position: center 7px; cursor:pointer;
}



.carousel-caption{ z-index:0;}


.menu ul li a:hover{ color:#d55304;}

.breadcrumb > .active > a {color: rgba(228,102,25,0.9);}

.breadcrumb > li > a{color: #525252; text-decoration:none;}
.breadcrumb > li:hover > a{color: rgba(228,102,25,0.9);}
.breadcrumb > li{color: #525252;}
.breadcrumb > .active {color: #014076;}


.pagination_part{ float:none; width:100%; height:auto; text-align:center;}
.pagination{float:none; width:auto; height:auto;}
.pagination li{ width:auto; height:auto; margin:0px;}
.pagination li:nth-child(1){ width:auto; height:auto; float:left; margin:0px;}
.pagination li:nth-child(2){ width:auto; height:auto; float:left;}
.pagination li:nth-child(3){ width:auto; height:auto; float:left;}

.pagination > li > a, .pagination > li > span { padding:5px 21px; margin-right:15px;}
.footer-faq{width:100%;float:left;height:auto;background-color:#eaeaea;}
.footer-faq .subfooter{background-color:#eaeaea;}
.workpart_contact{width: 100%;float: left;padding-top:5px;}
.contact_form{width: 100%;float: left;}
.contact_form .form-control{margin-bottom:10px;background-color:#fff;}
.contact_form  .textarea{width:100% !important;float:left;background-color:#e2e2e2 !important;}




.teamlist { width: 100%; float: left; height: auto;}
.teamlist h1{ color:#8b8dbf; font-family:'Roboto-Thin'; margin:10px 0px; font-size:36px;}
.teamlist p{   float: left;width: 100%;margin: 10px 0px 2px 0px;color: #4e4e4f; font-size: 16px;  font-family: 'Roboto-Light';}
/*div#team { padding: 0px;}*/
.team { width: 100%; height: auto; float: left; text-align: center; background-color:#f3f1f0; padding:10px; margin:20px 0px;}

.team img{  margin: 0px auto; width: 151px;}
.team h3{  font-family: 'Roboto-Regular'; font-size:16px; }
.team p{ font-family: 'Roboto-Light'; font-size:14px;}
.inner_videos {
  width: 100%;
  height: auto;
  float: left;
  padding: 0px 10px; margin-top:20px;
}
.videotext {
  text-align: center;
  background-color: #f3f1f0;
  float: left;
  width: 100%;
  height: auto;
}

@media (max-width:767px) and (min-width: 1px)
{
#team{ padding:0px;}

.inner_videos { padding:0px;}
.teamlist h1 { font-size:24px;}
.teamlist p { font-size:14px;}
#team-first{padding:0px;}
	#team-second{padding:0px;}
	#team-third{ padding:0px;}
	#team-fourth{padding:0px;}
	#team-fiveth{padding:0px;}
	#team-sixth{padding:0px;}
	#team-seventh{padding:0px;}
	#team-eighth{padding:0px;}
	#team-ninth{padding:0px;}
	
	.footer-right-part ul li { margin:5px 0px;}
	.footer-left-part p { margin:5px 0px;}
	
}
@media (max-width:991px) and (min-width: 768px)
{
	#team-part { padding: 0px;}
	#team-first{ position:relative; right:15px; }
	#team-second{ position:relative; left:15px; }
	#team-third{ position:relative; right:15px;}
	#team-fourth{ position:relative; left:15px;}
	#team-fiveth{ position:relative; right:15px;}
	#team-sixth{ position:relative; left:15px;}
	#team-seventh{ position:relative; right:15px;}
	#team-eighth{ position:relative; left:15px;}
	#team-ninth{ position:relative; right:15px;}
}
@media (max-width:1199px) and (min-width: 992px)
{
	#team-first{ position:relative; right:15px; }
	#team-second{ position:relative; left:15px; }
	#team-third{ position:relative; right:15px;}
	#team-fourth{ position:relative; left:15px;}
	#team-fiveth{ position:relative; right:15px;}
	#team-sixth{ position:relative; left:15px;}
	#team-seventh{ position:relative; right:15px;}
	#team-eighth{ position:relative; left:15px;}
	#team-ninth{ position:relative; right:15px;}
	.team p  { height:41px}
}
@media (max-width:1920px) and (min-width: 1200px)
{
	#team-part { padding-right:0px;}
	#team-first{ position:relative; right:15px;}
	#team-second{}
	#team-third{position:relative; left:15px;}
	#team-fourth{position:relative; right:15px;}
	#team-fiveth{}
	#team-sixth{position:relative; left:15px;}
	#team-seventh{position:relative; right:15px;}
	#team-eighth{}
	#team-ninth{position:relative; left:15px;}
	
}
#video-text
{
	border-top:1px dotted #c2c1c0; margin-top:15px; padding-top:5px;	
}

#team-text-part
{
	text-decoration:none; color:#c50b16;
}
#team-text-part:hover
{
	text-decoration:none; color:#c50b16;
}
.team:hover { background-color:#dedfff; }


/* Inner page photogallery styles*/
.photo_gallery{width:100%;float:left;height:auto;}
.photo_gallery .workpart_founder{height:507px;}




.work-details {
 
}
/*-----------------------------------------------------------------------------------*/
.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	overflow:hidden;
	border: 1px solid #eaeaea;
    padding: 10px;
	margin-bottom:25px;margin-right:15px;
	background-color:#fff;
}
.b-link-stripe .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	color:#ffffff;
	overflow:hidden;
}
.b-link-stripe .b-line{
	position:absolute;
	top:0;
	bottom:0;
	width:20%;
	background:rgba(15, 207, 140, 0.9);
	transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	opacity:0;
	visibility:hidden; /* lt-ie9 */
}
/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go{
	text-decoration:none;
}
.b-animate img{
	margin-top:0%;
	display: -webkit-inline-box;
}
h2.b-animate.b-from-left.b-delay03 {
	padding-top: 9em;
	font-size: 15px;
	color: #7E7C7C;
}
h2.b-animate.b-from-left.b-delay03 img {
  width: 8%;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position:relative;
	left:-100%;
}
.b-animate-go:hover .b-from-left{
	left:0;
}
.b-link-stripe:hover .b-line{
	visibility:visible;
}
.b-link-stripe:hover .b-line{
	opacity:1;
}
#portfoliolist .portfolio {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		width: 25%;
		display:none;
		float:left;
		overflow:hidden;
}
div#portfoliolist {
		padding: 10px 0px;
}	
.portfolio-wrapper img {
  width: 100%;
}
.portfolio-wrapper {
		overflow:hidden;
		position: relative !important;
		cursor:pointer;
		margin:0em 0em 0px 0px;
		padding: 0px 7px;
}
.portfolio img {
		max-width:100%;
		display: block;
		margin: 0px auto 0px;
		/*--position: relative;--*/
		transition: all 300ms!important;
		-webkit-transition: all 300ms!important;
		-moz-transition: all 300ms!important;
}

.b-wrapper:hover {
	background:rgba(120, 50, 5, 0.39);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
@media (max-width:767px) and (min-width: 480px)
{
.b-link-stripe{width:100%;}

}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*color: #565656;*/
	text-align: left;
	line-height: 18px;
}
.heading{
    font-family: Arial, Helvetica, sans-serif;
	background-image: url(../../necnellore/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	display: block;
	color:006789;
	font-size:14px;
	font-weight:bold;
	word-spacing:1px;
	padding-bottom:8px;
	}
.heading2{
     font-size:14px;
	 color: #c25413;
	 font-weight:bold;
	 background-color: #95CAFF;
	 }
.nolinkcolor{
    color:#FF0000;
	font-weight:bold;
	font-size:13px;
	text-decoration:underline;
	}	
a.link{
 	color: #0000FF;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	}
a.link:hover{
   color:#FF0000;
   }		

a.close{
 font-family:Arial, Helvetica, sans-serif;
 font-size:14px;
 color:#FF0000;
 font-weight:bold;
 text-decoration:underline;
 text-align:center;
 display:block;
 } 
 a.close:hover{
 color:#660000;
 text-decoration:none;
 }
 
.narayana-hospital-image {width:100%; float:left;}
.narayana-hospital-image h4 {width:100%; float:left;}
.narayana-hospital-image ul {width:50%; float:left;}
.narayana-hospital-images {width:50%; float:left; margin:0px;}
.narayana-hospital-images ul {width:auto; padding:9px; background:#fff; float:right;}
      
	  
	  
/*************************LATEST_CSS*************************************/	  
	  
	  
.department {width:100%;float:left;}
.department h3 {float: left;width: 100%;height: auto;color: #4747ad;font-family: 'Roboto-Light';font-size:20px;margin:10px 0px;} 
.department ul {width:100%;float:left;padding-left:3px;}
.department ul li {font-size:16px;line-height:32px;font-family: 'Roboto-Light';}
.department .departmentsections {width:100%;float:left;list-style:none;padding-left:5px;}
.department .departmentsections span {margin-left:12px;}
.department .departmentsections  .services_images1 {float: left;margin-right: 10px;position: relative;top: 13px;}
.department .departmenttesting  {width:100%;float:left;list-style:none;padding-left:5px;list-style:none;}
.department p {font-size:16px;font-family: 'Roboto-Light';margin: 5px 0px 18px 0px;width:100%;float:left;}
.department ul {list-style:none;}
.department ul .services_images1 {float: left;margin-right: 10px;position: relative;top: 13px;}
.department ul li p {font-size:16px;font-family: 'Roboto-Light';margin:10px 20px;float:none;}
.department b {font-size:16px;line-height:30px;float:left;}
.timings {width:100%;float:left;}
.timings p {font-size:16px;font-family: 'Roboto-Light';margin:5px 0px;}
.timings p span {margin-left:10px;}g169

.part_table tr.trstyles {background:#0095da;}
.underpart .trstyles td {color:#fff;text-align: center;background:#0095da;}
.underpart .weekdays td {background-color: #e8f6fd; border-top: 1px solid #fff;text-align:center;font-size:13px;}
.underpart .days td {background-color: #f5f4f4; border-top: 1px solid #fff;text-align:center;font-size:13px;}
.underpart .trstyles b {float:none !important;}
.management_part .specialty p {margin: 12px 0px;line-height: 30px;}

.department .surgery {font-size:16px;line-height:30px;width:100%;float:left;margin:5px 0px;}
.department .surgery ul {list-style:none;padding-left:2px;}
.department .surgery ul .services_images1 {float: left;margin-right: 10px;position: relative;top: 13px;}

.subfooter-list li.sitemap {
    padding: 10px 0px;
}
@media screen and (max-width:1199px) and (min-width:992px){
 .header_part .logo a img {width:340px;}
 
}
/*************************LATEST_CSS*************************************/	  


/*************************LATEST_CSS_ALUMNI_FORM*************************************/	  
.membership {width:100%;float:left;}
.membership .logo-image {width:600px;float:left;}
.membership .logo-image img {width:137px;float:left;margin:0px auto;display:block;}
.membership  .upload-photo {width: 135px;
    float: left;
    border: 3px solid #333;
    min-height: 133px;
    border-style: double;
    padding: 43px 0px;}
.membership  .upload-photo p {text-align:center;margin: 4px 0px;font-size: 12px;padding: 0px 20px;}
.membership .post {width:65%;float:none;margin:5px auto;padding: 7px 10px;border-radius: 4px;/*border: 1px solid #cecece;*/color: #525252;font-family: 'Roboto-Light';/*background-color: #ffffff;*/}
.box-border {width:100%;float:left;border:1px solid #E7E0E0;margin:10px 0px;background-color: #fff;}
#application-padding {padding: 10px 0px;}
.application-padding {width:100%;float:left;}
.application-padding::after{position: absolute;
    content: "";
   max-width: 1210px;
    height: 1px;
    right: ;
    bottom: -5px;
    background: rgba(156, 156, 156, 0.22);
    width: 100%;
    margin: 0px auto;
    left: 0;
    display: block;
    margin-left: 20px;}
.application {width:50%;float:left;}
.application p {width:100%;float:left;font-size:25px;margin:0px;font-weight:normal;box-shadow: none;color: #525252;padding: 10px; text-align: left; padding-left:20px;}
.application p.xp {width:100%;float:left;font-size:16px;margin:0px;font-weight:normal;box-shadow: none;color: #525252;padding: 10px; text-align: left; padding-left:20px;}

.application-section {width:50%; float:left;}
.application-section p {width:100%;float:left;font-size:18px;margin:0px;font-weight:bold;box-shadow: none;color: #525252;padding: 10px; text-align: right; padding-right:20px;}
.application-details {width:100%;float:left;}
.application-elements {width:100%;float:left;}

.applicationform {width:100%;float:left;}

.form-tags {width:100%;float:left;}
.form-tags h2{width:100%;float:left;font-size:16px;margin: 5px 0px;color: #000000;font-weight: bold;}


.form-elements {width:100%;float:left;}
.form-elements h2{width:100%;float:left;font-size:16px;margin: 0px 0px;color: #000000;font-weight: bold;}


.personal {width:100%;float:left; margin-top: 0px; padding: 10px 20px; position:relative;}
.personal .personal-details {width:100%; float:left;}
.personal .form_part {margin:20px 0px;}
.personal .form-border { width: 100%; float: left; /*padding: 15px;*/ /*border: 1px solid #eCeCeC;*/ border-radius: 5px;}
.personal .data {position:absolute; width:105px; left:0px;}
.personal-details-career .data {width:155px !important;}
.personal .name {position:relative;}
.personal .postform .name:nth-last-of-type(1) {margin-bottom:0px;} 
.personal .commentform .name:nth-last-of-type(1) {margin-bottom:0px;}
.personal .postfield-div {width:100%; padding-left:125px; float:left;}
.personal-details-career .postfield-div {padding-left:180px !important;}
.personal .postfield {width:100%; float:left;}
.personal .postform {padding-right:70px;}
.personal .suggestions .postfield-div {padding-left:0px !important;}
.personal .commentform {padding-left:70px;}
.personal .comments {width:100%;}
.personal h2 {    font-size: 20px;
    color: #4747ad;
    font-family: 'Roboto-Regular'; margin-bottom:0px; font-weight:normal;}
.personal .checkbox {margin-top:0px; margin-bottom:0px; width:66px; float:left;}
.personal .checkbox input[type="checkbox"] {margin:4px -4px; right:0;}
.personal .checkbox label {padding-left:0px;}
.personal .years-passing {width:auto; float:left; margin-left:30px;}
.personal .years-passing label.year-text {width:auto; margin-bottom:0px; float:left;}
.personal .years-passing-right {width:auto; float:left; margin-left:53px;}
.personal .years-passing-right label.year-text {width:auto; margin-bottom:0px; float:left;}
.personal .drop {padding:2px 10px; margin-left:11px; margin-top:-4px;}
.graduate-box {width:100%; float:left; margin-bottom:20px;}
.personal-details-suggestions {width:50%; float:left;}
.personal-details-suggestions .postform {width:100%;}
.personal-details-suggestionsright {width:50%; float:left; padding-left:70px;}
.personal-details-suggestionsright .postform {width:100%; padding-right:0px;}
@media screen and (max-width: 1296px) and (min-width: 1200px) {.personal .years-passing-right {margin-left:20px;}}
@media screen and (max-width: 1199px) and (min-width: 992px) {.personal .postform {padding-right:35px;}
.personal .commentform {padding-left:35px;}
.personal .years-passing-right {margin-left:70px;}
.personal .drop {padding:2px 3px;    margin-left: 20px;}}
@media screen and (max-width: 991px) and (min-width: 768px) {.personal .postform {padding-right:15px;}
.personal .commentform {padding-left:15px;}
.personal .educationdetails-right {padding-left:0px !important;}
.personal .years-passing-right {margin-left:39px;}
.personal .drop {padding:2px 3px;margin-left: 27px;}
.personal .drop1 {padding:2px 3px;margin-left: 27px;}
.personal .drop2 {padding:2px 3px;margin-left: 27px;}

.educationdetails-left {width:100% !important;}
.educationdetails-right {width:100% !important;}
.personal-details-career .postfield-div {padding-left:153px !important;}
.personal-details-suggestionsright {padding-left:15px;}}

@media screen and (max-width: 767px) {.personal .postform {padding-right:0px;}
.personal .commentform {padding-left:0px; margin-top:20px;}
.personal .educationdetails-right {padding-left:0px !important;}
.personal .years-passing-right {margin-left:0px; width:100%; margin-top:16px;}
.personal .drop {padding:2px 3px;}
.educationdetails-left {width:100% !important;}
.educationdetails-right {width:100% !important;}
.personal-details-suggestions {width:100%;}
.personal-details-suggestionsright {padding-left:0px; width:100%;}
.personal .checkbox {width:auto;}
.personal .years-passing {width:100%; margin-left:0px; margin-top:10px;}
.personal .checkbox input[type="checkbox"] {margin:4px -32px;}
.personal .years-passing-right label.year-text {width:114px;}
.personal .years-passing label.year-text {width:120px;}}

.adress {width:100%;float:left;padding: 10px 20px;}
 
.suggestion {width:100%;float:left;padding: 10px 20px;}

.eduaction {width:100%;float:left;margin-top: 0px;padding: 10px 20px;}

.comment {width:100%;float:left;padding: 10px 20px;margin-top: 20px;}

.career {width:100%;float:left;margin-top: 20px;padding: 10px 20px;}
/*.post-field {padding: 5px;margin: 8px 0px;width: 100%;}*/
.post-field {
    padding: 8px 5px;
    margin: 8px 0px;
    width: 100%;
    border: 1px solid #E1D5D5;
    border-radius: 4px;
}
.post-adress {padding: 8px 5px;margin: 8px 0px;border: 1px solid #E1D5D5;border-radius: 4px;}
.save{ text-align:center !important;padding: 5px;}

].adress h2 {
    width: 100%;
    float: left;
    font-size: 16px;
    margin: 0px;
    color: #000000;
	font-weight: bold;
}
.personal-details h3 {font-size: 16px;
    color: #4747ad;
    font-family: 'Roboto-Light'; 
    margin: 1px 0px 15px 0px;
    font-weight: normal;font-family: 'Roboto-Light'}

.post-field-permanent{padding:8px 5px;margin: 8px -70px 8px 75px;width:100%;border: 1px solid #E1D5D5;border-radius: 4px;}
.post-field-comment{padding:8px 5px;margin: 8px 7px 8px 95px;width:100%;border: 1px solid #E1D5D5;border-radius: 4px;}

.post-adress-permanent{margin: 8px 73px;border: 1px solid #E1D5D5;border-radius: 4px;}
.post-adress-suggestions{margin: 8px 90px;border: 1px solid #E1D5D5;border-radius: 4px;}
.post-field-educational{padding: 8px 5px;border: 1px solid #E1D5D5;border-radius: 4px;height: 32px;}
.post-adress-comments{margin: 8px 0px;border: 1px solid #E1D5D5;border-radius: 4px; }
.year{padding: 5px 0px !important;/*width: 25% */!important;/*margin: 8px 0px;*/width:auto;border: 1px solid #E1D5D5;border-radius: 4px; float:right;}
.year-passing{    padding: 5px 0px !important;
    width: 32% !important;
    margin: 8px 0px;
    width: 100%;
    border: 1px solid #E1D5D5;border-radius: 4px;}
educational-graduate{}
.suggestion h2{
    width: 100%;
    float: left;
    font-size: 16px;
    margin: 5px 0px;
    color: #000000;
	font-weight: bold;
}
.send-button{ width: auto; float:right;padding: 20px 0px;
    margin-top: -35px;
    margin-right: 12px;}
.button.button.send{background-color: #dc5e11;
    color: #fff !important;
    padding: 4px 15px 6px 15px;
    box-shadow: none;
    border: none;
    border-radius: 4px;
    right: 0px;
    margin-top: 0px;
    font-family: 'Roboto-Light';
    font-size: 16px;
    text-decoration: none;}

.button.button.send:hover{color: #fff;border: none;background-color: #4747ad;}
.educational-graduate label {margin-bottom: 0px !important;}
.educational-graduate input.check{ margin-left:10px;}
.td nth-child:{line-height: 37px;}
.drop{    padding: 7px 10px;
    border-radius: 4px;
    border: 1px solid #cecece;
    color: #525252;
    font-family: 'Roboto-Light';
    background-color: #ffffff;}




.form-border {width: 100%;
    float: left;
   /* padding: 25px 10px 5px 10px;*/
   /* border: 1px solid #eCeCeC;*/
    border-radius: 5px;}

textarea.text-form {
    border: 1px solid #cecece;
    border-radius: 5px;
    padding: 7px 15px;
}
input#travel_check {
margin:7px 0px;width:32px;	
}

.input[type=checkbox] + label{
display: inline-block;
width: 35px;
height: 32px;
padding-left: 40px;
background-position: 0 0;
background-repeat: no-repeat;
line-height: 35px;
cursor: pointer;
}

.input[type=checkbox]:checked + label{
background-position: left -32px;
}
label.common {
    width: 7%;
    margin-bottom: 0px;
    color: #525252;
	font-size: 14px;
	font-family: 'Roboto-Light';
	margin-left: 60px;
}
label.diploma {
    width: 24%;
    margin-bottom: 0px;
    color: #525252;
	font-size: 14px;
	font-family: 'Roboto-Light';
	margin-left: 60px;
}
label.year-text {width: 18%;color: #525252;
	font-size: 14px;font-family: 'Roboto-Light';}
label.data-enter {width:100%;float:left;color: #525252;
    font-family: 'Roboto-Light';
    font-size: 16px;
    margin-bottom: 0px;
    padding: 7px 0px;font-weight:bold;}
label.special {
	font-family: 'Roboto-Light';
    font-size: 14px;
	color: #525252;
}
label.diploma-text {
	font-family: 'Roboto-Light';
    font-size: 14px;
	color: #525252;
	margin-left: 60px;
    width: 24%;
}
input#travelcheck {
    width: 135px;
    margin: 2px 11px;
    box-shadow: none;
	padding:5px 0px;border-radius: 5px;
}
textarea#textarea2 {width:100%;height: 110px;
    margin-bottom: 12px;}
	.form-board {
    width: 100%;
    float: left;
    padding: 15px 15px 5px 15px;
    border: 1px solid #eCeCeC;
    border-radius: 5px;
}
.postformend
{
	float:left; width:50%; height:auto;
}
.commentformend
{
	float:left; width:50%; height:auto;
}
@media (max-width:1290px) and (min-width: 1200px)
{
label.common {margin-left:0px;}
label.diploma {margin-left:0px;}
label.diploma-text {margin-left:0px;}

}
@media (max-width:1199px) and (min-width: 992px)
{
label.common {margin-left:0px;width: 10%;}
label.diploma {margin-left:0px;}
label.diploma-text {margin-left:0px;}
.postformend
{
	float:left; width:35%; height:auto;
}
.commentformend
{
	float:left; width:65%; height:auto;
}
label.year-text {display:initial;}

}

@media (max-width:991px) and (min-width: 768px)
{
label.common {margin-left:0px;width: 10%;}
label.diploma {margin-left:22px;}
label.diploma-text {margin-left:25px;}
.postformend
{
	float: left;
    height: auto;
   width:100%;
}
.commentformend
{
	float: left;
    height: auto;
   width:100%;
}
.send-button {    margin-right: 27px;}
label.year-text {}
label.special {margin-left:22px;}
}

@media (max-width:767px) and (min-width: 1px)
{
label.common {margin-left:0px;width: 10%;}
label.diploma {margin-left:0px;}
label.diploma-text {margin-left:0px;}
.postformend
{
	float:left; width:100%; height:auto;
}
.commentformend
{
	float:left; width:100%; height:auto;
}
label.special {margin-left:30px;}
.send-button {    margin-right: 27px;}
}
@media (max-width:767px) and (min-width: 481px)
{
.membership .logo-image {width: 100%;}
.membership .logo-image img {width:136px;}
.membership .upload-photo {float:right;}
}
@media (max-width:480px) and (min-width: 1px)
{
#membership {width:100%;}
.membership .logo-image {width: 100%;max-width: 120px;
    margin: 0px auto;
    display: block;
    float: none;}
.membership .logo-image img {width:130px;}
.membership .upload-photo {width:100%;max-width:120px;margin:7px auto;float:none;display:block;}
.personal-details-career .postfield-div {
    padding-left: 130px !important;
}
.data {font-size:12px;}
.personal .postfield  {font-size:12px;}
.personal .years-passing  {font-size:12px;}
.personal .checkbox  {font-size:12px;}
.personal .years-passing label.year-text  {font-size:12px;}
.graduate-box {font-size:12px;}
.personal .years-passing-right label.year-text {font-size:12px !important;} 
}

@media (max-width:767px) and (min-width: 661px){label.year-text {}
}
@media (max-width:660px) and (min-width: 481px){label.year-text {width:35%;}
}
@media (max-width:480px) and (min-width: 1px){label.year-text {width:50%;}
}

#save {width:auto;float:right;    position: relative;
  
    bottom: 5px;}
 .save-button {padding: 0px;
    margin: 0px;
    background-color: transparent;
    border: 1px solid #fff;
    float: left;
  
    border-radius: 6px; }
	 .save-button1 {padding: 0px;
    margin: 0px;
    background-color: transparent;
    border: 1px solid #fff;
    float: left;
  
    border-radius: 6px;margin-right:10px; }
@media (max-width:1199px) and (min-width: 992px){label.year-text {width:50%;}
#save {left:-32px;}
}
@media (max-width:991px) and (min-width: 768px){label.year-text {width:50%;}
#save {left:-12px;}
}
/*************************LATEST_CSS_ALUMNI_FORM*************************************/	  


/*************************LATEST_SITEMAP_CSS*************************************/	  


.linksmap {
    width: 100%;
    float: left;
}

.linksmap .about
{
	float: left; width: 100%; height: auto; position: relative;
}
.linksmap .about h4
{
	font-size: 20px; color:#1ea82a; margin: 0px; font-family: 'Roboto-Regular'; padding:10px 0px;
}
.careers_part .linksmap ul
{
	float: left; width: 100%; height: auto; position: relative; margin: 0px; padding-left: 15px;list-style:url(../images/arrowinnerpage.png);
}
.linksmap ul li
{
	padding-bottom: 10px;font-family: 'Roboto-Light'; font-size: 15px; color: #000 !important;float: left;
    width: 100%; 
}
.linksmap ul li a
{
	font-family: 'Roboto-Regular'; font-size: 15px; color:#000;
}
.linksmap ul li a:hover 
{
	color:#d55304 !important;
}
.linksmap ul li a:hover
{
	text-decoration: none; 
}
.linksmap .links-menu {
    padding-left: 25px;
    padding-top: 10px;
    list-style-type:disc !important;  
}

.department-part {width:100%;float:left;margin-top:20px;}
.infrastructure-part {width:100%;float:left;margin-top:45px;}
.linksmap .links-menu  li {list-style-type:disc;}
.linksmap .services_images1 {margin-right:10px;}
@media screen and (max-width:675px) and (min-width:481px){
#linksmap {width:50%;}
}
@media screen and (max-width:480px) and (min-width:1px){
#linksmap {width:100%;}
.department-part {width:100%;float:left;margin-top:10px;}
.infrastructure-part {width:100%;float:left;margin-top:15px;}
}
#application {padding:0px;}
/*************************LATEST_SITEMAP_CSS*************************************/	  
label#namepadding {margin-bottom:15px;}
label#message {margin-bottom:15px;}
@media screen and (max-width:1199px) and (min-width:992px){
.work-part-contactinfo .contact-message .send-button {margin-right:60px;}	
.contact-message .input-data {position:relative;left:-64px;}
}


.suggestion-background {
    background-color: #f8f8f8;
}
.education-background {
    background-color: #f8f8f8;
}
.personal-background  {
    background-color: #f8f8f8;
}
workpart_careerss{
    background-color: #FFFFFF;
} 
.permanent-background {margin:10px 0px;}

@media screen and (max-width:1296px) and (min-width:1200px){
.application-padding::after{
	
	max-width: 1100px;
}
}

@media screen and (max-width:1199px) and (min-width:992px){
.application-padding::after{
	
	max-width: 900px;
}
}
@media screen and (max-width:991px) and (min-width:1px){
.application-padding::after{
	display:none;
}
#application-padding {border-bottom:1px solid #333;}
}
















.personal-details-career .postfield-div1 {padding-left:105px;}
@media screen and (max-width:767px) and (min-width:481px){
.personal-details-career .postfield-div1 {padding-left:180px;}
}
@media screen and (max-width:480px) and (min-width:1px){
.personal-details-career .postfield-div1 {padding-left:130px;}
}

input.form-control.form-controlhr {background-color:#FFFFFF;}
.datetimepicker-days {background:#FFFFFF;}


.postform1  {width:30% !important;float: left;}
.commentform1  {width:70% !important;float: left;padding-left: 100px;}
.drop {max-width: 273px;}
.personal .drop1 {border-radius: 4px;
    border: 1px solid #cecece;
    color: #525252;
    font-family: 'Roboto-Light';
    background-color: #ffffff;max-width:278px;padding: 2px 10px;
    margin-left: 11px;
    margin-top: -4px;}
.personal .drop2 {border-radius: 4px;
    border: 1px solid #cecece;
    color: #525252;
    font-family: 'Roboto-Light';
    background-color: #ffffff;max-width:278px;padding: 2px 10px;
    margin-left: 11px;
    margin-top: -4px;}
.personal .drop3 {border-radius: 4px;
    border: 1px solid #cecece;
    color: #525252;
    font-family: 'Roboto-Light';
    background-color: #ffffff;max-width:278px;padding: 2px 10px;
    margin-left: 11px;
    margin-top: -4px;}
select.drop1 {
    width: 274px;
}
select.drop2 {
    width: 274px;
}
select.drop3 {
    width: 274px;
}

@media screen and (max-width:1296px) and (min-width:1200px){
.commentform1  {padding-left:130px;}	
	
	
}
@media screen and (max-width:1199px) and (min-width:1px){

.postform1  {width:100% !important;float: left;}
.commentform1  {width:100% !important;float: left;padding-left: 0px;}

}
@media screen and (max-width:1199px) and (min-width:992px){
select.drop1 {
    width: 260px;margin-left:20px !important;
}
select.drop2 {
    width: 260px;margin-left:20px !important;
}
select.drop3 {
    width: 260px;margin-left:20px !important;
}


}


@media screen and (max-width:991px) and (min-width:768px){
.work-part-contactinfo #email .form-control{margin-left:0px !important;}
select.drop1 {
    width: 260px;margin-left:27px !important;
}
select.drop2 {
    width: 260px;margin-left:27px !important;
}
select.drop3 {
    width: 260px;margin-left:27px !important;
}
.drop {
    max-width: 263px;
}
.work-part-contactinfo #email .form-control{margin-left:0px;}

}
@media screen and (max-width:480px) and (min-width:1px){
.menu_part p {margin-top: -63px;left: 103px;}
select.drop1 {
    width: 200px;margin:5px 0px;
}
select.drop2 {
    width: 200px;margin:5px 0px;
}
select.drop3 {
    width: 200px;margin:5px 0px;
}
.drop {
    max-width: 200px;margin:5px 0px;
}
.personal .drop3 {margin:5px 0px;}
.personal .drop1 {margin:5px 0px;}
.personal .drop2 {margin:5px 0px;}
.personal .drop {margin:5px 0px;}
.application p {font-size:15px;padding: 4px;}
.personal h2 {font-size: 16px;}
.application p.xp {font-size:12px;padding-left: 8px;}
}
label.upload {
    margin-bottom: 0px;
}
input.image-upload {
    margin-left: 15px;
}
label.upload img {margin: 7px auto;
   
    float: none;
    display: block;
    padding-left: 45px;}
	
input#fileToUpload {
    width: 100%;
    margin: 0px auto;
    max-width: 95px;outline:0;
}
.unique {width:100%;float:left;}
.unique p {width:100%;float:left;margin:10px 0px;}

@media screen and (max-width:425px) and (min-width:1px){
h2.images-announcement {margin:10px 0px;}	
.owl-prev {top:-86px;}
.owl-next {top:-86px;}	
}


.awards
{
	width:100%; height:auto; float:left
}
.awards img
{
	border:5px solid #DCCDCD;
}
.awards p
{
	color: #525252; font-size:15px; font-family: 'Roboto-Light'; margin:5px 0px;
}


.navbar-nav li:after {
	display: block;
    content: "";
    position:absolute;
    top: 7px;
    right: -5px;
    width: 2px;
    height: 40px;
    
}


.navbar-nav li .dropdown-menu li:after {
	background:none;
}



/*************************LATEST_SITEM************************************/

.table-bordered{font-family: 'Roboto-Light';}
th{}

#table_part > div > table > tbody > tr:nth-child(odd){background-color: #e8f6fd;border-top: 1px solid #fff;}
#table_part > div > table > tbody > tr:nth-child(even){background-color: #f5f4f4;border-top: 1px solid #fff;}


.table_trstyles{ background-color:#0095da;color: #fff;text-shadow: none;font-size: 16px;}
.table_trstyles> td{ padding-left:30px !important;}
.table-bordered{ border:none;}
#table_part > div > table > tbody > tr{}

.table > thead > tr > th{ padding:10px; padding-left:26px;}
.table > tbody > tr > td{ padding:10px; padding-left:26px;}
.table > tbody > tr > td span{margin-right:7px;}

 


.table>thead>tr>th {
vertical-align: bottom;
border-bottom: 2px solid #fff;
}
.table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>thead>tr>td.danger, .table>thead>tr>th.danger {
background-color: #f5f4f4;
}
.tab-hed-sty {background-color: #0095da; color:#fff;}
a {
color: #FF6600;
text-decoration: none;
}





/*************************LATEST_SITEM************************************/

.table>thead>tr>th {
vertical-align: bottom;
border-bottom: 2px solid #fff;
}
.table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>thead>tr>td.danger, .table>thead>tr>th.danger {
background-color: #f5f4f4;

}
.tab-hed-sty {background-color: #0095da; color:#fff;}
.clickevent {
color: #FF6600;
text-decoration: none;
}
.clickevent {
color: #FF6600;
text-decoration: none;
font-family: 'Roboto-Regular';
color: #ff6200;
font-size: 16px;
text-align: center;
text-decoration: none;
}
.table > tbody > tr > td {
font-family: 'Roboto-Regular';
font-size: 16px;
color: #000;
}
.table > tbody > tr > td {
padding: 10px;
margin-left: 7px;
padding-left: 26px;
}

.clickevent:hover {
color: #080838;
text-decoration: none;
}
 .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
/*border: 2px solid #fff;
text-transform: uppercase;*/
}

.navbar-nav li:nth-child(11):after{ background:none;}


.gallery-item{ float:left; margin:5px !important;}
.navbar-nav > li{margin: 0px -4px;}
media screen and (max-width: 1296px) and (min-width:1200px){
.menu_partnav {padding:4px 0px;}
.navbar-nav li:after{top:0px;}}

#div.wpcf7-validation-errors{border:none;}
.founder_textpart h4{color:#188722;font-family: roboto-regular;}
.part_table .doctor{float:left;}

#wpcf7-f502-p9-o1 .data{padding: 8px 0px;}
 #wpcf7-f502-p9-o1 #read{margin-right:0px;}
 
 
 input.error {
   border:1px solid #F00;
  }
   select.error {
   border:1px solid #F00 !important;
  }
   textarea.error {
     border:1px solid #F00 !important;
  }
 #modulepreview  a {color:#fff;} 
 
 .wpcf7-not-valid-tip {display:none !important;}
 
 form.invalid input.wpcf7-not-valid {
     border: 1px solid red;
     background: #f0e3e3;
}
 
 .wonderplugin-gridgallery-item-container {width:100% !important; height:auto !important;}
 
#wonderplugingridgallery-12 .wonderplugin-gridgallery-item-text {margin:0px 8px;}

.clickevent a:focus{color: #FF6600 !important;}
#message-text {width:100%;}
#wpcf7-f973-p11-o1 .send{background-color: #e46619;
    width: 100%;
    border: 1px solid #e46619;
    margin: 5px 0px;
    border-radius: 5px;
    padding: 5px 0px;
    margin-top: 15px; color:#fff;}
 #wpcf7-f973-p11-o1 .send:hover{background-color: #4747ad;
    border: 1px solid #4747ad;}   
  
 .wpcf7-validation-errors {display:none !important;}
 .wonderplugingridgallery{margin:0px !important;}

<!-------------------------------------- wonderplugin------------------------------------------>

#wonderplugingridgallery-1 .wonderplugin-gridgallery-item-text{margin:0px 8px !important;} 
#wonderplugingridgallery-2 .wonderplugin-gridgallery-item-text{margin:0px 8px !important;} 
#wonderplugingridgallery-3 .wonderplugin-gridgallery-item-text{margin:0px 8px !important;} 
#wonderplugingridgallery-4 .wonderplugin-gridgallery-item-text{margin:0px 8px !important;} 
#wonderplugingridgallery-5 .wonderplugin-gridgallery-item-text{margin:0px 8px !important;} 
#wonderplugingridgallery-6 .wonderplugin-gridgallery-item-text{margin:0px 8px !important;} 
#wonderplugingridgallery-7 .wonderplugin-gridgallery-item-text{margin:0px 8px !important;} 
#wonderplugingridgallery-8 .wonderplugin-gridgallery-item-text{margin:0px 8px !important;} 
#wonderplugingridgallery-9 .wonderplugin-gridgallery-item-text{margin:0px 8px !important;} 
#wonderplugingridgallery-10 .wonderplugin-gridgallery-item-text{margin:0px 8px !important;} 
#wonderplugingridgallery-11 .wonderplugin-gridgallery-item-text{margin:0px 8px !important;}
#wonderplugingridgallery-12 .wonderplugin-gridgallery-item-text{margin:0px 8px !important;} 
#wonderplugingridgallery-13 .wonderplugin-gridgallery-item-text{margin:0px 8px !important;} 
#wonderplugingridgallery-14 .wonderplugin-gridgallery-item-text{margin:0px 8px !important;} 
#wonderplugingridgallery-15 .wonderplugin-gridgallery-item-text{margin:0px 8px !important;} 
#wonderplugingridgallery-16 .wonderplugin-gridgallery-item-text{margin:0px 8px !important;} 
#wonderplugingridgallery-17 .wonderplugin-gridgallery-item-text{margin:0px 8px !important;} 
#wonderplugingridgallery-18 .wonderplugin-gridgallery-item-text{margin:0px 8px !important;} 
#wonderplugingridgallery-19 .wonderplugin-gridgallery-item-text{margin:0px 8px !important;} 
#wonderplugingridgallery-20 .wonderplugin-gridgallery-item-text{margin:0px 8px !important;} 
#wonderplugingridgallery-21 .wonderplugin-gridgallery-item-text{margin:0px 8px !important;} 
#wonderplugingridgallery-22 .wonderplugin-gridgallery-item-text{margin:0px 8px !important;} 
#wonderplugingridgallery-23 .wonderplugin-gridgallery-item-text{margin:0px 8px !important;} 
#wonderplugingridgallery-24 .wonderplugin-gridgallery-item-text{margin:0px 8px !important;} 
#wonderplugingridgallery-25 .wonderplugin-gridgallery-item-text{margin:0px 8px !important;} 
#wonderplugingridgallery-26 .wonderplugin-gridgallery-item-text{margin:0px 8px !important;}
#wonderplugingridgallery-27 .wonderplugin-gridgallery-item-text{margin:0px 8px !important;}
#wonderplugingridgallery-28 .wonderplugin-gridgallery-item-text{margin:0px 8px !important;}
#wonderplugingridgallery-29 .wonderplugin-gridgallery-item-text{margin:0px 8px !important;}
#wonderplugingridgallery-30 .wonderplugin-gridgallery-item-text{margin:0px 8px !important;}
#wonderplugingridgallery-31 .wonderplugin-gridgallery-item-text{margin:0px 8px !important;}
#wonderplugingridgallery-32 .wonderplugin-gridgallery-item-text{margin:0px 8px !important;}
#wonderplugingridgallery-33 .wonderplugin-gridgallery-item-text{margin:0px 8px !important;}
#wonderplugingridgallery-34 .wonderplugin-gridgallery-item-text{margin:0px 8px !important;}
#wonderplugingridgallery-35 .wonderplugin-gridgallery-item-text{margin:0px 8px !important;}
#wonderplugingridgallery-36 .wonderplugin-gridgallery-item-text{margin:0px 8px !important;}
#wonderplugingridgallery-37 .wonderplugin-gridgallery-item-text{margin:0px 8px !important;}
#wonderplugingridgallery-38 .wonderplugin-gridgallery-item-text{margin:0px 8px !important;}
#wonderplugingridgallery-39 .wonderplugin-gridgallery-item-text{margin:0px 8px !important;}

.menu_part p {position:absolute;top:95px;right:20px;float:left;font-size:16px;margin-bottom:0px;font-family: 'Roboto-Regular';color:#ff6200;margin-top:10px;}
@media screen and (max-width:767px) and (min-width:1px){
.right_partheader{margin: 41px 0px 5px 0px;}
.work-part-contactinfo #email .form-control{margin-left:0px !important;}
}
@media screen and (max-width:767px) and (min-width:481px){
.menu_part p{margin-top: -50px;left:20px;}
}
@media screen and (max-width:480px) and (min-width:1px){
.menu_part p{left: 73px;top: 20px; font-size:14px;}
}

.work-part-contactinfo #message .form-control{resize:none;}
.founder_part{color: #4747ad;font-family: 'Roboto-Light';}

.mg5{margin-top:10px;}
#pg-result tr{ border: 1px solid lightblue;}
.pg{ border-right:1px solid lightblue; vertical-align:middle !important;}
@media screen and (max-width:1200px) and (min-width:768px){
.menu_part {
    float: right;
    height: auto;
    margin: 10px 0px;
}
}

.sticky-container-soc{
    padding:0px;
    margin:0px;
    position:fixed;
    right:-130px;
    top:310px;
    width:210px;
    z-index: 1100;
}
.sticky-soc li {
    list-style-type: none;
    background-color: #fff;
    color: #efefef;
    height: 43px;
    padding: 0px;
    margin: 0px 0px 1px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    display: flex;
    align-items: center;
    box-shadow: 2px 0px 10px rgb(0 0 0 / 20%);
}
.sticky-soc li:hover {
    margin-left: -80px;
}
.sticky-soc li img{
    float:left;
    margin:5px 4px;
    margin-right:5px;
}
.sticky-soc li p{
    padding-top:5px;
    margin:0px;
    line-height:16px;
    font-size:11px;
}
.sticky-soc li p a{
    text-decoration:none;
    color:#2C3539;
}
.sticky-soc li p a:hover{
    text-decoration:underline;
}
div#myCarousel img.banner-left {
    background: #fff;
    padding: 10px 10px 10px 5px;
    width: 50px;
}
div#myCarousel img.banner-right {
    background: #fff;
    padding: 10px 10px 10px 5px;
    width: 50px;
}

.banner_part div#myCarousel .carousel-control {
    opacity: .8 !important;
}


/*Animated Button*/

html {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.animated-button {
    background: #bb181f;
    padding: 10px 12px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 0.3px;
    text-align: center;
    text-decoration: none;
    box-shadow: 1px 2px 3px #3a3a3a;
}

.animated-button:hover{
	opacity: 0.7;
	color: #fff;
}

.animated-button::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #8592ad;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button:hover::before {
  opacity: 0.2;
}

.animated-button span {
  position: absolute;
}

.animated-button span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #014076;
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite;
}

@-webkit-keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.animated-button span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: #014076;
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@-webkit-keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: #014076;
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

@-webkit-keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.animated-button span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: #014076;
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@-webkit-keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

