@import url('https://fonts.googleapis.com/css2?family=Poppins: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 "https://theanvitechnologies.com/css/compass/css3";
@import url(https://fonts.googleapis.com/css?family=Dosis:500);
@import "https://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700";

@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');

html {
    scroll-behavior: smooth;
}

.about-image, .about-image img {
    border-radius: 10px;
}

h3.banner-one__title.banner-one__is-animated.textslider {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 44px;
    line-height: 61px;
}

.contents {
    font-family: "Poppins", sans-serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.2;
    font-style: normal;
    color: rgba(0, 86, 161, 1);
}

p.contents-second {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    color: rgba(0, 0, 0, 1);
}

h3.service-one__title.missionvision {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 29px;
    line-height: 38.5px;
    color: rgba(0, 86, 161, 1);
}

p.service-one__text.missionvisiontext {
    color: rgba(0, 0, 0, 1);
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
}

a.thm-btn.banner-one__btn.banner-one__is-animated.text-title {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

h2.block-title__title.approach {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 75px;
    color: rgba(0, 87, 162, 1);
}

p.approachcontent {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    margin-top: 0px;
}

.pricing-one__icon-block.second-circle {
    box-shadow: -0.5rem -0.5rem rgba(0, 86, 161, 1);
}

h2.wow.fadeInUp.plannings {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: rgba(0, 86, 161, 1);
    font-size: 18px;
}

.connect::before, .connect::after {
    content: '';
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 10px;
    border-radius: 5px;
    /*background: orange;*/
    margin: 0;
    display: inline-block;
    position: absolute;
    top: -4px;
}

.connect::before {
    left: -5px;
}

.connect::after {
    right: -5px;
}

.connect {
    width: 315px;
    height: 2px;
    /*background: darkGray;*/
    position: absolute;
    right: -145px;
    /* border-radius: 50% !important; */
    z-index: 999;
    border-radius: 48% 50% 0 0/100% 100% 0 0 !important;
}

.section-timeline {
    position: relative;
    padding: 50px 0 250px;
    /*overflow: auto;*/
    max-width: 1100px;
    margin: 0 auto;
}

    .section-timeline .container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin: 0 auto;
        min-height: 100vh;
        display: flex;
        justify-content: center;
        position: relative;
    }

    .section-timeline .timeline {
        list-style: none;
        position: relative;
        margin: 0px 0;
    }

        .section-timeline .timeline li {
            height: 160px;
            width: 120px;
            position: absolute;
            border-color: #0056A1;
        }

            .section-timeline .timeline li:nth-child(even) {
                border-style: solid;
                border-width: 2px 2px 2px 0;
                left: -40px;
                transform: translateX(40%);
                border-radius: 0 50px 50px 0;
                /*box-shadow: 13px 0 15px -12px rgba(0, 0, 0, .3);*/
            }

            .section-timeline .timeline li:nth-child(odd) {
                left: -40px;
                border-style: solid;
                border-width: 2px 0 2px 2px;
                transform: translateX(-40%);
                border-radius: 50px 0 0 50px;
                /*box-shadow: -15px 0 15px -12px rgba(0, 0, 0, .5);*/
            }
            /* Style li */
            .section-timeline .timeline li:nth-child(2) {
                /*top: 78px;*/
                top: 158px;
            }

            .section-timeline .timeline li:nth-child(3) {
                top: 316px;
            }

            .section-timeline .timeline li:nth-child(4) {
                top: 474px;
            }

            .section-timeline .timeline li:nth-child(5) {
                top: 632px;
            }

            .section-timeline .timeline li:nth-child(6) {
                top: 790px;
                border-width: 2px 0px 0px 0;
            }
            /* Style pseudo Element */
            .section-timeline .timeline li:before {
                content: '';
                position: absolute;
                height: 30px;
                width: 30px;
                border: 2px solid #0056A1;
                border-radius: 50%;
                top: 50%;
                transform: translateY(-50%);
                background-color: var(#333);
                text-align: center;
                line-height: 30px;
                font-weight: bold;
                font-size: 13px;
                color: #FFF;
            }

            .section-timeline .timeline li:nth-child(odd):before {
                right: 0;
                transform: translateY(-50%) translateX(0%);
            }

            .section-timeline .timeline li:nth-child(even):before {
                left: 0%;
                transform: translateY(-50%) translateX(0%);
            }

            .section-timeline .timeline li:nth-child(1):after,
            .section-timeline .timeline li:last-child:after {
                content: '';
                position: absolute;
                height: 10px;
                width: 10px;
                border-radius: 50%;
                background-color: #0056A1;
            }

            .section-timeline .timeline li:nth-child(1):after {
                bottom: 0;
                transform: translate(-50%, -328%);
            }

            .section-timeline .timeline li:last-child:after {
                top: 21%;
                right: -4px;
            }

            .section-timeline .timeline li:nth-child(2):before {
                content: "";
                background: url('../images/resources/timeline1new.png') center center no-repeat;
                background-size: contain; /* or cover, depending on your needs */
                display: inline-block; /* or block, depending on your needs */
                width: 100px; /* Set the width and height based on your image dimensions */
                height: 100px;
            }

            .section-timeline .timeline li:nth-child(3):before {
                content: '';
                background: url('../images/resources/timeline2New.png') center center no-repeat;
                background-size: contain; /* or cover, depending on your needs */
                display: inline-block; /* or block, depending on your needs */
                width: 100px; /* Set the width and height based on your image dimensions */
                height: 100px;
            }

            .section-timeline .timeline li:nth-child(4):before {
                content: '';
                background: url('../images/resources/timeline3New.png') center center no-repeat;
                background-size: contain; /* or cover, depending on your needs */
                display: inline-block; /* or block, depending on your needs */
                width: 100px; /* Set the width and height based on your image dimensions */
                height: 100px;
            }

            .section-timeline .timeline li:nth-child(5):before {
                content: '';
                background: url('../images/resources/timeline4New.png') center center no-repeat;
                background-size: contain; /* or cover, depending on your needs */
                display: inline-block; /* or block, depending on your needs */
                width: 100px; /* Set the width and height based on your image dimensions */
                height: 100px;
            }
        /*.section-timeline .timeline li:nth-child(3):before {content: '3'}*/
        /*.section-timeline .timeline li:nth-child(4):before {content: '4'}*/
        /*.section-timeline .timeline li:nth-child(5):before {content: '5'}*/
        /*.section-timeline .timeline li:nth-child(5):before {content: '6'}*/
        /* Style content */
        .section-timeline .timeline .content {
            /*border: 1px solid #F2F2F2;*/
            position: absolute;
            min-width: 260px;
            border-radius: 10px;
            /*overflow: hidden;*/
            top: 50%;
            transform: translateY(-50%);
            /*box-shadow: 0 15px 25px -20px rgba(0, 0, 0, .2);*/
        }

        .section-timeline .timeline li:nth-child(even) .content {
            left: calc(100% + 30px);
        }

        .section-timeline .timeline li:nth-child(odd) .content {
            right: calc(100% + 30px);
            text-align: right;
        }

        .section-timeline .timeline .content > * {
            /*padding: .5rem;*/
        }

        .section-timeline .timeline .content h3 {
            /*text-align: center;*/
            margin: 0;
            /*box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .4);*/
        }

        .section-timeline .timeline li:nth-child(2) h3 {
            color: #0056A1;
        }

        .section-timeline .timeline li:nth-child(3) h3 {
            color: #0056A1;
        }

        .section-timeline .timeline li:nth-child(4) h3 {
            color: #0056A1;
        }

        .section-timeline .timeline li:nth-child(5) h3 {
            color: #0056A1;
        }
        /* .section-timeline .timeline li:nth-child(5) h3 {
         background-color: #9b59b6;
        }
        .section-timeline .timeline li:nth-child(6) h3 {
         background-color: #fff00f;
        } */
        .section-timeline .timeline .content p {
            font-size: 14;
            line-height: 1.3;
        }

        .section-timeline .timeline li:nth-child(1) {
            border-width: 0px 0px 2px 0px;
        }

            .section-timeline .timeline li:nth-child(1)::before, .section-timeline .timeline li:nth-child(6):before {
                display: none;
            }

.service-one.heightleadership {
    padding-bottom: 0px !important;
}

.block-title.timelinesection {
    margin-bottom: -91px;
}

h2.block-title__title.timelineservice {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 26px;
    color: rgba(0, 87, 162, 1);
}

p.timelinewhatwedo {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 37px;
    line-height: 30px;
    color: rgba(0, 0, 0, 1);
}

h3.timelineheadings {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 23px;
    color: rgba(0, 86, 161, 1);
}

p.timeline-content {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px !important;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    margin-top: 5px;
}

p.approach-content {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
}

.pricing-one__single {
    padding-top: 0px !important;
}

.service-one__single.margins {
    padding: 0px 0 !important;
    margin-bottom: 45px !important;
    box-shadow: 0px 50px 120px 0px rgb(253 253 254) !important;
}

#contact-form {
    -webkit-box-shadow: 0px 0px 22px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 22px -11px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 22px -11px rgba(0, 0, 0, 0.75);
    background: #fff;
    padding: 26px 40px;
    margin-top: -120px;
    border-radius: 10px;
}

    #contact-form .textarea {
        padding-bottom: 3px !important;
    }

    #contact-form .form-control {
        font-size: 16px;
        font-family: "Poppins", sans-serif;
        border: none;
        border-bottom: 2px solid #cdcdcd;
        transition: all 0.3s;
        color: #000;
        padding: 0 0.5rem;
        border-radius: 0;
    }

        #contact-form .form-control::placeholder {
            color: rgba(145, 145, 145, 1);
            opacity: 1;
        }

        #contact-form .form-control:focus {
            outline: none;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            border-bottom: 2px solid #000;
        }
        /*#contact-form .form-control:focus:invalid {*/
        /*    border-bottom: 3px solid #ff7730;*/
        /*}*/
        #contact-form .form-control:placeholder-shown + .form-label {
            opacity: 0;
            visibility: hidden;
            transform: translateY(-40px);
        }

    #contact-form .form-label {
        font-size: 12px;
        font-weight: 700;
        margin-top: 7px;
        display: block;
        transition: all 0.3s;
    }

    #contact-form .btn {
        text-transform: uppercase;
        padding: 4px 29px !important;
        border-radius: 23px;
        font-size: 16px !important;
        background-color: rgba(0, 88, 165, 1) !important;
        color: #fff !important;
        transition: all 0.2s;
    }

