html{
    scroll-behavior: smooth;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}


body{
    margin: 0;
    font-family: 'Montserrat Light', sans-serif !important;
    margin-bottom: -20px;
    color: #7A7A7A;
}
.black {
    position: fixed;
    top: 0;
    width: 100%;
    height: 150px;
    background-color: #000;
}
@media screen and (max-width: 600px) {
    .social-icons {
        justify-content: center !important;
        display: flex;
    }
}
    .social-icons {
        width: 55%;
        margin: auto;
        display: flex;
        justify-content: right;
    }
.sociallogo {
  padding: 10px;
  font-size: 30px !important;
  width: 50px;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
}
.fa:hover {
  opacity: 0.7;
}
.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-linkedin {
  background: #007bb5;
  color: white;
}
.fa-instagram {
  background:  #af4ea4 ;
  color: white;
}

.button_color1{
    width:100%;
    padding: 15px;
    border-radius: 4px;
    text-decoration: none;
    background: #D5DAE2;
    color: #ed1b24;
}
.button_color1:hover{
    cursor: pointer;
}
.button_color2{
    width:100%;
    padding: 15px;
    border:none;
    border-radius: 4px;
    text-decoration: none;
    background: #ed1b24;
    color: #FFFFFF;
    cursor: pointer;
}

.general_heading{
    box-shadow: 0px 1px 2px rgba(0,0,0,0.2);;
    font-family: 'Nunito', sans-serif;
    color: #ed1b24;
    border: none;
    background-color: #F7FAFD;
}
a {
    text-decoration: none;
}
.nav-container {
    position: fixed;
    z-index: 5;
    background-color: transparent;
    top: 0;
    left: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 80px;
    box-shadow: 0px 0px 40px -15px rgba(0,0,0,0.0);;
}

.adv_search_Pets{
    width: 50px;
    margin-top:10px;
}
.myMenuBar {
    position: fixed;
    width: 100%;
    padding-bottom: 150px;
    z-index: 10;
    transition: background-color .1s ease-in-out;
}
.menu-items{
    margin-right: 0px !important;
}


#myMenuBar.small {
    height: 140px;
}


#menuLogo {
    height: 120px;
    transition: font-size 0.5s, height 0.5s;
    -webkit-transition: font-size 0.5s, height 0.5s;
    -moz-transition: font-size 0.5s, height 0.5s;
}
#menuLogo2.small {
    height: 70px;
}

#menuLogo2 {
    height: 120px;
    transition: font-size 0.5s, height 0.5s;
    -webkit-transition: font-size 0.5s, height 0.5s;
    -moz-transition: font-size 0.5s, height 0.5s;
}
#menuLogo.small {
    height: 70px;
}
#menuLogo3.small {
    height:100px;
}
#menuLogo3 {
    height: 180px;
    transition: font-size 0.5s, height 0.5s;
    -webkit-transition: font-size 0.5s, height 0.5s;
    -moz-transition: font-size 0.5s, height 0.5s;
}

.nav {
    display: flex;
    align-items: center;
    height: 150px;
}
.menu-items {
    float: right;
    border-radius: 4px;
    text-align: center;
}
@media screen and (min-width: 990px) {
     .menu-item {
          color: black !important;
      }
}
.menu-item {
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
    padding: 20px 40px  !important;
    margin-top: -8px;
    margin-bottom: -8px;
    letter-spacing: 1.2px;
    white-space: nowrap !important;
    color: white !important;
  white-space: nowrap;
  overflow: hidden;

    display: inline; 
    padding-left: 0.3em; 
    font-size: 14px;
}
.menu-item-m{
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
    padding: 20px 40px  !important;
    margin-top: -8px;
    margin-bottom: -8px;
    letter-spacing: 1.2px;
    white-space: nowrap !important;
    color: black !important;
  white-space: nowrap;
  overflow: hidden;

    display: inline; 
    padding-left: 0.3em; 
    font-size: 14px;

}


@media screen and (min-width: 100px) {
    .menu-item{
        padding: 10px  !important;
    }
}
.menu-item:hover {
    color: #019934 !important;
    cursor: pointer;
}
.fa-bars {
    background-color: white;
    color: black;
    padding: 10px;
    margin: auto;
    width: 100%;
    font-size: 35px;
    border-radius: 4px;
}
#drop-menu{
    background-color: white;
    color: black;
    padding: 5px;
    margin: auto;
    width: 40px;
    font-size: 20px;
    border-radius: 2px;
}
.dropbtn {
    font-family: 'Nunito', sans-serif;
    background-color: transparent;
   
}
.dropdown:hover .dropbtn {
    color: white;
    background-color: #3a3f45
}
.dropdown-content {
    display: none ;
    position: absolute;
    background-color: transparent;
    text-align: center;
    margin-left: 20px;
    min-width: 140px;
    
    z-index: 1;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
    color: #3a3f45;
    display: block;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.logo {
    margin-left: 10%;
    margin-top: 5px;
}
 /*Page Hero 2*/
 .header-text {
    width: 100%;
 }
 .header-text span h1{
    margin: auto;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 50px;
    font-family: 'Montserrat Semi-Bold', Sans-serif;
 }
/*Privacy Container*/
/*=====================*/
.privacy-container {
    max-width: 1140px;
    margin: auto;
    display: flex;
    justify-content:  space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}
.privacy-container span h2 {
    color:#010080;
}

 /*News Container*/
 /*=============================*/
.news-container {
    max-width: 1140px;
    margin: auto;
    display: flex;
    justify-content:  space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}
.news-article {
    max-width: 550px;
    border: 1px solid rgba(27, 27, 27, 0.13);
    border-radius: 4px;
    box-shadow: 0 0 3px rgba(27, 27, 27, 0.377);
    transition: all .5s;
    float: none !important;
}
@media screen and (max-width: 770px) {
    .news-container{
        display: block;
    }
    .news-article{
        padding: 8px;
        max-width: 100%;
    }
}
.news-article:hover {
    cursor: pointer;
    /*transform: translate(5px, 5px, 5px, 5px);*/
    box-shadow: 0 0 20px rgba(59, 59, 59, 0.8);
    background: rgba(255,255,255, 0.31);
}
.news-image {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
    border-radius: 4px;
}
.news-title span h1{
    color: #475B69;
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    width: 100%;
    padding: 5%;
    text-transform: uppercase;
}
.read-more span h2 {
    padding-left: 5%;
    font-size: 20px;
    color: #019934;
    margin-bottom: 5%;
    letter-spacing: -2px;
    font-weight: 600;
    text-transform: uppercase;

}
.news-title span p {
    color: #475B69;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;


}
.news-title span hr {
    width: 100%;
    color:rgb(27, 27, 27)
}
/*Training Page*/
/*===============================*/
.training-header {
    width: 100%;
    position: absolute;
    margin: auto;
}
.training-wrapper{
    margin-left: auto;
    margin-right: auto;
    margin-top: -2%;
    background-color: white;
    width: 60%;
    padding: 10px;
    border-top: solid 5px #019934;
    margin-bottom: 10%;
}
.training-text span p{
    text-align: left;
    color: #475B69;
    font-family: 'Montserrat', sans-serif !important;
    padding-left: 5%;
    padding-right: 5%;
}
.dropcap {
   font-size: 25px;
   font-weight: 900;
}

/*Seperate Article Pages*/
/*===============================*/
.news-header {
    width: 100%;
    position: absolute;
    margin: auto;
}
.news-wrapper{
    margin-left: auto;
    margin-right: auto;
    margin-top: -5%;
    background-color: white;
    width: 60%;
    padding: 10px;
    border-top: solid 5px #019934;
    margin-bottom: 10%;
}
.news-text span p{
    text-align: center;
    color: black;
    font-family: 'Montserrat', sans-serif !important;
}
.header-title {
    margin: auto;
    width: 70%;
}
.header-title span h1 {
    color: white;
    text-align: center;
    text-transform: capitalize;
    font-size: 50px;
    font-family: 'Montserrat Semi-Bold', Sans-serif;
}
.header-title span p{
    color: white;
    text-align: center;
    text-transform: capitalize;
    font-size: 15px;
    font-family: 'Montserrat Light', Sans-serif;
}
.date-text {
    color: white;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

/*image collage*/
/*===============================*/
.sticky-container{
    padding:0px;
    margin:0px;
    position:fixed;
    right:-130px;
    top:230px;
    width:210px;
    z-index: 1100;
}
.sticky li{
    list-style-type:none;
    color:#efefef;
    height:43px;
    border-radius: 50px;
    padding:0px;
    margin:0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
}

.sticky li img{
    float:left;
    margin:5px 4px;
    margin-right:5px;
}
.sticky li p{
    padding-top:5px;
    margin:0px;
    line-height:16px;
    font-size:11px;
}
.sticky li p a{
    text-decoration:none;
    color:#2C3539;
}
.sticky li p a:hover{
    text-decoration:underline;
}


@media screen and (min-width:960px){
    .h-container{
        margin-left: 20%;
        margin-top: -40px;
    }
}

@media screen and (max-width: 960px){
    .h-container{
        margin-left: 2%;
        margin-top: 40px;
    }
}

@media screen and (min-width: 970px){
    .h-container span{
        font-size: 50px;
        color: white;
        text-align: left !important;
        line-height: 1;
        width: 50%;
        display: block;

    }
}
@media screen and (max-width: 970px){
    .h-container span{
        font-size: 40px;
        color: white;
        text-align: left !important;
        line-height: 1;
        width: 100%;
        display: block;
    }
}

@media screen and (max-width: 970px){
    .h-container span b{
        display: block;
        font-size: 16px;
        float: left;
        padding-right: 50px;
        font-weight: 400;
        color: white;
        text-transform: none;
        padding-top: 20px;
        line-height: 1.8;
        
    }
}
@media screen and (min-width: 970px){
    .h-container span b{
        display: block;
        font-size: 16px;
        float: left;
        padding-right: 50px;
        font-weight: 400;
        color: white;
        text-transform: none;
        padding-top: 20px;
        line-height: 1.8;
        
    }
}

@media screen and (max-width: 970px){
    #hero-container{
        height: 700px !important;
    }
}



.fl-container{
    padding-top: 70px;
    border: 1px solid grey;
    border-color: white;
    width: 1200px;
    margin: auto;
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
}
@media screen and (max-width:1200px) {
    .fl-container {
        width: 100%;
        padding-top: 20px;
    }
}
@media screen and (max-width: 970px) {
    .fl-image {
        width: 100%;
        position: absolute;
        margin-left: 100%;
        height: 100%;
    }

    .featured-premium-wrapper{
        width: 100% !important;
        overflow: hidden;
        position: relative;
        height: 60vw !important;
        padding: 20px 0px;
    }
}

@media screen and (min-width: 970px) {
    .fl-image {
        height: 400px;
        width: 500px;
        margin: auto;
        padding-bottom: 100px;
        position: absolute;
        margin-left: 500px;
    }    
}

.featured-premium-wrapper{
    width: 500px;
    float: right;
    overflow: hidden;
    position: relative;
    height: 400px;
}
.fl-image{
  transition: all 1s;
}
.scroll-in-right{
        transform: 
            translateX(-100%);
        z-index: 2;
}
.scroll-out-right{
        animation: scroll-out-right 1s;
}
@keyframes scroll-in-right {
    0%{
        transform: 
            translateX(100%);
    }
}
@keyframes scroll-out-right {
    100%{
        transform: 
            translateX(-200%);
    }
}

.fl-text{
    width: auto;
    margin-top: -15px;
}

@media screen and (max-width: 970px) {
    .fl-text span h2{
        width: 100% !important;
        font-size: 40px !important;
        text-align: center !important;
    }
} 

.fl-text span h2{
    width: 80%;
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1;
    color: rgb(82,81,81);
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 970px) {
    .fl-text span b{
        width: 100% !important;
        font-size: 14px !important;
        text-align: center !important;
        display: block;
    }
} 

.fl-text span b{
    font-size:14px;
    width: 40%;
    letter-spacing: 0.1;
    color: #7A7A7A;
}
.fl-gallery{
    width: 50%;
    align-items: center;
}

.vl-container {
    margin-top:8%;
    width: auto;
}



@media screen and (max-width: 970px) {
    .vl-button {
        margin-left: auto !important;
        margin-right: auto !important;
        align-content: center;
        display: flex !important;

    }
}

.vl-button {
    background-color:#019934;
    border-style: none;
    border-width: 1px 1px 1px 1px;
    color: white;
    padding: 15px 32px; 
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 15px 24px 15px 24px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all .5s
}
.vl-button:hover {
    cursor:pointer;
    background-color: #6A6A6A;
    padding: 20px 37px 20px 37px; 
}

@media screen and (max-width: 970px) {
    .text-container{
        float: right !important;
        width: 100% !important;
        text-align: right !important;
    }
}
@media screen and (min-width: 970px) {
    .text-container {
        float: right;
        width: 100%;
        text-align: right;
        
    }
}

@media screen and (min-width:970px) {
    .text-container span {
        margin-right: 20% !important;
    }
}
@media screen and (max-width:970px) {
    .text-container span {
        margin-right: 3% !important;
    }
}

@media screen and (max-width: 970px) {
    .cu-button {
        margin-left: auto !important;
        align-content: center;
        display: flex !important;
        margin-right: 3% !important;

    }
}

@media screen and (min-width: 970px) {
    .cu-button{
        margin-right: 20% !important;
    }
}

.cu-button {
    background-color: #019934;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    color: white;
    padding: 15px 32px; 
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 15px 24px 15px 24px;
    text-transform: uppercase;
    transition: all .5s
}
.cu-button:hover {
   background-color: #6A6A6A;
   padding: 20px 29px;

}


/*Image container*/
/*===============================*/


#overlay {
    display: inline-block;
    width: 100%; 
    height: 600px;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
    z-index: 2; 
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.con-container {
    float: right;
    width: 30%;
    text-align: right;
    margin-right: 20%;
    color: white;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
}
.contact-text{
    
}
.contact-text span h3{
    position: absolute;
    z-index: 5; 
    float: right;
    padding-top: 150px;
    color: white;
    height: 10%;
    width: 30%
}

@media screen and (min-width: 970px) {
    .overlay-image {
         margin-top: -440px;
    }
}

/*Featured Properties*/
/*==============================*/
.fp-container{
    border: 1px solid grey;
    border-color: white;
    width: 1200px;
    height: 500px;
    margin: auto;
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
}
@media screen and (max-width:1200px) {
    .fp-container {
        width: 100%;
        padding-top: 20px;
    }
}

@media screen and (max-width: 970px) {
    .fp-image {
        width: 100%;
        height: 100%;
        padding-left: 2%;
        padding-right: 2%;
    }
}

@media screen and (min-width: 970px) {
    .fp-image {
        height: 100%;
        width: 100%;
        margin: auto;
        -moz-transition: all .4s ease-in;
        -o-transition: all .4s ease-in;
        -webkit-transition: all .4s ease-in;
        transition: all .4s ease-in;
    }    
}

@media screen and (min-width:970px) {
    .properties-container{
        padding-top: 20px;
        border: 1px solid grey;
        border-color: white;
        max-width: 1200px;
        margin: auto;
        -moz-transition: all .4s ease-in;
        -o-transition: all .4s ease-in;
        -webkit-transition: all .4s ease-in;
        transition: all .4s ease-in;
        display: flex;
        flex-wrap: wrap;
        justify-content:  space-between;
}
    .properties-container .w3-col{
        width: 32% !important;
    }
}
@media screen and (max-width:970px) {
    .properties-container {
        width: 100%;
        padding-top: 20px;
    }
}

@media screen and (max-width: 970px) {
    .properties-image {
        width: 100%;
        height: 300px;
        padding-top: 20px;
        object-fit: cover;
    }
}

@media screen and (min-width: 970px) {
    .properties-image {
        height: 250px;
        width: 100%;
        margin: auto;
        -moz-transition: all .4s ease-in;
        -o-transition: all .4s ease-in;
        -webkit-transition: all .4s ease-in;
        transition: all .4s ease-in;
        object-fit: cover;
    }    
}

.fp-text {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
    text-align: center;
}
.fp-text span {
    margin: 10px;
}
.fp-text span h3 {
    font-size: 34px !important;
    text-transform: uppercase;
    font-weight: 600;
}
.fp-text span p {
    font-size: 14px;
    width: 22% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
@media screen and (max-width: 970px) {
    .fp-text span p {
        width: 100% !important;
    }
}
 
@media screen and (max-width: 970px) {
    .ld-text {
        padding-left: 20px !important;
        margin-top: -550px !important;
    }
    .ld-text p {
        width: 100% !important;
        padding-right: 20px !important;
    }
}

.ld-text{
    position: absolute;
    margin-top: -450px;
    padding-left: 70px;
    color: white;
    
}

.ld-text li {
    padding: 10px;
}

 .ld-text span {
    font-size: 14px;
    
 }

 .ld-text span h3 {
    font-size: 20px;
    font-weight: 600;
 }
 .ld-text p {
    font-size: 14px;
    padding-left: auto;
 }
.table-one {
    width: auto;
}
 .table-two {
    width: 70%;
 }
.vl-button{
    background-color: #019934;
    border-style: none;
    border-width: 1px 1px 1px 1px;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0px;
    padding: 15px 24px 15px 24px;
    text-transform: uppercase;
    font-weight: 600;
}

.listings-container {
    width: 100%;
    margin-left: 20%;
    margin-right: auto;
    align-content: center;
    display: flex;
    float: right;
}

/*Achievement Container*/

.oa-container {
    width: 100%;
    background-color: #171717;
    display: inline-block;
    align-content: center;
}

@media screen and (max-width:970px) {
    .oa-text h1 {
        font-size: 30px !important;
        font-weight: 600 !important;
    }
    .oa-text p {
        width: 100% !important;
    }
    .hr {
        width: 15% !important;
    }
    .countnumbers {
        display: grid !important;
        width: 100% !important;
    }
    .column {
        width: 50% !important;
    }
    .column h3 {
        width: 100% !important;
        font-size: 18px !important;
        padding-bottom: 5% !important;
    }
}
.oa-text h1{
    color: white;
    font-size: 48px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 50px;
}
.oa-container h1{
    color: white;
    font-size: 48px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    font-weight: 600;
    letter-spacing: 1px;
}

.oa-text p{
    width: 24%;
    font-size: 14px;
    text-align: center;
    color: white;
    margin: auto;
    padding-top: 50px;
}

.hr {
    border: 0.5px solid white;
    width: 6%;
    display: flex;
    margin: auto;
}
  
  /* Float three columns side by side */
  .column {
    float: left;
    width: 25%;
    /*padding: 16px;*/
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .column h1{
    font-size: 70px;
    color: #DA0037;
    font-weight: 700;
  }
  .column h3 {
    color: white;
    font-size: 16px;
    text-align: center;
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    margin: 0 0;
    padding-bottom: 25%;
  }
  
  .row {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-bottom: 20px;
}

.countnumbers {
    align-content: center;
    display: flex;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}
  
  
  /* Style the counter cards */
  .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    text-align: center;
    background-color: #444;
    color: white;
  }

/*Team Section*/
@media screen and (min-width:970px) {
    .team-container{
        padding-top: 100px;
        padding-bottom: 150px;
        width: 1200px;
        margin: auto;
        -moz-transition: all .4s ease-in;
        -o-transition: all .4s ease-in;
        -webkit-transition: all .4s ease-in;
        transition: all .4s ease-in;
        display: flex;
        justify-content:  space-between;
        position: relative;
    }
    .team-text span p{
        color: white;
        text-align: center;
        width: 100%;
        margin: auto;
        z-index: 4 !important;
        position: relative;
        text-transform: uppercase;
        font-size: 30px;
    }
    
}
@media screen and (max-width:970px) {
    .team-container {
        width: 100%;
        padding-top: 20px;
    }
    .team-text span p {
        color: white !important;
        font-size: 30px !important;
        top: calc(100% - 80px) !important;
        position: relative;
    }
}

.team-wrapper{
    animation: zoomIn 1.5s;
}

.team-agent-box{
    animation: zoomIn 1.5s;
}

@keyframes zoomIn {/**/
    0%{
        transform: scale(0);
        opacity: 0;
    }
}

.team-text {
    text-align: center;
    justify-content: center;
    position: relative !important;
    top: calc(50% - 20px);
    margin: auto;
    min-width: 80px;
    transition: all .5s;
}



.team-overlay {
    display: inline-block;
    width: 100%; 
    height: 300px;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
    z-index: 2; 
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all .5s;
}

.team-overlay:hover {
    cursor: pointer;
    transform: scale(1.2);
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.2);
}

.team-overlay:hover .team-text {
    cursor: pointer;
    transform: scale(0.85);
}

/*Bond Calculater*/

.bond-container {
    width: 100%;
    margin: auto;
    padding-bottom: 2%;
}

.bond-container span h1 {
    text-align: center;
    position: relative;
    justify-content: center;
    width: 100%;
    color: #525151;
    text-transform: uppercase;
    letter-spacing: -0.75px;
    font-weight: 600;
    font-family: "Lato", sans-serif;
    font-size: 32px;
}

.bond-rectangle {
    padding: 1% 2% 1.5% 2%;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #525151;
    width: 1200px;
    align-content: center;
    margin: auto;
    display: flex;
}
.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 10px !important;
    border-radius: 2px;
    background: #d3d3d3;
    outline: none;
    /*opacity: 0.7;*/
    -webkit-transition: .2s;
    transition: opacity .2s;
    inset: 2px;
    overflow: visible !important;
  }
  
  .slider:hover {
    opacity: 1;
  }
  
  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #475b69;
    cursor: pointer;
  }
  
  .slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #475b69;
    cursor: pointer;
    overflow: visible;
  }
