.a1{
    display: none;
}

.a1Show{
    display: block;
}
#about-page{

}
.about-page-main{

}
.about-page-con{
    text-align: center;

}
.about-page-con p{
    font-size: 15px;
}
.about-page-con p span{
    
}
.about-page-con button{
    background: transparent;
    border: 2px solid #f48029;
    border-radius: 20px;
    padding: 10px 22px;
    color: #f48029;
    transition: 0.5s;
    font-weight: 400;
}
.about-page-con button:hover{
    background: #f48029;
    color: white;
    transition: 0.5s;
    /* border-color: white; */
}
.about-card-main{
    width: 80%;
    margin: 40px auto 20px;
}
.about-card-mission{
    /* background-image: url(../assets/about-us/Group\ 4396.png); */
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.about-card-mission-con{

}
.mission-mar{
    margin: 20px 0px;
}
.about-card-mission-con h3{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;

}
.about-card-mission-con p{
    font-size: 14px;
    margin-bottom: 0px;
}




/* <!-- ////////////////////////////////technical/////////////////////////////////// --> */


#technical{
    background-color: #063257;
    height: 100%;
    position: relative;
}
.technical-content{

}
.technical-content h2{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 12px;
}
.technical-content p{
    font-size: 15px;
    margin-bottom: 10px;
}
.pro-bar h2{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 12px;
    text-align: center;
}
.pro-bar{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.progress-bar{
    background-color: #f48029 !important;
}
.progress{
    flex: 1;
    height: 7px;
}
  .pro-sub{
    display: flex;
    margin: 10px 0px;
    align-items: center;
    width: 100%;
  }
  .tec-name{
    display: inline-block;
    width: 136px;
    font-size: 14px;
    text-align: right;
    margin-right: 5px;
  }
  .tec-num{
    width: 40px;
    font-size: 14px;
    margin-left: 5px;
    display: inline-block;
  }
  
/* <!-- ////////////////////////////////technical End/////////////////////////////////// --> */


/* <!-- ////////////////////////////////Team/////////////////////////////////// --> */
#our-team{
    position: relative;
    background-color: #063257;

}
.team-slide-main{
    margin-top: 50px;
}
.our-team{

}
.team-silding{
    background-color: #03254a;
    position: relative;
    padding: 0px 10px 20px 10px;
    border-radius: 15px;
    margin: 20px 10px;
    transition: 0.5s;
    box-shadow: 5px 5px 10px #00142ad4;
}
.team-content{

}
.team-img{
    width: 150px;
    height: 150px;
    position: relative;
    margin: 0 auto;
}
.team-img img{
    width: 100%;
    height: 100%;
    border: 3px solid #f48029;
    border-radius: 100%;
    position: absolute;
    top: -20px;
    z-index: 111;
}

.team-body{
    text-align: center;
}
.team-body h4{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}
.team-body p{
    font-size: 15px;
    margin-bottom: 0;
}




/* <!-- ////////////////////////////////Team-end/////////////////////////////////// --> */