body { overflow-x: hidden; }
@media (min-width:767px) {
.mobile-show{
	display: none!important;
 }	
}
#header-1.header-style-1-nav.navbar-light .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")!important;
}
@media (min-width:1200px) {
	.container {
		max-width: 1400px;
	}
}
li.nav-item.menu-item {
    margin-left: 10px;
}


@media (max-width:767px) {

.mobile-logo {
		max-height: 60px!important;
	}
}
.gform_wrapper .gfield_required {
    color: #fff;
    margin-left: 4px;
}
input#gform_submit_button_3, input#gform_submit_button_4 {
    background-color: #fff;
    color: #333333;
    padding: 15px 30px !important;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}