@media screen and (min-width:970px) {
    .form-container {
        width: 1000px !important;
        margin: auto !important;
        margin-top: -25px !important;
    }
}
@media screen and (max-width:970px) {
    .form-container {
        width: 100% !important;
        margin: auto !important;
        margin-top: -25px;
    }
}
  

/*Horizontal Line*/
/*===============================*/

.horizontal { 
    display: inline; 
    border-left: 1px solid; 
    padding-left: 0.3em; 
    color: white;
    font-size: 13px;
    
}

.first { 
    border-left: none; 
    padding-left: 0; 
    font-size: 13px;
}

/*Hero container*/
/*===============================*/
.hero-container {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.video-back-container{
    position: absolute;
    width: 100vw;
    height: 100%;
    overflow: hidden;
    top: 0;
}
iframe{
    width: 100vw;
    height: 56.5vw;
    margin-top: -55px;
    transition: all .5s;
    z-index: 1;
}
.video-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 2;
    background-color: #000000BD;
    opacity: 0.4;
}
.h-container{
    z-index: 3;
}

@media screen and (max-width: 1600px) {  
    iframe{
        width: 1600px;
        height: calc(100% + 55px);
        margin-top: -55px;
    }
}
@media screen and (max-width: 970px) {  
    iframe{
        width: 1340px;
        height: calc(100% + 55px);
        margin-top: -55px;
        margin-left: -300px;
    }
}
.hero-image{
    width: 100%;
    transition: all .5s;
    filter: brightness(60%);
}
.wrapper {
    width: 1170px;
    padding-bottom: 5%;
    padding-top: 7%;
    padding-right: 2%;
    padding-left: 2%;
}
#title {
    color: #FFFFFF;
    font-family: "Oswald", Sans-serif;
    font-size: 50px;
    text-align: center;
    margin: 10px 0px;
}
#title img{
    height: 100px;
}
.med-image{
    background:-webkit-radial-gradient(center, 100px 100px, rgb(87, 87, 87,0.5), rgba(0,0,0,0));
}


.top {
    display: flex;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
}
.middle {
    padding-left: 40px;
    padding-right: 40px;
}
.bottom {
    display: flex;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
}

#hero-container{
    
}


@keyframes hero-fade {
    0% {
        background-image: url('imagefour.png');
    }
    25% {
        background-image: url('imagefour.png');
    }
    26% {
        background-image: url('imagetwo.png');
    }
    50% {
        background-image: url('imagetwo.png');
    }
    51% {
        background-image: url('imagefive.png');
    }
    75% {
        background-image: url('imagefive.png');
    }
    76% {
        background-image: url('imagethree.png');
    }
    100% {
        background-image: url('imagethree.png');
    }
}
.about-header {
    max-width: 1140px;
    position: relative;
    margin: auto;
}

.shadow-hider{
    background-color: white;
    height: 30px;
    width: 100%;
    margin-left: -20px;
}
.about-wrapper{
    margin-top: -5%;
    background-color: white;
    width: 433px;
    padding: 10px;
    border-top: solid 5px #019934;
    box-shadow: 5px 5px 19px 2px rgba(27, 27, 27, 0.377);
}
.about-header span h1 {
    font-size: 50px;
    font-weight: 600;
    text-align: left;
    color: #525151;
    text-transform: uppercase;
    animation: slide-bottom 1s;
}
@keyframes slide-bottom {
    0%{
        transform: translateY(200px);
        opacity: 0;
    }
}
.about-text {
    max-width: 1140px;
    position: relative;
    margin: auto;
    margin-top: 20px;
    padding: 20px; 
}
.about-text span p {
    font-size: 15px;
}
.mot-text span h2{
    text-align: center;
    margin: auto;
    width: 100%;
    text-transform: uppercase;
    padding: 20px;
    color: #525151;
    font-weight: 600;
    font-size: 35px;
}
.mot-button {
     width: 60%;
     margin: auto;
     display: flex;
     justify-content: center;
     margin-bottom: 20px;
}

@media screen and (min-width:970px) {
    .team-discriptions{
        padding-top: 20px;
        border: 1px solid grey;
        border-color: white;
        max-width: 1140px;
        position: relative;
        margin: auto;
        -moz-transition: all .4s ease-in;
        -o-transition: all .4s ease-in;
        -webkit-transition: all .4s ease-in;
        transition: all .4s ease-in;
        justify-content:  space-between;
    }
}
@media screen and (max-width:970px) {
    .team-discriptions {
        width: 100%;
        padding: 20px;
    }
    .about-wrapper{
        width: 100% !important;
    }
    .hero-image{
        width: auto !important;
    }
}

@media screen and (max-width: 970px) {
    .team-image {
        width: 100%;
        max-height: 550px;
        padding-top: 20px;
        object-fit: cover;
    }
    .advanced-text {
        width: 90% !important;
        margin-left: 5%;
        margin-right: 5%;
        border-bottom: 3px solid #019934;
        padding: 20px;
    }
    .advanced-text span h1 {
        width: 100%;
        text-transform: uppercase;
        text-align: left;
        line-height: 50px;
        color: #525151;
        font-weight: 600;
        font-size: 41px;
    }
}

@media screen and (min-width: 970px) {
    .team-image {
        height: 400px;
        width: 100%;
        margin: auto;
        -moz-transition: all .4s ease-in;
        -o-transition: all .4s ease-in;
        -webkit-transition: all .4s ease-in;
        transition: all .4s ease-in;
        object-fit: cover;
        box-shadow: 0 0 10px;
        filter: brightness(90%);
    }
    .team-names span h2{
        margin: auto;
        width: 100%;
        text-align: center;
        font-weight: 600;
        color: #525151;
    }
    .team-names span p {
        font-size: 14px;
        padding: 10px;
    }
    .advanced-text {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        border-bottom: 3px solid #019934;
        padding: 20px;
    }
    .advanced-text span h1 {
        width: 30%;
        text-transform: uppercase;
        text-align: left;
        line-height: 50px;
        color: #525151;
        font-weight: 600;
        font-size: 50px;
    } 
}




@media screen and (max-width: 970px) {
    .advanced-search {
        width: 100%;
        padding-top: 3%;
    }
    .advanced-search button {
        float: left;
        width: 15%;
        padding: 12px;
        background: #475B69;
        color: white;
        font-size: 23px;
        border: none;
        border-left: 1px gray solid;
        cursor: pointer;
    }
    .suburb-boxes{
        width: 80%;
        font-family: "Oswald", sans-serif;
        font-size: 18px;
        color: #FFFFFF;
        background-color: #475B69;
        border-radius: 0 0 0 0;
        padding: 5px;
        display: flex !important;
        align-content: center;
        margin-left: 10%;
        margin-top: 5%;
        float: left;
       border: none;
    }
}
@media screen and (min-width: 970px) {
    .advanced-search {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 3%;
    }
    .advanced-search button {
        float: left;
        width: 10%;
        padding: 8px;
        background: #475B69;
        color: white;
        font-size: 21px;
        border: none;
        border-left: 1px gray solid;
        cursor: pointer;
    }
    .select-box div{
        width: 70%;
        font-family: "Oswald", sans-serif;
        font-size: 18px;
        color: #FFFFFF;
        background-color: #475B69;
        border-radius: 0 0 0 0;
        padding: 15px 15px 15px 15px;
        display: flex !important;
        align-content: center;
        margin: auto;
    }

    .suburb-box{
        width: 90%;
        font-family: "Oswald", sans-serif;
        font-size: 18px;
        color: #FFFFFF;
        background-color: #475B69;
        border-radius: 0 0 0 0;
        padding: 5px;
        display: flex !important;
        align-content: center;
        margin: auto;
        float: left;
       border: none;
    }
    .suburb-boxes{
        width: 90%;
        font-family: "Oswald", sans-serif;
        font-size: 18px;
        color: #FFFFFF;
        background-color: #475B69;
        border-radius: 0 0 0 0;
        padding: 5px;
        display: flex !important;
        align-content: center;
        margin: auto;
        float: left;
       border: none;
    }
    .select-box {
        width: 100%;
        display: inline-block;
    }
    .search-criteria {
        width: 65%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 1% !important;
        display: flex;
        align-items: center;
    }
    .wrapper{
        position: relative;
        width: 50%;
        padding: 50px 40px 20px 40px;
        border-radius: 10px;
        margin: auto;
        align-items: center;
    }
}
    #list_type_sel, #types_sel, #suburb_sel, #available_sel{
        width: 90%;
        font-family: "Oswald", sans-serif;
        font-size: 18px;
        color: #FFFFFF;
        background-color: #475B69;
        border-radius: 0 0 0 0;
        padding: 5px;
        display: flex !important;
        align-content: center;
        margin: auto;
        float: left;
       border: none;
    }
