*{
    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 part start */
#banner{
    padding: 128px 0;
    background-color: #1C1E53;
}
.ban_main{
    display: flex;
    justify-content: space-between;
   align-items: center;
}
.ban_text{
    width: 592px;
}
.ban_text h1{
    font-family: "Poppins", serif;
    font-weight: 600;
    font-size: 54px;
    color: #fff;
    width: 468px;
    padding-bottom: 32px;
}
.ban_text p{
    font-family: "Poppins", serif;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    width: 562px;
    padding-bottom: 32px;
}
.ban_text a{
    font-family: "Poppins", serif;
    font-weight: 600;
    font-size: 18px;
    color: #282938;
    padding: 16px 48px;
    background-color: #FCD980;
    border-radius: 41px;

}
.ban_img{
    width: 639px;
}
/* banner part end */

/* logo part start */
#logo{
    padding-bottom: 128px;
}
.bane_last{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 96px 0;
}
.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;
}
#benifit{
    padding-bottom: 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;
}
/* logo part end */


/* class part start */
.cls_item{
    padding-bottom: 128px;
}
.cls_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.c_i_l{
    width: 624px;
}
.c_i_l h6{
    font-family: "Poppins", serif;
    font-weight: 500;
    font-size: 18px;
    color: #282938;
}
.c_i_l h3{
    font-family: "Poppins", serif;
    font-weight: 600;
    font-size: 38px;
    color: #282938;
    padding: 16px 0;
    width: 575px;
}
.c_i_l p{
    font-family: "Poppins", serif;
    font-weight: 400;
    font-size: 16px;
    color: #282938;
   width: 622px;
}
.c_i_r{
    width: 575px;
}

.cls1_item{
   padding: 128px 0;
   background-color: #F4F6FC;
}
.cls1_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.c1_i_l{
    width: 575px;
}
.c1_i_r h6{
    font-family: "Poppins", serif;
    font-weight: 500;
    font-size: 18px;
    color: #282938;
}
.c1_i_r h3{
    font-family: "Poppins", serif;
    font-weight: 600;
    font-size: 38px;
    color: #282938;
    padding: 16px 0;
    width: 575px;
}
.c1_i_r p{
    font-family: "Poppins", serif;
    font-weight: 400;
    font-size: 16px;
    color: #282938;
   width: 622px;
}
.c1_i_r{
    width: 624px;
}
#color{
    padding: 128px 0;
}
.cls11_item{
    padding: 128px 0;
   background-color: #fcd9801f;
 }
 .cls11_inner{
     display: flex;
     justify-content: space-between;
     align-items: center;
 }
 .c11_i_l{
     width: 575px;
 }
 .c11_i_r h6{
     font-family: "Poppins", serif;
     font-weight: 500;
     font-size: 18px;
     color: #282938;
 }
 .c11_i_r h3{
     font-family: "Poppins", serif;
     font-weight: 600;
     font-size: 38px;
     color: #282938;
     padding: 16px 0;
     width: 575px;
 }
 .c11_i_r p{
     font-family: "Poppins", serif;
     font-weight: 400;
     font-size: 16px;
     color: #282938;
    width: 622px;
 }
 .c11_i_r{
     width: 624px;
 }
/* class part ened */


/* FQA part start */
#Frequently{
    padding: 128px 0;
}
.Frequently_main{
    display: flex;
}
.Frequently_left{
    width: 34%;
}
.Frequently_left h2{
    font-family: "Poppins", serif;
    font-size: 38px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 16px;
}
.Frequently_left a{
    font-family: "Poppins", serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: none;
    color: #2405F2;
}
.Frequently_right{
    width: 64%;
}
.Frequently_right{
    display: flex;
    justify-content: space-between;
}
.Frequently_right_main{
    display: flex;
    /* justify-content: space-between; */
}
.Frequently_right_main h3{
    color: #2405F2;
    font-size: 27px;
    padding-top: 3px;
}
.Frequently_text{
    text-align: start;
}
.Frequently_text h2{
    font-family: "Poppins", serif;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 16px;
    padding-left: 20px;
    color: #282938;
}
.Frequently_text p{
    font-family: "Poppins", serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: none;
    padding-left: 20px;
    color: #282938;
}
.Frequently_text img{
    padding-top: 30px;
    padding-bottom: 30px;
}
/* FQA part end */


/* 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 */