h2.block-title__title.contactcontent {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: rgba(0, 86, 161, 1);
    font-size: 29px;
}

p.contact-para {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: rgba(112, 112, 112, 1);
}

@media only screen and (max-width:375px) {
    .service-one__icon.industryimgs {
        top: 15% !important;
    }
}

@media only screen and (max-width:425px) {
    .service-one__icon.secondindustry {
        top: 34% !important;
    }
}

@media only screen and (max-width:411px) {
    .service-one__icon.industryimgs {
        top: 17% !important;
    }
}

@media only screen and (max-width:511px) {
    .about-image {
        bottom: -215px !important;
    }

    .service-one {
        margin-top: 0;
        padding-top: 260px !important;
    }
}

@media (min-width:412px) and (max-width:511px) {
    .service-one__icon.secondindustry {
        top: 35% !important;
    }

    .service-one__icon.industryimgs {
        top: 20% !important;
    }
}

@media (min-width:512px) and (max-width:612px) {
    .about-image {
        bottom: -120% !important;
    }
}

@media (min-width:512px) and (max-width:766px) {
    .service-one {
        margin-top: 0;
        padding-top: 230px !important;
    }

    .service-one__icon.secondindustry {
        top: 37% !important;
    }

    .service-one__icon.industryimgs {
        top: 24% !important;
    }
}

