body {
  font-family: "Noto Sans";
}

.uw-widget-custom-trigger {z-index:9;}
/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
    color: #484848;
    transition: all 0.5s;
    z-index: 997;
    background-color: #fff;
  }
 .dropdown_show{
  position: absolute;
  transform: translate3d(0px, 44.5px, 0px);
  top: 10px;
  left: 0px;
  will-change: transform;
 }
  .no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }

  .header .topbar {
    background-color: #0E001D;
    height: 40px;
    padding: 0;
    font-size: 14px;
    transition: all 0.5s;
  }
  
  .f-12-header {
    font-size: 12px !important;
    font-weight: normal;
  }
  
  .header .topbar .social-links a {
    color: color-mix(in srgb, #fff, transparent 40%);
    line-height: 0;
    transition: 0.3s;
    margin-left: 20px;
  }
  
  .header .topbar .social-links a:hover {
    color: #fff;
  }
  
  .header .branding {
    min-height: 60px;
    padding: 10px 0;
  }
  
  .header .logo {
    line-height: 1;
  }
  
  .header .logo img {
    margin-right: 25px;
  }
  
  .header .logo h1 {
    font-size: 14px;
    margin: 0;
    font-weight: 700;
    color: #252525;
  }
  
  .header .cta-btn,
  .header .cta-btn:focus {
    color: #252525;
    background: #FFB02F;
    font-size: 14px;
    padding: 8px 25px;
    border-radius: 10px;
    transition: 0.3s;
  }

  .login_dropdown{
    margin-left: 30px;                                                                                                                                                                                                                                                                                   
  }

  .login_dropdown ul{
    padding: 15px;
    margin-top: 5px;
  }

  .login_dropdown ul>li:first-child{
    margin-bottom: 10px;
  }
  
  .header .cta-btn:hover,
  .header .cta-btn:focus:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  }

  .text-left {
    color: #fff !important;
    font-size: 14px;
  }

  .partition{
    margin: 0 15px;
    display: inline-block;
    height: 20px;
    width: 1px;
    background-color: #EBEBEB;
    opacity: 0.4;
  }

  .text-right{
    color: #fff !important;
    font-size: 12px;
  }
  .button-a:hover {
    font-weight: bold;
    color: #1e38a7 !important;
  }

  .button-a {
    color: #fff !important;
    font-size: 12px;
    margin: 0 7px;
  }

  .globe-color {
    color: #fff;
    margin-right: 5px;
  }
  .ml-auto {
    margin-left: auto !important;
  }
  .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }

  .dtr-responsive-header {
    background-color: #fff;
  }

  .dtr-responsive-header {
    padding: 10px 0;
    box-shadow: 0 2px 40px 0 hsla(240,0%,6%,.05);
    z-index: 999;
  }

  .dtr-header-right {
    padding-top: 7px;
  }

  #dtr-menu-button {
    padding: 10px;
    z-index: 9999;
    position: absolute;
    top: 50%;
    margin-top: -20px;
  }

  .dtr-hamburger {
    display: inline-block;
    padding: 0;
    margin: 0;
      margin-top: 0px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .3s;
    transition-property: opacity, filter;
    text-transform: none;
    border: 0;
    overflow: visible;
    color: inherit;
    background-color: transparent;
  }

  .dtr-hamburger-lines, .dtr-hamburger-lines::after, .dtr-hamburger-lines::before {
    position: absolute;
    width: 30px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .3s;
    transition-property: transform;
  }

  .dtr-hamburger-lines-wrapper {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 20px;
    margin: 0 auto;
  }

  .dtr-hamburger {
    cursor: pointer;
    text-transform: none;
    color: inherit;
  }

  .dtr-hamburger-lines, .dtr-hamburger-lines::after, .dtr-hamburger-lines::before {
    background-color: #191c2f;
  }

  .dtr-hamburger-lines {
    display: block;
    top: 0;
    transition: background-color 0s linear .13s;
  }

  .dtr-hamburger-lines::after {
    top: 18px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
  }

  .dtr-hamburger-lines::before {
    top: 9px;
    transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
  }

  .dtr-hamburger-lines::after, .dtr-hamburger-lines::before {
    display: block;
    content: '';
  }

  .dtr-hamburger.is-active .dtr-hamburger-lines { transition-delay: .22s; background-color: transparent!important; }
.dtr-hamburger.is-active .dtr-hamburger-lines:before { top: 0; transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s; transform: translate3d(0, 10px, 0) rotate(45deg); }
.dtr-hamburger.is-active .dtr-hamburger-lines:after { top: 0; transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s cubic-bezier(.215, .61, .355, 1) .22s; transform: translate3d(0, 10px, 0) rotate(-45deg); }
.dtr-hamburger.is-active:hover, .dtr-hamburger:hover { opacity: 1; }

  #header {
    background-color: #fff;
  }

  #header {
    display: block;
  }

  #header select {
    padding: 0 0;
    color: #fff;
    background-color: #0E001D;
    border: none;
    font-size: 12px;
    font-weight: 700;
  }

  #header select {
    color: #fff;
    font-size: 12px;
  }
  
  .flag-img{
    margin-right: 5px;
  }
