.about-banner{
    background-image: url('../image/about-us-banner.png');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
	display: flex;
	align-items: center;
}

.aboutText {
    padding: 100px 15px;
}
.about-stats-section {
    padding: 0 15px;
    position: relative;
}
.team-img{
    padding-bottom: 80;
    padding-top: 70px;
}
.specialize-sec{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 14%;
    gap: 60px;
}
.specialize-title{
  color: #212121;
  font-family: Geomanist-Book;
  font-size: 34px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 43px;
  padding-bottom: 60px;
  margin: 0;
}
.specialize-50{
    width: 50%;
}
.specialize-50.right{
    width: 50%;
    display: flex;
    justify-content: flex-end;
}
.specialize-item img{
    background-color: #00B46A;
    padding: 8px;
    border-radius: 0 0 15px 15px;
    width: 46px;
    height: 46px;
    position: relative;
    top: 10px;
}
.at80{
    padding-top: 80px;
}
.specialize-item{
    display: flex;
    gap: 30px;
    padding-bottom: 20px;
/*    align-items: center;*/

}
.atText{
    display: flex;
    justify-content: space-between;
    padding-top: 80px;
    padding-bottom: 80px;
}
.specialize-in-developing{
    padding: 100px 0;
}

.atTextDiv{
    border-left: 4px solid #00B46A;
    padding-left: 30px;
}

 .about-stats-bg {
    background:#00B46A;
    color: #fff;
    border-radius: 15px;
  
    padding: 60px 20px;
    
}
 .card-about-stats .heading {
    font-size: 80px;
    line-height: 1;
    color: #fff;
}

.card-about-stats p {
    font-size: 22px;
   
    line-height: 1.3;
}

.heading-our-team {
    margin-bottom: 70px;
    
}



.box-about-team {
    margin-bottom: 70px;
}

figure.mB20.icon-about-team {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.pic-about-team {
    height: 407px;
    overflow: hidden;
}
.pic-about-team>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.card-about-team .heading {
    font-size: 23px;
    line-height: 1.3;
    color: #212121;
    margin-bottom: 10px;
}

.card-about-team p {
    font-size: 18px;
    color: #212121;
    line-height: 1.3;
}

.about-team-section{
    margin: -150px 0 0 0;
    background: #F9F9F9;
    padding: 250px 0 70px 0;
    
}


.about-team-bg h3 {
    
    display: inline-block;
}

.about-slider-section {
    padding-top: 100px;
    padding-bottom: 94px;
}


.hiring-section {
    padding: 140px 0;
    background-color: #f9f9f9;
}

#demos .loopsss .owl-dots {
    display: none;
}
.companies-logo{
    padding-bottom: 70px;
}
.companies-logo ul{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.our-clietns{
    padding-top: 60px;
}
@media screen and (min-width: 1200px) {
    .hiring-section>.container {
        padding:0 140px;
        
    }
}

@media screen and (max-width: 1600px) {
    .pic-about-team {
        height: 350px;
        
    }
	.card-about-stats .heading {
        font-size:54px;
        
    }
	.card-about-stats p {
        font-size: 17px;
       
    }
}
@media screen and (max-width: 1400px) {
    .pic-about-team {
        height: 300px;
        
    }
    .specialize-sec{
        padding-left: 8%;
    }
}

@media screen and (max-width:991px) {
    .pic-about-team {
        height: auto;
    }
    .aboutText {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .about-right-section {
        margin-top: 40px;
    }
    .hiring-section {
        padding-top: 40px;
        padding-bottom: 40px;
        
    }
}


@media screen and (max-width:767px) {
    .about-banner{
        background-image: url('../image/about-mobile.png');
    }
    .about-team-section{
        padding: 40px 0 0 0;
    }
    
    .about-right-section {
        margin-top: 60px;
    }
    .card-about-stats .heading {
        font-size: 70px;
     
    }
    .card-about-stats p {
        font-size: 18px;
    
    }
    .box-about-stats:not(:first-child){
        margin-top: 60px;
    }
    
	.aboutText {
        padding: 40px 15px;
    }
    .about-stats-bg {
        padding: 40px 0px;
        
    }
    .about-team-section {
        margin: 40px 0 0 0;
    }

    
    .hiring-img {
        margin-bottom: 40px;
    }

   

    .hiring-section {
        padding: 40px 0;
       
    } 
    
    .about-slider-section {
        padding: 40px 0;
    }
    .specialize-sec{
        flex-direction: column;
    }
    .specialize-50{
        width: 100%;
    }
    .specialize-in-developing{
        padding: 60px 0;
    }
    .specialize-sec{
        gap: 0;
    }
    .specialize-sec {
        padding-left: 15px;
        padding-right: 15px;
    }
	.at80 {
        padding-top: 40px;
    }
    .atText{
        flex-direction: column;
    }
    .atText {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .atTextDiv{
        margin-bottom: 30px;
    }
}


