/*---Fixed Menu Starts----*/



.cbp-af-header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	background:transparent;
	background:#fff;		 
	z-index: 23;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    /*border-bottom:1px solid #e8e9ee !important;*/
	
}
.cbp-af-header.zindex{
	z-index: 33;
}
.cbp-af-header.cbp-af-header-shrink {
	position: fixed;
    top: 0;
    width: 100%;
    z-index:23;
    left: 0;
    right: 0;
    background: #fff;
	box-shadow: 0px 0px 15px 0px rgb(72 73 121 / 15%);
}
.cbp-af-header.cbp-af-header-shrink .top_header_area{
	opacity:0;
	visibility:hidden;
	height:0;
	padding:0px;
}
.cbp-af-header.cbp-af-header-shrink .nav_bar_menu_area .navbar-header .navbar-brand {   
    padding: 10px 15px 5px 0px;
}

.cbp-af-header.cbp-af-header-shrink .nav_main_menu .navbar-nav {      
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
	margin-top: 25px;
}


.cbp-af-header.cbp-af-header-shrink .navbar-brand .logo_area {
    width: 158px;
    height: 50px;
    line-height: 50px;
    background-image: url(../images/logo2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}


.cbp-af-header.cbp-af-header-shrink .nav_main_menu .navbar-nav > li .menu_name {
    display: inline-block;
    padding: 12px 20px 12px 0px;
}
.cbp-af-header.cbp-af-header-shrink .navbar-nav > li > a{
	padding: 0px 14px;
    /*line-height: 40px;*/
    font-size: 13px;
    color: #333;
    
}



@media screen and (max-width:1199px){
.{
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    margin-top: 0px;
}

	}

@media screen and (max-width:991px){
    
    

	}	
@media all and (max-width:767px){
.cbp-af-header {    
   position: relative;    
}	
.cbp-af-header.cbp-af-header-shrink .navbar-brand .logo_area {
    width: 100px;
    height: 42px;
    line-height: 50px;
    background-image: url(../images/dev_puja.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
} 
.cbp-af-header.cbp-af-header-shrink .nav-brand .logo_area {
    width: 148px;
    height: 40px;
    margin: 0px;
}	


}

@media only screen and (max-width: 575px){


}



@media all and (max-width:479px){


}



/*---Fixed Menu Ends----*/