@media screen and (max-width: 970px) {
    .suburb-box {
        width: 75%;
        font-family: "Oswald", sans-serif;
        font-size: 18px;
        color: #FFFFFF;
        background-color: #475B69;
        padding: 10px;
        display: flex !important;
        align-content: center;
        margin-left: 5%;
        margin-right: auto;
        float: left;
        border: none;
    }
    .select-box {
        width: 100%;
        display: inline-block;
    }
    .search-criteria {
        width: 100%;
        padding-top: 1%;
        display: block;
    }
    .wrapper{
        position: relative;
        width: 100%;
        padding: 50px 40px 20px 40px;
        border-radius: 10px;
        margin: auto;
        align-items: center;
    }
    .price-text {
        width: 100% !important;
        margin: auto;
    }
    .counter-container{
        position: relative;
        width: 100% !important;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 10px;
    }
    .values{
        width: 100% !important;
        position: relative;
        margin: auto;
        border-radius: 5px;
        text-align: center;
        font-weight: 500;
        font-size: 20px;
        color: #475B69;
        padding: 10px
    }
}




.price-text {
    width: 42%;
    margin: auto;
}
.price-text span p{
    font-size: 18px;
    color: #475B69;
    width: 30%;
}
.counter-container{
    position: relative;
    width: 42%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}
input[type="range"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    outline: none;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: transparent;
    pointer-events: none;
}
.slider-track{
    width: 100%;
    height: 5px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 5px;
}
input[type="range"]::-webkit-slider-runnable-track{
    -webkit-appearance: none;
    height: 5px;
}
input[type="range"]::-moz-range-track{
    -moz-appearance: none;
    height: 5px;
}
input[type="range"]::-ms-track{
    appearance: none;
    height: 5px;
}
input[type="range"]::-webkit-slider-thumb{
    -webkit-appearance: none;
    height: 1.7em;
    width: 1.7em;
    background-color: #475B69;
    cursor: pointer;
    margin-top: -9px;
    pointer-events: auto;
    border-radius: 50%;
}
input[type="range"]::-moz-range-thumb{
    -webkit-appearance: none;
    height: 15px;
    width: 15px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #019934;
    pointer-events: auto;
}
input[type="range"]::-ms-thumb{
    appearance: none;
    height: 1.7em;
    width: 1.7em;
    cursor: pointer;
    border-radius: 50%;
    background-color: #475B69;
    pointer-events: auto;
}
input[type="range"]:active::-webkit-slider-thumb{
    background-color: #ffffff;
}
.values{
    width: 32%;
    position: relative;
    margin: auto;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    color: #475B69;
    padding: 10px
}
@media screen and (min-width:970px) {
    .property-discriptions {
        padding-top: 20px;
        padding: 10px;
        border: 1px solid grey;
        border-color: white;
        -moz-transition: all .4s ease-in;
        -o-transition: all .4s ease-in;
        -webkit-transition: all .4s ease-in;
        transition: all .4s ease-in;
        justify-content:  space-between;
    }   
    .property-image {
        height: 350px;
        max-width: 1140px;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .vd-button {
        background-color: #475B69;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        color: white;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 14px;
        letter-spacing: 2px;
        padding: 10px;
        text-transform: uppercase;
        font-weight: 600;
        top: 43%;
        left: 67%;
        position: relative;
        z-index: 2;
    }
}
@media screen and (max-width:970px) {
    .property-discriptions {
        width: 100% !important;
        padding-top: 20px;
    }
    .property-image {
        width: 100%;
        height: 350px;
        padding-top: 20px;
        background-size: cover;
    }
    .vd-button {
        background-color: #475B69;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        color: white;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 14px;
        letter-spacing: 2px;
        padding: 10px;
        text-transform: uppercase;
        font-weight: 600;
        top: 40%;
        left: 60%;
        position: relative;
        z-index: 2;
    }
    .property-detail {
        background-color: white;
        border-bottom: 5px solid #019934;
        width: 98% !important;
        top: 35% !important;
        left: 2%;
        position: relative;
        padding-left: 10px;
        padding-top: 10px;
    }
    
}


.property-detail {
    background-color: white;
    border-bottom: 5px solid #019934;
    width: 50%;
    top: 55%;
    left: 2%;
    position: relative;
    padding-left: 10px;
    padding-top: 10px;
}
.property-detail span h3{
    color: black;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}

.property-detail span p{
    color: black;
    font-family: 'Montserrat Light', sans-serif;
}



/*Slideshow container*/
/*===============================*/
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  display: inline-block;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: #019934;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


/*Image Gallery*/
/*===============================*/

.container {
  display: block;
}


.grid {
  display: grid;
  grid-template-rows: 
    repeat(3, 110px);
  grid-template-columns: 
    repeat(8, 183px);
  grid-gap: 20px;
}

.item:nth-child(1) {
  grid-row: 1 / 3;
  grid-column: 2 / 4;
}
.item:nth-child(2) {
  grid-row: 1 / 3;
  grid-column: 4 / 6;
}

.item:nth-child(3) {
  grid-row: 1 / 3;
  grid-column: 6 / 8;
}

.item:nth-child(4) {
  grid-row: 7 / 10;
  grid-column: 1 / 5;
}

.item:nth-child(5) {
  grid-row: 6 / 10;
  grid-column: 5 / 11;
}

.item:nth-child(6) {
  grid-row: 6 / 10;
  grid-column: 11 / 16;
}

.item:nth-child(7) {
    grid-row: 10 / 14;
    grid-column: 1 / 8;
}

.item:nth-child(8) {
    grid-row: 10 / 14;
    grid-column: 6 / 12; 
}

.item:nth-child(9) {
    grid-row: 10 / 14;
    grid-column: 12 / 16;
}



.item-child {
    width: 100%;
    height: 100%;
    background-color: black; /* fallback color */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .5s;
}

.item-price{
    position: absolute;
    margin-top: -40px;
    margin-left: 40px;
    font-size: 23px;
    line-height: 27px;
    letter-spacing: 0.27px;
    color: white;
    transition: all .5s;
    opacity: 0;
    overflow: hidden;
}
 
.item{
    position: relative;
}

.item-address{
    color: #525151;
    font-family: sans-serif;
    font-size: 17px;
    font-weight: 600;
    width: auto;
    padding-right: 6%;
    padding-top: 5%;
    
}

.item-item-address{
position: relative;
color: black;
background: white;
width: auto;
text-align: initial;
padding-top: 25px;
}

.item-item-instuction{
position: relative;
color: black;
width: 40%;
padding: 5px;
}

.fl-view-button {
    padding: 20px;
    background: rgb(27, 27, 27);
    color: white;
    border: 1px solid white;
    width: 15vw;
    margin: auto;
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
    margin: 10px;
    transition: all .5s;
}



.fl-view-button:hover{
    width: 21vw;
    padding: 50px;
    color: black;
    border-color: black;
    background-color: white;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    .fl-view-button{
        display: none !important;
    }
}

.grid-gallery-small{
    margin: 0px 10px;
    display: grid;
}
.item-small{
    margin: 20px 0px;
    position: relative;
    cursor: pointer;
}
.item-child-small{
    height: 40vw;
    background-size: cover;
    background-position: center;
}
.item-small .item-address{
    margin-top: -110px;
}
.item-small .item-price{
    margin-top: -100px;
}
.item-small .item-item-address{
    background: rgba( 255, 254, 254, 0.35 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 6.5px );
    -webkit-backdrop-filter: blur( 6.5px );
    border: 1px solid rgba( 255, 255, 255, 0.18 );
}

/*social media widget*/
/*===============================*/
.our-media{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.media-article{
    width: 50%;
}

@media screen and (max-width: 970px){
    .our-media{
        display: block !important;
        padding: 0px !important;
    }
    .media-article{
        width: auto;
        margin: 20px;
    }
    .media-title{
        margin-top: 10px !important;
    }
    .media-selection{
        display: none;
    }
    .media-selection-small{
        display: block !important;
    }
}

.media-selection-small{
    padding: 0px !important;
}

.media-share-buttons{
    display: flex;
}

.media-share-buttons img{
    height: 25vw !important;
}

.media-selection{
    width: 50%;
}

.media-wrapper{
    display: flex;
    height: 300px;
    margin: 30px 0px;
    width: auto;
    max-width: 700px;
    position: relative;
    cursor: pointer;
    transition: all .5s;
}

.media-text{
    width: 50%;
    background: rgb(27, 27, 27);
    color: white;
    padding: 30px;
    z-index: 1;
}

.media-image{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 50%;
}

.media-title{
    margin: auto;

    margin-top: 200px;
}

.media-para {
    width: 80%;
    color: white;
    padding: 30px;
    margin: auto;
}

.media-logo{
    width: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    transition: all .5s;
}

.media-wrapper:hover .media-logo{
    margin-left: 50%;
}

.media-wrapper:hover {
    margin-left: 30px;
}

/*Site-container*/
/*===============================*/

.cta-container {
    display: block;
    position: relative;
}

.site-container {
    display: flex;
    width: 1411px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
}

#contact-form-overlay {
    position: absolute;
    z-index: 12;
    width: 100%;
    padding: 6.5vw;
    background: rgba( 255, 255, 255, 0.15 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 5.5px );
    -webkit-backdrop-filter: blur( 5.5px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
}

#contact-form-overlay p:hover {
  cursor:pointer;
}



.site-col {
    float: left;
    width: calc(100% / 3);
    padding: 10px;

}

.site-list {
    margin: 0 -10px -20px;
}

.clearfix {
    clear: both;
}

.site-item {
    display: block;
    position: relative;
    z-index: 1;
    text-decoration: none;
    outline: none;
    transition: all .5s;
}
.site-item img{
    filter: brightness(0) saturate(100%) invert(19%) sepia(90%) saturate(6288%) hue-rotate(360deg) brightness(96%) contrast(122%);
}

.site-item:hover {
    filter: hue-rotate(0deg);
}

.site-item-a {
    display: block;
    position: relative;
    z-index: 1;
    text-decoration: none;
    outline: none;
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
    transition: all .5s;
    overflow: hidden;
}
.site-item-a:hover {
  cursor:pointer;
}

.site-item-a img{
    width: 100%;
}

.site-item-a:hover {
    -webkit-filter: grayscale(0%); 
    filter: grayscale(0%);
}

.site-item-border{
    z-index: 2;
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    margin-left: -5px;
    margin-top: -5px;
    border: 5px solid white;
    transition: all .3s;
}

.site-item-a:hover .site-item-border{
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    margin-left: 15px;
    margin-top: 15px;
}


.site-name {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 15px;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.72px;
    color: white;
    text-transform: uppercase;
    text-align: center;
}
/*About us*/
/*===============================*/
.au-section-wrap {
    position: relative;
    overflow: hidden;
    pointer-events: none;
}

.au-container {
    width: auto;

    margin-right: auto;
    margin-left: auto;
    margin-top: -200px;
}
.au-text-line {
    width: auto;
    background-color: #cb363c;
    height: 5px;
    border: 1px solid wheat;
    animation: au-text-line-move 1s;
}
    @keyframes au-text-line-move {
        0% {
            transform: translateX(-500px);
            opacity: 0;
        }
}
.au-title {
    text-transform: uppercase;
    animation: about-us-title-move 1s;
}

@keyframes about-us-title-move {
    0% {
        transform: translateX(-500px);
        opacity: 0;
    }
}

@media screen and (max-width: 1236px) {
    .au-container {
        width: auto !important;
    }
    .au-text span b {
        font-size: 42px !important;
        padding-right: 3px !important;
        padding-left: 3px !important;
    }
}
.au-text {

}

.au-text span {
    font-size: 40px;
    float: left;
    padding-left: 25px;
}

.au-text span b {
    font-size: 60px;
    font-size: 60px;
    float: right;
    font-weight: 400;
    letter-spacing: -1,8px;
    color: #cb363c;
}

.au-row {

}

.au-col-md-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
 /*Our history section*/

.oh-section-wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-bottom: 100px;
}
 .oh-container {
    width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
 }
 .oh-section-history {
    background: #fff;
    padding:0 57px;
 }

 .oh-image {
    max-width: 100%;
    display: block;
 }



 .oh-title {
    font-size: 90px !important;
    line-height: 90px !important;
    letter-spacing: -2.25px !important;
    font-weight: 600 !important;
    display: block;
    margin: -100px;
    position: relative;
    text-transform: uppercase;
    background: rgba( 255, 255, 255, 0.6 );
    backdrop-filter: blur( 3.5px );
    animation: our-history-title-move 1s;

 }

 @keyframes our-history-title-move {
    0% {
        transform: translateX(1000px);
        opacity: 0;
    }
}

 .oh-title span {
    display: block;
    text-align: center;
    position: relative;
    padding: 50px;
 }

 .oh-title span b {
    text-align: center;
    font-weight: 400 !important;
    margin-top: -3px;
    display: block;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -1.8px;
    color: #cb363c;
    position: relative;
 }

 .oh-title-line {
    position: absolute;
    height: 4px;
    background: #cb363c;
    width: 100%;
    left: auto !important;
    bottom: auto !important;
 }

 .oh-content {
    padding-top: 100px;
    padding-bottom: 67px;
    font-size: 15px;
    line-height: 26px;
    color: #666
 }
