.abt1,
.abt3,
.abt5,
.abt6 {
    padding: 3.5rem 0;
}

.abt1inner {
         margin-top: 13px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.h1tit {
    color: #333;
    padding-left: 20px;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
}

.h1ti {
    color: #333;
    padding-left: 20px;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
}

.h1ti p{
    color: #333;
    padding-left: 20px;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
}

.h1tit::before {
    content: '';
    width: 6px;
    height: 80%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #0068b3;
}
.h1ti::before {
    content: '';
    width: 6px;
    height: 80%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #0068b3;
}
.aboutOne{
    padding: 0;
    background: none;
}
.aboutOne .box {
    margin: 0px 0px 0px 51px;
    margin-top: 0;
}

.aboutOne .box .textCon p {
line-height: 23px;
    /* text-indent: 2em; */
    margin: 25px 0px;
    /* margin-top: 31px; */
    font-size: 15px;
}

.abt2 {
    background: url(../images/devebg.jpg) no-repeat top center;
    width: 100%;
    height: 300px;
    margin-top: 0px;
}

.max-1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.col-lg-3 {
    width: 33%;
    float: left;
    margin-top: -125px;
}

.fun-info {
    margin-top: 200px;
}

.fun-info h5 {
    font-size: 1.5em;
    color: #fff;
    font-weight: normal;
    margin: 15px 0px;
}

.m_count {
    font-size: 3.2em;
    color: #fff;
}

.m_count i {
    font-variant: normal;
    font-size: 0.8em;
    margin-left: 5px;
    font-style: normal;
    font-weight: normal;
}

.m_count em {
    font-style: normal;
    font-weight: normal;
    font-size: 0.8em;
    position: relative;
    top: -20px;
    left: 5px;
}
.abt3inner{
    margin-top: 3rem;
}
.abt3inner p {
        padding: 0px 0px 22px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #fffefe;
   /* line-height: 2.2rem;*/
}
.abt3inner .arow{
    /*display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 1rem 0;*/
        /* text-align: center; */
    display: flex;
    padding: 1rem 0;
    justify-content: space-around;
}

.abt3inner .arow .img{
    /*display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 1rem 0;*/
        /* text-align: center; 
       margin: 0px 30px;*/
}
.abt3inner .arow .txt{
    /*display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 1rem 0;*/
        /* text-align: center; */
       
            background: #1460a0;
        width: 100%;
       margin: 0px 0px;
}
.abt3inner .arow img{
    width: 360px;
}
.abt3inner .arow h3{
        padding: 20px 0px 15px 10px;
      color: #fffefe;
    font-size: 24px;
    margin-bottom: 15px;
}
.text-center {
    text-align: center;
}
.development .row{
    overflow: hidden;
}
.abt4 {
    background: #f8f8f8;
}

.about-group .ag-7 {
    padding: 100px 0;
    background: #f8f8f8;
}

.about-group .ag-7 h1 {
    font-size: 44px;
    text-align: center;
}

.about_timeline {
    padding: 50px 0 140px;
}

.about_timeline .community-carousel {
    width: 100%;
    position: relative;
}

.about_timeline .community-carousel::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 137px;
    background: #32489d;
}

.about_timeline .community-carousel .swiper-slide {
    width: 20%;
}

