.top_header_1 {
    background: #0464a0;
    padding: 7.5px;
  }

  body {
    overflow-x: hidden;
  }
  .top_header_2 {
    background: #303030;
    padding: 5.5px;
  }
  .top_heder_1_ico {
    display: flex;
    justify-content: space-evenly;
  }
  .media-ico {
    width: 23px;
    height: 23px;
    top: 13px;
    left: 126px;
    gap: 0px;
    border: 1px 0px 0px 0px;
    opacity: 0px;
  }
  .main-content-text {
    margin-right: 18px !important;
    color: white;
    text-align: justify;
    text-decoration: none !important;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.47999998927116394px;
    margin: 0px;
  }
  .top_head_ico {
    justify-content: space-between;
  }
  .contact-txt {
    color: white;
    margin: 0px;
    margin-left: 8px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.47999998927116394px;
    text-align: left;
  }
  .contcat-ico {
    width: 20px;
    height: 19px;
    top: 18px;
    left: 327px;
    gap: 0px;
    opacity: 0px;
  }
  .contact-layout {
    margin-left: 30px;
  }

  .selectpicker {
    border-radius: 20px;
    height: 21px;
  }

  .volume {
    --line: #fff;
    --line-width: 6px;
    margin-right: 38px !important;
    margin-left: 2px !important;
    --duration: 0.5s;
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  .volume input {
    display: none;
  }
  .volume input + svg {
    display: block;
    fill: none;
    stroke: var(--line);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: var(--line-width);
    width: 23px;
    height: 23px;
  }
  .volume input + svg path {
    -webkit-animation: var(--name) var(--duration) ease forwards;
    animation: var(--name) var(--duration) ease forwards;
  }
  .volume input + svg path:nth-child(2) {
    stroke-dashoffset: 1px;
  }
  .volume input + svg path:nth-child(3) {
    stroke-dashoffset: 1px;
  }
  .volume input:checked + svg path:nth-child(1) {
    --name: shape;
  }
  .volume input:checked + svg path:nth-child(2) {
    --name: small;
  }
  .volume input:checked + svg path:nth-child(3) {
    --name: large;
  }
  .volume input:not(:checked) + svg path:nth-child(1) {
    --name: shape-r;
  }
  .volume input:not(:checked) + svg path:nth-child(2) {
    --name: small-r;
  }
  .volume input:not(:checked) + svg path:nth-child(3) {
    --name: large-r;
  }

  @-webkit-keyframes small {
    0%,
    30% {
      stroke-dasharray: 0 0 30px 64px;
    }
    40% {
      stroke-dashoffset: 16px;
    }
    80%,
    100% {
      stroke-dashoffset: 1px;
    }
    70% {
      stroke-dasharray: 0 43px 30px 64px;
    }
    100% {
      stroke-dasharray: 0 39px 30px 64px;
    }
  }

  @keyframes small {
    0%,
    30% {
      stroke-dasharray: 0 0 30px 64px;
    }
    40% {
      stroke-dashoffset: 16px;
    }
    80%,
    100% {
      stroke-dashoffset: 1px;
    }
    70% {
      stroke-dasharray: 0 43px 30px 64px;
    }
    100% {
      stroke-dasharray: 0 39px 30px 64px;
    }
  }
  @-webkit-keyframes small-r {
    0% {
      stroke-dasharray: 0 39px 30px 64px;
    }
    0%,
    40% {
      stroke-dashoffset: 1px;
    }
    70% {
      stroke-dashoffset: 16px;
    }
    70%,
    100% {
      stroke-dasharray: 0 0 30px 64px;
    }
  }
  @keyframes small-r {
    0% {
      stroke-dasharray: 0 39px 30px 64px;
    }
    0%,
    40% {
      stroke-dashoffset: 1px;
    }
    70% {
      stroke-dashoffset: 16px;
    }
    70%,
    100% {
      stroke-dasharray: 0 0 30px 64px;
    }
  }
  @-webkit-keyframes large {
    0%,
    30% {
      stroke-dasharray: 0 0 50px 84px;
    }
    40% {
      stroke-dashoffset: 16px;
    }
    80%,
    100% {
      stroke-dashoffset: 1px;
    }
    70% {
      stroke-dasharray: 0 82px 32px 84px;
    }
    100% {
      stroke-dasharray: 0 78px 32px 84px;
    }
  }
  @keyframes large {
    0%,
    30% {
      stroke-dasharray: 0 0 50px 84px;
    }
    40% {
      stroke-dashoffset: 16px;
    }
    80%,
    100% {
      stroke-dashoffset: 1px;
    }
    70% {
      stroke-dasharray: 0 82px 32px 84px;
    }
    100% {
      stroke-dasharray: 0 78px 32px 84px;
    }
  }
  @-webkit-keyframes large-r {
    0% {
      stroke-dasharray: 0 78px 32px 84px;
    }
    0%,
    40% {
      stroke-dashoffset: 1px;
    }
    70% {
      stroke-dashoffset: 16px;
    }
    70%,
    100% {
      stroke-dasharray: 0 0 50px 84px;
    }
  }
  @keyframes large-r {
    0% {
      stroke-dasharray: 0 78px 32px 84px;
    }
    0%,
    40% {
      stroke-dashoffset: 1px;
    }
    70% {
      stroke-dashoffset: 16px;
    }
    70%,
    100% {
      stroke-dasharray: 0 0 50px 84px;
    }
  }
  @-webkit-keyframes shape {
    0% {
      stroke-dasharray: 60px 0 184px;
      stroke-dashoffset: 0;
    }
    70% {
      stroke-dasharray: 63px 51px 184px;
      stroke-dashoffset: 21px;
    }
    100% {
      stroke-dasharray: 59px 47px 184px;
      stroke-dashoffset: 17px;
    }
  }
  @keyframes shape {
    0% {
      stroke-dasharray: 60px 0 184px;
      stroke-dashoffset: 0;
    }
    70% {
      stroke-dasharray: 63px 51px 184px;
      stroke-dashoffset: 21px;
    }
    100% {
      stroke-dasharray: 59px 47px 184px;
      stroke-dashoffset: 17px;
    }
  }
  @-webkit-keyframes shape-r {
    0% {
      stroke-dasharray: 59px 47px 184px;
      stroke-dashoffset: 17px;
    }
    100% {
      stroke-dasharray: 60px 0 184px;
      stroke-dashoffset: 0;
    }
  }
  @keyframes shape-r {
    0% {
      stroke-dasharray: 59px 47px 184px;
      stroke-dashoffset: 17px;
    }
    100% {
      stroke-dasharray: 60px 0 184px;
      stroke-dashoffset: 0;
    }
  }
  html {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
  }

  * {
    box-sizing: inherit;
  }
  *:before,
  *:after {
    box-sizing: inherit;
  }

  .logo-header-bg {
    background: #ffffff;
  }
  .logo-img {
    margin: 14px;
    height: 70px;
    width: 70px;
  }
  .logo {
    justify-content: space-evenly;
  }
  .m-txt-1 {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 700;
    line-height: 33px;
    color: #010439;
    margin-bottom: 0px;
  }
  .m-txt-2 {
    font-family: Roboto;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    text-align: justify;
    color: #010439;
  }
  .align {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  body {
    font-family: "Roboto", Arial, sans-serif;
  }

  .wrapper {
    width: 100%;
    max-width: 31.25rem;
    margin: 6rem auto;
  }

  .label {
    font-size: 0.625rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: +1.3px;
    margin-bottom: 1rem;
  }

  .searchBar {
    width: 330px;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* margin-left: 200px; */
  }

  #searchQueryInput {
    width: 100%;
    height: 2.8rem;
    background: #dcdcdc;
    outline: none;
    border: none;
    border-radius: 1.625rem;
    padding: 0 3.5rem 0 1.5rem;
    font-size: 1rem;
    border: 1px solid #ccc;
  }

  #searchQuerySubmit {
    width: 3.5rem;
    height: 2.8rem;
    margin-left: -3.5rem;
    background: none;
    border: none;
    outline: none;
  }

  #searchQuerySubmit:hover {
    cursor: pointer;
  }
  .txt-align {
    display: flex !important;
    align-items: center;
  }
  .navmenu {
    background: #010439;
  }
  .end-footer {
    background: #0464a0;
    padding: 10px;
  }
  .foot-txt-2  {
    font-family: Roboto;
    margin: 0px !important;
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
    letter-spacing: 0.47999998927116394px;
    text-align: left;
  }
  .end-footer span{
    font-family: Roboto;
    margin: 0px !important;
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
    letter-spacing: 0.47999998927116394px;
    text-align: left;
  }
  .dev-txt {
    text-decoration: none;
    color: #fae953;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    text-align: justify;
    line-height: 16.41px;
    letter-spacing: 0.47999998927116394px;
    text-align: left;
  }
  .Footer-menu {
    background: #252638;
    padding: 50px;
  }
  .foot-logo {
    height: 50px;
    width: 50px;
  }
  .foot-txt-title {
    color: white;
    font-family: Roboto;
    font-size: 17px;
    font-weight: 600;
    line-height: 20.44px;
    text-align: left;
  }
  .foot-txt-link {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 21.09px;
    text-align: left;
    text-decoration: none;
    color: white;
  }
  .footer-underline {
    border-top: solid #248ac8 3px !important;
    width: 150px;
    margin: 0px;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 9.25;
  }

  .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 100%;
    margin-right: 7px;
    margin-left: 7px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
  }
  .carousel-indicators .active {
    opacity: 1 !important;
    background-color: #0464a0 !important;
  }
  .key-person {
    background: #0464a0;
    padding: 20px;
  }
  .key-person-txt {
    color: #ffffff;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.09px;
    text-align: left;
    text-align: justify;
  }
  .latest-news {
    background: #313e3b;
    padding: 15px;
  }
  .news-txt-h {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.09px;
    text-align: left;
    color: #ffffff;
    margin: 0px;
  }
  .news {
    padding: 15px;
    background: #ededed;
    /* height: 400px; */
  }
  .news-main-txt {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.75px;
    border-bottom: 1px dashed #727272 !important;
    text-align: justify;
    text-align: left;
    color: #303030;
    padding-bottom: 16px !important;
  }
  .news-underline {
    border-top: 2px dashed #5b5b5b;
    margin-bottom: 14px !important;
  }
  .news-btn {
    border-radius: 40px !important;
    background: #0464a0 !important;
  }
  .swiper {
    overflow: hidden;
    /*     width: 600px; */
    display: flex;
    margin: 0 auto;
    position: relative;
    transition: 1s;
  }

  .swiper img {
    width: 100%;
    height: 100%;
    display: none;

    transition: 1s;
  }

  .swiper i {
    position: absolute;
    top: 50%;
    margin-left: 10px;
    margin-right: 10px;
    transform: translateY(-50%);
    color: white;
    font-size: 25px;
    cursor: pointer;
  }

  /* .main-header-fix {
    position: fixed;
    z-index: 10;
    width: 100%;
  } */
  .useful-link {
    background: #ffffff;
    padding: 50px;
  }
  .links-topline {
    border-top: solid #248ac8 5px !important;
    width: 90px;
    margin: 0px;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 9.25;
    position: absolute;
  }
  .Website-txt {
    color: #0464a0 !important;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 4px;
    text-align: left;
    text-align: justify;
    padding: 1px;
  }
  .uselink-ico {
    height: auto;
    width: 100%;
    padding: 10px 5px;
}
/* .uselink-ico {
    height: auto;
    width: 100%;
    padding: 10px 5px;
} */
  .useful-link-head-text {
    font-weight: 700;
    font-size: 40px;
    color: #303030;
  }
  .useful-link-h-text {
    display: flex;
    flex-direction: column;
    padding: 30px;
  }
  .use-link-text-align {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .useful-link-ico-align {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  /* .bg-nav {
    background: #010439;
  }
  .nav-link {
    color: white;
  }
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    color: #000;
    background-color: #fcfcfc;
    border-radius: 0px;
  } */
  .navmenu-text {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.47999998927116394px;
    text-align: center;
  }

  @import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow);
  body {
    font-family: Open Sans, "Helvetica Neue", "Helvetica", Helvetica, Arial,
      sans-serif;
    font-size: 13px;
    color: #666;
    position: relative;
    -webkit-font-smoothing: antialiased;
    margin: 0;
  }

  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  body,
  div,
  dl,
  dt,
  dd,
  ul,
  ol,
  li,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  pre,
  form,
  p,
  blockquote,
  th,
  td {
    margin: 0;
    padding: 0;
    font-size: 15px;
    direction: ltr;
  }

  .sectionClass {
    padding: 50px 0px;
    position: relative;
    display: block;
  }

  .fullWidth {
    width: 100% !important;
    display: table;
    float: none;
    padding: 0;
    min-height: 1px;
    height: 100%;
    position: relative;
  }

  .sectiontitle {
    background-position: center;
    margin: 30px 0 0px;
    text-align: center;
    min-height: 20px;
  }

  .sectiontitle h2 {
    font-size: 30px;
    color: #222;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .headerLine {
    width: 160px;
    height: 2px;
    display: inline-block;
    background: #101f2e;
  }

  .projectFactsWrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: #ffffff;
  }

  #projectFacts .fullWidth {
    padding: 0;
  }

  .projectFactsWrap .item {
    width: 25%;
    height: 100%;
    display: flex;
    padding: 20px 0px;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .projectFactsWrap .item p.number {
    font-family: Roboto;
    font-size: 40px;
    font-weight: 600;
    line-height: 25px;
    text-align: center;
    color: black;
  }

  .projectFactsWrap .item p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    margin: 0;
    padding: 10px;
    font-family: "Open Sans";
  }

  .projectFactsWrap .item span {
    width: 60px;
    background: rgba(255, 255, 255, 0.8);
    height: 2px;
    display: block;
    margin: 0 auto;
  }

  .projectFactsWrap .item i {
    vertical-align: middle;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.8);
  }

  .projectFactsWrap .item:hover i,
  .projectFactsWrap .item:hover p {
    color: rgb(29, 28, 28);
  }

  .projectFactsWrap .item:hover span {
    background: rgb(29, 29, 29);
  }

  @media (max-width: 786px) {
    .projectFactsWrap .item {
      flex: 0 0 50%;
    }
  }

  /* AUTHOR LINK */

  footer {
    z-index: 100;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    bottom: 0;
    left: 0;
  }

  footer p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    opacity: 0;
    font-family: "Open Sans";
    width: 100%;
    word-wrap: break-word;
    line-height: 25px;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    margin: 0;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease;
  }

  footer .authorWindow a {
    color: white;
    text-decoration: none;
  }

  footer p strong {
    color: rgba(255, 255, 255, 0.9);
  }

  .about-me-img {
    width: 120px;
    height: 120px;
    left: 10px;
    /* bottom: 30px; */
    position: relative;
    border-radius: 100px;
  }

  .about-me-img img {
  }

  .authorWindow {
    width: 600px;
    background: #75439a;
    padding: 22px 20px 22px 20px;
    border-radius: 5px;
    overflow: hidden;
  }

  .authorWindowWrapper {
    display: none;
    left: 110px;
    top: 0;
    padding-left: 25px;
    position: absolute;
  }

  .trans {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  @media screen and (max-width: 768px) {
    .authorWindow {
      width: 210px;
    }

    .authorWindowWrapper {
      bottom: -170px;
      margin-bottom: 20px;
    }

    footer p {
      font-size: 14px;
    }
  }

  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    color: #ffffff !important;
    background: #248ac8 !important;
    border-radius: 30px;
    height: 34px;
    font-size: 14px;
    width: 90px;
    font-weight: 500;
  }

  /* .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    color: #1a4464;
    background-color: transparent;
  }

  .nav-link {
    display: block;
    padding: 2px 6px;
    color: #ffffff;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out;
    height: 34px;
    font-size: 14px;
    width: 90px;
    font-weight: 500;
  }

  .nav-link:focus,
  .nav-link:hover {
    color: #979797;
  } */

  .gallery-switch-btn {
    display: flex;
    justify-content: center;
    margin-bottom: 0px !important;
  }

  .gallery {
    padding: 45px;
    background-color: #00446d;
  }

  .gallery-h-txt {
    font-family: Roboto;
    font-size: 35px;
    color: white;
    font-weight: 600;
    line-height: 25px;
    text-align: center;
  }
  .table-container{
    overflow: hidden;
    border-radius: 14px;
    border-bottom-left-radius: 60px 30px;
    border-bottom-right-radius: 60px 30px;
  }

  .bhimkavya-main{
    padding: 59px;
    background: #ffffff;
  }
  .bhimkavya {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bhimkavya-search{
    width: 720px !important;
  }
  .bhimkavya-bG{
    background-image: url(img_new/bhimkavya.png);
    background-size: cover;
    width: 1635px;
    height: 920px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .kavya {
    position: absolute;
    width: 310px;
    height: 461px;
    color: #230e00;
  }
  .kavya-content-txt{
    font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  line-height: 35px;
  text-align: center;

  }
  .kavya-heading-txt{
    font-family: Poppins;
      font-size: 25px;
      font-weight: 800;
      line-height: 47px;
      text-align: center;
  }
  .bhimkavya-end-txt{
    font-family: Poppins;
    font-size: 25px;
    font-weight: 800;
    line-height: 47px;
    color: #240f01;
  }
  .bhimkavya-start-txt{
    font-family: Poppins;
    font-size: 25px;
    font-weight: 800;
    line-height: 47px;
    color: #240f01;
  }
  .bhimkavya-last-txt{
    width: 50%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 25%;
  }
  .opt-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #010439;
  }

  .opt {
    float: left;
  }

  .opt a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }

  .opt a:hover:not(.active) {
    background-color: #5e5e5e;
  }

  .active-1 {
    background-color: white;
    color: #000 !important;
  }
  .key-persons-ico {
    width: 54px !important;
    height: 54px;
  }
  .d-trainning-main{
    background: var(--No_White, #ffffff);
  }
  .text-m-tranning{
    color: var(--Dark, #1A1A1A);
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 104.167% */
  }
  .text-m-tranning-title{
    color: var(--Dark, #1A1A1A);
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px; /* 104.167% */
  }
  .text-h-tranning{
    color: var(--Dark-Text, #303030);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 144.444% */
  }
  .text-c-tranning{
    color: var(--Dark-Text, #303030);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  text-align: justify;
  font-weight: 400;
  line-height: 26px;
  }
  .d-trainning{
    padding: 35px;
  }

  .containt-img{
    height: 155px;
    width: 212px;
    padding: 9px 17px 10px 0px;
  }

   .employee-register-btn{
    border-radius: 40px;
    background: var(--Barti_Blue, #0464A0);
    padding: 15px 20px 15px 20px;
  }
  .align-drop{
    display: flex !important;
    align-items: center;
  }
  .fb-input{

      border-radius: 10px;
      height: 45px;
  }
  .key-peple-imf-pd{
    /* width: 98px; */
    padding: 0px 65px 0px 65px;
  }
  .person-name-txt{
    color: var(--White, #FFF);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  }
  .person-details-1 {
    display: flex;
    align-items: center;
  }
  .person-post-txt {
    color: var(--White, #FFF);
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    padding-right: 30px;
}
  .contact-c-text{
    color: var(--Dark-Text, #303030);
  font-family: Roboto;
  font-size: 16px;

  font-weight: 400;
  line-height: 24px;
  }
.modal-close-btn {
    border: 0px !important;
    font-size: 23px !important;
    color: #0464a0  !important;
    background: none !important;
}
._2p3a{
  width: 100% !important;
}
