*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
}
img{
    vertical-align: middle;
}
.container{
    width: 1280px;
    margin: 0 auto;
}
/* nav part start */
#navbar{
    background-color: #1C1E53;
    padding: 31px 0;
}
.navbar_main{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbar_manu ul{
    display: flex;
    gap: 0 32px;
}
.navbar_manu ul a{
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 16px;
    font-weight: medium;
    text-transform: none;

}
.navbar_manu ul li:last-child a{
    border: 2px solid #fff;
    padding: 16px 48px;
    border-radius: 41px;
}
/* nav part end */

#banner{
    padding:128px 0;
}
.ban_main{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ban_text{
    width: 595px;
}
.ban_text a{
    font-family: "Poppins", serif;
    font-weight: 500;
    font-size: 18px;
    color: #282938;
    padding-bottom: 8px;
}
.ban_text h2{
    font-family: "Poppins", serif;
    font-weight: 600;
    font-size: 54px;
    color: #282938;
    padding-bottom: 31px;
}
.ban_text p{
    font-family: "Poppins", serif;
    font-weight: 400;
    font-size: 16px;
    color: #282938;
}
.ban_img{
    width: 547px;
}
/* banner part end */

/* we part start */
.we_head{
    display: flex;
    padding: 80px 109px 80px 79px;
    background-color: #F4F5F5;
    width: 1092px;
    justify-content: space-between;
}
.we_l{
    width: 515px;
}
.we_l h5{
    font-family: "Poppins", serif;
    font-weight: 500;
    font-size: 16px;
    color: #282938;
}
.we_l h3{
    font-family: "Poppins", serif;
    font-weight: 600;
    font-size: 38px;
    color: #282938;
    padding-bottom: 16px;
}
.we_l p{
    font-family: "Poppins", serif;
    font-weight: 400;
    font-size: 16px;
    color: #282938;
}
.we_r{
    width: 515px ;
}
.we_r h3{
    font-family: "Poppins", serif;
    font-weight: 600;
    font-size: 38px;
    color: #282938;
    padding-top: 26px;
    padding-bottom: 12px;
}
.we_r p{
    font-family: "Poppins", serif;
    font-weight: 400;
    font-size: 16px;
    color: #282938;
}
/* we part end */

/* process part start */
#process{
    padding: 128px 0;
}
.pro_main{
    margin: 0 auto ;
    text-align: center;
}
.pro_main h2{
    font-family: "Poppins", serif;
    font-weight: 600;
    font-size: 48px;
    color: #282938;
    padding-bottom: 36px;
}
.pro_head{
    display: flex;
    justify-content: space-between;
}
.pro_item{
    width: 296px;
}
.pro_item h3{
    font-family: "Poppins", serif;
    font-weight: 600;
    font-size: 16px;
    color: #282938;
    padding-top: 16px;
    padding-bottom: 16px;
}
.pro_item p{
    font-family: "Poppins", serif;
    font-weight: 600;
    font-size: 16px;
    color: #282938;
}
.pro_i_r{
    width: 224px;
    
    border-bottom: 2px dashed #5339fa;
    margin-left: 20px;
}
.pro_i_l{
    display: flex;
    align-items: center;
}
/* process part end */

/* mission paer start */
#mission{
    background-color: #EEF4FA;
}
.mis_main{
    padding: 128px 0;
}
.mis_item{
    padding-bottom: 96px;
}
.mis_inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mis_in_l h5{
    font-family: "Poppins", serif;
    font-weight: 500;
    font-size: 16px;
    color: #282938;
}
.mis_in_l h3{
    font-family: "Poppins", serif;
    font-weight: 600;
    font-size: 38px;
    color: #282938;
    padding: 16px 0;
}
.mis_in_l p{
    font-family: "Poppins", serif;
    font-weight: 400;
    font-size: 16px;
    color: #282938;
    width: 600px;
}
.mis_in_l{
    width: 623px;
}
.mis_in_l{
    width: 515px;
}
.mis_in_l img{
    width: 100%;
}
.mis1_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mis1_in_l{
    width: 515px;
}
.mis1_in_r{
    width: 623px;
}
.mis1_in_r h5{
    font-family: "Poppins", serif;
    font-weight: 500;
    font-size: 16px;
    color: #282938;
}
.mis1_in_r h3{
    font-family: "Poppins", serif;
    font-weight: 600;
    font-size: 38px;
    color: #282938;
    padding: 16px 0;
}
.mis1_in_r p{
    font-family: "Poppins", serif;
    font-weight: 400;
    font-size: 16px;
    color: #282938;
    width: 600px;
}
/* mission paer end */

