@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,500;0,600;0,700;0,800;0,900;1,500;1,600;1,700;1,800;1,900&display=swap');










.box {
    height: auto;
    padding: 60px 0px 40px 50px;
    z-index: 1;
}

.para-1 {
    font-size: 16px;
    letter-spacing: 0.5px;
    width: 490px;
}

.top {
    margin-top: 40px;
}

.box h6 {
    font-size: 45px;
    letter-spacing: 1px;
}

.company {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    color: #1267a0;
font-weight: 600;


}

.company span {
    padding-bottom: 5px;
    border-bottom: 2px solid #1267a0;
}

.aboutimg img {
    width: 600px;
    height: 480px;
    margin-left: -150px;
    margin-top: 160px;
    border-radius: 0px;
}

/*
        .aboutimg:hover img{
            cursor: pointer;
  opacity: 0.8;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
        }
*/



.vision-icon {
    color: #FDC068;
}


.vision-paras {
    font-size: 17px;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}



/* Our Team
-------------------------------------------------------*/

.our-team {
    margin: 100px 0px;
}

.heading h6 {
    font-size: 50px;
    color: #1267a0;
    letter-spacing: 0.5px;
    justify-content: center;
    text-align: center;
    margin: 30px auto;
}

.team-img {
    height: 300px;
}

.heading h6 i {
    font-size: 30px;
    margin-bottom: 10px;
}

.team-img img {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    overflow: hidden;
    width: 80%;
    border-radius: 0px;
}

.team-member,
.team-img {
    position: relative;
    overflow: hidden;

}

.team-title {
    margin: 30px 0 7px;
}

