@charset "utf-8";
/*
 * Copyright (c) 2018 ITAcumens
 */
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900,900i|Montserrat:400,500,700,800');
@import url(bootstrap.css);
@import url(bs-slider.css);
@import url(owl.carousel.css);
@import url(owl.theme.css);
@import url(animate.css);
@import url(ekko-lightbox.css);
@import url(font-awesome.css);

*{margin:0px; padding: 0px; outline: none !important;}

body{
	font-family: 'Lato', sans-serif !important;
	font-weight:normal;
	font-size:14px;
	overflow-x:hidden;
}

/*Head Top Section*/

#head_top{
	background: rgb(70,23,89);
    background: -moz-linear-gradient(left, rgba(70,23,89,1) 0%, rgba(159,60,91,1) 52%, rgba(224,128,82,1) 100%); 
    background: -webkit-linear-gradient(left, rgba(70,23,89,1) 0%,rgba(159,60,91,1) 52%,rgba(224,128,82,1) 100%); 
    background: linear-gradient(to right, rgba(70,23,89,1) 0%,rgba(159,60,91,1) 52%,rgba(224,128,82,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#461759', endColorstr='#e08052',GradientType=1 ); 
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}

.head_lft ul, .head_rgt ul{
	margin: 0px;
}

.head_lft ul li{
	position: relative;
	font-size: 13px;
	font-weight: 500;
}

.head_lft ul li:nth-child(1){
	padding-right: 15px;
}

.head_lft ul li:nth-child(2) a{
	cursor: auto;
}

.head_lft ul li:nth-child(2) a:hover,
.head_lft ul li:nth-child(2) a:focus{
	color: #fff;
}

.head_lft ul li:nth-child(1) a:before,
.head_lft ul li:nth-child(2) a:before{
	position:relative;
	display: inline-block;
	top:0;
	left: 0;
	font-family: fontAwesome;
	padding-right: 7px;
}

.head_lft ul li:nth-child(1) a:before{
	content: '\f0e0';
}

.head_lft ul li:nth-child(2) a:before{
	content: '\f095';
}

.head_lft ul li a,
.head_rgt ul li a{
	color: #fff;
	transition:.3s ease-in;
	-webkit-transition:.3s ease-in;
	-moz-transition:.3s ease-in;
	-o-transition:.3s ease-in;
	-ms-transition:.3s ease-in;
}

.head_lft ul li a:hover,
.head_lft ul li a:focus,
.head_rgt ul li a:hover,
.head_rgt ul li a:focus{
	text-decoration: none;
	color: #8cc63f;
}

.btn_dwn{
background:#93375b;
color:#fff;
display:inline-block;
padding:7px 22px;
margin-bottom:20px;
font-size:15px;
}

.btn_dwn:hover,
.btn_dwn:focus{
text-decoration:none;
color:#fff;
}

.head_rgt{
	text-align: right;
}

.head_rgt li{
	padding-left: 10px;
}
/*End Head Top Section*/

/*Header Section*/
#header{
	padding: 10px 0px;
}

#header ul{
	margin: 15px 0px 0px;
	text-align: right;
}

#header ul li{
	margin-top: 10px;
	margin-left: 10px;
	padding: 0px;
}

/*#header ul li:nth-child(1){
    margin-top:0px;
}*/

#header ul li:nth-child(1) a small{
    font-size:12px;
}

#header ul li:nth-child(1) a{
	background: #8cc63f;
	border-bottom: 3px solid #8e1924;
	font-size:16px;
}

#header ul li:nth-child(1) a:hover,
#header ul li:nth-child(1) a:focus{
	background: #8e1924;
	border-bottom: 3px solid #ec4853;
}

#header ul li:nth-child(2) a{
	background: #b72339;
	border-bottom: 3px solid #8e1924;
}

#header ul li:nth-child(2) a:hover,
#header ul li:nth-child(2) a:focus{
	background: #8e1924;
	border-bottom: 3px solid #b72339;
}

#header ul li:nth-child(3) a{
	background: #f7931e;
	border-bottom: 3px solid #cc6e11;
}

#header ul li:nth-child(3) a:hover,
#header ul li:nth-child(3) a:focus{
	background: #cc6e11;
	border-bottom: 3px solid #f7931e;
}

#header ul li:nth-child(4) a{
	background: #315185;
	border-bottom: 3px solid #1e2d4a;
}

#header ul li:nth-child(4) a:hover,
#header ul li:nth-child(4) a:focus{
	background: #1e2d4a;
	border-bottom: 3px solid #315185;
}

#header ul li a{
	padding: 10px 0px;
	border-radius: 6px;
	display: block;
	width: 200px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	transition:.3s ease-in;
	-webkit-transition:.3s ease-in;
	-moz-transition:.3s ease-in;
}

#header ul li a:hover,
#header ul li a:focus{
	text-decoration: none;
}
/*End Header Section*/

/*Menu Section*/
#menu{
	background: rgb(70,23,89);
    background: -moz-linear-gradient(left, rgba(70,23,89,1) 0%, rgba(159,60,91,1) 53%, rgba(224,128,82,1) 100%); 
    background: -webkit-linear-gradient(left, rgba(70,23,89,1) 0%,rgba(159,60,91,1) 53%,rgba(224,128,82,1) 100%); 
    background: linear-gradient(to right, rgba(70,23,89,1) 0%,rgba(159,60,91,1) 53%,rgba(224,128,82,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#461759', endColorstr='#e08052',GradientType=1 ); 
}

#menu .navbar{
	margin-bottom: 0px;
	border:0px;
	min-height:inherit;
}

#menu .navbar-nav > li{
	padding:0px 2px;
}

#menu .navbar-nav > li > a{
	padding:12px 10px;
	color: #fff;
	font-size: 15px;
	transition:.3s ease-in;
	-webkit-transition:.3s ease-in;
	-moz-transition:.3s ease-in;
	-o-transition:.3s ease-in;
	-ms-transition:.3s ease-in;
}

#menu .nav > li > a:hover, #menu .nav > li > a:focus, #menu .nav li.active a{
	background: #8cc63f;
}

#menu .nav .open > a, #menu .nav .open > a:hover, #menu .nav .open > a:focus{
	background: #8cc63f;
}

#menu .dropdown-menu.single{
	min-width: 195px;
	border:0px;
	padding:15px;
}

#menu .dropdown-menu.single.dpt_wdth{
	min-width: 350px;
}

#menu .dropdown-menu.single.dpt_wdth1{
	min-width: 230px;
}

#menu .dropdown-header{
	white-space: normal;
}
#menu .nav > li > a:hover, #menu .nav > li > a:focus, #menu .nav li.active a, .menu_active{
	background: #8cc63f;
}
.dropdown-large {
  position: static !important;
}

