html{
	scroll-behavior: smooth;
}
body{
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
}
#main-header{
	background-image:url('../images/banner-main-black.png'); 
	height: 750px	;
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
}
.contact-section p{
	color: #fff;
}
#main-header  .navbar-nav .nav-item .nav-link {
	color: #05519e;
	font-weight: bold;
	font-size: 20px;
}
.banner-form-section {
    width: 300px;
    background: #05519e;
    right: 75px;
    position: absolute;
}
.banner-form-section .nav-tabs .nav-link.active{
	background-color: #05519e;
	color:#fff;
	border: 0px;
}
.banner-form-section #myTab {
    display: flex;
    justify-content: space-between;
}
.banner-form-section .nav-tabs .nav-link{
	background-color: #5e6f80;
	color: #ddd;
	border-radius: 0px;
	border: 0;
	text-align: center;
}
.banner-form-section .nav-tabs .nav-item{
	width: 50%;
}
.sign-register-form label, .register-section label{
	color: #fff;
}
.submit-btn a, .submit-btn a:hover{
	color: #fff;
}
.divider-section p{
	color: #fff;
	position: relative;

}
.login-error.help-block strong {
    color: #fff1ef;
    font-size: 13px;
    line-height: 1px;
    letter-spacing: 0;
    width: 100%;
    font-weight: 100;
    background-color: #e83e21;
    padding: 15px;
    display: block;
    border-radius: 3px;
}

/*.divider-section p:after{
	position: absolute;
	content: "";
	display: inline-block;
	width: 150px;
	height: 1px ;
	background-color: #fff;
	left: 0;
    top: 12px;
}*/
/*.divider-section p:before{
	position: absolute;
	content: "";
	display: inline-block;
	width: 150px;
	height: 1px ;
	background-color: #fff;
	right: 0;
    top: 12px;
}*/
/*.other-signup {
	display: flex;
	justify-content: space-between;
}*/
/*.other-signup img, .linked img{
	width: 32px;
}*/
.google-in {
    background-color: #f63d27;
    padding-right: 5px;
    color: #fff;
}
.window-in{
	background-color: #0cb3ee;
	padding-right: 5px;
	color: #fff;
}
.linked-in{
	background-color: #0173b2;
	padding-right: 5px;
	/*display: table;*/
    margin: 0 auto;
    color: #fff;
}
.google-in a,.window-in a,.linked-in a, .google-in a:hover,.window-in a:hover, .linked-in a:hover{
	color: #fff;
	font-size: 14px;
}
.register-section p{
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.request-access label, .request-access p{
	color: #fff;
}
.request-access{
	display: none;
}
.banner-bottom-sec{
	background-color: #05519e;
	padding: 35px 0;
}
.our-brands img{
	max-width: 100%;
	width: 200px;
}
.our-brands{
	text-align: center;
	padding: 50px 0;
}
.contact-details{
	background-color: #ededed;
	padding: 50px 0;
}
.contact-one p, .contact-two p{
	margin-bottom: 5px;
}
.footer-section{
	background-color: #19519d;
	padding: 10px 0;
}
.footer-menu ul{
	padding-left: 0px;
	list-style-type: none;
	margin-bottom: 0px;
}
.footer-menu ul li{
	display: inline-block;
	
}
.footer-menu ul li a{
	border-right: 1px solid #fff;
	display: inline-block;
	color: #fff;
}
.footer-powered p{
	margin-bottom: 0px;
	color: #fff;
}
.footer-powered a, .footer-powered a:hover{
	color: #fff;
}
.footer-menu ul li a {
    border-right: 1px solid #fff;
    color: #fff;
    display: inline;
    padding: 0px 10px;
    text-decoration: none;
}
.footer-menu ul li:last-child a {
    border-right: 0px;
}
.overlay::after {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    top: 70px;
}
.overlay{
	position: relative;
}

.help-block strong {
    color: #e83e21;
    font-size: 14px;
    line-height: 1px;
    letter-spacing: 0;
    width: 100%;
  /*  font-weight: 400;*/
}
#successful-message .modal-body{
	background-color: #05519e;
	color:#fff;
	text-align: center;
}

.submit-btn button{
	background-color: transparent;
	color: #fff;
	border:0px;
}
.submit-btn button:focus{
	outline: 0px;
}

.submit-bttn {
    background: #03ab81 !important;
    text-align: center;
    padding: 5px;
    width: 100%;
    margin-bottom: 15px;
}
.divider-section.text-center {
    border-top: 2px solid #fff;
    padding-top: 10px;
}
.other-signup p {
    padding: 5px;
    text-align: center;
}
section.banner-bottom-sec p {
    color: #fff;
    font-size: 18px;
    line-height: 36px;
}
.form-control{
	border-radius: 0 !important;
	border:0 !important;
}

.request-btn {
    background: #03ab81;
    padding: 5px;
}
.req-bttn {
    width: 100%;
    background: #25ab81;
    padding: 5px;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
}
#next_click{
	background-color: #03ab81;
	padding: 5px;
}
.contact-section {
    position: absolute;
    right: 60px;
    bottom: 22px;
}
.contact-one h3, .contact-two h3{
    font-size: 22px;
    font-weight: bold;
    color: #19519d;
}
.contact-one h2, .contact-two h2{
    font-size: 18px;
    font-weight: bold;
}
#req-sent p{
	color: #fff;
}

option:nth-child(odd) {background-color: #cecece;}
option:nth-child(even) {background-color: #f2f2f2;}
.other-signup a:hover {
    color: #fff;
    text-decoration: none;
}
#submit_data:hover {
    text-decoration: none;
}






/*media query */

@media only screen and (min-width:768px ){
	nav.navbar.navbar-expand-md.navbar-dark {
    display: flex;
    justify-content: space-between;
}
}
@media only screen and (max-width: 768px){
.banner-form-section{
	width: auto;
}
.navbar-brand img{
	max-width: 100%;
}
div#navbarsExample04.navbar-collapse {
    position: absolute;
    height: auto;
    background-color: #fff;
    width: 100%;
    left: 0;
    padding: 10px;
    top: 69px;
    z-index: 9999;
    border-radius: 2px;
}
.navbar.navbar-expand-md.navbar-dark{
	position: static;
}
.contact-section img{
	display: none;
}
.contact-section p{
    color: #05519e;
    font-weight: bold;
    font-size: 20px;
}
#main-header button.navbar-toggler {
    background-color: #05519e;
}
}

@media only screen and (max-width: 575px){
	.other-signup{
		display: block;
	}
	.linked-in{
		display: block;
		text-align: left;
	}
}

@media only screen and (max-width: 480px){
	.navbar-brand img{
		max-width: 100%;
		width: 180px;
}	
.our-brands img {
    margin: 30px 0px;
    max-width: 100%;
}
.contact-two {
    margin-top: 30px;
}
.divider-section p::before{
	width: 100px;
}
.divider-section p::after{
	width: 100px;
}
.footer-menu ul{
	text-align: center;
	padding-bottom: 10px;
}
.footer-powered p{
	text-align: center !important;
}
}
/*media query*/