* {
	margin: 0;
  	padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
}

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

/* NAVBAR */

header{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    border-bottom: 1px solid white;
    z-index: 9999;
}

.navbar {
    transition: all 0.4s;
}

.nav-left{
    margin-right: auto;
}

.nav-right{
    margin-left: auto;
}

.navbar-brand{
    margin: auto;
}

.navbar-left-two{
    display: none !important;
}

.navbar .nav-link{
    color: white;
    margin-bottom: 0;
    border-bottom: 1px solid transparent;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #fff;
    border-bottom: 1px solid white;
    text-decoration: none;
}

.line{
    border-right: 1px solid white;
    height: 20px;
    margin: 10px;
}

.navbar .navbar-brand {
    color: white;
}

.logo1{
    width: 220px;
}

.logo2{
    width: 220px;
    display: none;
}

.brand-logo-two{
    display: none;
}


/* Change navbar styling on scroll */
/*.navbar.active {
    background: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar.active .nav-link {
    color: #555;
}

.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
    color: #555;
    text-decoration: none;
}

.navbar.active .navbar-brand {
    color: #555;
}*/


/* Change navbar styling on small viewports */
@media (max-width: 991.98px) {
    .navbar {
        background: #fff;
    }

    .navbar .navbar-brand, .navbar .nav-link {
        color: #555;
    }
}

/* HERO */

#hero{
    background-image: url(..//images/slider1.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 80vh;
}

.bg-hero{
    background: rgba(0,0,0,0.5);
    width: inherit;
    min-height: inherit;
}

.text-hero{
    text-align: center;
    padding-top: 30vh;
    color: white;
}

.text-hero h1{
    font-family: 'PT Serif', serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-size: 60px;
}

/* AVAILABLE */

#available{
    margin-top: -95px;
}

.bg-available{
    background-color: white;
    padding: 80px 0;
    border-bottom: 1px solid #304357;
}

.text-available{
    text-align: center;
}

.text-available h5 a{
    color: #304357;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}

.text-available h5 a::after{
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    background-color: #00affe;
    left: 0; bottom: 0; right: 0;
    margin: auto;
}

.text-available h5:hover a::after{
    content: "";
    position: absolute;
    width: 140px;
    height: 2px;
    background-color: #00affe;
    left: 0; bottom: 0; right: 0;
    margin: auto;
    transition: 0.6s ease;
}

/* ABOUT */

#about{
    padding: 80px 0;
    width: 100%;
    height: auto;
}

.text-about{
    text-align: center;
}

.text-about h2{
    font-size: 35px;
    text-transform: uppercase;
    font-family: 'PT Serif', serif;
    letter-spacing: 2px;
    color: #304357;
    margin-bottom: 30px;
}

.text-about p{
    font-size: 18px;
}

/* STORY */

#design{
    width: 100%;
    height: auto;
    background-color: #00affe;
    padding: 40px 0;
}

.text-design{
    
}

.text-design h3{
    text-transform: uppercase;
    color: #304357;
    margin-bottom: 0;
    color: white;
    font-weight: 500;
}

.text-design h3 span{
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #304357;
    font-weight: 500;
}

.btn-design{
    text-align: right;
}

.btn-design a{
    text-transform: capitalize;
    font-size: 18px;
    border: 2px solid white;
    padding: 15px 45px;
    background-color: white;
    font-weight: 500;
    color: #304357;
    text-decoration: none;
}

.btn-design a:hover{
    border: 2px solid white;
    background-color: transparent;
    color: white;
    text-decoration: none;
}

/* PROJECTS */

#projects{
    padding: 80px 0;
}

.text-projects{
    text-align: center;
}

.text-projects h2{
    font-size: 35px;
    text-transform: uppercase;
    font-family: 'PT Serif', serif;
    letter-spacing: 2px;
    color: #304357;
    margin-bottom: 0;
}

.text-projects p{
    font-size: 18px;
    margin: 30px 0;
}

.padd-prjects{
    padding: 10px;
}

.img-projects{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 250px;
}

.img-projects a{
    width: 100%;
    height: 250px;    
}

.img-projects a:hover .link-project{
    width: 100%;
    height: 250px;
    opacity: 1;
}

.link-project{
    background: rgba(0,0,0,0.5);
    width: inherit;
    height: inherit;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    opacity: 0;
}

.link-project i{
    font-size: 35px;
    color: white;
}

/* CONTACT */

#contact{
    background-color: #00affe;
    padding: 80px 0;
}

.text-contact{
    
}

.text-contact h2{
    font-size: 35px;
    text-transform: uppercase;
    font-family: 'PT Serif', serif;
    letter-spacing: 2px;
    color: white;
    margin-bottom: 0;
}