.button-a:hover{
  color:#fff !important;
}
  
  @media (max-width: 1200px) {
    .header .logo {
      order: 1;
    }
  
    .header .cta-btn {
      order: 2;
      margin: 0 15px 0 0;
      padding: 6px 15px;
    }
  
    .header .navmenu {
      order: 3;
    }
  }
  
  .scrolled .header {
    box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
  }
  
  .scrolled .header .topbar {
    height: 0;
    visibility: hidden;
    overflow: hidden;
  }

  .dtr-responsive-header, .slicknav_menu, #dtr-menu-button {
    display: none;
  }

  .cta-btn img{
    width: 22px;
    margin-top: -5px;
  }
   .dtr-responsive-header a{
    color: #191c2f;
   }

  @media (max-width: 992px) {
    .dtr-responsive-header, .slicknav_menu, #dtr-menu-button {
      display: block !important;
    }
    #header, #header.header-fixed {
      display: none !important;
    }

    .container {
      width: 100%;
      max-width: 100%;
    }
    .dtr-responsive-header, .slicknav_menu, #dtr-menu-button {
      display: block !important;
    }
  }


  
  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  /* Desktop Navigation */
  @media (min-width: 1200px) {
    .navmenu {
      padding: 0;
    }
  
    .navmenu ul {
      margin: 0;
      padding: 0;
      display: flex;
      list-style: none;
      align-items: center;
    }
  
    .navmenu li {
      position: relative;
    }
  
    .navmenu>ul>li {
      white-space: nowrap;
      padding: 15px 14px;
    }
  
    .navmenu>ul>li:last-child {
      padding-right: 0;
    }
  
    .navmenu a,
    .navmenu a:focus {
      color: #151515;
      font-size: 14px;
      padding: 0 2px;
      font-weight: 500;
      display: flex;
      align-items: center;
      justify-content: space-between;
      white-space: nowrap;
      transition: 0.3s;
      position: relative;
    }
  
    .navmenu a i,
    .navmenu a:focus i {
      font-size: 12px;
      line-height: 0;
      margin-left: 5px;
      transition: 0.3s;
    }
  
    .navmenu>ul>li>a:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      bottom: -6px;
      left: 0;
      background-color: #1977cc;
      visibility: hidden;
      width: 0px;
      transition: all 0.3s ease-in-out 0s;
    }
  
    .navmenu a:hover:before,
    .navmenu li:hover>a:before,
    .navmenu .active:before {
      visibility: visible;
      width: 100%;
    }


    .navmenu > ul > li.active > a::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    background-color: #1977cc;
    visibility: visible;
    }
  
    .navmenu li:hover>a,
    .navmenu .active>a,
    .navmenu .active:focus {
      color: #1977cc !important;
    }
  
    .navmenu .dropdown ul {
      margin: 0;
      padding: 10px 0;
      background: #fff;
      display: block;
      position: absolute;
      visibility: hidden;
      left: 14px;
      top: 130%;
      opacity: 0;
      transition: 0.3s;
      border-radius: 4px;
      z-index: 99;
      box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    }
  
    .navmenu .dropdown ul li {
      min-width: 200px;
    }
  
    .navmenu .dropdown ul a {
      padding: 10px 20px;
      font-size: 15px;
      text-transform: none;
      color: #2c4964;
    }
  
    .navmenu .dropdown ul a i {
      font-size: 12px;
    }
  
    .navmenu .dropdown ul a:hover,
    .navmenu .dropdown ul .active:hover,
    .navmenu .dropdown ul li:hover>a {
      color: #1977cc;
    }
  
    .navmenu .dropdown:hover>ul {
      opacity: 1;
      top: 100%;
      visibility: visible;
    }
  
    .navmenu .dropdown .dropdown ul {
      top: 0;
      left: -90%;
      visibility: hidden;
    }
  
    .navmenu .dropdown .dropdown:hover>ul {
      opacity: 1;
      top: 0;
      left: -100%;
      visibility: visible;
    }
  }
  
  /* Mobile Navigation */
  @media (max-width: 1199px) {
    .mobile-nav-toggle {
      color: #2c4964;
      font-size: 28px;
      line-height: 0;
      margin-right: 10px;
      cursor: pointer;
      transition: color 0.3s;
    }
  
    .navmenu {
      padding: 0;
      z-index: 9997;
    }
  
    .navmenu ul {
      display: none;
      list-style: none;
      position: absolute;
      inset: 60px 20px 20px 20px;
      padding: 10px 0;
      margin: 0;
      border-radius: 6px;
      background-color:#fff;
      border: 1px solid color-mix(in srgb, #fff, transparent 90%);
      box-shadow: none;
      overflow-y: auto;
      transition: 0.3s;
      z-index: 9998;
    }
  
    .navmenu a,
    .navmenu a:focus {
      color: #2c4964;
      padding: 10px 20px;
      font-family: "Raleway",  sans-serif;
      font-size: 17px;
      font-weight: 500;
      display: flex;
      align-items: center;
      justify-content: space-between;
      white-space: nowrap;
      transition: 0.3s;
    }
  
    .navmenu a i,
    .navmenu a:focus i {
      font-size: 12px;
      line-height: 0;
      margin-left: 5px;
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      transition: 0.3s;
      background-color: color-mix(in srgb, #1978ce, transparent 90%);
    }
  
    .navmenu a i:hover,
    .navmenu a:focus i:hover {
      background-color: #1978ce;
      color: #fff;
    }
  
    .navmenu a:hover,
    .navmenu .active,
    .navmenu .active:focus {
      color: #1977cc;
    }
  
    .navmenu .active i,
    .navmenu .active:focus i {
      background-color: #1978ce;
      color: #fff;
      transform: rotate(180deg);
    }
  
    .navmenu .dropdown ul {
      position: static;
      display: none;
      z-index: 99;
      padding: 10px 0;
      margin: 10px 20px;
      background-color: #fff;
      transition: all 0.5s ease-in-out;
    }
  
    .navmenu .dropdown ul ul {
      background-color: rgba(33, 37, 41, 0.1);
    }
  
    .navmenu .dropdown>.dropdown-active {
      display: block;
      background-color: rgba(33, 37, 41, 0.03);
    }
  
    .mobile-nav-active {
      overflow: hidden;
    }
  
    .mobile-nav-active .mobile-nav-toggle {
      color: #fff;
      position: absolute;
      font-size: 32px;
      top: 15px;
      right: 15px;
      margin-right: 0;
      z-index: 9999;
    }
  
    .mobile-nav-active .navmenu {
      position: fixed;
      overflow: hidden;
      inset: 0;
      background: rgba(33, 37, 41, 0.8);
      transition: 0.3s;
    }
  
    .mobile-nav-active .navmenu>ul {
      display: block;
    }

    .lh-mobile {
      line-height: 2.1;
    }
  }

  
 /*--------------------------------------------------------------
# Banner_slider
--------------------------------------------------------------*/
#carouselExampleControls .item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform .2s ease-out
}

#carouselExampleControls > .owl-dots{
  display: none;
} 

  .carousel-item {
    transition: transform .2s ease-in-out .8s;
  }
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: opacity .5s .8s;
  }

  .sliderBanner{
    background: #FFB02F;
    padding-bottom: 5px;
  }

  /* banner text overlay css */
  .banner-text-overlay {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  text-align: left;
  transform: translateY(-50%);
  padding-left: 7vw;
  z-index: 2;
  color: #fff;
  max-width: 700px;
  }
  .banner-text-overlay .banner-title {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.25);
    letter-spacing: 2px;
  }
  .banner-text-overlay .banner-title span{
    color: #FFB02F;
  }
  .banner-text-overlay .banner-subtitle {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.18);
  }
  @media (max-width: 768px) {
    .banner-text-overlay {
      padding-left: 5vw;
      top: 54%;
      max-width: 50vw;
    }
    .banner-text-overlay .banner-title {
      /* font-size: 0.7rem; */
      font-size: 1rem;
      letter-spacing: 0px;
    }
    .banner-text-overlay .banner-subtitle {
      display: none;
      /* font-size: 0.3rem; */
    }
  }
  /* banner text overlay css */
  
  
  .btn_box{
    /* position: absolute; */
    /* top: 320px; */
    /* top: 234px; */
    z-index: 99;
    display: flex;
    /* left: 115px; */
  }
  .btn_more {
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    margin-right: 20px;
    color: #fff;
  border: solid 1px #fff;
  }

  .btn_started{
    padding: 10px 20px;
    background: #FFB02F;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    margin-right: 20px;
    font-weight: 500;
    color: #000;
  }

  

  @media (max-width: 992px) {
    #carouselExampleControls{
      margin-top: 60px;
    }
    
    .btn_box{
      display: none;
    }

  }
  
  /* @media (min-width:1500px) and (max-width:1999px) {
    .btn_box {
      top: 400px;
      left: 130px;
    }
  } */

  @media (min-width: 2000px) {
    .btn_box {
      top: 500px;
      left: 170px;
    }
  }
   /*--------------------------------------------------------------
# logo_slider
--------------------------------------------------------------*/
.h-100{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 30px;
}
.container {
 
  .slider {
    animation: slidein 30s linear infinite;
    white-space: nowrap;
    .logos {
      width: 100%;
      display: inline-block;
      margin: 0px 0;
      .fab {
        animation: fade-in 0.5s 
          cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
      }
    }
  }
}

