*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.nav-bar{
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    
    height: 60px;
    
}
.nav-left{
    margin-left: -60px;
}
.nav-left input{
    border: none;
    outline: none;
    padding-left: 20px;
    transition: all 0.2s;
}
.nav-left input:focus{
    padding-left: 0px;
}
.nav-left a{
    position: absolute;
    left: 117px;
    z-index: 3;
    color:#737373 ;
}
.nav-middle{
    border: 2px solid black;
    width: 130px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
}
.nav-right{
    display: flex;
    margin-right: -60px;
    
}
.nav-right div{
    margin-right: 10px;
}
.nav-right a{
    color: #868585;
    transition: all 0.1s;
}
.nav-right a:hover{
    color: #585858;
}
.nav-right .num:hover{
    transform: translate(0px , -1px );
}
.num{
    
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    top: 15px;
    right: 115px;
    color: white;
    background-color: blueviolet;
    transition: all 0.2s;
   
}
.menu{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #737373;
    
    
}
.m-i{
    margin-top: 3px;
}
.menu div{
    margin-right: 20px;
    display: flex;
}
.menu a{
    text-decoration: none;
    color: #737373;
    transition: all 0.2s;
}
.menu a:hover{
    color: rgba(170, 1, 170, 0.587);

}
.menu .anc{
    margin-top: 3px;
    margin-left: 5px;
    color: #868585;
    font-size: 13px;
}
.classification{
   
    height: 30px;
    width: 100%;
    background-color: whitesmoke;
    padding: 5px;
    padding-left: 50px;
    display: flex;
}
.clasi1{
    color: purple;
    font-size: 15px;
    margin-right: 5px;
    font-family: Arial, Helvetica, sans-serif;
}
.dsh{
    color: #737373;
    margin-right: 5px;
}
.clasi2{
    font-size: 15px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.first{
   
    width: 100%;
    height: 500px;
    margin-top: 40px ;
    display: flex;
    align-items: center;
    justify-content: center;
    
    
}
.first-img{
    
    width: 500px;
    height: 300px;
    margin-right: 80px;
}
.first-txt{
    
    width: 400px;
    height: 300px;
}
.line{
    font-weight:bold;
    color: purple;
    position: relative;
    left: 0px;
    top: -10px;

}
.first-topic{
    font-weight: bold;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 15px;
}
.para{
    font-size: 14px;
    color: #737373;
    margin-bottom: 9px;
}
hr{
    color: #737373;
}
.team{
  
    width: 100%;
    height: 400px;
}
.team-line{
    display: flex;
    align-items: center;
    justify-content: center;
}
.the-team{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.the-team p {
    font-size: 20px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;

}
.team-members{
   
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: space-around;
}
.team-member-img{
    
    width: 90px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 10px;

}
.team-member-img img{
    border-radius: 50%;
}
.member-name{
    margin-left: -11px;

}
.member-postion p {
    font-size: 10px;
    color: #868585;
}
.p1{
    font-size: 12px;
    margin-left: -19px;
    color:#737373;
}
.p2{
    font-size: 12px;
    margin-left: -38px;
    color:#737373;
}
.p3{
    font-size: 12px;
    margin-left: -38px;
    color:#737373;
}
.p4{
    font-size: 12px;
    margin-left: -29px;
    color:#737373;
}
.p5{
    font-size: 12px;
    margin-left: 29px;
    color:#737373;
}
.fourth{
    margin-top: 40px;
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
}
.fourth a{
    font-size: 25px;
    
    margin-right: 10px;
    color: rgb(164, 0, 164);
}
.f1{
    display: flex;
}
.fourth p{
    margin-left: 10px;
    font-size: 10px;
    color: #868585;
    /* margin-top: -370px; */
    height: 30px;
    margin-bottom: 40px;
    
    
}
.p1-1{
    margin-left: 10px;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.739);
}
.footer1{
    
    width: 100%;
    height: 300px;
    padding-top: 40px;
    display: flex;
    justify-content: space-around;
}
.navigations label{
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    
}
.navigations{
    margin-right: 20px;
}
.footer1 a{
    text-decoration: none;
    color: #737373;
    font-size: 12px;
    
}
.footer1 li{
    margin-top: 10px;
}
.sec-l{
    margin-top: 12px;
}
.thrd-l{
    margin-top: 12px;
}
.promo label{
    font-weight: bold;
    margin-bottom: 10px;
}
.promo-img{
    margin-top: 20px;
    width: 200px;
    height: 90px;
    margin-bottom: 10px;
}
.promo-txt .per{
    color: purple;
    
}
.promo-txt p{
    color: #737373;
    font-size: 12px;
    margin-top: 5px;
}
.contact label {
    font-weight: bold;
    margin-bottom: 10px;
}
.contact i{
    margin-right: 5px;
    color: purple;
}
.contact li{
    margin-bottom: 14px;
}
.list{
    display: flex;
}
.list p{
    margin-left: 7px;
    font-size: 14px;
}
.phone{
    color: #737373;
    font-size: 14px;
}
.subscribe input{
    border-color: #73737340;
    height: 30px;
    width: 180px;
    position: relative;
    padding-left: 5px;
    font-size: 11px;
}
.subscribe button{
    position: absolute;
    width: 50px;
    height: 28px;
    background-color: purple;
    color: white;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    left: 1227px;
    border: none;
    margin-top: 1px;


}
.email{
    margin-top: 10px;
}
.subscribe label{
    color: #585858;
}
.sig{
   
    height: 20px;
    margin-top:50px ;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sig p{
    color: #737373;
    font-size: 12px;
}