header{
	-webkit-box-shadow: 10px 10px 21px -15px rgba(0,0,0,0.54);
-moz-box-shadow: 10px 10px 21px -15px rgba(0,0,0,0.54);
box-shadow: 10px 10px 21px -15px rgba(0,0,0,0.54);
background:#fff;
}
header .navbar{
	    padding: 0 1rem;
}

header .navbar-brand img{
	max-height:50px;
}
.logo_bg{
	   
}

.nav-link.active,.nav-link:hover{
	color:#027b46;
	text-decoration:none;
}
.nav-link{
	color: #020202;
    font-size: 18px;
    text-transform: uppercase;
    padding:25px 20px!important;
	border-bottom:2px solid transparent;
}
.nav-link:hover,.nav-link.active{
	border-bottom:2px solid #027b46;
}
.inner_page header{
-webkit-box-shadow: 0px 3px 5px 0px rgba(222,222,222,1);
-moz-box-shadow: 0px 3px 5px 0px rgba(222,222,222,1);
box-shadow: 0px 3px 5px 0px rgba(222,222,222,1);
}




.browse label svg{max-width:10px;}
@media (max-width: 1366px){
	.investor_register{

max-width: 50%;}

}
@media (max-width: 1280px){


}
@media (max-width: 992px){


.navbar-collapse {
    margin-top: 140px;
    position: absolute;
    right: 0;
    top: -64px;
    background: #fff;
    box-shadow: 7px 7px 5px -5px rgb(0 0 0 / 25%);
    padding: 20px;
}
.nav-link{
	    padding: 9px 20px!important;
}

.navbar-collapse{
	 top: -90px;
}
}

@media (max-width: 767px){

 header .navbar-brand img {
    max-width: 79px;
}
.logo_bg {
  background: url(../images/logobg.png) top center;
    height: 100px;
    width: 60px;
    position: absolute;
    top: -6px;
    padding: 23px 0;
    text-align: center;
    margin: auto;
    background-size: cover;
}
.navbar-collapse {
    margin-top: 140px;
    position: absolute;
    right: 0;
    top: -94px;
    background: #fff;
    box-shadow: 7px 7px 5px -5px rgb(0 0 0 / 25%);
    padding: 20px;
	z-index:1;
}
header .navbar{
	    padding: 0.5rem 0;
}
}

@media (max-width: 480px){


}