
body{
    color: #084B8A;
    background-color: #fff;
}
html{
    scroll-behavior: smooth;
}
.free-page {
}
.btn{
    background-color: #084B8A;
    color: #fff;
}
.btn:hover{
    background-color: #073561;
    color: #fff;
}
.heading-lg{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 4rem;
    font-weight: 700;
    padding: 15px;
    color: #fff;
    text-align: center;

}
.subheading{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 2.5rem;
}
.arrow-down{
    background-color: #084B8A;
    cursor: pointer;
     height: 60px;width: 60px;
      border-radius: 50%;
      animation: blink 2s ease-in-out infinite;
}
.quote-circle{
    background-color: #B0C4DC;
    height: 60px;
    width: 60px;
    border-radius: 50%;

}
@keyframes blink {
    50%{
        opacity: 0;
    }
    80%{
        opacity: 1;
    }

}

.arrow-col{
    margin-top: -50px;
}
.arrow-img{
    height: 100px;
}
/*.newsletter-div{
    max-width: 760px;

}*/
.newsletter-img{
    background: rgb(157,183,207);
background: linear-gradient(180deg, rgba(157,183,207,1) 0%, rgba(245,246,247,1) 100%);
}
.testimonial-img{
    border-radius: 15px;
}
@media screen and (max-width: 768px){

    .heading-lg{
        font-size:2.5rem;
    }
    .subheading{
        font-size: 1.8rem;
    }

}

.owl-carousel .owl-stage{display: flex;}
.article-items {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
.article-box {
    position: relative;
    overflow: hidden;
    /* margin-bottom: 80px; *//*This is optional*/
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.video{
    background: rgb(8,75,138);
    background: linear-gradient(180deg, rgb(8 75 138 / 68%) 0%, rgba(157,183,207,1) 100%);
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}
.video video{
    /*border-top-left-radius: 30px;*/
    /*border-top-right-radius: 30px;*/
}
.main-box{
    border: 1px solid #0000001a;
    border-radius: 30px;
    box-shadow: 1rem 1rem 2rem rgba(0,0,0,.175)!important;
    padding: 0;
}
.timeline{
    height: 2px;
    background-color: #B0C4DC;
    display: inline-block;
    min-width: 100px;
}
.timeline-circle{
    background-color: #b0c4dc24;
    height: 75px;
    width: 75px;
    border-radius: 50%;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    box-shadow: 4px 4px 4px -1px
}
.circle-box{
    display: inline-block;
}
.main-timeline-wrapper{
    position:relative;
    max-width: 830px;
    display: inline-block;
}
.main-timeline-wrapper p{
    color: #084B8A;
    font-size: 1rem;
    /*font-family: 'Nunito Sans', sans-serif;*/

}
.para-1,.para-2,.para-3,.para-4{
    font-size: 16px !important;
}
.para-1{
    position: absolute;
    top: 18px;
    left: -40px;

}
.para-2{
    position: absolute;
    top: 130px;
    left: 165px;
}
.para-3{
    position: absolute;
    top: 18px;
    right: 190px;
}
.para-4{
    position: absolute;
    top: 130px;
    right: -20px;
}

.main-mobile-timeline-wrapper{
    display: none;
    position: relative;
    width: 270px;
    height: 450px;
}
.timeline-circle-1,.timeline-circle-2,.timeline-circle-3,.timeline-circle-4{
    background-color: #b0c4dc24;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    font-size: 24px;
    font-weight: bold;
    box-shadow: 4px 4px 4px -1px;
    display:flex;
    align-items: center;
    justify-content: center;
    position: absolute;

}
.mb-timeline-1, .mb-timeline-2, .mb-timeline-3{
    width: 2px;
    background-color: #B0C4DC;
    height: 55px;
    position: absolute;
}
.timeline-circle-1{
    top: 0;
    left:0;
}
.mb-timeline-1{
    top: 74px;
    left: 35px;
}
.timeline-circle-2{
    left:0;
    top: 130px;
}
.mb-timeline-2{
    top: 204px;
    left: 35px;
}
.timeline-circle-3{
    left:0;
    top: 260px;
}
.mb-timeline-3{
    top: 334px;
    left: 35px;
}
.timeline-circle-4{
    left:0;
    top: 390px;
}
.mb-p1,.mb-p2,.mb-p3,.mb-p4{
    position: absolute;
}
.mb-p1,.mb-p2,.mb-p3,.mb-p4{
    /*font-family: 'Nunito Sans', sans-serif;*/
    font-weight: bold;
}
.mb-p1{
    top: 25px;
    left: 85px;
}
.mb-p2{
    top: 155px;
    left: 85px;
}
.mb-p3{
    top: 285px;
    left: 85px;
}
.mb-p4{
    top: 415px;
    left: 85px;
}

@media only screen and (max-width: 1200px){
    .main-timeline-wrapper{
        display: none;
    }
    .main-mobile-timeline-wrapper{
        display: inline-block;

    }
}