.guides-container{
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 4;
    background: linear-gradient(145deg, #31383a, #292f31);
    transition: all .5s;
    text-align: center;
}

.site-item-a:hover .guides-container{
    margin-top: -71.5%;
}
.guide-button{
    border-radius: 0px;
    background: linear-gradient(145deg, #31383a, #292f31);
    padding: 5px;
}
.guide-button:hover{
    color: white;
}


/*gallery-3d-container*/
/*===============================*/
.gallery-3d-container{
    background-color: rgb(27, 27, 27);
    height: 800px;
}
#main-image-background{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.05;
}
.gallery-3d-wrapper{
    width: 1400px;
    transform: 
        perspective(1200px) 
        rotateY(30deg) 
        scale(0.9) 
        rotateX(0deg);
    transition: 0.6s ease all;
    position: absolute;
    z-index: 2;
    margin-left: 30px;
}
.gallery-3d-wrapper-animate{
    animation: Fade-left 2s;
}
@media screen and (max-width: 1800px) {
    .gallery-3d-wrapper{
        width: 1000px;
        transform: 
            perspective(1200px) 
            rotateY(30deg) 
            scale(0.9) 
            rotateX(0deg);
    }
}
@media screen and (max-width: 1495px) {
    .gallery-3d-wrapper{
        width: 100%;
        margin: 0px !important;
        transform: 
            perspective(1200px) 
            rotateY(0deg) 
            scale(1) 
            rotateX(0deg);
        animation: none !important;
    }
    .main-3d-wrapper{
        opacity: 0;
        z-index: 0 !important;
        animation: none !important;
    }
}
@media screen and (max-width: 600px) {
    .gallery-3d-wrapper{
        padding: 0px !important;
    }
    .gallery-3d-image-wrapper{
        height: 200px !important;
        padding: 0px !important;
    }
    .gallery-3d-image{
        border-radius: 0px !important;
        box-shadow: none !important;
    }
    .gallery-3d-container{
        height: 600px !important;
    }
}
.gallery-3d-image-wrapper{
    height: 250px;
    padding: 10px;
}
.gallery-3d-image{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    border: solid gray 1px;
    transition: 0.4s ease all;
    position: relative;
    z-index: 0;
    box-shadow: -15px 15px 20px rgba(0, 0, 0, 0.7);
    filter: brightness(90%);
}
.gallery-3d-image:hover{
    transform:
      perspective(1200px)
      translateY(-10px)
      translateX(10px)
      scale(1.05);
    z-index: 1;
    cursor: pointer;
}
.gallery-reflection{
    height: 100%;
    width: 100%;
    border-radius: 10px;
    border: solid gray 1px;
    transition: 0.4s ease all;
    position: relative;
    z-index: 0;

    transform: 
        rotateX(180deg);
        background-size: cover;

}
.main-3d-wrapper{
    position: relative;
    z-index: 3;
    width: 700px;
    height: 800px;
    float: right;
    transition: 0.6s ease all;
    transform: 
        perspective(1000px) 
        rotateY(-10deg) 
        scale(0.9) 
        rotateX(2deg);
    padding: 40px;
}
.main-3d-wrapper-animate{
    animation: Fade-right 2s;
}
.wrapper-reflection{
    height: 100px !important;
    overflow: hidden;
}
.main-3d-image{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    border: solid gray 1px;
    transition: 0.6s ease all;
    position: relative;
    z-index: 0;
    box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.7);
    filter: brightness(90%);
}

@keyframes Fade-left {
    0% {
        transform: 
            perspective(1200px) 
            rotateY(30deg) 
            scale(0.9) 
            rotateX(0deg)
            translateX(8000px);
        opacity: 0;
    }
    100% {
        transform: 
            perspective(1200px) 
            rotateY(30deg) 
            scale(0.9) 
            rotateX(0deg)
            translateX(0px);
        opacity: 1;
    }
}

@keyframes Fade-right {
    0% {
        transform: 
            perspective(1000px) 
            rotateY(-10deg) 
            scale(0.9) 
            rotateX(2deg)
            translateX(800px);
    }
    100% {
        transform:
            perspective(1000px) 
            rotateY(-10deg) 
            scale(0.9) 
            rotateX(2deg)
            translateX(0px);
    }
}

/*Testimonial container*/
/*===============================*/
.testimonial-performance {
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    padding-top: 80px;
    max-height: 500px;
}

@media screen and (max-width:850px) {
    .testimonial-performance{
        background-attachment: scroll;
    }
    .subscribe-container{
        background-attachment: scroll  !important;
    }
    footer{
        background-attachment: scroll  !important;
    }
}

.testimonial-container {
    width: 1170px;
}

.testimonial-title {
    text-align: center;
    color: white;
    margin-bottom: 75px;
    width: 600px;
    margin: auto;
    align-content: center;
}

.testimonial-title span {
    font-size: 57px;
}

.testimonial-title b {
    letter-spacing: -1.8px;
    float: right;
    color: #cb363c;
    font-weight: 400;
    font-size: 22px;
    line-height: 0px;
    position: relative;
}

.testimonial-line {
    width: 55%;
    background-color: #cb363c;
    height: 3px;
}

.testimonial-site-section-title {
    font-family:'Segoe UI', 'Tahoma', 'Geneva', 'Verdana', sans-serif, sans-serif;
    font-size: 90px;
    font-weight: 600;
    line-height: 90px;
    text-transform: uppercase;
    letter-spacing: -2.25px;
    display: block;
}

.testimonial-text-span{
    display: inline-block;
    text-align: right;
    position: relative;
}

.testimonial-text-span-b{
    display: block;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 35px;
    padding-right: 50px;
    font-size: 36px;
    font-weight: 400;
    line-height: 6px;
    letter-spacing: -1.8px;
    color: #cb363c;
    position: relative;
}

.testimonial-content {
    max-width: 900px;
    margin: auto;
    background: rgb(27,27,27);
    border: 1px solid gray;
    margin-top: 100px;
    padding: 0px !important;
    overflow: hidden;
}

.testimonial-reel{
    width: 200%;
    animation: reel 10s infinite;
    
    transform: translateX(0%);
}

.testimonial-content:hover .testimonial-reel{
    animation-play-state: paused;
}

@keyframes reel {
    10% {
        transform: translateX(-50%);
    }
    50% {
        transform: translateX(-50%);
    }
    60% {
        transform: translateX(0%);
    }
}

.testimonial-content-text {
    color: white;
    text-align: left;
    margin: auto;
    font-size: 13px;
    padding: 0px 60px;
    margin: 60px 0px;
    width: 50%;
}

@media screen and (max-width: 390px) {
    .subscribe-container{
        padding-top: 180px !important;
    }
    }
@media screen and (max-width: 600px) {
    .testimonial-content-text{
        width: 50% !important;
    }
    .testimonial-content{
        margin-top: 20px !important;
    }
    .testimonial-title span{
        font-size: 37px;
    }
    .testimonial-title b{
        float: none  !important;
    }
    .testimonial-line {
        background-color: transparent
    }
    .testimonial-title {
        text-align: center;
        color: white;
        margin-bottom: 75px;
        width: auto;
        margin: auto;
        align-content: center;
    }
}

/*breaker widget*/
/*===============================*/
.widget-breaker{
    height: 150px;
    opacity: 0.4;
}

/*subscribe widget*/
/*===============================*/
body{
    background-image: url('');
    
}

.subscribe-container{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /*-webkit-mask-image:-webkit-gradient(linear, right bottom, right top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));*/
    /*-webkit-mask-image:-webkit-linear-gradient(90deg, rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,0));*/
    height: auto;
    width: 100%;
    padding: 120px 0;
}

.subscribe-title{
    text-align: center;
    color: white;
    margin-bottom: 75px;
    display: grid;
    margin: auto;
    align-content: center;
    background:-webkit-radial-gradient(center, 150px 50px, rgba(27, 27, 27, 0.13), rgba(0,0,0,0));
}

.subscribe-title span {
    font-size: 67px;
}

.subscribe-title b {
    letter-spacing: -1.8px;
    color: #cb363c;
    font-weight: 400;
    font-size: 40px;
    line-height: 0px;
    position: relative;
    padding: 10px;
}

.subscribe-details{
    padding: 120px;
    max-width: 800px;
    margin: auto;
}

.subscribe-details-container{
    padding: 5px;
    width: auto;
    margin: 15px;
}

.subscribe-details input{
    width: 100%;
    background-color: transparent;
    border: none;
    color: white;
    border-bottom: 1px solid white;
    
}

.subscribe-details textarea{
    width: 100%;
    background-color: transparent;
    border: none;
    color: white;
    border-bottom: 1px solid white;
}

.subscribe-details input:focus{
    outline: none;
}

.subscribe-details textarea:focus{
    outline: none;
}

.subscribe-details-top{
    padding: 0px !important;
}

.subscribe-details-top{ 

}

.ju-button{
    position: relative;
    border: 1px solid lightgray;
    max-width: 100px;
    text-align: center;
    margin: auto;
    color: lightgray;
    margin-top: 40px;
    padding: 10px;
    transition: all .2s;
    
}
.ju-button:hover {
    padding: 30px;
    margin-top: 20px;
    max-width: 140px;
    cursor: pointer;
}

/*Services*/
/*========================*/

.os-section-wrap {
    position: relative;
    overflow: hidden;
    pointer-events: none;
}

.os-container {
    width: auto;

    margin-right: auto;
    margin-left: auto;
    margin-top: -200px;
}
.os-text-line {
    width: auto;
    background-color: #cb363c;
    height: 5px;
    border: 1px solid wheat;
    animation: au-text-line-move 1s;
}
    @keyframes au-text-line-move {
        0% {
            transform: translateX(-500px);
            opacity: 0;
        }
}
.os-title {
    text-transform: uppercase;
    animation: about-us-title-move 1s;
}

@keyframes about-us-title-move {
    0% {
        transform: translateX(-500px);
        opacity: 0;
    }
}

@media screen and (max-width: 1236px) {
    .os-container {
        width: auto !important;
    }
    .os-text span b {
        font-size: 42px !important;
        padding-right: 3px !important;
        padding-left: 3px !important;
    }
}
.os-text {

}

.os-text span {
    font-size: 40px;
    float: left;
    padding-left: 25px;
}

.os-text span b {
    font-size: 60px;
    font-size: 60px;
    float: right;
    font-weight: 400;
    letter-spacing: -1,8px;
    color: #cb363c;
}

.os-row {

}

.os-col-md-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

/*Services to Owners Section*/

.sto-section-wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-bottom: 100px;
}
 .sto-container {
    width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
   padding-top: 20px;
 }

@media screen and (max-width: 1236px) {
    .sto-container {
        width: auto !important;
    }
.sto-title span {
        width: auto !important;
        padding-right: 3px !important;
        padding-left: 3px !important;
        font-size: 42px !important;
    }
    .sto-text span b {
        font-size: 42px !important;
        padding-right: 3px !important;
        padding-left: 3px !important;
    }
}

 .sto-section-history {
    background: #fff;
    padding:0 57px;
 }

 .sto-image {
    max-width: 100%;
    display: block;
 }



 .sto-title {
    font-size: 90px !important;
    line-height: 90px !important;
    letter-spacing: -2.25px !important;
    font-weight: 600 !important;
    display: block;
    position: relative;
    text-transform: uppercase;
    background: rgba( 255, 255, 255, 0.6 );
    backdrop-filter: blur( 3.5px );
    animation: our-history-title-move 1s;

 }

 @keyframes our-history-title-move {
    0% {
        transform: translateX(1000px);
        opacity: 0;
    }
}

 .sto-title span {
    display: block;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
 }

 .sto-title span b {
    text-align: center;
    font-weight: 400 !important;
    margin-top: -3px;
    display: block;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -1.8px;
    color: #cb363c;
    position: relative;
 }

 .sto-title-line {
    position: absolute;
    height: 4px;
    background: #cb363c;
    width: 100%;
    left: auto !important;
    bottom: auto !important;
 }

 .sto-content {
    padding-top: 100px;
    padding-bottom: 67px;
    font-size: 15px;
    line-height: 26px;
    color: #666
 }



/*Search criteria Gallery*/
/*===============================*/
.search-box{
    display: flex;
}

.al-title{
    margin-top: 150px;
    animation: listings-title-move 1s;
}

@keyframes listings-title-move {
    0%{
        transform: translateX(-500px);
        opacity: 0;
    }
}

.al-text{
    height: 170px;
}

.al-text span {
    font-size: 60px;
    float: right;
}

.al-text span b {
    font-size: 35px;
    float: right;
    padding-right: 50px;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -1.8px;
    color: #cb363c;
}