.dropdown-menu-large{
		width:20% !important;
		left:auto !important;
	}

.dropdown-menu-large {
 /* margin-left: 16px;
  margin-right: 16px;*/
  padding: 20px 0px;
	width: 100%;
	border:0px;
}
.dropdown-menu-large > li > ul,
#menu .dropdown-menu.single > li > ul {
  padding: 0;
  margin: 0;
}

.dropdown-menu-large > li > ul > li,
#menu .dropdown-menu.single > li > ul > li {
  list-style: none;
}

.dropdown-menu-large > li > ul > li{
    padding-left:20px;
}

.dropdown-menu-large>li>ul>li>ul {
    list-style: none;
}

.dropdown-menu-large>li>ul>li>ul>li {
    padding-left: 10px !important;
}

.dropdown-menu-large>li>ul>li>ul>li a {
    padding-left: 30px !important;
    font-size: 15px;
    color: #000;
    padding: 5px 20px 5px 0px;
    display: inline-block;
    position: relative;
}

.dropdown-menu-large>li>ul>li>ul>li a:before {
    content: '\f0da';
    position: absolute;
    left: 20px;
    font-family: fontAwesome;
}


.dropdown-menu-large > li > ul > li > a,
#menu .dropdown-menu.single > li > ul > li > a {
  display: inline-block;
  padding: 5px 20px;
  clear: both;
	position: relative;
  font-weight:300;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
	font-size: 15px;
}

.dropdown-menu-large > li > ul > li > a:before,
#menu .dropdown-menu.single > li > ul > li > a:before{
	content: '\f0da';
	position: absolute;
	left: 10px;
	font-family: fontAwesome;
}

.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus,
#menu .dropdown-menu.single > li ul > li > a:hover,
#menu .dropdown-menu.single > li ul > li > a:focus {
  text-decoration: none;
 	color: #fff;
    background-color: #8cc63f;
	border-radius: 5px;
}

.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}

.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.dropdown-menu-large .dropdown-header {
  color: #001b45;
  font-size: 18px;
	padding: 3px 0px;
	font-weight: 700;
}
/*End Menu Section*/

/*Latest News Section*/
#news{
	clear:both;
	background:#fff;
	height:40px;
	line-height:40px;
}

#news .news_txt{
	background:#e5e822;
	position: relative;
}

#news .news_txt:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #e5e822;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }

#news .news_txt h3{
	margin:0px;
	padding:0px 0px 0px 30px;
	font-size:18px;
	color:#fff;
	font-weight:700;
	line-height:40px;
}

.TickerNews{
	width: 100%;
	padding-left: 15px;
}
.ti_wrapper{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.ti_slide{
	width: 30000px;
	position: relative;
	left: 0;
	top: 0;
}
.ti_content{
	width: 8000px;
	position: relative;
	float:left;
}
.ti_news{
	float:left;
	font-weight:500;
}
.ti_news a{
	display: block;
	margin-right: 10px;
	color:#4d4d4d;
	text-decoration: none;
}


/*End Latest News Section*/

.table_common a{
    color: #333;
}

.table_common a:hover,
.table_common a:focus{
    text-decoration: none;
    color: #333;
}

/*About College Section*/

#about_col{
	position: relative;
	padding: 50px 0px;
}

#about_col h1{
	margin: 0px;
	color: #93375b;
	font-size: 28px;
	padding-bottom: 22px;
}

#about_col p{
	font-size: 15px;
	color: #333333;
	text-align: justify;
	line-height: 24px;
	padding-bottom: 15px;
}

#about_col a{
	text-transform: uppercase;
	color: #fff;
	background: #315185;
	border-bottom: 3px solid #1e2d4a;
	display: inline-block;
	padding: 8px 25px;
	border-radius: 5px;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 500;
	transition:.3s ease-in;
	-webkit-transition:.3s ease-in;
	-moz-transition:.3s ease-in;
	-o-transition:.3s ease-in;
	-ms-transition:.3s ease-in
}

#about_col a:hover,
#about_col a:focus{
	text-decoration: none;
	background: #1e2d4a;
}

.col_rgt img{
	border-radius: 20px;
}

.abt_center{
	position: absolute;
    top: 50%;
	width: 100%;
    left: 50%;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.abt_center h2{
	margin: 0px;
	text-align: center;
	font-weight: 800;
	font-size: 24px;
	line-height: 30px;
}

/*End About College Section*/

/*Event Section*/

#events{
	position: relative;
	background: rgb(255,255,255); 
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%); 
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=1 );
	padding: 40px 0px;
}

.evnt_bg{
	padding: 22px 22px 0px !important;
	margin: 0px;
}

.evnt_bg li .media-body p{
	margin: 0px;
}

.evnt_bg li{
	overflow:hidden;
}

.e_prev, .e_next{
	position: absolute;
	right: 30px;
	cursor: pointer;
	color: #fff;
}

.e_prev{
	top:6px;
}

.e_next{
	top: 20px;
}

.evnt_bg li .media{
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: block;
	color: #4d4d4d;
	border-bottom: 1px dashed #808080;
}

.evnt_bg li .media:hover,
.evnt_bg li .media:focus{
	text-decoration: none;
	color:#4d4d4d;
}

.evnt_bg .media-object{
	border-radius: 5px;
}

.evnt_bg .media-left {
  	position: relative;
  	margin: auto;
 	overflow: hidden;
	padding: 0px;
}

.evnt_bg .media-body{
	padding-left: 10px;
}

.evnt_bg .media-left .content-overlay {
  	background: rgba(0,0,0,0.8);
  	position: absolute;
	border-radius: 5px;
  	height: 100%;
  	width: 100%;
  	left: 0;
  	top: 0;
  	bottom: 0;
  	right: 0;
  	opacity: 0;
  	-webkit-transition: all 0.4s ease-in-out 0s;
  	-moz-transition: all 0.4s ease-in-out 0s;
  	transition: all 0.4s ease-in-out 0s;
}

.evnt_bg .media-left:hover .content-overlay{
  	opacity: 1;
}

.content-date {
  	position: absolute;
  	text-align: center;
  	width: 100%;
  	top: 50%;
  	left: 50%;
  	opacity: 0;
  	-webkit-transform: translate(-50%, -50%);
  	-moz-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
  	-webkit-transition: all 0.3s ease-in-out 0s;
  	-moz-transition: all 0.3s ease-in-out 0s;
  	transition: all 0.3s ease-in-out 0s;
}

.evnt_bg .media-left:hover .content-date{
  	top: 52%;
  	left: 50%;
  	opacity: 1;
}