.text-contact h5{
    margin-top: 40px;
    text-transform: capitalize;
    color: #304357;
}

.text-contact a{
    font-size: 18px;
    color: white;
    font-weight: 500;
    text-decoration: none;
}

.text-contact a:hover{
    color: #304357;
    text-decoration: none;
}

.form-fields-cont{
    box-shadow: none !important;
    border-radius: 0;
}

.btn-captcha-cont{
    padding: 15px 45px;
    margin-top: 20px;
    background-color: white;
    border: 2px solid white;
    color: #304357;
    font-weight: 500;
    font-weight: 18px;
}

.btn-captcha-cont:hover{
    border: 2px solid white;
    color: white;
    background-color: transparent;
}

/* FOOTER */

footer{
    padding: 30px 0;
}

.text-footer p{
    margin-bottom: 0;
}

.foo-icons ul{
    margin-bottom: 0;
    text-align: right;
}

.foo-icons ul li{
    list-style: none;
    display: inline-block;
    margin-left: 10px;
}

.foo-icons ul li a i{
    font-size: 22px;
    color: #00affe;
}

.foo-icons ul li a i:hover{
    color: #304357;
}

/* RESPONSIVE HOME PAGE */

@media (min-width: 992px) and (max-width: 1199px) {
	
}

@media (min-width: 768px) and (max-width: 991px) {
    .logo1{
        display: none;
    } 
    .logo2{
        display: block;
    }
    .brand-logo-one{
        display: none;
    }
    .brand-logo-two{
        display: block;
    }
    .nav-item{
        text-align: center;
    }
    .btn-one{
        display: none;
        border: 1px solid black;
        border-radius: 0;
    }
    .btn-two{
        display: block;
        border: 1px solid black;
        border-radius: 0;
    }
    .line{
        display: none;
    }
    .text-hero{
        padding-top: 26vh;
    }
    .text-design{
        text-align: center;
    }
    .btn-design{
        text-align: center;
        margin-top: 40px;
        margin-bottom: 16px;
    }
    .link-project{
        opacity: 1;
    }
    .text-contact form{
        margin-top: 60px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .logo1{
        display: none;
    } 
    .logo2{
        display: block;
    }
    .brand-logo-one{
        display: none;
    }
    .brand-logo-two{
        display: block;
    }
    .nav-item{
        text-align: center;
    }
    .btn-one{
        display: none;
        border: 1px solid black;
        border-radius: 0;
    }
    .btn-two{
        display: block;
        border: 1px solid black;
        border-radius: 0;
    }
    .line{
        display: none;
    }
    .text-hero{
        padding-top: 25vh;
    }
    .text-design{
        text-align: center;
    }
    .btn-design{
        text-align: center;
        margin-top: 40px;
        margin-bottom: 16px;
    }
    .link-project{
        opacity: 1;
    }
    .text-contact form{
        margin-top: 60px;
    }
    #available{
        margin-top: 0;
    }
    .marg-available{
        margin: 30px 0;
    }
    .text-footer{
        text-align: center;
    }
    .foo-icons ul{
        text-align: center;
        margin-top: 20px;
    }
}

@media (min-width: 321px) and (max-width: 480px) {
    .logo1{
        display: none;
    } 
    .logo2{
        display: block;
        width: 160px;
    }
    .brand-logo-one{
        display: none;
    }
    .brand-logo-two{
        display: block;
    }
    .nav-item{
        text-align: center;
    }
    .btn-one{
        display: none;
        border: 1px solid black;
        border-radius: 0;
    }
    .btn-two{
        display: block;
        border: 1px solid black;
        border-radius: 0;
    }
    .line{
        display: none;
    }
    .text-hero{
        padding-top: 20vh;
        padding-bottom: 5vh;
    }
    .text-hero h1{
        font-size: 40px;
    }
    .text-design{
        text-align: center;
    }
    .btn-design{
        text-align: center;
        margin-top: 40px;
        margin-bottom: 16px;
    }
    .link-project{
        opacity: 1;
    }
    .text-contact form{
        margin-top: 60px;
    }
    #available{
        margin-top: 0;
    }
    .marg-available{
        margin: 30px 0;
    }
    .text-footer{
        text-align: center;
    }
    .foo-icons ul{
        text-align: center;
        margin-top: 20px;
    }
    .bg-available{
        padding: 40px 0;
    }
    #about{
        padding: 40px 0;
    }
    .text-about h2{
        font-size: 30px;
    }
    #projects{
        padding: 40px 0;
    }
    .text-projects h2{
        font-size: 30px;
    }
    #contact{
        padding: 40px 0;
    }
    .text-contact h2 span{
        display: none;
    }
    .text-contact h2{
        font-size: 30px;
    }
}

