body{
   font-family: "Lato", sans-serif;
}
.Yanone{
    font-family: "Yanone Kaffeesatz", sans-serif;
}



.uppercase{
    text-transform: uppercase;
}




.banner-content h2{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 80px auto;
    width: 80%;
    color: #fff;
    font-size: 60px;
}
.logo{
    margin-top: -30px;
}
.overlay{
    padding: 0px 0px 60px;
    background: rgba(0, 0, 0, 0.5);
}
.banner {
    background-image: url(../images/banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.h-up p i {
    color: #0F78C4;
}
.h-up p {
    color: #575760;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
}
.text-justify {
    text-align: justify;
}
.heading-about h1{
    color: #0F78C4;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}
.heading-about p{
    color: #222222;
    font-size: 17px;
}
.realtor-content{
    width: 70%;
    z-index: 9999;
    position: relative;
    margin: -100px auto 0px;
    background: #145b9a;
    padding: 25px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .16) !important;
}
.realtor-content a{
    text-decoration: none;
    display: inline-block;
    padding: 15px;
    background-color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 10px !important;
    text-transform: uppercase !important;
    color: rgb(0, 0, 0) !important;
}
.relative{
    position: relative;
}
.realizzaz {
    padding: 80px 0px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.heading h1{
    color: #0F78C4;
    font-size: 40px;
    font-weight: bold;
}
.heading a{
    display: inline-block;
    margin-top: 10px;
    border:2px solid rgb(15, 120, 196);
    color: rgb(15, 120, 196);
    background-color: transparent;
    text-decoration: none;
    padding: 13px;
}
.controsi-box{
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1266666667), 0 6px 6px rgba(0, 0, 0, .1533333333) !important;
    padding: 20px;
}
.controsi-box h4{
    font-weight: bold;
    font-size: 21px;
}
.controsi-box p{
    font-weight: 400;
    text-align: justify;
    font-size: 17px;
    line-height: 1.5;
}

.fotter{
    background-color: #0F78C4;
}

.f-widget h6{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.f-widget p{
    color: #fff;
    font-size: 18px;
}
.f-widget a{
    color: #fff;
    display: block;
    font-size: 18px;
    text-decoration: none;
    padding-bottom: 4px;
}
.socials {
    display: flex;
    justify-content: center;
}
.socials a{
    font-size: 26px;
    color: #fff;
    padding: 10px;
}



.fotter-bottm{
    background: #145b9a;
}
.f-bottm p{
    color: #fff;
    font-size: 13px;
}





@media only screen and (min-width: 2000px) {
   
}

@media only screen and (min-width: 1499px) {
    
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 769px) {
    
}       
@media only screen and (max-width: 600px){
    .banner-content h2{
        width: 100%;
        font-size: 40px;
    }
    .f-widget {
        text-align: center;
    }
    
}
@media only screen and (max-width: 344px){
    
}