.content-date h3{
  	color: #fff;
	text-align: center;
  	font-weight: 700;
	font-size: 16px;
	padding: 5px; 
	margin: 0px;
	letter-spacing: 1px;
	line-height: 20px;
  	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.fadeIn-bottom{
	top:80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}

.white_bg{
	background: #fff;
	border-radius: 5px;
}

.white_bg h4{
	background: rgb(70,23,89); 
    background: -moz-linear-gradient(left, rgba(70,23,89,1) 0%, rgba(159,60,91,1) 53%, rgba(224,128,82,1) 100%); 
    background: -webkit-linear-gradient(left, rgba(70,23,89,1) 0%,rgba(159,60,91,1) 53%,rgba(224,128,82,1) 100%); 
    background: linear-gradient(to right, rgba(70,23,89,1) 0%,rgba(159,60,91,1) 53%,rgba(224,128,82,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#461759', endColorstr='#e08052',GradientType=1 );
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	padding: 12px 20px;
	border-radius: 5px;
	margin: 0px;
}

.dpt_lst{
	padding: 18px 22px 22px;
}

.dpt_lst li{
	position: relative;
}

.dpt_lst li a:before{
	content: '\f178';
	position: absolute;
	display: block;
	left: 0;
	top:1px;
	font-weight: 400;
	font-family: fontAwesome;
}

.dpt_lst li a{
	color: #4d4d4d;
	display: block;
	position: relative;
	line-height: 33px;
	border-bottom: 1px dashed #808080;
	font-weight: 700;
	padding-left: 20px;
	transition: .3s ease-in;
	-webkit-transition:.3s ease-in;
	-moz-transition:.3s ease-in;
}

.dpt_lst li a:hover,
.dpt_lst li a:focus{
	text-decoration: none;
	color: #de7d52;
}

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

.dean_bg{
	background: #2f3447;
	color: #fff;
	padding: 18px 22px;
	text-align: center;
	border-radius: 5px;
	position: relative;
}

.dean_bg h2{
	margin: 0px auto 15px;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 18px;
	letter-spacing: 1px;
	background: #2f3447;
	display: inline-block;
	position: relative;
	padding: 5px 12px;
	z-index: 1;
}

.dean_bg h2:before,
.dean_bg h2:after{
	content: '';
	position: absolute;
	display: block;
	z-index: -1;
	width: 80%;
	top: 14px;
	border-top:1px solid #fff;
}

.dean_bg h2:before{
	left: -80%;
}

.dean_bg h2:after{
	right: -80%;
}

.dean_bg h4{
	font-weight: 900;
	margin:0px;
	padding-top: 15px;
}

.dean_bg h5{
	font-style: italic;
	font-weight: 900;
	font-size: 15px;
	line-height: 18px;
	margin-top: 3px;
}

.dean_bg img{
	border-radius: 50%;
	text-align: center;
	width: 164px;
	height: 164px;
}

.dean_bg p{
	margin: 0px;
	font-size: 15px;
}

/*End Event Section*/

/*Footer Section*/

#footer_bg:before{
	content: '';
	position: absolute;
	display: block;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgb(70,23,89); 
    background: -moz-linear-gradient(left, rgba(70,23,89,0.94) 0%, rgba(159,60,91,0.94) 53%, rgba(224,128,82,0.94) 100%); 
    background: -webkit-linear-gradient(left, rgba(70,23,89,0.94) 0%,rgba(159,60,91,0.94) 53%,rgba(224,128,82,0.94) 100%); 
    background: linear-gradient(to right, rgba(70,23,89,0.94) 0%,rgba(159,60,91,0.94) 53%,rgba(224,128,82,0.94) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#461759', endColorstr='#e08052',GradientType=1 );
}

#footer_bg{
	position: relative;
	background: url(../images/footer_bg.jpg) no-repeat;
	background-size: cover;
	color: #fff;
	padding-top: 30px;
}

#footer_bg h4{
	margin: 0px;
	font-weight: 700;
	font-size: 20px;
	padding: 10px 0px 20px;
}

#footer_bg ul li{
	padding-bottom: 5px;
}

#footer_bg ul li a:before{
	content: '\f105';
	position: absolute;
	font-family: fontAwesome;
	display: block;
	left: 0;
	top:-3px;
}

#footer_bg ul li a{
	color: #fff;
	line-height: 26px;
	font-size: 15px;
	-webkit-transition: .3s ease-in;
	-moz-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in;
	padding-left: 15px;
	position:relative;
}

#footer_bg ul li a:hover,
#footer_bg ul li a:focus{
	text-decoration: none;
	color: #8cc63f;
}


#footer_bg figure figcaption{
	padding-top: 20px;
	font-size: 15px;
	line-height: 26px;
	width: 95%;
}

.f_address, .f_phone, .f_mail{
	position: relative;
	padding-left: 25px;
	line-height: 24px;
	font-size: 15px;
	padding-bottom: 5px;
}

.f_phone a,
.f_mail a{
	color: #fff;
	-webkit-transition: .3s ease-in;
	-moz-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in;
}

.f_phone a:hover,
.f_phone a:focus,
.f_mail a:hover,
.f_mail a:focus{
	text-decoration: none;
	color: #000;
}

.f_address:before,
.f_phone:before,
.f_mail:before{
	position: absolute;
	display: block;
	left: 0;
	font-size: 18px;
	font-family: fontAwesome;
}

.f_address:before{
	content: '\f041';
}

.f_phone:before{
	content: '\f095';
}

.f_mail:before{
	content: '\f0e0';
}

#copyright{
	border-top:1px solid #fff;
	position: relative;
	z-index: 1;
	padding: 12px 0px;
	margin-top: 10px;
}

#copyright a{
	color: #fff;
	-webkit-transition: .3s ease-in;
	-moz-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in;
}

#copyright a:hover,
#copyright a:focus{
	color: #000;
	text-decoration: none;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
	z-index: 20;
	background: #8cc63f;
	border:1px solid #8cc63f;
}

.back-to-top:hover,
.back-to-top:active,
.back-to-top:focus{
	border:1px solid #8cc63f !important;
	background: #fff !important;
	color: #8cc63f !important;
}

/*End Footer Section*/

/*Breadcrumb*/
#bread_crumb{
	position: relative;
	border-top:1px solid #ccc;
}

.bread_bg{
	background-color: #ccc;
	position: absolute;
    top: 0px;
    height: 100%;
    padding: 0px;
    color: #fff;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
	border-bottom-right-radius: 40px;
	width: 36.333333%;
}

#bread_crumb ul{
	margin: 0px;
}

#bread_crumb ul li{
	padding: 10px 5px;
	color: #4d4d4d;
	font-weight: 700;
}

#bread_crumb li:after{
	content: '\f105';
    font-family: fontAwesome;
    position: relative;
    left: 8px;
}

#bread_crumb li:last-child:after{
	content: none;
}

