
#header_wrapper {
	
	z-index: 2;
	position: fixed; 
	top: 0px;
	margin-left: 0px;
	width: 100%; 
	left: 0px;
}
.top_cont_outer {
    background: #df0031;
    position: relative;
    padding-top: 50px;
}
.home-two-body {
    background-image: url(../img/body-bg.jpg);
    background-color: #000;
    width: 100%;
    height: 100%;
    font-family: raleway, sans-serif;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.logo {
    width: 35%;
    text-align: center;
    margin-left: 30%;
}
.logo1 {
    margin-top: -6px;
    position: relative;
    z-index: 1;
    width: 50%;
    margin-left: 20%;
    margin-bottom: 5%;
}
.new_logo {
    width: 50% !important;
    position: absolute;
    float: right;
    margin-top: -10px;
    margin-left: 20%;
}
.details{
		padding: 5%;
	}

.form-section {
		background-image: url(../img/form-bg1.jpg);
		background-position: center;
		background-size: cover;
		border-radius: 10%;
	}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgb(255 255 255);
}	
.navbar-collapse
{
	    border-top: 0px solid transparent;
}
.navStyle {
    float: left;
}


@media (max-width: 376px){
.top_left_cont {
    padding: 100px 0;
}
.new_logo {
    width: 55% !important;
    position: absolute;
    float: left;
	margin-top: 5px;
}
.navbar-inverse .navbar-nav > li > a {
	    background: none;
}
}

@media (max-width: 426px){
.top_left_cont {
    padding: 100px 0;
}
.new_logo {
    width: 55% !important;
    position: absolute;
    float: left;
	margin-top: -10px;
}
.navbar-inverse .navbar-nav > li > a {
	    background: none;
}
}

@media (width: 768px){
	.new_logo {
    width: 100% !important;
    position: absolute;
    float: left;
    margin-top: 6px;
}
}

@media (width: 1024px){
.new_logo {
    width: 75% !important;
    position: absolute;
    float: left;
    margin-top: 16px;
}
}