@media (min-width:767px) and (max-width:991px) {
    .service-one__icon.secondindustry {
        top: 45% !important;
    }

    .service-one__icon.industryimgs {
        top: 28% !important;
    }

    .service-one {
        margin-top: 0;
        padding-top: 150px !important;
    }

    .connect .img_top {
        transform: rotate(90deg);
        position: absolute;
        right: 305px;
        width: 192px;
        top: 247px;
    }

    .connect .img_bottom {
        transform: rotate(90deg);
        position: absolute;
        right: 505px;
        width: 200px;
        top: 25px;
        ;
    }

    .about-image {
        position: absolute;
        right: -100px;
        bottom: -20%;
        background: #fff;
        box-shadow: -11px 8px 22px 0px rgba(0, 0, 0, 0.25);
    }
}

@media (min-width:991px) {
    .about-image {
        position: absolute;
        right: -60px;
        bottom: -20%;
        background: #fff;
        box-shadow: -11px 8px 22px 0px rgba(0, 0, 0, 0.25);
    }

    .timeline-container {
        display: none;
    }

    .connect .img_top {
        width: 170px;
    }

    .connect .img_bottom {
        width: 220px;
        margin-top: -38px;
    }
}

@media (max-width:767px) {
    h2.block-title__title.timelineservice {
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-size: 20px;
        color: rgba(0, 87, 162, 1);
    }

    .block-title__title {
        line-height: 24px;
    }

    .footer-widget1 .block-title__title,
    .footer-widget .block-title__title {
        line-height: 45px !important;
    }

    p.timelinewhatwedo {
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-size: 30px;
        line-height: 25px;
        color: rgba(0, 0, 0, 1);
    }

    .about-section {
        margin-top: 0rem;
    }

    .block-title {
        margin-bottom: 20px;
    }

    h3.banner-one__title.banner-one__is-animated.textslider {
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-size: 26px;
        line-height: 30px;
    }

    .footer-widget:after {
        display: none !important;
    }

    .connect .img_top, .connect .img_bottom {
        display: none;
    }

    .content-about {
        width: 100% !important;
        text-align: left;
        padding: 2rem 0.5rem 3rem 1rem !important;
    }

    .about-image {
        position: absolute;
        right: -60px;
        bottom: -145%;
        background: #fff;
        box-shadow: -11px 8px 22px 0px rgba(0, 0, 0, 0.25);
    }

        .about-image img {
            width: 370px !important;
            padding: 7px;
        }

    .content-about h2 {
        font-size: 18px !important;
    }

    .contents, .about-section h2 {
        font-size: 20px;
    }

    p.contents-second {
        font-size: 15px;
    }
}