/* banefit part start */
#benifit{
    padding: 128px;
}
.beni_head{
    width: 630px;
    margin: 0 auto;
    text-align: center;
}
.beni_head h2{
    font-family: "Poppins", serif;
    font-weight: 600;
    font-size: 48px;
    color: #282938;
    padding-bottom: 48px;
}
.beni_main{
    display: flex;
    justify-content: space-between;
    padding-bottom: 48px;
}
.beni_item{
    width: 405px;
    background-color: #F4F6FC;
}
.beni_inner{
    padding: 50px 32.61px 48px 32.61px;
}
.beni_inner h4{
    font-family: "Poppins", serif;
    font-weight: 500;
    font-size: 24px;
    color: #282938;
    padding-top: 26px;
    padding-bottom: 12px;
}
.beni_inner p{
    font-family: "Poppins", serif;
    font-weight: 400;
    font-size: 16px;
    color: #282938;
}
.bane_last{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bane_text{
    width: 176px;
}
.bane_img {
    width: 1015px;
    display: flex;
    justify-content: space-between;
}
.bane_text h3{
    font-family: "Poppins", serif;
    font-weight: 600;
    font-size: 38px;
    color: #282938;
}
.bane_text p{
    font-family: "Poppins", serif;
    font-weight: 400;
    font-size: 18px;
    color: #282938;
}
/* banefit part end */
/* team part start */
#team{
    padding: 128px 0;
    background-color: #F4F6FC;
}
.team_head{
    margin: 0 auto;
    text-align: center;
}
.team_head h2{
    font-family: "Poppins", serif;
    font-weight: 600;
    font-size: 48px;
    color: #282938;
}
.team_main{
    display: flex;
    justify-content: space-between;
    padding-top: 48px;
}
.team_item{
    width: 296px;
}
.team_inner{
    text-align: center;
    padding: 48px 64px 32px 64px;
    background-color: #FFFFFF;
    
}
.team_i_img{
    position: relative;
}
.overlay{
    position: absolute;
   bottom: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient( rgba(255, 255, 255, 0), #5339fa);
    transition: .5s;
    opacity: 0;
}
._over_over{
    padding: 128px 51.5px 28px 55px;
    display: flex;
    width: 61.4px;
    height: 13px;
}
.team_i_img:hover .overlay{
  opacity: 1;
}
._over_over img{
    width: 100%;
    height: 13px;
    padding: 0px 5px;
}
.team_i_img img{
    width: 100%;
}
.team_inner h3{
    font-family: "Poppins", serif;
    font-weight: 500;
    font-size: 24px;
    color: #282938;
    padding-top: 30px;
    padding-bottom: 2px;
width: 180px;
    margin-right: 100px;
}
.team_inner h5{
    font-family: "Poppins", serif;
    font-weight: 400;
    font-size: 16px;
    color: #282938;
}
/* team part end */
/* lasr part start */
#last{
    background-color: #1C1E53;
   
}
.las_main{
    width: 1058px;
    display: flex;
    padding-top: 104px;
    justify-content: space-between;
}
.las_l{
    width: 399px;
}
.las_l p{
    font-family: "Poppins", serif;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    padding-top: 24px;
    padding-bottom: 86px;
}
.las_r{
    width: 399px;
}
.las_r h2{
    font-family: "Poppins", serif;
    font-weight: 600;
    font-size: 48px;
    color: #fff;
    padding-bottom: 14px;
}
.las_r p{
    font-family: "Poppins", serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    padding-bottom: 28px;
}
.las_r img{
    padding-right: 27px;
}
.las_head{
    display: flex;
    height: 95px;
    width: 517px;
    background-color: #FCD980;
}
.las_h_l{
    width: 181px;
    padding: 18px 29px 16px 37px;
}
.las_h_l h4{
    font-family: "Poppins", serif;
    font-weight: 500;
    font-size: 18px;
    color: #282938;
}
.las_h_l a{
    font-family: "Poppins", serif;
    font-weight: 400;
    font-size: 16px;
    color: #282938;
}
.las_h_r h4{
    font-family: "Poppins", serif;
    font-weight: 500;
    font-size: 18px;
    color: #282938;
}
.las_h_r a{
    font-family: "Poppins", serif;
    font-weight: 400;
    font-size: 16px;
    color: #282938;
    
}
.las_h_r{
    width: 133px;
    padding: 17px 29px 16px 29px;
}


/* Lets part start*/
#Lets{
    padding-top: 96px;
    background-color: #1C1E53;
}
.Lets_main{
    display: flex;
    justify-content: space-between;
}
.Lets_left p{
    padding-top: 24px;
    padding-right: 250px;
    font-family: "Poppins", serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    color: #FFFFFF;
}
.Lets_right h2{
    font-family: "Poppins", serif;
    font-size: 48px;
    font-weight: 600;
    text-transform: none;
    padding-bottom: 14px;
    color: #FFFFFF;
}
.Lets_right p{
    padding-right: 330px;
    padding-bottom: 16px;
    font-family: "Poppins", serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    color: #FFFFFF;
}

/* Lets part end*/

/* Email part start */
#Email{
    background-color: #1C1E53;
}
.Email_iner{
    width: 35%;
    background-color: #FCD980;
}
.Email_item{
    display: flex;
    justify-content: space-between;
}
.Email_left h3{
    font-family: "Poppins", serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: none;
    color: #282938;
    padding-top: 17px;
    padding-bottom: 1px;
    padding-left: 36px;
}
.Email_left p{
    font-family: "Poppins", serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    color: #282938;
    padding-bottom: 16px;
    padding-left: 36px;
}
.Email_right h3{
    font-family: "Poppins", serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: none;
    color: #282938;
    padding-top: 17px;
    padding-bottom: 1px;
    padding-right: 36px;
}
.Email_right p{
    font-family: "Poppins", serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    color: #282938;
    padding-bottom: 16px;
    padding-right: 36px;
}
/* Email part end */

/* Copyright part start */
#Copyright{
    background-color: #FFFFFF;
    padding: 32px 0;
}
.Copyright_main{
    display: flex;
    justify-content: space-between;
    align-items: center;
   
}
.Copyright_left h2{
    color: #282938;
    font-family: "Poppins", serif;
    font-size: 16px;
    font-weight: medium;
    text-transform: none;
}
.Copyright_right ul{
    display: flex;
    gap: 0 32px;
}
.Copyright_right ul li a{
    color: #282938;
    font-family: "Poppins", serif;
    font-size: 16px;
    font-weight: medium;
    text-transform: none;
}

/* Copyright part end */