#bread_crumb ul li a{
	color: #4d4d4d;
	transition:.3s ease-in;
	-moz-transition:.3s ease-in;
	-webkit-transition: .3s ease-in;
}

#bread_crumb ul li a:hover,
#bread_crumb ul li a:focus{
	text-decoration: none;
	color: #93375b;
}

/*End Breadcrumb*/


/*Sub Page Common Style*/
#inner_con{
	padding: 40px 0px;
}

.inn_tle{
	margin: 0px;	
	color: #93375b;
	font-size: 28px;
	padding-bottom: 20px;
	font-weight: 700;
}

.inn_con{
	font-size: 15px;
	line-height: 24px;
	text-align: justify;
	padding-bottom: 20px;
	color: #333333;
}

.inn_sub_tle, .dept_tle, .inn_sub_tle1, .proj-sml-tit{
	color: #93375b;
	font-size: 24px;
	margin: 0px;
	font-weight: 700;
	padding-bottom: 10px;
}
.proj-tit{
    color: #ec4853;
    font-size: 23px;
    font-weight: 700;
    margin: 30px 0 20px;
}
.proj-sml-tit{padding-bottom:15px;}
.inn_sub_tle1{
	font-size: 16.5px;
}

.sub_lst{
	margin-bottom: 15px;
}

.sub_lst li{
	position: relative;
	font-size: 15px;
	padding-left: 28px;
	text-align: justify;
	line-height: 22px;
	padding-bottom: 10px;
}

.sub_lst li:before{
	content: '\f0da';
	position: absolute;
	color: #93375b;
	left: 15px;
	font-family: fontAwesome;
}

.no_pad_l{
	padding-left: 0px !important;
}

