* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

body,
h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
ul,
p {
  font-family: "Inter", serif;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Inter", serif !important;
  background: #fff;
}

a {
  text-decoration: none;
  color: rgb(0 0 0 / 70%);
}

.video-popup-container {
  display: none;
  position: fixed;
  z-index: 996;
  width: 60%;
  left: 50%;
  margin-left: -30%;
  top: 20%;
  background-color: #fff;
}

.video-popup-close {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 998;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  text-align: center;
  font-size: 12px;
  background-color: #000;
  line-height: 25px;
  color: #fff;
}

.video-popup-iframe-container {
  position: absolute;
  z-index: 997;
  width: 100%;
  padding-bottom: 56.25%;
  border: 2px solid #000;
  border-radius: 2px;
  background-color: #000;
}

.video-popup-iframe {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
}

.video-popup-overlay {
  display: none;
  position: fixed;
  z-index: 995;
  top: 0;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  left: 0;
  height: 100%;
}

.m-auto {
  margin: 0 auto;
}

.play_btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play_btn .sm_py_pu_btn {
  width: 110px;
  height: 110px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100%;
}

.Bio-video .play_btn .sm_py_pu_btn:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%) translateY(-50%);
  display: block;
  width: 140px;
  height: 140px;
  background: rgb(0 0 0 / 70%);
  border-radius: 50%;
  transition: all 0.2s;
}

.play_btn .sm_py_pu_btn::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: rgb(255 255 255 / 40%);
  border-radius: 50%;
  animation: pulse-border 1.5s ease-out infinite;
}