@media (max-width:991px) {
    .timeline-d-none {
        display: none !important;
    }

    .contact-one.col-md-2 {
        display: none;
        width: 0%;
    }

    .contact-formimg, .approchIMG {
        display: none;
    }

    .about-circle-1, .about-circle-2, .about-circle-3,
    .about-dashed-1, .about-dashed-2 {
        display: none;
    }
}

@media only screen and (max-width:467px) {
    .main-logo {
        width: 220px;
    }
}

img.contact-formimg {
    width: 198px;
    position: absolute;
    top: -200px;
    left: 136px;
    z-index: 99;
}

.timeline-services {
    counter-reset: year 2016;
    position: relative;
}

    .timeline-services li {
        list-style: none;
        float: left;
        width: 33.3333%;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        font-family: 'Dosis', sans-serif;
    }

ul:nth-child(1) {
    color: #4caf50;
}

.timeline-services li:before {
    counter-increment: year;
    content: counter(year);
    width: 50px;
    height: 50px;
    border: 3px solid #4caf50;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 50px;
    margin: 0 auto 10px auto;
    background: #F1F1F1;
    color: #000;
    transition: all ease-in-out .3s;
    cursor: pointer;
}

.timeline-services li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: grey;
    top: 25px;
    left: -50%;
    z-index: -999;
    transition: all ease-in-out .3s;
}

.timeline-services li:first-child:after {
    content: none;
}

.timeline--services li.active {
    color: #555555;
}

.timeline-services li.active:before {
    background: #4caf50;
    color: #F1F1F1;
}

.timeline-services li.active + li:after {
    background: #4caf50;
}

img.normal-icon.footericon {
    border: 1px solid white;
    border-radius: 28px;
    padding: 5px;
}