.no_pad{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

/*End Sub Page Common Style*/

/*About Dean*/
.dn_name{
	font-size: 24px;
    font-weight: 700;
    color: #92375b;
	margin: 0px;
	padding-bottom: 3px;
}

.dn_pstn{
	font-weight: 700;
	font-size: 15px;
	padding-bottom: 10px;
}

.dn_cont{
	margin: 10px 0px 0px;
}

.dn_cont li{
	position: relative;
	color: #353535;
	padding-bottom: 18px;
	padding-left: 20px;
	font-size: 15px;
}

.dn_cont li a{
	color: #353535;
}

.dn_cont li a:hover,
.dn_cont li a:focus{
	text-decoration: none;
	color: #353535;
}

.ad_pl_ph,
.ad_pl_fx,
.ad_pl_mbl,
.ad_pl_mail{
	display: inline-block;
	width: 48%;
}

.ad_pl_ph:before,
.ad_pl_fx:before,
.ad_pl_mbl:before,
.ad_pl_mail:before,
.ad_pl_adrs:before{
	position: absolute;
	display: block;
	font-family: fontAwesome;
	color: #92375b;
	left: 0;
	font-size: 16px;
}

.ad_pl_ph:before{
	content: '\f095';
}

.ad_pl_fx:before{
	content: '\f1ac';
}

.ad_pl_mbl:before{
	content: '\f10b';
	font-size: 18px;
}

.ad_pl_mail:before{
	content: '\f0e0';
}

.ad_pl_adrs:before{
	content: '\f041';
}

.vw_more{
	background: #92375b;
	color: #fff;
	display: inline-block;
	padding: 8px 20px;
	font-weight: 700;
	font-size: 13px;
	position: relative;
	border-radius: 5px;
	transition: .3s ease-in;
	-webkit-transition:.3s ease-in;
	-moz-transition:.3s ease-in;
}

.vw_more:hover,
.vw_more:focus{
	text-decoration: none;
	background: #bbb;
	color: #92375b;
}

.vw_more:after{
	content: '\f101';
	position: relative;
	display: inline-block;
	right: 0;
	top:0;
	font-weight: 400;
	padding-left: 5px;
	font-family: fontAwesome;
}
/*End About Dean*/

/*Infrastructure*/
.infra_center{
	position: absolute;
	display: block;
	width: 100%;
	text-align: center;
	top:50%;
	left: 0;
	transform:translateY(-50%);
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding: 0px 15px;
}

/*.infra_bg:before{
	content: '';
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(71, 24, 89, 0.5);
	border-radius: 10px;
}*/

.infra_bg{
	position: relative;
	margin-bottom: 20px;
    overflow: hidden;
}
.infra_bg p{
    position:absolute;
    bottom:0;left:0;
    right:0;
    background:rgba(0,0,0,0.7);
    color:#fff;
    text-align:center;
    font-size:14px;
    font-weight:700;
    padding:5px 10px;
    border-radius:0 0 10px 10px;
    margin:0;
}
.infra_bg img{
	border-radius: 10px;
}
.ekko-lightbox .modal-title{
    text-align:center;
    font-size:18px;
    font-weight:700;
}
.ekko-lightbox .close{
    opacity: 1;
    text-shadow: none;
    width: 30px;
    height: 30px;
    background: #ccc;
    border-radius: 50px;
    line-height: 22px;
    margin-right: -25px;
    margin-top: -25px;
}
.infra_bg {
  position: relative;
}

.infra_bg .infra-overlay {
  background: rgba(71, 24, 89, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.infra_bg:hover .infra-overlay{
  opacity: 1;
}

.infra-image{
  width: 100%;
}

.infra-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.infra_bg:hover .infra-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.infra-details h3{
  color: #fff;
  font-weight: 700;
  font-size: 18px;
	line-height: 24px;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}

.ref-image{
	width: 100%;
	border-radius: 10px;
}

.ref_sub_tle,
.shore_tle{
	color: #93375b;
    font-size: 20px;
    margin: 0px;
    font-weight: 700;
    padding-bottom: 10px;
}

.ref_sub_tle{
    padding-top: 55px;
}

.shore_tle{
	padding-top: 30px;
}

.inf_lst{
	margin: 0px;
}

.inf_lst li,
.mr_rsch_lst li{
	position: relative;
    font-size: 15px;
    padding-left: 28px;
    text-align: justify;
    line-height: 22px;
    padding-bottom: 10px;
}

.inf_lst li:last-child{
	padding-bottom: 0px;	
}

.inf_lst li:before,
.mr_rsch_lst li:before{
	content: '\f0da';
    position: absolute;
    color: #93375b;
    left: 15px;
    font-family: fontAwesome;
}

.mr_rsch_lst{
	margin-bottom: 15px;
}

/*End Infrastructure*/

/*Research Style*/
.rsch_sub_tle{
	color: #93375b;
    font-size: 20px;
    margin: 0px;
    font-weight: 700;
    padding-bottom: 20px;
}

.table_common{
	margin-top: 5px;
	font-size: 15px;
	margin-bottom: 15px;
}

.table_common th{
	background: #672659;
	text-align: center;
	color: #fff;
	font-size: 16px;
	vertical-align: middle !important;
}

.rsch_lst{
	margin: 0px;
}

.rsch_lst li,
.extn_lst li{
	position: relative;
    font-size: 15px;
    padding-left: 15px;
    text-align: justify;
    line-height: 22px;
    padding-bottom: 10px;
}

.rsch_lst li:before,
.extn_lst li:before{
	content: '\f0da';
    position: absolute;
    color: #93375b;
    left: 0px;
    font-family: fontAwesome;
}

/*End Research Style*/

/*Extension Style*/

.extn_lst{
	margin-bottom: 10px;
}

.extn_lst li{
	padding-left: 30px;
}

.extn_lst.in_blk{
	margin: 0px;
}

.extn_lst.in_blk li{
	display: inline-block;
	padding-right: 25px;
}

.extn_lst li:before{
	left: 15px;
}

.extn_sub_tle{
	color: #93375b;
    font-size: 20px;
    margin: 0px;
    font-weight: 700;
    padding-bottom: 13px;
    padding-top: 10px;
}

/*End Extension Style*/

/*Placement Cell*/
.plc_brdr{
	border: 1px solid #ccc; border-radius: 11px;
}

.infra_bg a:hover,
.infra_bg a:focus{
	text-decoration: none;
}
/*End Placement Cell*/

/*Programme Style*/

.nav-pills.prgm_tab li + li{
	margin-left: 10px;
}

.nav-pills.prgm_tab li{
	background: #6a285a;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.nav-pills.prgm_tab li a{
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	padding: 10px 30px;
	transition: .3s ease-in;
	-webkit-transition: .3s ease-in;
	-moz-transition: .3s ease-in;
}

.nav-pills.prgm_tab > li.active > a, 
.nav-pills.prgm_tab > li.active > a:hover, 
.nav-pills.prgm_tab > li.active > a:focus,
.nav-pills.prgm_tab > li a:hover,
.nav-pills.prgm_tab > li a:focus{
	background: #8bc63f;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.prgm_tle{
	background:#8ac63f;
	color: #fff;
	font-size: 18px;
	padding: 10px;
	font-weight: 700;
}

.prgm_sub_tle{
	color: #93375b;
    font-size: 18px;
    margin: 0px;
    font-weight: 700;
    padding-bottom: 10px;
	padding-top: 10px;
}

.prgm_desc{
	color: #333;
	font-size: 15px;
	line-height: 23px;
}

.pad_no{
	padding:0px !important;
}

.std_brd{
	padding: 10px 0px; border-bottom: 1px solid #ddd;
}

.std_ctg{
	border-right: 1px solid #ddd; padding: 10px;
}

/*End Programme Style*/

/*Home Page Gallery Section*/
#gallery_sec{
	position: relative;
	padding: 40px 0px 20px;
}

#gallery_sec h3{
	background: rgb(70,23,89); 
    background: -moz-linear-gradient(left, rgba(70,23,89,1) 0%, rgba(159,60,91,1) 53%, rgba(224,128,82,1) 100%); 
    background: -webkit-linear-gradient(left, rgba(70,23,89,1) 0%,rgba(159,60,91,1) 53%,rgba(224,128,82,1) 100%);
    background: linear-gradient(to right, rgba(70,23,89,1) 0%,rgba(159,60,91,1) 53%,rgba(224,128,82,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#461759', endColorstr='#e08052',GradientType=1 ); 
	color: #fff;
	font-weight: 700;
	margin: 0px 0px 20px;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	padding: 12px 0px;
	border-radius: 5px;
}

#gallery_sec h4{
	background: rgb(70,23,89); 
    background: -moz-linear-gradient(left, rgba(70,23,89,1) 0%, rgba(159,60,91,1) 53%, rgba(224,128,82,1) 100%); 
    background: -webkit-linear-gradient(left, rgba(70,23,89,1) 0%,rgba(159,60,91,1) 53%,rgba(224,128,82,1) 100%);
    background: linear-gradient(to right, rgba(70,23,89,1) 0%,rgba(159,60,91,1) 53%,rgba(224,128,82,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#461759', endColorstr='#e08052',GradientType=1 ); 
	color: #fff;
	font-weight: 700;
	margin: 0px 0px 10px;
	font-size: 18px;
	padding: 10px 15px;
}

#gallery_sec a:hover,
#gallery_sec a:focus{
	text-decoration: none;
}

.glry_pd{
	padding: 0px 12px;
    margin-bottom: 20px;
}

.glry_pd img{
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.prg_txt{
	font-size: 15px;
	line-height: 24px;
	color: #333;
	padding-bottom: 15px;
	text-align: justify;
}

/*End Home Page Gallery Section*/

/*Sidebar*/
.subpage_side .media-body h4,
.subpage_full .media-body h4{
	color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    background: #6a285a;
    padding: 10px;
    border-top-right-radius: 50px;
    margin: 0px;
}

.subpage_side .media_bg,
.subpage_full .media_bg{
	background: #fbfbfb;
    border-bottom-left-radius: 30px;
    padding: 20px 20px 25px;
    border: 1px solid #eee;
}

.subpage_side .media,
.subpage_full .media{
	margin-top: 25px;
}

.subpage_side .media_bg {
    min-height: 140px;
}

.subpage_side .media-body p,
.subpage_full .media-body p{
	color: #5b5b5b;
    font-size: 14px;
    line-height: 22px;
}

.subpage_side .media-body a,
.subpage_full .media-body a{
	color: #92375b;
    font-weight: 700;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
}

.subpage_side .media-body a:hover,
.subpage_side .media-body a:focus,
.subpage_full .media-body a:hover,
.subpage_full .media-body a:focus{
	text-decoration: none;
	color: #003f8a;
}

/*End Sidebar*/

/*Full width Sidebar*/

/*Faculty Page*/
.ad_pln_brd{
	padding: 15px 15px 17px;
	border:1px solid #e5e5e5;
	border-radius: 15px;
	margin: 10px 0px;
        height: 214px;
}

.ad_pln_brd .media-object{
	border-radius: 10px;
}

.ad_pln_brd .media-left, .ad_pln_brd .media .pull-left{
	padding-right: 15px;
}

.ad_pln_brd h4{
	font-size: 18px;
	margin-bottom: 0px;
	font-weight: 700;
	color: #993a5b;
}

.ad_pln_brd small{
	font-size: 14px;
	color: #353535;
	padding: 5px 0px 5px;
	display: block;
	font-weight: 700;
}

.ad_pln_brd ul{
	margin: 10px 0px;
}

.ad_pln_brd ul li{
	position: relative;
	color: #353535;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 15px;
}

.ad_pln_brd ul li a{
	color: #353535;
}

.ad_pln_brd ul li a:hover,
.ad_pln_brd ul li a:focus{
	text-decoration: none;
	color: #353535;
}

.ad_pl_ph,
.ad_pl_fx,
.ad_pl_mbl,
.ad_pl_mail{
	display: inline-block;
	width: 48%;
}

.ad_pl_ph:before,
.ad_pl_fx:before,
.ad_pl_mbl:before,
.ad_pl_mail:before,
.ad_pl_adrs:before{
	position: absolute;
	display: block;
	font-family: fontAwesome;
	color: #993a5b;
	left: 0;
	font-size: 16px;
}

.ad_pl_ph:before{
	content: '\f095';
}

.ad_pl_fx:before{
	content: '\f1ac';
}

.ad_pl_mbl:before{
	content: '\f10b';
	font-size: 18px;
}

.ad_pl_mail:before{
	content: '\f0e0';
}

.ad_pl_adrs:before{
	content: '\f041';
}

.btn_english, .btn_tamil{
	background: #993a5b;
	color: #fff;
	display: inline-block;
	padding: 5px 15px;
	margin-right: 10px;
	border-radius: 5px;
	font-weight: 700;
	transition:.3s ease-in;
	-webkit-transition:.3s ease-in;
	-moz-transition:.3s ease-in;
}

.btn_english:hover,
.btn_english:focus,
.btn_tamil:hover,
.btn_tamil:focus{
	background: #de7d52;
	color: #fff;
	text-decoration: none;
}

/*End Faculty Page*/

/*Modal Pop UP*/

.view_prfle .modal-header{
	background: rgb(70,23,89); 
    background: -moz-linear-gradient(left, rgba(70,23,89,1) 0%, rgba(159,60,91,1) 53%, rgba(224,128,82,1) 100%); 
    background: -webkit-linear-gradient(left, rgba(70,23,89,1) 0%,rgba(159,60,91,1) 53%,rgba(224,128,82,1) 100%);
    background: linear-gradient(to right, rgba(70,23,89,1) 0%,rgba(159,60,91,1) 53%,rgba(224,128,82,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#461759', endColorstr='#e08052',GradientType=1 ); 
	color: #fff;
}

.view_prfle .modal-content{
	box-shadow: none;
	border:0px;
}

.view_prfle .modal-header{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.view_prfle .close{
	opacity: 1;
	color: #fff;
	text-shadow: none;
}

/*End Modal Pop Up*/

/*Contact Page*/
.c_address, .c_phone, .c_mail, .c_fax{
	position: relative;
	line-height: 24px;
	padding-bottom: 8px;
	padding-left: 25px;
	font-size: 15px;
}

.c_address:before,
.c_phone:before,
.c_mail:before,
.c_fax:before{
	position: absolute;
	display: block;
	left:0;
	font-family: fontAwesome;
	color: #92375b;
}

.c_address:before{
	content: '\f041';
	font-size: 19px;	
}

.c_phone:before{
	content: '\f095';
	font-size: 19px;
}

.c_mail:before{
	content: '\f0e0';
	font-size: 17px;
}

.c_fax:before{
	content: '\f1ac';
	font-size: 17px;
}

.c_mail a, .c_phone a, .c_fax a{
	color:#000;
}

.c_mail a:hover,
.c_phone a:hover,
.c_fax a:hover{
	text-decoration: none;
}

.cont_frm {
	padding-left: 0px !important; 
}

.cont_frm .frm_hgt{
	margin-bottom: 22px;
}

.cont_frm .form-control{
	border-radius: 0px;
	background: #f8f8f8;
	box-shadow: none;	
	border:1px solid #ddd;
}

.frm_hgt .form-control{
	height: 42px;
}

.sbt_btn{
	background: #92375b;
	color: #fff;
	border:0px;
	text-transform: uppercase;
	padding: 9px 30px;
	font-weight: 600;
	margin-top: 5px;
	transition: .3s ease-in;
	-webkit-transition: .3s ease-in;
	-moz-transition: .3s ease-in;
}

.sbt_btn:hover,
.sbt_btn:focus{
	background: #8cc63f;
}

.cont_tle{
	font-size: 25px;
	margin: 0px;
	padding-bottom: 25px;
	font-weight: 700;
	color: #93375b;
	padding-top: 20px;
}

.no_pd_l{
	padding-left: 0px;
}

.no_pd_r{
	padding-right: 0px;
}

/*End Contact Page*/

/*Department*/

.nav-stacked.side_tab  li{
	background: #ddd;
}

.nav-stacked.side_tab  li a{
	color: #333;
	font-size: 15px;
	padding: 12px 15px;
	transition:.3s ease-in;
	-webkit-transition:.3s ease-in;
	-moz-transition:.3s ease-in;
}

.nav-stacked.side_tab  li + li{
	margin-top: 1px;
}

.nav-stacked.side_tab > li.active > a, 
.nav-stacked.side_tab > li.active > a:hover, 
.nav-stacked.side_tab > li.active > a:focus,
.nav-stacked.side_tab li a:hover,
.nav-stacked.side_tab li a:focus{
	background: #93375b;
	border-radius: 0px;
	color: #fff;
}

.dept_desc{
	font-size: 15px;
	color: #333;
	text-align: justify;
	line-height: 24px;
	padding-bottom: 5px;
}

.dept_tle{
	padding-bottom: 20px;
}

.dept_tle1{
	font-size: 17px;
}

#teaching .table_common th,
.prjt_rsch .table_common th{
	background: #8ac63f;
}

.qua_sz{
font-size:17px;
}

/*End Department*/

/*News Style*/

.fc_news_lst ul{
margin-left:30px;
}

.newltr_con img{
	width:100%;
	height:auto;
}

.newltr_con{
	border-bottom: 1px solid #ddd;
    display: block;
    float: left;
	width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.newltr_con h3 {
    color: #93375b;
    font-size: 24px;
    padding-top: 0px;
    padding-bottom: 20px;
    margin: 0px;
}

.newltr_con h3:after{
	content:'';
	position:relative;
	display:block;
	width:60px;
	top:10px;
	border-top:4px solid #81315b;
	border-radius:20px;
}

.newltr_con small{
	background:#EE0F4F;
	color:#fff;
	border-radius:5px;
	font-size:12px;
	position:relative;
	top:-5px;
	display:inline-block;
	padding:3px 10px;
}

.newltr_con p{
	text-align:justify;
	font-size:15px;
	color:#444444;
	line-height:22px;
	padding-bottom:8px;
	margin-bottom: 0px;
}

.newltr_con a{
	color:#93375b;
	font-size:15px;
	transition:.3s ease-in;
	-webkit-transition:.3s ease-in;
	-moz-transition:.3s ease-in;
	-o-transition:.3s ease-in;
}

.newltr_con a:hover,
.newltr_con a:focus{
	text-decoration:none;
	color:#005EA4;
}

.news_tle{
	margin:0px 0px 15px;
	color: #93375b;
	font-size: 26px;
	font-weight: 700;
	position: relative;
}

.news_tle:after{
	content: '';
    position: relative;
    display: block;
    width: 60px;
    top: 10px;
    border-top: 4px solid #81315b;
    border-radius: 20px;
}

.news_desc{
	text-align: justify;
	font-size: 15px;
	line-height: 25px;
	padding-top: 18px;
}


.news_brdr{
	border-radius: 20px;
}
/*End News Style*/

/*Department Page */

.dept_bg:before{
	content: '';
	position: absolute;
	top:0;
	right: 0;
	left: 0;
	bottom: 0;
	background:rgba(71, 24, 89, 0.5);
	border-radius: 10px;	
}

.dept_bg{
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.dept_bg img{
	border-radius: 10px;
	width: 100%;
	height: auto;
}

.dept_name{
	position: absolute;
	top:45%;
	color: #f4f4f4;
	text-align: center;
	width: 100%;
	transform: translateY(-45%);	
	font-weight: 700;
	line-height: 24px;
	font-size: 20px;
	padding: 0px 15px;
}

.table_fnt_sz{
	font-size: 15px;
	margin-top: 10px;
}

.table_fnt_sz td{
	padding-bottom: 10px;
}

.fnt_sz{
	font-size: 15px;
}

.nav-pills.prgm_tab.pub li a{
	padding: 10px 12px !important; 
}

.nav-pills.prgm_tab.pub li + li{
	margin-left: 5px!important;
}



/*End Department Page*/

@media screen and (max-width:359px){
	#header ul li a{
		padding: 6px 5px;
		font-size: 9px;
		width: auto;
	}
	
		
	.ftr_lg img{
		width: 100%;
		height: auto;
	}
	
	.slide-text h1{
		font-size: 10px;
		line-height: 30px !important;
		padding-right: 5px;
	}
}

@media (min-width:360px) and (max-width:479px){
	#header ul li a{
		padding: 6px 7px;
		font-size: 10px;
		width: auto;
	}
	
		
	.ftr_lg img{
		width: 100%;
		height: auto;
	}
	
	.slide-text h1{
		font-size: 11px;
		line-height: 30px !important;
	}
}

@media (min-width:480px) and (max-width:520px){
	#header ul li a{
		padding: 6px 7px;
		font-size: 11px;
		width: auto;
	}
	
	#about_col h1{
		font-size: 19px !important;
	}
	
	.news_txt, .txt_desc, .qck_lnk, .cont_info{
		float: left;
	}
	
	.qck_lnk{
		width: 40%;
	}
	
	.cont_info{
		width: 60%;
	}
	
	.news_txt{
		width: 30%;
	}
	
	.txt_desc{
		width: 70%;
	}
	
	#news .news_txt::before{
		right: -15px;
		border-left: 15px solid #ec4853;
		border-top: 15px solid transparent;
		border-bottom: 15px solid transparent;
	}
	
	.TickerNews{
		padding-left: 10px !important;
	}
	
	.col_rgt{
		width: 70%;
		margin: auto;
	}
	
	.col_rgt img{
		width: 100%;
	}
	
	.slide-text h1{
		font-size: 16px;
	}
}

@media (min-width:521px) and (max-width:767px){
	#header ul li a{
		padding: 6px 7px;
		font-size: 12px;
		width: auto;
	}
	
	.news_txt, .txt_desc, .qck_lnk, .cont_info{
		float: left;
	}
	
	.qck_lnk{
		width: 40%;
	}
	
	.cont_info{
		width: 60%;
	}
	
	.news_txt{
		width: 20%;
	}
	
	.txt_desc{
		width: 80%;
	}
	
	#news .news_txt::before{
		right: -15px;
		border-left: 15px solid #ec4853;
		border-top: 15px solid transparent;
		border-bottom: 15px solid transparent;
	}
	
	.TickerNews{
		padding-left: 10px !important;
	}
	
	.col_rgt{
		width: 58%;
		margin: auto;
	}
	
	.col_rgt img{
		width: 100%;
	}
	
	.slide-text h1{
		font-size: 16px;
	}
	
}
 
@media (max-width: 767px) {
	#bread_crumb{
		display: none;
	}
	
	.slide-text h1{
		line-height: 35px;
		padding-left: 15px;
	}
	
	.slide-text h1::after{
		content: none;
	}
	
	.slide-text{
		padding: 0px !important;
		top:20%;
	}
	
	.evnt_bg li .media-body p{
		font-size: 13px;
	}
	
	#footer_bg figure figcaption{
		font-size: 14px;
		padding-top: 10px;
		padding-bottom: 15px;
		line-height: 24px;
	}
	
	.TickerNews{
		padding-left: 0px;
	}
	
	.f_address, .f_phone, .f_mail{
		font-size: 14px;
	}
	
	#footer_bg ul{
		padding-bottom: 5px;
	}
	
	.dpt_lst li a{
		font-size: 13px;
		line-height: 20px;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	
	.white_bg h4{
		font-size: 16px;
	}
	
	#footer_bg h4{
		font-size: 18px;
		padding: 10px 0px 12px;
	}
	
	#copyright{
		line-height: 22px !important;
		font-size: 13px;
	}
	
	.dean_bg h4{
		font-size: 16px;
	}
	
	.dean_bg h5{
		font-size: 14px;
	}
	
	.dean_bg p{
		font-size: 13px;
	}
	
	#events{
		padding: 20px 0px;
	}
	
	#about_col{
		padding: 20px 0px;
	}
	
	#about_col p{
		margin: 0px;
	}
	
	#about_col a{
		padding: 6px 20px;
		font-size: 11px;
		margin-bottom: 15px;
	}
	
	.abt_center h2{
		font-size: 22px;
	}
	
	#news{
		height: auto;
		line-height: 30px;
	}
	
	#news .news_txt h3{
		padding-left: 0px;
	}
	
	#about_col h1{
		font-size: 20px;
		padding-bottom: 10px;
		line-height: 26px;
	}
	
	#about_col p{
		font-size: 14px;
	}
	
	.ti_news a{
		font-size: 13px;
	}
	
	#news .news_txt h3{
		line-height: 30px;
		font-size: 15px;
	}
	
	#header ul li{
		margin-left: 0px;
	}
	
	#head_top, .head_rgt, #news .news_txt h3{
		text-align: center;
	}
	
	#head_top{
		height: auto;
		padding: 5px 0px 8px;
		line-height: normal;
	}
	
	.head_lft, .head_rgt{
		padding-top: 5px;
	}

	
	/*#menu{
		background: rgb(0,27,69);
	}*/
	
	#menu .navbar-nav > li{
		border-bottom: 1px solid rgba(255,255,255,0.3);
	}
	
	#menu .navbar{
		min-height: inherit;
	}
	
	#menu .dropdown-header{
		color: #ef0e4f !important;
	}
	
	#menu .navbar-brand{
		font-size: 16px;
		color: #fff;
		padding: 7px 15px 3px;
		height: auto;
	}
	
	.dropdown-menu-large > li > ul > li > a, 
	#menu .dropdown-menu.single > li > ul > li > a{
		font-size: 14px;
	}
	
	.dropdown-menu-large > li > ul > li > a, 
	#menu .dropdown-menu.single > li > ul > li > a,
	#menu .dropdown-header{
		color: #fff;
	}
	
	#menu .navbar-toggle{
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	#menu .navbar-toggle .icon-bar{
		background: #fff;
	}
}

