/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
a,button {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: "Lato", serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.container{
    max-width: 1210px;
}
/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img {
    max-width: 285px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.nav-row{
    display: flex;
    align-items: center;
    width: 100%;
}
.navbar-light .navbar-nav {
    margin: 0 0 0 auto;
}
.navbar-light .navbar-nav li {
    margin-right: 30px;
}
.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link {
    padding: 15px 0px;
    color: #767676;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:hover {
    color: #454545;
}
.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:focus,
.navbar .navbar-nav .active a:hover {
    color: #454545;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #454545;
}
.header-top{
    background: #eee;
    padding: 5.5px 0;
}
.header-top-menu{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
header .container{
    max-width: 1020px;
}
.header-top-menu li a{
    color: #6c6c6c;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    display: block;
}
.header-top-menu li a:hover{
    color: #454545;
}
.header-top-menu li a i{
    margin-left: 5px;
    position: relative;
    top: 1px;
}
.header-top-menu li:last-child a{
    font-size: 16px;
    color: #5c5c5c;
}
.header-top-dropdown{
    position: relative;
}
.header-top-dropdown-menu{
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    background-color: #eee;
    color: #454545;
    padding: 7px 13px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 200px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}
.header-top-dropdown:hover .header-top-dropdown-menu{
    opacity: 1;
    visibility: visible;
}
.header-top-dropdown-menu li a{
    padding: 5px 0;
    color: #6c6c6c;
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
}
.header-top-dropdown-menu li a:hover{
    color: #454545;
}
.header-top-dropdown-menu li:last-child a{
    color: #6c6c6c;
    font-size: 14px;
}
.header-top-dropdown-menu li:last-child a:hover{
    color: #454545;
}
.header-bottom{
    position: relative;
    padding: 10px 0;
}
.navbar-toggler{
    background: #e6e6e6;
    color: #767676;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    width: -webkit-fill-available;
    position: relative;
    padding: 8px 10px;
    border-radius: 0;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    border-color: #e6e6e6;
    outline: none !important;
    box-shadow: none !important;
    margin: 0 20px;
}
/* **** End Header **** */

/* **** Banner **** */
.banner-wrp{
    position: relative;
    width: 100%;
    background-image: url(../images/banner-bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: scroll;
    background-size: cover;
    z-index: 1;
    padding: 40px 20px 80px;
}
.banner-wrp::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10,10,10,.5);
    z-index: -1;
}
.banner-wrp-data{
    text-align: center;
    margin: 20px;
}
.banner-wrp-data h1{
    color: #fff;
    font-weight: 700;
    font-size: 54px;
    line-height: 1.4;
    letter-spacing: 0;
    margin: 0 0 10px;
}
.banner-wrp-data h2{
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #fff;
    margin: 0 0 20px;
}
.banner-wrp-data p{
    color: #fff;
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
}
.banner-wrp-data p strong{
    font-weight: 700;
}

.btn-main{
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    padding: 16px 34px;
    background: #00abf0;
    color: #fff;
}
.btn-main:hover{
    background: #30bbf3;
}
.btn-primary{
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    padding: 16px 34px;
    background: #fff;
    color: #00abf0;
}
.btn-primary:hover{
    color: #fff;
    background: #00abf0;
}
.banner-wrp-btns{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 190px 0 40px;
}
.banner-wrp-btns a{
    margin: 0 20px;
}
/* **** End Banner **** */

/* **** Services **** */
.services-wrp{
    position: relative;
    width: 100%;
    padding: 80px 20px 20px;
}
.comman-title{
    text-align: center;
    margin: 0 0 40px;
}
.comman-title h2{
    font-weight: 700;
    font-size: 54px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #5c5c5c;
    margin: 0;
}
.comman-title p{
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: 0;
    font-weight: 400;
    color: #747474;
    margin: 0;
}
.services-wrp-box{
    padding: 20px;
    text-align: center;
}
.services-wrp-box h2{
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #00abf0;
    font-weight: bold;
    margin: 0 0 10px;
}
.services-wrp-box p{
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
    padding: 0 0 10px;
    margin: 0;
}
/* **** End Services **** */

/* **** Properties **** */
.properties-wrp{
    padding: 70px 20px 20px;
    position: relative;
    width: 100%;
}
.properties-wrp .comman-title{
    margin: 0 0 20px;
}
.properties-wrp ul li{
    padding: 50px 20px;
    max-width: 807px;
    margin-left: auto;
}
.properties-wrp ul li:nth-child(3),
.properties-wrp ul li:nth-child(4){
    padding: 20px;
}
.properties-wrp ul li:nth-child(even){
    margin-left: 0;
}
.properties-wrp ul li h2{
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #5c5c5c;
    font-weight: 400;
    margin: 0 0 10px;
}
.properties-wrp ul li p{
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
    margin: 0 0 10px;
}
/* **** End Properties **** */

/* **** Our Clients **** */
.clients-wrp{
    position: relative;
    width: 100%;
    padding: 40px 20px;
    background-color: #fcfcfc;
    box-shadow: 0 10px 10px #f4f4f4;
    -webkit-box-shadow: 0 10px 10px #f4f4f4;
}
/* **** End Our Clients **** */

/* **** Rental Analysis **** */
.analysis-wrp{
    position: relative;
    width: 100%;
    padding: 50px 20px 0;
    box-shadow: 0 10px 10px #f4f4f4;
    -webkit-box-shadow: 0 10px 10px #f4f4f4;
}
.analysis-wrp ul{
    display: flex;
    justify-content: center;
}
.analysis-wrp ul li{
    width: 24.98%;
    padding: 0 20px 25px;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #5c5c5c;
    font-weight: 400;
}
.analysis-wrp ul li strong{
    font-weight: 700;
}
.analysis-wrp form{
    padding: 20px;
}
.analysis-wrp form {
    display: flex;
    align-items: center;
}
.analysis-wrp form .form-group{
    margin: 25px 0 0;
    width: 25%;
    padding: 0 16px 0 15px;
}
.analysis-wrp form .form-group .form-control{
    background: #fff;
    height: 54px;
    font-size: 18px;
    border-radius: 0;
    display: block;
    width: 100%;
    padding: 6px 12px;
    line-height: 1.428571429;
    vertical-align: middle;
    border: 1px solid #ccc;
    color: #747474;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    outline: none;
    box-shadow: none;
}
.analysis-wrp form .form-group .form-control::placeholder{
    color: rgba(116,116,116,.4)
}
.analysis-wrp form .form-group .btn-main{
    border: 0;
    outline: none;
    box-shadow: none;
    display: block;
    width: 100%;
    height: 54px;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}
.analysis-brands{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.analysis-brands figure{
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.analysis-brands img{
    max-width: 100px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}
.analysis-brands img:hover{
    filter: brightness(1);
    -webkit-filter: brightness(1);
}
/* **** End Rental Analysis **** */

/* **** Local Experts **** */
.experts-wrp{
    position: relative;
    width: 100%;
    padding: 80px 20px 110px;
}
.experts-wrp ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.experts-wrp ul li{
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
    padding: 0px 20px 30px;
    margin: 0;
    width: 50%;
}
.text-line{
    padding: 30px 40px;
    position: relative;
    width: 100%;
    background: #00abf0;
}
.text-line p{
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: 0;
    margin: 0;
}
/* **** End Local Experts **** */

/* **** Talk To Us **** */
.talktous-wrp{
    position: relative;
    width: 100%;
    padding: 40px;
    box-shadow: 0 10px 10px #f4f4f4;
    -webkit-box-shadow: 0 10px 10px #f4f4f4;
}
.talktous-wrp-data{
    text-align: center;
}
.talktous-wrp-data h2{
    color: #00abf0;
    margin: 0 0 10px;
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: 0;
    font-weight: 400;
}
.talktous-wrp-data p{
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
    margin: 0 0 30px;
}
.talktous-wrp-data p a{
    color: #747474;
}
.talktous-wrp-data p a:hover{
    color: #000;
}
.talktous-wrp-data .btn-main{
    display: table;
    margin: 0 auto;
}
/* **** End Talk To Us **** */

/* **** Footer **** */
.footer{
    position: relative;
    width: 100%;
    padding: 40px 0 0;
}
.footer .container,
.copyright .container{
    max-width: 1020px;
}
.footer-menu{
    margin: 0 0 40px;
}
.footer-menu h2{
    font-size: 16px;
    font-weight: 700;
    color: #767676;
    line-height: 1.4;
    margin: 0 0 20px;
}
.footer-menu p{
    font-size: 14px;
    color: #767676;
    margin: 0 0 10px;
    font-weight: 400;
    line-height: 1.45;
}
.footer-menu a{
    color: #00abf0;
    font-size: 14px;
    margin: 0 0 10px;
    font-weight: 400;
    line-height: 1.45;
}
.footer-menu a:hover,
.copyright-inner p a:hover{
    text-decoration: underline;
    color: #30bbf3;
}
.footer-menu img{
    max-width: 300px;
}
.copyright{
    position: relative;
    width: 100%;
    padding: 20px 0;
}
.copyright-inner{
    display: flex;
    justify-content: space-between;
}
.copyright-inner p{
    color: #767676;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.45;
    margin: 0;
}
.copyright-inner p a{
    color: #00abf0;
}
/* **** End Footer **** */