@keyframes slidein {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.container_in{
  overflow: hidden;
  position: relative;
  border-radius: 25px;
}
.padding_box{
  padding: 20px 0px;
  background: #fff;
  border-radius: 15px;
}

.logo_section{
  position: absolute;
  margin-top: -60px;
  z-index: 9;
  width: 100%;
}

.left_gradient{
  width: 200px;
  height: 121px;
  background: linear-gradient(0.25turn,rgb(255, 255, 255), rgba(0,0,0,.0)) ;
  position: absolute;
  top: 0;
  border-radius: 14px;
}
.right_gradient{
  width: 200px;
  height: 121px;
  background: linear-gradient(0.25turn,rgb(255, 255, 255,.0), rgba(255,255,255,1));
  position: absolute;
  top: 0;
  border-radius: 25px;
  right: 10px;
}

@media (max-width: 992px) {
  .fab {
    width: 20%;
  } 
  .padding_box {
    padding:5px 0px;
  }
  .logo_section {
    margin-top: -20px;
  }
  .right_gradient {
    border-radius:0px;
    right: 0px;
    height: 45px;
  } 

  .left_gradient {
    height: 45px;
    border-radius:0px;
  }

  .container_in {
    border-radius: 0px;
    margin-left: -15px;
    margin-right: -15px;
  }


}

   /*--------------------------------------------------------------
# what's New
--------------------------------------------------------------*/
.section_pink{
  background: #FFF7E9;
  padding-top: 150px;
  padding-bottom: 100px;
}

.h1_new_header{
  color: #151515;
  font-size: 38px;
  font-weight: 500;
  line-height: 50px; /* 156.25% */
}

#one-owl-carousel > .owl-nav{
  width: fit-content;
  position: absolute;
  top: -70px;
  right: 0;
}

#one-owl-carousel > .owl-dots{
  display: none;
}

.owl-loaded {
  padding: 0 !important;
}

#one-owl-carousel > .owl-nav button{
  width: 48px;
height: 48px;
margin-right: 10px;
background-color: rgba(242, 238, 255, 0.50) !important;
font-size: 25px !important;
color: rgba(9, 27, 115, 0.3) !important;
border-radius: 10px;
}

#one-owl-carousel > .owl-nav button:hover{
  background-color: rgba(242, 238, 255, 1) !important;
  color: rgba(9, 27, 115, 1) !important;
}

.new_slide_text{
  position: absolute;
  right: 0;
  width: 70%;
  top: 0;
  padding: 20px;
  color: #fff;
}

