/* journey map section */
.journey-map-section{
    padding: 70px 0;
}
/*.journey-inner-box{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 39px;
    width: 39px;
    border-radius: 100px;
    font-family: "soleil", Arial, sans-serif;
    font-size: 5px;
    font-weight: 600;
    word-break: break-word;
    margin: 3px;
    padding: 3px;
}
*/
.journey-inner-box{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    width: 52px;
    border-radius: 100px;
    font-family: "soleil", Arial, sans-serif;
    font-size: 5px;
    font-weight: 600;
    word-break: break-word;
    margin: 3px;
    padding: 3px;
}

.box-tooltip{
    position: absolute;
    bottom: calc(100% + 4px);
    left: 50%;
    transform: translateX(-50%);
    display: block;
    /*width: 130px;*/
    width: 155px;
    padding: 5px 10px;
    line-height: 1.2;
    font-size: 14px;
    font-weight: 400;
    background-color: #333;
    color: #fff;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.3s;
    z-index: 99;
}
.box-tooltip:before{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -9px;
    border: 5px solid transparent;
    border-top-color: #333;
}
.journey-inner-box:hover .box-tooltip{
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.qr-box{
    position: absolute;
    right: -10px;
    bottom: -5px;
    border-radius: 3px;
    border: 1px solid #999;
    color: #444;
    font-size: 4px;
    padding: 1px;
}
.what-map-box{
    position: absolute;
    left: -110px;
    bottom: -90px;
    max-width: 120px;
    font-weight: 700;
    font-size: 12px; 
    text-align: center;
}
.what-map-box p{
    font-family: "soleil", Arial, sans-serif;
    margin-bottom: 0;
    line-height: 1.2;
}
.what-map-box span{
    position: static;
}
.become-member-box{
    position: absolute;
    right: -70px;
    top: -30px;
    max-width: 123px;
    font-weight: 800;
    font-size: 8px;
    z-index: 9;
}
.become-member-box p{
    font-family: "soleil", Arial, sans-serif;
    margin-bottom: -3px;
    text-align: center;
    padding-left: 15px;
    line-height: 1.2;
}
.become-member-box img{
    width: 22px;
}
.journey-outer-box{
    justify-content: center;
}
.journey-map-wrap .journey-outer-box{
    /*max-width: 178px;*/
    max-width: 214px;
    margin: auto;
}
.journey-col .h5{
    font-family: "soleil", Arial, sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 10px;
}
.journey-col{
    position: relative;
    width: 20%;
}
.journey-col-offset-left{
    margin-left: 20%;
}
.journey-col-offset-right{
    margin-right: 20%;  
}
.journey-col-big{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
    min-height: 130px;
}
.border-img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;    
    pointer-events: none;
}
.journey-big-title{
    font-family: "soleil", Arial, sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 12px;
}
.journey-second-row{
    align-items: flex-start;   
}
.journey-second-row .journey-outer-box{
    position: absolute;
}
.journey-second-row .journey-col-first .journey-outer-box{
    padding-right: 40px;
}
.journey-first-row .journey-col{
    padding-bottom: 50px;  
}
.journey-first-row .journey-map-pin{
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
}
.journey-third-row .journey-col{
    padding-top: 40px;  
}
.journey-third-row .journey-map-pin{
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}
.journey-col-first{
    padding-right: 40px;
}
.journey-col-first .journey-map-pin{
    right: -18px;
    top: 38px;
}
.journey-col-third{
    padding-left: 40px;
}
.journey-col-third .journey-map-pin{
    left: -18px;
    top: 38px;
}
.journey-map-pin img{
    width: 20px;
    height: 20px;
}
.journey-map-pin {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background-color: #000;
    border-radius: 100px;
    margin-bottom: 18px;
    z-index: 9;
    transition: transform .4s;
}
.journey-map-pin::after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    top: calc(100% - 7px);
    left: 50%;
    transform: translateX(-50%);
    border: 14px solid transparent;
    border-top: 25px solid #000;
    z-index: -1;
}
.journey-map-wrap.mobile{
    display: none;
}

