*{
    margin: 0px;
    padding: 0px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.NAV_MAIN{
     background: #1570a6;
}
.nav_top{
    display: flex;
}
.nav_top_up{
    width: 73%;
    display: flex;
    background-color: #284d63;
    justify-content: space-between;
    position: relative;
    color: white;
}
.nav_top_up::before{
    content: '';
    position: absolute;
    background-color:#284d63;
    right: -99px;
    top: 0px;
    width: 99px;
    height: 100%;
    clip-path: polygon(100% 0, 0% 100%, 0 0);
}
.nav_top_up_right{
    width: 34%; 
    display: flex;
    padding: 12px 54px ;
    font-size: 15px; 
    justify-content: space-between;
}
.nav_top_up_left{
    display: flex;
    width: 11%;
    justify-content: space-around;
    align-items: center;
    font-size: 19px;
     padding-right: 76px;
}
.nav_top_up_left_icon{
    height: 22px;
    border-right: 1px solid #afa7a7;
}
.nav_top_up_left_icon i{
    padding: 0px 14px 0px 12px;
}
.nav_top_up_side{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    padding-left: 56px;
}
.nav_top_up_side_icon{
    width: 25px;
    height: 25px;
    background: white;
    border-radius: 50%;
    text-align: center;
    align-content: center;
    font-size: 13px;
}
.nav_top_up_side_icon i{
    color:#1570a6 ;
}
.nav_top_up_side_icon_sign{
    width: 27%;
    height: 30px;
    background: white;
    color: #999999;
    border-radius: 19px 19px 19px 19px;
    text-align: center;
    align-content: center;
    margin-left: 8px;
}
.nav{
    display: flex;
    position: sticky;
        box-shadow: 0px 5px 8px rgba(43, 43, 43, 0.295);
}
.nav_tzicon{
        clip-path: polygon(0 0, 65% 0, 100% 100%, 0% 100%);
    background: white;
    font-size: 20px;
    font-weight: bold;
    color: #1570a6;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    padding: 1%;
}
.nav_tzicon img{
    width: 70px;
}
.home{
    display: flex;
    list-style: none;
    align-items: center;
}
.homeli{
    border-right: 1px solid #60a1c7;
    padding: 0px 11px 0px 11px;
    font-weight: bold;
    position: relative;
    transition: 0.3s;
    
}
.homeli::before:hover{
    content: " ";
    position: absolute;
    background: #1f72a1;
    width: 10px;
    height: 4px;
    top: 0px;
    left: 0px;
}
.nav_input input{
border: none;
outline: none;
border-radius: 17px;
font-size: 16px;
}
.nav_input i{
    padding: 3%;
    font-size: 16px;
    color: rgb(43, 43, 43);
}
.nav_input{
     display: flex;
    width: 29%;
    height: 30px;
    border-radius: 17px;
    border: 1px solid white;
    background: white;
    justify-content: space-between;
    padding: 0px 0px 0px 12px;
        align-items: center;
}
.ul_display{
    display: flex;
    width: 75%;
    justify-content: space-around;
    align-items: center;
    color: white;
}
.ai{
    display: flex;
    background-color:  #0E2E50;
    overflow: hidden;
    height: 600px;
}
.ai_button{
    transition: 0.5s;
}
.ai_button:hover{
    color: white;
    background-color: #0d2742;
    border-color:white;
}
.ai_text{
    width: 45%;
    padding: 90px 46px;
}
.master_h2{
    color: #3fe0e6;
    font-size: 4rem;
    font-weight: bold;
}
.ai_p{
    color: white;
    padding: 8px 0px 12px 0px;
        line-height: 22px;
}
.ai_button{
    font-size: 16px;
    color: blue;
    background-color: #ffffff;
    color: #084412d4;
    padding: 17px 35px;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 2px solid black;
    box-shadow: 2px 2px 10px black;
    margin-top: 11px;
}
.ai_img{
    position: relative;
    width: 50%;
}
.ai_img_ai{
    position: absolute;
    top: 109px;
    left: 28px;
    width: 235px;
}
.robot{
    position: absolute;
    top: 82px;
    left: 49px;
    width: 603px;
}
.round{
    position: absolute;
     top: 8px;
    left: -78px;
    width: 447px;
    animation: op 7s ease-out infinite;
}
@keyframes op{
    0%{
        transform: rotate(300deg);
    }  
}
.all_service_main_leftbar{
    position: relative;
}
.all_service_main_leftbar::before{
    content: " ";
    position: absolute;
    background: #1f72a1;
    width: 70px;
    height: 4px;
    top: 15px;
    left: 566px;
}
.all_service_main_leftbar::after{
    content: " ";
    position: absolute;
    background: #1f72a1;
    width: 40px;
    height: 4px;
    top: 7px;
    left: 596px;

}
.all_service_main{   
    text-align: center;
    padding-top: 2.5%;
    padding-bottom: 6px;
    background: #f3f7fd;
}
.all_service_main .our{
   background: linear-gradient(yellow, red);
      -webkit-background-clip: text; 
-webkit-text-fill-color: transparent;  
}
.all_service_main2 .our{
    background: linear-gradient(yellow , red);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.all_service_our ,.our{
    font-size: x-large;
    font-weight: bold;
    color: #1f72a1;
}
.all_service_main_rightbar{
    position: relative;
}
.all_service_main_rightbar::before{
    content: " ";
    width: 40px;
    height: 4px;
    position: absolute;
    background: #1f72a1;
    top: -18px;
    right: 597px;
}
.all_service_main_rightbar::after{
    content: " ";
    width: 70px;
    height: 4px;
    position: absolute;
    background: #1f72a1;
    top: -10px;
    right: 567px;
}
.our_p{
    color: #727272;
    font-size: 16px;
}
.webmain{
    justify-content: center;
    flex-wrap: wrap;
    padding: 5%;
    display: flex;
    background: #f3f7fd;
}
.webmain_div{
    background: white;
    width: 349px;
    text-align: center;
    padding: 35px 32px;
    margin: 1%;
    border-radius: 5px;
    box-shadow: 0 5px 50px 0 rgba(196, 200, 204, 0.57);
    transition: 0.5s;
}
.webmain_div:hover{
box-shadow: 0 0px 3px 0 rgba(124, 124, 126, 0.37);
}
.web_h4{
    color: #1f72a1;
    padding: 8px 0px 14px 0px;
}
.web_p{
    color: rgb(95, 95, 95);
     line-height: 21px;
}
.webmain_div_img img{
        width: 67px;
}
.blue{
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(230, 225, 225);
    padding: 2% 0%;
    flex-wrap: wrap;
}
.blue{
    background: #1570a6;
    padding-top: 37px;
}
.blue_div{
    padding: 19px 82px;
    text-align: center;
}
.blue_div_img{
    color: white;
}
.blue_div_number{
    font-size: 47px;
    font-weight: 600;
    padding: 17px 0px 18px 0px;
}
.blue_div_text{
    font-size: 23px;
    font-weight: bold;
}
.all_service_main2{   
    text-align: center;
    padding-top: 2.5%;
    padding-bottom: 6px;
}
.tutorial_main{
    display: flex;
    flex-wrap: wrap;
    padding: 12px 180px 12px 180px;
    margin: 2%;
    border-radius: 5px;
    text-align: center;
}
.tutorial_div{
    width: 200px;
    height: 150px;
    align-content: center;
    margin: 0px 19px 28px 15px;
    background-color: #ffffff;
    box-shadow: 0px 0px 45px rgba(78, 78, 78, 0.24);
    transition: 0.5s;
}
.tutorial_div:hover{
box-shadow: 0px 0px 5px 0px rgba(167, 168, 170, 0.57);
}
.tutorial_div img{
    width: 50px;
        padding-bottom: 6px;
}
.college_main{
    background-color: #EFFDF5;
}
.college_main{
    display: flex;
}
.college_img_part{
    width: 50%;
}
.college_img_part img{
    width: 630px;
}
.college_side_part_div_image img{
    width: 50px;
}
.college_side_part_div{
    display: flex;
    width: 184px;
    background-color: #ffffff;
    padding: 14px 0px 16px 21px;
    box-shadow: 0 1px 100px 0px rgba(0, 0, 0, 0.07);
    margin: 14px;
    transition: 0.5s;
}
.college_side_part_div:hover{
box-shadow: 0px 0px 5px 0px #aaaaaa70;
}
.college_side_part_div_image_side_text{
    color: #1d5386;
    font-size: 30px;
    font-weight: bold;
}
.college_side_part_div_image{
    align-content: center;
        padding-right: 21px;
}
.college_side_part_display{
    display: flex;
    flex-wrap: wrap;
        width: 504px;
}
.college_side_part_div_image_side_loren{
    line-height: 24px;
}
.college_side_part_h3{
    font-weight: bold;
    font-size: 2rem;
    margin: 5% 0%;
    color: #304f7e;
}
.college_side_part_p{
   color: rgb(122, 122, 122);
   line-height: 23px;
    padding-bottom: 20px;
}
.college_side_part{
    padding-left: 46px;
}
.mission_main{
    justify-items: center;
}
.mission_main_box{
display: flex;
align-content: center;
width: 1090px;
padding-top: 31px;
background: #fff;
border-radius: 8px;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.mission_main_first{
    padding-left: 21px;
    border: 1px soli
}
.mission_main_div{
    border-radius: 5px;
    background-color: #F5F5F5;
    width: 160px;
    padding: 26px 34px 26px 34px;
    margin-top: 28px;
    text-align: center;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #211F38;
    transition: 0.5s;
}
.mission_main_div:hover{
background-color:#1d5386 ;
color: #ffffff;
}
.mission_main_first{
padding-right: 21px;
}
.mission_main_first_mergin{
    width: 9px;
    height:448px;
    background: linear-gradient(blue,rgb(210, 213, 231));
}
.mission_main_first_side{
    margin: 20px;
    background: #f4f4f4;
    display: flex;
    align-items: center;
}
.mission_main_first_side_image img{
    width: 328px;
    height: 356px;
}
.mission_main_first_side_text{
        background-color: #fff;
    border-radius: 6px;
    padding: 30px;
    margin-left: 25px;
    flex: 1;
}
.mission_main_first_side_icon_text{
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0;
}
.mission_main_first_side_icon i{
    /* background-color: #1570a6; */
    color: #1570a6;
}
.mission_main_first_side_text_bold{
        font-size: 28px;
    font-weight: 800;
    border-bottom: 2px solid #D0CCFF;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.mission_main_first_side_loren{
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    color: #737092;
    margin-bottom: 15px;
}
.team_pic_icon{
    display: flex;
}
.team_pic_main{
    box-shadow: 0px 0px 25px rgba(78, 78, 78, 0.24);
    margin-left: 21px;
    margin-top: 27px;
    position: relative;
    padding-bottom: 25px;
}
.team_pic_image img{
    width: 282px;
    height: 100%;
}
.team_main{
    display: flex;
    flex-wrap: wrap;
    padding: 59px;
    text-align: center;
    justify-items: center;
}
.team_pic_image{
    height: 338px;
}
.team_pic_icon_i1 ,.team_pic_icon_i2 ,.team_pic_icon_i3{
        color: var(--primary);
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
    border-radius: 8px;
    padding: 18px 24px;
    position: absolute;
    bottom: 73px;
    transition: 0.5s;
}
.team_pic_icon_i1:hover{
    background-color: #00b98e;  
}
.team_pic_icon_i1 i:hover{
color:#ffffff ;
}
.team_pic_icon_i2:hover{
    background-color: #00b98e;  
}
.team_pic_icon_i2 i:hover{
color:#ffffff ;
}
.team_pic_icon_i3:hover{
    background-color: #00b98e;  
}
.team_pic_icon_i3 i:hover{
color:#ffffff ;
}
.team_pic_icon_i1{
    left: 45px;
}
.team_pic_icon_i2{
left: 110px;
}
.team_pic_icon_i3{
    left: 180px;
}
.team_pic_main i{
        color:#00b98e;
}
.team_pic_text_bold{
    margin-top: 30px;
    font-weight: 700;
    font-size: 20px;
}
.popular{
    background-color: #f8fafc;
    width: 1320px;
    padding-bottom: 95px;
}
.popular_main_div{   
    border: 1px solid #ececec;
background: white;
    border-radius: 16px;
    box-shadow: 0 0px 15px rgba(165, 163, 163, 0.1);
    padding: 25px;
    transition: 0.5s;
}
.popular_main_div:hover{
    border: 1px solid #4b88d6;
    box-shadow: 0 5px 15px rgba(36, 35, 35, 0.1);
    background-color: #c4dbee;
}
.popular_main_div_main{
display: flex;
}
.popular_main_up_bold{
    font-size: 38px;
    font-weight: 700;
    color: #1a237e;
}
.popular_main_up_smalltext{
    color: #64748b;
    font-size: 18px;
    margin-top: -5px;
    margin-bottom: 40px;
}
.popular_main_up{
    padding-left: 71px;
}
.popular_main_div{
    padding-left: 12px;
    background-color: #ffffff;
    gap: 25px;
        margin-left: 22px;
     position: relative;
}
.popular_div{
    border-radius: 18px;
    background: #fff3e0;
    color: #f57c00;
    padding: 5px 10px;
    position: absolute;
    top: 24px;
    right: 22px;
}
.popular_main_div_text{
        font-size: 1.25rem;
    font-weight: 600;
    color: #1a237e;
    margin-bottom: 10px;
}
.popular_main_div_stext{
color: #64748b;
    margin-bottom: 20px;
    line-height: 1.6;
}
.popular_main_div_twoicon{
    display: flex;
    gap: 20px;
    padding-top: 15px;
    border-top: 1px solid #e2e8f0;
}
.popular_main_div_icon{
    width: 60px;
    height: 60px;
    background: #e3f2fd;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.popular_main_div_icon i{
    font-size: 28px;
    color: #2196f3;
}
.popular_main_div_twoicon_icon{
    font-size: 14px;
    color: #64748b;
        gap: 8px;
}
.popular_main_div_twoicon_icon_text{
    margin-left: 9px;
}
.footer{
    padding-bottom: 50px;
    background: #284d63;
    justify-items: center;
}
.footer_main{
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 2px 2px 10px rgb(65, 65, 65);
    border-radius: 5px;
    padding: 3% 7%;
    justify-content: space-evenly;
}
.footer_main_div_bold{
color: #284d63;
    font-weight: bold;
    font-size: 20px;
        margin-bottom: 18px;
}
.footer_main_div_text{
    margin-bottom: 14px;
}
.footer_img{
    border-bottom: 1px solid white;
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2% 0%;
}
.footer_img img{
 width: 150px; 
}
.footer_link{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 85%;
    border-bottom: 1px solid white;
    position: relative;
    padding: 40px 0px;
    position: relative;
}
.link_div{
margin: 5px;
    display: flex;
    color: white;
    font-size: 18px;
}
.link_div i{
    margin-right: 6px;
}
.div_icon_facebook1, .div_icon_facebook2, .div_icon_facebook3, .div_icon_facebook4{
    border-radius: 50%;
    border: 1px solid red;
    width: 40px;
    height: 40px;
    color: white;
    text-align: center;
    align-content: center;
    position: absolute;
    top: 88px;
    background-color:#284d63 ;
}
.div_icon_icon{
    display: flex;
}
.div_icon_facebook1{
    left: 506px;
}
.div_icon_facebook2{
    left:558px ;
}
.div_icon_facebook3{
    left: 611px;
}
.div_icon_facebook4{
    left: 664px;
}
.finish{
    margin-top: 52px;
    color: #ffffff;
}