body {
  background:url(../img/earthp.png) no-repeat fixed center top / cover;
  background-size: cover;
  font-family: 'Montserrat', sans-serif;
}



.form-control {
  height: 100%;
  font-size: 12px;
}

.btn {
  font-size: 12px;
}

nav, nav a {
font-size: 12px;
}

.form-control, .btn {
  font-family: 'Montserrat', sans-serif;

  font-weight: 1000;
}

#repeat-x {
  height: 60px;
  background-image:url(../img/orn2.png);
  background-size: contain;
  background-repeat: repeat-x;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo {
  padding-top: 20px;
}

.zag {
  background-color: #fff;
  padding: 20px 40px; 
  border: 2px solid #000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
            border-radius: 21px;
  -webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.31);
          box-shadow: 0 14px 28px rgba(0,0,0,0.31);
}

.zag h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 1000;
  font-size: 30px;
}

.zag p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 22px;
}

.a4 {
  margin-top: 100px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.a4 p{
  font-size: 12px;
  font-weight: 1000;
}



.clearfix:after {
  content:'';
  display: table;
  width: 100%;
}



.brand h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 1000;
  font-size: 40px;
}

.brand h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 1000;
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.desc p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.float_svg {
  margin: 0;
  padding: 0;
}

.topnav a {
font-family: 'Montserrat', sans-serif;

}

.maptan {
  margin-top: 30px;
  padding: 0;
  border: 2px solid black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mapg {
  width: 100%;
  height: 50vh;
}


.menupad {
  padding: 0;
}

.navfix {
  width: 80px;
}

.navfix img {
  width: 40px;
}

.desc img {
  width: 40px;
  margin: 20px;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.desc {
  width: 50%;
}

.desc1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.descblock2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.width_50 {
  width: 100%;
}

.brand {
  margin: 20px 0 20px 0;
}

.brand2 {
  margin: 80px 0 10px 0;
}

.brand2 h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 1000;
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.contact a {
  color: #000;
}

.contact a:hover {
  color: green;
}

.menupad {
  padding: 0;
}


@media (max-width: 991px) {

  nav, nav a {
    font-size: 50px !important;
  }

.navbar-toggler-icon {
  height: 100px;
  width: 100px;
}

.form-control {
  font-size: 40px;
}

.btn {
  font-size: 40px;
}

.brand h1 {
  font-size: 60px;
}

.brand h2 {
  font-size: 40px;
}

.desc p {
  font-size: 30px;
}

.zag p {
  font-size: 30px;
}

.navfix {
  width: 200px;
}

.navfix img {
  width: 80px;
}

.contact {
  display: block;
}

.desc {
  width: 100%;
}

.desc img {
  width: 80px;
}

.contact {
  font-size: 26px;
}

.brand h2 {
  font-size: 34px;
}

}

@media (min-width: 1203px) {

nav, nav a {
font-size: 16px !important;
}

.btn {
  font-size: 16px;
}

.form-control {
  font-size: 16px;
}

}