@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');
:root {
    --primary-color: #011627;
    --secondary-color: #1267a0;
    --font-color: #426175;
    
    --heading-color: #151b1d;
    --logo-color: #151b1d;
    --border-radius: 25px;
    --border-radius-1: 8px;
    --border-color: #ddd;
    --border-light: #E9E6E3;
    --footer-bg: #011627;
    --footer-light: #011b2f;
    --nav-color: #292922;
    --dropdown-color: #fff;
    --bg-light: rgba(147, 107, 232, 0.05);
    --bg-light1: rgba(255, 255, 255, 0.15);
    --iframe-filter: grayscale(0%);
    --widget-bg: #3f3a64;
}

[data-theme="dark"] {
    --primary-color: #011627;
    --secondary-color: #1267a0;
    --font-color: #fff;
   
    --heading-color: #fff;
    --border-color: #4C5F67;
    --border-light: #4C5F67;
    --nav-color: #fff;
    --logo-color: #fff;
    --bg-light: #111;
    --footer-light: #000;
    --footer-bg: #111;
    --dropdown-color: #000;
    --bg-light1: rgba(0, 0, 0, 0.34);
    --iframe-filter: grayscale(100%);
    --widget-bg: #131617;
}

#mobile-develpment ul {
  list-style: none;
  padding: 0;
}
#mobile-develpment li {
  padding-left: 1.3em;
}
#mobile-develpment li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
    margin-right: 6px;
    color: #4b6cb7;
  display: inline-block;
  margin-left: -1.6em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}
#mobile-develpment p{
    font-size: 17px;
    font-weight: 500;
}
#mobile-develpment li{
    font-size: 17px;
    font-weight: 500;
}
   
.w3l-about-breadcrumb {
    margin-top: -10px;
    background-size: cover;
    position: relative;
    z-index: 0;
    display: grid;
    padding-top: 2em;
}

.w3l-about-breadcrumb .src {
    margin: 0 auto;
    width: auto;
    height: 250px;
    margin-bottom: 33px;
}

.w3l-about-breadcrumb h2 {
    font-size: 58px;
    font-weight: 700;
    color: #fff;
    margin-top: 100px;
    font-family: 'Poppins', sans-serif;
}

.w3l-about-breadcrumb::before {
    content: "";
    position: absolute;
    top: 0;
    min-height: 78%;
    left: 0;
    right: 0;
    z-index: -1;
    background: #6441A5;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2a0845, #6441A5);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2a0845, #6441A5);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

#mobile-develpment {
    margin-top: -40px;
}

.row-1,
.reverse {
    margin-top: 70px;
}

.circular-image {

    vertical-align: middle;
    border-radius: 0px;
    width: auto;
    height: 300px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0px 0px 0px #777;
    -moz-box-shadow: 0 0px 0px 0px #777;
    box-shadow: 0 0px 0px 0px #777;

}

.row-1 h3,
.reverse h3,
.first-row h3 {
    color: #1267a0;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 25px;

}

.row-1 p,
.reverse p,
.first-row p {

    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 17px;
    width: auto;
    text-align: justify;
}
.work-process{
    font-size: 17px;
    font-weight: 500;
}
@media (min-width: 320px) and (max-width: 480px) {
    .w3l-about-breadcrumb h2 {
        font-size: 30px;
        margin-top: 50px;
    }

    .w3l-about-breadcrumb .src {

         width: auto;
        height: 125px;
        margin-bottom: 53px;
    }

    .circular-image {
        display: block;
        margin: 40px auto;
        width: auto;
        height: 170px;
    }

    .row-1,
    .reverse {
        margin-top: 40px;
    }

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

    .row-1 h3,
    .reverse h3,
    .first-row h3 {

        margin-bottom: 0px;
        font-size: 24px;

    }

    .row-1 p,
    .reverse p,
    .first-row p {

        width: auto;
    }
}

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

    .row-1 h3,
    .reverse h3,
    .first-row h3 {
        padding-top: 30px;
        margin-bottom: 0px;
        font-size: 25px;

    }

    .row-1 p,
    .reverse p,
    .first-row p {

        width: auto;
    }

    .row-1,
    .reverse {
        margin-top: 60px;
    }

    .circular-image {
        margin-top: 40px;
    }
}

@media (min-width: 1024px) and (max-width: 1026px) {
    .w3l-about-breadcrumb h2.title {
        margin-top: 50px;
    }

    .row-1 h3,
    .reverse h3,
    .first-row h3 {

        margin-bottom: 0px;

    }

}

@media (min-width: 481px) and (max-width: 767px) {
    .w3l-about-breadcrumb h2.title {
        margin-top: 70px;
    }

    .circular-image {
        display: block;
        margin-top: 0px;
        margin-left: 50px;
    }

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

    .row-1 h3,
    .reverse h3,
    .first-row h3 {

        margin-bottom: 0px;
        font-size: 24px;

    }

    .row-1 p,
    .reverse p,
    .first-row p {

        width: auto;
    }
}





.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: 90%;
    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: 48.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: 48.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: 59%;
    left: -61px;
    transform: translateY(-50%);
    z-index: -1;
}
.main-timeline .inner-content {
    
    padding: 15px 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;
    }
}