/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
label{font-weight:normal;}
/*=================================================================
FONT FACE ========================================================*/

@font-face {
    font-family: 'latomedium';
    src: url('../fonts/lato-medium-webfont.eot');
    src: url('../fonts/lato-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-medium-webfont.woff2') format('woff2'),
         url('../fonts/lato-medium-webfont.woff') format('woff'),
         url('../fonts/lato-medium-webfont.ttf') format('truetype'),
         url('../fonts/lato-medium-webfont.svg#latomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-light-webfont.eot');
    src: url('../fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         /* url('../fonts/lato-light-webfont.woff2') format('woff2'), */
         url('../fonts/lato-light-webfont.woff') format('woff'),
         url('../fonts/lato-light-webfont.ttf') format('truetype'),
         url('../fonts/lato-light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*=================================================================
FONT FACE ========================================================*/

body{
	background-color:#f5f5f5  !important;
	font-size:16px;
	font-family: 'latomedium' !important;
}
h1, h2, h3, h4, h5, h6{font-family: 'latolight' !important;}
.layout{
	padding: 0 10%;
}
.clear{clear:both;}
.top{
	background-color: #fff;
	/*background: rgba(22,170,239,1);
	background: -moz-linear-gradient(left, rgba(22,170,239,1) 0%, rgba(22,170,239,1) 51%, rgba(44,64,98,1) 51%, rgba(44,64,98,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(22,170,239,1)), color-stop(51%, rgba(22,170,239,1)), color-stop(51%, rgba(44,64,98,1)), color-stop(100%, rgba(44,64,98,1)));
	background: -webkit-linear-gradient(left, rgba(22,170,239,1) 0%, rgba(22,170,239,1) 51%, rgba(44,64,98,1) 51%, rgba(44,64,98,1) 100%);
	background: -o-linear-gradient(left, rgba(22,170,239,1) 0%, rgba(22,170,239,1) 51%, rgba(44,64,98,1) 51%, rgba(44,64,98,1) 100%);
	background: -ms-linear-gradient(left, rgba(22,170,239,1) 0%, rgba(22,170,239,1) 51%, rgba(44,64,98,1) 51%, rgba(44,64,98,1) 100%);
	background: linear-gradient(to right, rgba(22,170,239,1) 0%, rgba(22,170,239,1) 51%, rgba(44,64,98,1) 51%, rgba(44,64,98,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16aaef', endColorstr='#2c4062', GradientType=1 );*/
}
.number{
	/*background: #16aaef;*/
    padding: 1% 2% 1% 5%;
    position: absolute;
    right: 0px;
    top: -10px;
    z-index: 10;
    font-size: 26px;
    color: #FFF;
}
.number label{
    position: relative;
    font-size: 26px;
    color: #FFF;
	padding-left:34px;
}
.number label:before{
	content: "\f095";
    font-family: FontAwesome;
    position: absolute;
    width: 28px;
    height: 28px;
    line-height: 27px;
    font-size: 12px;
    text-align: center;
    color: #FFF;
    border: 2px solid;
    border-radius: 100%;
    left: 0px;
    top: 5px;
}
label{font-weight:normal !important;}
.top-links{
	float:right;
	margin:0;
	padding:0;
}
.top-links li{
	float:left;
}
.top-links li a{
	color: #FFF;
    display: block;
    padding:10px 8px;
    font-size: 14px;
}
.header{
	background:#FFF;
}
.head{
	background:#FFF;
	    padding:0 12px;
}
.right {
    float: right !important;
}
.logo{
	float:left;
	display:block;
	    padding: 15px 0 15px 10px;
}
.navigation{
	position:relative;
}
.banner{
	position:relative;
}
.banner-link{
	position:absolute;
	left:0px;
	top:70%;
	width:100%;
}
.menu-set{
	width:430px;
	margin:0px auto;
}
.menu-set a{
	display: inline-block;
    padding: 16px 28px;
    background:#E6900A;
    margin: 0 5px;
    color: #FFF;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.menu-set a:hover{
    background: #333;
	color:#FFF;
	text-decoration:none;
}
.online{
	background: #3F5379 !important;
}
.online:hover{
	background:#333 !important;
}
.welcome{
	padding: 50px 0 50px 0;
	background-color: #FFF;
}
.gurudhevan img{ width:100%;}
.welcome-in{
	margin:0px;
}
.welcome-in h1{
    margin: 0 0 30px 0;
    padding-bottom: 15px;
    font-weight: normal;
    color: #2c4062;
    position: relative;
    font-family: 'latolight';
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
}
.welcome-in h1 small{
	font-size:14px;
	color:#999;
}
.welcome-in h1:after{
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    background: rgba(22,170,239,1);
    background: -moz-linear-gradient(left, rgba(22,170,239,1) 0%, rgba(22,170,239,1) 51%, rgba(44,64,98,1) 51%, rgba(44,64,98,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(22,170,239,1)), color-stop(51%, rgba(22,170,239,1)), color-stop(51%, rgba(44,64,98,1)), color-stop(100%, rgba(44,64,98,1)));
    background: -webkit-linear-gradient(left, rgba(22,170,239,1) 0%, rgba(22,170,239,1) 51%, rgba(44,64,98,1) 51%, rgba(44,64,98,1) 100%);
    background: -o-linear-gradient(left, rgba(22,170,239,1) 0%, rgba(22,170,239,1) 51%, rgba(44,64,98,1) 51%, rgba(44,64,98,1) 100%);
    background: -ms-linear-gradient(left, rgba(22,170,239,1) 0%, rgba(22,170,239,1) 51%, rgba(44,64,98,1) 51%, rgba(44,64,98,1) 100%);
    background: linear-gradient(to right, rgba(22,170,239,1) 0%, rgba(22,170,239,1) 51%, rgba(44,64,98,1) 51%, rgba(44,64,98,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16aaef', endColorstr='#2c4062', GradientType=1 );
    width: 120px;
    height: 3px;
}
.welcome-in p{
	line-height:26px;
}

.welcome-in a{
	color: #16AAEF;
    float: right;
    padding: 10px 29px;
    border: 2px solid;
    display: inline-block;
    margin: 20px 0 0 0;
}
.welcome-in a:hover{
	color:#FFF;
	background-color:#16AAEF;
	border: 2px solid #16AAEF; 
	text-decoration:none;
}

.padding{
	padding: 0 5px !important;
}
.wel-box{
	position:relative;
}
.wel-box img{
	width:100%;
}
.wel-box h2{
	position: absolute;
    bottom: 60px;
    width: 100%;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    font-size: 22px;
	font-weight:800;
}
.link-hold{
	position: absolute;
    bottom: -27px;
    text-align: center;
    width: 100%;
}
.link-hold a{
    color: #333;
    text-transform: uppercase;
    background: #FFF;
    display: inline-block;
    padding: 18px 40px;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0.2em;
    box-shadow: 0px 3px 6px 0px rgba(68, 68, 68, 0.15);
}
.link-hold a:hover{
    color: #FFF;
    background: #000;
}

.about-hold{
	background-color:#f5f5f5  !important;
}
.home-about{
	padding:90px 80px;
	background:#eff8f9;
	text-align:center;
}
.home-about h1{
    font-size: 36px;
    padding: 0 0 10px;
	margin-bottom:15px !important;
    margin: 0;
    color: #666;
    font-family: 'latolight';
	position:relative;
}
.home-about h1:after{
	content: '';
    position: absolute;
    bottom: -2px;
    left: 47%;
    border-bottom: 4px solid #DDD;
    width: 55px;
}
.home-about p{
    color: #777;
	line-height:24px;
}
.home-about a{
    display: inline-block;
    padding: 15px 38px;
    background: #F66;
    margin: 0 5px;
    color: #FFF;
    letter-spacing: 0.1em;
    text-transform: uppercase;
	margin: 15px 0 0 0;
}
.home-about a:hover{
    background: #333;
	color:#FFF;
	text-decoration:none;
}
.infa{
	margin:0px auto;
	width:80%;
}
.infa h1{
	text-transform:uppercase;
	font-size:34px;
	color:#FFF;
	text-align:center;
	position:relative;
	margin: 0 0 30px 0;
    padding-bottom: 15px;
}
.infa h1:after{
    content: '';
    position: absolute;
    bottom: -2px;
    left:44.5%;
    background: rgba(22,170,239,1);
    background: -moz-linear-gradient(left, rgba(22,170,239,1) 0%, rgba(22,170,239,1) 51%, rgba(44,64,98,1) 51%, rgba(44,64,98,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(22,170,239,1)), color-stop(51%, rgba(22,170,239,1)), color-stop(51%, rgba(44,64,98,1)), color-stop(100%, rgba(44,64,98,1)));
    background: -webkit-linear-gradient(left, rgba(22,170,239,1) 0%, rgba(22,170,239,1) 51%, rgba(44,64,98,1) 51%, rgba(44,64,98,1) 100%);
    background: -o-linear-gradient(left, rgba(22,170,239,1) 0%, rgba(22,170,239,1) 51%, rgba(44,64,98,1) 51%, rgba(44,64,98,1) 100%);
    background: -ms-linear-gradient(left, rgba(22,170,239,1) 0%, rgba(22,170,239,1) 51%, rgba(44,64,98,1) 51%, rgba(44,64,98,1) 100%);
    background: linear-gradient(to right, rgba(22,170,239,1) 0%, rgba(22,170,239,1) 51%, rgba(44,64,98,1) 51%, rgba(44,64,98,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16aaef', endColorstr='#2c4062', GradientType=1 );
    width: 120px;
    height: 3px;
}
.infa-box{
	padding-bottom:40px;
}
.infa-box img{
	border-radius:100%;
	margin: 0 15px 0 0;
}
.infa-box a{
	display:block;
	color:#8BB5FF;
}
.infa-box a:hover{
	background:#4c78c5;
	color:#FFF;
	text-decoration:none;
	border-radius:15px;
}

.bottom-three{
	padding: 0 0 50px 0;
}
.three-one{
	background:#16aaef;
	padding: 45px 40px;
}
.three-one h2{
	color:#FFF;
	font-size:26px;
	position:relative;
	margin: 0 0 20px 0;
    padding-bottom: 15px;
}
.three-one h2:after{
    content: '';
    position: absolute;
    bottom: -2px;
    left:0;
    background:#223453;
    width: 60px;
    height: 3px;
}
.three-one p{
	color:#FFF;
	text-align:left !important;
	font-family: 'latolight';
}
.three-one a{
    background:#223453;
	padding: 12px 30px;
	color:#FFF;
	margin: 10px 0 0;
	display:inline-block;
}
.three-one a:hover{
    background:#222;
	color:#FFF;
	text-decoration:none;
}
.f-logo{
	display:inline-block;
	padding: 152px 0 0 0;
}
.fb {
    display: inline-block !important;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 29px !important;
    border: 2px solid;
    color: #223453;
    border-radius: 100%;
}
.tw {
    display: inline-block !important;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 29px !important;
    border: 2px solid;
    color: #223453;
    border-radius: 100%;
}
.text{
	padding: 0 15px;
}
.text h2{
    position:relative;
	text-transform: uppercase;
    font-size: 28px;
    color: #2c4062;
    position: relative;
    margin: 0 0 30px 0;
    padding-bottom: 15px;
}
.text h2:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #223453;
    width: 50px;
    height: 3px;
}
.text p{
	text-align:justify;
}
hr {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    border: 0;
    border-top: 1px solid #E0E0E0 !important;
}
.text img{
	float:left;
	margin: 0 20px 0 0;
}
.faculty h1 strong {
    color: #333;
}
.footer{
	background:#32486D;
}
.footer-top{
	width:100%;
}
.f-top-in{
	background-color:#2c4e86;
}
.plus{
	background-color:#731112;
	text-transform:uppercase;
	color:#DE898B;
	position:relative;
	padding: 40px 25px 40px 20%;
}
.plus big{
	font-size:22px;
	line-height:28px;
	position:relative;
	padding-left:30px;
}
.plus big:before{
    position: absolute;
    left: 5px;
    top: 2px;
    content: "\f095";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #DE898B;
    padding-right: 0.5em;
}
.plus1{
	background-color:#7a1314;
	text-transform:uppercase;
	color:#DE898B;
	position:relative;
	padding: 40px 25px;
}
.plus1 big{
	font-size:22px;
	line-height:28px;
	position:relative;
	padding-left:30px;
}
.plus1 big:before{
    position: absolute;
    left: 5px;
    top: 2px;
    content: "\f095";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #DE898B;
    padding-right: 0.5em;
}
.site-footer {
    padding-top: 20px;
    background: #f1f2f3;
    color: #b1b2b3;
    font-size: 0.73em;
    width: 100%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.padding-2{
	padding:0px !important;
}
.f-one{
	padding: 0 0 60px 0;
}
.f-one h2{
	line-height:30px;
	padding: 30px 0 8px;
	color:#16AAEF;
	font-size:18px;
	text-transform: uppercase;
	font-family: 'latomedium' !important;
}
.f-one a{
	line-height: 26px;
    color: #FFF;
    font-size: 14px;
    display: block;
}
.f-one a:hover{
	line-height: 26px;
    color: #16AAEF;
    text-decoration:none;
}
.f-one p{
	line-height: 22px;
    color: #FFF;
    font-size: 14px !important;
	padding-bottom:15px;
}
.f-one p strong{
	font-size:18px;
	font-weight:normal;
}
.f-one label{
	line-height: 20px;
    color: #e3e9ef;
    font-size: 14px !important;
	padding-bottom:10px;
	display:block;
}
.site-info{
	padding: 20px 0;
	text-align:center;
}
.site-info p{
	font-size:14px;
	color:#777;
}

/*==================================
inner page styles
==================================*/
.inner-banner{position:relative;}
.inner-banner img{
	width:100%;	
}
.inner-welcome{
	padding: 70px 0 50px 0;
    background-color: #FFF;
}
.inner-welcome h1 {
    margin: 0 0 30px 0;
    padding-bottom: 22px;
    font-weight: normal;
    color: #2c4062;
    position: relative;
    font-family: 'latolight';
    font-size: 38px;
    line-height: 22px;
    text-transform: uppercase;
}
.inner-welcome h1:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    background: rgba(22,170,239,1);
    background: -moz-linear-gradient(left, rgba(22,170,239,1) 0%, rgba(22,170,239,1) 51%, rgba(44,64,98,1) 51%, rgba(44,64,98,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(22,170,239,1)), color-stop(51%, rgba(22,170,239,1)), color-stop(51%, rgba(44,64,98,1)), color-stop(100%, rgba(44,64,98,1)));
    background: -webkit-linear-gradient(left, rgba(22,170,239,1) 0%, rgba(22,170,239,1) 51%, rgba(44,64,98,1) 51%, rgba(44,64,98,1) 100%);
    background: -o-linear-gradient(left, rgba(22,170,239,1) 0%, rgba(22,170,239,1) 51%, rgba(44,64,98,1) 51%, rgba(44,64,98,1) 100%);
    background: -ms-linear-gradient(left, rgba(22,170,239,1) 0%, rgba(22,170,239,1) 51%, rgba(44,64,98,1) 51%, rgba(44,64,98,1) 100%);
    background: linear-gradient(to right, rgba(22,170,239,1) 0%, rgba(22,170,239,1) 51%, rgba(44,64,98,1) 51%, rgba(44,64,98,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16aaef', endColorstr='#2c4062', GradientType=1 );
    width: 120px;
    height: 3px;
}
.inner-welcome p {
     text-align: left;
     width: 95%;
}
.inner-commen{
	padding:40px;
	background:#EEE;
}
.news-common{
	padding-bottom:12px;
}
.inner-commen hr{
    border-top: 1px solid #DDD !important;
    margin: 15px 0 !important;
}
.inner-commen h2{
    margin: 0 0 5px 0;
    padding-bottom: 12px;
    color: #222;
    position: relative;
    text-align: left;
    font-size: 28px;
}
.inner-commen h2:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left:0%;
    border-bottom: 3px solid #222;
    width: 45px;
}
.news-common h3{
	color:#A02026;
    font-size: 18px;
}
.news-common b{
	color:#444;
	font-weight:normal;
}
.news-common p{
	color:#777;
}
.news-common a {
    color: #000;
    background: #FC6;
    display: inline-block;
    padding: 7px 15px;
}
.news-common a:hover{
	color:#FFF;
    background: #333;
	text-decoration:none;
}
.carousel-indicators {
    bottom: -25px !important;
}
.carousel-indicators li {
    border: 1px solid #32486D !important;
}
.carousel-indicators .active {
    background-color: #32486D !important;
}
.right-commen {
    min-height: 300px;
    background: #BB2C32;
	padding:40px;
}
.right-commen h2{
    margin: 0 0 5px 0;
    padding-bottom: 12px;
    color: #FFF;
    position: relative;
    text-align: left;
    font-size: 28px;
}
.right-commen h2:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left:0%;
    border-bottom: 3px solid #FFF;
    width: 45px;
}
.right-commen ul{
	padding:10px 0 0 0;
}
.right-commen li{
	line-height:26px;
}
.right-commen li a{
	line-height:26px;
	display:block;
	color:rgba(255, 255, 255, 0.67);
	padding: 0 0 0 20px;
	position:relative;
}
.right-commen li a:hover{
	color:#FFF;
}
.right-commen li a:before{
	content:'\f105';
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	position:absolute;
	left:5px;
	top:0px;
}
.about-hold{
	background-color:#32486D    !important;
	/* padding: 60px 0;*/
	padding: 1px 0;
	margin-bottom: 40px;
}
.about-hold p{
	text-align:justify;
}
.inner-about{
	padding:80px;
	background:#EEE;
	margin-bottom:30px;
}
p{
	line-height:24px;
	color:#888;
}
.inner-about img{
	float:left;
	margin: 0 25px 0 0;
}
.inner-about h2{
    font-size: 32px;
    margin: 0;
    padding: 0 0 18px;
    color: #333;
}
/*==============================
CONTACT US PAGE STYLES
================================
*/
.input-box span{
	display:block;
	padding: 20px 0 2px 0;
    color: #666;
}
.input-box input{
    width: 100%;
    padding: 8px 15px;
    border: 1px solid #E4E4E4;
    height: 50px;
}
.input-box textarea{
    width: 100%;
    padding: 8px 15px;
    border: 1px solid #E4E4E4;
    height: 154px;
	margin:0 0 28px 0;
}
.map{
	min-height:600px;
}
.map h2{
    font-size: 32px;
	text-align:center;
	padding: 55px 0 20px 0;
	margin:0;
}
.map iframe{
	width:100%;
	float:left;
}
.submit{
    float: left;
    display: inline-block;
    padding: 12px 52px !important;
    color: #FFF !important;
    height: auto !important;
    background: #444;
    font-size: 18px;
    margin: 0;
    width: auto !important;
}
.submit:hover{
    background: #222;
}
.in-left p{
	padding:20px 0 0 0;
}
.in-left big{
	color:#26B0F0;
	font-size:18px;
}
.in-left label{
	font-weight:normal;
}
.in-left label i{
	display:inline-block;
	width:30px;
}
.in-left h2{
	font-size:32px;
}
.img-gallery{
	padding: 50px 0 0;
}




/*///////////////////////////////////////////////////
new styles*/
.news-gallery{
	padding-bottom:60px;
}
.news-section-left{
	padding:0;
}
.news-section-left h1{
    text-transform: uppercase;
    font-size: 34px;
    color: #2c4062;
    position: relative;
    margin: 0 0 10px 0;
    padding-bottom: 15px;
}
.news-section-left h1:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left:0%;
    background: rgba(22,170,239,1);
    background: -moz-linear-gradient(left, rgba(22,170,239,1) 0%, rgba(22,170,239,1) 51%, rgba(44,64,98,1) 51%, rgba(44,64,98,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(22,170,239,1)), color-stop(51%, rgba(22,170,239,1)), color-stop(51%, rgba(44,64,98,1)), color-stop(100%, rgba(44,64,98,1)));
    background: -webkit-linear-gradient(left, rgba(22,170,239,1) 0%, rgba(22,170,239,1) 51%, rgba(44,64,98,1) 51%, rgba(44,64,98,1) 100%);
    background: -o-linear-gradient(left, rgba(22,170,239,1) 0%, rgba(22,170,239,1) 51%, rgba(44,64,98,1) 51%, rgba(44,64,98,1) 100%);
    background: -ms-linear-gradient(left, rgba(22,170,239,1) 0%, rgba(22,170,239,1) 51%, rgba(44,64,98,1) 51%, rgba(44,64,98,1) 100%);
    background: linear-gradient(to right, rgba(22,170,239,1) 0%, rgba(22,170,239,1) 51%, rgba(44,64,98,1) 51%, rgba(44,64,98,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16aaef', endColorstr='#2c4062', GradientType=1 );
    width: 120px;
    height: 3px;
}
.news-text{
	padding-bottom:0px;
}
.news-section-left hr{
    border-top: 1px solid #DDD !important;
    margin: 30px 0 !important;
}
.no-padding{
	padding:0px !important;
}
.news-section h1{
    margin: 0 0 30px 0;
    padding-bottom: 10px;
    font-weight: normal;
    color: #FFF;
    position: relative;
    font-family: 'latolight';
}
.news-section h1:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0%;
    border-bottom: 4px solid #FFF;
    width: 55px;
}
.news-text h3{
	color:#4C78C5;
    font-size: 18px;
	font-family: 'latomedium' !important;
}
.news-text b{
	color:#888;
	font-weight:normal;
}
.news-text p{
	color:#387EBD;
}
.news-text a{
	color:#000;
	position:relative;
	font-size:14px;
}
/*.news-text a:after{
	position: absolute;
    right: -31px;
    top: 2px;
    content: "\f178";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    padding-right: 0.5em;
}*/
.news-text a:hover{
	color:#000;
	text-decoration:none;
}
.more{
	color:#FC0;
	position:relative;
	float:right;
	margin:0 31px 0 0;
}
.more:after{
	position: absolute;
    right: -31px;
    top: 2px;
    content: "\f178";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #F3B705;
    padding-right: 0.5em;
}
.more:hover{
	color:#000;
	text-decoration:none;
}
.photo-gallery{
	/*padding:10px 0;*/
}
.photo-gallery h1{
    text-transform: uppercase;
    font-size: 34px;
    color: #2c4062;
    position: relative;
    margin: 0 0 10px 0;
    padding-bottom: 15px;
}
.photo-gallery h1:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left:0%;
    background: rgba(22,170,239,1);
    background: -moz-linear-gradient(left, rgba(22,170,239,1) 0%, rgba(22,170,239,1) 51%, rgba(44,64,98,1) 51%, rgba(44,64,98,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(22,170,239,1)), color-stop(51%, rgba(22,170,239,1)), color-stop(51%, rgba(44,64,98,1)), color-stop(100%, rgba(44,64,98,1)));
    background: -webkit-linear-gradient(left, rgba(22,170,239,1) 0%, rgba(22,170,239,1) 51%, rgba(44,64,98,1) 51%, rgba(44,64,98,1) 100%);
    background: -o-linear-gradient(left, rgba(22,170,239,1) 0%, rgba(22,170,239,1) 51%, rgba(44,64,98,1) 51%, rgba(44,64,98,1) 100%);
    background: -ms-linear-gradient(left, rgba(22,170,239,1) 0%, rgba(22,170,239,1) 51%, rgba(44,64,98,1) 51%, rgba(44,64,98,1) 100%);
    background: linear-gradient(to right, rgba(22,170,239,1) 0%, rgba(22,170,239,1) 51%, rgba(44,64,98,1) 51%, rgba(44,64,98,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16aaef', endColorstr='#2c4062', GradientType=1 );
    width: 120px;
    height: 3px;
}
.photo{
    margin-right: -5px;
    margin-left: -5px;
	margin-top: 15px;
}
.photo img{
    width:100%;
}
.padding-three{
	padding:5px !important;
}












































@media only screen and (min-width:768px) and (max-width: 1024px) {
	
}

@media only screen and (min-width:480px) and (max-width: 768px) {
.plus {
    padding:30px;
    text-align:center;
}
.plus1{
    padding:30px;
    text-align:center;
}
.crsl-item {
    padding: 40px 20px 0 !important;
}
.crsl-item a{
    font-size:12px;
}
.annou-box {
    padding: 25px;
}
.annou-box a {
    font-size: 14px;
    padding: 12px 35px 12px 18px !important;
}
.news-section-left {
    padding: 50px;
}	
.convocation {
    background: rgba(0, 0, 0, 0) url("../images/bg2.jpg") no-repeat scroll left top / cover ;
    min-height: 455px;
    padding: 80px;
}
.chairman-in {
    width: auto;
}
.welcome-in {
    width:auto;
}
.wel-box h2 {
    bottom: 28px;
    font-size: 14px;
}
.inner-about {
    padding: 40px;
}
.input-box{
	padding-bottom:50px;
}
}

@media only screen and (min-width:320px) and (max-width: 480px) {
.layout {
    padding: 0 5%;
}
.top-links li a {
    font-size: 12px;
    padding: 4px;
}	
.menu-set {
    margin: 0 10%;
    width:auto;
}
.menu-set a {
    margin: 0 0 10px;
    padding: 16px 0;
    text-align: center;
    width: 100%;
}
.wel-box {
    margin-bottom: 50px;
}
.welcome {
    padding: 80px 0 70px;
}
.home-about {
    padding: 40px 30px;
}
.home-about h1 {
    font-size: 28px;
}
.chairman-in {
    width: auto;
}
.chairman-details {
    margin-bottom: 20px;
    padding: 40px 0;
}
.news-section-left {
    padding: 60px 5% 60px 5%;
}
.convocation {
    min-height: 408px;
    padding: 100px 0 0;
}
.annou-box {
    margin: 0 5% 5%;
    padding: 25px;
}
.annou-box a {
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
}
.plus {
    padding:30px;
    position: relative;
    text-transform: uppercase;
}
.f-one{padding-bottom:0px;}
.inner-about {
    padding: 40px;
}
.inner-about img{
   width:100%;
   margin-bottom:25px;
}
#cssmenu li:hover > ul {
  padding:0 !important;
}
#cssmenu > ul > li > a {
    line-height: 38px !important;
}
#cssmenu .submenu-button {
    height: 38px !important;
}
.number {
    padding: 15% 2% 1% 5%;
}
.gurudhevan img {
    margin-bottom: 35px;
}
#cssmenu ul ul li a {
    padding: 5px 0px 5px 0px !important;
}
}






