/*
Theme Name: centumlearning
Author: Sanjay Kumar
Author URI: https://www.isanjaykumar.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


body.home header {
    float: left!important;
    width: 100%!important;
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    z-index: 999!important;
    padding-top: 10px!important;
    min-height: 82px!important;
    background: linear-gradient(rgba(0,25,70,.92) 35%,rgba(0,35,93,.1) 85%,rgba(1,81,76,0) 100%)!important;
	-webkit-box-shadow: none!important;
}
	@media (max-width: 1280px){

		header .container nav ul li ul {
		  width: 225px!important;
		}
		header ul.sub-menu li a {
			font-size: 11px!important;
		}
	}
.page-template header.inner_pages
{
	padding-top: 3px!important;
    min-height: 82px!important;
	position: fixed!important;
	background: linear-gradient(to right,rgba(0,35,93,.96) 0,#0151b0 100%)!important;
}
header.inner_pages.is_sticky{
    padding-top: 3px!important;
	position: fixed!important;
	background: linear-gradient(to right,rgba(0,35,93,.96) 0,#0151b0 100%)!important;
}

