.navbar{
			background-color: #000000;
background-image: linear-gradient(147deg, #000000 0%, #04619f 74%) !important;
border-bottom: 4px solid white
		}
a:hover{
    color:red;
}		
.main-header{
        background-color: transparent;
    border: unset;
}	
#collapsenav{
    width:100%;
    text-align:center;
}
h2{
    
    text-align:center;
    margin-bottom: 3em;
}
.linkspage a{
    display:block;
    margin-bottom:1em;
}
h5{
    margin-bottom: 2em;
}
hr{
        margin-bottom: 44px;
}
.full{
    width:100%;
}
.banner{
      width:100%;
          margin-top: 72px;
}
.mt3{
    margin-top:3em;
}
.text-center{
    text-align:center;
}
.mt2{
    margin-top:2em;
}
h1{
        font-weight: 400;
}
.nav-item a p{
    font-size:19px;
    margin:0px;
}
.navbar-nav .nav-item{
display: inline-block;
float:unset !important;
      margin-right: 20px;
    margin-left: 20px !important;
}
.navbar-dark .navbar-nav .nav-link{
    color:white;
}
.active{
        color: #66bbff !important;
}
.navbar-dark .navbar-brand{
    font-size:30px;
}
.tbtn{
    color: white;
    font-size: 31px;
}
.fa-phone{
        transform: rotate(
100deg
);
}
.noover{
    overflow:hidden;
}
p{
    font-size:17px;
}
.mb3{
		margin-bottom:3em;
	}	
form {

    margin: 0px auto;
    display: block;
    margin-top: 13px
}

form > .textbox {
  outline: 0;
  height: 42px;
      border: 1px solid grey;
  width: 85%;
  
  line-height: 42px;
  padding: 0 16px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #212121;
  
  float: left;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

form > .textbox:focus {
  outline: 0;
  background-color: #FFF;
}
.blabel label{
    font-weight:bold;
}
#mform .form-group{
    width:100%;float:left;
    padding: 10px;
    margin-bottom:0px !important;
}

h3{
    text-align: center;
        margin-bottom: 30px;
}
form > .button {
  outline: 0;
  background: none;
  background-color: #000000;
    background-image: linear-gradient(
147deg
, #000000 0%, #04619f 74%) !important;
  float: left;
  height: 42px;
  width: 15%;
  text-align: center;
  line-height: 42px;
  border: 0;
  color: #FFF;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

form > .button:hover {
  background-color: rgba(0, 150, 136, 0.8);
}
footer{
        background-color: #000000;
        margin-top:4em;
    background-image: linear-gradient( 
147deg
 , #000000 0%, #04619f 74%) !important;
    color: white;
    text-align: center;
    padding-top: 18px;
    padding-bottom: 11px;
}
.main{
   margin-top:5em; 
}
.btn-primary{
        background-color: #000000;
    background-image: linear-gradient( 
147deg
 , #000000 0%, #04619f 74%) !important !important;
}
@media only screen and (max-width: 768px) {
  .navbar-nav .nav-item{
        padding-right: 0px;
        margin-bottom:15px;
        display:block !important;
}
#mform .form-group{
    width:100%;float:left;
    padding: 0px;
}
#collapsenav{
    padding-top: 76px;
}
}