@media screen and (min-width:768px){
	.navbar-brand{
		display:none;
	}
	
	#menu .navbar-nav{
		text-align: center;
		width: 100%;
	}
	
	#menu .navbar-nav > li {
    	float: none;
    	display: inline-block;
  	}

	li.dropdown:hover > .dropdown-menu {
		display: block;
		opacity: 1;
	}
	
	li.dropdown .dropdown-menu {
		  opacity:0;
		-webkit-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
		-ms-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
		transition: all 200ms ease-in;
	}
	
	#menu .dropdown-menu{
		background: rgba(255,255,255,0.9);
	}
}

@media (min-width:768px) and (max-width:991px){

	#menu .navbar-nav > li > a{
		padding: 10px 8px;
	}
	
	.dropdown-menu-large > li > ul > li > a, 
	#menu .dropdown-menu.single > li > ul > li > a,
	#menu .navbar-nav > li > a{
		font-size: 13px;
	}
	
	#news .news_txt h3{
		padding-left: 5px;
		font-size: 16px;
	}
	
	.ti_news a{
		font-size: 13px;
	}
	
	.slide-text{
		top:30%;
	}
	
	.slide-text h1{
		font-size: 23px !important;
		padding-left: 50px;
	}
	
	.slide-text h1::after{
		border-top: 50px solid rgba(224,128,82,0.9);
	}
	
	#about_col h1{
		font-size: 17px;
		padding-bottom: 10px;
	}
	
	.abt_center h2{
		font-size: 20px;
	}
	
	#about_col p{
		font-size: 13px;
		line-height: 22px;
		margin: 0px;
	}
	
	#about_col a{
		padding: 8px 20px 5px;
		font-size: 10px;
	}
	
	#about_col{
		padding: 25px 0px;
	}
	
	.dpt_lst li a,
	.evnt_bg li .media-body p{
		font-size: 13px;
	}
	
	#footer_bg figure figcaption{
		padding: 10px 0px 15px;
	}
}

