.page_title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8em;
    color: #646565;
    margin: 5px 0 5px 0;
    position: relative;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    padding: 10px 25px 0 25px;
}


/*------- Footer ------*/

.footer_synchron {
    margin: 0px;
    padding: 15px;
}

.footer_synchron img {
    width: 100px;
}

.footer_synchron p {
    text-align: center;
    color: #646565;
    margin: 0px 0 0 0;
    font-size: 10px;
}

.header-footer {
    line-height: 18px;
}

.header-footer span {
    cursor: pointer;
}

.disclaimer_content {
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 150;
    padding: 10px 15px;
    display: none;
    border-top: 1px solid #ddd;
}

.disclaimer_content .content {
    position: relative;
}

.disclaimer_content h5 {
    font-family: 'Montserrat', sans-serif;
    color: #646565;
    font-size: 12px;
    margin: 0 0 5px 0;
}

.disclaimer_content h6 {
    font-family: 'Montserrat', sans-serif;
    color: #646565;
    font-size: 11px;
    line-height: 16px;
}

.disclaimer_content button {
    font-family: 'Montserrat', sans-serif;
    color: #646565;
    position: absolute;
    top: -5px;
    right: -5px;
    background: transparent;
    box-shadow: none;
    border: none;
    cursor: pointer;
}


/*------- Features ------*/


/*- Features Tile New -*/

.features_tiles_wrap {
    background: #fff;
    margin: 50px 0;
    padding: 20px;
}

.features_tiles_wrap a {
    display: block;
    padding: 120px 10px;
    min-height: 50px;
    margin: 0px 0 20px 0;
    height: 300px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.9em;
    color: #646565;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    background: #fff;
    border: 2px solid #f1f1f1;
    line-height: 30px;
}

.features_tiles_wrap a.blue:hover {
    background: rgba(40, 172, 226, 0.7);
    border: 2px solid rgba(40, 172, 226, 0.1);
    color: #fff;
}

.features_tiles_wrap a.orange:hover {
    background: rgba(241, 131, 33, 0.7);
    border: 2px solid rgba(40, 172, 226, 0.1);
    color: #fff;
}

.features_tiles_wrap a.green:hover {
    background: rgba(147, 201, 84, 0.7);
    border: 2px solid rgba(40, 172, 226, 0.1);
    color: #fff;
}

@media (max-width: 768px) {
    .features_tiles_wrap {
        background: #fff;
        margin: 0px 0 20px 0;
        padding: 20px;
    }
}


/*- Features Menu new -*/

.features_tiles_menu {
    background: #fff;
    margin: 50px 0 0px 0;
    padding: 20px 20px 0 20px;
}

.features_tiles_menu ul li {
    margin: 0 10px 10px 0;
    width: 15%;
    text-align: center;
    float: left;
}

.features_tiles_menu li a {
    display: block;
    padding: 10px;
    height: 75px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3em;
    color: #646565;
    text-align: center;
    background: #fff;
    border: 1px solid #f1f1f1;
    line-height: 18px;
}

.features_tiles_menu li.active a {
    border: 1px solid #f18321;
    font-weight: 500;
    color: #f18321;
}

@media (max-width: 768px) {
    .features_tiles_menu {
        background: #fff;
        margin: 0px 0 0px 0;
        padding: 20px 20px 0 20px;
    }
    .features_tiles_menu ul li {
        margin: 0 10px 10px 0;
        width: 100%;
        text-align: center;
        float: left;
    }
    .features_tiles_menu li a {
        display: block;
        padding: 10px;
        min-height: 50px;
        height: 60px;
        font-family: 'Montserrat', sans-serif;
        font-size: 1.3em;
        color: #646565;
        text-align: center;
        background: #fff;
        border: 1px solid #ddd;
        line-height: 18px;
    }
}


/*- Features Menu Parallax -*/

.features_tiles {
    background: #fff;
    height: 60px;
    position: fixed;
    top: 50px;
    z-index: 9999999;
    padding: 10px;
}

.features_tiles ul li {
    margin: 0 10px 0 0;
    width: 200px;
    text-align: center;
    float: left;
}

.features_tiles li a {
    display: block;
    padding: 10px;
    min-height: 50px;
    height: 60px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3em;
    color: #646565 !important;
    text-align: center;
    background: #fff;
    border: 1px solid #f1f1f1;
    line-height: 18px;
}

.features_tiles li.active a {
    border: 1px solid #ddd;
    font-weight: 500;
    color: #474747;
}

@media (max-width: 768px) {
    .features_tiles {
        background: #fff;
        height: 60px;
        position: relative;
        top: 0px;
        z-index: 9999999;
        width: 100%;
        padding: 10px;
    }
    .features_tiles ul li {
        margin: 0 10px 10px 0;
        width: 100%;
        text-align: center;
        float: left;
    }
    .features_tiles li a {
        display: block;
        padding: 10px;
        min-height: 50px;
        height: 60px;
        font-family: 'Montserrat', sans-serif;
        font-size: 1.3em;
        color: #646565 !important;
        text-align: center;
        background: #fff;
        border: 1px solid #ddd;
        line-height: 18px;
    }
}


/*- Features Block -*/

.fearutes_block {
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 0px 0 0 0;
    text-align: left;
    position: relative;
}

.fearutes_block img {
    width: 100%;
}

.fearutes_block .features_content {
    padding: 0px;
    background: #fff;
    position: relative;
}

.fearutes_block .features_content.download {
    margin-top: 50px;
}

.fearutes_block .features_content .text_content.left {
    position: absolute;
    width: 100%;
    left: 0;
    /*top: 50px;*/
    top: 5px;
    padding: 0 25px;
}