@media (max-width: 320px) {
    .logo1{
        display: none;
    } 
    .logo2{
        display: block;
        width: 160px;
    }
    .brand-logo-one{
        display: none;
    }
    .brand-logo-two{
        display: block;
    }
    .nav-item{
        text-align: center;
    }
    .btn-one{
        display: none;
        border: 1px solid black;
        border-radius: 0;
    }
    .btn-two{
        display: block;
        border: 1px solid black;
        border-radius: 0;
    }
    .line{
        display: none;
    }
    .text-hero{
        padding-top: 24vh;
        padding-bottom: 5vh;
    }
    .text-hero h1{
        font-size: 40px;
    }
    .text-design{
        text-align: center;
    }
    .btn-design{
        text-align: center;
        margin-top: 40px;
        margin-bottom: 16px;
    }
    .link-project{
        opacity: 1;
    }
    .text-contact form{
        margin-top: 60px;
    }
    #available{
        margin-top: 0;
    }
    .marg-available{
        margin: 30px 0;
    }
    .text-footer{
        text-align: center;
    }
    .foo-icons ul{
        text-align: center;
        margin-top: 20px;
    }
    .bg-available{
        padding: 40px 0;
    }
    #about{
        padding: 40px 0;
    }
    .text-about h2{
        font-size: 30px;
    }
    #projects{
        padding: 40px 0;
    }
    .text-projects h2{
        font-size: 30px;
    }
    #contact{
        padding: 40px 0;
    }
    .text-contact h2 span{
        display: none;
    }
    .text-contact h2{
        font-size: 30px;
    }
}

/* HERO OTHER PAGES */

#hero-other{
    background-image: url(..//images/hero-other.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 40vh;
}

.bg-hero-other{
    background: rgba(0,0,0,0.5);
    width: inherit;
    min-height: inherit;
}

.text-hero-other{
    text-align: center;
    padding-top: 22vh;
}

.text-hero-other h1{
    font-family: 'PT Serif', serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-size: 60px;
    color: white;
    
}

/* ABOUT PAGE */

#about-message{
    width: 100%;
    height: auto;
    padding: 80px 0;
    background-color: #00affe;
}

.text-about-message{
    
}

.text-about-message h3{
    text-transform: uppercase;
    color: #304357;
    margin-bottom: 0;
    color: white;
    font-weight: 500;
    padding-top: 55px;
}

.text-about-message h3 span{
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #304357;
    font-weight: 500;
}

.text-about-message p{
    color: white;
    font-size: 18px;
}

/* OVERVIEW */

#building-overview{
    padding: 80px 0;
}

.text-overview{ 
    margin: 50px 0;
}

.text-overview h2{
    font-size: 35px;
    text-transform: uppercase;
    font-family: 'PT Serif', serif;
    letter-spacing: 2px;
    color: #304357;
    margin-bottom: 30px;
}

.text-overview p{
    font-size: 18px;
}

.text-overview p:last-of-type{
    margin-bottom: 0;
}

