﻿.home_part1 {
    height: 700px;
    padding: 0;
}

.home_part2 {
    background-color: #004b5e;
    min-height: 400px;
    position: relative;
    padding: 80px 0 50px 0;
}

.home_part2 p {
    color: white;
}

.home_part2 .right_bar {
    position: absolute;
    right: 0;
    top: -1px;
    width: 50px;
    background-color: white;
    height: 102%;
}

.join_area_buttons {
    display: flex;
    position: absolute;
    bottom: 40px;
}

.join_area_buttons .custom_btn {
    margin-right: 10px;
}

.join_button {
    display: none;
    background-color: #ff395e;
    padding: 7px 20px;
    position: absolute;
    top: 194px;
    right: 43%;
    z-index: 20;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    font-size: 13px;
}

.join_button:hover i {
    margin-left: 8px;
}

.join_button i {
    margin-left: 3px;
    color: white;
}

.home_part2_container {
    display: flex;
    justify-content: space-between;
    width: 87%;
    padding-left: 11%;
}

.home_part2_item {
    position: relative;
    min-height: 250px;
    border-top: 5px solid white;
    width: 43%;
    padding: 30px 30px 30px 0;
}

.home_part2_container h2 {
    position: absolute;
    top: -42px;
    right: -2px;
    font-size: 40px;
    font-weight: bold;
    color: white;
}

.custom_btn {
    background-color: #ff395e;
    padding: 7px 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    font-size: 13px;
    border-radius: 0;
}

a.custom_btn {
    color: white;
}

.custom_btn:hover,
.custom_btn:active,
.custom_btn:focus {
    background-color: #d31438;
    color: white;
}

.custom_btn i {
    margin-left: 3px;
}

.custom_btn:hover i {
    margin-left: 8px;
}

.icon_bar {
    height: 135px;
    width: 90%;
    position: absolute;
    bottom: 0;
    left: -100%;
    z-index: 110;
    display: flex;
    justify-content: space-between;
}

.icon_bar .icon_link {
    width: 135px;
    height: 135px;
    text-align: center;
    box-shadow: 0px 6px 20px 4px rgba(214,214,214,0.5);
}

.icon_bar .icon_link i {
    color: #ff395e;
    padding: 25px 25px 0 25px;
}

.icon_bar a,
.icon_link p {
    color: #ff395e;
    font-size: 14px;
}

.events_btn,
.news_btn {
    position: absolute;
    bottom: 0;
    left: 0;
}


.home_part3 {
    padding-bottom: 65px;
    background-color: white;
    position: relative;
}

.home_part3 h1 {
    font-weight: bold;
    font-size: 40px;
    color: #003a38;
    padding: 50px 11%;
    padding-bottom: 0;
    z-index: 5;
    position: relative;
    text-transform: uppercase;
}

.home_part3 .join_text_area {
    background-color: white;
    width: 73%;
    position: relative;
    margin-left: 11%;
    margin-top: 40px;
    padding: 40px;
    padding-right: 285px;
    z-index: 0;
    box-shadow: 0px 6px 20px 4px rgba(214,214,214,0.5);
}

.home_part3 .join_text_area .join_text {
    margin-bottom: 50px;
    padding-bottom: 1px;
}

.home_part3 .join_text_area li {
    margin-bottom: 2px;
}

.home_part3 .back_icon {
    position: absolute;
    right: 0;
}

.home_part3 .back_icon i {
    color: white;
}

.home_part3 .part3_left_bar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 51px;
    background-color: white;
    height: 100%;
}

.testimonials_button {
    position: absolute;
    bottom: 312px;
    left: 23%;
    width: 200px;
    z-index: 3;
    text-align: center;
}

.join_btn_large {
    position: absolute;
    top: 190px;
    right: 27%;
    width: 200px;
    height: 200px;
    font-size: 40px;
    padding: 86px 53px;
    z-index: 20;
}

.home_part3 ul {
    list-style-type: none;
    padding-left: 0;
}

.home_part3 li::before {
    content: '';
    display: inline-block;
    background-color: #ff395e;
    width: 10px;
    height: 10px;
    margin-right: 12px;
}

.home_part3 .right_bar {
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 50px;
    height: 50%;
    background-color: white;
    z-index: 10;
}

.home_part3 .testimonials {
    position: absolute;
    right: 50px;
    bottom: 0;
    width: 27%;
    height: 312px;
    background-color: #004b5e;
    padding: 50px;
    color: white;
    z-index: 5;
}