.new_slide_text span{
  color: #000;
  display: inline-flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
}

  .whats-new-slider{
    padding-bottom: 0px;
}
@media (max-width: 992px) {
  .whats-new-slider{
    max-height: 305px;
}
  .section_pink{
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .h1_new_header {
    font-size: 26px;
  }
}

   /*--------------------------------------------------------------
# apaar update
--------------------------------------------------------------*/
.paddingclass{
  padding-top: 60px;
  padding-bottom: 0px;
}

.apaar_update_box{

}

.apaar_update_box h1{font-size: 38px;font-weight: 600;}
.update_img{
  text-align: center;
}
.number_out{
  width: 50px;
  height: 50px;
  border: solid 1px #091B73;
  margin: auto;
  border-radius: 30px;
  padding: 7px;
  margin-top: 50px;
}
.umber_in{
  background: #091B73;
  width: 34px;
  height: 34px;
  border-radius: 30px;
  color: #fff;
  padding: 5px;
}
.img_box{
  
  border-radius: 9px;
  margin-top: 30px;
  
  padding-top: 35px;
  margin-bottom: 20px;
}

.text_p{
  color: #091B73;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 75px !important;
}

.container_update{
  width: 80%;
  margin: auto;
  position: relative;
}

.linde_dashed{
  border-top: dashed 2px #a2a2a2 !important;
  width: 70%;
  position: absolute;
  left: 0;
  right: 0;
  margin-inline:auto;
  top: 71px;
}

.z-1{
  z-index: 9;
}

@media (max-width: 992px) {
  .img_box {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .number_out {
    margin-top: 0px;
  }

  .linde_dashed{
    display: none;
  }
  .apaar_update_box h1 {
    font-size: 26px;
  }

  .paddingclass{

  padding-bottom: 20px;
}
}

   /*--------------------------------------------------------------
# Onboarded Academic Institutions
--------------------------------------------------------------*/
.institution_box{
margin-top: 40px;
display: flex;
position: relative;
margin-bottom: 60px;
}

.institution_box h1{
  font-size: 38px;
  font-weight: 600;
  
}

.institution_box div{
    padding:10px 24px;
    border:1px solid #04186F;
    display: inline-flex;
    border-radius:10px;
    position: absolute;
    right: 0;
    color: #04186e;
    cursor: pointer;
}
.onboarded_box{
  width: 260px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 18px;
  border: 1px solid #CBCBCB;
  padding: 14px;
  display: flex;
  margin-left: 20px;
  background: #fff;
}

.div_logos{
  display: flex;
}

.institution_circle{
  display: flex;
  width: 50px;
  height: 50px;
  padding:8px 0px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius:172px;
  background:#E6E9FE;
}

.Institutions_text{
  margin-left: 15px;
}

.Institutions_text h4{
  color: #121224;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin: 0px;
}

.Institutions_text p{
color: #121224;
font-family: "Noto Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 18px; /* 200% */
margin: 0px;
}

.Institutions_name{
  margin-bottom: 120px;
}

@media (max-width: 992px) {
  .institution_box h1 {
    font-size: 26px;
  }

  institution_box div {
    padding:5px 13px;
    right: 5px;
    top: 35px;
  }

  .institution_box {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .Institutions_name {
    margin-bottom: 20px;
  }
  .institution_box div {
    padding: 5px 15px;
    right: 10px;
    top: 30px;
  }
}

  /*--------------------------------------------------------------
# Register Your Academic Institution
--------------------------------------------------------------*/
.Register_pink {
  background:#FFF7E9;
  padding: 50px 0px;
}
.Register_box h1{
  color: #151515;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  width: 80%;
   margin:auto;
   margin-bottom: 40px;
}
.register_one{
  background:#fff;
  border-radius:16px;
  padding:40px 46px 40px 48px;
  height: 92%;
}

.register_number{
  color: #01166B;
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
}

.box_one{
  width: 15px;
  height: 15px;
  background:#01166B;
  border-radius:10px;
  padding:4px;
  margin-top: 5px;
  margin-left: 2px;
}
.box_two{
  width: 7px;
  height: 7px;
  background:#A2A2A2;
  border-radius:10px;
}
.register_one h2{
  color: #01166B;
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.register_one p{
color: #303030;
font-family: "Noto Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
}

.line_reg{
  height: 100%;
  border-left:solid 1px #A2A2A2;
  margin:auto;
  width: 0px;
}

.Institution_video_box{
  position: relative;
}

.Institution_video_bg{
   width: 100%;
}

.Institution_video_div{
  text-align: center;
  position: absolute;
  top: 0;
  padding: 10px 35px;
}

.Institution_video_div h2{
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px; /* 131.25% */
  letter-spacing: -0.32px;
  margin: 30px 75px;
}

.Institution_video_div p{
    color: #FFF;
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px; /* 210% */
    letter-spacing: -0.2px;
    margin-bottom: 30px;
    }

    .Institution_video_div span{
      display: inline-flex;
      padding: 10px 24px;
      justify-content: center;
      border-radius: 6px;
      background: #FFF;
    }

    .Institution_video_div span a{
       color: #000;
    }

    @media (max-width: 992px) {
      .Register_box h1 {
        font-size: 26px;
        line-height: 35px;
      }

      .Register_pink {
        padding: 0px 0px;
      }

      .line_reg {
        display: none;
      }


    .Institution_video_div{
      text-align: center;
      position: absolute;
      top: 15px;
      padding: 62px 46px;
     }

.Institution_video_div h2{
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 131.25% */
  letter-spacing: -0.32px;
  margin: 10px 0;
}

.Institution_video_div p{
    color: #FFF;
    font-family: "Noto Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px; /* 210% */
    letter-spacing: -0.2px;
    margin-bottom: 15px;
    }
    .register_one{
  /* background:#fff;
  border-radius:16px;
  padding:40px 46px 40px 48px; */
  height: 100%;
}
    }

   
      /*--------------------------------------------------------------
# how academic bank css start
--------------------------------------------------------------*/
  .pt-6{
    padding-top: 4rem !important;
  }
  .heading1 {
    color: #091B73 !important;
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
  }
  .icon-box {
    /* background: #f5f3ff; */
    padding: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    /* margin: auto; */
}
.icon-boxs {
    /* background: #f5f3ff; */
    padding: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin: auto;
}

.icon-box-about {
    background: #f5f3ff;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin: auto;
    
}
.image-about{
width: 40px;
}

.text-geading{
    color: #252525;

font-family: "Noto Sans";
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 26px;
}

.text-muted_home {
  color: #151515 !important;
  font-size: 14px;
}

@media (max-width: 992px) {

    .heading1 {
      font-size: 26px;
      line-height: 32px;
    }

    .icon-box {
      margin:auto;
    }
  
}
      /*--------------------------------------------------------------
#  Our Impact
--------------------------------------------------------------*/

.boxs1{
  background-color: #e9d7fc;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  height: 100%;
  border-radius: 31px;
  border: 1px solid #D29DFF;
  background: linear-gradient(180deg, #F6EAFF 43.23%, #EAD1FF 100%);
}
.value1{
    text-align: justify;
    color: #252525;
    font-family: "Noto Sans";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    }
.our_impact_h2{
  color: #151515;
  font-family: "Noto Sans";
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
}
.impact-box {
  padding: 20px !important;
  border-radius: 10px;
  /* text-align: justify !important; */
  font-weight: bold;
}

.impact-box p{
  font-size: 16px;
  font-weight: 500;
}

.box-clr1{
  border-radius: 29.031px;
  border: 1px solid #EBCA2B;
  background: linear-gradient(180deg, #FFEFA4 0%, #E3CA54 100%);
  height: 220px;
}
.box-clr2{
  border-radius: 19px;
  border: 1px solid #FF84C1;
  background: linear-gradient(180deg, #FFCAE4 0%, #FFADD6 100%);
  margin-top:10px;
}
.box-clr3{
  border-radius: 20px;
  border: 1px solid #ffc2ac;
  background: linear-gradient(95deg, #FFD9CB -2.76%, #FFAC8E 98.43%);
}
.box-clr4{
  border-radius: 20px;
  border: 1px solid #b9cfff;
  margin-top:10px;background: linear-gradient(180deg, #F8FAFF 9.11%, #89AEFF 100%);
  height: 220px;
}
.box-cursor{
  cursor:pointer;
}
.dashbrd-btn{
 color: #000 !important;
}
.color-section{
  background: #FFF7E9;
}

@media (max-width: 992px) {
  .our_impact_h2 {
    font-size: 26px;
    text-align: center;
  }
  .value1 {
    font-size: 30px;
  }
}

      /*--------------------------------------------------------------
#  Introducing APAAR ID –
    One Nation, One Student ID
--------------------------------------------------------------*/
.aapar-heading{
  color: #091B73 !important;
  font-size: 39px;
  font-style: normal;
  font-weight: 600;line-height: 50px;
}
.txt-para{
  color: #000;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.card {
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}
.step-number {
    width: 30px;
    height: 30px;
    background-color: #0d6efd;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-weight: bold;
}
.step-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.btn-primary {
    background-color: #0d6efd;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
}

/* .digilocker-brand {
    font-weight: bold;
    color: #0d6efd;
} */
.card-custom {
  background-color: white;
  border-radius: 15px;
  padding: 50px;
}

.profile-card {
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  padding-left: 20px;
}

.profile-card img {
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.profile-info {
  background: white;
  padding: 10px;
  border-radius: 20px;
  display: inline-block;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  margin-top: -20px;
}

.btn-outline-primary {
  --bs-btn-color: #091B73 !important;
  --bs-btn-border-color: #091B73 !important;
  --bs-btn-hover-color: #1A73E9;
  --bs-btn-hover-bg: rgba(26, 115, 233, 0.08);
  --bs-btn-hover-border-color: #1A73E9;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #1A73E9;
  --bs-btn-active-bg: rgba(26, 115, 233, 0.16);
  --bs-btn-active-border-color: #1A73E9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #1A73E9;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1A73E9;
  --bs-gradient: none;
}
.btn-outline-primary a {
color: #091B73 !important;
}

@media (max-width: 992px) {
  .aapar-heading {
      font-size: 26px;
      line-height: 29px;
      text-align: center;
    }

    .card-custom {
        padding-top: 20px;
     }

     .profile-card {
      padding-left:0px;
      margin-top: 20px;
    
      }
    }

      /*--------------------------------------------------------------
#  The ID That Does It All end 
--------------------------------------------------------------*/

.row-with-background {
  background-image: url('../../../assets/UX4G_images/apaar_id_card.webp');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.id-heading{
  color: #151515;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
}
.id-text{
  color: #151515;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

@media (max-width: 992px) {
  .id-heading {
    font-size: 26px;
  }

  .row-with-background {
    background-image: none;
  }
}

      /*--------------------------------------------------------------
#  Latest News and Updates
--------------------------------------------------------------*/

#slider_news .owl-carousel .news-card {
      border: 1px solid #ddd;
      border-radius: 10px;
      padding: 1.5rem;
      height: 100%;
      width: 100%;
    }

    #slider_news .owl-carousel .news-date {
      font-size: 0.85rem;
      color: #666;
    }

    #slider_news .owl-carousel .news-title {
      font-weight: 600;
      margin-top: 0.5rem;
      font-size: 16px;
    }

    #slider_news .owl-carousel .news-body {
      font-size: 13px;
      margin: 0.75rem 0 1.5rem;
    }

    #slider_news .owl-carousel .read-more {
      color: #10002b;
      font-weight: 500;
      text-decoration: none;
      display: flex;
      justify-content: end;
    }

    #slider_news .owl-carousel .read-more:hover {
      text-decoration: underline;
    }

    #slider_news .owl-carousel .read-more img{
      width: 7px !important;
      height: 10px;
      margin-top: 8px;
      margin-left:10px
    }

    #slider_news .owl-carousel .owl-nav {
      display: flex;
      justify-content: flex-end;
      gap: 1rem;
      margin-top: 1rem;
      position: absolute;
      top: -70px;
      right: 0;
    }

    #slider_news .owl-carousel .owl-nav button.owl-prev,
    #slider_news .owl-carousel .owl-nav button.owl-next {
      background-color: #f1edff;
      color: #3b0a84;
      border: none;
      padding: 0.5rem 1rem !important;
      border-radius: 10px;
    }

    #slider_news .owl-carousel .owl-dots {
      text-align: center;
      margin-top: 1rem;
    }

    #slider_news .owl-carousel .owl-dot span {
      width: 10px;
      height: 10px;
      background: #ccc;
      display: inline-block;
      margin: 0 3px;
      border-radius: 50%;
    }

    #slider_news .owl-carousel .owl-dot.active span {
      background: #091B73;
    }

    .news-heading{
      color: #151515;
      font-size: 38px;
      font-style: normal;
      font-weight: 600;
      margin-bottom: 40px;
    }

    .flex-container {
      display: flex;
      gap: 20px; /* optional spacing between boxes */
    }

    .box {
      flex: 1; /* all boxes take equal width */
      background-color: #f0f0f0;
      padding: 20px;
      border: 1px solid #ccc;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .ellipsis {
      width: 100%;             /* Set a width to see the effect */
      white-space: nowrap;      /* Prevent text from wrapping */
      overflow: hidden;         /* Hide overflow */
      text-overflow: ellipsis;  /* Show "..." at the end */
      padding: 5px;
    }

    @media (max-width: 992px) {
      .news-heading {
        font-size: 26px;
      }

      #slider_news .owl-carousel .owl-nav {
        top: -118px;
      }
    }

  /*--------------------------------------------------------------
#  Our Testimonials
--------------------------------------------------------------*/