.img-overview{
    background-image: url(..//images/slider2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

/* STORY */

.padd-story{
    padding: 0;
}

.img-story{
    background-image: url(..//images/story.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 450px;
}

.text-our-story{
    margin: 80px 350px 80px 40px; 
}

.text-our-story h2{
    font-size: 35px;
    text-transform: uppercase;
    font-family: 'PT Serif', serif;
    letter-spacing: 2px;
    color: #304357;
    margin-bottom: 30px;
}

/* MISSION */

.padd-miss{
    padding: 0;
}

.img-miss{
    background-image: url(..//images/mission.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 450px;
}

.text-our-mission{
    margin: 80px 40px 80px 350px;
}

.text-our-mission h2{
    font-size: 35px;
    text-transform: uppercase;
    font-family: 'PT Serif', serif;
    letter-spacing: 2px;
    color: #304357;
    margin-bottom: 30px;
}


/* INTRESTED */

#intrested{
    padding: 80px 0;
    width: 100%;
    height: auto;
    background-color: #304357;
}

.text-intrested{
    text-align: center;
}

.text-intrested h3{
    text-transform: capitalize;
    color: white;
    margin-bottom: 0;
}

/* RESPONSIVE ABOUT US */

@media (min-width: 992px) and (max-width: 1199px) {
    .text-our-story{
        margin: 80px 40px;
    }
    .img-story{
        height: 100%;
    }
    .text-our-mission{
        margin: 80px 40px;
    }
    .img-miss{
        height: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .img-overview{
        width: 100%;
        height: 350px;
    }
    .text-overview{
        margin-top: 0;
    }
    .buiding-order-1{
        order: 1;
    }
    .buiding-order-2{
        order: 2;
    }
    .text-about-message{
        text-align: center;
    }
    .text-about-message h3{
        margin-bottom: 30px;
        padding-top: 0;
    }
    .text-about-message p{
        margin-bottom: 0;
    }
    #our-story{
        padding-top: 80px;
    }
    .padd-story{
        padding: 0 55px;
    }
    .text-our-story{
        margin: 0px 0 40px 0;
    }
    .story-order-2{
        order: 2;
    }
    .story-order-1{
        order: 1;
    }
    .padd-miss{
        padding: 0 55px;
    }
    .text-our-mission{
        margin: 60px 0 40px 0;
    }
    #our-mission{
        padding-bottom: 80px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .img-overview{
        width: 100%;
        height: 350px;
    }
    .text-overview{
        margin-top: 0;
    }
    .buiding-order-1{
        order: 1;
    }
    .buiding-order-2{
        order: 2;
    }
    .text-about-message{
        text-align: center;
    }
    .text-about-message h3{
        margin-bottom: 30px;
        padding-top: 0;
    }
    .text-about-message p{
        margin-bottom: 0;
    }
    #our-story{
        padding-top: 80px;
    }
    .padd-story{
        padding: 0 55px;
    }
    .text-our-story{
        margin: 0px 0 40px 0;
    }
    .story-order-2{
        order: 2;
    }
    .story-order-1{
        order: 1;
    }
    .padd-miss{
        padding: 0 55px;
    }
    .text-our-mission{
        margin: 60px 0 40px 0;
    }
    #our-mission{
        padding-bottom: 80px;
    }
    .img-story, .img-miss{
        height: 350px;
    }
}

@media (min-width: 321px) and (max-width: 480px) {
    .img-overview{
        width: 100%;
        height: 250px;
    }
    .text-overview{
        margin-top: 0;
    }
    .buiding-order-1{
        order: 1;
    }
    .buiding-order-2{
        order: 2;
    }
    .text-about-message{
        text-align: center;
    }
    .text-about-message h3{
        margin-bottom: 30px;
        padding-top: 0;
    }
    .text-about-message p{
        margin-bottom: 0;
    }
    #our-story{
        padding-top: 40px;
    }
    .padd-story{
        padding: 0 55px;
    }
    .text-our-story{
        margin: 0px 0 40px 0;
    }
    .story-order-2{
        order: 2;
    }
    .story-order-1{
        order: 1;
    }
    .padd-miss{
        padding: 0 55px;
    }
    .text-our-mission{
        margin: 60px 0 40px 0;
    }
    #our-mission{
        padding-bottom: 40px;
    }
    .img-story, .img-miss{
        height: 250px;
    }
    .text-hero-other h1{
        font-size: 40px;
    }
    #building-overview{
        padding: 40px 0;
    }
    .text-overview h2{
        font-size: 30px;
    }
    .padd-story{
        padding: 0 15px;
    }
    .text-our-story h2{
        font-size: 30px;
    }
    .padd-miss{
        padding: 0 15px;
    }
    .text-our-mission h2{
        font-size: 30px;
    }
}

@media (max-width: 320px) {
    .text-hero-other{
        padding-top: 25vh;
    }
    .img-overview{
        width: 100%;
        height: 250px;
    }
    .text-overview{
        margin-top: 0;
    }
    .buiding-order-1{
        order: 1;
    }
    .buiding-order-2{
        order: 2;
    }
    .text-about-message{
        text-align: center;
    }
    .text-about-message h3{
        margin-bottom: 30px;
        padding-top: 0;
    }
    .text-about-message p{
        margin-bottom: 0;
    }
    #our-story{
        padding-top: 40px;
    }
    .padd-story{
        padding: 0 55px;
    }
    .text-our-story{
        margin: 0px 0 40px 0;
    }
    .story-order-2{
        order: 2;
    }
    .story-order-1{
        order: 1;
    }
    .padd-miss{
        padding: 0 55px;
    }
    .text-our-mission{
        margin: 60px 0 40px 0;
    }
    #our-mission{
        padding-bottom: 40px;
    }
    .img-story, .img-miss{
        height: 250px;
    }
    .text-hero-other h1{
        font-size: 40px;
    }
    #building-overview{
        padding: 40px 0;
    }
    .text-overview h2{
        font-size: 30px;
    }
    .padd-story{
        padding: 0 15px;
    }
    .text-our-story h2{
        font-size: 30px;
    }
    .padd-miss{
        padding: 0 15px;
    }
    .text-our-mission h2{
        font-size: 30px;
    }
}

/* LISTINGS PAGE */

#listings-page{
    padding: 80px 0;
    width: 100%;
    height: auto;
}

