@import url('../css/fonts.css');
body{
	height: 100%;
	width: 100%;
	font-family:Quicksand;
}
.top_bg{
	background-color:#030E88;
	height: 10px;
}
.topnav {
  overflow: hidden;
  background-color:#010A6B;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 18px 25px;
  text-decoration: none;
  font-size: 18px;
}

.topnav a:hover {
  background-color: #030E88;
  color: #fff;
}

.topnav a.active {
  background-color: #030E88;
  color: white;
}

.topnav .icon {
  display: none;
}
.tel{
	background-color: #000;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	padding: 16px;
}
.trans{
	padding: 0px 100px;
	background:linear-gradient( rgba(0,0,0,0.7) 100%, rgba(0,0,0,0.7)100%),url("../images/home-office-01.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.Find{
	padding: 10px;
	text-align: center;
	font-size: 30px;
}
.Find .display-1{
	font-size: 80px;
	font-weight: bold;
	text-shadow: #000 0px 0px 5px;
	color: #fff;
}
.Find span{
	font-weight: bolder;
	background-color: #010A6B;
	color: #fff;
	padding: 5px 10px;
}
.search_top{
	padding: 100px 80px;
}
.search_top_bg{
	background-color: #fff;
	padding: 30px;
}
.sercrchboxs{
	display: flex;
	flex-direction: initial;
	gap: 20px;
	align-items: center;
	justify-content: center;
}
.sercrchbox{
	flex: 1;
}
.sercrchbox .btn{
	border-radius: 0px;
	padding: 15px 30px;
	box-sizing: border-box;
	clear: both;
	font-weight: bold;
	background-color: #030E88;
	border: 0px;
	width: 100%;
}
.comp{
	background-color:rgba(3,14,136,0.9);
	padding: 100px 50px;
	color: #fff;
}

.Latest{
	text-align: center;
	padding: 80px 80px;
	padding-bottom: 10px;
}
.Latest .display-1{
	font-size: 50px;
	font-family: Anton;
}
.Latest p{
	font-size: 30px;
	color: #030E88;
}
.l_home{
	padding: 0px 150px;
}
.sp_home{
	padding: 20px 25px;
}
.cl_padding{
	padding: 0px;
	border: 1px solid #EBE8E8;
}
.cl_padding img{
	width: 100%;
	height: 220px;
}
.price{
	padding: 1px 30px;
	line-height: 30px;
}
.price .display-1{
	font-size: 20px;
	font-weight: 600;
	color: #030E88;
	margin: 0;
	padding: 0;
}
.price .display-3{
	font-size: 18px;
	font-weight: 600;
	color: #030E88;
}
.price span{
	font-size: 20px;
	color: #ED0B0F;
}
.details{
	padding: 10px 30px;
	padding-top: 0px;
	font-size: 14px;
}
.details a{
	color: #ED0B0F;
	text-decoration: none;
}

.brd{
	border: 0px solid #A6A4A4;
	text-align: center;
}
.brd ul{
	padding: 0px;
}
.brd li{
	float: left;
	padding:0px 10px;
	font-size: 14px;
	list-style: none;
}
.brd .btn{
	color: #ED0B0F; 
}
.tag{
	position:relative;
	top: -80px;
	left: 20px;
	right: 20px;
	background-color: #ED0B0F;
	color: #fff;
	z-index: 10;
	float: left;
	padding: 5px 10px;
	margin-bottom: 0px;
}
.about{
	margin: 0px 0px;
	background-image: linear-gradient(rgba(0,0,0,.8)100%, rgba(0,0,0,.8)100%), url("../images/home-office-01.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.about img{
	width: 100%;
	height: auto;
}
.abt_detail{
	padding: 80px 80px;
	display: flex;
	flex-direction: column;
}
.abt_detail .display-1{
	font-size: 30px;
	color: #fff;
	font-weight: bolder;
	margin-bottom: 20px;
}
.abt_detail span{
	text-transform: uppercase;
	font-size: 20px;
	color: #CBC9C9;
	margin-top: 40px;
	margin-bottom: 10px;
	font-weight: bolder;
}
.abt_detail p{
	font-size: 20px;
	color: #f8f8f8;
}
.abt_detail .btn-primary{
	padding: 15px 30px;
	background-color: inherit;
	color: #030E88;
	border: 0;
	border-radius: 50px;
	background-color: #fff;
	margin-top: 40px;
	font-weight: bolder;
}
.welcome{
	padding: 200px 0px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.welcome .display-1{
	font-size: 100px;
	color: #fff;
	text-transform: uppercase;
	line-height: 55px;
	font-family: Anton;
	text-shadow: 2px 2px 5px #030E88;
	margin: 0;
	margin-top: 20px;
	padding: 0;
}
.welcome span{
	text-transform: uppercase;
	font-size: 50px;
	letter-spacing: 4px;
}
.welcome p{
	font-size: 30px;
	font-weight: bolder;
	background-color: #030E88;
	width: max-content;
	color: #fff;
	padding: 5px 20px;
}
.welcome .moto{
	font-family: Pacifico;
	font-size: 40px;
	background-color: #030E88;
	width: max-content;
	color: #fff;
	padding: 5px 20px;
}
.welcome .line{
	width: 50px;
	border-bottom: 10px solid #fff;
	margin: 10px auto;
}
.Rent{
	text-align: center;
	padding-bottom: 10px;
}
.Rent .display-1{
	font-size: 30px;
	color: #030E88;
	text-transform: uppercase;
	font-weight: 600;
}
.rent_padding{
	padding: 20px 50px;
}
.rent_space{
	padding: 20px;
}
.rent_all{
	border: 1px solid #EBE8E8;
	padding: 0px;
}
.rent_all img{
	width: 100%;
	height: auto;
}
.rent_all .display-1{
	font-size: 20px;
	color: #030E88;
	font-weight: 600;
}
.rent_all span{
	font-size: 16px;
	color: #ED0B0F;
}
.rent_title{
	padding: 10px 30px;
}
.rent_all .display-3{
	font-size: 20px;
	font-weight: 600;
}
.rent_detail{
	padding: 10px 30px;
	font-size:16px; 
}
.rent_cati ul{
	padding: 0px;
}
.rent_cati li{
	float: left;
	padding: 10px 8.1px;
	list-style: none;
	background:#F4F3F3;
	border-top: 1px solid #A6A4A4;
	color: #030E88;
}
.brower{
	text-align: center;
	padding: 10px;
}
.brower .btn-primary{
	border-radius: 50px;
	padding: 15px 20px;
	color: #000;
	background-color: inherit;
	text-transform: uppercase;
	border: 1px solid #DDDCDC;
}
.sale{
	text-align: center;
	padding-bottom: 40px;
	margin-top: 40px;
}
.sale .display-1{
	font-size: 30px;
	color: #030E88;
	text-transform: uppercase;
	font-weight: 600;
}
.how {
	height:auto;
	background:linear-gradient( rgba(3,14,136,0.9) 100%, rgba(3,14,136,0.9) 100%),url("../images/home-office-01.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	margin: 60px 0px;
	padding: 50px 200px;
}
.how .display-1{
	font-size: 50px;
	color: #fff;
	font-weight: 600;
	text-align: center;
}
.how .line{
	width: 40px;
	border-bottom: 5px solid #fff;
	margin: 20px auto;
}
.home_help{
	background-color: #fff;
	margin-top: 20px;
	text-align: center;
	padding: 40px;
}
.home_help .display-1{
	font-size: 25px;
	color: #030E88;
	font-weight: 600;
	margin-bottom: 10px;
}
.home_help p{
	font-size: 17px;
}
.top_agents{
	text-align: center;
	padding: 50px 50px;
	padding-bottom: 10px;
}
.top_agents .display-1{
	font-size: 30px;
	color: #030E88;
	text-transform: uppercase;
	font-weight: 600;
}
.agents{
	padding: 10px 200px;
}
.agents_space{
	padding: 20px 30px;
}
.agents_border{
	padding: 0px;
}
.agents_border img{
	width: 100%;
	height: auto;
}
.agents_title{
	text-align: center;
	padding: 20px;
}
.agents_title .display-1{
	font-size: 25px;
	color: #030E88;
	font-weight: 600;
}
.agents_contact{
	text-align: center;
}
.agents_contact .btn-primary{
	border-radius: 0px;
	padding: 5px 10px;
	color: #000;
	background-color: inherit;
	text-transform: uppercase;
	border: 1px solid #DDDCDC;
	font-size: 14px;
}
.footer{
	padding: 100px 100px;
	background-color: #171717;
	color: #F9F9F9;
	margin-top: 50px;
}
.footer .display-1{
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 20px;
}
.footer .display-2{
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 20px;
}
.footer ul{
	padding: 0px;
}
.footer li{
	list-style: none;
	padding: 5px 0px;
	color:#7E7E7E;
	text-decoration: none;
}
.footer li a{
	color: #767575;
	text-decoration: none;
}
.whatapp{
 display: flex;
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 99;
}
.whatapp img{
    width: 60px;
  height: auto;
  border-radius: 50%;
}
.Copyright{
	text-align: center;
	padding: 50px;
	padding-bottom: 10px;
	color: #B4B1B1;
}
.inside {
	height:auto;
	background:linear-gradient( rgba(3,14,136,0.9) 100%, rgba(3,14,136,0.9) 100%),url("../images/home-office-01.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 50px 100px;
}
.inside .display-1{
	font-size: 40px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 20px;
}
.inside p{
	font-size: 20px;
	color: #fff;
}
.search{
	padding: 0px 0px;
}
.search_bg{
	background-color:#333333;
	padding: 10px 20px;
}
.search_bg .input{
	background-color: #FFFFFF;
	padding:10px 10px;
	border: 0px;
	width: 300px;
}
.search_bg .sele{
	background-color: #FFFFFF;
	padding:10px 10px;
	border: 0px;
	width: 110px;
	border-radius: 0px;
}
.search_bg .btn-primary{
	border-radius: 50px;
	padding: 10px 30px;
	color: #fff;
	background-color: #030E88;
	text-transform: uppercase;
	border: 0px solid #DDDCDC;
	font-weight: 600;
}
.search_bg p{
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
}
.abt{
	padding: 70px 150px;
}
.abt .display-1{
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 10px;
}
.abt p{
	font-size: 20px;
}
.abt span{
	text-transform: uppercase;
}
.abt img{
	width: 100%;
	height: auto;
}
.contact{
	padding: 70px 150px;
}
.contact .display-1{
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 10px;
}
.contact p{
	font-size: 20px;
}
.contact span{
	text-transform: uppercase;
	text-align: center;
}
.contact .line{
	width: 20px;
	border-bottom: 5px solid #333;
	margin:10px auto;
}
.Address{
	text-align: center;
	font-size: 20px;
}
.contact .btn-primary{
	border-radius: 50px;
	padding: 15px 40px;
	color: #333;
	background-color:inherit;
	text-transform: uppercase;
	border: 1px solid #DDDCDC;
	font-weight: 600;
}
.p_detail{
	padding: 50px 200px;
}
.p_detail img{
	width: 100%;
	height: 550px;
}
.p_detail .display-1{
	font-size: 30px;
	padding: 10px 0px;
	color: #030E88;
}
.p_detail span{
	background-color: #F80C10;
	padding: 10px;
	color: #fff;
}
.p_detail p span{
	font-size: 30px;
	font-weight: 600;
}
.p_detail ul{
	padding: 0px;
	text-decoration: none;
}
.p_detail ul li{
	float: left;
	text-decoration: none;
	list-style: none;
	padding: 0px 5px;
	font-size: 15px;
	color: #030E88;
	font-weight: 600;
	background-color: #FFFFFF;
}

.p_detail .display-2{
	font-size: 20px;
	padding: 5px 10px;
	margin-left: 10px;
}
.p_detail .display-3{
	font-size: 20px;
	padding: 5px 10px;
	font-weight: 600;
}
#flt{
	position:absolute;
	top: 500px;
	left: 250px;
	line-height: 40px;
	width: 300px;
}
#flt p{
	line-height: 20px;
	color: #fff;
	font-size: 14px;
}
.Overview{
	padding: 20px 0px;
}
.Overview .btn{
	border-radius: 50px;
	border: 0px;
	color: #fff;
	padding: 10px 20px;
}
.contact_fram{
	clear: both;
	position: fixed;
	right: 50px;
	float: right;
	bottom: 20px;
}
.contact_agent{
	padding: 20px;
	border: 1px solid #f8f8f8;
	box-sizing: border-box;
	background-color: #fff;
	
}
.contact_agent .display-1{
	font-size: 25px;
	font-weight: 600;
}
.contact_agent .btn{
	border-radius: 0px;
	background-color: #F80C10;
	border: 0px;
	color: #fff;
}
.contact_agent span{
	background-color: inherit;
	font-size: 12px;
	font-weight: 600;
	color: #F80C10;
	padding: 0px;
}
.contact_agent p{
	font-size: 12px;
	text-align: justify;
}
.contact_agent input[type="text"],input[type='password'],input[type='email'],input[type='tel'] ,input[type='number'] ,input[type='date'] , select{
	border-radius:0px;
	border:0px;
	background-color:inherit;
	padding:8px 10px;
	color:#333;
	font-family:Abel;
}
.a_detail{
	padding: 50px 200px;
}
.a_detail img{
	width: 100%;
	height: auto;
}
.a_detail .display-1{
	font-size: 30px;
	padding: 10px 0px;
	color: #030E88;
}






































input[type="text"],input[type='password'],input[type='email'],input[type='tel'] ,input[type='number'] ,input[type='date'] , select{
	border-radius:0px;
	border:0px;
	background-color:inherit;
	padding:8px 10px;
	color:#333;
	font-family:Abel;
}
.selects{
	border-radius:0px;
	border:0px solid #D2D2D2;
	background-color:inherit;
	color:#333;
	font-family:Abel;
	
}
.textarea {
	border-radius:0px;
	border:0px solid #D2D2D2;
	background-color:inherit;
	padding:10px;
	height:200px;
	color:#333;
	font-family:Abel;
	width:100%;
}
textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd;
}
input[type="text"],input[type="email"],input[type="password"],input[type="number"],input[type="tel"],input[type="date"], select, textarea {
              outline: none;
              box-shadow:none !important;
              border:1px solid #9E9E9E !important;
                                                 }
input:focus, select:focus, textarea:focus, form:focus, button:focus {outline:0;}