.search-form{
    max-width: 1000px;
    /*background: rgb(27, 27, 27);*/
    /*background-image: url('pexels-photo-2539076.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;*/
    background: rgba( 27, 27, 27, 0.2 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 8.5px );
    -webkit-backdrop-filter: blur( 8.5px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    top: -60px;
    position: relative;
    padding: 50px;
    border: 1px solid gray;
    animation: search-box-slide 1s;
    z-index: 1;
}

@keyframes search-box-slide {
    0%{
        transform: translateY(500px);
        background-attachment: fixed;
        opacity: 0;
    }
}

.filter-wrapper select{
    background-color: transparent !important;
    color: black !important;
    border: none !important;
    border-bottom: 2px solid !important;
    border-radius: 0 !important;
}






/*All property images*/
/*===============================*/

.grid-gallery {
    display: grid;
    grid-template-rows: 
      repeat(27, 90px);
    grid-template-columns: 
      repeat(4, 22vw);
    grid-gap: 1px;
    max-width: 89vw;
    margin-left: auto;
    margin-right: auto;

  }
  
  .item-gallery:nth-child(1) {
    grid-row: 2 / 7;
    grid-column: 1/ 3;
  }
  .item-gallery:nth-child(3) {
    grid-row: 7 / 12;
    grid-column: 1 / 3;
  }
  
  .item-gallery:nth-child(2) {
    grid-column: 3 / 5;
    grid-row: 1 / 6;
  }
  
  .item-gallery:nth-child(4) {
    grid-column: 3 / 5;
    grid-row: 6 / 11;
  }
  
  .item-gallery:nth-child(5) {
    grid-column: 3 / 5;
    grid-row: 11 / 16;
  }
  
  .item-gallery:nth-child(6) {
    grid-column: 1 / 3;
    grid-row: 12 / 17;
  }
  
  .item-gallery:nth-child(7) {
      grid-column: 3 / 5;
      grid-row: 16 / 21;
  }
  
  .item-gallery:nth-child(8) {
      grid-column: 1 / 3;
      grid-row: 17 / 22;
  }
  
  .item-gallery:nth-child(9) {
      grid-column: 3 / 5;
      grid-row: 21 / 26;
  }
  
  .item-gallery:nth-child(10) {
      grid-column: 1 / 3;
      grid-row: 22 / 27;
  }

.item-gallery:hover .item-gallery-child,
.item-gallery:focus .item-gallery-child {
    cursor: pointer;
  transform: scale(1.2);
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.item-gallery:hover .item-address,
.item-gallery:focus .item-address {
    margin-top: -90px;
}

.item-gallery:hover .item-price,
.item-gallery:focus .item-price {
    opacity: 0;
}

.item-gallery-child {
    width: 100%;
    height: 100%;
    background-color: black; /* fallback color */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .5s;
}

.item-price{
    position: absolute;
    margin-top: -40px;
    margin-left: 40px;
    font-size: 23px;
    line-height: 27px;
    letter-spacing: 0.27px;
    color: white;
    transition: all .5s;
}
 
.item-gallery{
    position: relative;
    overflow: hidden;
}

.item-address{
    color: #525151;
    font-family: sans-serif;
    font-size: 17px;
    font-weight: 600;
    width: auto;
    padding-right: 6%;
    padding-top: 5%;
}
.item-text{
    color: black;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    width: auto;
    padding-right: 6%;
    padding-top: 5%;
    padding-bottom: 5%;
}
.item-item-address{
    position: relative;
    color: #525151;
    background: white;
    width: auto;
    padding-top: 25px;
    text-align: initial;
    letter-spacing: 0.1px;
}

.item-item-instruction{
    position: relative;
    color: black;
    width: 40%;
    padding: 5px;
}


/* styling code */

.grid {
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  width: auto;
  animation: slide-bottom 1s;
}

.grid > .item {
}


/*Animations*/
/*===============================*/
@keyframes slide-bottom {
    0%{
        transform: translateY(200px);
        opacity: 0;
    }
}

@keyframes slide-right {
    0%{
        transform: translatex(200px);
        opacity: 0;
    }
}


/*gallery Container*/
/*===============================*/

.logo-header{
    position: absolute;
    top: 200px;
    z-index: 2;
    width: 100%;
    color: white;
}

.title-short-desc{
    display: flex;
    width: 300px;
    justify-content: space-evenly;
    margin: auto;
}

.logo-header h1{
    text-align: center;
    width: 1000px;
    margin: auto;
}

.main-gallery{
    height: 495px;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 600px) {
    /* re adjust the list of propery view */
    .grid-gallery {
        display: grid;
        grid-template-rows: 
        repeat(51, 12vw);
        grid-template-columns: 
        repeat(4, 20.7vw);
        grid-gap: 10px;
        max-width: 89vw;
        margin: auto;

    }
      .item-gallery:nth-child(1) {
        grid-column: 1/ 5;
        grid-row: 1 / 6;
      }
      .item-gallery:nth-child(2) {
        grid-column: 1/ 5;
        grid-row: 6 / 11;
      }
      
      .item-gallery:nth-child(3) {
        grid-column: 1/ 5;
        grid-row: 11 / 16;
      }
      
      .item-gallery:nth-child(4) {
        grid-column: 1/ 5;
        grid-row: 16 / 21;
      }
      
      .item-gallery:nth-child(5) {
        grid-column: 1/ 5;
        grid-row: 21 / 26;
      }
      
      .item-gallery:nth-child(6) {
        grid-column: 1/ 5;
        grid-row: 26 / 31;
      }
      
      .item-gallery:nth-child(7) {
        grid-column: 1/ 5;
          grid-row: 31 / 36;
      }
      
      .item-gallery:nth-child(8) {
        grid-column: 1/ 5;
          grid-row: 36 / 41;
      }
      
      .item-gallery:nth-child(9) {
        grid-column: 1/ 5;
          grid-row: 41 / 46;
      }
      
      .item-gallery:nth-child(10) {
        grid-column: 1/ 5;
          grid-row: 46 / 51;
      }
      /* re adjust the featured properties */
    .grid {
        display: grid;
        grid-template-rows: 
        repeat(20, 50px);
        grid-template-columns: 
        repeat(4, 98px);
        grid-gap: 10px;
        max-width: auto;
        padding-left: 2%;
        padding-right: 2%;
    }
    .item:nth-child(1) {
        grid-column: 1/ 5;
        grid-row: 1 /5;
      }
      .item:nth-child(2) {
        grid-column: 1/ 5;
        grid-row: 8 / 12;
      }
      
      .item:nth-child(3) {
        grid-column: 1/ 5;
        grid-row: 15 / 19;
      }
      
      .item:nth-child(4) {
        grid-column: 1/ 5;
        grid-row: 16 / 21;
      }
      
      .item:nth-child(5) {
        grid-column: 1/ 5;
        grid-row: 21 / 26;
      }
      
      .item:nth-child(6) {
        grid-column: 1/ 5;
        grid-row: 26 / 31;
      }
      
      .item:nth-child(7) {
        grid-column: 1/ 5;
          grid-row: 31 / 36;
      }
      
      .item:nth-child(8) {
        grid-column: 1/ 5;
          grid-row: 36 / 41;
      }
      
      .item:nth-child(9) {
      }
}

.main-gallery-img{
width: 100%;
height: 100%;
max-height: 900px;
object-fit: cover;
position: absolute;
transition: all .3s;
filter: brightness(35%);
}

.fade-out{
    opacity: 0;
}

.fade-in{
    opacity: 1 !important;
}

.small-gallery-container{
    position: absolute;
    margin-top: 310px;
    max-width: 400px;
    background: rgb(27, 27, 27);
    color: white;
    transition: all .5s;
    height: 800px;
    z-index: 2;
}

.small-gallery-container:hover {
    margin-top: -440px;
}

#gallery-hide-overlay{
    background-color: white;
    width: 100%;
    height: 750px;
    z-index: 3;
    position: absolute;
    margin-top: 360px;
}

.small-gallery-tab{
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -1.8px;
    text-align: center;
    height: 50px;
    max-width: 400px;
    padding: 8px;
    border-bottom: 1px solid lightgray;
}

.small-gallery{
    margin-top: 20px;
}

.small-gallery-Image{
    object-fit: cover;
    padding: 4px;
    height: 90px;
    transition: all .5s;
}

.small-gallery-Image:hover{
    cursor: pointer;
    border: 1px solid #cb363c;
}

.medium-gallery-container{
    width: 100%;
    background: rgb(27, 27, 27);
    color: white;
    padding-bottom: 110px;
}

.medium-gallery{
    margin-top: 20px;
}

.medium-gallery-Image{
    object-fit: cover;
    padding: 8px;
    height: 20vw;
    transition: all .5s;
}

.medium-gallery-Image:hover{
    cursor: pointer;
    border: 1px solid #cb363c;
}

.share-container{
    position: absolute;
    margin-left: calc(100%);
    margin-top: 25vh;
    display: flex;
    background: rgba(27,27,27);
    width: 100px;
    height: 400px;
    color: white;
    transition: all .2s;
    z-index: 2;
}

.share-title{
    background: rgba(27,27,27);
    border-bottom: 1px solid lightgray;
    position: absolute;
    padding: 20px;
    height: 50px;
    rotate: 270deg;
    text-align: center;
    width: 400px;
    margin-left: -225px;
    margin-top: 175px;
}

.share-container:hover {
    transform: translateX(-100px);
}

.share-icon{
    max-height: 40px;
    max-width: 40px;
    margin: 10px;
    transition: all .5s;
}

.share-icon:hover{
    cursor: pointer;
    max-width: 55px;
    max-height: 55px;
}



/*Property article Container*/
/*===============================*/

.property-article-container{
    display: flex;
    transition: all .5s;
    max-width: 1140px;
    margin: auto;
}
@media (max-width: 1600px){
    .property-article-container{
        
    }
    .small-gallery-container{
        width: 300px;
    }
    .small-gallery-Image{
        height: 65px;
    }
}
@media (max-width: 992px){
    .property-article-container{
        display: block;
        
    }
    .property-description-container{
        width: auto !important;
    }
    .article-options{
        width: 100% !important;
        margin-top: 10px !important;
    }
    .article-gallery-Image{
        height: auto !important;
    }
}
@media (max-width: 600px){
    .property-description{
        columns: 1 !important;
        font-size: 20;
    }
    .medium-gallery-Image{
        height: 30vw !important;
    }
    .property-description-container{
        padding: 10px 15px !important;
    }
}

.zoomed-gallery{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    z-index: 10;
    background-color: rgba(27,27,27,0.95);
}

.zoomed-gallery-container{
    display: flex;
    justify-content: space-around;
    position: relative;
    align-items: center;
   margin-top:10px;
}

.zoomed-gallery-arrow{
    font-size: 28px;
    color: white;
    padding: 15px;
}

.zoomed-gallery-arrow:hover {
     cursor: pointer;
}

#zoomed-gallery-wrapper{
max-width: 1000px;
overflow: hidden;
position: relative;
max-height: 650px;
box-shadow: 0 0 30px rgba(0,0,0,.7),0 0 8px -5px rgba(0,0,0,.3);
height: 55vw;
}
.exit-gallery{
font-size: 30px;
padding: 15px 30px;
color: gray;
}
.exit-gallery:hover{
    cursor:pointer;
}
.enquire {
    width: 100%;
    margin: auto;
    justify-content: center;
    display: flex;
}
.enquire-button {
    background-color: #475B69;
    color: #FFFFFF;
    width: 60%;
    padding: 13px;
    text-transform: uppercase;
    border:none;
    margin: 10%;
    text-align: center;
    transition: all .5s;
}
.enquire-button:hover {
  background-color: #6A7D8A;
    cursor: pointer;
    width: 70%;
    padding: 20px;
   
}
.streak {
    background-color: rgb(213, 213, 213);
    height: 1px;
    width: 100%;
}
.article-share {
    margin: 5%;
}
.article-share span h3{
    color: #DA0037;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: -0.95;
}
.property-description-container{
    width: 60%;
    background: rgba( 255, 255, 255, 1 );
    backdrop-filter: blur( 13.5px );
    padding: 0px 40px 60px;
    margin-top: -50px;
    animation: slide-bottom .5s;
    color: #525151;
    display: grid;
}

.property-location{
    width: auto;
    border-bottom: 1px solid rgb(213, 213, 213);
    font-size: 22;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    padding: 24px 0px;
}

.overview-details div{
    padding: 2px 0px;
}

.property-description{
}

.property-agent{
    margin-top: 20px;
display: flex;
transition: .5s all;
max-width: 500px;
background: rgba(27, 27, 27, 0.7);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.7);
position: fixed;
left: 20px;
bottom: 20px;
z-index: 20;
}

@media screen and (max-width: 600px){
    .property-agent{
        display: block;
    }
}

.property-agent-image{
    height: 140px;
    padding: 20px;
    border-radius: 30px;
}

.property-agent-details{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 20px;
    color: white;
}

.article-options{
    width: 40%;
    margin-top: -50px;
    z-index: 5;
    background-color: white;
    animation: slide-right .5s;
    position: relative;
}

.article-gallery-Image{
    height: 150;
    background-size: cover;
    transition: all .5s;
    background-color: white;
}

.article-gallery-Image:hover{
    cursor: pointer;
    filter: brightness(60%);
}

.properties-container{
    margin-bottom: 140px;
}
.property-container {
    align-items: center;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%;
}
.property-title {
    margin: 0 auto;
    width: 40%;
    min-width: 300px;
}
.property-title h1 {
    font-weight: normal;
    font-family: 'Nunito', sans-serif;
    font-size: 32px;
    letter-spacing: 0.8;
    color: #1E2022;
}
.property-title h2 {
    font-weight: normal;
    font-family: 'Nunito', sans-serif;
    font-size: 17px;
    letter-spacing: 0.2;
    color: #77838F;
}
.property-list {
    overflow: hidden !important;
    width: 80%;
    margin: 0 auto  !important;
    padding-bottom: 20px;
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
}
.property-item {
    border-radius: 4px;
    box-shadow: 0px 0px 40px -30px;
    height: 444px;
    width: 100%;
    margin-left: 1.6%;
    margin-right: 1.6%;
}
.arrow {
    position: absolute;
    background-color: #ed1b24;
    color: white;
    padding: 10px;
    border-radius: 20px;
    margin-top: 150px;
    z-index: 2;
}
.mArrowRight {
    border: none;
    right: 20px;
    position: absolute;
    background-color: #ed1b24;
    color: white;
    padding: 10px;
    border-radius: 20px;
    z-index: 5;
}
.mArrowLeft {
    border: none;
    left: 20px;
    position: absolute;
    background-color: #ed1b24;
    color: white;
    padding: 10px;
    border-radius: 20px;
    z-index: 5;
}
.arrow:hover {
    background-color: #77838F;
    color: white;
    cursor: pointer;
}
.right {
    right: 20px;
}
.left {
    left: 20px;
}
.property-img {
    height: 290px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-size: cover;
}
.info1 img {
    width: auto !important;
    max-width: 20px;
}
.info1 {
}
.location {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.location p {
    font-family: Nunito Sans;
    font-size: 16px;
    padding-left: 2%;
    color: #ce3046;
    margin: 10px;
}
.info1 h3 {
    font-family: "Nunito" Sans;
    font-weight: bold !important;
    font-size: 17px;
    color: #ed1b24;
    white-space: nowrap;
}
.price {
    font-family: "Nunito" Sans;
    font-weight: bold !important;
    font-size: 17px;
    color: #ed1b24;
    white-space: nowrap;
}
.info2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #1E2022;
    padding: 10px 35px 10px 35px;
}
.detail {
  display: flex;
  justify-content: space-between;
  width: 40px;
  align-items: center;
}
.detail p {
    font-family: Nunito;
    font-size: 14px;
    white-space: nowrap;
    margin: 4px;
}
.buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 0 0;
    padding: 25px;
    height: 8%;
}
.save-container {
    display: flex;
}
.save {
    font-family: Nunito;
    background-color: #FFFFFF;
    color: #77838F;
    font-size: 14px;
    letter-spacing: 1.2px;
    border: none;
}
.save:hover {
    color: #fac6aa;
}
.details {
    font-family: 'Nunito' sans-serif;
    color: white;
    background-color: #54bb48;
    font-size: 14px;
    letter-spacing: 1.2px;
    border-radius: 4px;
    height: 50px;
    width: 100px;
    border: none;
}
.details:hover {
    background-color: lightgray;
    color: #54bb48;
    cursor: pointer;
}

/*Agents*/

.ag-text-line {
    width: auto;
    background-color: #cb363c;
    height: 5px;
    border: 1px solid wheat;
    animation: au-text-line-move 1s;
}
    @keyframes au-text-line-move {
        0% {
            transform: translateX(-500px);
            opacity: 0;
        }
}
.ag-title {
    text-transform: uppercase;
    animation: about-us-title-move 1s;
}

@keyframes about-us-title-move {
    0% {
        transform: translateX(-500px);
        opacity: 0;
    }
}

@media screen and (max-width: 1236px) {
    .oh-container {
        width: auto !important;
    }
    .ag-text span b {
        font-size: 42px !important;
    }
}