.testimonials p {
    font-size: 20px;
    line-height: 29px;
}

.testimonials h5 {
    margin-top: 30px;
}

.testimonials .quote_mark {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 80px;
    position: absolute;
}

.testimonials .quote_open {
    left: -35px;
    top: -15px;
}

.testimonials .quote_close {
    right: -35px;
    bottom: 10px;
}

.home_blocks {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 170px;
    left: -100%;
    z-index: 110;
    width: 90%;
}

.home_blocks a {
    width: 47%;
}

.home_block {
    width: 100%;
    height: 70px;
    background-color: #ff395e;
    padding: 20px;
    position: relative;
    text-align: left;
}

.home_block:hover {
    background-color: #d31438;
}

.home_block_title {
}

.home_block i {
    color: white;
    position: absolute;
    top: 14px;
    left: 20px;
    font-size: 40px;
}

.home_block h3 {
    display: inline-block;
    color: white;
    margin-left: 57px;
    margin-top: 4px;
    font-size: 20px;
}

.home_block p {
    color: #ff395e;
    margin-top: 13px;
    font-size: 14px;
    line-height: 24px;
}

.parallax.home_parallax {
    height: 250px;
    margin-right: 50px;
    position: relative;
    z-index: 40;
    background-position: right top;
}

.icon_bar .icon_link,
.icon_bar .icon_link img,
.icon_bar .icon_link p,
.join_button,
.join_button i,
.custom_btn,
.custom_btn i,
.join_btn_large,
.home_part3 .right_bar,
#back-to-top.show,
.home_block,
.btn-primary,
.btn-default {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

@media screen and (max-width : 1500px) {

    .icon_bar {
        height: 120px;
        left: -112%;
        width: 102%;
    }

    .icon_bar .icon_link {
        width: 120px;
        height: 120px;
    }

    .icon_bar .icon_link i {
        padding-top: 20px;
    }

    .icon_bar a, .icon_link p {
        font-size: 13px;
    }

    .cycle_banner_container .banner_item_description_container {
        padding: 5px 9% 60px 0;
    }

    .cycle_banner_container .banner_description_title {
        font-size: 35px;
    }

    .page_home .cycle_banner_container {
        width: 41% !important;
    }

    .banner_item_description_column {
        left: -112%;
        width: 112%;
    }

    .home_blocks {
        left: -112%;
        width: 102%;
        bottom: 150px;
    }

    .home_block h3 {
        margin-left: 45px;
        font-size: 18px;
    }

    .home_part2_container {
        width: 90%;
        padding-left: 9%;
    }

    .home_part3 .join_text_area {
        width: 74%;
        margin-left: 9%;
    }

    .home_part3 h1 {
        padding-left: 9%;
    }
}

@media screen and (max-width : 1199px) {

    .icon_bar {
        height: 100px;
        left: -123%;
        width: 113%;
    }

    .icon_bar .icon_link {
        width: 100px;
        height: 100px;
    }

    .icon_bar a, .icon_link p {
        font-size: 11px;
    }

    .icon_bar .icon_link i {
        padding-top: 14px;
    }

    .page_home .cycle_banner_container {
        width: 39% !important;
    }

    .banner_item_description_column {
        left: -123%;
        width: 123%;
    }

    .cycle_banner_container .banner_item_description_container {
        padding: 5px 5% 50px 0;
    }

    .cycle_banner_container .banner_description_title {
        font-size: 30px;
    }

    .cycle_banner_container h2 {
        font-size: 25px;
    }

    .home_blocks {
        left: -123%;
        width: 113%;
        bottom: 125px;
    }

    .home_block h3 {
        margin-left: 36px;
        font-size: 16px;
    }

    .home_block i {
        top: 17px;
        left: 15px;
        font-size: 34px;
    }

    .home_part3 .testimonials {
        width: 33%;
    }

    .home_part3 .join_text_area {
        padding-right: 246px;
    }

    .home_part2_container {
        width: 87%;
        padding-left: 7%;
    }
}

@media screen and (max-width : 991px) {

    .page_home .cycle_banner_container {
        width: 85% !important;
        height: 390px !important;
        right: 40px;
    }

    .banner_item_description_column {
        left: 0;
        width: 100%;
        top: 0;
    }

    .cycle_banner_container .banner_item_description_container {
        padding: 25px;
        color: white;
        background: transparent;
    }

    .home_blocks {
        left: 0;
        width: 100%;
        bottom: -96px;
    }

    .icon_bar {
        height: 120px;
        left: 0;
        width: 100%;
        bottom: -245px;
    }

    .home_part2 .right_bar,
    .home_part3 .right_bar {
        width: 40px;
        height: 103%;
    }

    .home_part2_container {
        width: 91%;
        padding-left: 10%;
    }

    .home_parallax {
        margin-right: 40px;
    }

    .cycle_banner_container .img_overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }
}