.about_timeline .community-carousel .swiper-slide .slide-holder {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.about_timeline .community-carousel .swiper-slide .slide-holder:hover {
    color: #32489d;
}

.about_timeline .community-carousel .swiper-slide .author-wrap {
    position: relative;
    padding: 0 0 0 0px;
}

.about_timeline .community-carousel .swiper-slide .author-wrap::before {
    content: "";
    position: absolute;
    left: 40px;
    bottom: -27px;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    background: #32489d;
}

.about_timeline .community-carousel .swiper-slide .author-wrap .name {
    display: block;
    height: 40px;
    font-size: 28px;
    font-weight: bold;
}

.about_timeline .community-carousel .swiper-slide .author-wrap .role {
    display: block;
    height: 80px;
    font-size: 50px;
    font-weight: bold;
}

.about_timeline .community-carousel .swiper-slide p {
    width: 90%;
    color: #666;
    font-size: 1rem;
    margin-bottom: 1.8rem;
}

.about_timeline .community-carousel .swiper-slide .ptop {
    padding: 60px 0 0 0px;

}

.about_timeline .community-carousel .swiper-slide-next .slide-holder {
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
}

.about_timeline .community-carousel .swiper-slide-prev .slide-holder {
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
}

.about_timeline .community-carousel .swiper-slide-active .slide-holder {
    color: #424882;
}

.about_timeline .community-carousel .swiper-slide-active .slide-holder p {
    color: #424882;
}

.about_timeline .community-carousel .swiper-pagination {
    width: 100%;
    text-align: center;
}

.about_timeline .community-carousel .swiper-pagination span {
    opacity: 1;
    margin: 0 7px;
    background: #424882;
}

.about_timeline .community-carousel .swiper-pagination .swiper-pagination-bullet-active {
    background: #FFFFFF;
}

.about_timeline .community-carousel .swiper-btn-next,
.about_timeline .community-carousel .swiper-btn-prev {
    position: absolute;
    width: 18px;
    height: 32px;
    z-index: 10;
    opacity: 0.8;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.about_timeline .community-carousel .swiper-btn-next:hover,
.about_timeline .community-carousel .swiper-btn-prev:hover {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.about_timeline .community-carousel .swiper-btn-prev {    border-radius: 50px;
    height: 30px;
    width: 30px;
    left: 45%;
    top: 108%;
       background-color: rgb(50 72 157 / 0%);
    border: 1.9px solid #427fb2;
    margin-top: -16px;
    background-image: url(../images/pres3.png);
}

.about_timeline .community-carousel .swiper-btn-next {    height: 30px;    border-radius: 50px;
    width: 30px;
right: 45%;
    top: 108%;
        background-color: rgb(50 72 157 / 0%);
    border: 1.9px solid #427fb2;
    margin-top: -16px;
 
    background-image: url(../images/nexts3.png);
}

.abt5 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
    width: 100%;
}

.abt5 ul li {
    width: 47%;
    padding: 10px;
    margin-bottom: 1.5rem;
    border-radius: 10px;
    border: 1px solid #dfeff6;
    position: relative;
}

.abt5 ul li .inner {
    padding: 2rem 3rem;
        text-align: center;
}


.abt5 ul li p {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0.5rem;
}

.abt5 ul li h2 {
    font-size: 24px;
    font-weight: bold;
}

.abt6 {
    background: #f8f8f8;
}

.abt6inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
}

.abt6columne {
    width: 36%;
}

.abt6columne .p {
    display: flex;
}

.abt6columne p {
    font-size: 1.2rem;
    font-weight: 400;
    color: #666666;
    line-height: 2.2rem;
}



@media screen and (max-width: 1440px) {  .abt3inner .arow img {
        width: 80%;
    }
        .abt3inner .arow {
        text-align: center;
        padding: 0.5rem 0;
    }
    
}





@media screen and (min-width: 200px) and (max-width: 768px) {
    .container {
        width: 100%;
        margin: 0 auto;
        max-width: 92%;
    }
    
        .about_timeline .community-carousel .swiper-btn-next{display:none; }
    .about_timeline .community-carousel .swiper-btn-prev{display:none; }
    

    
    
    
    .abt1inner{
        flex-direction: column;
        margin-top: 30px;
    }
    .abt5 ul li{
        width: 100%;
    }
    .abt5 ul li .inner {
        padding: 1rem 1.5rem;
    }
    .abt6inner{
        flex-direction: column;
    }
    .abt6columne {
        width: 100%;
    }
    #dituContent{
        width: 100% !important;
    }
    .abt2 {
            background: url(/images/deveb.jpg) no-repeat top center;
            height: 180px;
            background-size: cover;
        }
    .fun-info{margin-top: 50px;width: 33%;float: left;}
    .m_count{ font-size:2em;}
    .fun-info h5{font-size:1.2em;}
    .col-lg-3 {
         width: auto; 
         float: none; 
        margin-top: 0px;
    }
    .development .row {
        overflow: hidden;
        padding: 0;
    }
    .about_timeline {padding:50px 0 20px;}
	.about_timeline .swiper-wrapper {display:inline;}
	.about_timeline .community-carousel::before {display:none;}
	.about_timeline .community-carousel .swiper-slide { width:100%; }
	.about_timeline .community-carousel .swiper-slide .slide-holder { position:relative; margin-left:27px; padding:0 0 40px 40px; border-left:1px solid #32489d;}
	.about_timeline .community-carousel .swiper-slide .author-wrap { padding:0; border:none;}
	.about_timeline .community-carousel .swiper-slide .author-wrap::before {left:-48px; bottom:18px; width:15px; height:15px;}
	.about_timeline .community-carousel .swiper-slide .author-wrap .name {font-size:22px; height:auto;}
	.about_timeline .community-carousel .swiper-slide .author-wrap .role {font-size:44px; height:auto;}
	.about_timeline .community-carousel .swiper-slide p {padding:0;}
	.abt3inner .arow{
	    text-align: center;
	    padding: 0.5rem 0;
	}
    .abt3inner .arow img {
        width: 80%;
    }
    .abt3inner .arow .img {
        width: 50%;
    }
    .abt3inner .arow .txt { margin: 8px;}
    .abt3inner    .txt{
            
        padding:0px;
        flex: 1;
    }
    .abt3inner .arow h3 {font-size: 14px;}
    .abt3inner p{font-size: 12px;
        line-height: 1.5rem;
    }
}