.ag-box{
    padding: 20px 80px;
}
@media screen and (max-width: 600px) {
    .ag-box{
        padding: 20px 10px !important;
        margin-left: 10px;
    }
}
.ag-text {
    align-items: center;
}

.ag-text span {
    font-size: 40px;
    float: left;
    padding-left: 20px;
}

.ag-text span b {
    font-size: 60px;
    font-size: 60px;
    float: right;
    font-weight: 400;
    letter-spacing: -1,8px;
    color: #cb363c;
}

.ag-container {
    width: auto;

    margin-right: auto;
    margin-left: auto;
    margin-top: -150px;
}

.ag-section-wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 10px;
    padding-right: 10px;
}

.ag-button-color1 {
    width:100%;
    padding: 15px;
    text-decoration: none;
    color: rgba( 27, 27, 27, 1 );
    background: lightgray;
    backdrop-filter: blur( 3.5px );
    border: 1px solid rgba( 27, 27, 27, 1 );
    transition: all .5s;

}

.ag-button-color1:hover {
    cursor: pointer;
    transform: translate3d(-5px, -5px, 0px);
    box-shadow: 5px 10px 8px rgba(27,27,27, 0.8);
    border-color: lightgray;
    color: lightgray;
    background-color: rgba( 27, 27, 27, 1 );
}

.ag-general-heading {
    font-family: 'Nunito', sans-serif;
    color: #ed1b24;
    border: none;
    /*background-color:rgba( 255, 255, 255, 0.6 );*/
    backdrop-filter: blur( 1.5px );
    font-size: 25px;
    text-transform: uppercase;
}

.main-body {
    background: rgba( 255, 255, 255, 0.6 );
    backdrop-filter: blur( 3.5px );
    transition: all .5s;
    padding: 30px 0px !important;
}

.main-body:hover {
    cursor: pointer;
    transform: translate3d(-5px, -5px, 0px);
    box-shadow: 5px 10px 8px rgba(27,27,27, 0.8);
}

.widget_agent_image{
    object-fit: cover;
    max-height: 150px;
    margin-left: -50px;
    margin-top: -50px;
    transition: all .5s;
}

.widget_agent_image:hover {
    content: url("16755519728234.jpg");
}

.main-body:hover .widget_agent_image{
    cursor: pointer;
    transform: translate3d(-5px, -5px, 0px);
    box-shadow: 5px 10px 8px rgba(27,27,27, 0.8);
}
/*Transition in animations*/
/*===============================*/
.fade-in-left{
    animation: Fade-in-left 2s;
}
.fade-in-right{
    animation: Fade-in-right 2s;
}
.fade-in-top{
    animation: Fade-in-top 2s;
}
.fade-in-bottom{
    animation: Fade-in-bottom 1s;
}
@keyframes Fade-in-left {
    0% {
        transform: 
            translateX(-1200px);
        opacity: 0;
    }
    100% {
        transform: 
            translateX(0px);
        opacity: 1;
    }
}

@keyframes Fade-in-right {
    0% {
        transform: 
            translateX(1200px);
            opacity: 0;
    }
    100% {
        transform:
            translateX(0px);
            opacity: 1;
    }
}

@keyframes Fade-in-top {
    0% {
        transform: 
            translateY(-1200px);
            opacity: 0;
    }
    100% {
        transform:
            translateY(0px);
            opacity: 1;
    }
}

@keyframes Fade-in-bottom {
    0% {
        transform: 
            translateY(200px);
            opacity: 0;
    }
    100% {
        transform:
            translateY(0px);
            opacity: 1;
    }
}
 /*contact us Container*/
 /*=============================*/
 .contact-us{
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 50;
    background: rgba( 27, 27, 27, 0.8 );
    display: flex;
    overflow: scroll;
}
.contact-wrapper{
    max-width: 920px;
    margin: auto;
    background-color: white;
    padding: 40px 60px;
}
.close-contact-form{
    font-size: 20px;
    margin-top: -20px;
    text-decoration: underline;
    width: 35px;
    border: 1px solid black;
    padding-left: 10px;
    float: right;
}
.close-contact-form:hover{
    cursor: pointer;
}
.contact-heading{
    padding-bottom: 15px;
    border-bottom: solid 1px #e9e9e9;
}
.contact-form div{
    margin-top: 20px;
}
.contact-form-input{
    padding: 15px 25px;
    border: solid 1px #e7e7e7;
    border-radius: 5px;
    background-color: rgb(245, 245, 245);
}
.contact-form button{
    max-width: 146px;
    margin-top: 20px;
    padding: 15px;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    background: #019934;
    color: #FFFFFF;
    cursor: pointer;
}
.darkbutton {
    padding: 15px;
    border-radius: 4px;
    border-style: none;
    text-decoration: none;
    background: #ed1b24;
    color: #FFFFFF;
}
.darkbutton:hover {
    cursor: pointer;
}
button:hover {
    cursor: pointer;
}
/*Subscribe us Container*/
/*===============================*/
.subscribe-wrapper {
    width: 33%;
    min-width: 300px;
    margin: 0 auto;
    margin-bottom: 10%;
    margin-top: 10%;
    background-color: rgba(128, 128, 128, 0.5);
    border-radius: 20px;
}
.subscribe-wrapper p {
    color: #FFFFFF;
}
.subscribe {
    box-shadow: 0px 1px 2px;
    border-radius: 4px;
    background-color: #FFFFFF;
    display: flex;
    width: 100%;
    min-width: 280px;
    height: 52px;
    margin: auto;
}
#emailInput {
    width: 100%;
    border: none;
    margin: 5px;
    border-radius: 4px;
}
input:hover{
    cursor: pointer;
}
#subscribe{
    background-color: #ed1b24;
    margin: 5px;
    padding: 10px;
    border-radius: 4px;
}

/*Footer*/
/*===============================*/
footer {
    color: white !important;
    position: relative;
    font-weight: bold !important;
}
#fixedChat{
    border-radius: 37px;
    background-color: #1fec49;
    background: linear-gradient(145deg, #21fd4e, #1cd442);
    position: fixed;
    width: 75px;
    z-index: 15;
    bottom: 20px;
    right: 20px;
    transition: all .4s;
    overflow: hidden;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
#fixedChat img{
    width: 75px;
    border-radius: 50%;
    float: right;
    position: relative;
    z-index: 2;
}

#fixedChat p{
    position: absolute;
    font-size: 22px;
    color: white;
    width: 200px;
    margin-left: 20px;
    z-index: 1;
}

#fixedChat:hover{
    width: 210px;
    cursor:pointer;
}
@media screen and (min-width: 970px) {
    .links-container {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        padding-left: 10%;
        padding-right: 5%;
        margin-bottom: 30px !important;
        width: 60%;
        margin: auto;
        align-content: center;
    }
}

.links {
    max-width: 40%;
}
.links h2{
    font-size: 20px;
    font-weight: normal;
    font-family: 'Montserrat';
}
.links button {
    background-color: transparent;
    padding: 0;
    border: none;
}
ul {
    list-style-type: none;
    padding-left: 14px;
}
.link {
    text-decoration: none;
} 
.link:hover {
    cursor: pointer;
}
.list {
    line-height: 33px;
    color: rgba(255,255,255,.5);
}
hr {
    height: 0.75px;
    width: 60%;
    margin-left: auto !important;
    margin-right: auto !important;
    border-color:rgba(231, 225, 225, 0.45) !important;
}
@media screen and (max-width: 600px) {
     .copyright {
          width: 100% !important;
     }
}
.copyright {
    margin-bottom: 0px;
    width: 70%;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 13px;
    justify-content: center;
    display: flex;
}

.signup-button {
    width: 100%;
    background-color:#019934;
    color: white;
    text-transform: uppercase;
    border-style: none;
    border-radius: 4px;
}

.form-group {
    padding-bottom: 15px;
    width: 100%;
}
.discription-container {
    width: 30%;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: normal;
    padding-top: 100px;
}
@media screen and (max-width:970px) {
    hr {
        width: 100%;
    }

    .discription-container {
        width: 100% !important;
        font-size: 13px !important;
        padding-top: 250px !important;
    }
}
.navlist {
    width: 100%;
    color:  rgba(255,255,255,.5);
    font-size: 12px;
}
.navlist h2 {
    font-size: 20px;
}

/*contacy us page*/
/*===============================*/
.contact-box{
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 !important;
    background-attachment: fixed;
}
.contact-logo{
    position: absolute;
    width: 900px;
    right: 0px;
    
}
.contact-glass{
    background: rgba(231, 225, 225, 0.55);
    backdrop-filter: blur( 7.5px );
    -webkit-backdrop-filter: blur( 7.5px );
}
.contact-details{
    background: rgb(37,37,37);
    width: 500px;
    margin-left: calc(18vw);
    height: 800px;
    padding: 0px 20px;
    min-width: 470px;
}
@media screen and (max-width: 620px) {
    .contact-details{
        margin-left: 0px !important;
        width: auto !important;
    }
}
.contact-title{
    text-transform: uppercase;
    margin-left: -80px;
    margin-top: 100px;
    padding: 30px 60px;
    background: rgba( 255, 254, 254, 0.35 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 6.5px );
    -webkit-backdrop-filter: blur( 6.5px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
}
.contact-title span{
    font-size: 47px;
}
.contact-title b{
    font-size: 37px;
    letter-spacing: -1.8;
    font-weight: 200;
    color: #cb363c;
}
.contact-info{
    padding: 60px 0px;
    text-align: center;
    color: lightgray;
    font-size: 18px
}
.google-location{
    margin-top: 150px;
    margin-left: -30px;
}
@media screen and (max-width: 990px) {
    .google-location{
        margin-top: 0px !important;
        width: 100vw !important;
        margin-left: -15px !important;
    }
    .google-location iframe{
        width: 100vw !important;
        padding: 5vw !important;
    }
}




/*Properties unique css*/
/*===============================*/
.filter-container {
    width: 100%;
    padding:20px;
    background-color: #F7FAFD;
}
.filter-wrapper {
    width: 80%;
    height: 100%;
    margin: 0 auto;
}
.filter-wrapper p {
    font-family: 'Nunito', sans-serif;
}
.filter-wrapper select {
    border-radius: 4px;
    border: none;
    height: 53px;
    color: #77838F;
    background-color: #F2F3F4;
    border: 1px solid #D5DAE2;
}
.filter-wrapper input {
    border-radius: 4px;
    border: none;
    height: 30px;
    color: #77838F;
    background-color: #F2F3F4;
    border: 1px solid #D5DAE2;
}
#property-type {
    width: 100%;
}
#property-area {
    width: 100%;
}
#property-listed-date {
    width: 100%;
    height: 53px;
}
#property-bedrooms {
    width: 100%;
}
.filter-wrapper button {
    float: right;
    border: none;
    margin-top: 50px;
    width: 80%;
    height: 53px;
    bottom: 0px;
}
.list-heading {
    max-width: 80%;
    margin: 0 auto;
}
#list-title {
    text-align: left;
    font-weight: normal;
    font-family: 'Nunito', sans-serif;
}
.result-tools {
    margin-bottom: 30px;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.result-number {
    width: 30%;
    height: 30px;
    display: flex;
    align-items: center;
}
.showing {
    margin-left: 10px;
    color: #77838F;
}
#listing-amount {
    border-radius: 4px;
    border: none;
    height: 30px;
    width: 40px;
    color: #77838F;
    background-color: #F2F3F4;
}
#listing-time {
    border-radius: 4px;
    border: none;
    height: 30px;
    width: 120px;
    width: 120px;
    color: #77838F;
    background-color: #F2F3F4;
}
.result-layout button {
    border-radius: 0px;
    border: none;
    height: 30px;
    width: 30px;
    background-color: #F2F3F4;
}
.result-layout button:hover {
    background-color: #ed1b24;
}
#gridmode {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-right: -4px;
    background-color: #ed1b24;
}
#rowmode {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;       
}
#grey-devider {
    max-width: 80%;
    margin: 0 auto;
    background-color: #EEEEEE;
    height: 2px;
}
.results-container {
    padding-top: 3%;
    padding-bottom: 50px;
    margin: 0 auto;
    width: 80%;
    display: flex;
    justify-content: space-between;
}
.result-container {
    align-items: center;
    text-align: center;
    width: 100%;
}
.result-list {
    background-color: #FFFFFF;
    width: 100%;
}
.result-item {
    border-radius: 4px;
    box-shadow: 0px 0px 40px -30px;
    height: auto;
    margin: 0 6% 4% 0 !important;
    display: inline-block;
    float: unset !important;
    overflow: hidden;
    position: relative;
}
.info3devider {
    margin: 0 auto;
    height: 2px;
    width: 80%;
    background-color: #EEEEEE;
}
.info3 {
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
}
.agent-small-img {  
    margin: 10px;
    width: 50px;
    height: 75px;
    border-radius: 50%;
    object-fit: cover;
}
.agent-info-short {
    font-size: 15px;
    padding-left: 15px;
}
.side-menu {
    box-shadow: 0px 0px 40px -30px;
    width: 45%;
    height: max-content;
}
.side-menu h2 {
    color: #1E2022;
    font-family: 'Nunito' sans-serif;
    font-weight: normal;
    font-size: 22px;
    padding-left: 8%;
}
.feature-list {
    color: #77838F;
    margin-top: -20px;
    display: flex;
}
.feature-list ul {
    line-height: 37px;
}
.feature-list li {
    display: flex;
    align-items: center;
}
.feature-list input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.feature-break {
    background-color: #EEEEEE;
    width: 80%;
    margin: 0 auto;
    height: 2px;
}
.pager {
    background-color:  #F7FAFD;
    height: 100px;
}
.page_numbers {
    color: black;
    margin: 5px;
    border-radius: 4px;
    text-decoration: none;
    padding: 10px;
}
.page_numbers a{
    text-decoration: none;
}
.page_numbers:hover {
    background-color: #019934;
    color: white;
}
.current {
    background-color: #019934 !important;
    color: #FFFFFF !important;
}


