* {
   font-family: "Raleway", sans-serif;
   font-weight: 400;
   margin: 0;
   padding: 0;
   box-sizing: border-box;
}

body {
   margin: 0;
   padding: 0;
}

.header {
  width: 100%;
  background-color: #291668;
  color: white;
  height: 36px;
} 

.header_text {
  padding-top: 8px;
  text-align: center;
  font-size: 1rem;
}

.header_1 {
  width: 100%;
  height: 90px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.header_image {
  width: 87px;
  height: auto;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  /* justify-content: center; */
}

li {
  margin: 0 10px;
}

li a {
   font-size: 18px;
   color: rgba(73, 78, 79, 1);
   text-decoration: none;
   padding: 10px 12px;
   display: block;
   font-weight: 400;
}

li a:hover {
  color:rgba(42, 104, 119, 1);
  text-decoration: underline;
} 
.header_button {
  font-size: 18px;
  padding: 8px 16px;
  border-radius: 20px;
  color: white;
  background-color: #291668;
  border: none;
  cursor: pointer;
  font-weight: 400;
}
.header_button_1 {
  font-size: 2rem;
  padding: 8px 16px;
  color:black;

}

@media (max-width: 768px) {
  .header_n {
      display: none;
  }
  /* .header_1 {
      height: auto;
      padding: 10px;
  } */

  .header_logo {
      margin-bottom: 10px;
  }

  .header_image {
      max-width: 80px;
  }

   ul {
      margin: 10px 0;
      flex-direction: column;
      text-align: center;
  }

  li {
      margin: 5px 0;
  }

  li a {
      font-size: 16px;
      padding: 8px 12px;
  } 
  .header_button {
      font-size: 16px;
      padding: 8px 14px;
  }
  .header_button_1 {
      font-size: 2rem;
      padding: 8px 14px;
  }
} 
.responsive_n,
.responsive_n_n {
 display: none;
}

     .responsive_ul {
         background-color: #0092df;
         display: flex;
         flex-direction: column;
         align-items: center;
         width: 50%;
         height: 100vh;
     }

     .responsive_ul li {
         list-style: none;
         text-decoration: none;
         padding: 10px 0px;
     }

     .responsive_ul li a {
         text-decoration: none;
         color: white;
         font-weight: bold;
         font-size: 1.1rem;
     }

     .fa-xmark {
         display: none;
         font-size: 2rem;
         color: black;
     }

     .fa-bars {
         display: block;
         font-size: 2rem;
         color: black;
     }
     @media (max-width: 768px) {
.responsive_n_n {
 display: block;
}
}

#sidebar{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 300px;
  position: absolute;
  animation: name 0.5s ease forwards;
}
@keyframes name {
  from{
      transform: translate(100%);
  }
}

.quick_con {
   display: flex;
   justify-content: space-evenly;
   width: 100%;
   max-width: 90%;
   align-items: center;
   margin: auto;
   padding: 90px 0;
}


.quick_left {
   width: 48%;
   /* margin-top: 32px; */
}

.quick_header {
   font-size: 3rem;
   font-weight: 600;
   color: rgba(41, 22, 104, 1);
   font-weight: 700;
}

 .quick_header_span{
 color:rgba(64, 189, 255, 1);
 font-size: 3rem;
 font-weight: 700;
}
.quick_p {
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
   margin-bottom: 20px;
   color:rgba(66, 69, 69, 1);
}

.quick_button {
   border-radius: 20px;
   padding: 10px 20px;
   background-color: white;
   font-size: 1rem;
   transition: all 0.3s ease;
   font-weight: 500;
   border: 2px solid #291668;
   color: rgba(41, 22, 104, 1);
   cursor: pointer;
   text-decoration: none;
}

/*.about {*/
/*    text-decoration: none;*/
/*    color:white;*/
/*    cursor: pointer;*/
/*    font-weight: 500;*/
/*    font-size: 1rem;*/
/*}*/
/*.about:hover {*/
/*      color: white;*/
/*}*/
.quick_button:hover{
   background-color: #291668;
   color: white;
}


.quick_right {
   width: 48%;
}

