@charset "utf-8";
/*
Theme Name: 369Tolet - Real Estate Listing html5 Template
Author: codezionsoftwares
Author URL: https://www.templatemonster.com/authors/codezion/
Version: 1.0.0
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
/*--------animation---------*/
@keyframes fadeHeaderInDown {
 0% {
 opacity: 0;
 transform: translate3d(0, -100%, 0);
}
 100% {
 opacity: 1;
 transform: translate3d(0, 0, 0);
}
}
@keyframes shadow {
 0% {
 transform: scale(1) translateY(0px);
}
 100% {
 transform: scale(0.8) translateY(75px);
}
}
@keyframes ghost {
 0% {
 transform: scale(1) translateY(0px)
}
 100% {
 transform: scale(1) translateY(-40px)
}
}
/*======================
1.General Code
========================*/
html {
	overflow-x: hidden;
}
button:focus, *:focus {
	outline: none;
}
body {
	font-family: 'Roboto', sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 1.8;
	font-weight: 400;
	color: #000;
	background: #ffffff;
	border-color: #dfdfdf;
 transition: transform ease-in .4s;
	overflow: hidden;
}
button {
	background: transparent;
	border: none;
	padding: 0;
}
label {
	line-height: normal;
}
hr {
	margin: 20px 0;
}
.p-relative {
	position: relative;
}
.before-none:after, .after-none:after, .none {
	display: none;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.overlay-bg-black {
	background: #000;
	opacity: 0.1;
}
.overlay-2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}
.image-fit {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.transform-center {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(0%, -50%);
	z-index: 1;
}
.bx-wrapper {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before {
 font-size: inherit;
 margin: 0;
}
.animate-img {
	position: relative;
	overflow: hidden;
}
.animate-img:hover img {
	transform: scale(1.1);
	transition: 0.5s;
}
.parallax {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	transition: border 0.3s ease-in, box-shadow 0.3s ease-in, background 0.3s, opacity 0.3s ease-in;
}
.normal-bg {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: border 0.3s ease-in, box-shadow 0.3s ease-in, background 0.3s, opacity 0.3s ease-in;
}
/*======================
1.1 Typography
========================*/
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	color: #000;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h1 {
	font-size: 50px;
	line-height: normal;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 35px;
}
h4 {
	font-size: 26px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
}
a {
	color: #000;
	text-decoration: none;
	transition: 0.5s;
}
a:focus, a:hover {
	color: #b881fc;
	text-decoration: none;
	transition: 0.5s;
}
dl, ol, ul {
	margin-top: 0;
	margin-bottom: 0;
}
ul li, ol li {
	margin: 0px;
	position: relative;
}
ul.custom {
	list-style: none;
	padding: 0;
}
ul.custom-flex {
	list-style: none;
	padding: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
blockquote {
	background-color: #fff;
	position: relative;
	display: flex;
	align-items: center;
	padding: 30px;
	padding-left: 70px;
	border-left: 2px solid #ff5d01;
}
blockquote span {
	width: 50px;
	height: 50px;
	background: #ff5d01;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
	font-size: 16px;
	margin-right: 0;
	position: absolute;
	left: 0;
	top: 0;
}
blockquote p {
	font-size: 16px;
	font-style: italic;
	margin: 0;
	font-weight: 500;
	word-break: break-word;
	margin-bottom: 0;
}
blockquote h6 {
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
}
iframe {
	border:none;
	width: 100%;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
	transition: 0.5s;
}
table th, table td {
	border: 1px solid #dfdfdf;
	padding: 15px;
}
table {
	border: 1px solid #dfdfdf;
	padding: 15px;
	width: 100%;
}
.fs-12 {
	font-size: 12px;
}
.fs-14 {
	font-size: 14px;
}
.fs-16 {
	font-size: 16px;
}
.fs-18 {
	font-size: 18px;
}
.fs-20 {
	font-size: 20px;
}
.fw-100 {
	font-weight: 100;
}
.fw-400 {
	font-weight: 400;
}
.fw-500 {
	font-weight: 500;
}
.fw-600 {
	font-weight: 600;
}
.fw-700 {
	font-weight: 700;
}
/*======================
1.2 Space margins and padding
========================*/
.no-margin {
	margin: 0;
}
.no-padding {
	padding: 0;
}
.full-width {
	width: 100%;
}
.full-height {
	height: 100%;
}
.section-padding {
	padding: 80px 0;
}
.section-padding-top {
	padding-top:80px;
}
.section-padding-bottom {
	padding-bottom:80px;
}
.padding-10 {
	padding: 10px;
}
.padding-15 {
	padding: 15px;
}
.padding-20 {
	padding: 20px;
}
.mb-xl-20 {
	margin-bottom: 20px;
}
.mb-xl-30 {
	margin-bottom: 30px;
}
.mb-xl-40 {
	margin-bottom: 40px;
}
.mb-xl-50 {
	margin-bottom: 50px;
}
.mb-xl-80 {
	margin-bottom: 80px;
}
.pb-xl-20 {
	padding-bottom: 20px;
}





/*======================
2. Homepages
========================*/
/*Banner*/

.banner{
	background-image: url(../images/banner.png);
	height: 500px;
}
.logo{height: 56px; width: 185px; margin: auto; padding-bottom: 10px;}
.banner .banner-content{
	width: 700px;
	 margin: auto;
	  text-align: center;
	  color: #fff;
	  padding-top: 60px;
	}
.banner .banner-content h3{color: #fff;}
.banner .banner-content p{font-size: 18px;}
.banner .banner-content .contect-box{
	background: #0888C0;
	height: 150px;
	width: 150px;
	border-radius: 50%;
	margin: auto;
	padding-top: 50px;
}
.banner .banner-content .contect-box h4{color: #fff; margin-bottom: 0px;}
@media (max-width: 767px) {
  .banner .banner-content{width: 100%;}
  .banner .banner-content h3{font-size: 30px;}
  .banner{height: 600px;}
}



/*inner-pages*/
.inner-pages .inner-heading h3{
	    border: 5px solid #b881fc;
    width: 500px;
    margin: auto;
    padding: 10px;
    font-size: 30px;
    border-radius: 10px;
}
.inner-pages .inner-botton{text-align: center; margin: 30px 0px;}
.inner-pages .inner-botton a{
 border:3px solid #000;
 font-size: 20px;
 font-weight: 700;
  padding: 7px 30px;
  border-radius: 5px;

}
.inner-pages .inner-img a:hover img{margin-top: -20px;}
@media (max-width: 767px) {
 .inner-pages .inner-heading h3{font-size: 18px; width: 100%;}
}
/*permostion-pages*/
.permotion:before{
	background:#b881fc;
	content: "";
	height: 500px;
	width: 100%;
	display: block;
}

.permotion .permotion-img{margin-top: -350px;}

@media (max-width: 767px) {
.permotion:before{height: 200px;}
.permotion .permotion-img{margin-top: -150px;}
}
/*general-features*/
    .general-features {
	background-color: #eee;
	padding: 80px 0;
}
.general-features h2 {
	color: #111111;
	font-size: 35px;
	margin: 0 auto 34px;
}
.general-features .box {
	background: #fff;
	text-align: center;
	padding: 10px 10px;
	margin: 10px 0px;
	box-shadow: 0 0 10px 0 rgba(83, 82, 82, 0.1);
}
.general-features .box .box-img img {
	width: 80px;
	height: 80px;
}
.general-features .box h3 {
	font-size: 16px;
	padding: 10px 0px;
	margin-bottom: 0px;
}


/*footer*/
.footer{background: #b881fc; padding: 10px 0px;}
/*back to top*/
#back-top {
	text-align: center;
	display: none;
}
#back-top a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 0px;
	text-align: center;
	line-height: 36px;
	border: #ff5d01 solid 1px;
	color: #ffffff;
	border-radius: 50%;
	background: #ff5d01;
	transition-duration: 0.3s;
	font-size: 22px;
	box-shadow: rgba(0, 0, 0, 0.05) 0 0 10px;
	position: fixed;
	z-index: 100;
	bottom: 60px;
	right: 20px;
}