/*Property unique css*/
/*===============================*/
#property-images {
    max-height: 750px;
}
.img-count {
    z-index: 2;
    padding: 15px 20px 15px 20px;
    position: absolute;
    background-color: gray;
    border-radius: 5px;
    opacity: 60%;
}
.galleryWrapper img{
    object-fit: cover;
    height: 23vw;
}
.property-images img {
    width: 49%;
}
#closegall {
    right: 2%;
    top: 100px;
    font-size: 30px;
    color: #FFFFFF;
    background-color: #ed1b24;
    border: none;
    padding: 5px 20px 5px 20px;
    border-radius: 5px;
    z-index: 1;
}
#closegall:hover {
    background-color: #77838F;
}
.default-image{
    object-fit: cover;
}
.extra-images {
    width: 50%;
    padding: 0;
}
#extra-images img{
    object-fit: cover;
    height: 18vw;
}
.gallery {
    overflow: scroll;
    max-height: 580px;
}
.default:hover{
    cursor: pointer;
}
.gallery:hover{
    cursor: pointer;
}
.galleryWrapper img{
    padding: 10px;
}
.galleryArrow {
    margin-top: 250px;
    border: none;
    border-radius: 50px;
    color: #FFFFFF;
    background-color: #475B69;
    height: 100px;
    z-index: 3;
    font-size: 40px;
    width: 100px;
    position: absolute;
}
.galleryArrow:hover {
    background: rgb(0,0,0);
    background: radial-gradient(circle, rgba(0,0,0,0.2997198879551821) 0%, rgba(0,0,0,0.19887955182072825) 28%, rgba(0,0,0,0) 100%);
}
.galleryArrow:focus {
    outline: 0;
}
.gLeft {
    left: 15% !important;
}
.gRight {
    right: 15% !important;
}
/*.gLeft:hover {
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.3389355742296919) 5%, rgba(0,0,0,0) 100%);
}
.gRight:hover {
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3389355742296919) 95%, rgba(0,0,0,1) 100%);
}*/
.galleryButtons {
    top: 100px;
    margin-left: 1%;
    height: 60px;
    width: 10%;
    min-width: 260px;
    position: absolute;
    z-index: 3;
    opacity: 70%;
}
.galleryButtons:hover {
    opacity: 100%;
}
.galleryButtons button {
    background-color: #ed1b24;
    color: #FFFFFF;
    border: none;
    padding: 10px;
    border-radius: 4px;
}
.galleryButtons button:hover {
    background-color: #77838F;
    color: #FFFFFF;
    border: none;
    padding: 10px;
    border-radius: 4px;
}
.openGallery {
    width: 60%;
}
.openGallery{
    cursor: pointer;
}
.openGallery img{
    margin-right: 15px;
    max-height: 20px;
    max-width: 20px;
}
.zoomedView {
    
}