h2.block-title__title.address {
    color: white;
    font-size: 24px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

p.footercontents {
    font-family: "Poppins", sans-serif;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    font-size: 14px;
    line-height: 13px;
}

.footer-widget:after {
    content: "";
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    width: 2px;
    height: 160px;
    top: 10px;
    left: 102%;
    display: block;
}

.footer-widget__social i {
    background: white;
    padding: 4px;
    border-radius: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
}

.container.approachwidth {
    background: white;
    border-radius: 10px;
}

@media (min-width: 1200px) {

    .connect .img_bottom {
        width: 240px;
        margin-top: -38px;
    }

    .connect .img_top {
        width: 196px;
    }

    .container.approachwidth {
        max-width: 1047px;
        box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
        transform: scale(1.01);
    }

    .container.industriesimg {
        max-width: 1047px;
    }
}

h2.block-title__title.industries {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: rgba(0, 86, 161, 1);
}

p.contents-second.serve {
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    font-weight: 500;
}

.service-one__icon.industryimgs {
    top: 23%;
}

.service-one__single.ecommerce {
    padding: 33px !important;
    box-shadow: 0 2px 8px rgb(0 0 0 / 46%);
    transform: scale(1.01);
    border: 2px solid rgba(0, 86, 161, 1);
    border-radius: 10px;
}

.service-one__title.mcommerce {
    margin-top: 0px !important;
}

.service-one__icon.secondindustry {
    top: 34%;
}

.service-one__single.ecommercesecond {
    box-shadow: 0 2px 8px rgb(0 0 0 / 46%);
    transform: scale(1.01);
    border: 2px solid rgba(0, 86, 161, 1);
    border-radius: 10px;
}

.service-one__title.mcommerce.ecommrecesections {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 38.5px;
    color: rgba(0, 86, 161, 1);
}

.service-one__text.mcommercecontent {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.5px;
    color: rgba(0, 0, 0, 1);
}

.linebreak {
    border-bottom: 2px solid rgba(1, 82, 153, 1);
    width: 200px;
    margin-bottom: 26px;
}

.pricing-one {
    padding-top: 90px;
}

.box-shadow {
    width: 70%;
    background: #cccccc;
    position: relative;
}

.inner-box {
    margin: 0 10px;
    background: black;
    display: flex;
}

.content-about h2 {
    color: #fff;
    font-size: 25px;
}

.content-about {
    width: 50%;
    text-align: left;
    padding: 4rem 0rem 4rem 3rem;
}

.about-image img {
    width: 400px;
    padding: 7px;
}

.about-section {
    width: 70%;
    background: #0056A1;
    box-shadow: -2px 8px 22px 0px rgba(0, 0, 0, 0.25);
    margin-top: 2rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .about-section h2 {
        padding: 1rem 0;
        color: #fff;
        margin-bottom: 0;
    }
/*center{*/
/*    margin-top:6rem;*/
/*}*/
.about-circle-1 {
    background: #0056a1;
    width: max-content;
    padding: 0.5rem;
    border-radius: 50%;
    position: absolute;
    right: 20%;
    top: -5%;
}

    .about-circle-1 img {
        width: 70px;
    }

.about-circle-2 {
    background: #0056a1;
    width: max-content;
    padding: 0.5rem;
    border-radius: 50%;
    position: absolute;
    left: 20%;
    bottom: -52%;
}

.about-circle-3 {
    background: #0056a1;
    width: max-content;
    padding: 0.5rem;
    border-radius: 50%;
    position: absolute;
    right: 26%;
    bottom: -40%;
}

.about-circle-2 img {
    width: 90px;
}

.about-circle-3 img {
    width: 80px;
}

.service-one {
    margin-top: 0;
    padding-top: 330px;
}

.about-dashed-2 {
    position: absolute;
    bottom: -220px;
    left: 30%;
}

    .about-dashed-2 img {
        width: 400px;
        rotate: 5deg;
    }

.about-dashed-1 {
    position: absolute;
    right: 15%;
    top: 8%;
}

    .about-dashed-1 img {
        width: 130px;
    }

.service-one__single img {
    max-width: 100%;
}




/*  Timeline for Mobile View  */




.project-name {
    text-align: center;
    padding: 10px 0;
}

.success {
    background: #78AD42 !important;
}

.timeline-container {
    max-width: 1000px;
    margin: 160px auto 0;
}

#timeline .timeline-item:after, #timeline .timeline-item:before {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

#timeline {
    width: 100%;
    margin: 30px auto;
    position: relative;
    padding: 0 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    #timeline:before {
        content: "";
        width: 3px;
        height: 100%;
        background: #0056a1;
        left: 50%;
        top: 0;
        position: absolute;
    }

    #timeline:after {
        content: "";
        clear: both;
        display: table;
        width: 100%;
    }

    #timeline .timeline-item {
        margin-bottom: 50px;
        position: relative;
    }

        #timeline .timeline-item .timeline-icon {
            background: #fff;
            border: 2px solid #0056a1;
            width: 70px;
            height: 70px;
            position: absolute;
            top: 0;
            left: 50%;
            overflow: hidden;
            margin-left: -30px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
        }

            #timeline .timeline-item .timeline-icon svg, #timeline .timeline-item .timeline-icon .fa {
                position: relative;
                top: 13px;
                left: 14px;
                font-size: 24px;
                color: #fff;
            }

        #timeline .timeline-item .timeline-content {
            width: 45%;
            background: #fff;
            padding: 20px;
            -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
            -ms-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            #timeline .timeline-item .timeline-content h2 {
                padding: 15px;
                background: #0056a1;
                color: #fff;
                margin: -20px -20px 0 -20px;
                font-weight: 300;
                -webkit-border-radius: 3px 3px 0 0;
                -moz-border-radius: 3px 3px 0 0;
                -ms-border-radius: 3px 3px 0 0;
                border-radius: 3px 3px 0 0;
                font-size: 22px;
                font-family: "Poppins", sans-serif;
            }

            #timeline .timeline-item .timeline-content p {
                padding-top: 10px;
                padding-bottom: 10px;
                font-size: 17px;
                color: #000;
                font-family: "Poppins", sans-serif;
            }

            #timeline .timeline-item .timeline-content:before {
                content: '';
                position: absolute;
                left: 45%;
                top: 20px;
                width: 0;
                height: 0;
                border-top: 7px solid transparent;
                border-bottom: 7px solid transparent;
                border-left: 7px solid #0056a1;
            }

            #timeline .timeline-item .timeline-content.right {
                float: right;
            }

                #timeline .timeline-item .timeline-content.right:before {
                    content: '';
                    right: 45%;
                    left: inherit;
                    border-left: 0;
                    border-right: 7px solid #0056a1;
                }


