.Footer {
    padding: 25px 0px 20px 0px;
    /* background: #2e3092; */
    /* background-image: url(/assets/images/about_us/our-objectives/objective_banner_bluerry.png); */
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background: linear-gradient(to top, #272993 10%, #2e3092 20%, #4547b9e0 70%, #2e30929e 100%);
}
/* .Footer .right_side_logo {
  position: absolute;
  right: 0px;
  top: 30px;
} */

/* .Footer .fisrt_col {
  padding: 0px 40px;
} */

.Footer .logo_holder {
  width: 210px;
  margin: 0px auto 60px;
}

.Footer .tag_line {
  color: #000;
  font-size: 13px;
  margin-bottom: 0px;
  text-align: center;
}

.Footer .logo_holder .logo_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.Footer .col_div {
}

.Footer .col_div .footer_section_title {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 10px;
  position: relative;
}
/* .Footer .col_div .nav .first_nav_div {
  margin-right: 41px;
} */

.Footer .col_div .nav .first_nav_div .nav-item {
}

/* .Footer .col_div .nav .first_nav_div .nav-item .nav-link {
  padding: 0px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
} */

.Footer .nav-link {
  padding: 0;
  font-size: 14px;
  color: #fff !important;
  font-weight: 500;
  margin-bottom: 10px;
  transition: 0.3s;
}
.Footer .col_div {
  margin-bottom: 20px;
}
.Footer .footer_section_sub_title {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin: 15px 0 0px;
}
.Footer .nav-link:hover,
.Footer .nav-link.active {
  color: #fff !important;
}

.Footer .col_div .footer_info_div {
  margin-bottom: 0px;
}
.Footer .footer_links_wrapper {
  display: flex;
  gap: 80px;
  margin-top: 10px;
}

.Footer .footer_links_wrapper .nav-link {
  padding: 0;
  color: #fff !important;
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 500;
}

@media (min-width: 0px) and (max-width: 575px) {
  .Footer .col_div .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .Footer .footer_links_wrapper {
    /* gap: 0px; */
  }
}

.Footer .col_div .footer_info_div .no_div {
}

.Footer .col_div .footer_info_div .icon_text {
  font-size: 14px;
  color: #3e3e3e;
  margin-right: 8px;
}

.Footer .col_div .footer_info_div .bold_text {
  padding: 0px;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0px;
}

.Footer .col_div .footer_info_div .info_text {
  padding: 0px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0px;
}

.Footer .col_div .icons_holder {
  margin-top: 10px;
}

.Footer .col_div .icons_holder .icon_div {
  width: 30px;
  height: 30px;
  margin-bottom: 8px;
  /* background: #202020; */
  border-radius: 50%;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Footer .col_div .icons_holder .icon_div .icon_class {
  font-size: 15px;
  color: #000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.Footer .col_div .app_imgs_holder .img_holder {
  width: 108px;
  height: auto;
  margin: 15px 0px;
}

.Footer .col_div .app_imgs_holder .img_holder .app_img {
  width: 100%;
  height: 100%;
}

/* .Footer .custom_row {
  padding-bottom: 20px;
  border-bottom: 1px solid #a5a5a5;
} */

.Footer .footer_text_div .footer_text {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 14px !important;
  margin-bottom: 0px;
  margin-top: 20px;
}

.Footer .footer_text_div .footer_text a {
  color: #fff !important;
  font-weight: 600;
  text-decoration: underline;
}

.Footer .col_div {
}

.Footer .col_div .images_holder {
}

.Footer .col_div .images_holder .download_img {
  width: auto;
  height: auto;
  margin-bottom: 10px;
}

.Footer .col_div .footer_section_title {
  font-size: 15px;
}
.Footer .col_div .nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

@media (min-width: 576px) and (max-width: 768px) {
  /* .Footer .col_div .nav .first_nav_div {
    margin-right: 22px;
  } */
}

@media (min-width: 0px) and (max-width: 991px) {
  .Footer .col_div {
    margin-bottom: 10px;
  }

  .Footer .col_div .footer_info_div .info_text,
  .Footer .col_div .nav .first_nav_div .nav-item .nav-link {
    font-size: 13px;
  }

  .Footer .logo_holder {
    width: 160px;
  }

  .Footer .col_div .icons_holder {
    display: flex;
  }

  .Footer .col_div .icons_holder .icon_div {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }

  .Footer .col_div .icons_holder .icon_div .icon_class {
    font-size: 13px;
  }

  .Footer .custom_row {
    justify-content: center;
  }

  .Footer {
    padding: 30px 0px 20px 0px;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .Footer .fisrt_col {
    width: 100%;
    margin: 0 auto 30px;
    padding: 0px 10px;
  }

  .Footer .logo_holder {
    width: 150px;
    margin: 0px auto 20px;
  }
  .Footer .footer_text_div .footer_text {
   
    font-size: 12px !important;
   
}
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .Footer .fisrt_col {
    width: 100%;
    margin: 0 auto 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .Footer .fisrt_col {
    width: 70%;
    margin: 0 auto 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .Footer .fisrt_col {
    padding: 0px 10px;
  }

  .Footer .col_div .nav {
    justify-content: space-between;
  }
  .Footer .footer_links_wrapper {
    display: flex;
    gap: 40px;
    margin-top: 10px;
}
.Footer .logo_holder {
    width: 220px;
    margin: 0px auto 60px;
}
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .Footer .col_div .nav {
    justify-content: space-between;
  }
  .Footer .footer_links_wrapper {
    display: flex;
    gap: 40px;
    margin-top: 10px;
}
.Footer .logo_holder {
    width: 210px;
    margin: 0px auto 60px;
}
}