.text-listings-page h2{
    font-size: 35px;
    text-transform: uppercase;
    font-family: 'PT Serif', serif;
    letter-spacing: 2px;
    color: #304357;
    margin-bottom: 30px;
}

.img-listings{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 250px;
    position: relative;
    overflow: hidden;
}

.bg-active-list{
    position: absolute;
    background: rgba(83,195,49,0.8);
    width: 150px;
    padding: 5px;
    top: 20px;
    right: -40px;
    -moz-transform: scale(1) rotate(45deg) translate(0px);
    -webkit-transform: scale(1) rotate(45deg) translate(0px);
    -o-transform: scale(1) rotate(45deg) translate(0px);
    transform: scale(1) rotate(45deg) translate(0px);
    text-align: center;
    box-shadow: 0px 4px 1px rgba(0,0,0,0.2);
}

.bg-active-list p{
    margin-bottom: 0;
    color: white;
    font-weight: 600; 
}

.bg-panding-list{
    position: absolute;
    background: rgba(219,131,35,0.8);
    width: 150px;
    padding: 5px;
    top: 20px;
    right: -40px;
    -moz-transform: scale(1) rotate(45deg) translate(0px);
    -webkit-transform: scale(1) rotate(45deg) translate(0px);
    -o-transform: scale(1) rotate(45deg) translate(0px);
    transform: scale(1) rotate(45deg) translate(0px);
    text-align: center;
    box-shadow: 0px 4px 1px rgba(0,0,0,0.2);
}

.bg-panding-list p{
    margin-bottom: 0;
    color: white;
    font-weight: 600;
}

.bg-price{
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(83,195,49,0.8);
}

.bg-price h5{
    margin-bottom: 0;
    padding: 5px 15px;
    color: white;
}

.bg-residential{
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.8);
}

.bg-residential p{
    margin-bottom: 0;
    padding: 5px 10px;
    font-weight: 600;
}

.img-listings a{
    position: absolute;
    width: 100%;
    height: 100%;
}

.padd-list{
    padding: 15px;
}

.text-listings{
    padding-top: 15px;
}

.text-listings h5{
    font-weight: 600;
    text-transform: uppercase;
    color: #304357;
    margin-bottom: 20px;
}

.text-listings p{
    text-transform: capitalize;
    font-size: 14px;
    color: #999999;
}

.text-listings p:first-of-type{
    margin-bottom: 0;
}

.text-listings ul{
    margin-bottom: 0;
    margin-top: 20px;
}

.text-listings ul li{
    list-style: none;
    display: inline-block;
    text-align: center;
    width: 32%;
    font-weight: 600;
}

.text-listings ul li span{
    color: #999999;
}

.paginations{
    margin-top: 40px;
}

.page-prev-next{
    border: 0px solid #304357;
    margin: 0 5px;
    color: #304357;
}

.page-prev-next:hover{
    background-color: #304357;
    color: white;
}

.page-numb{
    border: 0;
    color: #304357;
}

.active-page{
    border-bottom: 1px solid #304357;
}

.page-numb:hover{
    border-bottom: 1px solid #304357;
    background-color: transparent;
}


/* RESPONSIVE LISTINGS */

@media (min-width: 992px) and (max-width: 1199px) {
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
}

@media (min-width: 481px) and (max-width: 767px) {

}

@media (min-width: 321px) and (max-width: 480px) {
    #listings-page{
        padding: 40px 0;
    }
    .text-listings-page h2{
        font-size: 30px;
    }
}

@media (max-width: 320px) {
    #listings-page{
        padding: 40px 0;
    }
    .text-listings-page h2{
        font-size: 30px;
    }
}

/* PROPERTY */

#propety{
    padding: 80px 0;
    width: 100%;
    height: auto;
}

.text-property h2{
    font-size: 35px;
    text-transform: uppercase;
    font-family: 'PT Serif', serif;
    letter-spacing: 2px;
    color: #304357;
    margin-bottom: 30px;
}