@media screen and (max-width:991px){
		
	.white_bg{
		margin-bottom: 20px;
	}
	
	.logo img{
		width: 100%;
		height: auto;
	}
	
	.logo, #copyright .text-left, #copyright .text-right, #header ul{
		text-align: center;
	}
	
	#copyright{
		line-height: 26px;
		padding: 10px 0px;
	}
	
	#footer_bg figure figcaption{
		width: 100%;
	}

}

@media (min-width:992px) and (max-width:1200px){
	.dean_bg h2::before, .dean_bg h2::after{
		width: 55%;
	}
	
	.dean_bg h2::before{
		left: -55%;
	}
	
	.dean_bg h2::after{
		right: -55%;
	}
	
	.logo img{
		width: 100%;
		height: auto;
		margin-top: 5px;
	}
	
	#header ul li a{
		width: 130px;
	}
	
	#header ul{
		margin: 0px;
	}
	
	#menu .navbar-nav > li > a{
		padding: 12px 16px;
	}
	
	.dropdown-menu-large > li > ul > li > a, 
	#menu .dropdown-menu.single > li > ul > li > a,
	#menu .navbar-nav > li > a{
		font-size: 14px;
	}
	
	.slide-text{
		top:45%;
	}
	
	.slide-text > h1{
		font-size: 24px;
	}
	
	#about_col h1{
		font-size: 25px;
	}
	
	.abt_center h2{
		font-size: 22px;
	}
	
	#about_col h1, #about_col p{
		padding-bottom: 10px;
	}
	
	.dpt_lst li a{
		font-size: 12px;
		line-height: 32.5px;
	}
	
	.evnt_bg li .media-body p{
		font-size: 12px;
	}
	
	.dean_bg h4{
		font-size: 16px;
	}
	
	.dean_bg h5{
		font-size: 14px;
	}
	
	.dean_bg p{
		font-size: 13px;
	}
}