.light-green .journey-inner-box, .light-green .journey-inner-box > a{
    background-color: #a3d295;
    /*color: #000;*/
    color: #fff;
}
.light-green .journey-map-pin {
    background-color: #a3d295;
}
.light-green .journey-map-pin::after {
    border-top-color: #a3d295;
}
.green .journey-inner-box, .green .journey-inner-box > a{
    background-color: #41b76b;
    /*color: #000;*/
    color: #fff;
}
.green .journey-map-pin {
    background-color: #41b76b;
}
.green .journey-map-pin::after {
    border-top-color: #41b76b;
}
.sky-color .journey-inner-box, .sky-color .journey-inner-box > a{
    background-color: #5cc4bb;
    /*color: #000;*/
    color: #fff;
}
/*.sky-color .journey-inner-box, .sky-color .journey-inner-box > a.church-life{
    font-size:9px;
}*/
.sky-color .journey-map-pin {
    background-color: #5cc4bb;
}
.sky-color .journey-map-pin::after {
    border-top-color: #5cc4bb;
}
.teal-color .journey-inner-box, .teal-color .journey-inner-box > a{
    background-color: #7ba39c;
    color: #fff;
}
.teal-color .journey-map-pin {
    background-color: #7ba39c;
}
.teal-color .journey-map-pin::after {
    border-top-color: #7ba39c;
}
.ocean-color .journey-inner-box, .ocean-color .journey-inner-box > a{
    background-color: #047362;
    color: #fff;
}
.ocean-color .journey-map-pin {
    background-color: #047362;
}
.ocean-color .journey-map-pin::after {
    border-top-color: #047362;
}
.aegean-color .journey-inner-box, .aegean-color .journey-inner-box > a{
    background-color: #1b617d;
    color: #fff;
}
.aegean-color .journey-map-pin {
    background-color: #1b617d;
}
.aegean-color .journey-map-pin::after {
    border-top-color: #1b617d;
}
.blue .journey-inner-box, .blue .journey-inner-box > a{
    background-color: #1c468c;
    color: #fff;
}
.blue .journey-map-pin {
    background-color: #1c468c;
}
.blue .journey-map-pin::after {
    border-top-color: #1c468c;
}
.dark-green .journey-inner-box, .dark-green .journey-inner-box > a{
    background-color: #1a4420;
    color: #fff;
}
.dark-green .journey-map-pin {
    background-color: #1a4420;
}
.dark-green .journey-map-pin::after {
    border-top-color: #1a4420;
}