.img-property{
    background-image: url(..//images/house1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 500px;
    position: relative;
    overflow: hidden;
}

.active-prop{
    position: absolute;
    background: rgba(83,195,49,0.8);
    width: 150px;
    padding: 5px;
    top: 20px;
    left: -40px;
    -moz-transform: scale(1) rotate(-45deg) translate(0px);
    -webkit-transform: scale(1) rotate(-45deg) translate(0px);
    -o-transform: scale(1) rotate(-45deg) translate(0px);
    transform: scale(1) rotate(-45deg) translate(0px);
    text-align: center;
    box-shadow: 0px 4px 1px rgba(0,0,0,0.2);
}

.active-prop p{
    margin-bottom: 0;
    color: white;
    font-weight: 600;
}

.desc-property{
    
}

.desc-property ul{
    margin-bottom: 0;
}

.desc-property ul li{
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}

.desc-property ul li:first-of-type{
    background: rgba(83,195,49,0.8);
}

.desc-property ul li h5{
    margin-bottom: 0;
    padding: 15px 15px;
    color: white;
}

.desc-property ul li a{
    color: #00affe;
    font-weight: 600;
    text-decoration: none;
}

.desc-property ul li a:hover{
    text-decoration: none;
    color: #304357;
}

.desc-property ul li span{
    font-weight: 600;
}

.tabs-prop{
    
}

.tabs-prop ul{
    margin-bottom: 20px;
    margin-top: 40px;
    border-bottom: 1px solid #999999;
}

.tabs-prop ul li{
    list-style: none;
    display: inline-block;
    padding: 10px;
    color: #304357;
    font-weight: 600;
}

.tabs-prop ul li:hover{
    background-color: #999999;
    color: white !important;
    font-weight: 600;
    cursor: pointer;
}

.active-tabs{
    background-color: #999999;
    color: white !important;
    font-weight: 600;
}

.table-row tr td{
    width: 50%;
}

.pic{
    padding: 10px;
}

.img-fluid{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height: 220px;
}

/* RESPONSIVE PROPERTY */

@media (min-width: 992px) and (max-width: 1199px) {
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
}

@media (min-width: 481px) and (max-width: 767px) {
    .img-property{
        min-height: 350px;
    }
}

@media (min-width: 321px) and (max-width: 480px) {
    #propety{
        padding: 40px 0;
    }
    .img-property{
        min-height: 250px;
    }
    .text-property h2{
        font-size: 30px;
    }
}

@media (max-width: 320px) {
    #propety{
        padding: 40px 0;
    }
    .img-property{
        min-height: 250px;
    }
    .text-property h2{
        font-size: 30px;
    }
}

/* PLANS */

#seacrh-plan{
    padding-top: 40px;
    padding-bottom: 25px;
    background-color: #00affe;
    width: 100%;
    height: auto;
}

.form-field{
    box-shadow: none !important;
    border-radius: 0;
}

.btn-search{
    border: 2px solid white;
    background-color: white;
    width: 100%;
    height: 100%;
    font-weight: 600;
    color: #304357;
}

.btn-search:hover{
    background-color: transparent;
    color: white;
}

/* PLANS */

#plans{
    padding: 80px 0;
    width: 100%;
    height: auto;
}

.padd-plans{
    padding: 15px;
}

.img-plans{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 250px;
}

.img-plans a{
    position: absolute;
    width: inherit;
    height: inherit;
}

.text-plans{
    
}

.text-plans h5{
    margin: 20px 0;
}

.text-plans h5 a{
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    color: #304357;
}

.text-plans ul{
    margin-bottom: 0;
}

.text-plans ul li{
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.text-plans ul li i{
    font-size: 25px;
    color: #999999;
}

/* RESPONSIOVE PLANS */

@media (min-width: 992px) and (max-width: 1199px) {
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
}

@media (min-width: 481px) and (max-width: 767px) {
    .btn-search{
        padding: 5px 0;
    }
}

@media (min-width: 321px) and (max-width: 480px) {
    .btn-search{
        padding: 5px 0;
    }
    #plans{
        padding: 40px 0;
    }
}

@media (max-width: 320px) {
    .btn-search{
        padding: 5px 0;
    }
    #plans{
        padding: 40px 0;
    }
}

/* SINGLE PLAN */

#single-plan{
    padding: 80px 0;
}

.img-single-plan{
    background-image: url(..//images/plans.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.text-single-plan{
    
}

.text-single-plan h2{
     font-size: 35px;
    text-transform: uppercase;
    font-family: 'PT Serif', serif;
    letter-spacing: 2px;
    color: #304357;
    margin-bottom: 20px;
}

.text-single-plan ul{
    margin-bottom: 40px;
}

.text-single-plan ul li{
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}

.text-single-plan ul li i{
    font-size: 25px;
    color: #999999;
}

.text-single-plan h5{
    color: #00affe;  
}

.text-single-plan p{
    font-size: 18px;
}

.back-to{
    margin: 60px 0;
}

.back-to a{
    border: 2px solid #304357;
    padding: 15px 35px;
    color: #304357;
    font-weight: 600;
    text-decoration: none;
}

.back-to a i{
    margin-right: 10px;
}

.back-to a:hover{
    border: 2px solid #304357;
    background-color: #304357;;
    color: white;
    text-decoration: none;
}

.img-plan{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 380px;
}

.pdf-plan{
    margin-top: 60px;
    margin-bottom: 16px;
    text-align: right;
}

.pdf-plan a{
    border: 2px solid #304357;
    padding: 15px 35px;
    color: #304357;
    font-weight: 600;
    text-decoration: none;
}
.pdf-plan a:hover{
    border: 2px solid #304357;
    background-color: #304357;;
    color: white;
    text-decoration: none;
}

/* WITH THIS */

#with-plan{
    padding: 80px 0;
}