@media screen and (max-width : 991px) and (min-width : 768px) {

    .parallax.home_parallax {
        margin-right: 40px;
    }

    .join_area_buttons {
        bottom: 275px;
    }

    .home_part3 .join_text_area {
        padding-right: 40px;
        padding-bottom: 270px;
    }

    .home_part3 .testimonials {
        width: 60%;
        height: 260px;
        padding: 40px 55px 15px 55px;
    }

    .testimonials_button {
        left: 50%;
        bottom: 260px;
    }

    .home_part1 {
        height: 640px;
    }

    .cycle_banner_container h2,
    .cycle_banner_container h2 span,
    a.banner_btn {
        color: white;
    }

    .cycle_banner_container h2 span {
        font-weight: bold;
    }

    .cycle_banner_container .img_overlay {
        background-image: linear-gradient( to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7) );
    }
}

@media screen and (max-width : 767px) {

    .home_part2_container {
        width: 100%;
        padding: 0 0 0 40px;
        flex-direction: column;
        justify-content: unset;
    }

    .home_part2_item {
        border-top: 3px solid white;
        width: auto;
        margin-left: 25px;
        margin-right: 40px;
    }

    .home_part2 .right_bar, .home_part3 .right_bar {
        display: none;
    }

    .home_events {
        margin-bottom: 50px;
    }

    .home_part2_container h2 {
        top: -20px;
        font-size: 19px;
    }

    .home_blocks {
        flex-direction: column;
        bottom: 254px;
    }

    .home_blocks a {
        width: 100%;
        margin-top: 10px;
    }

    .home_block i {
        top: 9px;
        left: 27px;
        font-size: 31px;
    }

    .home_block h3 {
        margin-left: 52px;
        font-size: 16px;
    }

    .home_block {
        height: 50px;
        padding: 10px;
    }

    .icon_bar {
        bottom: 130px;
        flex-wrap: wrap;
        width: 94%;
        margin: 0 10px;
    }

    .icon_bar .icon_link {
        width: 40%;
        margin: 15px 5% 0 5%;
        background-color: white;
        height: 100px;
    }

    .page_home .cycle_banner_container {
        width: auto !important;
        right: 0;
        margin-left: 40px;
        position: relative;
        top: 0;
        height: 750px !important;
    }

    .cycle_banner_container .img_overlay {
        background-image: linear-gradient( to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6) );
    }

    .cycle_banner_container .banner_item_description_container {
        padding-top: 100px;
    }

    .cycle_banner_container .banner_description_title {
        line-height: 30px;
    }

    .cycle_banner_container h2,
    .cycle_banner_container h2 span {
        color: white;
    }

    .cycle_banner_container .banner_item_description p,
    a.banner_btn {
        display: none;
    }

    .cycle_banner_container .banner_item {
        height: 53% !important;
    }

    .parallax.home_parallax {
        margin-right: 0;
        margin-left: 40px;
    }

    .home_part1 {
        height: 0;
    }

    .home_part3 .part3_left_bar {
        display: none;
    }

    .home_part3 h1 {
        width: auto;
        margin-left: 65px;
        padding-left: 0;
        font-size: 35px;
    }

    .home_part3 .join_text_area {
        padding: 15px;
        padding-bottom: 85px;
        width: auto;
        margin: 40px 20px 20px 60px;
    }

    .join_area_buttons {
        bottom: 15px;
        flex-direction: column;
    }

    .join_area_buttons a {
        margin-top: 15px;
    }

    .join_area_buttons .custom_btn {
        display: inline-block;
    }

    .home_part3 {
        padding-bottom: 0;
    }

    .home_part3 .testimonials {
        width: 100%;
        margin-top: 70px;
        padding-left: 90px;
        height: auto;
        position: relative;
        right: unset;
    }

    .testimonials_button {
        position: relative;
        left: unset;
        bottom: unset;
        width: auto;
        margin-top: 30px;
        display: inline-block;
    }

    .page_home #footer {
        border-top: 0;
    }
}