/*
    Template Name: Real State;
    Version: 1.0;
*/

/*=====================================
------*Index of Css----------------
------*Base CSS--------------------
------*Heading Area CSS------------
------*Hero Area CSS---------------
------*Our Parters Area CSS--------
------*Home Previews CSS-----------
------*Our Agents CSS-----------
------*Clients Reviews CSS---------
------*Footer Area CSS-------------
------*Copyright Area CSS----------
------*Mobile Responsive Menu CSS--
------*Back To Top Button CSS------
=======================================*/


/*================================
-----*Base CSS
==================================*/
body{
	font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #4B576B;
    overflow-x: hidden;
    overflow: visible;
}
html{
	height: 100%;
  scroll-behavior: smooth;
}
h1,h2,h3,h4,h6{
	font-family: 'Playfair Display', sans-serif !important;
	font-weight: 900;
	margin: 0 0 10px;
	color: #0A2233;
}
h5{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 22px;
	color: #0A2233;
	font-weight: 600;
}
img{
	max-width: 100%;
	height: auto;
}
ul,
ol{
	list-style: none;
	padding: 0;
	margin: 0;
}
ul li{display: inline-block;}
a,a:hover,a:focus{
	text-decoration: none
}
a,svg path{
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
input,textarea,button{
	padding: 10px 20px;
	border: 1px solid #ddd;
	outline: none;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
input:focus,textarea:focus,button:focus{
	outline: none;
}
nav ul li{
    display: inline-block;
}
.realstate-boxed-btn {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #E5E8ED;
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
    color: #0A2233;
}
.realstate-boxed-btn:hover {
    background-color: #cd2229;
    border-color: #cd2229;
    color: #fff !important;
}
.realstate-boxed-btn:hover path {
    stroke: #fff;
}
.section_padding {
    padding: 50px 0px;
    position: relative;
}
.section_title {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-bottom: 45px;
    font-size: 18px;
    line-height: 30px;
}
.section_title h1 {
    font-size: 40px;
    margin-bottom: 20px;
}

/*================================
-----*Heading Area CSS
==================================*/
.company_logo {
    width: 135px;
    height: 45px;
    display: block;
}
.company_logo img {
    width: 120px;
    height: auto;
}
.compay_logo {
    display: inline-block;
}
.compay_logo img {
    width: auto;
    height: 50px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.heading_area li a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #7E899C;
    padding: 9px 10px;
}
.heading_area li a:hover {
    color: #cd2229;
}
.fixed-nav{
    position: fixed !important;
    top:0 !important;
    padding: 15px 0px !important;
    background-color: #fff !important;
    border-bottom: 1px solid #efefef;
    -webkit-animation: animation .5s ease 1;
            animation: animation .5s ease 1;
}
@-webkit-keyframes animation{
    0%{
        -webkit-transform: translateY(-30px);
                transform: translateY(-30px);
    }
    100% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}
@keyframes animation{
    0%{
        -webkit-transform: translateY(-30px);
                transform: translateY(-30px);
    }
    100% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}
.fixed-nav .compay_logo img {
    width: auto;
    position: relative;
}
.heading_area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    z-index: 9;
    padding: 30px 0px;
}
.heading_area .realstate-boxed-btn {
    border-color: transparent;
    color: #7E899C;
}
.heading_area .active_boxed_btn {
    background-color: #cd2229;
    border-color: #cd2229;
    color: #fff;
    margin-left: 10px;
}
.header_hero_area{
    background-image: url(../img/header_bg.jpg);
    background-color: transparent;
    background-size: 75% 100%;
    background-repeat: no-repeat;
}


/*================================
-----*Hero Area CSS
==================================*/
.hero_area {
    position: relative;
    padding: 110px 0px;
    padding-bottom: 80px;
}
.hero_content h1 {
  font-size: 56px;
  font-weight: bold;
  margin-bottom: 35px;
  line-height: 1em;
  margin-top: 40px;
}
.hero_content p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 40px;
}
.hero_content {
    padding: 10px 0px;
}
.search_form {
    display: block;
    width: 705px;
    position:relative;
    z-index: 1;
}
.search_form input {
    width: 100%;
    border-radius: 3px;
    border-color: #cd2229;
    font-size: 14px;
    padding: 10px 15px;
}
.search_form input::-webkit-input-placeholder {
    color: #7E899C;
    opacity:.6;
}
.search_form input::-moz-placeholder {
    color: #7E899C;
    opacity:.6;
}
.search_form input:-ms-input-placeholder {
    color: #7E899C;
    opacity:.6;
}
.search_form input::-ms-input-placeholder {
    color: #7E899C;
    opacity:.6;
}
.search_form input::placeholder {
    color: #7E899C;
    opacity:.6;
}
.input_box {
    position: relative;
    z-index: auto;
}
.input_box input {
    padding: 21px 30px;
    border-radius: 3px 3px 3px 50px;
}
.input_box .input_icon,.input_box button {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.input_box .input_icon {
    width: 50px;
    right: 69px;
    line-height: 67px;
}
.input_box button {
    padding: 18px 20px;
    background-color: #cd2229;
    border-color: transparent;
    border-radius: 0px 3px 3px 0px;
    right: 0;
    line-height: 28px;
}
.input_box button:hover {
    background-color: #223847;
    color: #fff;
}
.hero_area_imgs {
    display: block;
    width: 100%;
}
.single_img img {
    border-radius: 4px 4px 4px 64px;
    width: 100%;
}


/*================================
-----*Our Parters Area CSS
==================================*/
.partners_carousel_section {
    display: block;
    overflow: hidden;
    background-color: #FDFDFD;
    padding: 50px 0px;
}
.our_partners {
    padding-bottom: 0;
    padding-top: 50px;
}


/*================================
-----*Home Previews CSS
==================================*/
.single_home_preview {
    overflow: hidden;
    display: block;
    background-color: #fdfdfd;
    -webkit-box-shadow: 0px 0px 10px #eaeaea;
            box-shadow: 0px 0px 10px #eaeaea;
    border-radius: 0px 0px 0px 60px;
    position: relative;
    top: 0;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-radius: 3px 3px 3px 60px;
}
.single_home_preview:hover{
    top: -8px;
    -webkit-box-shadow: 0px 8px 10px #EFF0F1;
            box-shadow: 0px 8px 10px #EFF0F1;
}
.single_home_preview img {
    width: 260px;
    height: 260px;
    border-radius: 3px 3px 3px 60px;
}
.home_preview_inner {
    display: block;
    overflow: hidden;
    padding: 20px 20px 20px 20px;
}
.home_preview_inner h6 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Source Sans Pro', sans-serif !important;
    margin-bottom: 3px;
}
.home_preview_inner p {
    font-size: 14px;
    font-weight: 300;
    color: #656565;
    margin-bottom: 0px;
    line-height: 18px;
    margin-top: 10px;
    height: 35px;
}
.home_preview_inner p svg {
    height: 30px;
    float: left;
    margin-right: 7px;
    position: relative;
    bottom: 6px;
}
.price {
    display: block;
    font-size: 16px;
    font-weight: 600 !important;
    color: #222222 !important;
    margin-top: 12px;
    height: auto !important;
}
.price del {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #656565 !important;
    padding-left: 5px;
}
.home_preview .owl-stage {
    padding-bottom: 30px;
}
.home_preview {
    margin-bottom: -30px;
    overflow-x: hidden;
}
.home_preview_carousel.owl-carousel .owl-stage-outer {overflow: visible;}
.home_preview_inner .realstate-boxed-btn {
    border-radius: 3px 0px 3px 0px;
    padding: 7px 13px;
    position: relative;
    left: 20px;
}
.more_btn {
    display: block;
    text-align: right;
    font-weight: bold;
    color: #4B576B;
    font-size: 18px;
    padding: 10px;
    padding-right: 0px;
}
.more_btn:hover {
    color: #cd2229;
}
.more_btn:hover svg path {
    stroke: #cd2229;
}
.more_btn svg path {stroke: #1B222E;}
.more_btn svg {
    margin-left: 10px;
}
.clients_preview_carousel .owl-dots {
    position: absolute;
    bottom: auto;
    width: 100%;
    left: 0;
}

.clients_preview_carousel .owl-dots button {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: transparent;
    margin: 0px 5px;
    border-radius: 100%;
    border: 1px solid #7E899C;
}

.clients_preview_carousel .owl-dots button.active {
    border-color: #0A2233;
    background-color: #0A2233;
}

.clients_preview_carousel .owl-dots button:hover {
    border-color: #0A2233;
}

/*================================
-----*Our Agents CSS
==================================*/
.single_agent {
    display: block;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 6px rgba(91, 130, 148,.05);
            box-shadow: 0px 3px 6px rgba(91, 130, 148,.05);
    border-radius: 3px 3px 3px 60px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
    top: 0;
}
.single_agent:hover{
    top: -10px;
}
.single_agent img {
    width: 100%;
    height: 255px;
    border-radius: 3px 3px 0px 0px;
}
.agent_inner_view {
    display: block;
    padding: 30px 25px;
    color: #7E899C;
}
.agent_inner_view h5 {
    font-size: 22px;
    font-weight: 600 !important;
    color: #222222;
    line-height: 24px;
    margin-bottom: 15px;
}
.agent_inner_view h5 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #7E899C;
}
.social_icons {
    margin-top: 20px;
}
.social_icons li a {
    display: block;
    color: #0A2233;
    padding: 4px 10px;
    font-size: 16px;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    margin: 0px 2px;
}
.social_icons li a:hover {
    color: #cd2229;
    border-color: #cd2229;
}
.social_icons li a svg path {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.single_agent:hover {-webkit-box-shadow: 15px 25px 30px rgba(91, 130, 148,.05);box-shadow: 15px 25px 30px rgba(91, 130, 148,.05);background-color: #fefefe;}

/*================================
-----*Clients Reviews CSS
==================================*/
.single_review img {
    width: 148px !important;
    height: 148px;
    border-radius: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: -40px;
    position: relative;
    top: -70px;
    z-index: 9;
}
.single_review h5 {
    font-size: 22px;
    display: block;
    font-weight: 600;
    margin-bottom: 20px;
}
.single_review h5 span {
    display: block;
    font-size: 16px;
    color: #7E899C;
    font-weight: 400;
}
.single_review {
    display: block;
    -webkit-box-shadow: 3px 3px 6px #F5F7F8;
            box-shadow: 3px 3px 6px #F5F7F8;
    padding: 0px 10px;
    text-align: center;
    padding-bottom: 30px;
    background-color: #FDFDFE;
    border-radius: 3px 3px 3px 60px;
    position: relative;
    top: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.single_review:hover {
    -webkit-box-shadow: 0px 10px 25px #efefef;
            box-shadow: 0px 10px 25px #efefef;
}
.clients_preview_carousel.owl-carousel .owl-stage-outer {
    padding-bottom: 20px;
    padding-top: 80px;
}
.clients_review {
    margin-bottom: -20px;
}
.single_review:hover {
    top: -10px;
}

/*================================
-----*Footer Area CSS
==================================*/
.footer_area{
  border-top: 1px solid #EBECED;
  margin-top: 50px;;
}
.footer_area h5 {
    font-size: 18px;
    font-weight: 600;
    color: #0A2233;
    margin-bottom: 15px;
}
.footer_area li {
    display: block;
    overflow: hidden;
}
.footer_area li a {
    display: block;
    color: #4B576B;
    font-size: 16px;
    font-weight: 400;
    padding: 2px 0px;
    line-height: 32px;
}
.footer_area li a:hover {
    color: #cd2229;
}
.footer_area .compay_logo {
    width: 100px;
}
.subscription_form {
    width: 100%;
    position: relative;
    margin: 20px 0px;
}
.subscription_form input {
    width: 100%;
    padding: 10px 28px;
    font-size: 14px;
    border-radius: 3px 3px 3px 50px;
}
.subscription_form button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 15px;
    background-color: #cd2229;
    color: #fff;
    border-color: #cd2229;
    border-radius: 0px 3px 3px 0px;
}
.subscription_form button:hover {
    background-color: #223847;
    border-color: #223847;
}
.footer_area .social_icons li {
    display: inline-block;
}
.footer_area .social_icons li a {
    display: block;
    padding: 2px 10px;
}
footer{
    background-image: url(../img/footer_bg.jpg);
}

/*================================
-----*Copyright Area CSS
==================================*/
.copyright_area .container {padding: 25px 0px;border-top: 1px solid #EBECED;overflow: hidden;}


/*================================
-----*Mobile Responsive Menu CSS
==================================*/
/* mobile Menu */
.mobbile_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: #fff;
    padding: 15px 0px;
    display: none;
}
.mobbile_menu .compay_logo img {
    width: auto;
    height: 30px;
}
.mobile_menu_thum {
    position: absolute;
    top: 0px;
    right: 7px;
    padding: 10px;
    background-color: transparent;
    z-index: 9;
}
.mobile_menu_thum .mobile_menu_icon {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #0A2233;
    margin: 8px -2px;
}
.mobile_main_menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 20px 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition:all .3s cubic-bezier(0.4, 0, 0.49, 1.07);
    -o-transition: all .3s cubic-bezier(0.4, 0, 0.49, 1.07);
    transition: all .3s cubic-bezier(0.4, 0, 0.49, 1.07);
}
.mobile_main_menu ul li {
    display: block;
}
.mobile_main_menu ul li a {
    color: #7E899C;
    font-size: 18px;
    padding: 10px 10px;
    display: block;
}
.mobile_main_menu ul li a:hover {
    color: #cd2229;
}
.mobile_main_menu .realstate-boxed-btn {
    margin-top: 12px;
    text-align: center;
}
.mobile_main_menu .realstate-boxed-btn:hover {
    background-color: #cd2229;
    border-color: #cd2229;
}
.close_button {
    display: inline-block !important;
    width: 80px;
    padding: 25px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: .8;
    -webkit-transition: all .3s cubic-bezier(0.61, 0.13, 0.33, 0.99);
    -o-transition: all .3s cubic-bezier(0.61, 0.13, 0.33, 0.99);
    transition: all .3s cubic-bezier(0.61, 0.13, 0.33, 0.99);
}
.close_button:hover {opacity: 1;}


/*================================
-----*Back To Top CSS
==================================*/
.backtotop {
    width: 50px;
    height: 50px;
    background-color: #223847;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    line-height: 50px;
    margin: 20px;
    cursor: pointer;
    z-index: 8;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.backtotop:hover {
    background-color: #cd2229;
}

.imagen-redonda{
  border-radius: 10px;
}
.section_title ul {
  list-style: disc !important;
  padding-left: revert;
}
.section_title ul li {
  display: list-item;
}
.honeypot {
  position: absolute;
  left: -9999px;
}
abbr[title="required"]{
  color: #f96674;
  margin-left: 5px;
}

@media(max-width: 990px){
  .hero_content img{
    width: 50px;
    float: right;
  }
}
