.accordion a {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 1rem 3rem 1rem 1rem;
	font-size: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-family: "Montserrat", sans-serif;
	color: #6f7070
}

.accordion a:hover,
.accordion a:hover::after {
	cursor: pointer;
	color: #1cbde7
}

.accordion-item a {
	font-family: "Montserrat", sans-serif;
	color: #6f7070;
	text-decoration: none !important
}

.accordion a.active {
	color: #000;
	border-bottom: 3px solid #e6e6e6
}

.accordion a::after {
	font-family: "Ionicons";
	content: "\f218";
	position: absolute;
	float: right;
	right: 1rem;
	font-size: 1.7rem;
	color: #c3c3c3
}

.accordion a.active::after {
	font-family: "Ionicons";
	content: "\f209";
	color: #c3c3c3;
	font-size: 1.7rem
}

.accordion .content {
	opacity: 0;
	padding: 0 1rem;
	max-height: 0;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	clear: both;
	transition: all 0.2s ease 0.15s
}

.accordion .content p {
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-size: 400;
	font-size: 14px
}

.accordion .content.active {
	opacity: 1;
	padding: 1rem;
	max-height: 100%;
	transition: all 0.35s ease 0.15s
}

.catlist {
	width: 100%;
	background-color: #1cbde7;
	color: white;
	text-align: center;
	justify-content: center;
	margin-bottom: 10px;
	height: 50px;
	padding-top: 10px;
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px
}

.containerr input {
	position: absolute;
	opacity: 0;
	cursor: pointer
}

.checkmarkr {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 50%
}

.containerr:hover input~.checkmarkr {
	background-color: #ccc
}

.containerr input:checked~.checkmarkr {
	background-color: #1cbde7
}

.checkmarkr:after {
	content: "";
	position: absolute;
	display: none
}

.containerr input:checked~.checkmarkr:after {
	display: block
}

.containerr .checkmarkr:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white
}

#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/hsMTvnJ.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
}

.text {
	font-size: 25px;
	color: #1cbde7;
	position: relative
}

.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 {
	font-size: 1.7rem;
	color: #6f7070;
	font-weight: 600
}

.intext2 {
	font-size: 1.7rem;
	color: #6f7070
}

.button {
	background-color: #fcd305;
	border: none;
	color: white;
	padding: 12px 20px;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer
}

.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
}

.get-started-btn {
	padding: 1rem;
	height: 70px;
	background-color: #eab02f;
	font-size: 18px;
	font-weight: 400;
	border-radius: 15px;
	text-decoration: none
}

.get-started-btn2 {
	padding: 1rem;
	height: 70px;
	background-color: #eab02f;
	font-size: 30px;
	border-radius: 15px;
	text-decoration: none;
	font-family: "Montserrat", sans-serif !important;
	text-decoration: none
}

.get-started-btn2:hover {
	text-decoration: none
}

.get-started-btn:hover {
	text-decoration: none
}

.sub-footer-1 {
	margin-bottom: 2rem
}


@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
}

.how-titles {
	color: #1cbde7;
	font-size: 20px;
	margin-left: 17px;
	font-family: "Montserrat", sans-serif
}

.how-search-btns button {
	background-color: #eab02f !important;
	border-color: #eab02f !important
}

.how-search-btns input {
	border-right-color: #eab02f !important
}

.how-search-btns input:focus {
	border-color: #eab02f !important
}

.img-banner {
	background: url(https://i.imgur.com/hsMTvnJ.png);
	background-size: 100%;
	background-repeat: no-repeat;
	height: 350px
}

.africas-p {
	font-size: 20px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: white
}

.accordion a {
	font-family: "Montserrat", sans-serif
}

@media only screen and (max-width: 768px) {
	.get-started-btn {
		padding: 1rem !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=howcss.css.map */
#google_translate_element select{
    background-color: #e6e6e6;
    color: #1cbde7;
}