.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
}

.about-separator {
	border: 1px solid #868686;
	border-radius: 3px;
	height: 3px
}

.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: 20px;
	color: #1cbde7;
	position: relative
}

.content {
	color: grey;
	font-size: 17px;
	justify-content: center;
	text-align: center;
	width: 70%
}

.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: 16px;
	color: #6f7070;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	padding: 0px 2rem
}

.intext2 {
	font-family: "Montserrat", sans-serif;
	color: #6f7070;
	font-weight: 400;
	font-size: 16px
}

.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
}

.active {
	background-color: #cccfff;
	color: white
}

.content p {
	font-size: 20px !important;
	font-weight: 400 !important;
	text-align: left;
	color: #272828
}

.get-started-btn {
	padding: 1rem !important;
	background-color: #eab02f;
	font-size: 18px;
	font-weight: 400;
	border-radius: 15px;
	text-decoration: none
}

.get-started-btn2 {
	padding: 1rem !important;
	background-color: #eab02f;
	font-size: 17px;
	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
	}
}

.about-us-top-bar-container {
	background-color: #e6e6e6
}
#google_translate_element select{
    background-color: #e6e6e6;
    color: #1cbde7;
}

.about-us-top-bar-container .contacts ul li {
	color: #1cbde7
}

.about-us-top-bar-container .contacts ul li a {
	color: #1cbde7
}

.about-us-top-bar-container .buttons button {
	color: #1cbde7
}

.about-us-top-bar-container .header-login-btn {
	color: white !important;
	background-color: #1cbde7 !important
}

.img-banner {
	background-image: url("../../images/aboutbanner.png");
	background-size: 100%;
	background-repeat: no-repeat;
	height: 350px
}

@media only screen and (max-width: 768px) {
	.get-started-btn {
		padding: 1rem !important
	}
	.about-buttons {
		margin-bottom: 0px !important
	}
}

.header-container .links-container ul li {
	font-size: 16px
}


/*# sourceMappingURL=about.css.map */

.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;
	}
}



.team-member-container{
    background-color: rgba(255,255,255,0.5);
    /*background-color:#e2edf8;*/
    padding: 1rem;
    border-radius: 1rem;
    margin: 1rem 0px;
}

.team-member-container img{
    display:block;
    margin: auto;
    width: 150px;
    height: 150px;
    border-radius:50%;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,0.5)!important;
}

.team-member-container .icons{
    display:flex;
    align-items:center;
    justify-content: space-between;
}

.team-member-container .icons a{
    display: flex;
    align-items:center;
    justify-content: center;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,0.3)!important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align:center;
    color: #1cbde7;
}

.team-member-container button{
    background:#1cbde7;
    color: white;
    border: none;
    width: 100%;
    border-radius: 25px;
    padding: 10px;
}