* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a {
  text-decoration: none;
}
body {margin:0;font-family:Arial}

/* nav bar */
#middle{
  margin:0 auto;
  justify-content: center;
  text-align: center;
  width: 60%;
}
.topnav {
  overflow: hidden;
  background-color: #102439;
  display: flex;
  
  margin:0 auto;
  justify-content: center;
  text-align: center;
}

.topnav a {
  float: left;  
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}


.topnav .icon {
  display: none;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.mid{
  margin-top: 14px;
}
.mid2{
  margin-top: -7%;
  margin-left: -40%;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1000;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #fa9602;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav {
  display: block;
  }
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    /* text-align: left; */
  }
  .mid {
    margin-top: -33px;
    margin-left: -150px;
}
}
@media screen and (max-width: 931px) and (min-width: 677px){
  .topnav {
    display: flex;
    }
}

/* logo */
#nav {
  text-align: center;
}
.logo{
  height: auto;
  width: 50%;
}
@media (max-width: 768px) {
  .logo {
    width: 100%;
  }
}


/*brief */
#brief {
  width: 100%;
  text-align: center;
  background-color: #102439;
  padding: 2%;
}

#brief div h3 {
  line-height: 1.8rem;
  color: rgb(66, 66, 66);
  font-size: 16px;
  color: #fa9602;
  margin: 0;
}
@media (max-width: 768px) {
  #brief div h3 {
    padding: 2%;
    font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.5px;
  }
}

.first-content-home{
  display: block;
}
/* content */
#content {
  text-align: center;
  margin: 3%;
  align-items: center;
  line-height: 1.8rem;
  color: rgb(66, 66, 66);
  font-size: 16px;
}

.first-content {
  display: flex;
}
.first-content-text {
  width: 100%;
}
.first-content-img img{
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .first-content {
    display: block;
  }
  .first-content-img img {
    width: 70%;
    text-align: center;
    margin: 0 auto;
  }
}

/* content-schedule */
#content-schedule {
  margin: 3%;
  align-items: center;
  line-height: 1.8rem;
  color: rgb(66, 66, 66);
  font-size: 16px;
}
.schedule-content {
  display: flex;
  justify-content: space-between;
}
.schedule-content-text {
  width: 70%;
}
.schedule-content-img img{
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .schedule-content {
    display: block;
  }
  .schedule-content-text {
    width: 100%;
  }
  .schedule-content-img img {
    width: 70%;
    text-align: center;
    margin: 0 auto;
  }
}
/* form */
#repairform{
  background: url(../images/tools.jpg);
  border: 1px #959595 solid;
  margin: 2% auto;
  width: 50%;
  justify-content: center;

}
@media (max-width: 768px) {
  #repairform {
    width: 92%;
    margin: 3%;
  }
}


.form-container-two h1 {
  padding-bottom: 30px;
}

.form-container-two {
margin: 0px auto;
width: 100%;
border-radius: 20px;
padding:10px;
max-width: 100%;
position: relative; 
padding: 20px;
background: rgba(255,255,255,0.7);
}

a {
  display: inline;
}
.form-container h1{
  padding-bottom: 20px;
}

.form-input {
  width: 100%;
  padding: 2%;
  margin: 1% 0 1% 0;
  border: 1px solid rgb(109, 109, 109, 0.5);
  background: white;
}

.radio-input{
  padding: 15px;
  margin: 5px 0 22px 0;
}

.radio-input label{
margin-right: 10px;
}

.form-container a {
margin-left: 20px;
}


/* btn */
.btn{
    
  border: 1px solid transparent;
  outline: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  -webkit-appearance: none;
    background-color: #fa9602;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.25s;
    padding: .738em 1.077em;
    cursor: pointer;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
}

.btn:hover {
    background-color: rgb(173, 152, 152);
    color: #ffffff;
}




/* Footer */
#footer {
  position: relative;
  box-sizing: border-box;
  overflow: visible;
  transition: opacity .5s ease;
  color: white;
  background-color:  #002e5a !important;
  text-align: center;
  margin-top: 30px;
  line-height: 1.8rem;
}

.footer-info p {
  line-height: 1;
  padding-bottom: 10px;
}

.copyr {
  padding-bottom: 30px;
}

.footer-info {
  align-items: center;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  padding-top: 3%;
  padding-left: 52px;
  padding-right: 52px;
} 
.footer-menu{
  padding-top: 1%;
}
.footer-menu a{
  color: white;
}
.footer-menu a:hover{
  color: #fa9602;
}


/* form */
#scheduleform{
  background: url(../images/map/FullSizeRender_3.jpg);
  border: 1px #959595 solid;
  margin: 2% auto;
  width: 50%;
  justify-content: center;

}
@media (max-width: 768px) {
  #scheduleform {
    width: 100%;
    margin: 3%;
  }
}

input:disabled {
  cursor: default;
  background-color:  rgb(233, 233, 233);
}

input[type="radio"], input[type="checkbox"] {
  width: auto !important;
  margin-bottom: 2%;
  margin-left: .5%;
  margin-right: .5%;
  margin-top: 1%;
}

/* Paypal form */
#paypalforms {
  margin: 3%;
  align-items: center;
  line-height: 1.8rem;
  color: rgb(66, 66, 66);
  font-size: 16px;
}

.paypalforms {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.paypal {
  padding: 2%;
  width: min-content;
}

#thank-content {
  margin: 3%;
  line-height: 1.8rem;
  color: rgb(66, 66, 66);
  font-size: 16px;
}

.thank-content {
  display: block;
}

/* servies */
#services {
  margin: 3%;
  align-items: center;
  line-height: 1.8rem;
  color: rgb(66, 66, 66);
  font-size: 16px;
}

.main_titles {
  text-align: center;
  color: red;
  padding: 2%;
}

@media (max-width: 768px) {
  .first-services {
    padding: 3%;
  }
}

.first-investors{
  display: flex;
  justify-content: space-between;
}

.oneinvest {
 padding: 2%;
}

@media (max-width: 768px) {
  .first-investors {
    display: block;
  }
}

/* vendor form */
#vendorform{
  background: url(../images/tools.jpg);
  border: 1px #959595 solid;
  margin: 2% auto;
  width: 55%;
  justify-content: center;
}
@media (max-width: 768px) {
  #vendorform {
    width: 92%;
    margin: 3%;
  }
}

.first-contact{
  display: flex;
  justify-content: space-evenly;
}

#contactform{
  background: url(../images/tools.jpg);
  border: 1px #959595 solid;
  margin: 2% auto;
  justify-content: center;
}

@media (max-width: 768px) {
  .first-contact {
    display: block;
  }
}

/* privacy policy */
.privacy{
  text-align: center;
  padding: 1%;
  background-color: #102439;
}

#privacy-policy{
  line-height: 1.8rem;
  color: #002e5a;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}

.privacy-header{
  margin: 5%;
  text-align: center;

}
.privacy-info a {
  color: red;
}
.privacy-header h1{
  line-height: 2.5rem;
  color: #002e5a;
  font-size: 40px;
  padding-bottom: 2%;
}