.text-with-plan h2{
    font-size: 35px;
    text-transform: uppercase;
    font-family: 'PT Serif', serif;
    letter-spacing: 2px;
    color: #304357;
    margin-bottom: 30px;
}

.padd-with{
    padding: 15px;
}

.img-with-plan{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 250px;
}

.text-plan-with{
    
}

.text-plan-with h5{
    text-transform: uppercase;
    font-weight: 600;
    color: #304357;
    margin: 20px 0;
}

.text-plan-with ul{
    margin-bottom: 0;
}

.text-plan-with ul li{
    list-style: none;
    margin-bottom: 5px;
}

.text-plan-with ul li i{
    font-size: 25px;
    margin-right: 5px;
    color: #999999;
}

/* RESPONSIOVE SINGLE PLAN */

@media (min-width: 992px) and (max-width: 1199px) {
	
}

@media (min-width: 768px) and (max-width: 991px) {
    .order-signle-2{
        order: 2;
    }
    .order-signle-1{
        order: 1;
    }
    .order-signle-3{
        order: 3;
    }
    .order-signle-4{
        order: 4;
    }
    .order-signle-5{
        order: 5;
    }
    .order-signle-6{
        order: 6;
    }
    .img-single-plan{
        width: 100%;
        height: 350px;
        margin-top: 20px;
    }
    .img-plan{
        height: 320px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .order-signle-2{
        order: 2;
    }
    .order-signle-1{
        order: 1;
    }
    .order-signle-3{
        order: 3;
    }
    .order-signle-4{
        order: 4;
    }
    .order-signle-5{
        order: 5;
    }
    .order-signle-6{
        order: 6;
    }
    .img-single-plan{
        width: 100%;
        height: 350px;
        margin-top: 20px;
    }
    .img-plan{
        height: 320px;
    }
    .img-plan-1{
        margin-bottom: 20px;
    }
}

@media (min-width: 321px) and (max-width: 480px) {
    .order-signle-2{
        order: 2;
    }
    .order-signle-1{
        order: 1;
    }
    .order-signle-3{
        order: 3;
    }
    .order-signle-4{
        order: 4;
    }
    .order-signle-5{
        order: 5;
    }
    .order-signle-6{
        order: 6;
    }
    .img-single-plan{
        width: 100%;
        height: 250px;
        margin-top: 20px;
    }
    .img-plan{
        height: 250px;
    }
    .img-plan-1{
        margin-bottom: 20px;
    }
    #single-plan{
        padding: 40px 0;
    }
    .text-single-plan h2{
        font-size: 30px;
    }
    #with-plan{
        padding: 40px 0;
    }
    .text-with-plan h2{
        font-size: 30px;
    }
}

@media (max-width: 320px) {
    .order-signle-2{
        order: 2;
    }
    .order-signle-1{
        order: 1;
    }
    .order-signle-3{
        order: 3;
    }
    .order-signle-4{
        order: 4;
    }
    .order-signle-5{
        order: 5;
    }
    .order-signle-6{
        order: 6;
    }
    .img-single-plan{
        width: 100%;
        height: 250px;
        margin-top: 20px;
    }
    .img-plan{
        height: 250px;
    }
    .img-plan-1{
        margin-bottom: 20px;
    }
    #single-plan{
        padding: 40px 0;
    }
    .text-single-plan h2{
        font-size: 30px;
    }
    #with-plan{
        padding: 40px 0;
    }
    .text-with-plan h2{
        font-size: 30px;
    }
}   

/* COMMUNITIES */

#communities{
    padding: 80px 0;
}

.img-comm{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 250px;
}

.img-comm a{
    position: absolute;
    width: inherit;
    height: inherit;
}

.padd-comm{
    padding: 15px;
}

.text-communities{
    
}

.text-communities h5{
    margin: 20px 0;  
}

.text-communities h5 a{
    text-transform: uppercase;
    font-weight: 600;
    color: #304357;
    text-decoration: none;
}

.text-communities ul{
    margin-bottom: 0;
}

.text-communities ul li{
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.text-communities ul li i{
    font-size: 25px;
    color: #999999;
}

/* RESPONSIVE COMMUNUTIES */

@media (min-width: 992px) and (max-width: 1199px) {
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
}

@media (min-width: 481px) and (max-width: 767px) {

}

@media (min-width: 321px) and (max-width: 480px) {
    #communities{
        padding: 40px 0;
    }
}

