		/**
 * @file
 * Visual styles for Bartik's main-content component.
 */

.main-content .section {
	padding: 0;
}
.main-content .region-content > .block.block-page-title-block{    padding: 0; margin: 0;}
.path-frontpage h2, .sidebar h2, .main-content h1.page-title {
    margin: 0 0 0px;
padding: 7px 15px 7px;
font-size: 1em;
line-height:20px;
color: #fff;
font-weight: 600;
background: #1b374c;
border-left: 6px solid #f8c301;
text-transform: uppercase;
}
.block-views h2{
margin: 0 0 0px;
padding: 7px 15px 7px;
font-size: 1em;
line-height:20px;
color: #fff;
font-weight: 600;
background: #1b374c;
border-left: 6px solid #f8c301;
text-transform: uppercase;
}
form#views-exposed-form-notices-page-1 .form-item label {
    padding-top: 10px;
    font-size: 17px;
    font-weight: 600;
}
form#views-exposed-form-notices-page-1 .form--inline.clearfix {
    margin-bottom: 10px;
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
}
h5 {
	font-size: 1em;
	font-weight: bold;
}
h6 {
	font-size: 0.9em;
	font-weight: bold;
}
p {
	margin: 0 0 10px;
}
/*.main-content h1.page-title {
	margin-bottom: 2px;
	font-size: 1.05em;
	margin-top: 0;
	text-transform: uppercase;
	line-height: 1.4;
	display: block;
	margin: 0 0 0.5em;
	border-bottom: 1px solid #381056;
	padding: 6px 15px;
	color: #fff;
	font-weight: 600;
	background: #381056;
	border-left: 6px solid #FFEB3B;
}

.main-content h1.page-title span{
 	  line-height: 1.4;
	display: block;
    margin: 0 0 0.5em;
    border-bottom: 1px solid #381056;
    padding: 6px 15px 4px;
    text-shadow: 0 1px 0 #488650;
    color: #fff;
    font-weight: 600;
    background: #381056;
    border-left: 6px solid #FFEB3B;
 }
*/

.main-content h2 a {
	color: #ffffff !important;
	border: none;
}
.main-content h2 a{text-decoration:underline;}
.footer-menu .region.region-footer-menu {
    display: flex;
    flex-wrap: wrap;
}
.footer-menu .region.region-footer-menu nav {
	flex-grow: 1;
    width: 33%;
	    padding: 0 40px;
    box-sizing: border-box;
}
.region.region-footer-menu nav#block-rvs-footermenu{
	padding: 0px;
}
.footer-menu .region.region-footer-menu nav.menu--academics-f h2, .footer-menu .region.region-footer-menu nav.menu--facilities-f h2, .footer-menu .region.region-footer-menu nav.menu--information h2 {
    background: none;
    border: 0;
    color: #fff;
	    margin-bottom: 15px;
    font-weight: 500;
    font-size: 18px;
   padding: 0 !important;
}
.footer-menu .region.region-footer-menu nav.menu--academics-f h2:before, .footer-menu .region.region-footer-menu nav.menu--facilities-f h2:before, .footer-menu .region.region-footer-menu nav.menu--information h2:before {
	display:none;
}
.footer-menu .region.region-footer-menu nav.menu--academics-f ul li, .footer-menu .region.region-footer-menu nav.menu--facilities-f ul li, .footer-menu .region.region-footer-menu nav.menu--information ul li {
	display: block;
    padding: 0;
    text-align: left;
    padding-bottom: 10px;
    font-size: 15px;
    list-style: circle !important;
	    border: 0;
		line-height: normal;
}
@media only screen and (min-width: 769px) {
.main-content {
	position: relative;
}
[dir="rtl"] .main-content {
	float: right;
}
.layout-two-sidebars .main-content {
	width: 100%;
}
.layout-one-sidebar .main-content {
	width: 100%;
}
.layout-no-sidebars .main-content {
	width: 100%;
}
.layout-sidebar-first .main-content {
	margin-right: 0; /* LTR */
	 
}
/*[dir="rtl"] .layout-sidebar-first .main-content {
	margin-left: 0;
	margin-right: 25%;
}
.layout-sidebar-second .main-content {
	margin-right: 30%; 
	margin-left: 0; 
}
[dir="rtl"] .layout-sidebar-second .main-content {
	margin-right: 0;
	margin-left: 25%;
}*/
}
article p{text-align:justify;}
article ul {
	list-style: none;
	padding: 0 !important;
}
article ul>li {
	padding: 2px 15px 4px;
	position: relative;
}
article ul>li:before {
	left: 0px;
	position: absolute;
	top: 4px;
	color: #004a00;
	content: "\f105";
	font: normal normal normal 1em/1 FontAwesome;
}


.new_collapse .panel-title{
	margin-bottom:0px;
}
.new_collapse .panel-title a.collapsed:after{
	content: '\002B';
    color: #000;
    font-size:18px;
    float: right;
    margin-left: 5px;
}

.new_collapse .panel-title a:after{
	content: "\2212";
    color: #000;
    font-size:18px;
    float: right;
    margin-left: 5px;
}


