body{
	font-family: sans-serif;
	margin: 0px;
	padding: 0px;
}
/*<----start header section---->*/
.header{
	background-color:#FFFFFF;
	border-bottom:groove #E8E8E8;
	height: 50;
}
.header .social_icon p{
	margin-top: 10px;
	display: inline-flex;
	background-color: #E6E6FA!important;
	width: 30px;
	height: 30px;
	align-items: center;
	text-align: center;
	border: hidden;
	overflow: hidden;
}
.header .social_icon a{
	margin-top: 8px;
	width: 30px;
	height: 30px;
	align-items: center;
	text-align: center;
	color: #808080;
	border: hidden;
	overflow: hidden;
}
.header .social_icon p:hover{
	margin-top: 10px;
	display: inline-flex;
	width: 30px;
	height: 30px;
	align-items: center;
	text-align: center;
	background-color: #38A1C2!important;
	border: hidden;
	overflow: hidden;
	transform: scale(1.2,1.2);
 	transition: all 0.5s;
}
.header .social_icon a:hover{
	margin-top: 8px;
	width: 30px;
	height: 30px;
	align-items: center;
	text-align: center;
	color: #ffffff;
	border: hidden;
	overflow: hidden;
}
.header .header_user_contact{
	float: right;
	position: relative;
}
.header .header_user_contact a{
	margin-top: 15px;
	color: #282923;
	align-items: center;
	display: inline-flex;
	padding-left: 20px;
}
.header .header_user_contact a:hover{
	margin-top: 15px;
	color: #38A1C2;
	padding-left: 20px;
}
@media(max-width: 1300px){
	.header{
	background-color:#FFFFFF;
	border-bottom:groove #E8E8E8;
	height: 100%;
}
.header .header_user_contact a{
	margin-top: 15px;
	color: #282923;
	align-items: center;
	display: inline-flex;
}
}
@media(max-width: 1200px){
	.header{
	background-color:#FFFFFF;
	border-bottom:groove #E8E8E8;
	height: 100%;
}
.header .header_user_contact a{
	margin-top: 15px;
	color: #282923;
	align-items: center;
	display: inline-flex;
}
}
@media(max-width: 768px){
	.header .header_user_contact{
	float: left;
	position: relative;
}
	.header .header_user_contact a{
	margin-top: 15px;
	color: #282923;
	align-items: center;
	display: inline-flex;
	font-size: 12px;
	float: left;
}
.header .header_user_contact a:hover{
	margin-top: 15px;
	color: #38A1C2;
	float: left;
}
}
@media(max-width: 650px){
	.header .header_user_contact a{
	margin-top: 15px;
	color: #282923;
	align-items: center;
	display: inline-flex;
	font-size: 12px;
	float: left;
	padding: 0px 0px 0px 0px!important;
}
.header .header_user_contact a:hover{
	margin-top: 15px;
	color: #38A1C2;
	padding: 0px 0px 0px 0px!important;
}
}
@media(max-width: 320px){
    .header .header_user_contact a{
	margin-top: 15px;
	color: #282923;
	align-items: center;
	display: inline-flex;
	font-size: 10px;
	float: left;
	padding: 0px 0px 0px 0px!important;
}
.header .header_user_contact a:hover{
	margin-top: 15px;
	color: #38A1C2;
	padding: 0px 0px 0px 0px!important;
}
}
/*<----end header section---->*/
/*<----start navigation section---->*/
.navbar {
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0px 4px 5px -1px rgba(0,0,0,0.53);
	-moz-box-shadow: 0px 4px 5px -1px rgba(0,0,0,0.53);
	box-shadow: 0px 4px 5px -1px rgba(0,0,0,0.53);
}
.navbar .navbar-brand img{
	background-size:cover;
	width: 90%;
	height: 90%;
}
.navbar .navbar-brand span{
	font-size: 12px!important;
	color: #282923;
}
.navbar .navbar-nav li{
	color: #282923;
	margin-top: 20px;
	text-transform: uppercase;
	padding: 0px 34px 0px 0px;
	transition: all 0.5s ease-in-out;
}
.navbar .navbar-nav li a{
	width: 100%;
	color: #282923;
}
.navbar .navbar-nav li a:hover{
	color: #38A1C2;
}
.navbar ul ul{
	display:none;
	background-color: #ffffff;
	border:hidden;
	overflow:hidden;
	position:absolute;
	padding-bottom: 30px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.navbar ul ul li{
	width: 250px;
	height: 20px;
	padding: 0px 50px 0px 0px;
}
.navbar ul ul li a{
	color: #282923!important;
	padding: 9px 0px 20px 20px!important;
	background-color: #ffffff;
	text-transform: capitalize;
	height: 40px;
}
.navbar ul ul li a:hover{
	width: 250px;
	color: #ffffff!important;
	background-color: #38A1C2;
	background-repeat: no-repeat;
	transition: all 0.5s ease-in-out;
}
.navbar ul li:hover> ul a{
	display:block;
}
.navbar ul li:hover> ul{
	display:block;
}
.navbar .navbar_vertical_line{
	width: 2px;
	height: 50px;
	background-color: #eee;
	margin-top: 10px;
}
.navbar .dropdown input{
	border: hidden;
	width: 400px;
	overflow: hidden;
}
@media(max-width: 1350px){
	.navbar .navbar-nav li{
	color: #282923;
	margin-top: 20px;
	padding: 0px 0px 0px 0px!important;
}
.navbar .dropdown input{
	border: hidden;
	width: 100%!important;
	overflow: hidden;
}
}
/*<----end navigation section---->*/
/*<----start investment_main_content section---->*/
.property_access_section{
	background-image: url('../../assets/img/real_solution_img/background_img/Investment Page Backgroud.JPG');
	background-size:cover;
	width:100%;
	background-color: #ffffff;
}
.property_access_section .propert_looking_heading h5{
	margin-top: 50px!important;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #38A1C2;
	width: 650px;
}
.property_access_section .property_form{
	margin-top: 50px;
	background-color: #1A3F48;
	width: 650px;
	left: 0px;
	margin-bottom: 50px;
}
.property_access_section .property_fields{
	padding: 15px 15px 0px 15px;
}
.property_access_section .form-group{
	background-color: #ffffff;
	outline: none;
	line-height: 20px;
	height: 50px;
	border-radius: 5px;
}
.property_access_section .form-group label{
	padding-left: 10px;
	font-weight: bold;
	font-size: 14px;
	line-height: 0px;
  	z-index: -1;
  	color: #000000;

}
.property_access_section .form-group select{
	border: hidden;
	outline: none;
	overflow: hidden;
	background: none;
	font-size: 12px;
}
.property_access_section .form-group input{
	border: hidden;
	height: 20px;
	outline: none;
}
.property_access_section .property_find_button .btn{
	background-color: #02913F;
	width: 100%;
	height: 50px;
	font-weight: bold;
	border-radius: 5px;
}
.property_access_section .property_access_heading h5{
	margin-top: 50px;
	font-size: 25px;
	font-weight: bold;
	padding-left: 70px;
}
.property_access_section .propery_inquery_form{
	margin-top: 50px;
	background-color: #1A3F48!important;
	width: 400px;
	left: 0px;
	float: right;
	margin-bottom: 50px;
}
.property_access_section .propery_inquery_form .form-group{
	height: 30px;
	margin-top: 15px;
}
.property_access_section .propery_inquery_form .form-group input{
	height: 30px;
	border-radius: 5px;
}
.property_access_section .propery_inquery_form .form-group textarea{
	height: 100px;
	border-radius: 5px;
	text-align: left!important;
}
.property_access_section .propery_inquery_form .form-group input[type="file"] {
    display: none;
     cursor: pointer;
}
.property_access_section .propery_inquery_form .property_file_button {
    background-color: #38A1C2!important;
    width: 150px;
    height: 40px!important;
    text-align: center;
    margin-top: 85px!important;
    color: #ffffff;
}
.property_access_section .propery_inquery_form .property_file_button label{
	font-size: 12px!important;
	font-weight: bold;
	margin-top: 5px!important;
	background-color: #38A1C2!important;
	border: hidden;
	width: 150px;
	height: 40px!important;
	padding: 18px 12px;
	border-radius: 5px;
	overflow: hidden;
	outline: none;
	color: #ffffff;
}
.property_access_section .propery_inquery_form .property_asesss_button{
	 background-color: #266837!important;
    width: 150px;
    height: 40px!important;
    text-align: center;
    margin-top: 85px!important;
    color: #ffffff;
}
.property_access_section .propery_inquery_form .property_asesss_button .btn{
	font-size: 12px!important;
	font-weight: bold;
	margin-top: 5px!important;
	background-color: #266837!important;
	border: hidden;
	width: 150px;
	height: 40px!important;
	padding: 10px 12px;
	border-radius: 5px;
	overflow: hidden;
	outline: none;
}
@media(max-width: 1200px){
	.property_access_section .propert_looking_heading h5{
	margin-top: 50px!important;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #38A1C2;
	width: 100%;
}
	.property_access_section .investment_main_button{
	width: 100%;
}
	.property_access_section .property_form{
	margin-top: 75px;
	background-color: #1A3F48;
	width: 100%;
}
.property_access_section .property_access_heading h5{
	margin-top: 50px;
	font-size: 25px;
	font-weight: bold;
	padding-left: 0px;
}
.property_access_section .propery_inquery_form{
	margin-top: 50px;
	background-color: #1A3F48!important;
	width: 100%;
	left: 0px;
	margin-right: 3px
}
}
@media(max-width: 768px){
	.property_access_section .property_find_button button{
	background-color: #02913F;
	width: 100%;
	height: 50px;
	font-weight: bold;
	border-radius: 5px;
	margin-bottom: 15px;
}
}
@media(max-width: 320px){
	.property_access_section .property_find_button button{
	background-color: #02913F;
	width: 100%;
	height: 50px;
	font-weight: bold;
	border-radius: 5px;
	margin-bottom: 15px;
}
.property_access_section .propery_inquery_form .property_file_button {
    background-color: #38A1C2!important;
    width: 100px;
    height: 40px!important;
    text-align: center;
    margin-top: 85px!important;
    color: #ffffff;
    font-size: 12px;
}
.property_access_section .propery_inquery_form .property_asesss_button{
	 background-color: #266837!important;
    width: 100px;
    height: 40px!important;
    text-align: center;
    margin-top: 85px!important;
    color: #ffffff;
    font-size: 6px;
}
.property_access_section .propery_inquery_form .property_asesss_button .btn{
	font-size: 10px!important;
	font-weight: bold;
	margin-top: 5px!important;
	background-color: #266837!important;
	border: hidden;
	width: 100px;
	height: 40px!important;
	padding: 10px 12px;
	border-radius: 5px;
	overflow: hidden;
	outline: none;
}
}
/*<----end investment_main_content section---->*/
/*<----start Exlusive_Property section---->*/
.exclusive_property_section{
	margin-top: 50px;
}
.exclusive_property_section .exclusive_property_heading h5{
	font-size: 50px;
	font-weight: bold;
}
.exclusive_property_section .exclusive_property_info{
	font-size: 20px;
}
.exclusive_property_section .exclusive_property_icon{
	font-size: 50px;
	color: #585858;
}
.exclusive_property_section .property_slider .property{
	padding: 0px 20px 0px 20px;
}
.exclusive_property_section .property_slider .property img{
	background-size: cover;
	width: 100%;
	height: 200px;
}
.exclusive_property_section .property_slider .property .apartment_heading h5{
	font-size: 20px;
	color: #181818;
	font-weight: bold;
}
.exclusive_property_section .property_slider .property .apartment_place h5{
	font-size: 15px;
	color: #38A1C2;
	font-weight: bold;
}
.exclusive_property_section .property_slider .property .apartment_info span{
	padding: 0px 5px 0px 5px;
	font-size: 12px;
}
.exclusive_property_section .property_slider .property .apartment_info span i{
	color: 	#585858;
}
.exclusive_property_section .property_slider .property .card-footer{
	background-color: #2484B7!important;
	color: #ffffff!important;
	font-size: 12px;
	font-weight: bold;
	height: 50px;
	text-align: center;
}
@media(max-width: 1200px){
	.exclusive_property_section .property_slider .property{
	padding: 0px 05px 0px 05px;
}
}
@media(max-width: 768px){
	.exclusive_property_section .property_slider .property{
	padding: 0px 05px 0px 05px;
}
}
@media(max-width: 650px){
	.exclusive_property_section .property_slider .property{
	padding: 0px 20px 0px 20px;
}
}
/*<----end Exlusive_Property section---->*/
/*<----start Our_Approuch section---->*/
.our_approuch_section{
	margin-top: 100px;
	padding: 0px 150px 0px 150px;
}
.our_approuch_section .our_approuch_heading h5{
	font-size: 40px;
	font-weight: bold;
}
.our_approuch_section .approuch_buy_icon{
	text-align: center;
	font-size: 40px;
	margin-top: 50px;
}
.our_approuch_section .approuch_buy_icon i{
	color: #c76155;
}
.our_approuch_section .approuch_buy_heading{
	margin-top: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #181818;
}
.our_approuch_section .approuch_buy_info{
	margin-top: 20px;
}
@media(max-width: 1200px){
	.our_approuch_section{
	margin-top: 100px;
	padding: 0px 0px 0px 0px;
}
}
@media(max-width: 420px){
	.our_approuch_section{
	margin-top: 100px;
	padding: 0px 0px 0px 0px;
}
.our_approuch_section .our_approuch_heading h5{
	font-size: 25px;
	font-weight: bold;
}
.our_approuch_section .approuch_buy_info{
	margin-top: 12px;
}
}
/*<----end Our_Approuch section---->*/
/*<----start Estate_Portolio section---->*/
.estate_portfolio_section{
	margin-top: 50px;
	display:flex;
	justify-content:space-around;
	align-items:center;
}
.estate_portfolio_section .estate_portfolio_heading h5{
	font-size: 40px;
	color: #38A1C2;
	font-weight: bold;
	text-transform: uppercase;
}
.estate_portfolio_section .estate_portfolio_links{
	margin-top: 25px;
	text-align: center;
	font-weight: bold;
	color: #282828;
	width: 100%;
}
.estate_portfolio_section .estate_portfolio_links .btn{
	background-color: #ffffff;
	text-transform: uppercase;
	border: hidden;
	color: #101010;
}
.estate_portfolio_section .estate_portfolio_info{
	margin-top: 50px!important;
	position:relative;
	width:100%;
	height:250px;
	overflow:hidden;
}
.estate_portfolio_section .estate_portfolio_info img{
	background-size: cover;
	width:100%;
	height:100%;
}
.estate_portfolio_section .estate_portfolio_info::before{
	content:"";
	position:absolute;
	top:0px;
	left:-100%;
	background-color:rgba(0,0,0,0.7);
	width:0%;
	height:100%;
	transform:skewX(-20deg);
	transition:all 0.5s;
}
.estate_portfolio_section .estate_portfolio_info:hover::before{
	left:-50px;
	width:200%;
}
.estate_portfolio_section .estate_portfolio_info .content{
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	position:absolute;
	top:0px;
	left:0px;
	opacity:0;
	transition:all 1s;
}
.estate_portfolio_section .estate_portfolio_info:hover .content{
	opacity:1;
}
.estate_portfolio_section .estate_portfolio_info .content .property_type h5{
	text-align:center;
	text-transform:capitalize;
	color:white;
	padding: 0px 30px 0px 30px;
}
.estate_portfolio_section .estate_portfolio_info .content .property_views .btn{
	border-radius: 5px;
	text-transform: uppercase;
	background-color: #38A1C2;
	border: hidden;
	margin-top: 10px;
}
.estate_portfolio_section .estate_portfolio_info .content .property_views .btn:hover{
	background-color: #F58220;
}
@media(max-width: 1000px){
	.estate_portfolio_section .estate_portfolio_heading h5{
	font-size: 30px;
	color: #38A1C2;
	font-weight: bold;
	text-transform: uppercase;
}
.estate_portfolio_section .estate_portfolio_info{
	margin-top: 50px!important;
	position:relative;
	width:100%;
	height:200px;
	overflow:hidden;
}
}
@media(max-width: 768px){
	.estate_portfolio_section .estate_portfolio_heading h5{
	font-size: 25px;
	color: #38A1C2;
	font-weight: bold;
	text-transform: uppercase;
}
.estate_portfolio_section .estate_portfolio_links .btn{
	background-color: #ffffff;
	text-transform: uppercase;
	border: hidden;
	color: #101010;
	font-size: 12px;
}
.estate_portfolio_section .estate_portfolio_info{
	margin-top: 50px!important;
	position:relative;
	width:100%;
	height:100px;
	overflow:hidden;
}
.estate_portfolio_section .estate_portfolio_info .content .property_type h5{
	font-size: 12px;
	text-align:center;
	text-transform:capitalize;
	color:white;
	padding: 0px 10px 0px 10px;
}
.estate_portfolio_section .estate_portfolio_info .content .property_views .btn{
	border-radius: 5px;
	text-transform: uppercase;
	background-color: #38A1C2;
	border: hidden;
	margin-top: 10px;
	font-size: 12px;
}
}
@media(max-width: 600px){
	.estate_portfolio_section .estate_portfolio_links .btn{
	background-color: #ffffff;
	text-transform: capitalize;
	border: hidden;
	color: #101010;
	font-size: 11px;
	font-weight: bold;
}
.estate_portfolio_section .estate_portfolio_info{
	margin-top: 50px!important;
	position:relative;
	width:100%;
	height:250px;
	overflow:hidden;
}
.estate_portfolio_section .estate_portfolio_info .content .property_type h5{
	font-size: 16px;
	text-align:center;
	text-transform:capitalize;
	color:white;
	padding: 0px 10px 0px 10px;
}
.estate_portfolio_section .estate_portfolio_info .content .property_views .btn{
	border-radius: 5px;
	text-transform: uppercase;
	background-color: #38A1C2;
	border: hidden;
	margin-top: 10px;
	font-size: 16px;
}
}
/*<----end Estate_Portolio section---->*/
/*<----start Opportunity section---->*/
.opportunity_section{
	background-image: url('../../assets/img/real_solution_img/background_img/real-estate-wallpaper.png');
	background-size:cover;
	width: 100%;
	height: 500px;
	margin-top: 100px;
	padding: 0px 150px 0px 150px!important;
}
.opportunity_section .oppertunity_main_heading h5{
	font-size: 40px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 75px;
}
.opportunity_section .oppertunity_main_heading span{
	color: #069af3!important;
}
.opportunity_section .oppertunity_caption{
	font-size: 24px;
	color: #ffffff;
}
.opportunity_section .oppertunity_info{
	font-size: 18px;
	color: #ffffff;
}
.opportunity_section .total_oppertunity h5{
	font-size: 40px;
	font-weight: bold;
	color: #ffffff;
}
.opportunity_section .oppertunity_names{
	font-size: 16px;
	color: #069af3;
}
@media(max-width: 1200px){
	.opportunity_section{
	background-image: url('../../assets/img/real_solution_img/background_img/real-estate-wallpaper.png');
	background-size:cover;
	width: 100%;
	height: 550px;
	margin-top: 100px;
	padding: 0px 50px 0px 50px!important;
}
}
@media(max-width: 1000px){
	.opportunity_section{
	background-image: url('../../assets/img/real_solution_img/background_img/real-estate-wallpaper.png');
	background-size:cover;
	width: 100%;
	height: 100%;
	margin-top: 100px;
	padding: 0px 0px 0px 0px!important;
}
.opportunity_section .oppertunity_main_heading h5{
	font-size: 25px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 75px;
}
.opportunity_section .oppertunity_info{
	font-size: 18px;
	color: #ffffff;
}
.opportunity_section .total_oppertunity h5{
	font-size: 25px;
	font-weight: bold;
	color: #ffffff;
}
.opportunity_section .oppertunity_names{
	font-size: 16px;
	color: #069af3;
	margin-bottom: 50px;
}
}
@media(max-width: 600px){
.opportunity_section .oppertunity_main_heading h5{
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 75px;
}
.opportunity_section .oppertunity_caption{
	font-size: 16px;
	color: #ffffff;
}
.opportunity_section .oppertunity_info{
	font-size: 12px;
	color: #ffffff;
}
.opportunity_section .total_oppertunity h5{
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}
.opportunity_section .oppertunity_names{
	font-size: 12px;
	color: #069af3;
	margin-bottom: 50px;
}
}
@media(max-width: 420px){
.opportunity_section .oppertunity_main_heading h5{
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 75px;
}
.opportunity_section .oppertunity_info{
	font-size: 12px;
	color: #ffffff;
}
.opportunity_section .total_oppertunity h5{
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}
.opportunity_section .oppertunity_names{
	font-size: 12px;
	color: #069af3;
	margin-bottom: 50px;
}
}
@media(max-width: 320px){
.opportunity_section .oppertunity_main_heading h5{
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 75px;
}
.opportunity_section .oppertunity_info{
	font-size: 12px;
	color: #ffffff;
}
.opportunity_section .total_oppertunity h5{
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}
.opportunity_section .oppertunity_names{
	font-size: 12px;
	color: #069af3;
	margin-bottom: 50px;
}
}
/*<----end Opportunity section---->*/
/*<----start estate_agent section---->*/
.estate_agent_section{
	margin-top: 75px;
	padding: 0px 100px 0px 100px!important;
}
.estate_agent_section .estate_agent_heading h5{
	font-size: 40px;
	font-weight: bold;
	color: #202020;
}
.estate_agent_section .estate_agent_caption{
	font-size: 20px;
	color: #787878;
}
.estate_agent_section .estate_agent_icon{
	font-size: 40px;
	color: #555555;
	text-align: center;
}
.estate_agent_section .agent_info{
	padding: 0px 50px 0px 50px!important;
}
.estate_agent_section .card{
	margin-top: 25px;
	position:relative;
	width:100%;
	height:300px;
	overflow:hidden;
	font-size: 14px;
}
.estate_agent_section .card img{
	width: 100%;
	height: 200px;
}
.estate_agent_section .card .card-body .agent_work p{
	color: #069af3;
}
.estate_agent_section .card .card-body .agent_name h5{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.estate_agent_section .card::before{
	content:"";
	position:absolute;
	top:0px;
	left:-100%;
	background-color: #3B9DCC;
	width:0%;
	height:100%;
	transform:skewX(-15deg);
	transition:all 0.5s;
}
.estate_agent_section .card:hover::before{
	left:-50px;
	width:200%;
	margin-top: 180px;
	height: 150px;
}
.estate_agent_section .card .content{
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	flex-direction:column;
	position:absolute;
	top:100px;
	left:0px;
	opacity:0;
	transition:all 1s;
}
.estate_agent_section .card:hover .content{
	opacity:1;
}
.estate_agent_section .card .content .agent_work p{
	text-align:center;
	color: #ffffff!important;
}
.estate_agent_section .card .content .agent_number{
	background-color: #282828;
	height: 65px;
	width: 100%;
	color: #ffffff;
}
@media(max-width: 1200px){
	.estate_agent_section{
	margin-top: 75px;
	padding: 0px 0px 0px 0px!important;
}
.estate_agent_section .agent_info{
	padding: 0px 50px 0px 50px!important;
}
}
@media(max-width: 1000px){
	.estate_agent_section{
	margin-top: 75px;
	padding: 0px 100px 0px 100px!important;
}
}
@media(max-width: 768px){
	.estate_agent_section{
	margin-top: 75px;
	padding: 0px 0px 0px 0px!important;
}
.estate_agent_section .agent_info{
	padding: 0px 0px 0px 0px!important;
}
}
@media(max-width: 420px){
	.estate_agent_section{
	margin-top: 75px;
	padding: 0px 0px 0px 0px!important;
}
.estate_agent_section .card{
	margin-top: 25px;
	position:relative;
	width:100%;
	height:280px;
	overflow:hidden;
}
.estate_agent_section .card img{
	width: 100%;
	height: 150px;
}
.estate_agent_section .card::before{
	content:"";
	position:absolute;
	top:0px;
	left:-100%;
	background-color: #3B9DCC;
	width:0%;
	height:100%;
	transform:skewX(-15deg);
	transition:all 0.5s;
}
.estate_agent_section .card:hover::before{
	left:-50px;
	width:200%;
	margin-top: 150px;
	height: 150px;
}
.estate_agent_section .card .card-body .agent_work p{
	font-size: 12px;
	color: #069af3;
}
.estate_agent_section .card .content .agent_work p{
	text-align:center;
	color: #ffffff!important;
}
.estate_agent_section .card .content .agent_number{
	background-color: #282828;
	height: 60px;
	width: 100%;
	color: #ffffff;
	font-size: 14px;
}
}
@media(max-width: 320px){
	.estate_agent_section{
	margin-top: 75px;
	padding: 0px 0px 0px 0px!important;
}
.estate_agent_section .card{
	margin-top: 25px;
	position:relative;
	width:100%;
	height:250px;
	overflow:hidden;
}
.estate_agent_section .card img{
	width: 100%;
	height: 100px;
}
.estate_agent_section .card::before{
	content:"";
	position:absolute;
	top:0px;
	left:-100%;
	background-color: #3B9DCC;
	width:0%;
	height:100%;
	transform:skewX(-15deg);
	transition:all 0.5s;
}
.estate_agent_section .card:hover::before{
	left:-50px;
	width:200%;
	margin-top: 100px;
	height: 150px;
}
.estate_agent_section .card .card-body .agent_work p{
	font-size: 12px;
	color: #069af3;
}
.estate_agent_section .card .content .agent_work p{
	text-align:center;
	color: #ffffff!important;
	font-size: 12px;
}
.estate_agent_section .card .content .agent_number{
	background-color: #282828;
	height: 150px;
	width: 100%;
	color: #ffffff;
	font-size: 12px;
}
}
/*<------===========end estate_agent section========---->*/
/*<-----============start footer_bg section=========---->*/
.footer_bg_section{
	background-color: #5A6171!important;
	width: 100%;
	margin-top: 75px;
}
.footer_bg_section .footer-service a{
	color: #ffffff;
	line-height: 20px!important;
}
.footer_bg_section .footer-service a:hover{
	color: #38A1C2;
}
/*<----.footer_bg_section .footer_service_horizontal_line{
	background-color: #38A1C2;
	width: 100px;
	height: 2px;
	margin-top: -20px!important;
}---->*/
.footer_bg_section .footer-logo img{
	background-size: cover;
	width: 30%;
	height: 30%;
	margin-top: 30px;
 	margin: 0px 30px 0px 30px;
}
.footer_bg_section .footer_social_icon{
	display: inline-flex;
	float: right;
}
.footer_bg_section .footer_social_icon p{
	margin-top: 10px;
	display: inline-flex;
	background-color: #E6E6FA!important;
	width: 30px;
	height: 30px;
	align-items: center;
	text-align: center;
	border: hidden;
	overflow: hidden; 
 	margin: 0px 5px 0px 5px;
}
.footer_bg_section .footer .footer_social_icon a{
	margin-top: 8px;
	width: 30px;
	height: 30px;
	align-items: center;
	text-align: center;
	color: #808080;
	border: hidden;
	overflow: hidden;
}
.footer_bg_section .footer_social_icon p:hover{
	margin-top: 10px;
	display: inline-flex;
	width: 30px;
	height: 30px;
	align-items: center;
	text-align: center;
	background-color: #38A1C2!important;
	border: hidden;
	overflow: hidden;
	transform: scale(1.2,1.2);
 	transition: all 0.5s;
 	margin: 0px 5px 0px 5px;
}
.footer_bg_section .footer_social_icon a:hover{
	margin-top: 8px;
	width: 30px;
	height: 30px;
	align-items: center;
	text-align: center;
	color: #ffffff;
	border: hidden;
	overflow: hidden;
}
.footer_bg_section .footer_company_address{
	background-color:rgba(0,0,0,0.1);
	height: 150px!important;
	margin-top: 10px;
	text-align: center;
}
.footer_bg_section .footer-call-icon{
	margin-top: 40px;
}
.footer_bg_section .footer-call-icon a{
	color: #ffffff!important;
}
.footer_bg_section .footer-call-icon:hover a{
	color: #38A1C2!important;
	transform: scale(1.2,1.2);
 	transition: all 0.5s;
}
.footer_bg_section .footer-bottom{
	background-color: #191919;
	font-size: 12px;
	height: 50px!important;
	color: #eee;
	overflow: hidden;
	position: relative;
	margin-top: 0px;
	margin-top: -1%;
}
@media(max-width: 420px){
	.footer_bg_section .footer-logo img{
	background-size: cover;
	width: 100%;
	height: 100%;
	margin-top: 20px;
}
.footer_bg_section .footer_social_icon p{
	margin-top: 10px;
	display: inline-flex;
	background-color: #E6E6FA!important;
	width: 30px;
	height: 30px;
	align-items: center;
	text-align: center;
	border: hidden;
	overflow: hidden; 
 	margin: 0px 1px 0px 1px;
}
.footer_bg_section .footer_social_icon i{
	width: 30px;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
}
.footer_bg_section .footer_social_icon i:hover{
	width: 30px;
	color: #38A1C2;
	font-size: 20px;
	transform: scale(1.5,1.5);
 	transition: all 0.5s;
}
}
@media(max-width: 375px){
	.footer_bg_section .footer-logo img{
	background-size: cover;
	width: 100%;
	height: 100%;
	margin-top: 20px;
}
.footer_bg_section .footer_social_icon{
	padding-right: 20px;
	display: inline-flex;
}
.footer_bg_section .footer_social_icon p{
	margin-top: 10px;
	display: inline-flex;
	background-color: #E6E6FA!important;
	width: 30px;
	height: 30px;
	align-items: center;
	text-align: center;
	border: hidden;
	overflow: hidden; 
 	margin: 0px 1px 0px 1px;
}
.footer_bg_section .footer_social_icon i{
	width: 30px;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
}
.footer_bg_section .footer_social_icon i:hover{
	width: 30px;
	color: #38A1C2;
	font-size: 20px;
	transform: scale(1.5,1.5);
 	transition: all 0.5s;
}
}
@media(max-width: 1200px){
	.footer_bg_section{
	background-color: #5A6171!important;
	width: 100%;
	 position: absolute;
  	left: 0px;
 	z-index: -1;
}
.footer_bg_section .footer-logo img{
	width: 50%;
	height: 50%;
	margin-top: 30px;
 	margin: 0px 0px 0px 0px;
}
	.footer_bg_section .footer_company_address{
	background-color:rgba(0,0,0,0.1);
	height: 200px!important;
	margin-top: 10px;
}
}
@media(max-width: 1000px){
	.footer_bg_section{
	background-color: #5A6171!important;
	width: 100%;
	position: absolute;
  	left: 0px;
 	z-index: -1;
}
.footer_bg_section .footer-logo img{
	background-size: cover;
	width: 50%;
	height: 50%;
	margin-top: 30px;
 	margin: 0px 30px 0px 30px;
}
	.footer_bg_section .footer_company_address{
	background-color:rgba(0,0,0,0.1);
	height: 200px!important;
	margin-top: 10px;
}
}
@media(max-width: 768px){
	.footer_bg_section{
	background-color: #5A6171!important;
	width: 100%;
	 position: absolute;
  	left: 0px;
 	z-index: -1;
}
.footer_bg_section .footer-logo img{
	width: 75%;
	height: 75%;
	margin-top: 30px;
 	margin: 0px 30px 0px 30px;
}
	.footer_bg_section .footer_company_address{
	background-color:rgba(0,0,0,0.1);
	height: 250px!important;
	margin-top: 10px;
}
}
@media(max-width: 420px)
{
	.footer_bg_section{
	background-color: #5A6171!important;
	width: 100%;
}
.footer_bg_section .footer_social_icon p{
	margin-top: 10px;
	display: inline-flex;
	background-color: #E6E6FA!important;
	width: 30px;
	height: 30px;
	align-items: center;
	text-align: center;
	border: hidden;
	overflow: hidden; 
 	margin: 0px 1px 0px 1px;
}
.footer_bg_section .footer_company_address{
	background-color:rgba(0,0,0,0.1);
	opacity:0.5;
	height: 250px!important;
	margin-top: 10px;
}
}
@media(max-width: 360px)
{
	.footer_bg_section{
	background-color: #5A6171!important;
	width: 100%;
}
.footer_bg_section .footer_company_address{
	background-color:rgba(0,0,0,0.1);
	opacity:0.5;
	height: 250px!important;
	margin-top: 10px;
}
}
/*<----========end footer_bg section=========---->*/
/*----====start scroll-top section----====*/
#scrollToTop{
	position:fixed;
	width: 40px!important;
	bottom:40px;
	right:40px;
	border-radius:30px;
	transition:all 0.5s ease!important;
	background-color: #38A1C2;
	border: hidden;
}
#scrollToTop:hover{
	transform:scale(2.2,2.2)!important;
	transition:all 0.5s ease!important;
}
/*----====end scroll-topt section----====*/
/*<----========start Search Property section=======---->*/
.property_search_result{
	background-color: #F8F8FF;
}
.property_result_heading{
	margin-top: 50px;
	margin-bottom: 50px;
}
.property_result_heading h5{
	font-size: 25px;
	font-weight: bold;
	color: #38A1C2;
}
/*<----========end Search Property section=======---->*/
/*<----========start  Property result section=======---->*/
.property_search_section{
	margin-top: 50px;
}
.property_search_section .property_image img{
	background-size: cover;
	width: 100%;
	height: 250px;
	margin-top: 25px;
}
.property_search_section .property_type{
	margin-top:  25px;
}
.property_search_section .property_type h5{
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.property_search_section .property_type h5:hover{
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #38A1C2;
}
.property_search_section .property_description p{
	line-height: 25px;
	margin-top: 20px;
}
.property_search_section .property_area{
	margin-top: 10px;
}
.property_search_section .property_price{
	margin-top: 10px;
}
.property_search_section .property_views .btn{
	border-radius: 5px;
	text-transform: uppercase;
	background-color: #38A1C2;
	border: hidden;
	margin-top: 10px;
}
.property_search_section .property_views .btn:hover{
	background-color: #F58220;
}
.property_search_section .pagination_horizontal_line{
	margin-top: 50px;
}
.property_search_section ul li a{
	text-decoration: none;
	color: #38A1C2;
}
.property_search_section .pagination li{
	margin-top: 50px;
	width: 120px;
	color: #38A1C2;
	text-decoration: none;
	text-align:  center;
	text-decoration: none;
}
.property_search_section .pagination .active{
	width: 50px;
	color: #FFFFFF;
	background-color: #38A1C2;
	text-decoration: none;
	text-align:  center;
	border-radius: 3px;
}
.property_search_section .pagination .pagination_previous{
	color: #000000;
	font-weight: bolder;
}
.property_search_section .pagination .pagination_counter{
	color: #000000;
}
.property_search_section .pagination .pagination_next{
	color: #FF9900;
	font-weight: bolder;
}
.property_search_section .pagination .pagination_last{
	color: #000000;
	font-weight: bolder;
}
.property_search_section .property_form{
	margin-top: 50px;
	background-color: #1A3F48;
	margin-bottom: 50px;
}
.property_search_section .property_fields{
	padding: 15px 15px 0px 15px;
}
.property_search_section .form-group{
	background-color: #ffffff;
	outline: none;
	line-height: 20px;
	height: 50px;
	border-radius: 5px;
}
.property_search_section .form-group label{
	padding-left: 10px;
	font-weight: bold;
	font-size: 14px;
	line-height: 0px;
  	z-index: -1;
  	color: #000000;

}
.property_search_section .form-group select{
	border: hidden;
	outline: none;
	overflow: hidden;
	background: none;
	font-size: 12px;
}
.property_search_section .form-group input{
	border: hidden;
	height: 20px;
	outline: none;
}
.property_search_section .property_find_button .btn{
	background-color: #02913F;
	width: 100%;
	height: 50px;
	font-weight: bold;
	border-radius: 5px;
}
/*<----========end Property Result section=======---->*/
/*<----========start Property Info section=======---->*/
.property_info_section{
	background-color: #EAEAEA;
}
.property_info_section .property_main_heading{
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 0px 100px 0px 0px;
}
.property_info_section .property_main_heading h5{
	font-size: 20px;
	font-weight: bold;
	color: #38A1C2;
}
.property_info_section .property_description{
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 0px 100px 0px 0px;
}
.property_info_section .carousel .carousel-item img{
	background-size:cover;
	width: 100%;
	height: 400px;
}
.property_info_section .carousel .carousel-control-next i{
	color: #38A1C2!important;
	font-size: 30px;
	padding: 0px 0px 0px 200px!important;
}
.property_info_section .carousel .carousel-control-prev i{
	color: #38A1C2!important;
	font-size: 30px;
	padding: 0px 200px 0px 0px!important;
}
.property_info_section .carousel-control-next i:hover{
	transform: scale(1.2,1.2);
 	transition: all 0.5s;
 	padding: 0px 0px 0px 200px!important;
}
.property_info_section .carousel .carousel-control-prev i:hover{
	transform: scale(1.2,1.2);
 	transition: all 0.5s;
 	padding: 0px 200px 0px 0px!important;

}
@media(max-width: 1250px){
	.property_info_section .carousel .carousel-control-next i{
	color: #38A1C2!important;
	font-size: 30px;
	padding: 0px 0px 0px 0px!important;
}
.property_info_section .carousel .carousel-control-prev i{
	color: #38A1C2!important;
	font-size: 30px;
	padding: 0px 0px 0px 0px!important;
}
.property_info_section .carousel-control-next i:hover{
	transform: scale(1.2,1.2);
 	transition: all 0.5s;
 	padding: 0px 0px 0px 0px!important;
}
.property_info_section .carousel .carousel-control-prev i:hover{
	transform: scale(1.2,1.2);
 	transition: all 0.5s;
 	padding: 0px 0px 0px 0px!important;

}
}
.property_info_section .carousel .carousel-inner .carousel-indicators i {
	display: none;
}
@media(max-width: 600px){
.property_info_section .carousel .carousel-item img{
	width: 100%;
	height: 200px;
	padding: 0px 0px 0px 0px;
}
.property_info_section .carousel .carousel-control{
	display: none;
	}
.property_info_section .carousel .carousel-inner .carousel-indicators i {
	color: #282828;
	padding:0px 10px;
	display: inline-block;
}
.property_info_section .carousel .carousel-inner .carousel-indicators .active{
	color: #38A1C2!important;
}
}
.property_info_section .property_area_size{
	margin-top: 10px;
	margin-bottom: 10px;
}
.property_info_section .property_overviews{
	margin-top: 10px;
	margin-bottom: 10px;
}
.property_info_section .property_overviews h5{
	font-size: 20px;
	font-weight: bold;
	color: #38A1C2;
}
.property_info_section .property_overviews p{
	margin-top: 10px;
}
.property_info_section .features_heading {
	margin-top: 10px;
}
.property_info_section .features_heading h5{
	font-size: 20px;
	font-weight: bold;
	color: #38A1C2;
}
.property_info_section .property_features p{
	margin-top: 10px;
}
.property_info_section .property_features i{
	color: #38A1C2;
	padding: 0px 5px 0px 0px;
}
.property_info_section #amenities{
	margin-top: 30px!important;
}
@media(max-width: 1000px){
	.property_info_section .property_main_heading{
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 0px 0px 0px 0px;
}
.property_info_section .property_description{
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 0px 0px 0px 0px;
}
	.property_info_section #amenities{
	margin-top: 0px!important;
}
}
.property_info_section .property_form_heading{
	margin-top: 50px;
}
.property_info_section .property_form_heading h5{
	font-size: 20px;
	font-weight: bold;
}
.property_info_section .inquery_form{
	margin-top: 50px;
	background-color: #1A3F48;
}
.property_info_section .inquery_form form{
	padding: 0px 10px 0px 10px;
}
.property_info_section .inquery_form label{
	color: #ffffff;
	font-weight: bold;
	margin-top: 10px;
}
.property_info_section .inquery_form .form-control{
	border: hidden;
	border-radius: 3px;
}
.property_info_section .inquery_form .btn{
	margin-top: 10px;
	margin-bottom: 25px;
	background-color: #38A1C2;
	border-radius: 5px;
	border: hidden;
	font-weight: bold;
	text-transform: uppercase;
}
.property_info_section .inquery_form .btn:hover{
	margin-top: 10px;
	margin-bottom: 25px;
	background-color: #FF8C00;
	border-radius: 5px;
	border: hidden;
	font-weight: bold;
	text-transform: uppercase;
}
.property_info_section .property_agent_heading{
	background-color: #FF8C00;
	margin-top: 50px;
	border-radius: 3px;
}
.property_info_section .property_agent_heading h5{
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	color: #FFFFFF;
}
.property_info_section .property_agent_image img{
	margin-top: 30px;
	width: 50%;
	height: 50%;
	border-radius: 3px;
}
.property_info_section .property_agent_name{
	margin-top: 15px;
}
.property_info_section .property_agent_name span{
	background-size: cover;
	font-size: 18px;
	font-size: bold;
	color: #38A1C2;
}
.property_info_section .property_agent_phone{
	margin-top: 10px;
}
.property_info_section .property_agent_phone span{
	font-size: 18px;
	font-size: bold;
	color: #38A1C2;
}
.property_info_section .property_agent_email{
	margin-top: 10px;
}
.property_info_section .property_agent_email span{
	font-size: 18px;
	font-size: bold;
	color: #38A1C2;
}
.property_info_section .check_property{
    margin-bottom:50px;
}
.property_info_section .property_Check_heading{
	background-color: #FF8C00;
	margin-top: 50px;
	border-radius: 3px;
}
.property_info_section .property_Check_heading h5{
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	color: #FFFFFF;
}
.property_info_section .property_project{
	margin-top: 10px;
	color: #000000;
}
.property_info_section .property_project i{
	color: #38A1C2;
	padding: 0px 5px 0px 0px;
}
.property_info_section .property_project p{
	color: #000000;
}
.property_info_section .property_project p:hover{
	color: #FF8C00;
}
/*<----========end Property Info section=======---->*/