@media (max-width: 320px) {
    #communities{
        padding: 40px 0;
    }
}

/* SINGLE COMMUNITY */

#single-community{
    padding: 80px 0;
    width: 100%;
    height: auto;
}

.img-single-comm{
    background-image: url(..//images/chicago.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.text-single-comm h2{
    font-size: 35px;
    text-transform: uppercase;
    font-family: 'PT Serif', serif;
    letter-spacing: 2px;
    color: #304357;
    margin-bottom: 20px;
}

.text-single-comm ul{
    margin-bottom: 30px;
}

.text-single-comm ul li{
    list-style: none;
    margin-bottom: 5px;
}

.text-single-comm ul li i{
    font-size: 25px;
    color: #999999;
}

.text-single-comm h5{
    color: #00affe;
    margin-bottom: 20px;
}

.text-single-comm h6{
    font-size: 14px;
    color: #999999;
}

.text-single-comm p:nth-of-type(2){
    margin-bottom: 0;
}

.other-comm{
    margin: 60px 0;
}

.other-comm a{
    border: 2px solid #304357;
    padding: 15px 35px;
    color: #304357;
    font-weight: 600;
    text-decoration: none;
}

.other-comm a i{
    margin-right: 10px;
}

.other-comm a:hover{
    border: 2px solid #304357;
    background-color: #304357;;
    color: white;
    text-decoration: none;
}

.img-single-community{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(..//images/plan1.jpeg);
    width: 100%;
    height: 350px;
}

/* AVAILABLE HOMES COMM */

#available-comm{
    padding: 80px 0;
}

.text-avail h2{
    font-size: 35px;
    text-transform: uppercase;
    font-family: 'PT Serif', serif;
    letter-spacing: 2px;
    color: #304357;
    margin-bottom: 30px;
}

.padd-avail{
    padding: 15px;
}

.img-available-comm{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 250px;
}

.img-available-comm a{
    position: absolute;
    width: inherit;
    height: inherit;
}

.text-avail-comm{
    
}

.text-avail-comm ul{
    margin-bottom: 0;
}

.text-avail-comm ul li{
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}

.text-avail-comm ul li i{
    font-size: 25px;
    color: #999999;
}

.text-avail-comm h5{
    margin: 20px 0;
}

.text-avail-comm h5 a{
    text-decoration: none;
    color: #304357;
    font-weight: 600;
    text-transform: uppercase;
}

/* RESPONSIVE SINGLE COMM */

@media (min-width: 992px) and (max-width: 1199px) {
	
}

@media (min-width: 768px) and (max-width: 991px) {
    .img-single-community{
        height: 250px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .order-comm-1{
        order: 1;
    }
    .order-comm-2{
        order: 2;
    }
    .order-comm-3{
        order: 3;
    }
    .order-comm-4{
        order: 4;
    }
    .order-comm-5{
        order: 5;
    }
    .img-comm-marg{
        margin-bottom: 20px;
    }
    .img-single-comm{
        width: 100%;
        height: 350px;
        margin-top: 20px;
    }
}

@media (min-width: 321px) and (max-width: 480px) {
    .order-comm-1{
        order: 1;
    }
    .order-comm-2{
        order: 2;
    }
    .order-comm-3{
        order: 3;
    }
    .order-comm-4{
        order: 4;
    }
    .order-comm-5{
        order: 5;
    }
    .img-comm-marg{
        margin-bottom: 20px;
    }
    .img-single-comm{
        width: 100%;
        height: 250px;
        margin-top: 20px;
    }
    #single-community{
        padding: 40px 0;
    }
    .text-single-comm h2{
        font-size: 30px;
    }
    .img-single-community{
        height: 250px;
    }
    #available-comm{
        padding: 40px 0;
    }
    .text-avail h2{
        font-size: 30px;
    }
}

@media (max-width: 320px) {
    .order-comm-1{
        order: 1;
    }
    .order-comm-2{
        order: 2;
    }
    .order-comm-3{
        order: 3;
    }
    .order-comm-4{
        order: 4;
    }
    .order-comm-5{
        order: 5;
    }
    .img-comm-marg{
        margin-bottom: 20px;
    }
    .img-single-comm{
        width: 100%;
        height: 250px;
        margin-top: 20px;
    }
    #single-community{
        padding: 40px 0;
    }
    .text-single-comm h2{
        font-size: 30px;
    }
    .img-single-community{
        height: 250px;
    }
    #available-comm{
        padding: 40px 0;
    }
    .text-avail h2{
        font-size: 30px;
    }
}

/*
<i class="fa fa-map-marker"></i>
font-family: 'PT Serif', serif;

#00affe - blue
#c9b35e - yellow
#304357 - gray background

*/