.slider-container {
  overflow: hidden;
  padding: 2rem 0;
}

.slider-track {
  display: flex;
  gap: 1rem;
  animation: scroll-left 30s linear infinite;
  width: max-content;
}

@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.testimonial-card {
  width: 300px;
  background-color: #fff;
  border-radius: 10px;
  padding: 1rem;
  border: 1px solid #eee;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  flex-shrink: 0;
}

.testimonial-user {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.testimonial-user img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ccc;
  margin-right: 10px;
}

.testimonial-name {
  font-weight: bold;
  margin: 0;
  font-size: 1rem;
}

.testimonial-role {
  font-size: 0.75rem;
  color: #777;
  margin: 0;
}

.testimonial-text {
  font-size:12px;
  color: #333;
}

.w-28 {
  width: 28% !important;
}
.w-59 {
  width: 59% !important;
}
.h-400 {
  height: 400px !important;
}
          /*--------------------------------------------------------------
#  Have any questions
--------------------------------------------------------------*/

.accordion-button::after {
  content: '+';
  font-size: 1.25rem;
  font-weight: bold;
  color: #000;
  transform: none !important;
}

.accordion-button:not(.collapsed)::after {
  content: '−';
}

.accordion-button {
  justify-content: space-between;
  align-items: center;
  padding-right: 1.5rem;
}