/*tabbing css start*/
ul.nav.nav-tabs {
    padding-left: 0px;
}
.tab-pane.fade.active.show {
    opacity: 1;
}
ul.nav.nav-tabs li.active, ul.nav.nav-tabs li a {
    cursor: pointer !important;
}
/*tabbing css end*/
.nav-tabs a {
    float: left;
    background: #ededed;
    color: #000;
    border-radius: 5px 5px 0 0;
    padding: 6px 9px;
    border: 1px solid #ededed;
    margin-right: 5px;
}
.nav-tabs .nav-link.active {
    background: #fff;
    border-bottom: 0;
}
.nav-tabs#nav-tab {
        border-bottom: 0;
		margin-bottom: 5px;
}
section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#tabs{
	background: #007b5e;
    color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link {
    color: #f3f3f3;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 20px;
    font-weight: bold;
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #eee;
    font-size: 20px;
}
.top_story_img_space img{
	margin-right:15px;
}
.panel-body.new_collapse{
	padding:0px;
}
.new_collapse .panel-group .panel{
	padding: 0px;
}
.new_collapse .panel-group .panel-heading .panel-title{
	margin-bottom: 0px !important;
}
.field-item .list-group.technicial-padding{
	padding-left:0px;
}
.student-padding{
	padding-left:15px !important;
}
.center_icon{
	text-align: center;
}
.center_icon .image{
	position: relative;
    z-index: 2;
    margin: auto;
    width: 75px;
    height: 75px;
    border: 8px solid white;
    line-height: 76px;
    border-radius: 50%;
    background: #1b374c;
}
.center_icon .image:before {
    content: "";
    background: url("../../../../sites/default/files/images/file-alt-solid.png") no-repeat;
    width: 30px;
	height:30px;
	left:0;
	top:0;
	right:0;
	bottom:0;
	margin: auto;
    position: absolute;
    display: inline-block;
    background-position: center center;
	background-size: contain;
    background-repeat: no-repeat;
}
body.path-frontpage #block-rvs-page-title, body.path-frontpage #block-rvs-content {
    display: none;
}
.path-frontpage .block-views-blocknew-slider-block-1 .view-new-slider ul{
	max-height:350px;
	overflow:hidden;
}
.center_icon.library .image:before {
	background: url("../../../../sites/default/files/images/library.png") no-repeat;
	background-position: center;
    background-size: contain;
}
.center_icon.computer .image:before {
	background: url("../../../../sites/default/files/images/computer.png") no-repeat;
	background-position: center;
    background-size: contain;
}
.center_icon.sports .image:before {
	background: url("../../../../sites/default/files/images/sports.png") no-repeat;
    background-position: center;
    background-size: contain;
}
.center_icon.hostels .image:before {
	background: url("../../../../sites/default/files/images/hostels.png") no-repeat;
	background-position: center;
    background-size: contain;
}
.center_icon.medical .image:before {
	background: url("../../../../sites/default/files/images/medical.png") no-repeat;
	background-position: center;
    background-size: contain;
}
.center_icon.workshop .image:before {
	background: url("../../../../sites/default/files/images/workshop.png") no-repeat;
	background-position: center;
    background-size: contain;
}

ul.social-media-links--platforms.platforms li a:hover {
    opacity: 0.6;
}
/* for current students page start*/

.center_icon.technical .image:before {
    background: url(../../../../sites/default/files/images/workshop.png) no-repeat;
    background-position: center;
    background-size: contain;
}
.center_icon.cultural .image:before {
    background: url(../../../../sites/default/files/images/video-solid.png) no-repeat;
    background-position: center;
    background-size: contain;
}
.center_icon.rec-events .image:before {
    background: url(../../../../sites/default/files/images/calendar-alt-solid.png) no-repeat;
    background-position: center;
    background-size: contain;
}
.center_icon.rec-ach .image:before {
    background: url(../../../../sites/default/files/images/trophy-solid.png) no-repeat;
    background-position: center;
    background-size: contain;
}
.center_icon.forms .image:before {
    background: url(../../../../sites/default/files/images/copy-regular.png) no-repeat;
    background-position: center;
    background-size: contain;
}
.center_icon.time-tables .image:before {
    background: url(../../../../sites/default/files/images/clock-regular.png) no-repeat;
    background-position: center;
    background-size: contain;
}
.center_icon.examination .image:before {
    background: url(../../../../sites/default/files/images/file-alt-solid.png) no-repeat;
    background-position: center;
    background-size: contain;
}
.center_icon.fin-assistance .image:before {
    background: url(../../../../sites/default/files/images/paper-plane-solid.png) no-repeat;
    background-position: center;
    background-size: contain;
}
.center_icon.con-us .image:before {
    background: url(../../../../sites/default/files/images/envelope-regular.png) no-repeat;
    background-position: center;
    background-size: contain;
}
.path-events .view-filters,.path-jobs-archive .view-filters,.path-jobs .view-filters {
    margin-bottom: 10px;
}
/* for current students page end*/


.center_icon .btn-primary:hover{
	background: #031c2f !important;
}
.center_icon:hover > .image{
	background: #031c2f !important;
}
.details-page-content .full_images{
	width:100%;
}

@media only screen and (max-width: 520px) {
	
	.footer-menu .region.region-footer-menu nav {
    width: 50%;
	padding: 0 30px 0 0px;
}
nav#block-informationf {
    width: 100%;
	margin-top:10px;
}
nav#block-rvs-footermenu{
	margin-top:10px !important;
}
}
caption{
	margin: 0 0 0px;
	padding: 7px 15px 7px;
	padding-left: 15px;
	font-size: 1em;
	line-height: 20px;
	color: #fff !important;
	font-weight: 600;
	background: #1b374c;
	border-left: 6px solid #f8c301;
	text-transform: uppercase;
}
.form--inline {margin: 0 0 20px;} 