.slider-window {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.slider-reel {
    height: 100%;
    overflow-y: hidden;
}
.slider-item {
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    display: flex;
}
.slide-image {
    margin: 0 auto !important;
    max-height:600px;
    max-width: 100%;
}

.slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.holder {
    height: 100%;
    overflow-y: hidden;
}
.slide {
    height: 100%;
    position: relative;
}
.slide-image {
    z-index: 0;
}
.zoomedView .slider-window1 {
    overflow: hidden !important;
}

.animate { transition: transform 0.3s ease-out; }
.ms-touch.slider {
    overflow-x: scroll;
    overflow-y: hidden;

    -ms-overflow-style: none;
    -ms-scroll-chaining: none;
    -ms-scroll-snap-points-x: snapInterval(0%, 100%);
}
.video img {
    height: 20px;
}
.video {
    width: 20%;
    right: 0;
}
.property-details {
    padding-top: 30px !important;
    width: 84%;
    margin: 0 auto;
}
.property-info {
    width: 100%;
}
.property-details h1 {
    font-weight: normal;
    font-family: 'Nunito', sans-serif;
    margin: 0;
}
.property-details .info1 {
    padding: 0px;
}
.property-details .info2 {
    padding-left: 0px;
    margin-top: -20px;
    width: 100%;
    max-width: 330px;
}
.spacer {
    height: 1px;
    margin-top: 30px;
    width: 100%;
    background-color: #77838F;
}
.property-description {
    color:   #484848;
}
.description {
    line-height: 33px;
}
.side-bar {
    width: 35%;
}
.features {
    box-shadow: 0px 0px 40px -30px;
    margin-top: -18px;
}
.features h3 {
    font-weight: normal;
    font-family: 'Nunito', sans-serif;
    padding-top: 10px;
    margin-bottom: 0px;
    margin-left: 4%;
}
.feature-wrapper {
    display: flex;
    padding: 0 0 0 20px;
}
.feature-wrapper li {
    margin: 0 5px 20px 0;
}
.features1 {
    width: 90%;
}
.features1 ul {
    list-style-image: url('/images/forwebsite/632876a4-edfc-4a53-986e-604481e8fb54.png')
}
.features2 {
    width: 50%;
}
.features2 ul {
    list-style-image: url('/images/forwebsite/60dac47d-6698-4495-9e2f-2f0781e8fb54.png')
}
.agent-details {
    box-shadow: 0px 0px 40px -30px;
    display: flex;
    align-items: center;
}
.agent-details h3 {
    padding: 10px;
    font-weight: normal;
    font-family: 'Nunito', sans-serif;
}
.agent-details img {
    width: 124px;
    height: 155px;
    margin: 5px;
    margin-right: 5px;
    box-shadow: 0px 0px 40px -20px;
}
.agent-details p {
    font-size: 12px;
    padding-right: 10%;
    width: 70%;
}
.agent-details .info3 {
    padding: 0;
    width: 100%;  
    display: flex;
    padding: 10px;
}
.agent-details button {
    border: none;
    margin: 15px;
    margin-left: 50%;
    width: 40%;
}
 /* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
} 


/* W3.CSS 4.15 December 2020 by Jan Egil and Borge Refsnes */
html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}summary{display:list-item}
audio,canvas,progress,video{display:inline-block}progress{vertical-align:baseline}
audio:not([controls]){display:none;height:0}[hidden],template{display:none}
a{background-color:transparent}a:active,a:hover{outline-width:0}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}dfn{font-style:italic}mark{background:#ff0;color:#000}
small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-0.25em}sup{top:-0.5em}figure{margin:1em 40px}img{border-style:none}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}hr{box-sizing:content-box;height:0;overflow:visible}
button,input,select,textarea,optgroup{font:inherit;margin:0}optgroup{font-weight:bold}
button,input{overflow:visible}button,select{text-transform:none}
button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}
button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}
[type=checkbox],[type=radio]{padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
/* End extract */
html,body{font-family:Verdana,sans-serif;font-size:15px;line-height:1.5}html{overflow-x:hidden}
h1{font-size:36px}h2{font-size:30px}h3{font-size:24px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}
.w3-serif{font-family:serif}.w3-sans-serif{font-family:sans-serif}.w3-cursive{font-family:cursive}.w3-monospace{font-family:monospace}
h1,h2,h3,h4,h5,h6{font-family:"Segoe UI",Arial,sans-serif;font-weight:400;margin:10px 0}.w3-wide{letter-spacing:4px}
hr{border:0;border-top:1px solid #eee;margin:20px 0}
.w3-image{max-width:100%;height:auto}img{vertical-align:middle}a{color:inherit}
.w3-table,.w3-table-all{border-collapse:collapse;border-spacing:0;width:100%;display:table}.w3-table-all{border:1px solid #ccc}
.w3-bordered tr,.w3-table-all tr{border-bottom:1px solid #ddd}.w3-striped tbody tr:nth-child(even){background-color:#f1f1f1}
.w3-table-all tr:nth-child(odd){background-color:#fff}.w3-table-all tr:nth-child(even){background-color:#f1f1f1}
.w3-hoverable tbody tr:hover,.w3-ul.w3-hoverable li:hover{background-color:#ccc}.w3-centered tr th,.w3-centered tr td{text-align:center}
.w3-table td,.w3-table th,.w3-table-all td,.w3-table-all th{padding:8px 8px;display:table-cell;text-align:left;vertical-align:top}
.w3-table th:first-child,.w3-table td:first-child,.w3-table-all th:first-child,.w3-table-all td:first-child{padding-left:16px}
.w3-btn,.w3-button{border:none;display:inline-block;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}
.w3-btn:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}
.w3-btn,.w3-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}   
.w3-disabled,.w3-btn:disabled,.w3-button:disabled{cursor:not-allowed;opacity:0.3}.w3-disabled *,:disabled *{pointer-events:none}
.w3-btn.w3-disabled:hover,.w3-btn:disabled:hover{box-shadow:none}
.w3-badge,.w3-tag{background-color:#000;color:#fff;display:inline-block;padding-left:8px;padding-right:8px;text-align:center}.w3-badge{border-radius:50%}
.w3-ul{list-style-type:none;padding:0;margin:0}.w3-ul li{padding:8px 16px;border-bottom:1px solid #ddd}.w3-ul li:last-child{border-bottom:none}
.w3-tooltip,.w3-display-container{position:relative}.w3-tooltip .w3-text{display:none}.w3-tooltip:hover .w3-text{display:inline-block}
.w3-ripple:active{opacity:0.5}.w3-ripple{transition:opacity 0s}
.w3-input{padding:8px;display:block;border:none;border-bottom:1px solid #ccc;width:100%}
.w3-select{padding:9px 0;width:100%;border:none;border-bottom:1px solid #ccc}
.w3-dropdown-click,.w3-dropdown-hover{position:relative;display:inline-block;cursor:pointer}
.w3-dropdown-hover:hover .w3-dropdown-content{display:block}
.w3-dropdown-hover:first-child,.w3-dropdown-click:hover{background-color:#ccc;color:#000}
.w3-dropdown-hover:hover > .w3-button:first-child,.w3-dropdown-click:hover > .w3-button:first-child{background-color:#ccc;color:#000}
.w3-dropdown-content{cursor:auto;color:#000;background-color:#fff;display:none;position:absolute;min-width:160px;margin:0;padding:0;z-index:1}
.w3-check,.w3-radio{width:24px;height:24px;position:relative;top:6px}
.w3-sidebar{height:100%;width:200px;background-color:#fff;position:fixed!important;z-index:1;overflow:auto}
.w3-bar-block .w3-dropdown-hover,.w3-bar-block .w3-dropdown-click{width:100%}
.w3-bar-block .w3-dropdown-hover .w3-dropdown-content,.w3-bar-block .w3-dropdown-click .w3-dropdown-content{min-width:100%}
.w3-bar-block .w3-dropdown-hover .w3-button,.w3-bar-block .w3-dropdown-click .w3-button{width:100%;text-align:left;padding:8px 16px}
.w3-main,#main{transition:margin-left .4s}
.w3-modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}
.w3-modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px}
.w3-bar{width:100%;overflow:hidden}.w3-center .w3-bar{display:inline-block;width:auto}
.w3-bar .w3-bar-item{padding:8px 16px;float:left;width:auto;border:none;display:block;outline:0}
.w3-bar .w3-dropdown-hover,.w3-bar .w3-dropdown-click{position:static;float:left}
.w3-bar .w3-button{white-space:normal}
.w3-bar-block .w3-bar-item{width:100%;display:block;padding:8px 16px;text-align:left;border:none;white-space:normal;float:none;outline:0}
.w3-bar-block.w3-center .w3-bar-item{text-align:center}.w3-block{display:block;width:100%}
.w3-responsive{display:block;overflow-x:auto}
.w3-container:after,.w3-container:before,.w3-panel:after,.w3-panel:before,.w3-row:after,.w3-row:before,.w3-row-padding:after,.w3-row-padding:before,
.w3-cell-row:before,.w3-cell-row:after,.w3-clear:after,.w3-clear:before,.w3-bar:before,.w3-bar:after{content:"";display:table;clear:both}
.w3-col,.w3-half,.w3-third,.w3-twothird,.w3-threequarter,.w3-quarter{float:left;width:100%}
.w3-col.s1{width:8.33333%}.w3-col.s2{width:16.66666%}.w3-col.s3{width:24.99999%}.w3-col.s4{width:33.33333%}
.w3-col.s5{width:41.66666%}.w3-col.s6{width:49.99999%}.w3-col.s7{width:58.33333%}.w3-col.s8{width:66.66666%}
.w3-col.s9{width:74.99999%}.w3-col.s10{width:83.33333%}.w3-col.s11{width:91.66666%}.w3-col.s12{width:99.99999%}
@media (min-width:601px){.w3-col.m1{width:8.33333%}.w3-col.m2{width:16.66666%}.w3-col.m3,.w3-quarter{width:24.99999%}.w3-col.m4,.w3-third{width:33.33333%}
.w3-col.m5{width:41.66666%}.w3-col.m6,.w3-half{width:49.99999%}.w3-col.m7{width:58.33333%}.w3-col.m8,.w3-twothird{width:66.66666%}
.w3-col.m9,.w3-threequarter{width:74.99999%}.w3-col.m10{width:83.33333%}.w3-col.m11{width:91.66666%}.w3-col.m12{width:99.99999%}}
@media (min-width:993px){.w3-col.l1{width:8.33333%}.w3-col.l2{width:16.66666%}.w3-col.l3{width:24.99999%}.w3-col.l4{width:33.33333%}
.w3-col.l5{width:41.66666%}.w3-col.l6{width:49.99999%}.w3-col.l7{width:58.33333%}.w3-col.l8{width:66.66666%}
.w3-col.l9{width:74.99999%}.w3-col.l10{width:83.33333%}.w3-col.l11{width:91.66666%}.w3-col.l12{width:99.99999%}}
.w3-rest{overflow:hidden}.w3-stretch{margin-left:-16px;margin-right:-16px}
.w3-content,.w3-auto{margin-left:auto;margin-right:auto}.w3-content{max-width:980px}.w3-auto{max-width:1140px}
.w3-cell-row{display:table;width:100%}.w3-cell{display:table-cell}
.w3-cell-top{vertical-align:top}.w3-cell-middle{vertical-align:middle}.w3-cell-bottom{vertical-align:bottom}
.w3-hide{display:none!important}.w3-show-block,.w3-show{display:block!important}.w3-show-inline-block{display:inline-block!important}
@media (max-width:1205px){.w3-auto{max-width:95%}}
@media (max-width:600px){.w3-modal-content{margin:0 10px;width:auto!important}.w3-modal{padding-top:30px}
.w3-dropdown-hover.w3-mobile .w3-dropdown-content,.w3-dropdown-click.w3-mobile .w3-dropdown-content{position:relative}	
.w3-hide-small{display:none!important}.w3-mobile{display:block;width:100%!important}.w3-bar-item.w3-mobile,.w3-dropdown-hover.w3-mobile,.w3-dropdown-click.w3-mobile{text-align:center}
.w3-dropdown-hover.w3-mobile,.w3-dropdown-hover.w3-mobile .w3-btn,.w3-dropdown-hover.w3-mobile .w3-button,.w3-dropdown-click.w3-mobile,.w3-dropdown-click.w3-mobile .w3-btn,.w3-dropdown-click.w3-mobile .w3-button{width:100%}}
@media (max-width:768px){.w3-modal-content{width:500px}.w3-modal{padding-top:50px}}
@media (min-width:993px){.w3-modal-content{width:900px}.w3-hide-large{display:none!important}.w3-sidebar.w3-collapse{display:block!important}}
@media (max-width:992px) and (min-width:601px){.w3-hide-medium{display:none!important}}
@media (max-width:992px){.w3-sidebar.w3-collapse{display:none}.w3-main{margin-left:0!important;margin-right:0!important}.w3-auto{max-width:100%}}
.w3-top,.w3-bottom{position:fixed;width:100%;z-index:1}.w3-top{top:0}.w3-bottom{bottom:0}
.w3-overlay{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:2}
.w3-display-topleft{position:absolute;left:0;top:0}.w3-display-topright{position:absolute;right:0;top:0}
.w3-display-bottomleft{position:absolute;left:0;bottom:0}.w3-display-bottomright{position:absolute;right:0;bottom:0}
.w3-display-middle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}
.w3-display-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}
.w3-display-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}
.w3-display-topmiddle{position:absolute;left:50%;top:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.w3-display-bottommiddle{position:absolute;left:50%;bottom:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.w3-display-container:hover .w3-display-hover{display:block}.w3-display-container:hover span.w3-display-hover{display:inline-block}.w3-display-hover{display:none}
.w3-display-position{position:absolute}
.w3-circle{border-radius:50%}
.w3-round-small{border-radius:2px}.w3-round,.w3-round-medium{border-radius:4px}.w3-round-large{border-radius:8px}.w3-round-xlarge{border-radius:16px}.w3-round-xxlarge{border-radius:32px}
.w3-row-padding,.w3-row-padding>.w3-half,.w3-row-padding>.w3-third,.w3-row-padding>.w3-twothird,.w3-row-padding>.w3-threequarter,.w3-row-padding>.w3-quarter,.w3-row-padding>.w3-col{padding:0 8px}
.w3-container,.w3-panel{padding:0.01em 16px}.w3-panel{margin-top:16px;margin-bottom:16px}
.w3-code,.w3-codespan{font-family:Consolas,"courier new";font-size:16px}
.w3-code{width:auto;background-color:#fff;padding:8px 12px;border-left:4px solid #4CAF50;word-wrap:break-word}
.w3-codespan{color:crimson;background-color:#f1f1f1;padding-left:4px;padding-right:4px;font-size:110%}
.w3-card,.w3-card-2{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}
.w3-card-4,.w3-hover-shadow:hover{box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)}
.w3-spin{animation:w3-spin 2s infinite linear}@keyframes w3-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
.w3-animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.w3-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.w3-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.w3-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.w3-animate-input{transition:width 0.4s ease-in-out}.w3-animate-input:focus{width:100%!important}
.w3-opacity,.w3-hover-opacity:hover{opacity:0.60}.w3-opacity-off,.w3-hover-opacity-off:hover{opacity:1}
.w3-opacity-max{opacity:0.25}.w3-opacity-min{opacity:0.75}
.w3-greyscale-max,.w3-grayscale-max,.w3-hover-greyscale:hover,.w3-hover-grayscale:hover{filter:grayscale(100%)}
.w3-greyscale,.w3-grayscale{filter:grayscale(75%)}.w3-greyscale-min,.w3-grayscale-min{filter:grayscale(50%)}
.w3-sepia{filter:sepia(75%)}.w3-sepia-max,.w3-hover-sepia:hover{filter:sepia(100%)}.w3-sepia-min{filter:sepia(50%)}
.w3-tiny{font-size:10px!important}.w3-small{font-size:12px!important}.w3-medium{font-size:15px!important}.w3-large{font-size:18px!important}
.w3-xlarge{font-size:24px!important}.w3-xxlarge{font-size:36px!important}.w3-xxxlarge{font-size:48px!important}.w3-jumbo{font-size:64px!important}
.w3-left-align{text-align:left!important}.w3-right-align{text-align:right!important}.w3-justify{text-align:justify!important}.w3-center{text-align:center!important}
.w3-border-0{border:0!important}.w3-border{border:1px solid #ccc!important}
.w3-border-top{border-top:1px solid #ccc!important}.w3-border-bottom{border-bottom:1px solid #ccc!important}
.w3-border-left{border-left:1px solid #ccc!important}.w3-border-right{border-right:1px solid #ccc!important}
.w3-topbar{border-top:6px solid #ccc!important}.w3-bottombar{border-bottom:6px solid #ccc!important}
.w3-leftbar{border-left:6px solid #ccc!important}.w3-rightbar{border-right:6px solid #ccc!important}
.w3-section,.w3-code{margin-top:16px!important;margin-bottom:16px!important}
.w3-margin{margin:16px!important}.w3-margin-top{margin-top:16px!important}.w3-margin-bottom{margin-bottom:16px!important}
.w3-margin-left{margin-left:16px!important}.w3-margin-right{margin-right:16px!important}
.w3-padding-small{padding:4px 8px!important}.w3-padding{padding:8px 16px!important}.w3-padding-large{padding:12px 24px!important}
.w3-padding-16{padding-top:16px!important;padding-bottom:16px!important}.w3-padding-24{padding-top:24px!important;padding-bottom:24px!important}
.w3-padding-32{padding-top:32px!important;padding-bottom:32px!important}.w3-padding-48{padding-top:48px!important;padding-bottom:48px!important}
.w3-padding-64{padding-top:64px!important;padding-bottom:64px!important}
.w3-padding-top-64{padding-top:64px!important}.w3-padding-top-48{padding-top:48px!important}
.w3-padding-top-32{padding-top:32px!important}.w3-padding-top-24{padding-top:24px!important}
.w3-left{float:left!important}.w3-right{float:right!important}
.w3-button:hover{color:#000!important;background-color:#ccc!important}
.w3-transparent,.w3-hover-none:hover{background-color:transparent!important}
.w3-hover-none:hover{box-shadow:none!important}
/* Colors */
.w3-amber,.w3-hover-amber:hover{color:#000!important;background-color:#ffc107!important}
.w3-aqua,.w3-hover-aqua:hover{color:#000!important;background-color:#00ffff!important}
.w3-blue,.w3-hover-blue:hover{color:#fff!important;background-color:#2196F3!important}
.w3-light-blue,.w3-hover-light-blue:hover{color:#000!important;background-color:#87CEEB!important}
.w3-brown,.w3-hover-brown:hover{color:#fff!important;background-color:#795548!important}
.w3-cyan,.w3-hover-cyan:hover{color:#000!important;background-color:#00bcd4!important}
.w3-blue-grey,.w3-hover-blue-grey:hover,.w3-blue-gray,.w3-hover-blue-gray:hover{color:#fff!important;background-color:#607d8b!important}
.w3-green,.w3-hover-green:hover{color:#fff!important;background-color:#4CAF50!important}
.w3-light-green,.w3-hover-light-green:hover{color:#000!important;background-color:#8bc34a!important}
.w3-indigo,.w3-hover-indigo:hover{color:#fff!important;background-color:#3f51b5!important}
.w3-khaki,.w3-hover-khaki:hover{color:#000!important;background-color:#f0e68c!important}
.w3-lime,.w3-hover-lime:hover{color:#000!important;background-color:#cddc39!important}
.w3-orange,.w3-hover-orange:hover{color:#000!important;background-color:#ff9800!important}
.w3-deep-orange,.w3-hover-deep-orange:hover{color:#fff!important;background-color:#ff5722!important}
.w3-pink,.w3-hover-pink:hover{color:#fff!important;background-color:#e91e63!important}
.w3-purple,.w3-hover-purple:hover{color:#fff!important;background-color:#9c27b0!important}
.w3-deep-purple,.w3-hover-deep-purple:hover{color:#fff!important;background-color:#673ab7!important}
.w3-red,.w3-hover-red:hover{color:#fff!important;background-color:#f44336!important}
.w3-sand,.w3-hover-sand:hover{color:#000!important;background-color:#fdf5e6!important}
.w3-teal,.w3-hover-teal:hover{color:#fff!important;background-color:#009688!important}
.w3-yellow,.w3-hover-yellow:hover{color:#000!important;background-color:#ffeb3b!important}
.w3-white,.w3-hover-white:hover{color:#000!important;background-color:#fff!important}
.w3-black,.w3-hover-black:hover{color:#fff!important;background-color:#000!important}
.w3-grey,.w3-hover-grey:hover,.w3-gray,.w3-hover-gray:hover{color:#000!important;background-color:#9e9e9e!important}
.w3-light-grey,.w3-hover-light-grey:hover,.w3-light-gray,.w3-hover-light-gray:hover{color:#000!important;background-color:#f1f1f1!important}
.w3-dark-grey,.w3-hover-dark-grey:hover,.w3-dark-gray,.w3-hover-dark-gray:hover{color:#fff!important;background-color:#616161!important}
.w3-pale-red,.w3-hover-pale-red:hover{color:#000!important;background-color:#ffdddd!important}
.w3-pale-green,.w3-hover-pale-green:hover{color:#000!important;background-color:#ddffdd!important}
.w3-pale-yellow,.w3-hover-pale-yellow:hover{color:#000!important;background-color:#ffffcc!important}
.w3-pale-blue,.w3-hover-pale-blue:hover{color:#000!important;background-color:#ddffff!important}
.w3-text-amber,.w3-hover-text-amber:hover{color:#ffc107!important}
.w3-text-aqua,.w3-hover-text-aqua:hover{color:#00ffff!important}
.w3-text-blue,.w3-hover-text-blue:hover{color:#2196F3!important}
.w3-text-light-blue,.w3-hover-text-light-blue:hover{color:#87CEEB!important}
.w3-text-brown,.w3-hover-text-brown:hover{color:#795548!important}
.w3-text-cyan,.w3-hover-text-cyan:hover{color:#00bcd4!important}
.w3-text-blue-grey,.w3-hover-text-blue-grey:hover,.w3-text-blue-gray,.w3-hover-text-blue-gray:hover{color:#607d8b!important}
.w3-text-green,.w3-hover-text-green:hover{color:#4CAF50!important}
.w3-text-light-green,.w3-hover-text-light-green:hover{color:#8bc34a!important}
.w3-text-indigo,.w3-hover-text-indigo:hover{color:#3f51b5!important}
.w3-text-khaki,.w3-hover-text-khaki:hover{color:#b4aa50!important}
.w3-text-lime,.w3-hover-text-lime:hover{color:#cddc39!important}
.w3-text-orange,.w3-hover-text-orange:hover{color:#ff9800!important}
.w3-text-deep-orange,.w3-hover-text-deep-orange:hover{color:#ff5722!important}
.w3-text-pink,.w3-hover-text-pink:hover{color:#e91e63!important}
.w3-text-purple,.w3-hover-text-purple:hover{color:#9c27b0!important}
.w3-text-deep-purple,.w3-hover-text-deep-purple:hover{color:#673ab7!important}
.w3-text-red,.w3-hover-text-red:hover{color:#f44336!important}
.w3-text-sand,.w3-hover-text-sand:hover{color:#fdf5e6!important}
.w3-text-teal,.w3-hover-text-teal:hover{color:#009688!important}
.w3-text-yellow,.w3-hover-text-yellow:hover{color:#d2be0e!important}
.w3-text-white,.w3-hover-text-white:hover{color:#fff!important}
.w3-text-black,.w3-hover-text-black:hover{color:#000!important}
.w3-text-grey,.w3-hover-text-grey:hover,.w3-text-gray,.w3-hover-text-gray:hover{color:#757575!important}
.w3-text-light-grey,.w3-hover-text-light-grey:hover,.w3-text-light-gray,.w3-hover-text-light-gray:hover{color:#f1f1f1!important}
.w3-text-dark-grey,.w3-hover-text-dark-grey:hover,.w3-text-dark-gray,.w3-hover-text-dark-gray:hover{color:#3a3a3a!important}
.w3-border-amber,.w3-hover-border-amber:hover{border-color:#ffc107!important}
.w3-border-aqua,.w3-hover-border-aqua:hover{border-color:#00ffff!important}
.w3-border-blue,.w3-hover-border-blue:hover{border-color:#2196F3!important}
.w3-border-light-blue,.w3-hover-border-light-blue:hover{border-color:#87CEEB!important}
.w3-border-brown,.w3-hover-border-brown:hover{border-color:#795548!important}
.w3-border-cyan,.w3-hover-border-cyan:hover{border-color:#00bcd4!important}
.w3-border-blue-grey,.w3-hover-border-blue-grey:hover,.w3-border-blue-gray,.w3-hover-border-blue-gray:hover{border-color:#607d8b!important}
.w3-border-green,.w3-hover-border-green:hover{border-color:#4CAF50!important}
.w3-border-light-green,.w3-hover-border-light-green:hover{border-color:#8bc34a!important}
.w3-border-indigo,.w3-hover-border-indigo:hover{border-color:#3f51b5!important}
.w3-border-khaki,.w3-hover-border-khaki:hover{border-color:#f0e68c!important}
.w3-border-lime,.w3-hover-border-lime:hover{border-color:#cddc39!important}
.w3-border-orange,.w3-hover-border-orange:hover{border-color:#ff9800!important}
.w3-border-deep-orange,.w3-hover-border-deep-orange:hover{border-color:#ff5722!important}
.w3-border-pink,.w3-hover-border-pink:hover{border-color:#e91e63!important}
.w3-border-purple,.w3-hover-border-purple:hover{border-color:#9c27b0!important}
.w3-border-deep-purple,.w3-hover-border-deep-purple:hover{border-color:#673ab7!important}
.w3-border-red,.w3-hover-border-red:hover{border-color:#f44336!important}
.w3-border-sand,.w3-hover-border-sand:hover{border-color:#fdf5e6!important}
.w3-border-teal,.w3-hover-border-teal:hover{border-color:#009688!important}
.w3-border-yellow,.w3-hover-border-yellow:hover{border-color:#ffeb3b!important}
.w3-border-white,.w3-hover-border-white:hover{border-color:#fff!important}
.w3-border-black,.w3-hover-border-black:hover{border-color:#000!important}
.w3-border-grey,.w3-hover-border-grey:hover,.w3-border-gray,.w3-hover-border-gray:hover{border-color:#9e9e9e!important}
.w3-border-light-grey,.w3-hover-border-light-grey:hover,.w3-border-light-gray,.w3-hover-border-light-gray:hover{border-color:#f1f1f1!important}
.w3-border-dark-grey,.w3-hover-border-dark-grey:hover,.w3-border-dark-gray,.w3-hover-border-dark-gray:hover{border-color:#616161!important}
.w3-border-pale-red,.w3-hover-border-pale-red:hover{border-color:#ffe7e7!important}.w3-border-pale-green,.w3-hover-border-pale-green:hover{border-color:#e7ffe7!important}
.w3-border-pale-yellow,.w3-hover-border-pale-yellow:hover{border-color:#ffffcc!important}.w3-border-pale-blue,.w3-hover-border-pale-blue:hover{border-color:#e7ffff!important}