/* content-video-50-50 section */
.content-video-50-50, .map-video-50-50, .mission-section{
    padding: 40px 0;
}
.content-video-50-50 .h3{
    font-family: "soleil", Arial, sans-serif;
    font-size: 28px;
    text-align: left;
    margin-bottom: 18px;
}
.content-video-50-50 p{
    font-family: "soleil", Arial, sans-serif;
}
.content-video-50-50 iframe{
    width: 100%;
    border: none;
    border-radius: 20px;
    height: 300px;
}
.map-video-50-50 .journey-col {
    width: 100%;
    padding-bottom: 50px;
    margin-bottom: 40px;
}
.map-video-50-50 .journey-col:before {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 3px;
}
.map-video-50-50 .journey-col.light-green:before {
    background: linear-gradient(130deg,#1a4420,#a3d295,#41b76b);
}
.map-video-50-50 .journey-col.green:before {
    background: linear-gradient(130deg,#a3d295,#41b76b,#5cc4bb);
}
.map-video-50-50 .journey-col.sky-color:before {
    background: linear-gradient(130deg,#41b76b,#5cc4bb,#7ba39c);
}
.map-video-50-50 .journey-col.teal-color:before {
    background: linear-gradient(130deg,#5cc4bb,#7ba39c,#047362);
}
.map-video-50-50 .journey-col.ocean-color:before {
    background: linear-gradient(130deg,#7ba39c,#047362,#1b617d);
}
.map-video-50-50 .journey-col.aegean-color:before {
    background: linear-gradient(130deg,#047362,#1b617d,#1c468c);
}
.map-video-50-50 .journey-col.blue:before {
    background: linear-gradient(130deg,#1b617d,#1c468c,#1a4420);
}
.map-video-50-50 .journey-col.dark-green:before {
    background: linear-gradient(130deg,#1c468c,#1a4420,#a3d295);
}
.map-video-50-50 iframe{
    width: 100%;
    border: none;
    height: 300px;
}
.map-video-50-50 .journey-map-pin{
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
}
/* mission-section */
.mission-heading{
    margin-bottom: 50px;
}
.mission-list-row{
    margin-bottom: 30px;
}
.content_img{
    position: relative;
    padding-top: 63%;
    min-height: 100px;
    min-width: 150px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}
.content_img img{
    position: absolute;
    left: 0;
    top: 0;
    height: 100% !important;
    width: 100% !important;
    margin-bottom: 0 !important;
    object-fit: cover;
}
.mission-section .h3{
    font-size: 28px;
    font-family: "soleil", Arial, sans-serif;
    margin-bottom: 20px;
}
.mission-section p{
    font-family: "soleil", Arial, sans-serif;
}
.mission-section ol{
    padding-left: 15px;
}
.mission-section li a{
    font-family: "soleil", Arial, sans-serif;
    color: #000;
}
.mission-section li a:hover{
    text-decoration: underline;
}
.mission-section .btn{
    font-family: "soleil", Arial, sans-serif;
}
.child-left-title {
    text-align: left;
}

/* responsive */
@media (max-width: 1199px) {
    .box-tooltip{
        /*width: 105px;*/
        width: 155px;
    }
    .journey-col-big {
        min-height: 110px;
    }
}
@media (max-width: 1024px) {
    .journey-map-wrap.desktop{
        display: none;
    }
    .journey-map-wrap.mobile{
        display: block;
        max-width: 420px;
        margin: 0 auto;
    }
    .journey-big-title{
        font-size: 35px;
        padding: 0;
        margin-bottom: 30px;
        letter-spacing: 6px;
    }
    .journey-col{
        width: 100%;
    }
    .journey-second-row{
        width: 40%;
    }
    .journey-col-big{
        width: 20%;
    }
    .journey-third-row{
        width: 40%;
    }
    .journey-second-row .journey-col{
        padding-left: 0;
        padding-right: 30px;
        margin-bottom: 40px;
    }
    .journey-second-row .journey-map-pin{
        right: -18px;
        top: 50%;
        transform: translateY(-50%);
    }
    .journey-third-row .journey-col{
        padding-left: 30px;
        padding-right: 0;
        margin-bottom: 40px;
        padding-top: 0;
    }
    .journey-fourth-row .journey-col{
        padding-top: 45px;
    }
    .journey-third-row .journey-map-pin{
        left: -18px;
        top: 50%;
        transform: translateY(-50%);
    }
    .journey-fourth-row .journey-map-pin{
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
    }
    .journey-third-row .journey-col:last-child{
        margin-top: 65px;
    }
    .become-member-box {
        display: flex;
        align-items: flex-start;
        right: auto;
        left: calc(100% - 9px);
        top: 59%;
        width: 115px;
        height: 30px;
        font-size: 7px;
    }
    .become-member-box p {
        margin-bottom: 0;
        padding-left: 5px;
    }
    .become-member-box img {
        width: 15px;
    }
    .journey-second-row .journey-outer-box{
        position: static;
    }
    .journey-map-wrap .journey-map-pin:hover {
        transform: scale(1.1) translateY(-50%);
    }
    .journey-map-wrap .light-green .journey-map-pin:hover, .journey-map-wrap .journey-fourth-row .ocean-color .journey-map-pin:hover {
        transform: scale(1.1) translate(-50%,0);
    }
}
@media (max-width: 767px){
    .mission-section img{
        height: 100px;
        width: 100px;
        margin-bottom: 15px;
    }
    .mission-heading p{
        text-align: center;
    }
}
@media (max-width: 500px){
    .box-tooltip{
        font-size: 12px;
        width: 78px;
        padding: 3px 7px;
    }
    .journey-big-title{
        font-size: 28px;
    }
    .journey-col .h5{
        font-size: 10px !important;
    }
    .journey-inner-box{
        margin: 2px;
    }
    .journey-map-pin{
        width: 28px;
        height: 28px;
        margin-bottom: 15px;
    }
    .journey-third-row .journey-map-pin {
        left: -14px;
    }
    .journey-second-row .journey-map-pin {
        right: -14px;
    }
    .journey-map-pin img {
        width: 18px;
        height: 18px;
    }
    .journey-map-pin::after{
        border: 12px solid transparent;
        border-top: 20px solid #000;
    }
    .journey-second-row .journey-col {
        padding-right: 20px;
        margin-bottom: 30px;
    }
    .journey-third-row .journey-col {
        padding-left: 20px;
        margin-bottom: 30px;
    }   
    .content-video-50-50 iframe, .map-video-50-50 iframe{
        height: 220px;
    }
    .content-video-50-50 .h3, .mission-section .h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }      
}


@media (min-width: 1025px) {
    .journey-map-wrap .journey-map-pin:hover {
        transform: scale(1.2) translateX(-50%);
    }
    .journey-map-wrap .dark-green .journey-map-pin:hover, .teal-color .journey-map-pin:hover {
        transform: scale(1.2) translateX(0);
    }
}