.quick_image {
   width: 100%;
   height: auto;
}
@media (max-width: 768px) {
  .quick_con {
      flex-direction: column; 
      align-items: center; 
      padding-top:40px;
  }
  .quick_header  {
      font-size: 2.5rem;
  }
  .quick_left,
  .quick_right {
      width: 100%; 
      text-align: center; 
      margin-bottom: 30px; 
  }

  .quick_image {
      max-width: 100%; 
  }

  .quick_button {
      width: 50%; 
  }
}
.student {
  width: 100%;
  height: auto;
  background-color: #d9f1fd;
  padding: 20px 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.student_1 {
  width: 30%;
  margin: 20px 0;
  text-align: center;
  flex: 0 0 auto;
  max-width: 300px;
  box-sizing: border-box;
}

.student_div {
  text-align: center;
}

.student_img_div {
  display: flex;
  justify-content: center;
  align-items: center; 
}

.student_img {
   width: 250px;
   height: 250px;
}

.student_d {
  font-size: 1.5rem; 
  font-weight: 500;
  margin-bottom: 10px;
}

.student_i {
   font-size: 1.9rem;
   font-weight: 500;
   color: #0092DF;
}

@media (max-width: 768px) {
  
  .student {
      flex-direction: column; 
      align-items: center; 
      padding: 20px 10px; 
  }

  .student_1 {
      width: 80%; 
      margin: 20px 0;
  }
}

 
.loan {
  padding: 35px 0;
  text-align: center;
}


.loan_header {
  font-size: 2.8rem;
  font-weight: 700;
  color:rgba(41, 22, 104, 1);
  margin-bottom: 5px;
}
.loan_header_p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color:rgba(66, 69, 69, 1);
  font-weight: 400;
}

.loan_div {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-around;
   max-width: 90%;
   margin: 0 auto;
}


.loan_1 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
   width: calc(33.33% - 5%);
   margin: 20px 2.5%;
   padding: 25px 20px;
   border-radius: 35px;
   text-align: center;
   transition: transform 0.3s ease;
}

.loan_1:hover {
   transform: translateY(-10px);
}

.loan_1 img {
   max-width: 100%;
   height: auto;
   margin-bottom: 20px;
}

.loan_h1 {
   font-size: 1.5rem;
   color: #291668;
   font-weight: 500;
   margin-bottom: 15px;
}

.loan_p {
   font-size: 0.9rem;
   color:rgba(111, 105, 105, 1);
   font-weight: 400;
   line-height: 1.5;
   margin-bottom: 20px;
}

.loan_button {
   border-radius: 20px;
   padding: 8px 20px;
   background-color: white;
   font-size: 1rem;
   border: 2px solid #2a6877;
   color: #2a6877;
   transition: all 0.3s ease;
   cursor: pointer;
   font-weight: 500;
}

.loan_button:hover {
   background-color: #2a6877;
   color: white;
}


.loan_button_div {
  border-radius: 100px;
  padding: 9px 35px;
  height: 49px;
  background-color: #291668;
  color: white;
  font-size: 1.2rem;
  width: 201px;
  transition: all 0.3s ease;
  margin: 60px auto;
  display: block;
  cursor: pointer;
}

@media (max-width: 768px) {
   .quick_con {
       flex-direction: column; 
       align-items: center; 
       padding-top:25px;
   }

   .quick_left,
   .quick_right {
       width: 100%; 
       text-align: center; 
       margin-bottom: 30px; 
   }

   .quick_button,
   .loan_button,
   .loan_button_div {
       width: 50%; 
   }

   .loan_1 {
       width: 90%; 
       margin: 20px auto;
   }
}
.work {
   max-width: 100%;
}

.work_h1 {
   text-align: center;
   font-weight: 700;
   font-size: 2.5rem;
   color: rgba(41, 22, 104, 1);
   margin-bottom: 10px;
}

.work_p {
   text-align: center;
   font-size: 1.2rem;
   color: rgba(66, 69, 69, 1);
   font-weight: 400;
   margin-bottom: 30px;
}

.Application {
  width: 100%;
  padding: 20px 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  max-width: 90%;
  margin: auto;
}
.Application_back {
   background: #d9f1fd; 
   width: 100%;
   padding: 50px 0px;
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   align-items: center;
}
.Application_back_1 {
   max-width: 90%;
   margin: auto;
}
.Application_header_1,
.Application_header_2,
.Application_header_3,
.Application_header_4,
.Application_header_5 {
   width: 48%; 
   margin-bottom: 40px;
   display: flex;
   justify-content: center;
   flex-direction: column;
   /* text-align: center;  */
}