@keyframes pulse-border {
  0% {
    transform: translate(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  to {
    transform: translate(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.play_btn .sm_py_pu_btn .sm_nme_btn {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
}

.play_btn .sm_py_pu_btn .sm_nme_btn svg {
  width: 35px;
  height: 45px;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 9;
}

header .header-top {
}

header .header-top .tm-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 2%;
}

header .header-top .tm-header .tm-header-top-info {
}

header .header-top .tm-header .tm-header-top-info ul {
  display: flex;
  align-items: center;
}

header .header-top .tm-header .tm-header-top-info ul li {
  display: block;
}

header .header-top .tm-header .tm-header-top-info ul li a {
  display: block;
  width: 215px;
}

header .header-top .tm-header .tm-header-top-info ul li img {
  width: 100%;
}

header .header-top .tm-header .tm-select {
}

header .header-top .tm-header .tm-select .form-control {
  width: 150px;
  padding: 8px 10px;
  font-weight: 600;
  background-size: 15px;
  background-image: url(../images/arrow.png);
  background-position: calc(100% - 13px) 18px;
  background-repeat: no-repeat;
  font-size: 16px;
  color: #000;
  border: 1px solid #000;
  border-radius: 8px;
}

header .navbar {
  background: #234199;
  color: #fff;
  padding: 8px 0;
  position: sticky;
  top: 0;
  left: 0;
}

header .navbar .navbar-toggler {
}

header .navbar .navbar-collapse {
  justify-content: center;
}

header .navbar .navbar-collapse .navbar-nav {
}

header .navbar .navbar-collapse .navbar-nav .nav-item {
}

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active,
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #fec30f;
}

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  font-family: "Inter", serif;
  padding: 8px 30px;
}

header .navbar .navbar-collapse .btn_sign {
  background: #fec30f;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  border-radius: 8px;
  padding: 6px 36px;
  border: 0;
  margin-left: 150px;
}

.banner_sect {
  overflow: hidden;
  position: relative;
  height: 719px;
  display: flex;
  align-items: center;
}

.banner_sect::after {
  position: absolute;
  content: "";
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(0, 0, 0, 0.3);
}

.banner_sect .media-img {
  animation: 16s linear 0s infinite normal none running zoom-out;
  transition: all 0s ease-in-out 0s;
  border-radius: 0px;
  padding-bottom: 0px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}

.banner_sect .content_banner {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 6;
}

.banner_sect .content_banner .lft_banner {
  flex: 0 0 48%;
}

.banner_sect .content_banner .lft_banner img {
  width: 100%;
}

.banner_sect .content_banner .rgt_banner {
}

.banner_sect .content_banner .rgt_banner h3 {
  font-weight: 600;
  font-size: 56px;
  line-height: 104%;
  color: #fff;
  margin-bottom: 15px;
}

.banner_sect .content_banner .rgt_banner p {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}

.graph_sect {
  padding: 60px 0;
}

.graph_sect h3 {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 38px;
  text-align: center;
  color: #000;
}

.graph_sect .card_grph {
  border: 1px solid #000;
  border-radius: 16px;
  padding: 30px;
}

.graph_sect .card_grph ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 20px;
}

.graph_sect .card_grph ul li {
  display: block;
  padding-left: 60px;
  font-weight: 400;
  position: relative;
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
}

.graph_sect .card_grph ul li::after {
  content: "";
  border-radius: 8px;
  width: 50px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 7px;
  background: #234199;
}

.graph_sect .card_grph ul li:nth-child(2)::after {
  background: #faa328;
}

.graph_sect .card_grph ul li:nth-child(3)::after {
  background: #0083ca;
}

.graph_sect .card_grph ul li:nth-child(4)::after {
  background: #b63a26;
}

.graph_sect .card_grph .meida_graph {
  width: 38%;
  margin: 0 auto;
}

.graph_sect .card_grph .meida_graph img {
  width: 100%;
}

.graph_sect .card_grph .meida_graph_line {
}

.graph_sect .card_grph .meida_graph_line img {
  width: 100%;
}

.Schemes_sect {
}

.Schemes_sect .header_title {
}

.Schemes_sect .header_title h3 {
  font-weight: 700;
  font-size: 68px;
  color: #000;
}

.Schemes_sect .header_title p {
  font-weight: 400;
  font-size: 18px;
  color: #000;
}

.Schemes_sect .header_title h3 span {
  color: #0083ca;
}

.Schemes_sect .counter_wrapp {
  display: flex;
  gap: 30px;
}

.Schemes_sect .counter_wrapp .lft_list,
.Schemes_sect .counter_wrapp .rgt_list {
  width: 49%;
}

.Schemes_sect .counter_wrapp .numbers-item {
  box-shadow: 1px 3px 14px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 16px;
  text-align: center;
  padding: 40px;
  margin-bottom: 30px;
}

.Schemes_sect
  .counter_wrapp
  .lft_list
  .numbers-item:nth-child(1)
  .counter_no
  span {
  color: #fec30f;
}

.Schemes_sect
  .counter_wrapp
  .lft_list
  .numbers-item:nth-child(2)
  .counter_no
  span {
  color: #0083ca;
}

.Schemes_sect .counter_wrapp .numbers-item .counter_no {
  font-weight: 700;
  gap: 5px;
  font-size: 36px;
  text-align: center;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.Schemes_sect .counter_wrapp .numbers-item .icon_bx {
  margin-bottom: 15px;
}

.Schemes_sect .counter_wrapp .lft_list .numbers-item .counter_no.num span {
}

.Schemes_sect .counter_wrapp .lft_list .numbers-item .counter_no .number {
}

.Schemes_sect .counter_wrapp .rgt_list .numbers-item .counter_no .number {
}

.Schemes_sect .counter_wrapp .rgt_list {
  margin-top: 60px;
}

.Schemes_sect
  .counter_wrapp
  .rgt_list
  .numbers-item:nth-child(1)
  .counter_no
  span {
  color: #234199;
}

.Schemes_sect
  .counter_wrapp
  .rgt_list
  .numbers-item:nth-child(2)
  .counter_no
  span {
  color: #b63a26;
}

.Schemes_sect .counter_wrapp .numbers-item .title {
  font-weight: 400;
  font-size: 18px;
  color: rgb(0 0 0 / 70%);
}

.Schemes_sect .counter_wrapp .lft_list .numbers-item:nth-child(2) {
}

.Search_sect {
  background: #234199;
  padding: 90px 0;
}

.Search_sect .form-group {
}

.Search_sect .form-control {
  font-weight: 500;
  position: relative;
  font-size: 18px;
  color: #000;
  border: 1px solid #000;
  border-radius: 8px;
  height: 60px;
  padding: 8px 20px;
}

.Search_sect select.form-control {
  background-size: 20px;
  background-image: url(../images/arrow.png);
  background-position: calc(100% - 20px) 25px;
  background-repeat: no-repeat;
}

.Search_sect .Search_bx {
  position: relative;
}

.Search_sect .Search_bx .form-control {
  padding-left: 50px;
}

.Search_sect .Search_bx span {
  position: absolute;
  left: 15px;
  top: 18px;
}
.Search_sect .btn {height: 100%; width: 100%; background-color: #fec30f; font-weight: 600; font-size: 18px;}

.blog_list {
  padding: 60px 0;
  overflow: hidden;
}

.blog_list .blog_wrapp {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  gap: 30px;
}

.card_blog {
  box-shadow: 5px 5px 44px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 16px;
}

.card_blog .media_img {
  border-radius: 16px;
  overflow: hidden;
}

.card_blog .media_img img {
  width: 100%;
  transition: all 3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.Benefi_sect .Benefi_wrapp .card_benefi .media-img img {
  transition: all 3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.card_blog:hover .media_img img,
.Benefi_sect .Benefi_wrapp .card_benefi:hover .media-img img {
  transition: all 3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(1.1);
}
.card_blog .content_blog {
  padding: 20px;
}

.card_blog .content_blog h3 {
  font-weight: 700;
  font-size: 26px;
  color: #234199;
}
.card_blog .content_blog h3 a {
  color: #234199;
}
.card_blog .content_blog ul {
  margin: 15px 0;
}

.card_blog .content_blog ul li {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 16px;
  color: #000;
  display: flex;
}

.card_blog .content_blog ul li span {
}

.card_blog .content_blog ul li span svg {
  width: 3;
}

.card_blog .content_blog ul li span:first-child {
  margin-right: 10px;
  width: 30px;
}

.card_blog .content_blog .btn {
  font-weight: 600;
  font-size: 16px;
  color: #0083ca;
  padding: 0;
}

.card_blog .content_blog .btn span {
}

.card_blog .content_blog .btn span + span {
  margin-left: 5px;
}

.Department_sect {
  background: #f4f4f4;
  padding: 60px 0;
  overflow: hidden;
}

.Department_sect h3 {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 38px;
  text-align: center;
  color: #000;
}

.Department_sect .depart_wrapp {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.scheme-btn,
.DepartViewAll {
  border: 0;
  background: #fec30f;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #000000;
  width: 180px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  margin-top: 30px;
  padding: 10px 30px;
}
.scheme-btn:hover,
.DepartViewAll:hover {
  background: #000;
  color: #fff;
}
.Department_sect .depart_wrapp .card_dep {
  border: 1px solid #b1b1b1;
  border-radius: 16px;
}

.Department_sect .depart_wrapp .card_dep a {
}

.Department_sect .depart_wrapp .card_dep a .head_bx {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #ffeebd;
  border-radius: 16px;
  gap: 30px;
}

.Department_sect .depart_wrapp .card_dep a .head_bx h3 {
  font-weight: 400;
  font-size: 24px;
  color: #000;
  margin: 0;
  text-align: left;
}

.Department_sect .depart_wrapp .card_dep a .head_bx img {
  width: 70px;
}

.Department_sect .depart_wrapp .card_dep a .content_Depart {
  padding: 20px;
}

.Department_sect .depart_wrapp .card_dep a .content_Depart p {
  font-weight: 400;
  font-size: 28px;
  color: #1d5548;
}

.Department_sect .depart_wrapp .card_dep a .content_Depart p span {
  font-weight: 600;
}

.Department_sect .depart_wrapp .card_dep:nth-child(2) {
}

.Department_sect .depart_wrapp .card_dep:nth-child(2) a .head_bx,
.Department_sect .depart_wrapp .card_dep:nth-child(8) a .head_bx,
.Department_sect .depart_wrapp .card_dep:nth-child(5) a .head_bx {
  background: #e3eaff;
}

.Department_sect .depart_wrapp .card_dep:nth-child(3) a .head_bx,
.Department_sect .depart_wrapp .card_dep:nth-child(9) a .head_bx,
.Department_sect .depart_wrapp .card_dep:nth-child(6) a .head_bx {
  background: #e1f4ff;
}

.video_sect {
  position: relative;
}

.DepartViewAll {
}

.about_sect {
  background: url(../images/bg02.png);
}

.about_sect .About_wrapp {
  display: flex;
}

.about_sect .About_wrapp .media-img {
  flex: 0 0 50%;
}

.about_sect .About_wrapp .media-img img {
  width: 100%;
}

.about_sect .About_wrapp .contentAbout {
  margin-left: -100px;
  padding: 60px 10% 60px 0;
}

.about_sect .About_wrapp .contentAbout h3 , .about-us h3 {
  font-weight: 700;
  font-size: 38px;
  color: #000;
  margin-bottom: 20px;
}

.about_sect .About_wrapp .contentAbout p , .about-us p {
  font-weight: 400;
  font-size: 18px;
  color: rgb(0 0 0 / 70%);
  margin-bottom: 15px;
}

.about_sect .About_wrapp .contentAbout .ReadMore , .about-us .ReadMore {
  border: 0;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  width: 175px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  margin-top: 30px;
  padding: 10px 30px;
}
.about_sect .About_wrapp .contentAbout .ReadMore:hover {
  background: #0083ca;
  color: #fff;
}
.Benefi_sect {
  padding: 60px 0;
}

.Benefi_sect h3 {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 38px;
  text-align: center;
  color: #000;
}

.Benefi_sect .Benefi_wrapp {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.Benefi_sect .Benefi_wrapp .card_benefi {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.Benefi_sect .Benefi_wrapp .card_benefi::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 229px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.Benefi_sect .Benefi_wrapp .card_benefi .media-img {
}

.Benefi_sect .Benefi_wrapp .card_benefi .media-img img {
  width: 100%;
}

.Benefi_sect .Benefi_wrapp .card_benefi .content-benefi {
  position: absolute;
  bottom: 0;
  z-index: 6;
  left: 0;
  padding: 30px;
  width: 100%;
}

.Benefi_sect .Benefi_wrapp .card_benefi .content-benefi h3 {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 5px;
  color: #fff;
  text-align: left;
}

.Benefi_sect .Benefi_wrapp .card_benefi .content-benefi p {
  font-size: 16px;
  color: rgb(255 255 255 / 70%);
}

.video_sect {
  background: #234199;
  color: #fff;
  padding: 60px 0;
}

.video_sect h3 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 38px;
  text-align: center;
  color: #ffffff;
}

.video_sect p {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}

.video_sect .video_bx {
  position: relative;
}

.video_sect .video_bx svg path {
  fill: #000;
}

footer .footer_btm ul li + li {
  border-left: 1px solid #fff;
  padding-left: 15px;
}

.video_sect .video_bx img {
  width: 100%;
}

footer {
  background: #234199;
  border-top: 1px solid #fff;
  padding: 15px 0;
}

footer .footer_btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .footer_btm p {
  color: #fff;
  font-size: 16px;
}

footer .footer_btm ul {
  display: flex;
  align-items: center;
}

footer .footer_btm ul li {
  display: block;
  font-size: 16px;
  padding-right: 15px;
}

footer .footer_btm ul li a {
  color: #fff;
}

@keyframes zoom-out {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.form-brnef {
  background: #234199;
  padding: 60px 0;
}

.form-brnef .form-group {
  margin-bottom: 30px;
}

.form-brnef .form-group .form-control {
  font-weight: 500;
  position: relative;
  font-size: 18px;
  color: #000;
  border: 1px solid #000;
  border-radius: 8px;
  height: 60px;
  padding: 8px 20px;
}

.form-brnef .form-group select.form-control {
  background-size: 20px;
  background-image: url(../images/arrow.png);
  background-position: calc(100% - 20px) 25px;
  background-repeat: no-repeat;
}

.form-brnef .chk_list {
  display: grid;
  grid-template-columns: 2fr 10fr;
  margin-bottom: 20px;
}

.form-brnef .chk_list > label {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}

.form-brnef .chk_list .check_wrapp {
}

.form-brnef .chk_list .check_wrapp label {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

.form-brnef .chk_list ul {
  display: flex;
}

.form-brnef .chk_list ul li {
  display: block;
  padding-right: 30px;
}

.form-brnef .chk_list.lftcheck {
/*  grid-template-columns: 3.5fr 7.5fr;*/
}

.form-brnef .chk_list .check_wrapp label input {
  display: none;
}

.form-brnef .chk_list .check_wrapp label span {
  position: relative;
  padding-left: 30px;
}

footer .footer_btm ul li a:hover {
  color: #faa328;
}

.form-brnef .chk_list .check_wrapp label span::after {
  content: "";
  border: 1px solid #fff;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.form-brnef .chk_list .check_wrapp input:checked ~ span::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 7px;
  width: 6px;
  height: 12px;
  border: solid #fafafa;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.form-brnef .btnSearch {
  border: 0;
  background: #fec30f;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  margin-top: 30px;
  padding: 10px 60px;
}
.form-brnef .btnSearch:hover {
  color: #000000;
  background: #fff;
}

.trendingSchemes-sect {
  padding: 60px 0;
}

.trendingSchemes-sect .trendingSchemes-details {
}

#breadcrumb .trendingSchemes-details ul.brdcm {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

#breadcrumb .trendingSchemes-details ul.brdcm li {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

#breadcrumb .trendingSchemes-details ul.brdcm li + li {
  padding-left: 20px;
}

#breadcrumb .trendingSchemes-details ul.brdcm li a {
  color: #fff;
}

#breadcrumb .trendingSchemes-details ul.brdcm li + li:after {
  content: ">";
  position: absolute;
  left: 4px;
  top: 0;
}

ul.no_list {
  list-style: decimal;
  padding-left: 30px;
}

ul.no_list li,
.trendingSchemes-sect .trendingSchemes-details p {
  font-weight: 400;
  font-size: 18px;
  color: rgb(0 0 0 / 70%);
  margin-bottom: 10px;
}

.trendingSchemes-sect .trendingSchemes-details h3 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 38px;
  text-align: left;
  color: #000;
}

.trendingSchemes-sect .trendingSchemes-details h4 {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  margin-bottom: 15px;
}

.trendingSchemes-sect .trendingSchemes-details h5 {
  font-weight: 400;
  font-size: 24px;
  color: rgb(0 0 0 / 70%);
  margin-bottom: 10px;
}

.trendingSchemes-sect .trendingSchemes-details p {
  /* font-weight: 400; */
  /* font-size: 21px; */
  /* line-height: 161%; */
  /* color: #000; */
}

.media_blog_dt {
  margin-top: 30px;
}

.media_blog_dt img {
  width: 100%;
}

.trendingSchemes-sect .trendingSchemes-details .time_bx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
}

.trendingSchemes-sect .trendingSchemes-details .time_bx p {
  font-weight: 400;
  font-size: 18px;
  color: rgb(0 0 0 / 70%);
  margin: 0;
}

.trendingSchemes-sect .head_bx {
}

.trendingSchemes-sect .head_bx h3 {
}

.trendingSchemes-sect .head_bx h4 {
  font-size: 24px;
  font-weight: 400;
  color: rgb(0 0 0 / 70%);
  margin: 0;
}

.time_bx {
}

.time_bx {
}

.trendingSchemes-sect .trendingSchemes-details .time_bx p span {
  font-weight: 400;
  font-size: 18px;
  padding: 4px 10px;
  color: #ed8b01;
  background: rgb(250 163 40 / 10%);
  border-radius: 5px;
}

.trendingSchemes-sect .trendingSchemes-details table.table {
}

.trendingSchemes-sect .trendingSchemes-details table.table td {
  border: 1px solid #000;
  font-weight: 600;
  font-size: 16px;
  color: rgb(0 0 0 / 70%);
  padding: 10px 15px;
}

.trendingSchemes-sect .trendingSchemes-details table.table tr {
}

.pdf_download {
  background: #f4f4f4;
  padding: 15px 30px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pdf_download .lft {
}

.pdf_download .lft h3 {
  font-weight: 600;
  font-size: 18px;
  color: #000;
  margin-bottom: 6px;
}

.pdf_download .lft p {
  font-weight: 500;
  font-size: 14px;
  color: #000;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pdf_download .lft span {
}

.pdf_download .lft span + span {
}

.pdf_download .btn_grp {
}

.pdf_download .btn_grp .btn {
  font-weight: 600;
  font-size: 16px;
  color: #234199;
  border: 1px solid #234199;
  border-radius: 0;
  padding: 10px 30px;
}

.pdf_download .btn_grp .btn:hover {
  background: #234199;
  color: #fff;
}

.btn_apply {
  border: 0;
  background: #fec30f;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  margin-top: 30px;
  padding: 10px 60px;
}

.btn_apply:hover {
  background: #000;
  color: #fff;
}

.trend_list {
}

.trend_list > h3 {
  font-weight: 700;
  font-size: 26px;
  color: #000;
  margin-bottom: 20px;
}

.trend_list .blog_wrapp {
}

.trend_list .blog_wrapp .card_blog {
  margin-bottom: 20px;
}

.trend_list .blog_wrapp .card_blog + .card_blog {
}

.trend_list .Share_media {
}

.trend_list .Share_media h3 {
  font-weight: 700;
  font-size: 26px;
  color: #000;
  margin-bottom: 20px;
}

.trend_list .Share_media ul {
  background: #f4f4f4;
  display: flex;
  gap: 25px;
  padding: 15px;
  flex-wrap: wrap;
  border-radius: 6px;
}

.trend_list .Share_media ul li {
  display: block;
}

.trend_list .Share_media ul li a {
  background: #7f7f7f;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trend_list .Share_media ul li a:hover {
}

.trend_list .Share_media ul li a svg {
  width: 28px;
}

.trend_list .Share_media ul li a svg path {
  fill: #fff;
}

section {
  overflow: hidden;
}

.trend_list .Share_media ul li:nth-child(2) a {
  background: #3a5999;
}

.trend_list .Share_media ul li:nth-child(3) a {
  background: #38ade2;
}

.trend_list .Share_media ul li:nth-child(4) a {
  background: #fff;
  border: 1px solid #000;
}

.trend_list .Share_media ul li:nth-child(5) a {
  background: #24d366;
}

.trend_list .Share_media ul li:nth-child(6) a {
  background: #027fb0;
}

.trend_list .Share_media ul li:nth-child(7) a {
  background: #fff;
  border: 1px solid #ffc107;
}

.card_blog .content_blog .btn:hover {
  color: #ffc107;
}

.card_blog .content_blog .btn:hover svg path {
  fill: #ffc107;
}

header .navbar .navbar-collapse .btn_sign:hover {
  background: #000;
  color: #fff;
}

.trend_list .Share_media ul li:nth-child(7) a svg path {
  fill: #e0ad16;
}

.trend_list .Share_media ul li:nth-child(8) a {
}

.trend_list .Share_media ul li:nth-child(4) a svg path {
  fill: #000;
}

@media (min-width: 320px) and (max-width: 990.5px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active,
  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    background: #fec30f;
    color: #fff;
  }
  header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin-bottom: 5px;
  }
  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 8px 15px;
    border: 0;
  }
  .navbar > .container {
    justify-content: end;
  }

  header .navbar .navbar-collapse {
    position: fixed;
    width: 65%;
    right: -100%;
    top: 139px;
    background: #fff;
    height: 100vh;
    transition: 0.3s ease-in-out;
    padding: 20px;
  }
  header .navbar .navbar-collapse.show {
    right: 0;
  }
  .banner_sect {
    height: 560px;
  }
  .graph_sect .card_grph {
    margin-bottom: 30px;
  }
  .blog_list .blog_wrapp,
  .Benefi_sect .Benefi_wrapp,
  .Department_sect .depart_wrapp {
    grid-template-columns: repeat(2, 1fr);
  }
  .form-brnef .chk_list {
    grid-template-columns: 3.5fr 7.5fr;
  }
  header .navbar .navbar-toggler {
    border: 0;
  }
  .about_sect .About_wrapp .media-img {
    display: none;
  }
  header .header-top .tm-header .tm-header-top-info ul li a {
    width: 136px;
  }
  .banner_sect .content_banner .rgt_banner h3 {
    font-size: 32px;
  }
  .about_sect .About_wrapp {
    display: block;
    padding: 0 30px;
  }
  .Department_sect .depart_wrapp .card_dep a .head_bx h3 {
    font-size: 20px;
  }
  footer .footer_btm {
    flex-wrap: wrap;
  }
  .Search_sect .form-group {
    margin-bottom: 30px;
  }
  .about_sect .About_wrapp .contentAbout {
    margin: 0;
    padding: 30px;
  }
  .Department_sect .depart_wrapp .card_dep a .content_Depart p {
    font-size: 24px;
  }
  .Schemes_sect .header_title {
    margin-bottom: 30px;
  }
  .Schemes_sect .header_title h3 {
    font-size: 48px;
    margin-bottom: 15px;
  }
  header .navbar .navbar-collapse .btn_sign {
    background: #fff;
    color: #000;
    margin: 0;
    padding: 8px 15px;
  }
  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #000;
  }
  header .navbar .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
  .trendingSchemes-sect .trendingSchemes-details h3 {
    font-size: 32px;
  }
  .trendingSchemes-sect .head_bx h4 {
    font-size: 20px;
  }
  header .header-top .tm-header .tm-select .form-control {
    width: 100px;
    font-size: 14px;
  }
}
.banner_sect .content_banner .rgt_banner p {
  font-size: 16px;
}
.navbar-toggler span.navbar-toggler-icon {
  background: transparent;
  background-image: none;
  height: 21px;
}
@media (min-width: 320px) and (max-width: 768.5px) {
  .trend_list {
    margin-top: 30px;
  }

  header .header-top .tm-header .tm-header-top-info ul li a {
    width: 120px;
  }
}

@media (min-width: 320px) and (max-width: 575.5px) {
  .trendingSchemes-sect {
    padding: 40px 0;
  }
  .pdf_download {
    flex-wrap: wrap;
    gap: 15px;
  }
  .Schemes_sect .header_title h3 {
    font-size: 36px;
  }
  .banner_sect .content_banner .lft_banner {
    display: none;
  }
  .Schemes_sect .counter_wrapp .numbers-item {
    padding: 20px;
  }
  .banner_sect .content_banner .rgt_banner h3 {
    font-size: 36px;
  }
  .form-brnef .chk_list .check_wrapp label {
    font-size: 16px;
  }
  footer .footer_btm {
    gap: 15px;
    justify-content: center;
  }
  footer .footer_btm p {
    text-align: center;
  }
  .banner_sect .content_banner .rgt_banner p {
    font-size: 20px;
  }
  header .navbar .navbar-collapse {
    top: 123px;
  }

  header .header-top .tm-header .tm-header-top-info ul li a {
    width: 85px;
  }
  .video_sect h3,
  .Benefi_sect h3,
  .graph_sect h3,
  .about_sect .About_wrapp .contentAbout h3,
  .Schemes_sect .header_title h3,
  .Department_sect h3 {
    font-size: 32px;
  }
  .blog_list .blog_wrapp,
  .Benefi_sect .Benefi_wrapp,
  .Department_sect .depart_wrapp {
    grid-template-columns: auto;
  }
}
@media (min-width: 320px) and (max-width: 460.5px) {
  header .header-top .tm-header .tm-header-top-info ul {
    flex-wrap: wrap;
    align-items: start;
  }
  header .navbar .navbar-collapse {
    top: 148px;
  }
  header .navbar {
    padding: 10px 0;
  }
  .trendingSchemes-sect .trendingSchemes-details h3 {
    font-size: 28px;
  }
  .form-brnef .chk_list ul li {
    padding-right: 10px;
  }
  .about_sect .About_wrapp {
    padding: 0 15px;
  }
  .graph_sect .card_grph .meida_graph {
    width: 100%;
  }
  .graph_sect .card_grph ul {
    grid-template-columns: auto;
  }
  .form-brnef .chk_list.lftcheck,
  .form-brnef .chk_list {
    grid-template-columns: auto;
  }
  .form-brnef .chk_list > label {
    margin-bottom: 15px;
  }
  .video_sect h3,
  .Benefi_sect h3,
  .graph_sect h3,
  .about_sect .About_wrapp .contentAbout h3,
  .Schemes_sect .header_title h3,
  .Department_sect h3 {
    font-size: 28px;
  }
  .Department_sect .depart_wrapp .card_dep a .head_bx h3 {
    font-size: 18px;
  }
  .Schemes_sect .counter_wrapp .numbers-item .counter_no {
    font-size: 28px;
  }
  .Department_sect .depart_wrapp .card_dep a .content_Depart p {
    font-size: 22px;
  }
  .Department_sect .depart_wrapp .card_dep a .head_bx img {
    width: 60px;
  }
  header .header-top .tm-header {
    align-items: start;
  }
}


/* about page css start from here */

#breadcrumb{
  width: 100%;

  background-image: url(../images/breadcrum.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.breadcrumb_title h1{
  color: #fff;
  font-size: 3.5vw;
}


/* about page css end from here */

/* login page css */
.full-height{
  height: 103vh !important;
}
.auth-logo img {
  max-width: 180px;
  max-height: 48px;
  margin-bottom: 1.5rem;
}
/* login page css */
.scheme_link{color: #0083ca;
  text-decoration: underline;}