@charset "utf-8" @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
	font-family: 'Biko_Regular';
	src: url('../fonts/Biko_Regular.eot');
	src: url('../fonts/Biko_Regular.eot') format('embedded-opentype'), url('../fonts/Biko_Regular.woff2') format('woff2'), url('../fonts/Biko_Regular.woff') format('woff'), url('../fonts/Biko_Regular.ttf') format('truetype'), url('../fonts/Biko_Regular.svg#Biko_Regular') format('svg');
}
@font-face {
	font-family: 'Biko_Black';
	src: url('../fonts/Biko_Black.eot');
	src: url('../fonts/Biko_Black.eot') format('embedded-opentype'), url('../fonts/Biko_Black.woff2') format('woff2'), url('../fonts/Biko_Black.woff') format('woff'), url('../fonts/Biko_Black.ttf') format('truetype'), url('../fonts/Biko_Black.svg#Biko_Black') format('svg');
}
* {
	outline: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font: 400 16px/20px 'Poppins', sans-serif;
	color: #000;
	transition: all .3s ease-in-out;
	word-break: break-word;
	overflow-x: hidden;
}
ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none
}
ul li {
}
.flex-s {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.flex-m {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.flex-l {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.equal-height {
	align-items: initial!important;
}
.flex-re {
	flex-direction: row-reverse
}
.row.flex-re [class*="col-"] {
	margin-right: 2.5641%;
	margin-left: 0;
}
.row.flex-re [class*="col-"]:first-child {
	margin-right: 0;
}
a {
	text-decoration: none;
	color: #3344a3;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0px;
}
h1 {
	font: 600 56px/60px 'Biko_Black';
	color: #000;
}
h2 {
	font: 900 57px/62px 'Biko_Black';
	color: #000;
}
h3 {
	font: 900 35px/40px 'Biko_Black';
	color: #000;
}
h4 {
	font: 900 30px/35px 'Biko_Black';
	color: #000;
}
h5 {
	font: 400 25px/30px 'Biko_Regular';
	color: #000;
}
h6 {
	font: 400 20px/25px 'Biko_Regular';
	color: #000;
}
p {
	font: 300 italic 19px/24px 'Lato', sans-serif;
	color: #000;
	padding: 15px 0 0;
}
a, a:link, a:visited, a:hover {
	text-decoration: none;
	outline: none;
}
.btn {
	background: #815ca6;
	font: 500 14px/20px 'Poppins', sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 17.5px 61px;
	margin: 15px 0 0;
	display: inline-block;
	border: 1px solid #815ca6;
	border-radius: 30px;
}
.btn:hover {
	transition: all .3s ease-in-out;
}
.btn-white {
	background: #fff;
	color: #000;
	border: 1px solid #fff;
}
.btn-blue {
	background: #30bbde;
	color: #fff;
	border: 1px solid #30bbde;
}
.btn-transparent {
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
}
.d-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
textarea:focus, input:focus, button:focus, select:focus {
	outline: none;
}
.text_left {
	text-align: left;
}
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.bld-text {
	font-weight: 900;
}
.blk-text {
	font-weight: 700;
}
.mid-text {
	font-weight: 500;
}
.lit-text {
	font-weight: 300;
}
/*--header start--*/
header {
	position: absolute;
	z-index: 9;
	width: 100%;
}
.header_bot {
}
.logo {
	float: left;
}
.logo img {
}
.after-logo {
	float: right;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 22px 0;
}
.top_info {
	float: right;
	margin: 0 0 0 17px;
}
.top_info ul {
	float: right;
}
.top_info ul li {
	float: right;
	background: url(../images/hi-1.png) no-repeat 36px center #30bbde;
	padding: 0 37px 0 87px;
	border-radius: 30px;
	font: 500 15px/55px 'Poppins', sans-serif;
	color: #fff;
	transition: all .3s ease-in-out;
}
.top_info ul li:hover {
}
.top_info ul li a {
	font: 500 15px/55px 'Poppins', sans-serif;
	color: #fff;
	text-transform: lowercase;
	white-space: nowrap;
	display: block;
}
.top_info ul li:hover {
	background: url(../images/hi-1.png) no-repeat 36px center #333;
}
/*---navigation---*/
#navbtn {
	display: none;
}
.nav-menu {
	display: table;
}
.nav-menu li {
	position: relative;
	float: left;
	padding: 0 26px;
}
.nav-menu li:last-child {
	border: none;
}
.nav-menu li .menuarrow {
	display: none;
}
.nav-menu li > a {
	font: 500 15px/55px 'Poppins', sans-serif;
	color: #fff;
	white-space: nowrap;
	display: block;
	text-transform: capitalize;
}
.nav-menu li:hover, .nav-menu li.active, .nav-menu li.current_page_item {
}
.nav-menu li:hover > a, .nav-menu li.active > a, .nav-menu li.current_page_item > a, .nav-menu li > a:focus {
	/*text-shadow: 1px 1px 1px #000;*/
	color: #30bbde;
}
.nav-menu .sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff;
	min-width: 260px;
	box-shadow: 0 0 5px #ccc;
	transition: all 300ms ease-out 0s;
	display: none;
	z-index: 999;
}
.nav-menu .sub-menu .sub-menu {
	left: 100%;
	top: 0;
}
.nav-menu li:hover > .sub-menu {
	display: block;
}
.nav-menu .sub-menu li {
	float: none;
	/*border-bottom: 1px solid #e3e3e3;*/
	padding: 0;
	border: none;
}
.nav-menu .sub-menu li:hover, .nav-menu .sub-menu li.active, .nav-menu .sub-menu li.current_page_item {
	background: #c00525;
	border-radius: 0;
}
.nav-menu .sub-menu li:hover a, .nav-menu .sub-menu li.active a, .nav-menu .sub-menu li.current_page_item a {
	color: #fff;/*text-shadow: 1px 1px 1px #000;*/
}
.nav-menu .sub-menu a {
	font: 500 15px/55px 'Poppins', sans-serif;
	color: #fff;
	padding: 0px 10px;
	white-space: normal;
	margin: 0;
	text-transform: capitalize;
}
.nav-menu .sub-menu li+li {
	border-top: 1px solid #c00525;
	border-radius: 0;
}
#navigation {
	float: left;
}
 @media only screen and (max-width: 1198px) {
#navigation {
}
.nav-menu li > a {
	margin: 0 0px;
}
}
@media only screen and (max-width: 990px) {
#navigation {
	width: auto;
	position: relative;
	float: left;
	background: #fff;
	border: 1px solid #fff;
	margin: 0 0 0 15px;
}
#navbtn {
	display: block;
	background: url(../images/navigation.png) no-repeat 100% 50%;
	width: 38px;
	text-align: left;
	height: 38px;
	font-size: 0px;
	text-transform: uppercase;
	line-height: 38px;
	cursor: pointer;
	color: #fff;
}
.nav-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	background: #000;
	width: 100%;
	z-index: 999;
	width: 260px;
	box-shadow: 0 0 6px #000;
}
.nav-menu li {
	float: none;
}
.nav-menu li+li {
	border-top: 1px solid #000;
}
.nav-menu li > a {
	font: 500 15px/55px 'Poppins', sans-serif;
	color: #fff;
	padding: 0 10px;
	margin: 0;
}
.nav-menu li .menuarrow {
	position: absolute;
	right: 2px;
	top: 4px;
	width: 30px;
	height: 30px;
	z-index: 99;
	background: url(../images/nav-arrow.png) no-repeat 50% 50%;
	display: block;
	cursor: pointer;
	border-radius: 3px;
}
.nav-menu li:hover > .menuarrow, .nav-menu li.active > .menuarrow, .nav-menu li.current_page_item > .menuarrow {
	background: url(../images/nav-arrow.png) no-repeat 50% 50% #fff;
}
.nav-menu .sub-menu {
	position: relative;
	margin: 0 3px;
}
.nav-menu .sub-menu .sub-menu {
	left: 0;
	margin: 0 5px;
}
.nav-menu .sub-menu li {
	float: none;
}
.nav-menu li:hover > .sub-menu {
	display: none;
}
#navigation ul.nav-menu, .top-menu ul {
	display: none;
}
}
 @media only screen and (min-width: 1024px) {
.nav-menu {
	display: table !important;
}
}
@media only screen and (min-width: 1025px) {
.nav-menu {
	display: table !important;
}
}
@media only screen and (max-width: 450px) {
}
.nav-box {
	display: block;
	background: url(../images/close-nav.png) no-repeat 50% 50%;
	width: 40px;
	text-align: left;
	height: 40px;
	font-size: 0px;
	cursor: pointer;
	color: #fff;
	position: absolute;
	left: 5px;
	top: 16px;
}
#left-slider {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 90%;
	background: #000;
	right: 0;
	z-index: 999;
	display: none;
	padding: 80px 0 0;
	overflow: scroll;
}
#left-slider.active {
	left: 0;
}
#afterleft-slider {
	background: rgba(0,0,0,0.5);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 300ms ease-out 0s;
	opacity: 0;
	display: none;
	z-index: 998;
}
#afterleft-slider.active {
	opacity: 1;
	display: block;
}
#left-slider ul li {
	font: 600 21px/55px 'Poppins', sans-serif;
	color: #fff;
	text-align: right;
}
#left-slider ul li+li {
	border-top: 1px solid #333;
}
#left-slider ul li a {
	font: 600 21px/55px 'Poppins', sans-serif;
	color: #fff;
	display: block;
	padding: 0 20px;
	text-transform: capitalize;
}
#left-slider ul li:hover, #left-slider ul li.active, #left-slider ul li.current_page_item {
}
#left-slider ul li:hover a, #left-slider ul li.active a, #left-slider ul li.current_page_item a {
	color: #30bbde;
}
#left-slider ul li ul.sub-menu {
	margin: 0 15px 15px;/*---border: 1px dashed #222;---*/
}
#left-slider ul li ul.sub-menu li {
}
#left-slider ul li ul.sub-menu li a {
	font-size: 17px;
	line-height: 34px;
	color: #fff;
	text-transform: capitalize;
	padding: 0;
	font-weight: 400;
}
#left-slider ul li:hover ul li:hover, #left-slider ul li.active ul li.active, #left-slider ul li.current_page_item ul li.current_page_item {
}
#left-slider ul li:hover ul li:hover a, #left-slider ul li.active ul li.active a, #left-slider ul li.current_page_item ul li.current_page_item a {
	color: #e30303;
}
/*---navigation---*/
/*--header end--*/
/*--banner_wrap start--*/
.banner_wrap {
	position: relative;
	background: #e4e4e4;
	padding: 0 0 0 205px;
}
.banner_wrap img {
	width: 100%;
}
.banner_wrap .txt {
	position: absolute;
	left: 50%;
	bottom: 5%;
	transform: translate(-50%, -0%);
	z-index: 8;
}
.banner_wrap .txt .ban_txt {
	width: 100%;
	padding: 0 0 0 12.5%;
	position: relative;
}
.banner_wrap .txt h1 {
	font: 900 89px/70px 'Biko_Black';
	color: #fff;
	text-transform: uppercase;
	margin-left:-5px;
	margin-top:9px;
}
.banner_wrap .txt h2 {
	font: 300 italic 50px/50px 'Lato', sans-serif;
	color: #fff;
	text-transform: lowercase;
	margin: -10px 0 0 0;
}
.banner_wrap .txt p {
	font: 300 italic 16px/20px 'Lato', sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding: 0;
}
.banner_wrap .txt h6 {
	font: 300 italic 18px/23px 'Lato', sans-serif;
	color: #fff;
	text-transform: lowercase;
}
.banner_wrap .txt a {
	position: absolute;
	right: 00%;
	top: 50%;
	transform: translate(-0%, -50%);
	z-index: 8;
}
.banner_wrap .social_txt {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: absolute;
	z-index: 9;
	left: -5%;
	bottom: 40%;
}
.banner_wrap .social_txt ul {
	float: left;
}
.banner_wrap .social_txt ul li {
	float: left;
	width: 42px;
	height: 42px;
	font: 500 24px/42px 'Lato', sans-serif;
	color: #000;
	border: 1px solid #000;
	text-align: center;
	border-radius: 50%;
	margin: 0 5px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.banner_wrap .social_txt ul li a {
	font: 500 24px/42px 'Lato', sans-serif;
	color: #000; display:block;border-radius: 90px;
}
.banner_wrap .social_txt ul li a:hover {color: #fff;
background: #000;}
.banner_wrap .social_txt p {
	font: 500 16px/42px 'Poppins', sans-serif;
	color: #747474;
	text-transform: uppercase;
	letter-spacing: 5px;
	float: left;
	background: url(../images/bd.png) no-repeat left center;
	padding: 0 62px;
}
.banner_wrap .sa_txt {
	left: 5%;
	bottom: 30%;
}
.banner_wrap .txt .as_txt {
	width: 100%;
	padding: 0 0 0 12.5%;
	text-align: center;
	position: relative;
}
.banner_wrap .txt .as_txt h1 {
	font: 700 70px/70px 'Biko_Black';
	color: #fff;
	text-transform: capitalize;
}
/*--banner_wrap end--*/
/*--main_wrap start--*/
.main_wrap {
}
.content_wrapper {
	padding: 86px 0;
}
.content_left {
	width: 50%;
	float: left;
}
.content_right {
	width: 50%;
	float: right;
}
.align-center.brdr-btm {
	background: url(../images/border-bottom.png) no-repeat 50% 85%;
	padding: 0px 0 30px;
}
.align-left.brdr-btm {
	background: url(../images/border-bottom.png) no-repeat 100% 85%;
	padding: 0px 0 30px;
}
.img_full {
}
.img_full img {
	width: 100%;
	height: auto;
	float: left;
}
.shadow {
	padding: 1%;
	box-shadow: 0 0 9px #999;
}
.ser_area {
}
.ser_area ul {
	display: flex;
	align-items: initial;
	justify-content: center;
	flex-wrap: wrap;
}
.ser_area ul li {
	width: 25%;
	display: inline-block;
	background: #fff;
	padding: 55px 30px;
	text-align: center;transition: all 300ms ease-out 0s;
}
.ser_area ul li h3 {
	margin: 15px 0 0 0;
}
.ser_area ul li:hover, .ser_area ul li.active {
	background: #815ca6;
}
.ser_area ul li:hover h3, .ser_area ul li.active h3, .ser_area ul li:hover p, .ser_area ul li.active p {
	color: #fff;
}
.ser_area ul li:hover a, .ser_area ul li.active a {
	color: #000;
	background: #fff;
}
.ser_area ul li:hover img, .ser_area ul li.active img {
	filter: brightness(0) invert(1);
}
.ser_area ul li:hover a:hover, .ser_area ul li.active a:hover {
	color: #fff;
}
.about_wrap {
	background: url(../images/about-bg.jpg) no-repeat center;
	background-size: cover;
}
.about_txt {
}
.about_txt h2, .about_txt p {
	color: #fff;
}
.sale_txt {
	padding: 0 52px 0 0;
}
.testi_box {
	margin: 75px 12px 0;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 25px;
	padding: 85px 25px 50px;
	position: relative;
}
.testi_box .testi_img {
	position: absolute;
	left: 50%;
	top: 0%;
	transform: translate(-50%, -50%);
	z-index: 8;
}
.testi_box .testi_img img {
	border-radius: 50%;
	width: 95px;
}
.testi_box p {
	font: 500 italic 15px/20px 'Poppins', sans-serif;
	color: #fff;
}
.testi_box h5 {
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-weight: 700;
	margin: 15px 0 0 0;
}
#owl-one .owl-stage {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
#owl-one .item {
}
#owl-one .item img {
	display: inline-block;
}
#owl-one .owl-nav [class*=owl-] {
	position: absolute;
	margin-top: -20px;
	outline: 0;
	width: 49px;
	height: 49px;
	text-indent: -9999px;
	z-index: 999;
}
#owl-one .owl-nav button.owl-next {
	background-position: -63px -1px !important;
	right: 0px;
	top: 50%;
	background: url(../images/right.png) no-repeat !important;
	border-radius: 0;
	margin: 0;
}
#owl-one .owl-nav button.owl-prev {
	background-position: -3px -1px !important;
	left: 0px;
	top: 50%;
	background: url(../images/left.png) no-repeat !important;
	border-radius: 0;
	margin: 0;
	display: none;
}
#owl-one .owl-nav [class*=owl-] {
	display: none;
}
#owl-one .owl-dots {
	display: block;
}
.proj_area {
}
.proj_area ul {
	display: block;
}
.proj_area ul li {
	display: block;
	width: 25%;
	position: relative;
	overflow: hidden;
	float: left;
}
.proj_area ul li img {
	width: 100%;
	height: auto;
	float: left;
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;
}
.proj_area ul li:hover, .proj_area ul li:focus {
/*box-shadow: 0 0 3px #999;*/
}
.proj_area ul li:hover img, .proj_area ul li:focus img {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.proj_area ul li h4 {
	color: #fff;
	position: absolute;
	top: 40px;
	left: 35px;
	width: 65%;
}
.proj_area ul li:hover h4 {
	text-shadow: 1px 1px 1px #000;
}
.proj_area ul li p {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: absolute;
	z-index: 9;
	left: -20%;
	bottom: 25%;
	font: 800 15px/20px 'Poppins', sans-serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 5px;
	display:none;
}
.proj_area ul li:hover p {
	text-shadow: 1px 1px 1px #000;
}
.eq_wrap {
	background: url(../images/eq-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 100px 0;
}
.mail_form {
	text-align: center;
}
.mail_form h2 {
	margin: 0 0 26px;
	text-transform: capitalize;
	color: #fff;
}
.mail_form p {
	font-weight: 600;
}
.mail_form input[type="text"], .mail_form input[type="email"], .mail_form input[type="tel"], .mail_form input[type="date"], .mail_form input[type="time"], .mail_form select, .mail_form textarea {
	width: 100%;
	height: 62px;
	border: 1px solid #fff;
	border-radius: 0;
	margin: 5px 0;
	padding: 0 5px;
	text-indent: 0px;
	font: 400 14px/62px 'Biko_Regular';
	color: #fff;
	background: transparent;
	display: inline-block;
}
.mail_form textarea {
	height: 95px;
	line-height: 20px;
	padding: 5px;
}
.mail_form label {
	margin: 8px 15px 8px 0;
	line-height: 22px;
	color: #000;
	display: inline-block;
	width: auto;
}
.mail_form input[type="checkbox"], .mail_form input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	width: 22px;
	height: 22px;
	float: left;
	margin: 0 7px 0 0;
}
.mail_form select {
	background: transparent url(../images/select_1.png) no-repeat 96% center;
}
.mail_form select option {
	display: none;
	background: #0f3787;
}
.mail_form select option+option {
	display: block;
	padding: 5px 0;
}
.mail_form input[type="file"] {
	background: #575757;
	font: 500 14px/53px 'Poppins', sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 0 15px;
	margin: 15px 0 0;
	display: inline-block;
	border: 1px solid #575757;
	border-radius: 0;
}
.mail_form input[type="submit"] {
	background: #30bbde;
	font: 500 14px/20px 'Poppins', sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 17.5px 85px;
	margin: 15px 0 0;
	display: inline-block;
	border: 1px solid #30bbde;
	border-radius: 30px;
}
.mail_form input[type="submit"]:hover {
	transition: all .3s ease-in-out;
	background: #fff;
	color: #000;
	border: 1px solid #fff;
}
 .mail_form input[type="text"]::-webkit-input-placeholder, .mail_form input[type="email"]::-webkit-input-placeholder, .mail_form input[type="tel"]::-webkit-input-placeholder, .mail_form input[type="date"]::-webkit-input-placeholder, .mail_form input[type="time"]::-webkit-input-placeholder, .mail_form select::-webkit-input-placeholder {
 font: 400 14px/62px 'Biko_Regular';
 color: #fff !important;
 opacity:1;
}
.mail_form textarea::-webkit-input-placeholder {
 font: 400 14px/20px 'Biko_Regular';
 color: #fff !important;
 opacity:1;
}
/*--footer_wrap start--*/
footer {
	background: #815ca6;
	padding: 60px 0 51px;
}
.footer_logo {
	text-align: center;
}
.footer_links {
}
.footer_links h2 {
	font: 700 33px/35px 'Poppins', sans-serif;
	color: #fff;
	margin: 0 0 15px 0;
	text-transform: capitalize;
}
.footer_links ul {
	display: table;
}
.footer_links ul li {
	display: inline-block;
	padding: 5px 25px;
	font: 500 15px/20px 'Poppins', sans-serif;
	color: #fff;
}
.footer_links ul li:last-child {
	border: none;
	padding-right: 0;
}
.footer_links ul li a {
	font: 500 15px/20px 'Poppins', sans-serif;
	color: #fff;
	text-transform: capitalize;
}
.footer_links ul li a:hover {
	color: #000;
}
.footer_links ul li:hover a, .footer_links ul li.active a, .footer_links ul li.current_page_item a {
	color: #000;
	text-decoration: none;
}
.footer_links ul li.call {
	background: url(../images/call.png) no-repeat left center;
	padding: 9px 0 9px 36px;
}
.footer_links ul li.mail {
	background: url(../images/mail.png) no-repeat left center;
	padding: 9px 0 9px 36px;
}
.footer_links ul li.mail a {
	text-transform: lowercase;
}
.footer_links ul li.location {
	background: url(../images/location.png) no-repeat left 12px;
	padding: 9px 0 9px 36px;
}
.footer_links ul li.time {
	background: url(../images/time.png) no-repeat left 12px;
	padding: 9px 55px;
}
.copyright_wrap {
	text-align: center;
}
.copyright_wrap p {
	font: 500 14px/20px 'Poppins', sans-serif;
	color: #fff;
	padding: 0;
	text-transform: uppercase;
}
.copyright_wrap a {
	color: #fff;
	text-decoration: none;
}
.copyright_wrap a:hover, .copyright_wrap a.active {
	color: #F00;
}
/*--footer_wrap end--*/
.align-center {
	text-align: center;
}
.colorwhite {
	color: #fff;
}
.colorgray {
	color: #929292;
}
.colorblack {
	color: #000;
}
.bg-gray {
	background: #eeeeee;
}
.bg-black {
	background: #000;
}
.bg-blue {
	background: #30bbde;
}
.img {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	display: inline-block;
}
.img img {
	width: 100%;
	height: auto;
	float: left;
	-webkit-transition: all 5.5s;
	-moz-transition: all 5.5s;
	-o-transition: all 5.5s;
	transition: all 5.5s;
}
.img:hover, .img:focus {
/*box-shadow: 0 0 3px #999;*/
}
.img:hover img, .img:focus img {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.btn {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgb(0 0 0 / 0%);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #333;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border-radius: 30px;
}
.btn:hover {
	color: #fff;
	border: 1px solid #333;
}
.btn:hover:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.bdr-top {
	border-top: 3px solid #e5e5e5;
}
.about_text {
}
.about_text h3 {
	color: #434343;
}
.about_text h6 {
	margin: 5px 0;
}
.about_text ul {
	width: 100%;
	margin-top: 15px;
}
.about_text ul li {
	width: 50%;
	float: left;
	font: 300 italic 15px/20px 'Lato', sans-serif;
	color: #000;
	padding: 5px 0 5px 25px;
	background: url(../images/la.png) no-repeat left center;
}
.service_loop {
}
.service_loop > div {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 50px 0%;
	position: relative;
}
.service_loop div:last-child {
}
.service_loop div .ser_image {
	float: left;
	width: 55%
}
.service_loop div .ser_image img {
	width: 100%;
}
.service_loop div .ser_text {
	float: right;
	width: 50%;
	background: #fff;
}
.service_loop div .ser_text h3 {
	text-transform: capitalize;
	color: #39393b;
}
.service_loop > div:nth-child(odd) {
}
.service_loop > div:nth-child(even) {
	flex-direction: row-reverse;
}
.service_loop > div:nth-child(odd) .ser_text {
	padding: 5px 0 5px 91px;
	margin-left: -5%;
	margin-top: 75px;
}
.service_loop > div:nth-child(even) .ser_text {
	padding: 5px 91px 5px 0;
	margin-right: -5%;
	margin-top: 75px;
}
.service_loop div .ser_text ul {
	width: 100%;
	padding: 5px 0 0 20px;
}
.service_loop div .ser_text ul li {
	width: 100%;
	font: 300 italic 19px/24px 'Lato', sans-serif;
	color: #000;
	padding: 5px 0;
	list-style-type: disc;
}
.find_area {
	text-align: center;
	margin: 0 0 15px 0;
}
.find_area ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.find_area ul li {
	width: 32.33%;
	margin: 0 0.5%;
	padding: 36px 20px 38px;
	display: inline-table;
	text-align: center;
	border: 1px solid #cbcbcb;
	background: #fff;
	border-radius: 12px;
	align-items: initial!important;
}
.find_area ul li h5 {
	font: 700 18px/23px 'Montserrat', sans-serif;
	color: #000;
	text-transform: uppercase;
	padding: 15px 0 0;
}
.find_area ul li p, .find_area ul li a {
	font: 300 15px/20px 'Montserrat', sans-serif;
	color: #000;
	padding: 0;
}
.pm_text {
}
.pm_text h3 {
	color: #434343;
}
.pm_text h6 {
	margin: 5px 0;
}
.pm_text ul {
	width: 100%;
}
.pm_text ul li {
	width: 100%;
	float: left;
	font: 700 15px/20px 'Lato', sans-serif;
	color: #000;
	padding: 5px 0 5px 25px;
	background: url(../images/la.png) no-repeat left center;
}
.appraisal_form {
	text-align: center;
}
.appraisal_form h2 {
	margin: 0 0 26px;
	text-transform: capitalize;
	color: #000;
}
.appraisal_form p {
	font-weight: 600;
}
.appraisal_form input[type="text"], .appraisal_form input[type="email"], .appraisal_form input[type="tel"], .appraisal_form input[type="date"], .appraisal_form input[type="time"], .appraisal_form select, .appraisal_form textarea {
	width: 100%;
	height: 62px;
	border: 1px solid #ccc;
	border-radius: 0;
	margin: 5px 0;
	padding: 0 5px;
	text-indent: 0px;
	font: 400 14px/62px 'Biko_Regular';
	color: #000;
	background: transparent;
	display: inline-block;
}
.appraisal_form textarea {
	height: 95px;
	line-height: 20px;
	padding: 5px;
}
.appraisal_form label {
	margin: 8px 15px 8px 0;
	line-height: 22px;
	color: #000;
	display: inline-block;
	width: auto;
}
.appraisal_form input[type="checkbox"], .appraisal_form input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	width: 22px;
	height: 22px;
	float: left;
	margin: 0 7px 0 0;
}
.appraisal_form select {
	background: transparent url(../images/select.png) no-repeat 98% center;
}
.appraisal_form select option {
	display: none;
	background: #fff;
}
.appraisal_form select option+option {
	display: block;
	padding: 5px 0;
}
.appraisal_form input[type="file"] {
	background: #575757;
	font: 500 14px/53px 'Poppins', sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 0 15px;
	margin: 15px 0 0;
	display: inline-block;
	border: 1px solid #575757;
	border-radius: 0;
}
.appraisal_form input[type="submit"] {
	background: #30bbde;
	font: 500 14px/20px 'Poppins', sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 17.5px 85px;
	margin: 15px 0 0;
	display: inline-block;
	border: 1px solid #30bbde;
	border-radius: 30px;
}
.appraisal_form input[type="submit"]:hover {
	transition: all .3s ease-in-out;
	background: #000;
	color: #fff;
	border: 1px solid #000;
}
 .appraisal_form input[type="text"]::-webkit-input-placeholder, .appraisal_form input[type="email"]::-webkit-input-placeholder, .appraisal_form input[type="tel"]::-webkit-input-placeholder, .appraisal_form input[type="date"]::-webkit-input-placeholder, .appraisal_form input[type="time"]::-webkit-input-placeholder, .appraisal_form select::-webkit-input-placeholder {
 font: 400 14px/62px 'Biko_Regular';
 color: #999 !important;
 opacity:1;
}
.appraisal_form textarea::-webkit-input-placeholder {
 font: 400 14px/20px 'Biko_Regular';
 color: #999 !important;
 opacity:1;
}
