@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400&display=swap');
html, body {
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-style: normal;
	max-width: 100%;
	overflow-x: hidden;
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h1,h2,h3,h4,h5{
	color:#33475b;
}

p {
	color: #393D40;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 15px;
}

a {
	color: #006AA6
}

a:hover {
	color: #003A5B
}

a:focus, a:hover {
	text-decoration: none
}

::-moz-selection {
  color: #fff;
  background: #FFBF11;
}

::selection {
  color: #fff;
  background: #FFBF11;
}

*, *:before, *:after {
  box-sizing: border-box;
}



.logo{
	max-width:250px;
	padding-top:10px;
	padding-bottom:10px;
}

.language{
	display:inline-block;
	padding-top:30px;
}
#language .actual{
	color:#0684A2;
	cursor: default;	
}
#language a{
	margin:0;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
}
#language a:first-child {
	border-right:1px solid #c0c9cb;
	padding-right:10px;
}
.about_text{
	color:#86868d;
	margin-right:-80px;
	margin-top:100px;
	background:aliceblue;
	padding:25px 25px 25px 30px;
	border:8px solid rgba(255,255,255,1);
	position:relative;
	z-index:2;
	line-height:22px;
}

.page-top{
	min-height:60px;
	background:aliceblue;
}
.big_icon{
	font-size:60px;
	color:#7796A9;
}

.slideshow_wrap {
	position:relative
}
.search_overlay {
	z-index:99;
  position: absolute;
  text-align: center;
  width: 60%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(0, 0, 0, 0.4);
  background: rgba(0, 0, 0, 0.4);
  padding: 20px;
}
.search_overlay .form-group{
	margin-bottom:0;
}

select {
	display:none;
}

.search_overlay .form-control{
	color:#495057;
	  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  /*border: solid 1px #e8e8e8;*/
  border:none;
  box-sizing: border-box;
  clear: both;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  outline: none;
  box-shadow: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;	
}
.search_overlay .form-group input:focus{
     outline:0px !important; 
     box-shadow: none !important;
	 border:none;
  }
.search_overlay .btn{
	height:40px;
	font-size:16px;
  }
 
.form-control{  
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
}

.btn {
    height: 40px;
    font-size: 16px;
	border-radius:60px;
	vertical-align:middle;
	padding: .5rem 1.3rem;
    line-height: 1.5;
}


.breadcrumb {
	background:#FFF;
	margin-top:-20px;
    list-style: none;
	text-transform:uppercase;
	font-size:12px;
	line-height:18px;
	z-index:3;
}

.breadcrumb > li {
    padding: 0 15px;
    position: relative;
    white-space: nowrap;
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    content: "\f101";
	font-family:'omnium';
	font-size:12px;
	line-height:18px;	
    padding: 0;
	margin-right:6px;
}

.agent{
	margin-top:30px;
}
.agent_image{
-webkit-box-shadow: 0px 4px 5px rgb(0 0 0 / 10%), 0px 0px 2px rgb(0 0 0 / 10%);
box-shadow: 0px 4px 5px rgb(0 0 0 / 10%), 0px 0px 2px rgb(0 0 0 / 10%);
border:2px solid white;
}
.agent_name_wrap{
	padding-top:5px;
}
.agent_name{
	font-size:18px;
	color:#006aa6;
}
.agent_info{
	padding:15px;
}
.agent_info ul {
    color: #5A6674;
    border-left: 1px solid #d3d3d3;
    padding-left: 15px;
    margin-left: 15px;
}
.agent_info ul li{
	padding:5px;
}
.agent_info ul li i{
	padding-right:5px;
}

.agent_contact_info{
	background:#f6f9fa;
	margin:30px 0px;
	padding:15px 20px 5px 20px;
	border-radius:15px;
	font-size:14px;
}
.agent_contact_info i{
	color:#0069A6;
	font-size:18px;
	padding:5px;
	vertical-align: text-bottom;
	display:block;
	margin-bottom:5px;
}

.agent_contact_info a{
	margin-bottom:10px;
	display:inline-block;
	color:#003D61;
}
.agent_contact_info a:hover{
	color:#003A5D;
}

.agents_list{
	
}
.agents_list h2{
	color:#006aa6;
	padding:15px;
	border-bottom:1px solid #cfdce5;
}
.agents_list a{
	color:#86868d;
}
.agents_list a i{
	color:#7F9CAE;
}
.agents_list a:hover i{
	color:#006aa6;
}
.contact_info{

}

.contact_info i{
	font-size:22px;
	float:left; display:inline-block;
	margin-right:10px;
	text-align:center;
}


