#hero {
    background: url('/img/apt-hero-bg-lg.jpg') top right;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #1e1d58;
    padding-bottom: 80px;
    color: #ffffff;
    height: auto;
}

#hero * {
    color: #ffffff;
    font-weight: 700;
}

#mobile-nav-toggle i {
    color: #ffffff;
}

div.hero-img img {
    margin: 0 auto 30px auto;
}
h1.heading {
    margin: 40px auto;
}
h4.sub-heading {
    text-align: justify;
    text-align-last: left;
    font-size: 1.8em;
}

#header {
    border-bottom: 1px solid #eeeeee;
}

ul.top-lg li::after {
    background: #ffffff;
}


#steps {
    /* background: url(/img/triangle-header-pattern.png) top center repeat-x; */
    /* background-color: #f3f0ee; */
    background-color: #ffffff;
    position: relative;
    /* padding-top: 170px; */
    padding: 80px 0;
    height: auto;
}

.step {
    text-align: center;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
}
.step .step-icon {
    display: inline-block;
    background: #A1D7D3;
    color: #212060;
    width: 120px;
    height: 120px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    margin: 15px auto;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.step .step-icon:hover{
    /* color: #ffffff;
    background: #212060; */
    -webkit-box-shadow: 0 0 20px gray;
    -moz-box-shadow: 0 0 20px gray;
    box-shadow: 0 0 20px gray;
}
.step .step-icon i.fa {
    font-size: 5em;
    line-height: 120px;
}

.step .step-icon.location {
    color: #ffffff;
    background: #F77171;
}

.step .step-icon.refresh {
    color: #ffffff;
    background: #762768;
}

.step .step-icon.thumbsup {
    color: #ffffff;
    background: #A1D7D3;
}
.step p, .step span{
    text-align: justify;
    text-align-last: center;
    font-family: 'Fira Sans', sans-serif;
    padding: 0 15px;
    font-size: 1.2em;
}

.step span {
    display: block;
    text-align: center;
    color: #999999;
    margin: 10px auto ;
}

.step span h4 {
    display: inline;
    color: #03363d;
    font-size: 1.3em;
    font-weight: bold;
}

.step img {
    margin: 15px auto;
}


/* Benefits Section
--------------------------------*/
#benefits {
    background: url(/img/benefit-bg.jpg) fixed center center;
    background-size: cover;
    padding: 80px 0;
    height: auto;
    min-height: 90vh;
}

h1.section-title.padding {
    padding: 30px;
}

/*ul.benefits li:before {*/
    /*content: "";*/
    /*border-color: transparent #111;*/
    /*border-style: solid;*/
    /*border-width: 0.35em 0 0.35em 0.45em;*/
    /*display: block;*/
    /*height: 0;*/
    /*width: 0;*/
    /*left: -1em;*/
    /*top: 0.9em;*/
    /*position: relative;*/
/*}*/

#our-secret {
    /* background: url(/img/triangle-header-pattern.png) top left; */
    /* background-color: #a5a5a5; */
    background-repeat: repeat-x;
    padding: 80px 0 80px 0;
    position: relative;
}

#our-secret .right-img {
    text-align: right;
}
#our-secret .right-img img{
    width: 90%;
    height: auto;
}
ul.custom-bullet li {
    font-size: 1.4em;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 100;
    padding: 0 30px;
    color: #333333;
    letter-spacing: 1px;
}
ul.custom-bullet {
    list-style: none;
}

ul.custom-bullet li {
    background: url("/img/circle-ul-bullet.png") top left no-repeat;
    line-height: 24px;
    padding-left: 40px;
    margin: 15px auto;
}
h1.section-title.padding {
    padding: 30px;
    color: rgb(20, 22, 61);
    padding-top: 0;
    margin-top: 0;
    font-family: 'Lato', sans-serif;
}
p.st-text {
    font-size: 1.5em;
    font-weight: 100;
    padding: 0 30px;
    color: #333333;
    letter-spacing: 1px;
}
/* benefits residents Section
--------------------------------*/
#benefits-residents {
    background-color:rgb(33, 32, 96);
    background: url('/img/navyblue-gradient.jpg') center center;
    background-size: cover;
    position: relative;
    padding: 120px 0;
    height: auto;
    color: #ffffff
}
#benefits-residents h1.section-title {
    color: #ffffff;
    margin: 0 auto 50px auto;
}

#benefits-residents .row .item {
    text-align: center;
    font-size: 1.2em;
    font-family: 'Fira Sans', sans-serif;
}
#benefits-residents .row .item h2 {
    color: #F77171;
    font-weight: 900;   
}
#benefits-residents .row .item p {
    font-size: 1.2em;
    letter-spacing: 1px;
    margin: 5px 0;
}
#benefits-residents .row .item img {
    height: 80px;
    width: auto;
}
#contact-us {
    background: url(/img/copy-bg.jpg) bottom right no-repeat;
    background-size: cover;
    /* height: 90vh; */
    padding: 170px 0 150px 0;
}

#contact-us h2.header {
    letter-spacing: 1px;
    font-family: 'Fira Sans', sans-serif;
    color: #03363d;
    font-weight: 900;
}

#contact-us a.btn.btn-lg.btn-round {
    font-size: 1.5em;
}

@media (min-width: 1600px){
    #hero {
        padding: 0 0 200px 0;
    }
}
@media (max-width: 1200px) {

    #our-secret .right-img img{
        width: 100%;
        height: auto;
    }
    ul.custom-bullet li {
        font-size: 1.2em;
    }
    h1.heading {
        margin: 40px auto;
        font-size: 4em;
    }
    h4.sub-heading {
        text-align: justify;
        text-align-last: center;
        font-size: 1.5em;
    }
}

@media (max-width: 1080px) {
    h1.heading {
        margin: 40px auto;
        font-size: 3em;
    }
    h4.sub-heading {
        text-align: justify;
        font-size: 1.2em;
    }

}


@media (max-width: 991px) {

    #benefits {
        background: url(/img/benefit-bg-md.jpg) fixed center center;
        background-size: cover;
        min-height: auto;
    }
    
    h1.heading {
        text-align: center;
    }
    #our-secret .right-img {
        display: none;
    }
    #benefits-residents .right-img {
        display: none;
    }
    #benefits-residents {
        padding: 80px 30px;
        height: auto;
    }
    
    div.hero-img img {
        display: none;
    }
}


@media (max-width: 900px) {

    #hero {
        background: url("/img/apt-hero-bg-md.jpg") top right;
        background-size: cover;
    }
    #benefits-residents h1.section-title {
        font-size: 2.5em
    }
    #benefits-residents ul li {
        font-size: 1em;
    }
    div.hero-img img {
        width: 50%;
        height: auto;
        margin: 15px auto;
    }
    

}

@media (max-width: 768px) {

    div.hero-img img {
        display: none;
    }

    h1.heading {
        margin: 30px auto;
    }

    h4.sub-heading {
        margin: 50px auto;
        font-size: 1.3em;
    }
    
    #contact-us {
        background: linear-gradient(#aaaaaa, #ffffff);
        padding: 50px 30px 30px 30px;
    }
}


@media (max-width: 767px) {
    #hero {
        background: url("/img/apt-hero-bg-sm.jpg");
        background-size: cover;
    }
}