.about_banner {
    position: relative;
}

.about_banner_text {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_banner_text h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}

.about_one {
    padding: 60px 0;
}

.about_one_right,
.about_two_left {
    display: flex;
    align-items: center;
    height: 100%;
}

.about_one_right_inner h2 {
    color: #283133;
    font-size: 40px;
    font-weight: 400;
}

.about_one_right_inner h2 span {
    color: #04979B;
}

.about_one_right_inner p {
    margin-top: 25px;
}

.about_two {
    padding-bottom: 60px;
}

.new_section {
    padding-bottom: 60px;
}

.about_two_inner {
    box-shadow: rgb(26 37 107 / 50%) 0px 2px 9px;
    padding: 15px;
}

.about_two_left h3 {
    font-size: 40px;
    font-weight: 700;
}

.about_two_left_inner p {
    margin-top: 25px;
    line-height: 31px;
}

.about_two_left {
    position: relative;
}

.about_two_inner_block {
    position: absolute;
    left: -38%;
    top: -60px;
    padding: 12px 12px 12px 12px;
    width: 380px;
    height: 100px;
    border-radius: 8px;
    background-image: linear-gradient(to right, #04979B, #13C2C6);
}

.about_two_inner_block_inner {
    background: #ffff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.about_two_inner_block_inner img {
    width: unset;
}

.bharta_pop_logo {
    width: unset !important;
    height: 56px;
}

.about_two_right {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.about_two_left_img {
    width: unset;
}

.about_three {
    padding: 60px 0;
    background-color: #ECECEC;
}

.about_two_inner_section {
    background-color: #fff;
}

.about_two_left_img_two {
    overflow: hidden;
}

.about_two_inner_block9 {
    right: -38%;
    left: unset;
}

.about_four {
    padding: 100px 0 60px 0;
}

.about_two_left_inner h3 {
    font-weight: 700;
}

.investment_block_right {
    display: flex;
    align-items: center;
    height: 100%;
}

.about_one_right_inner p {
    margin-top: 15px;
    text-align: left !important;
}

.about_one_right_inner p:nth-child(2) {
    line-height: 30px;
}

@media (max-width: 767px) {
    p {
        font-size: 15px !important;
        line-height: 26px !important;
    }
    .about_banner_text {
        width: 100%;
        text-align: center;
    }
    .about_one_right .about_one_right_inner h2 {
        margin-top: 15px;
        font-size: 30px;
    }
    .about_two_inner_block {
        left: 0;
        width: 100%;
        height: 65px;
        top: -46px;
        padding: 5px;
    }
    .about_one_right_inner h2 {
        font-size: 30px;
    }
    .about_two_left_inner h3 {
        font-size: 22px;
        margin-top: 15px;
    }
    .about_two_left_inner h3 br {
        display: none;
    }
    a.but_unique {
        font-size: 15px;
        padding: 5px 7px;
    }
    a.but_unique span {
        padding: 7px 20px;
    }
    .about_two {
        padding-bottom: 30px;
    }
    .about_three {
        padding: 30px 0;
    }
    .about_four {
        padding: 30px 0;
    }
    .about_two_left_inner p {
        margin-top: 15px;
    }
    .main_banner.about_banner img {
        height: 150px;
    }
    .about_banner_text h1 {
        font-size: 20px;
        font-weight: 700;
        color: #fff;
    }
    .about_one {
        padding: 30px 0;
    }
    footer {
        padding: 0;
    }
    ul.foot_menu {
        padding: 15px 0;
    }
    ul.foot_menu li {
        margin: 0 5px;
    }
    ul.foot_menu li a {
        font-size: 15px;
    }
    footer h4 {
        font-size: 18px;
        margin: 0 0 -10px;
    }
    .footer_social_area {
        display: block;
    }
    ul.social {
        margin-top: 10px;
    }
    .about_one_right_inner p {
        margin-top: 8px;
    }
    .about_area {
        padding: 30px 0;
    }
}


/* milestone start */
.milestone{
    margin:70px 0;
}
.milestone_one_left{
width:30px;
height:100%;
background-color:#303030;
position: relative;
}
.milestone_two{
    width:100%;
    height:30px;
    background-color:#303030;
    position: relative;  
}
.milestone_two::after{
    border: 2px solid #fff;
    top: 14px;
    left: 14px;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    border-style: dashed;
}
.milestone_two_img1{
    content: "";
    top: -8px;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: rgb(26 37 107 / 50%) 0px 2px 9px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    left: -6px;
}
.milestone_two_img1 img, .milestone_two_img2 img{
    width:20px;
}
.milestone_two_img1 img{
    transform: rotate(-90deg);
}
.milestone_one_left::after{
    border: 2px solid #fff;
    top: 7px;
    left: 14px;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    border-style: dashed;
}
.milestone_arrow{
    content: "";
    top: -15px;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: rgb(26 37 107 / 50%) 0px 2px 9px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    left: -7px;
}
.milestone_arrow img{
    width:20px;
}

.milestone_one_right{
    margin-top: 70px;
    margin-bottom: 120px;
}
.rti_block h2{
    color:#3A3939;
    font-size:25px;
    font-weight: 800;
}
.rti_block_inner{
    box-shadow: rgb(26 37 107 / 50%) 0px 2px 9px;
    padding: 20px;
    margin-top:15px;
    border-radius: 5px;
}
.milestone_pic{
    width:unset;
}
.rti_img{
    display:flex;
    align-items: center;
    justify-content: center;
}
.rti_block_inner p{
    margin-top:15px;
    padding-left:28px;
    position: relative;
}
.rti_block_inner p::after{
    position: absolute;
    top:5px;
    left:0;
    content: "";
    width:15px;
    height:15px;
    border-radius: 100%;
    background-color:#3A3939;
}
.circle{
    position: absolute;
    top:200px;
    left:7px;
    content: "";
    width:15px;
    height:15px;
    border-radius: 100%;
    background-color:#fff;
}
.circle2{
    top:500px;
}
.circle3{
    top:935px;
}
.circle::after{
    border: 1px solid #707070;
    top: 7px;
    left: 26px;
    width: 70px;
    content: "";
    position: absolute;
    border-style: dashed;
}
.circle::before{
    content: '';
    /* display: block; */
    /* border: 1px solid #707070; */
    margin-bottom: 0px;
    /* border-style: dashed; */
    position: absolute;
    left: 94px;
    width: unset;
    top: -19px;
    height: 24px;
    border: 1px dashed #707070;
}
.locator_pic{
    margin-left: 70px;
    margin-top: -140px;
    /* -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0 0 #ef1313; */
}
.fastinfo_block{
    margin-top:60px;
}
.oli_block{
    margin-top:25px;
}
.milestone_two_circle{
    position: absolute;
    top: 7px;
    left: 50%;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #fff;
    transform: translate(-50%);
}
.milestone_two_circle_pic{
    margin-top: -150px;
    margin-left: -16px;
}
.milestone_two_img2 {
    content: "";
    top: -8px;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: rgb(26 37 107 / 50%) 0px 2px 9px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    right: -10px;
}
.milestone_three_right{
    width: 30px;
    height: 100%;
    background-color: #303030;
    position: relative;
}
.milestone_three_right::after{
    border: 2px solid #fff;
    top: 2px;
    left: 15px;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    border-style: dashed;

}
.milestone_three_left{
    margin:70px 0;
}
.milestone_three_right_inner{
    display:flex;
    justify-content: flex-end;
}
.circle4{
    position: absolute;
    top: 200px;
    left: 9px;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #fff;
}
.circle5{
    top: 480px;
}
.circle4_pic{
    margin-left: -120px;
    margin-top: -120px;
}
.circle4::before {
    content: '';
    display: block;
    border: 1px solid #707070;
    margin-bottom: 0px;
    border-style: dashed;
    position: absolute;
    left: -96px;
    width: unset;
    top: -10px;
    height: 17px;
}
.circle4::after {
    border: 1px solid #707070;
    top: 7px;
    width: 87px;
    content: "";
    position: absolute;
    border-style: dashed;
    right: 24px;
}
.last_arrow{
    content: "";
    bottom:-10px;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: rgb(26 37 107 / 50%) 0px 2px 9px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    right: -10px;
}
.last_arrow img{
    width:20px;
}
.milestone_two_circle::before {
    content: '';
    display: block;
    border: 1px solid #707070;
    margin-bottom: 0px;
    border-style: dashed;
    position: absolute;
    left: 54%;
    width: unset;
    top: -26px;
    height: 24px;
}
.milestone_four{
    display:flex;
    justify-content: flex-end;
}
.milestone_four_pic{
    margin-right:-110px;
}
.milestone_four{
    margin-top:40px;
}
 .fast_ingo_logo_block_holder{
    width:250px;
}
.rti_img_block_holder9{
    width:300px;
}
.milestone_four_rsponsive_pic9, .milestone_four_rsponsive_pic10{
    display:none;
}
@media (max-width: 767px) {
    .milestone_four_rsponsive_pic9, .milestone_four_rsponsive_pic10{
        display:block;
    }
    .circle::before, .circle::after, .milestone_two_circle::before,.circle4::before, .circle4::after{
        border: 1.5px dashed #707070;
    }
    .milestone_one_left{
        width:15px;
    }
    .milestone_one_left::after{
        left: 7px;
    }
    .milestone_arrow{
        width: 30px;
        height: 30px;
    }
    .milestone_arrow img {
        width: 15px;
    }
 .milestone_four_rsponsive{
    width: 50%;
    height: 15px;
    background-color: #303030;
    position: relative;
    float: right;
    clear: both;
 }
 .milestone_four_rsponsive::after {
    border: 2px solid #fff;
    top: 7px;
    left: -3px;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    border-style: dashed;
}
.milestone_four_rsponsive::before {
    content: '';
    display: block;
    background-color: #303030;
    margin-bottom: 0px;
    position: absolute;
    left: 0;
    width: 15px;
    top: 0;
    z-index: 9;
    height: 70px;
}
 .milestone_four {
    display: unset;
    justify-content: unset;
    margin-top:unset;
}
.milestone_four_responsive_pic{
    display: flex;
    justify-content: center;
    clear: both;
}
.milestone_four_rsponsive img{
    width: 15px;
}
.milestone_four_rsponsive_pic9{
    border-radius: 100%;
    box-shadow: rgb(26 37 107 / 50%) 0px 2px 9px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    z-index: 9;
    position: absolute;
    left: -7px;
    top: -3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.milestone_four_rsponsive_pic10{
    border-radius: 100%;
    box-shadow: rgb(26 37 107 / 50%) 0px 2px 9px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    margin-top: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    position: relative;
    margin-left: -7px;
}
.milestone_four_rsponsive_pic9::after{
    border: 2px solid #fff;
    top: 18px;
    left: 14px;
    width: 100%;
    content: "";
    height: 70px;
    position: absolute;
    border-style: dashed;
}
.milestone_four_pic{
    margin-right:unset;
    margin-top: 90px;
}
 .circle{
    width: 12px;
    height: 12px;
    left: 2px;
 }
 .locator_pic{
     width:40px;
     margin-left: 37px;
 }
 .milestone_two_circle_pic{
    width:40px;
 }
 .milestone_two_circle::before{
    left: 37%;
    top: -36px;
    height: 32px;
 }
 .circle::before{
    left: 56px;
    width: unset;
    top: -27px;
    height: 32px;
 }
 .circle::after{
    top: 7px;
    left: 14px;
    width: 44px;
 }
 .circle2 {
    top: 600px;
}
.milestone_two{
    height: 15px;
}
.milestone_two::after{
    top:7px;
}
.milestone_two_img1, .milestone_two_img2 {
    width: 30px;
    height: 30px;
}
.milestone_two_img1 img, .milestone_two_img2 img {
    width: 15px;
}
.milestone_two_circle{
    width: 12px;
    height: 12px;
    top: 1px;
}
.milestone_three_right{
    width:15px;
}
.milestone_three_right::after{
    left: 7px;
}
.circle4{
    left: 2px;
    width: 12px;
    height: 12px;
}
.circle4_pic{
    width:40px;
}
.circle4_pic {
    margin-left: -55px;
    margin-top: -132px;
}
.circle4::before{
    left: -37px;
    top: -24px;
    height: 33px;
}
.circle4::after{
    top: 7px;
    width: 35px;
    right: 12px;
}
.circle5 {
    top: 562px;
}
.last_arrow {
    width: 30px;
    height: 30px;
     bottom: -16px;
}
.last_arrow img {
    width: 15px;
    transform: rotate(90deg);
}
}
@media (max-width: 600px) {
    .rti_block_responsive {
        height:340px;
    }
    .fastinfo_block_responsive{
        height:450px;
    }
    .onlydesi_responsive{
        height:257px;
    }
    .online_class_india_responsive{
        height:185px;
    }
}
@media (max-width: 500px) {
    .locator_pic {
        margin-left: 25px;
    }
    .circle::before{
        left: 44px;
        top: -27px;
        height: 32px;
    }
    .circle::after {
        top: 7px;
        left: 14px;
        width: 32px;
    }

}
@media (max-width: 461px) {
    .rti_block_responsive{
        height:409px;
    }
    .rti_img_block_holder9,  .fast_ingo_logo_block_holder, .fastinfoclass_logo_img{
        width:100%;
    }
    .innovative_bharat_img{
        width:180px;
    }
    .fastinfo_block_responsive{
        height:550px;
    }
    .circle2 {
        top: 672px;
    }
    .onlydesi_responsive{
        height:300px;
    }
    .online_class_india_responsive{
        height:200px;
    }
}
@media (max-width: 430px) {
.locator_pic {
    width: 30px;
}
.circle4_pic {
    width: 30px;
}
.circle::before {
    left: 39px;
    top: -36px;
    height: 43px;
}
.circle::after {
    top: 7px;
    left: 14px;
    width: 26px;
}
.circle2 {
    top: 665px;
}
.milestone_two_circle_pic{
width:30px;
}
.milestone_two_circle::before{
    left: 38%;
}
.milestone_two_circle_pic{
    margin-left: -9px;
}
.milestone_two_circle::before{
    top: -39px;
    height: 35px;
}
.circle4{
    top: 192px;
}
.circle4::before {
    left: -37px;
    top: -31px;
    height: 40px;
}
.circle4_pic {
    margin-left: -51px;
}
.circle5 {
    top: 599px;
}
}

@media (max-width: 380px) {
    .locator_pic {
        width: 20px;
    }
    .circle4_pic {
        width: 20px;
    }
    .milestone_two_circle_pic{
        width:20px;
        }
    .circle::after {
        top: 7px;
        left: 14px;
        width: 22px;
    }
    .circle::before {
        left: 34px;
        top: -42px;
        height: 50px;
    }
    .circle {
        top: 190px;
    }
    .circle2 {
        top: 656px;
    }
    .milestone_two_circle_pic {
        margin-left: -4px;
    }
    .milestone_two_circle::before {
        top: -48px;
        height: 45px;
    }
    .circle4_pic {
        margin-left: -32px;
        margin-top: -148px;
    }
    .circle4::after {
        top: 7px;
        width: 23px;
        right: 12px;
    }
    .circle4::before {
        left: -23px;
        top: -47px;
        height: 53px;
    }

}
@media (max-width: 359px) {
    .rti_block_responsive{
        height:430px;
    }
    .fastinfo_block_responsive{
        height:600px;
    }
    .circle2 {
        top: 677px;
    }
    .onlydesi_responsive{
        height:360px;
    }
    .online_class_india_responsive{
        height:210px;
    }
}
@media (max-width: 340px) {
    .rti_block_responsive{
        height:450px;
    }
    .fastinfo_block_responsive{
        height:650px;
    }
    .circle2 {
        top: 700px;
    }
    .online_class_india_responsive{
        height:230px;
    }
}
@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(255, 21, 0, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(255, 21, 0, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(255, 21, 0, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(255, 21, 0, 0);}}
/* milestone end */

h2.brand_change{
  font-weight: 900;
}
h2.brand_change span{
    font-weight: 400;
    font-size: 34px;
}