.overlay {
    background-color: rgba(20, 20, 20, .7);
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.team-details {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 5%;
    overflow: hidden;
    width: 100%;
    z-index: 2;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.team-details p {
    color: #fff;
}

.team-img:hover .team-details {
    opacity: 1;
    margin-top: -80px;

}

.team-img:hover .overlay {
    opacity: 1;
}

.socials a {
    display: inline-block;
    width: 37px;
    height: 37px;
    background-color: transparent;
}

.socials i {
    line-height: 37px;
    color: #616161;
    font-size: 14px;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.team-details .socials i {
    color: #fff;
}

.socials a:hover i {
    color: #fff;
    background-color: #355c7d;
}



.weare {
    margin-top: -50px;
    margin-left: 10px;
    margin-bottom: 60px;
}



.fea-text {
    margin-top: 10px;
     font-size: 17px;
    letter-spacing: 0.5px;
}

.feature-titel {
    margin-top: 10px;
    color: #1267a0;
}


.icon-img {
    width: 40px;
    height: 40px;
    margin-left: -45px;
    margin-top: -20px;


}

.icon-img1 {
    color: #6BB8F0;
    margin-left: -45px;
    margin-top: -16px;
    font-size: 30px;
}

.box-3 {
    height: auto;
    padding: 40px 30px 40px 190px;
    z-index: 1;
    margin-bottom: 40px;

}

.culture {
    padding-top: 30px;
}

.culture h6 {
    color: #1267a0;
}

.culture p {
    margin-top: 20px;
    font-size: 15px;
    letter-spacing: 0.5px;
    width: 470px;
}

.culture-img {
    width: 370px;
    height: 240px;
    margin-top: 50px;
    margin-left: -30px;
}

.partner {
    margin: 40px auto;
}

.partner-img {
    width: 100px;
    height: auto;
}

.partner .card-body:hover {
    cursor: pointer;
    opacity: 0.7;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.partner h6 {
    color: #1267a0;
}

.partner p {
    margin-top: 10px;
    font-size: 15px;
    width: 720px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 60px;
    color: #17a2b8;
    font-weight: 500;
}

.join-s {
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    /*             background-color: #F9F7FE;*/
    height: 310px;
    margin-bottom: 50px;
    margin-top: 200px;
    border-radius: 14px;
    width: 1100px;
}

.we-want {
    height: 480px;
    width: 500px;
    margin-top: -170px;
    margin-left: 78px;
}

.join-s .head {
    padding: 60px 0px 60px 90px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}

.head h6 {
    color: #22252D;
    margin-bottom: 10px;
}

.head p {
    color: #5B5E66;
}

.join-btn-2 {
    background-color: #01B4FF;
    border-radius: 20.5px;
    position: absolute;

    text-align: center;
    width: 116px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.join-btn-2 span {
    position: absolute;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    color: #FFFFFF;
}

.join-btn-2:hover {
    transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
    transition: 0.3s ease-out;
}

.contact-s {
                background-color: #Fff;

    height: auto;
    margin-bottom: 140px;
    margin-top: 120px;
    border-radius: 14px;
    width: 100%;
    
}

.contact-img {
    height: auto;
    width: 550px;
    margin-top: -110px;
    margin-left: 90px;

}

.contact-s .head-1 {
    
    padding: 60px 0px 60px 135px;
    height: 350px;
    margin-bottom: 10px;
   
}

.head-1 h6 {
    width: 400px;
    color: #1267a0;
    margin-bottom: 10px;
     font-size: 35px;
}

.head-1 p {
    color: #9DB7F9;
}

.join-btn-3 {
    background-color: #4BA9ED;
    border-radius: 20.5px;
    position: absolute;

    text-align: center;
    width: 130px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.join-btn-3 span {
    position: absolute;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 15px;
    color: #FFFFFF;
}

.join-btn-3:hover {
    transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
    transition: 0.3s ease-out;
}

.todo-img {
    height: 150px;
    width: 150px;
    margin-left: -190px;
    margin-top: -50px;
}
  
.value {
    width: 400px;
    margin: 0px 0px 30px 0px;
}

.desc {
    width: 250px;
     letter-spacing: 0.5px;
    font-size: 14px;
    text-align: justify;
}

.vs p, .mission p {
    font-size: 17px;
    letter-spacing: 0.5px;
   
    width: 400px;
}
.mission p{
    margin-left: 40px;
}

.vision-heading {
    margin-top: 100px;

}
.ms{
    margin-left: 40px;
}

.vis-arrow {
    color: #7BB2FF;
    font-size: 20px;
}

.our-vision-img {
    width: 400px;
    height: 300px;
}

.mission-img {
    width: 400px;
    height: 400px;
}


.mission {
    margin-top: 50px;
}




@media (min-width: 320px) and (max-width: 480px) {
 
    .box {
        height: auto;
        padding: 70px 20px;
    }

    .para-1 {
        font-size: 16px;
        width: auto;
        margin: 0px;

    }

    .top {
        margin-top: 30px;
    }

    .aboutimg img {
        width: 280px;
        height: 260px;

        margin: 0px 10px 70px 10px;
        margin-top: -40px;
    }


    .join-s {

        height: auto;
        margin-bottom: 50px;
        margin-top: 200px;
        width: auto;
        margin: 20px;
        padding: 30px 0px;
    }

    .join-s .head {
        padding: 15px 60px 100px 60px;

        margin-bottom: 10px;
    }

    .join-btn-2 {

        width: 100px;
        height: 35px;

    }

    .we-want {
        height: 185px;
        width: 210px;
        margin-top: -40px;
        margin-left: 75px;
    }


    .culture {
        padding: 20px 20px;
        margin-bottom: -50px;
    }



    .box-3 {
        height: auto;
        padding: 30px 15px;
        margin: 30px 0px;

    }

    .culture p {
        margin-top: 20px;
        font-size: 15px;
        width: auto;
    }

    .culture-img {
        width: 280px;
        height: 180px;
        margin: 30px 0px 0px 0px;
    }

    .contact-s {

        width: auto;
        margin: 30px;
        height: auto;
        margin-bottom: 200px;
    }

    .contact-img {
        height: auto;
        width: 210px;
        margin: 10px auto;

    }

    .contact-s .head-1 {
        padding: 50px 0px 10px 10px;
        height: auto;
        margin-bottom: 0px;
    }
    .contact-s .front-button{
        padding: .5rem .8rem;
    }
    .head-1 h6 {
        width: auto;
        color: #1267a0;
        margin-bottom: 10px;
        font-size: 25px;
    }

    .todo-img {
        height: 120px;
        width: 120px;
        margin-left: 50px;
        margin-top: 5px;
        display: none;
    }

    .join-btn-3 {

        width: 100px;
        height: 35px;
        margin-top: 10px;
    }

    .join-btn-3 span {

        font-size: 8px;
    }



    .partner-img {
        width: 70px;
        height: auto;
    }

    .partner p {
        margin-top: 10px;
        font-size: 15px;
        width: auto;
        margin-bottom: 60px;
    }

    .vision-paras,
    .vs p,.mission p {
        font-size: 17px;
        width: auto;

    }
    

    .vision-heading {
        margin-top: 20px;
    }
    .ms,.mission p{
        margin-left: 0px;
    }


    .our-vision-img {
        width: 260px;
        height: 200px;
        margin: 0px 15px;

    }

    .mission-img {
        width: 250px;
        height: 230px;
        margin: 0px 15px;
    }


    .mission,
    .vs {
        margin: 40px 10px;
    }

    .weare {

        margin-bottom: 20px;
    }

    .reverse {
        flex-direction: column-reverse;
    }

    .value {
        width: auto;
        margin: 50px 20px;
        text-align: center;
    }

    .value-list {
        margin-bottom: 50px;

    }

    .f1 {
        margin: 0px 40px;
        justify-content: center;
        align-items: center;
    }

}


@media (min-width: 768px) and (max-width: 1024px) {


    .box {
        height: auto;
        padding: 70px 20px;
    }

    .para-1 {
        font-size: 16px;
        width: auto;
        margin: 0px;

    }

    .top {
        margin-top: 30px;
    }

    .aboutimg img {
        width: 300px;
        height: 260px;

        margin: 0px 10px 10px 170px;
        margin-top: -40px;
    }


    .join-s {

        height: auto;
        margin-bottom: 50px;
        margin-top: 200px;
        width: auto;
        margin: 20px;
        padding: 30px 0px;
    }

    .join-s .head {
        padding: 15px 140px 20px 60px;
        width: 590px;
        margin-bottom: 10px;
    }

    .join-btn-2 {

        width: 100px;
        height: 35px;

    }

    .we-want {
        height: 235px;
        width: 260px;
        margin-top: -190px;
        margin-left: 435px;
    }


    .culture {
        padding: 80px 20px;
        margin-bottom: -60px;
    }



    .box-3 {
        height: auto;
        padding: 30px 15px 30px 320px;
        margin-top: -220px;

    }

    .culture p {
        margin-top: 20px;
        font-size: 15px;
        width: 350px;
    }

    .culture-img {
        width: 250px;
        height: 180px;
        margin: 30px 100px -60px 0px;
    }

    .contact-s {

        width: auto;
        margin: 30px;
        height: 300px;
        margin-bottom: 200px;
    }

    .contact-img {
        height: auto;
        width: 300px;
        margin-top: -320px;
        margin-left: 440px;

    }

    .contact-s .head-1 {
        padding: 50px 0px 10px 55px;
        height: 350px;
        margin-bottom: 10px;

    }

    .head-1 h6 {
        width: 350px;
        color: #1267a0;
        margin-bottom: 10px;
    }

    .todo-img {
        height: 140px;
        width: 140px;
        margin-left: -140px;
        margin-top: 5px;
    }

    .join-btn-3 {

        width: 100px;
        height: 35px;
        margin-top: 10px;
    }

    .join-btn-3 span {

        font-size: 8px;
    }



    .partner-img {
        width: 70px;
        height: auto;
    }

    .partner p {
        margin-top: 10px;
        font-size: 15px;
        width: auto;
        margin-bottom: 60px;
    }

    .vision-paras,
    .vs p,.mission p {
        font-size: 17px;
        width: 290px;

    }

    .vs {
        margin-top: 40px;
    }

    .reverse {
        margin: 60px 0px;
    }

    .vision-heading {
        margin-top: 20px;
    }
    .ms,.mission p{
        margin-left: 0px;
    }


    .our-vision-img {
        width: 270px;
        height: 240px;
        margin-left: 370px;
        margin-top: -210px;

    }

    .mission {
        margin-top: -240px;
        margin-left: 370px;

    }

    .mission-img {
        width: 250px;
        height: 270px;
        margin: 20px 15px;
    }


    .weare {

        margin: 0px;
        margin-bottom: 0px;
    }


    .value {
        width: auto;
        margin: 80px 20px 20px 20px;
        text-align: center;
    }

    .value-list {
        margin-bottom: 50px;

    }

    .f1 {
        margin: 0px 40px;
    }
    .fs{
        margin-top: 40px;
    }

}


@media (min-width: 1024px) and (max-width: 1026px) {



    .aboutimg img {
        width: 360px;
        height: 320px;

        margin: 190px 20px 10px 10px;
    }


  
    .join-s {

        height: auto;
        margin-bottom: -30px;
        margin-top: 100px;
        width: auto;
        margin: 50px;
        padding: 50px 0px;
    }

    .join-s .head {
        padding: 30px 0px 40px 120px;
        width: 990px;
        margin-bottom: 10px;
    }

    .join-btn-2 {

        width: 100px;
        height: 40px;

    }

    .we-want {
        height: 365px;
        width: 420px;
        margin-top: -100px;
        margin-left: 75px;
    }


    .culture {
        padding: 80px 20px;
        margin-bottom: -60px;
    }



    .box-3 {
        height: auto;
        padding: 30px 15px 30px 100px;
        margin-top: -70px;

    }

    .culture p {
        margin-top: 20px;
        font-size: 15px;
        width: 460px;
    }

    .culture-img {
        width: 310px;
        height: 200px;
        margin: 0px 100px -10px -50px;
    }

    .contact-s {

        width: auto;
        margin: 30px 100px;
        height: 300px;
        margin-bottom: 100px;
    }

    .contact-img {
        height: auto;
        width: 350px;
        margin-top: -20px;
        margin-left: 200px;

    }

    .contact-s .head-1 {
        padding: 50px 5px 10px 45px;
        
        margin-bottom: 10px;
        width: auto;

    }

    .head-1 h6 {
        width: auto;
        color: #1267a0;
        margin-bottom: 10px;
    }

    .todo-img {
        height: 140px;
        width: 140px;
        margin-left: -140px;
        margin-top: 5px;
        display: none;
    }

    .join-btn-3 {

        width: 100px;
        height: 35px;
        margin-top: 10px;
    }

    .join-btn-3 span {

        font-size: 8px;
    }




    .vs p,.mission p,
    .vision-paras {
        font-size: 17px;
        width: 350px;

    }




    .our-vision-img {
        width: 270px;
        height: 240px;
        margin-left: 30px;
        margin-top: 10px;

    }

    .mission {
        margin-top: -240px;
        margin-left: 500px;

    }


    .weare {

        margin-top: -90px;
        margin-bottom: 30px;
    }


    .f1 {
        margin: 20px 0px;
    }
    .fs{
        margin-top: 0px;
    }
}

@media (min-width: 481px) and (max-width: 767px){


    .box {
        height: auto;
        padding: 70px 20px;
    }

    .para-1 {
        font-size: 16px;
        width: auto;
        margin: 0px;

    }

    .top {
        margin-top: 30px;
    }

    .aboutimg img {
        width: 380px;
        height: 310px;

        margin: 0px 10px 70px 70px;
        margin-top: -40px;
    }

    .feature-info {
        width: auto;
        margin: 15px 0px;
    }

    .join-s {

        height: auto;
        margin-bottom: 50px;
        margin-top: 200px;
        width: auto;
        margin: 20px;
        padding: 30px 0px;
    }

    .join-s .head {
        padding: 15px 60px 100px 60px;

        margin-bottom: 10px;
    }

    .join-btn-2 {

        width: 100px;
        height: 35px;

    }

    .we-want {
        height: 215px;
        width: 260px;
        margin-top: -100px;
        margin-left: 165px;
    }


    .culture {
        padding: 20px 20px;
        margin-bottom: -50px;
    }



    .box-3 {
        height: auto;
        padding: 30px 15px;
        margin: 30px 0px;

    }

    .culture p {
        margin-top: 20px;
        font-size: 15px;
        width: auto;
    }

    .culture-img {
        width: 310px;
        height: 200px;
        margin: 20px 80px;
    }

    .contact-s {

        width: auto;
        margin: 30px;
        height: 250px;
        margin-bottom: 100px;
    }

    .contact-img {
        height: auto;
        width: 220px;
        margin-top: -330px;
        margin-left: 340px;

    }

    .contact-s .head-1 {
        padding: 50px 0px 10px 95px;
        height: 300px;
        margin-bottom: 10px;
        width: 270px;
    }

    .head-1 h6 {
        width: auto;
        color: #1267a0;
        margin-bottom: 10px;
        width: 250px;
    }

    .todo-img {
        height: 120px;
        width: 120px;
        margin-left: -100px;
        margin-top: 5px;
    }

    .join-btn-3 {

        width: 100px;
        height: 35px;
        margin-top: 10px;
    }

    .join-btn-3 span {

        font-size: 8px;
    }



    .partner-img {
        width: 70px;
        height: auto;
    }

    .partner p {
        margin-top: 10px;
        font-size: 15px;
        width: auto;
        margin-bottom: 60px;
    }

    .vs p,.mission p {
        font-size: 17px;
        width: auto;

    }
    .vision-paras{
        width: 300px;
        font-size: 20px;
        margin-left: -40px;
    }

    .vision-heading {
        margin-top: 20px;
    }


    .our-vision-img {
        width: 270px;
        height: 210px;
        margin: 0px 95px;
        margin-top: -80px;
        

    }

    .mission-img {
        width: 260px;
        height: 250px;
        margin: 0px 95px;
        margin-top: -50px;
    }


    .mission,
    .vs {
        margin: 40px 10px;
    }
    .vs{
        margin-left: 50px;
    }

    .weare {

        margin-bottom: 20px;
    }

    .reverse {
        flex-direction: column-reverse;
    }

    .value {
        width: auto;
        margin: 50px 20px;
        text-align: center;
    }

    .value-list {
        margin-bottom: 50px;

    }

    .f1 {
        margin: 0px 140px;
        justify-content: center;
        align-items: center;
    }

}



.main-timeline{
    margin: 0 auto;
    width: 80%;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}
.main-timeline:before{
    content: "";
    font-family: 'FontAwesome';
    width: 2px;
    height: 90%;
    background:#040041;
    position: absolute;
    top: 48px;
    left: 1.2%;
    transform: translateX(-50%);
}


.main-timeline .timeline{
    width: 100%;
    padding-left: 20px;
    float: left;
    position: relative;
    z-index: 99;
}

.main-timeline .timeline:before{
    content: "";
    width: 20px;
    height: 20px;
    background: linear-gradient(35deg, rgba(84,190,241,1) 13%, rgba(1,83,196,1) 84%);
    border-radius: 50%;
    border: 2px solid #040041;
    position: absolute;
    top: 45%;
    left: 0px;
    transform: translateY(-50%);
    box-shadow:inset 0px 0px 0px 3px #fff;
    z-index: 93;
}
.main-timeline .timeline-content {
    color: #555;
    background-color: ;
    border-radius: 30px;
    left: 4%;
    display: block;
    position: relative;
    margin-bottom: 20px;
}
.main-timeline .timeline-content:hover {
    text-decoration: none;
}
.main-timeline .timeline-content:before {
    content: '';
    background: linear-gradient(35deg, rgba(84,190,241,1) 13%, rgba(1,83,196,1) 84%);
    height: 80px;
    width: 80px;
    border-radius: 50% 0 50% 50%;
    
     transform: translateY(-50%) rotate(225deg);
    left: 40px;
    right: auto;
    position: absolute;
/*    left: -40px;*/
    top: 50%;
    bottom: -10px;
    z-index: 2;
}
.main-timeline .timeline-icon {
    color: #1267a0;
    background: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
     box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.6);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50px;
    right: auto;
    z-index: 3;
}
.main-timeline .timeline-icon:before {
    content: "";
    width: 66px;
    height: 10px;
    border-top: 2px solid #040041;
    position: absolute;
    top: 56%;
    left: -90px;
    transform: translateY(-50%);
    z-index: -1;
}
.main-timeline .inner-content {
    
    padding: 15px 30px 15px 130px;
    border-radius: 30px;
    margin-left: 60px;
}
.main-timeline .title {
    color: (--heading-color);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.main-timeline .description {
   
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
}

/*
.main-timeline .timeline:nth-child(even) {
    padding: 0 50px 0 0;
    margin: 0 0 30px;
    float: left;
}

.main-timeline .timeline:nth-child(even) .timeline-content:before {
    transform: translateY(-50%) rotate(225deg);
    left: auto;
    right: -40px;
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
    left: auto;
    right: -30px;
}

.main-timeline .timeline:nth-child(even) .inner-content {
    padding: 15px 130px 15px 30px;
}
*/

.main-timeline .timeline:nth-child(4n+2) .timeline-content:before {
    background: linear-gradient(35deg, rgba(249,86,0,1) 18%, rgba(230,52,136,1) 84%);
}

.main-timeline .timeline:nth-child(4n+2) .timeline-icon {
    background: #fff;
}
.main-timeline .timeline:nth-child(4n+2):before{
    background: linear-gradient(35deg, rgba(249,86,0,1) 18%, rgba(230,52,136,1) 84%);
}
.main-timeline .timeline:nth-child(4n+2) .title {
    color: (--heading-color);
}

.main-timeline .timeline:nth-child(4n+3) .timeline-content:before {
    background:  linear-gradient(35deg, rgba(233,175,7,1) 13%, rgba(255,130,9,1) 84%);
}
.main-timeline .timeline:nth-child(4n+3):before{
   background: linear-gradient(35deg, rgba(233,175,7,1) 13%, rgba(255,130,9,1) 84%);
}
.main-timeline .timeline:nth-child(4n+3) .timeline-icon {
    background: #fff
}

.main-timeline .timeline:nth-child(4n+3) .title {
    color: (--heading-color);
}

.main-timeline .timeline:nth-child(4n+4) .timeline-content:before {
    background: linear-gradient(35deg, rgba(3,166,137,1) 13%, rgba(0,189,196,1) 84%);
}
.main-timeline .timeline:nth-child(4n+4):before{
   background: linear-gradient(35deg, rgba(3,166,137,1) 13%, rgba(0,189,196,1) 84%);
}
.main-timeline .timeline:nth-child(4n+4) .timeline-icon {
    background: #fff;
}

.main-timeline .timeline:nth-child(4n+4) .title {
    color: (--heading-color);
}
.main-timeline .timeline:nth-child(4n+5) .timeline-content:before {
    background: linear-gradient(35deg, rgba(1,145,164,1) 13%, rgba(73,89,150,1) 84%);
}
.main-timeline .timeline:nth-child(4n+5):before{
   background: linear-gradient(35deg, rgba(1,145,164,1) 13%, rgba(73,89,150,1) 84%);
}
.main-timeline .timeline:nth-child(4n+5) .timeline-icon {
    background: #fff;
}

.main-timeline .timeline:nth-child(4n+5) .title {
    color: (--heading-color);
}
.main-timeline .timeline:nth-child(4n+6) .timeline-content:before {
    background: linear-gradient(35deg, rgba(231,4,4,1) 13%, rgba(129,0,54,1) 84%);
}
.main-timeline .timeline:nth-child(4n+6):before{
  background: linear-gradient(35deg, rgba(231,4,4,1) 13%, rgba(129,0,54,1) 84%);
}
.main-timeline .timeline:nth-child(4n+6) .timeline-icon {
    background: #fff;
}

.main-timeline .timeline:nth-child(4n+6) .title {
    color: (--heading-color);
}
.main-timeline .timeline:nth-child(4n+7) .timeline-content:before {
    background: linear-gradient(35deg, rgba(131,235,17,1) 13%, rgba(8,121,63,1) 84%);
}
.main-timeline .timeline:nth-child(4n+7):before{
  background: linear-gradient(35deg, rgba(131,235,17,1) 13%, rgba(8,121,63,1) 84%);
}
.main-timeline .timeline:nth-child(4n+7) .timeline-icon {
    background: #fff;
}

.main-timeline .timeline:nth-child(4n+7) .title {
    color: (--heading-color);
}
.main-timeline .timeline:nth-child(4n+8) .timeline-content:before {
   background: linear-gradient(45deg, #000046, #1CB5E0);
}
.main-timeline .timeline:nth-child(4n+8):before{
  background: linear-gradient(45deg, #000046, #1CB5E0);
}
.main-timeline .timeline:nth-child(4n+8) .timeline-icon {
    background: #fff;
}

.main-timeline .timeline:nth-child(4n+8) .title {
    color: (--heading-color);
}

@media screen and (max-width:767px) {

.main-timeline{
    width: auto;
    position: relative;
}
.main-timeline:before{
    content: "";
    font-family: 'FontAwesome';
    width: 2px;
    height: 91%;
    background:#040041;
    position: absolute;
    top: 50px;
    left: 1.5%;
    transform: translateX(180%);
}

.main-timeline .timeline{
    width: 100%;
    padding-left: 20px;
    float: left;
    position: relative;
    z-index: 99;
}

.main-timeline .timeline:before{
    content: "";
    width: 20px;
    height: 20px;
    background: linear-gradient(35deg, rgba(84,190,241,1) 13%, rgba(1,83,196,1) 84%);
    border-radius: 50%;
    border: 2px solid #040041;
    position: absolute;
    top: 42.5%;
    left: -5px;
    transform: translateY(-50%);
    transform: translateX(25%);
    box-shadow:inset 0px 0px 0px 3px #fff;
    z-index: 93;
}
.main-timeline .timeline-content {
    color: #555;
    background-color: ;
    border-radius: 30px;
    left: 4%;
    display: block;
    position: relative;
    margin-bottom: 20px;
}
.main-timeline .timeline-content:hover {
    text-decoration: none;
}
.main-timeline .timeline-content:before {
    content: '';
    background: linear-gradient(35deg, rgba(84,190,241,1) 13%, rgba(1,83,196,1) 84%);
    height: 50px;
    width: 50px;
    border-radius: 50% 0 50% 50%;
    
     transform: translateY(-50%) rotate(225deg);
    left: 10px;
    right: auto;
    position: absolute;
/*    left: -40px;*/
    top: 47.5%;
    bottom: -10px;
    z-index: 2;
}
.main-timeline .timeline-icon {
   
    background: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #fff outset, 0 0 5px #333;
    transform: translateY(-50%);
    position: absolute;
    top: 47.5%;
    left: 20px;
    right: auto;
    z-index: 3;
}
.main-timeline .timeline-icon:before {
    content: "";
    width: 45px;
    height: 10px;
    border-top: 2px solid #040041;
    position: absolute;
    top: 58.5%;
    left: -61px;
    transform: translateY(-50%);
    z-index: -1;
}
.main-timeline .inner-content {
    
    padding: 85px 30px 15px 10px;
    border-radius: 30px;
    margin-left: 60px;
}
.main-timeline .title {
    color: (--heading-color);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.main-timeline .description {
    
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
    min-height: 250px;
}
    
    
}

@media screen and (max-width:567px) {
    .main-timeline .title {
        font-size: 18px;
    }
}













.multi-address{
    background-color: #F4F4F3;
    padding: 10px 0px 20px 0px;
    margin-top: -70px;
    margin-bottom: -40px;
    border-radius: 20px;
    border: 2px solid #013763;
}
.multi-address h2{
    text-align: center;
    color: #2970A4;
    padding-bottom: 10px;
}
.multi-address .addr-card{
    text-align: center;
    position: relative;
    cursor: pointer;
    margin: 20px 0px;
    padding: 0px 20px;
    opacity: 1;
    border-right: 1px solid #013763;
}
.multi-address .addr-card h4{
    color: #2970A4; 
}
.multi-address .addr-card-end h4{
    color: #2970A4; 
}
.multi-address .addr-card-end{
    text-align: center;
    position: relative;
    cursor: pointer;
    padding: 20px 20px;
    opacity: 1;
}
.multi-address .col-md-6.arrow-top {
  margin-top: -0px;
    padding-top: 0px;
    color: #2970A4;
    
}
.multi-address .col-md-6.arrow-top .addr-card{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 40px 20px;
    border: 1px solid green;
    border-radius: 10px;
    opacity: 1;
}
.multi-address .col-md-6.arrow-top .addr-card-end{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 40px 20px;
    border: 1px solid green;
    border-radius: 10px;
    opacity: 1;
}
.multi-address .col-md-6.arrow-top h4{
    color: #2970A4; 
}
.multi-address .col-md-6.arrow-top p{
    color: #2970A4; 
}
.multi-address .col-md-6.arrow-top:after {
  content: " ";
  position: absolute;
  left: 50px;
  top: -15px;
  border-top: none;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #013763;
}

.maphny iframe {
    min-height: 500px;
    border: none;
    width: 100%;
    margin-bottom: -160px;
}
.contact-meet-us{
    text-align: center;
    
    margin-top: -120px;
    margin-bottom: 30px;
}
.contact-meet-us h2{
    font-size: 40px;
    color: #013763;
}

@media (max-width: 767px) {
    .multi-address{
    background-color: #F4F4F3;
    padding: 30px 25px;
        margin: 0 auto;
    margin-bottom: -30px;
    border-radius: 20px;
        margin-top: -70px;
    border: 2px solid #013763;
}
    .multi-address h2{
    text-align: center;
    color: #2970A4;
    padding-bottom: 10px;
        font-size: 28px;
}
.multi-address .addr-card{
    text-align: center;
    border-right: none;
    border-bottom: 1px solid #013763;
    position: relative;
    cursor: pointer;
    padding-bottom: 20px;
}
.multi-address .addr-card-end{
    text-align: center;
    position: relative;
    cursor: pointer;
    padding-top: 20px;
}
.multi-address .col-md-6.arrow-top {
  margin-top: -40px;
    padding-top: 40px;
    color: #2970A4;
    
}
.multi-address .col-md-6.arrow-top h4{
    color: #2970A4; 
}
.multi-address .col-md-6.arrow-top p{
    color: #2970A4; 
}
.multi-address .col-md-6.arrow-top:after {
  content: " ";
  position: absolute;
  left: 50px;
  top: -15px;
  border-top: none;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.maphny iframe {
    min-height: 500px;
    border: none;
    width: 100%;
    margin-bottom: -160px;
}
    .contact-meet-us{
    text-align: center;
    
    margin-top: -80px;
    margin-bottom: 30px;
}
}