/*
Theme Name: NVA INST
Theme URI: https://navodaya.edu.in/
Description: WordPress Theme NET
Author: Quadnotion
Author URI: https://www.quadnotion.com
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0
Tags: theme-options, translation-ready
Text Domain: navodaya

Designed & Handcrafted by Quadnotion
All files, unless otherwise stated, are released under the GNU General Public License
*/






/* FOOTER STYLES */
footer{
    background-color: #252939;

}
footer .footer-block-wrap-one, footer .footer-block-wrap-two, footer .footer-logo-wrap {
    padding: 80px 0px;
}
footer .footer-column-title{
    font-size: 18px;
    line-height: 18px;
    position: relative;
}
footer .footer-column-title:after{
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    margin-top: 10px;
}


footer nav ul{
    margin: 0;
    padding: 0;
    margin-top: 20px;
    list-style: none;
}
footer nav ul li a{
    color: #FFF;
    font-family: "NeoSans-Std-Regular";
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

footer .social-icons-wrap ul{
    margin: 0;
    padding: 0;
    margin-top: 10px;
}
footer .social-icons-wrap ul li{
    list-style: none;
    display: inline-block;
    font-size: 20px;
    margin-right: 20px;
}
footer .social-icons-wrap ul li:last-child{
    margin-right: 0px;
}
.footer-credits{
    background-color: #313649;
    padding: 20px 40px;
}
.footer-credits h6{
  padding: 0;
  margin: 0;
  font-size: 10px;
}
.footer-credits .parent-site-link {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.19px;
  -webkit-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.footer-credits .parent-site-link:hover{
  color: #FF001F;
}


.page-sidebar-activated {
	padding-top: 80px;
}


p.footer-link {
  display: none;
}

.pre-header img{
    display: none;
}
.tablepress{
	width:100%!important;
}
.bread-crumbs, span a {
    color: #f37121!important;
}
.page-header.net-parallax h1 {
    color: #fff;
}
.section-fixed-header-wrap:before {
    content: "";
    position: absolute;
    background-color: #15398024;
    width: 100%;
    
    top: 0;
}