.accordion-item{
  border-left:0;
  border-right:0;
}
.accordion-item:first-of-type{
  border-top: 0;
}
.accordion-item:last-of-type{
  border-bottom: 0;
}
.accordion-button::after{
  background-image: none !important;
}


.accordion-button:not(.collapsed)::afte{
  background-image: none !important;
}

.accordion-button:focus{
  box-shadow:none !important;
}

.accordion-item:first-of-type .accordion-button{
  border: 0 !important;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

          /*--------------------------------------------------------------
#  Explore Our Social Media Platforms
--------------------------------------------------------------*/

.social-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  height: 300px;
}

.social-icon {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

/* .social-icon img {
  width: 20px;
  height: 20px;
} */

.social-img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

          /*--------------------------------------------------------------
#  Get Started with APAAR ID – Create Yours Today
--------------------------------------------------------------*/

.tab-content {
  padding-top: 30px;
}
.step {
  text-align: center;
  margin-bottom: 30px;
}
.step-number_apaar {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  background-repeat: no-repeat, repeat;
  width: 66px;
  height: 61px;
}
.step-number_apaar01{
  background-image:  url('../../../assets/UX4G_images/01.svg');
}
.step-number_apaar02{
  background-image:  url('../../../assets/UX4G_images/02.svg');
}
.step-number_apaar03{
  background-image:  url('../../../assets/UX4G_images/03.svg');
}
.step-number_apaar04{
  background-image:  url('../../../assets/UX4G_images/04.svg');
}
.apaar_box01{
  height: 25px;
  width: 25px;
  margin: 20px auto;
}

.step p{
  font-size: 12px;
  font-weight: 300;
}
.btn-outline-play{
  margin:auto;
  color: #fff;
  display: flex;
}

.btn-outline-play :hover{
  color: #fff;
}

.btn-outline-play img{
  margin-right: 5px;
  margin-top: -1px;
}
.hr-line hr{
  position: absolute;
  margin-top: 103px;
}
.step-title {
  font-weight: 600;
  margin-bottom: 5px;
}
.nav-pills .nav-link.active {
  background-color: #fdb933;
  color: #252525;
}
.nav-pills .nav-link {
  border-radius: 50px;
  color: #252525;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  padding: 10px 40px;
}
 .Started_APAAR_ID{
  background: linear-gradient(302deg, rgba(67,44,128,1) 0%, rgba(46,30,95,1) 70%, rgba(46,30,95,1) 100%);
  color: white;
  padding: 80px 0px;
}
.apaar_id_tabs{
  color: #fff;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
}
#pills-tab{
  width: fit-content;
  margin:auto;
  background:#fff;
  border-radius:30px;
}

@media (max-width: 992px) {
  .apaar_id_tabs {
    font-size: 26px;
    line-height: 30px;
  }

  .Started_APAAR_ID {
    padding:30px 0px;
  }

  #pills-tab {
    padding: 20px 0px;
  }
  .apaar_box01 {
    margin:10px auto;
  }
  .step {
    margin-bottom: 10px;
  }

  .hr-line hr {
    display: none;
  }

}

          /*--------------------------------------------------------------
#  Our Gallery
--------------------------------------------------------------*/
.swiper-slide img {
  width: 100%;
  border-radius: 10px;
}
.swiper-button-prev, .swiper-button-next {
  color: #000;
}
.tab-button-group .nav-link {
  display: flex;
  align-items: center;
  gap: 5px;
}

.photo-med-slider-grid {
  display: grid;
  grid-template-columns: 5fr 1fr 3fr 5fr;
  /* Two columns: left and right */
  grid-template-rows: auto auto;
  /* Two rows for the right-side divs */
  gap: 15px;
  /* Space between items */

}


/* Left div styling */
.photo-slider-item.big-item {
  grid-row:1/2;
  grid-column:1/3;
  /* Span both rows */
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  height: 180px;

}

/* Right divs styling */
.photo-slider-item.small-item {
  text-align: center;
  overflow: hidden;
  border-radius: 10px;
  height: 180px;

}

/* Position the small divs */
.photo-slider-item.small-item:nth-child(2) {
  grid-row:1/2;
  grid-column:3/4;
  height: 180px;

}

.photo-slider-item:nth-child(3) {
  grid-row:1/2;
  grid-column:4/5;
  height: 180px;
}

.photo-slider-item:nth-child(4) {
  grid-row:2/3;
  grid-column:-5/-4;
  height: 180px;
}

.photo-slider-item:nth-child(5) {
  grid-row:2/3;
  grid-column:-4/-2;
  height: 180px;

}

.photo-slider-item:nth-child(6) {
  grid-row:2/3;
  grid-column:-2/-1;
  height: 180px;

}