.social a{
	border-radius:50%;
	text-align:center;
	margin-left:15px;
	vertical-align:middle;
}
.social i{
	color:#003D61;
	font-size: 18px;
	background:#ECF0F1;
	vertical-align:middle;
	width:30px;
	height:30px;
	line-height:30px;
	display:inline-block;
	border-radius:50%;

}

.lines{
	text-align:center;
	padding-bottom:20px;
}
.lines:after{
	content:"";
	height:5px;
	width:100px;
	background:#093;
	display:block;
	margin:20px auto;
	border-radius:30px;
}
.rounded-top {
    border-top-left-radius: .85rem!important;
    border-top-right-radius: .85rem!important;
}
.rounded-bottom {
    border-bottom-right-radius: .85rem!important;
    border-bottom-left-radius: .85rem!important;
}


.btn-white{
	background:#FFF;
	display:inline-block;
	padding:6px 18px;
	vertical-align:middle;
	font-size:13px;
	line-height:13px;
	border-radius:50px;
	text-align:center;
	border:0;
	text-decoration:none;
}
.btn-white:hover{
	margin:0;
	text-decoration:none;
}
.btn-white:before{
	font-family:'omnium';
	content: "\f101";
	padding-right:5px;
}
.properties_slider .price{ color:#003a5d; margin:0; padding:0}

.properties_slider .view{ display:block}

.properties_slider .info_icons{
	font-size:20px;
}
.properties_slider .info_icons i{
	color:#33475b;
	
}
.properties_slider .info_icons li span{
	color:#5A6674;
	font-size:14px;
	vertical-align:middle;
}

.properties_slider .info_icons li{
	border-right:1px dashed #b6c0cd;
	padding-right:15px;
}

.properties_slider .info_icons li:last-child {
	border-right:0px;
	padding-right:0px;
}
.icons_wrap{
	background:aliceblue;
	padding:10px 15px;
}
.img-gradient {
    position: relative;
    display: inline-block;
	overflow:hidden;
}
.img-gradient:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
background: rgb(3,30,78);
background: -moz-linear-gradient(0deg, rgba(3,30,78,0.8) 9%, rgba(30,69,129,0.062096070707513995) 40%);
background: -webkit-linear-gradient(0deg, rgba(3,30,78,0.8) 9%, rgba(30,69,129,0.062096070707513995) 40%);
background: linear-gradient(0deg, rgba(3,30,78,0.8) 9%, rgba(30,69,129,0.062096070707513995) 40%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#031e4e",endColorstr="#1e4581",GradientType=1);
}
.img-gradient img {
    display: block;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.city{
    color: aliceblue;
	font-size:12.5px;
	font-weight:400;
	letter-spacing:0.2px;
    text-align: right;
    position: absolute;
    top: 20px;
    right: 20px;
	z-index: 99;
	background:#003a5d;
	padding:4px 12px;
	border-radius:30px;	
}
.city i{ font-size:11px; color:aliceblue}
.text {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: white;
    text-align: left;
    position: absolute;
    /*top: 20px;*/
    left: 16px;
	bottom:12px;
    z-index: 99;
    max-width: 100%;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
}
.text a {
    color: white;
}


.property_listing{
	margin-top:30px;
	margin-bottom:30px;
}

.property_listing .info_icons{
	font-size:24px;
}
.property_listing .info_icons i{
	/*color:#003A5D;*/
	color:#5A6674
	
}
.property_listing .info_icons li span{
	color:#5A6674;
	font-size:16px;
	vertical-align:middle;
}

.property_listing .info_icons li{
	border-right:1px solid #c0c9cb;
	padding-right:15px;
}

.property_listing .info_icons li:last-child {
	border-right:0px;
	padding-right:0px;
}



.property_listing h2{
	font-weight:300;
	margin-top:30px;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #ECF0F1;

}

.property_page {
	margin-top:30px;
}
.property_page h1{
	font-weight:300;
}
.property_page .extras h3{
	color:#212529;
	font-weight:300;
	font-size:18px;
}

.property_page .extras i{
	padding-right:5px;
}

.property_page .big_price{
	font-size:30px;
	font-weight:300;
	border-bottom:1px solid #d3d3d3;
	padding-bottom:10px;
	margin-bottom:10px;
}
.property_page .info_icons{
	font-size:24px;
}
.property_page .info_icons i{
	/*color:#003A5D;*/
	color:#5A6674
	
}
.property_page .info_icons li span{
	color:#5A6674;
	font-size:16px;
	vertical-align:middle;
}

.property_page .info_icons li{
	border-right:1px solid #c0c9cb;
	padding-right:15px;
}

.property_page .info_icons li:last-child {
	border-right:0px;
	padding-right:0px;
}
.property_type{
	padding:0 0 15px 0;
	border-bottom:1px solid #d3d3d3;
}
.property_type b{
	color:#003a5d;
	font-weight:400;
}

.nice-select.border{
	border: 1px solis #e8e8e8
}

.features ul{
	margin-left:0;
	padding-left:5px;
}
.features ul li{
	color:#393D40;
	list-style:none;
	padding:5px;
}
.features li:before {
    content: "\e907";
    color: #007BFF;
    font-family: omnium;
    display: inline-block;
    margin-left: -23px;
    width: 20px;
    vertical-align: bottom;
    margin-right: 3px;
}

.slider-box-wrap{
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
border-radius:15px;
border:2px solid #fff;
}
.single_slide, .slider-box{
	border-radius:15px;
	overflow:hidden;
}

.slider-box .price_tag{
	color:#006aa6;
	font-size:20px;
	line-height:18px;
	vertical-align: middle;
	letter-spacing:1px;
	position:absolute;
	top:30px; left:48px;
	background:#fff;
	padding:5px 12px;
	text-align:center;
	border-radius:50px;
	z-index:2
}
.extras {
	padding:15px 0;
	border-bottom:1px solid #d3d3d3;
	margin-bottom:15px;
}
.extras i{
	color:#007BFF;
}
.extras .extra{
	color:#003A5D;
}

.extras i, .extras .extra{
	padding-right:10px;
}


/* menu ►*/
.menu {

}
.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
  z-index:999;
}
.menu li ul {
  border:1px solid white;
  border-radius:10px;
  box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.24);
  padding:10px;
}
.menu > ul{ background:#fff}
.menu > ul > li { padding:0 20px; border-right:1px solid #d3d3d3;}
.menu > ul > li:last-child {border-right:0px}
.menu > ul > li > a{}
.menu > ul > li > a:hover{}
.menu ul li {
  display: block;
  position: relative;
  float: left;
 /* background: #fff;*/
}

/* This hides the dropdowns */
.menu li ul {
	display: none;
	opacity:0;
	/*min-width:200px;*/
	padding:15px 18px 15px 15px;
}

.menu ul li a {
	color:#010D14;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	font-weight:400;
	display: block;
	padding: 8px 12px;
	text-decoration: none;
	white-space: nowrap;

}
.menu ul li ul li a {
	font-size:14px;
}
.menu ul li a:hover {
	background: none;
}

/* Display the dropdown */
.menu li:hover > ul {
	display: block;
	opacity:1;
	position: absolute;
}

.menu li:hover li { float: none; }

.menu li:hover > a {}

/*hover color for submenus*/
.menu li:hover li a:hover { color:#063}
.menu  li ul li { border-top: 0; }

/* Displays second level dropdowns to the right of the first level dropdown */
.menu ul ul ul {
  left: 100%;
  top: 0;
}

.menu ul:before, .menu ul:after {
  content: " ";
  display: table;
}
.menu ul:after { clear: both; }

/*line animation ►*/
.menu > ul > li > a:after {
    content: ""; 
    display: block;
    width: 50%;
	height:5px;
	margin-top:10px;
	background:#006aa6;
	border-radius:30px;
    transition: .5s;
}
.menu > ul > li > a:hover:after {
    width: 100%;
	background:#638b18;
}
/*line animation ◄*/

/* menu ◄*/


footer{
	color:#d5dee9;
	background:#003A5D;
	padding-top:30px;
	margin-top:50px;
	padding-bottom:30px;
}
.footer_logo{
	opacity:0.5;
}
footer h3, footer h4, footer p{
	color:#d5dee9;
}

footer a {
	color:#d5dee9;
}
footer a:hover {
	color:#fff;
}
footer hr{
	border-bottom:1px solid #fff;
	opacity:0.3
}
footer #up {
	font-size:20px
}

footer i {margin-right:5px;}

footer .footer_sm a i{
	color:#d5dee9;
	font-size:20px;
	margin-left:10px
}

.footer_developed, .footer_copyright{ font-size:11px;}


.blue_overlay {
  position: relative;
}

.blue_overlay:after {
  position: absolute;
  content:"";
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0.7;
  background:#039;
}
.blue_overlay_wrap{
	position:relative;
}
.blue_overlay_wrap h1{
	font-weight:100;
	text-transform:uppercase;
	z-index:3;
	position:absolute;
	left:50%;
	top:50%;
	color:#FFF;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
	letter-spacing:1px;
}
.blue_overlay_wrap h1:after{
	content:"";
	position:absolute;
	display:block;
	margin:0 auto;
	height:4px;
	width:50%;
	border-radius:10px;
	background:#FFB718;
	top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	margin-top:10px;
	
}
#whatsapp{
	position:fixed;
	bottom:40px;
	right:20px;
	z-index:998;
	transition:all;
}
#whatsapp img:hover, #w img:active { 
	color:#e5e5e5;
/*	
 	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
*/
}