.fearutes_block .features_content .text_content.left h6 {
    width: 50%;
}

.fearutes_block .features_content .text_content.left.f1 h6 {
    width: 55%;
}

.fearutes_block .features_content .text_content.left p {
    width: 33%;
}

.fearutes_block .features_content .text_content.left.f6 p {
    width: 47%;
}

.fearutes_block .features_content .text_content.left.relative {
    position: relative;
    width: 100%;
    left: 0;
    /*top: 50px;*/
    top: 5px;
    padding: 0 25px;
}

.fearutes_block .features_content .text_content.full {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0px;
    padding: 25px;
}

.fearutes_block .features_content .text_content.full.relative {
    position: relative;
    width: 100%;
    left: 0;
    top: 0px;
    padding: 25px;
}

.fearutes_block .features_content .text_content h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2em;
    color: #646565;
    opacity: 0.7;
    margin: 0 0 15px 0;
}

.fearutes_block .features_content .text_content h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8em;
    color: #474747;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
}

.fearutes_block .features_content .text_content h6 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8em;
    color: #646565;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
}

.fearutes_block .features_content .text_content p {
    font-size: 1.3em;
    color: #646565;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 768px) {
    .fearutes_block .features_content .text_content.left {
        position: relative;
        width: 100%;
        left: 0;
        top: 0px;
        padding: 25px;
    }
    .fearutes_block .features_content .text_content.left h6 {
        width: 100%;
    }
    .fearutes_block .features_content .text_content.left p {
        width: 100%;
    }
    .fearutes_block .features_content .text_content.left.f6 p {
        width: 100%;
    }
    .fearutes_block .features_content .text_content.full {
        position: relative;
        width: 100%;
        left: 0;
        top: 0px;
        padding: 25px;
    }
    .fearutes_block .features_content .text_content h3 {
        font-family: 'Montserrat', sans-serif;
        font-size: 1.5em;
        color: #646565;
        opacity: 0.7;
        margin: 0 0 15px 0;
    }
    .fearutes_block .features_content .text_content h5 {
        font-family: 'Montserrat', sans-serif;
        font-size: 1.2em;
        line-height: 23px;
        color: #474747;
        text-transform: uppercase;
        font-weight: 500;
        margin-bottom: 10px;
    }
    .fearutes_block .features_content .text_content h6 {
        font-family: 'Montserrat', sans-serif;
        font-size: 1.2em;
        line-height: 23px;
        color: #646565;
        text-transform: uppercase;
        font-weight: 500;
        margin-bottom: 20px;
    }
    .fearutes_block .features_content .text_content p {
        font-size: 1.2em;
        color: #646565;
        font-family: 'Montserrat', sans-serif;
    }
}


/*------- Master Plan ------*/

.master_plan_wrap {
    padding: 150px 15px;
    background: #fff;
    min-height: 750px;
}

.master_plan_wrap img {
    width: 100%;
}

.master_plan_wrap h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2em;
    color: #646565;
    opacity: 0.7;
    margin: 0 0 15px 0;
}


/*------- Unit Plan ------*/

.unit_block {
    background: #fff;
    padding: 0 15px;
    position: relative;
}

.unit_block.first {
    margin-top: 80px;
}

.unit_block h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2em;
    color: #646565;
    opacity: 0.7;
    margin: 25px 0 10px 0;
    position: relative;
    width: 100%;
    text-align: center;
}

.unit_block img {
    width: 90%;
    margin: 0px auto 0 auto;
}

@media (max-width: 768px) {
    .master_plan_wrap {
        padding: 20px 15px;
        background: #fff;
        min-height: 750px;
    }
    .unit_block {
        background: #fff;
        padding: 0 15px;
        position: relative;
    }
    .unit_block.first {
        margin-top: 30px;
    }
    .unit_block h3 {
        font-family: 'Montserrat', sans-serif;
        font-size: 1.5em;
        color: #646565;
        opacity: 0.7;
        margin: 25px 0 10px 0;
        position: relative;
        width: 100%;
        text-align: center;
    }
    .unit_block img {
        width: 90%;
        margin: 0px auto 0 auto;
    }
}


/*------- Specification ------*/

.specification_wrap {
    padding: 70px 25px;
    background: #fff;
    min-height: 750px;
}

.specification_wrap h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3em;
    color: #646565;
    opacity: 0.7;
    margin: 25px 0 0px 0;
    position: relative;
    width: 100%;
    text-align: left;
}

.specification_wrap p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em;
    color: #646565;
    margin: 5px 0 10px 0;
    position: relative;
    width: 100%;
    text-align: left;
}

.specification_wrap h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3em;
    color: #646565;
    margin: 5px 0 5px 0;
    position: relative;
    line-height: 40px;
    width: 100%;
    text-align: left;
}

.specification_wrap h3 strong {
    color: #474747;
}

.specification_wrap img {
    width: 100%;
    margin: 15px 0;
}

@media (max-width: 768px) {
    .specification_wrap {
        padding: 5px 25px;
        background: #fff;
        min-height: 750px;
    }
    .specification_wrap h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 1.3em;
        color: #646565;
        opacity: 0.7;
        margin: 5px 0 5px 0;
        position: relative;
        width: 100%;
        text-align: left;
    }
    .specification_wrap p {
        font-family: 'Montserrat', sans-serif;
        font-size: 1.2em;
        color: #646565;
        margin: 5px 0 10px 0;
        position: relative;
        width: 100%;
        text-align: left;
    }
    .specification_wrap img {
        width: 50%;
        margin: 5px 0;
    }
}