@media screen and (min-width:992px){
	.mariculture_left{
		margin-left: 12%;
	}
	
	.cont_info{
		padding-left: 7%;
	}
	
	.view_prfle .modal-dialog{
		width: 1000px;
	}
        .logo{
	       left:40px;
	       top:25px;
        }

}

.button-right{
float:right;
margin-bottom:25px;
    background: #692759;
    border: 1px solid #692759;
}

.news_rd_mr p{
text-align:justify;
font-size:15px;
}
.news_right {
float:right; width:40%; margin-left:25px;
}
.lst_news_evnt li{
	padding-bottom: 5px;
	border-bottom: 1px dotted #999;
	margin-bottom: 8px;
}

.lst_news_evnt li h5{
	margin: 0px;
	font-weight: 700;
	color: #69295a;
}

.lst_news_evnt li h5,
.lst_news_evnt li p{
	padding-bottom: 6px;
}

.lst_news_evnt li p{
	margin: 0px;
}

.subpage_side .media_bg.bg_news_evnt{
	padding-bottom: 15px;
}
.proj-tabl tr td{vertical-align:middle !important;}
.proj-tabl p{margin-bottom:0;}
.gry-bck{
    background:#f3f3f3;
    font-size:16px;
    font-weight:600;
}
/*jan 03*/
.clg-img-cnt{
    position:relative;
}
.clg-img-cnt p{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    text-align:center;
    font-size:16px;
    color:#fff;
    background:rgba(0,0,0,0.8);
    padding:5px;
    margin:0;
}
@media(min-width:1024px){
    .clg-img{float:right;}
}
#workshop .modal-header{
    border-bottom:none;
    padding:0;
}
#workshop  .close{
    background:#ec4853;
    color:#fff;
    opacity:1;
    width:30px;
    height:30px;
    border-radius:50px;
    margin-top:-15px;
    margin-right:-15px;
}
