#topleft {
  color: #1cbde7;
  font-size: 16px;
  font-weight: bold;
  width: 50%;
  float: left;
}
#topright {
  color: #1cbde7;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  padding-left: 10px;
  width: 50%;
  float: right;
}
#login-button {
  background-color: #1cbde7;
  border-radius: 8px;
  border: none;
  color: white;
  padding: 6px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  width: 150px;
}
#create-account {
  background-color: transparent;
  border-radius: 8px;
  color: #1cbde7;
  border: none;
  padding: 6px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  width: 200px;
}
.menu {
  margin-top: 10px;
  margin-right: 40px;
  justify-content: center;
}
.menu ul {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
}
.menu li {
  display: inline;
  justify-content: space-between;
  padding: 10px;
}
.menu ul li a {
  margin-left: 10px;
  color: grey;
  text-decoration: none;
}
#banner {
  background-image: url("https://i.imgur.com/VIZqkCk.png");
  background-size: cover;
  width: 100%;
  height: 200px;
  justify-content: center;
  text-align: center;
}
.title {
  font-size: 30px;
  font-weight: bold;
  padding-top: 20px;
  color: white;
  margin-top: 10px;
}
.row {
  width: 100%;
  height: auto;
  display: flex;
  margin: 0;
  justify-content: center;
}
.africas-p {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: white;
}
.text {
  font-size: 30px;
  color: #1cbde7;
  position: relative !important;
}
.content {
  color: grey;
  font-size: 17px;
  justify-content: center;
  text-align: center;
  width: 50%;
}
.yellowbtn {
  background-color: #fcd305;
  border: none;
  border-radius: 2px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
.outlinebtn {
  border: none;
  border-radius: 2px;
  color: #1cbde7;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  font-weight: bold;
}
.pd100 {
  padding-top: 30px;
}
.fl50 {
  display: block;
  float: left;
  width: 50%;
  height: 200px;
  background-image: url("https://images.squarespace-cdn.com/content/v1/5be4ac6f266c07e4edd988aa/1572860039648-2E8F4APZCQVLZJ321FAZ/land+surveyor+okc.jpg");
  background-size: cover;
}
.fr50 {
  display: block;
  float: right;
  width: 50%;
  height: 200px;
}
.intext {
  justify-content: left;
  text-align: left;
  font-size: 19px;
}
.button {
  background-color: #1cbde7;
  border: none;
  color: white;
  padding: 12px 20px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}
.sub-footer-1 {
  margin-bottom: 2rem;
}
.search-box {
  display: grid;
  background-color: #e8e8e8;
  color: black;
  justify-content: center;
  height: 200px;
  padding: 20px;
  width: 80%;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 60px;
}
#bottom {
  height: 300px;
  background-color: #1cbde7;
  color: white;
}
#footer {
  background-color: black;
  color: white;
  height: 50px;
}
.footer-main {
  width: 100%;
  height: auto;
  padding: 50px 0 0px 0;
  background: #1cbde7;
  color: white;
}
a {
  color: white;
}
.footer-bottom {
  width: 100%;
  height: auto;
  color: white;
  background: #272828;
  padding: 15px 0;
}
.top-bar {
  font-family: "Montserrat", sans-serif;
  background: #1cbde7;
  padding: 7px 0;
  transition: all 0.4s ease;
  border-bottom: 1px solid #e0e0e0;
}
.top-contact {
  float: left;
}
.top-contact .list {
  float: left;
  color: #fff;
  margin-right: 20px;
}
.top-contact .list i {
  margin-right: 5px;
}
.top-contact .list a {
  color: #fff;
}
.top-social {
  float: right;
}
.top-social ul {
  float: right;
  margin-bottom: 0;
}
.top-social ul li {
  list-style-type: none;
  float: left;
  margin-right: 8px;
}
.top-social ul li a {
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  font-size: 14px;
}
.top-social ul li a:hover {
  color: #2795d0;
  background: #fff;
}
.mobile-container {
  max-width: 480px;
  margin: auto;
  background-color: #555;
  color: white;
  border-radius: 10px;
}
.topnavs {
  overflow: hidden;
  background-color: #333;
  position: relative;
}
.topnavs #myLinks {
  display: none;
}
.topnavs a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}
.topnavs a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.topnavs a:hover {
  background-color: #ddd;
  color: black;
}
.active {
  background-color: #04aa6d;
  color: white;
}

@media only screen and (max-width: 600px) {
  .mobile {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .row .content {
    display: grid;
  }
}
@media only screen and (max-width: 600px) {
  .row .content .fl50 {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .row .content .fr50 {
    width: 100%;
    text-align: left;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .row .search-box {
    margin-bottom: 220px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .search-box .search-text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .mobile-container {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  #menu {
    display: none;
  }
}
.how-top-bar-container {
  background-color: #e6e6e6;
}
.how-top-bar-container .contacts ul li {
  color: #1cbde7;
}
.how-top-bar-container .contacts ul li a {
  color: #1cbde7;
}
.how-top-bar-container .buttons button {
  color: #1cbde7;
}
.how-top-bar-container .header-login-btn {
  color: white !important;
  background-color: #1cbde7 !important;
}
.contact-title {
  font-weight: 300;
  color: #6f7070;
  font-family: "Montserrat", sans-serif;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  margin-bottom:10px;
}
.form-main-container {
  background-color: #e6e6e6;
}
.form-main-container input, .form-main-container select {
  border: none;
  border-bottom: 1px solid #6f7070;
  margin-bottom: 20px;
  outline: none;
  font-size: 14px;
  padding: 10px;
}
.form-main-container form {
  font-size: 1.6rem;
  font-weight: 650;
}
.form-main-container form textarea {
  padding: 10px;
  border: none;
  border-bottom: 1px solid #6f7070;
  font-size: 14px;
}
.contact-form-header {
  width: 100%;
  background-color: #6f7070;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin: 0;
  color: white;
}
.form-submit-btn {
  padding: 0.6rem 3rem;
  background: #1cbde7;
  color: white;
  font-family: "Montserrat", sans-serif;
  border: none;
  border-radius: 10px;
  font-weight: 400;
  margin-top: 20px;
  font-size: 18px;
}
.img-banner {
  background-image: url("../../images/contact.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  height: 350px;
}
@media only screen and (max-width: 768px) {
  .form-submit-btn {
    padding: 0.6rem !important;
  }
  .content {
    width: 95% !important;
  }
}
.header-container .links-container ul li {
  font-size: 18px;
}

.banner-container {
  background-color: #e6e6e6;
  height: 200px;
  clip-path: polygon(0 0, 100% 0, 100% 15%, 50% 100%, 0 15%);
}
.banner-contents {
  background-color: #1cbde7;
  height: 90%;
  width: 100%;
  background-image: url(../../images/bg.jpg);
  background-position: 10%;
  clip-path: polygon(50% 100%, 100% 10%, 100% 0, 0 0, 0 10%);
}
.banner-inner {
  background-color: #1cbee7ec;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.banner-inner h2 {
  color: white;
}
@media only screen and (max-width: 768px) {
  .banner-container {
    height: 100px;
  }
  .banner-inner h2 {
    font-size: 20px;
  }
}
/*# sourceMappingURL=contactcss.css.map */
#google_translate_element select{
    background-color: #e6e6e6;
    color: #1cbde7;
}