#abc-media-front {

    


  .negd-m-f-photos *:hover .negd-m-f-photo-heading {
      bottom: 0px;
  }

  .negd-med-f-photos {
      .negd-m-f-photo {
          transition: all 0.25s ease-in-out;
          overflow: hidden;
          position: relative;
          object-fit: cover;

          &:hover {
              .negd-m-f-photo-heading {
                  bottom: 0px;
              }
          }

          .negd-m-f-photo-heading {
              position: absolute;
              bottom: -150px;
              left: 0px;
              right: 0px;
              background-color: rgba(0, 0, 0, 0.65);
              padding: 8px;
              color: #FFF;
              text-align: left;
              overflow: hidden;
              white-space: nowrap;
              /* Prevents text from wrapping to the next line */
              overflow: hidden;
              /* Hides the overflow text */
              text-overflow: ellipsis;
              /* Adds the "..." at the end of the overflow */
              font-size: 14px;

          }





      }
  }

}

#abc-media-front .negd-med-f-photos * {
  transition: all 0.25s ease-in-out;
}

#photos_gallery > .owl-nav{
  width: fit-content;
  position: absolute;
  margin-top: 20px;
}


#photos_gallery > .owl-nav button{
  width: 48px;
height: 48px;
margin-right: 10px;
background-color: rgba(242, 238, 255, 0.50) !important;
font-size: 25px !important;
color: rgba(9, 27, 115, 0.3) !important;
border-radius: 10px;
}

#photos_gallery > .owl-nav button:hover{
  background-color: rgba(242, 238, 255, 1) !important;
  color: rgba(9, 27, 115, 1) !important;
}

.gallery.nav-link{
  padding: 5px 20px !important;
  border: 1px solid #D3D3D3;
}

.gallery_btn{
  position: absolute;
  right: 0;
  top: -90px;
}

#photos{
  position: relative;
}

#videos{
  position: relative;
}

.video-card{
  border-radius:10px;
  overflow:hidden;
  border:1px solid #efefef;
  border:2px solid rgba(30, 93, 170, 0.15);
  position: relative;
  overflow:hidden;
}



#video_gallery > .owl-nav{
  width: fit-content;
  position: absolute;
  margin-top: 20px;
}


#video_gallery > .owl-nav button{
  width: 48px;
height: 48px;
margin-right: 10px;
background-color: rgba(242, 238, 255, 0.50) !important;
font-size: 25px !important;
color: rgba(9, 27, 115, 0.3) !important;
border-radius: 10px;
}

#video_gallery > .owl-nav button:hover{
  background-color: rgba(242, 238, 255, 1) !important;
  color: rgba(9, 27, 115, 1) !important;
}

@media screen  and (max-width: 991px) {
   #abc-media-front .negd-med-f-photos .negd-m-f-photo {
        height: auto;
        width: 100%;
        margin-bottom: 1rem;
    }
    .negd-gallery .big-item img, .negd-gallery .small-item img {
        height: 350px;
    }
    #abc-media-front .negd-med-f-photos {
        display: flex;
        flex-wrap: wrap;
        column-gap: 1%;
    }

}

/* @media screen and (max-width: 768px) {
  #abc-media-front .negd-med-f-photos .negd-m-f-photo {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
  }
} */

          /*--------------------------------------------------------------
#  footer
--------------------------------------------------------------*/

footer {
  background-color: #200043;
  color: white;
}
.social-icons a {
  color: white;
  font-size: 0.2rem !important;
  margin-right: 4px !important;
}
.last-updated {
  background-color: #3c205e;
  padding: 10px 20px;
  border-radius: 25px;
  display: inline-block;
  margin-top: 10px;
}
.footer-links a {
  display: block;
  color: white;
  text-decoration: none;
  margin-bottom: 8px;
  font-size: 12px;
}
.footer-bottom {
  background-color: #0E001D;
  padding: 15px 0;
  font-size: 12px;
}

.footer-bottom-div{
  display: flex;
  position: relative;
}
.terms_policy{
  position: absolute;
  right: 12px;
}

.footer_box h6{
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: Inter, sans-serif;
}

.dic_logo_div{
  display: flex;
}

.dic_logo_div img{
  margin-top: -20px;
  margin-left: 5px;
}

.contact_us{
  font-size: 15px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin-top: 10px;
  margin-bottom: 5px !important;
}

.contact_us_p{
  font-size: 12px;
}

#contentModal .modal-title, #contentModal .modal-body{
  color:black;
}
a:hover {
    color: #e3d9ef;
}
.mb-n25 {
  margin-bottom: 50px !important;
}
.icon-scl{ 
  width:50px !important;
 }

@media screen  and (max-width: 991px) {
  .dic_logo_div{
    width: fit-content;
    margin:auto;
  }

  .terms_policy {
    position: inherit;
  }

  .footer-bottom-div {
    display: block;
    text-align: center;
  }

  .gradient-title {
    font-size: 2rem !important;
    line-height: 53px !important;
  }
  .text-justify-mobile {
    text-align: justify !important;
  }

}
/*--------------------------------------------------------------
#  Gradient hero section
--------------------------------------------------------------*/
.gradient {
  height: auto;
  background: linear-gradient(to right, #200043 0%, #5F46BC 100%);
}

.gradient::after {
  content: '';
  position: absolute;
  width: 680px;
  height: 680px;
  top: -115px;
  left: 720px;
  background: rgba(255, 176, 47, 0.8);
  opacity: 0.44;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}

.bi-house-door-fill {
  color: #DDDDDD;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #C6C6C6;
}

.breadcrumb-item.active {
  color: #FFFFFF;
}

.breadcrumb {
  font-size: 0.875rem;
  --bs-breadcrumb-item-padding-x: 0.9rem;
}

.gradient-title {
  font-size: 3rem;
  color: #FFFFFF;
  position: relative;
  display: inline-block;
}

.gradient-highlighted {
  color: #FFB02F;
  position: relative;
}

.gradient-highlighted::after {
  content: '';
  display: block;
  width: 123%;
  height: 2px;
  background-color: #FFB02F;
  position: absolute;
  bottom: -4px;
  left: 0;
}

 

/*--------------------------------------------------------------
#  Terms of Use
--------------------------------------------------------------*/
.dtr-section {
  position: relative;
}
.bs-example {
  margin:20px;
}

ul, ol {
  margin:0 0 10px 0;
  padding:0;
  list-style-position: outside;
  display: block;
}

.bs-example ol li {
  margin-bottom: 10px;
}

strong {
  font-size: 1.000em;
  line-height: 25px;
  font-weight: 700;
}

/*--------------------------------------------------------------
#  Contact Us
--------------------------------------------------------------*/
.happy_h4{
  color: #191c2f;
  font-weight: bold;
}

.list_font_li li{
  margin-bottom: 10px;
}

.dtr-btn, .dtr-btn-flat, .dtr-text-btn, input[type="submit"], input[type="reset"] {
  width: auto;
  height: auto;
  position: relative;
  display: inline-block;
  padding:7px 15px;
  cursor: pointer;
  border-width:1px;
  border-style:solid;
  border-radius:10px;
  text-decoration:none;
  outline:none;
  -webkit-backface-visibility:hidden;
  vertical-align: middle;
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
}

.btn-red {
  background-color: #ffb02f94;
  border-color: #ffb02f7a;
  color: #000 ;
  transition: 0.3s;
}

.btn-red:hover, .btn-red:focus:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  color: #000 ;
}
.color_ccc{
  color: rgba(25,28,47,0.65);
}