@media screen and (max-width: 567px) {
    #timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before {
        left: 15% !important;
    }

    #timeline .timeline-item .timeline-content {
        width: 85% !important;
    }
}

@media screen and (max-width: 991px) {
    .pb-30 {
        padding: 0px 0 30px;
    }

    #timeline {
        margin: 30px;
        padding: 0px;
        width: 90%;
    }

        #timeline:before {
            left: 0;
        }

        #timeline .timeline-item .timeline-content {
            width: 90%;
            float: right;
        }

            #timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before {
                left: 10%;
                margin-left: -6px;
                border-left: 0;
                border-right: 7px solid #0056a1;
            }

        #timeline .timeline-item .timeline-icon {
            left: 0;
            align-items: center;
            justify-content: center;
            display: flex;
        }
}


/* Animation CSS */

/* icon animation */
.timeline-icon.is-hidden {
    visibility: hidden;
}

.timeline-icon.animate-it {
    visibility: visible;
    -webkit-animation: bounce-1 0.6s;
    -moz-animation: bounce-1 0.6s;
    animation: bounce-1 0.6s;
}

/* content block animation */
.timeline-content.is-hidden {
    visibility: hidden;
}

.timeline-content.animate-it {
    visibility: visible;
    -webkit-animation: bounce-2 0.6s;
    -moz-animation: bounce-2 0.6s;
    animation: bounce-2 0.6s;
}

@media (min-width: 1199px) {
    .service-one__icon.industryimgs {
        top: 31%;
    }
}

@media (min-width: 1499px) {
    .section-timeline {
        padding: 0px 0 100px;
    }
}

@media only screen and (min-width: 769px) {
    /* Inverse bounce effect on even content blocks */
    .timeline-content.right.animate-it {
        -webkit-animation: bounce-2-inverse 0.6s;
        -moz-animation: bounce-2-inverse 0.6s;
        animation: bounce-2-inverse 0.6s;
    }
}

@media only screen and (max-width: 991px) {
    /* Inverse bounce effect on all content blocks */
    .timeline-content.animate-it, .timeline-content.right.animate-it {
        -webkit-animation: bounce-2-inverse 0.6s;
        -moz-animation: bounce-2-inverse 0.6s;
        animation: bounce-2-inverse 0.6s;
    }
}

/* ALL animation types called */

@-webkit-keyframes bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@keyframes bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}


.justify_center {
    justify-content: center;
}