.Application_header_1 img,
.Application_header_2 img,
.Application_header_3 img,
.Application_header_4 img,
.Application_header_5 img {
   max-width: 100%; 
   height: auto;
   margin: 0 auto;
}

.Application_back_img {
position: absolute;   
}

.Application_h1_1,
.Application_h1_2,
.Application_h1_3,
.Application_h1_4,
.Application_h1_5 {
   font-size: 1.9rem;
   color:rgba(41, 22, 104, 1);
   font-weight: 700;
   line-height: 1.2;
   margin-bottom: 10px;
   margin: 22px 52px;
}


.Application_p_1,
.Application_p_2,
.Application_p_3,
.Application_p_4,
.Application_p_5 {
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 400;
  color:rgba(66, 69, 69, 1);
  margin-top: 10px;
}

.Application_form {
   width: 100%;
   max-width: 400px;
   margin: auto;
   background: white;
   border-radius: 20px;
   padding: 40px 10px;
}

.Application_label {
   font-size: 1rem;
   margin-bottom: 5px;
   float: inline-start;
   color:rgba(0, 0, 0, 1);
   font-weight:400;
   padding: 0px 17px;
}


.Application_input {
   width: calc(100% - 20px);
   padding: 10px;
   margin-bottom: 15px;
   font-size: 1rem;
   border-radius: 24px;
   border: 1px solid #ccc;
}

.Application_submit_div {
   text-align: center;
   margin-top: 20px; 
}

.Application_submit {
   border-radius: 20px;
   padding: 10px 30px;
   background-color: #291668;
   color: white;
   font-size: 1rem;
   cursor: pointer;
   transition: background-color 0.3s ease;
}

.Application_submit:hover {
   background-color: #1a0c4e;
}

@media (max-width: 768px) {
   .Application_header_1,
   .Application_header_2,
   .Application_header_3,
   .Application_header_4,
   .Application_header_5 {
       width: 100%;
   }
 
   .Application_2,
   .Application_4 {
       align-items: center;
   flex-direction: column-reverse;
   }
   .Application_header_1 img, .Application_header_2 img, .Application_header_3 img, .Application_header_4 img, .Application_header_5 img {
       max-width: 100%;
       height: auto;
       left: 100px;
       margin: 0 auto;
   }
   .Application_h1_1, .Application_h1_2, .Application_h1_3, .Application_h1_4, .Application_h1_5 {
       font-size: 2rem;
       font-weight: 600;
       line-height: 1.2;
       text-align: center;
       margin-bottom: 10px;
       margin: 22px 10px;
}
.Application_p_1, .Application_p_2, .Application_p_3, .Application_p_4, .Application_p_5 {
   font-size: 1.1rem;
   line-height: 1.6;
   max-width: 90%;
   margin: auto;
}
}


.footer_css {
   width: 100%;
   background-color: #291668;
   padding: 40px 20px;
   box-sizing: border-box;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-around;
}

.footer_div {
   width: 100%;
   max-width: 300px;
   padding: 20px;
   box-sizing: border-box;
   margin-bottom: 30px;
}

.footer_h3 {
   font-size: 1.5rem;
   line-height: 1.5;
   font-weight: 700;
   margin-bottom: 15px;
   color: white;
}

.footer_p {
   font-size: 0.9rem;
   color: white;
   margin-bottom: 10px;
}
.font{
    font-family: sans-serif;
}
.footer_icon {
   display: flex;
   justify-content: unset; 
   margin-top: 10px;
}

.footer_icon_img {
   margin: 0 5px;
}

.footer_img {
   margin-right: 10px;
   vertical-align: middle;
}

.footer_img_2 {
   width: 20px;
   height: 23px;
   
   vertical-align: middle;
}

.footer_img_3 {
   width: 22px;
   margin-bottom: 35px;
   height: 22px;
   vertical-align: middle;
}

.footer_1, .footer_2, .footer_3 {
   display: flex;
   /*justify-content: center;*/
   align-items: center;
   margin: 10px 0;
}


@media (max-width: 768px) {
   .footer_div {
      margin: 20px;
      flex-direction: column;
      display: flex;
      max-width: 90%;
   }
   .footer_css {
      display: flex;
    flex-wrap: wrap;
   }
}
/* .footer_1 {
   margin-right: 90px;
         margin: 20px;
      flex-direction: column;
      display: flex;
      max-width: 90%;
}

.footer_2 {
   margin-left: 23px;
}

 .footer_3 {
   margin-left: 5px;
} 