.color-white{
  color: #fff;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-h a{
  color: #fff;
}
.lang-btn{
       margin-left: 0px !important;
    padding: 3px 6px !important;
    background-color: #0e001d;
    font-size: 12px;
    
}

.lang-btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: #0e001d;
    border-color: var(--bs-btn-hover-border-color);}

.pl-6{
  font-size: 14px;
  line-height: 2;
}

.icon_size i{
  font-size: 16px;
  margin-right: 10px;
}

@media (max-width: 992px) {
  .support-btn {
    margin-top: 10px;
    
  }
}
/*--------------------------------------------------------------
#  about page 
--------------------------------------------------------------*/

.ABC_banner{
  width: 100%;
  border-radius: 5px;
}

.ct-text {
  text-align: justify;
}

.ct-bg {
  background-color: #FFF7E9;
}

.ct-text-center {
  text-align: center;
}

.dtr-pb-100, .dtr-py-100 {
  padding-bottom: 100px !important;
}

.dtr-pt-30, .dtr-py-30 {
  padding-top: 30px !important;
}

#features{
  color: rgba(25,28,47,0.65);
}

.card-pp {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 20px rgba(90, 70, 87, 0.12);
  margin-top: 20px;
  border: 1px solid #dddddd;
}

.card-pp-body {
  padding: 30px 50px;
}

.card-pp-body {
  padding: 30px 50px;
}

.border-radius-btn button{
  border-radius: 10px !important;
  text-align: left;
}

.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
  font-size: 14px;
}

.about_text{
  color: rgba(25,28,47,0.65);
}

.strong{
   font-size: 1.000em;
  line-height: 25px;
  font-weight: 700;
  color: #303030;
}

.heding_text{
   margin: 30px 0px 15px 0px !important;
  font-size: 1.5em;
  color: #212529;
}

    .flex-container {
      display: flex;
      gap: 20px; /* optional spacing between boxes */
    }

    .box_about {
  flex: 1;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
    }

  /* .icon-box img{
    width: 34px;
  } */

  #v-pills-profile-tab{
    line-height: 1.4;
  }

  .card_get {
  box-shadow: 8px 9px 63px 0px rgba(0, 0, 0, 0.07);
  padding: 40px;
  width: 100%;
  border-radius: 12px;
  border: none;
  margin: 0 auto;
    margin-bottom: 0px;
  background-color: var(--color-white);
  margin-bottom: 40px;
}
@media (max-width: 992px) {
     .box_about {
  flex: none;
 
    }
}

/* language improvement alert */
#langChangeAlert {
    position: fixed;
    bottom: 0;
    left: 20%;
    right: 20%;
    z-index: 1050;
    background: #FFB02F;
    border: #FFB02F;
    color: #000;
}
#langChangeAlert .btn-close:hover {
    background-color: #FFB02F;
}
/* language improvement alert */

/* language confirmation modal */
#langConfirmModal {
  display: none; 
  position: fixed; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  background:rgba(0,0,0,0.5); 
  z-index:1000;
}
.langConfirmModal-div {
  background:white; 
  padding: 18px; 
  width: 460px; 
  margin: 15% auto; 
  border-radius:10px;
}
.langConfirmModal-div p {
  font-size: 16px;
}
.langConfirmModal-buttons {
  display: flex;
  align-items: end;
  justify-content: end;
}
#confirmLangBtn, #cancelLangBtn {
  background: none;
  color: #484848;
  border: none;
  font-weight: 600;
}
/* language confirmation modal */

/* dropdown language custom css */
.custom-style-dropdown-language {
  position: absolute;
  left: -70px;
  border: 1px solid #38333333;
  padding: 5px;
}
.custom-style-dropdown-language li:first-child {
  border-bottom: 1px solid #38333333;
  font-size: 14px;
}
/* dropdown language custom css */

/* bhashini custom style */
.bhashini-dropdown-btn {
  background-color: #0E001D !important;
  font-size: 12px !important;
  width: 10.75rem !important;
  padding: 8px 10px !important;
  max-width: fit-content !important;
}
.bhashini-dropdown {
  position: fixed !important;
  z-index: 1000 !important;
  top: 0 !important;
  right: 78px !important;
  left: auto !important;
  bottom: auto !important;
}
@media (max-width: 1440px) {
  .bhashini-dropdown {
    right: 20px !important;
  }
}
.bhashini-dropdown-content {
  margin-left: -130px !important;
}
.bhashini-dropdown-btn-text {
  display: none !important;
}
.bhashini-dropdown-btn svg {
  display: none !important;
}
@media (max-width: 768px) {
  .bhashini-dropdown-btn {
    background-color: transparent !important
  }
  .bhashini-dropdown-btn-icon img[alt="toggle translation popup"] {
    filter: brightness(1) invert(1) !important;
    width: 28px !important;
  }
  .bhashini-dropdown {
    top: 13px !important;
    right: 13px !important;
  }
}

/* bhashini custom style */
