@import url('./bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css');

:root {
  --color-1: #403ebd;
  --color-aqua: #03c3d2;
  --color-1-dark: #282799;
  --aqua-dark: #02838f;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Roboto';
}

.link {
  color: var(--bs-blue);
}

.bg-red-light {
  background-color: rgb(225 105 105) !important;
}

.text-justify {
  text-align: justify !important;
}

.archieve-btn {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #282799;
  border-bottom: 1px solid #29279900;
  transition: all 0.4s;
}

.status {
  display: inline-block;
  background: #e0e0e0;
  padding: 5px 15px;
  color: #4b4b4b;
  border-radius: 5px;
}

.status.st-leased {
  background-color: #fbcfcf;
  color: #dd1818;
}

.status.st-booked {
  background-color: #ffe0cf;
  color: #b62805;
}

.status.st-available {
  background-color: #b1f1d3;
  color: #198754;
}

.archieve-btn:hover {
  border-bottom: 1px solid #282799;
  transition: all 0.4s;
}

.btn-style-1 {
  display: inline-block;
  border: 0;
  background-color: #282799;
  color: white;
  font-family: 'Inter';
  padding: 8px 15px;
  border-radius: 5px;
  font-weight: 500;
  box-shadow: 0px 0px 15px 1px rgba(122, 60, 255, 0);
  transition: all 0.6s;
}

.btn-style-1:hover {
  background-color: #722dff;
  box-shadow: 0px 0px 15px 1px rgba(122, 60, 255, 0.815);
  transition: all 0.6s;
}

.sec-title {
  margin-bottom: 25px;
}

.sec-title .heading {
  font-size: 40px;
  font-weight: 700;
  /* text-transform: uppercase;  */
  font-family: 'Inter';
  margin-bottom: 0;
  color: #282799;
}

.sec-title .heading.heading-sm {
  font-size: 28px;
}

.sec-title .heading.heading-xs {
  font-size: 24px;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

.header {
  z-index: 1000;
}

/* btn-top-bar */
.header .btn-top-bar {
  border: 1px solid white;
  display: block;
  color: var(--color-1);
  background: white;
  padding: 5px 5px;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  line-height: 1;
}

.header .btn-top-bar.dropdown-toggle::after {
  content: none;
}

.header .top-bar-item {
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.527);
}

.header .navbar .navbar-brand img {
  height: 53px;
}

.header .navbar .navbar-brand .nav-text {
  font-family: 'Inter';
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 600;
  color: #282799;
}



.header .top-bar {
  /* background : linear-gradient(90deg, #de2e77, #a0469e); */
  /* background: linear-gradient(272deg, #de2e77, #605ecd); */
  background: linear-gradient(272deg, #03c3d2, #605ecd);
  padding: 5px;
  z-index: 10;
}

.header .top-bar::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 60px;
  left: calc(35%);
  top: 0;
  background-color: #fffb88;
  clip-path: polygon(40px 0%, 99% 0, 22px 100%, 0% 100%);
}

.header-helpline {
  width: max-content;
  max-width: 100%;
  background-color: white;
  border-radius: 26px;
  padding: 2px 2px 2px 6px;
}

.header-helpline .hl p {
  font-weight: 500;
  color: var(--color-1);
}
html:lang(hi)  .header-helpline .hl p{font-weight: 600;}
.header-helpline .hl-no {
  background: var(--color-1);
  color: white;
  border-radius: 20px;
  padding: 1px 8px;
}

.header-helpline .hl-no p {
  font-weight: 600;
} 
.header .dropdown-item.active,
.header .dropdown-item:active {
  background-color: #504eb3;
}

.vendor-reg-btn {
  display: inline-block;
  background-color: white;
  line-height: 1;
  border-radius: 20px;
  padding: 6px 12px;
  font-weight: 500;
  color: #027580;
  transition: all 0.4s;
}
html:lang(hi) .vendor-reg-btn{font-weight: 600;}

.vendor-reg-btn:hover {
  background-color: #403ebd;
  color: #ffffff;
  transition: all 0.4s;
}

.top-bar-separator {
  background-color: #ffe9b0;
  position: absolute;
  height: 80px;
  width: 15px;
  margin-right: 0;
  top: -15px;
  transform: rotate(30deg);
} 

.header .navbar-nav .nav-item .nav-link {
  font-weight: 500;
  color: #007883;
  position: relative;
  transition: all 0.3s;
}
html:lang(hi) .header .navbar-nav .nav-item .nav-link{font-weight: 600;}

.header .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #cf323200;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s;
}

.header .navbar-nav .nav-item .nav-link.active::before,
.header .navbar-nav .nav-item .nav-link:hover::before {
  background-color: #141414;
  transition: all 0.3s;
}

.header .navbar-nav .nav-item .nav-link.active,
.header .navbar-nav .nav-item .nav-link:hover {
  color: #282799;
  transition: all 0.3s;
}

/* search-drop-down */
.dropdown.search-drop-down .dropdown-menu {
  width: 220px;
  left: -180px !important;
  padding: 5px;
}

.dropdown.search-drop-down .dropdown-menu .form-control {
  box-shadow: none !important;
  outline: none !important;
  padding: 5px 8px;
  border-radius: 0;
  border: none !important;
}

.dropdown.search-drop-down .dropdown-menu .d-flex {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--aqua-dark);
}

.dropdown.search-drop-down .dropdown-menu .btn-search {
  background-color: var(--aqua-dark);
  color: white;
  border: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .home-page-slider .single-slider img{
    height: 300px;
  } */
.home-page-slider .single-slider .home-slider-overlay {
  display: none;
}

.overlay-control {
  position: absolute;
  z-index: 10;
  top: calc(50% - 20px);
  left: 10px;
  display: flex;
  border: none;
  background-color: #00000070;
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: white;
  font-size: 30px;
  height: 40px;
  width: 40px;
  transform: scale(1.0);
  transition: all 0.4s;
}

.overlay-control-next {
  left: auto;
  right: 10px;
}

.overlay-control:hover {
  background-color: #000000b6;
  transform: scale(1.1);
  transition: all 0.4s;
}

.theme-color {
  color: #028588 !important;
  color: #282799 !important;
}

.theme-color-2 {
  color: var(--aqua-dark) !important;
}

.bg-theme {
  /* background-color: #cf3232; */
  background: linear-gradient(45deg, rgb(27, 131, 73), rgb(2 133 137));
  background: linear-gradient(45deg, rgb(27, 131, 73), rgb(2 133 137));
}

.bg-blue {
  background-color: #605dcc !important;
}

.bg-pink {
  background-color: #de2f78 !important;
}

.bg-aqua-dark {
  background-color: var(--aqua-dark) !important;
}

.bg-blue-dark {
  background-color: #282799 !important;
}

.bg-table-blue {
  background-color: #3e3dbb !important;
}

/*  search form*/
.search-form {
  margin-top: -40px;
  z-index: 1;
  position: relative;
  background-color: #f2f2f2;
  border: 1px solid rgba(0, 0, 0, 0.048);
  padding: 15px 25px 20px 25px;
  border-radius: 15px;
}


.search-form .journey-planner .single-field {
  width: 44%;
  margin-right: 10px;
}

.search-form-title {
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #0035cb;
}

.search-btn {
  font-size: 26px;
  border-radius: 50%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  width: 55px;
  line-height: 1;
  /* background: linear-gradient(45deg, rgb(27, 131, 73), rgb(2 133 137)); */
  background-color: var(--color-1);
  color: white;
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
}

/* .search-btn:hover { 
    background-color: #4642cd; 
    transition: all 0.4s;
  } */
.search-btn::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: var(--color-1-dark);
  left: 0;
  top: 0;
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.4s;
}

.search-btn:hover::before {
  transform: scale(1);
  transition: all 0.4s;
}

.search-btn i {
  position: relative;
  z-index: 1;
}

.form-floating label {
  margin-bottom: 10px;
}

.form-floating>.form-select,
.form-floating>.select2 .select2-selection {
  padding: .375rem 2.25rem .375rem .75rem;
  background-color: white;
  color: var(--bs-body-color);
  border: var(--bs-border-width) solid var(--bs-border-color);
  padding-top: 30px !important;
  height: auto !important;
  border-radius: 10px;


  min-height: calc(3.5rem + calc(var(--bs-border-width)* 2));
  line-height: 1.25;
}

.form-floating .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

.form-floating .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 25px;
  position: absolute;
  top: 25px;
  right: 6px;
  width: 20px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #0000004a !important;
  outline: none !important;
}

.select2-search--dropdown .select2-search__field {
  border-radius: 10px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #605dcc;
}

.stationDropdownIcon {
  height: 25px;
  width: 25px;
  margin-right: 5px;
  filter: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable .stationDropdownIcon {
  filter: brightness(100);
}

.bg-light-aqua {
  /* background-color: #ffe3ef !important; */
  background-color: #d7fcff !important;
}

/* metro-card-recharge */
.recharge-card {
  background-color: #f2f2f2;
  margin-top: -40px;
  position: relative;
  z-index: 1;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.048);
}

.recharge-card a {
  padding: 15px;
}

.recharge-card a .rc-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.recharge-card a .text-container {
  width: 55%;
  display: block;
}

.recharge-card a .btn-arrow-sm {
  font-size: 25px;
  height: 35px;
  width: 35px;
  background-color: #00000000;
  color: #070707;
  margin-bottom: 8px;
  border: 1px solid #00000047;
}

.recharge-card a .btn-arrow-sm:hover {
  background-color: var(--color-1-dark);
  color: white;
}

.recharge-card a img {
  width: 72%;
  position: absolute;
  right: -40px;
  bottom: -40px;
  transform: scale(1.0);
  transition: all 1.5s;
}

.recharge-card a:hover img {
  transform: scale(1.1);
  transition: all 1.5s;
}

@media screen and (min-width:1400px) {
  .recharge-card a img {
    right: -50px;
    bottom: -50px;
  }
}

/* METRO TIMING CARD */
.metro-timing-card {
  border: 1px solid var(--color-aqua);
  padding: 15px;
  border-radius: 15px;
}

.mtc-title {
  font-size: 22px;
  font-family: 'Inter';
  font-weight: 600;
}

.single-timing {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid rgba(4, 143, 143, 0.37);
}

.single-timing p {
  font-size: 14px;
}

.theme-card {
  border-radius: 15px;
  padding: 5px;
}

.theme-card .theme-card-header {
  padding: 5px 7px;
}

.theme-card .theme-card-body {
  border-radius: 12px;
  padding: 15px;
}

.theme-card .theme-card-header .theme-card-title .tc-heading {
  font-size: 18px;
  margin-bottom: 0;
}

.tender-slider .tender-single {
  border-bottom: 1px dashed rgba(3, 3, 3, 0.11);
  margin-bottom: 10px !important;
  padding-bottom: 10px;
}

.tender-slider .tender-single {
  border-bottom: 1px dashed rgba(3, 3, 3, 0.11);
  margin-bottom: 10px !important;
  padding-bottom: 10px;
}

.tender-card-body {
  min-height: 210px;
}

.theme-card-body .date {
  border: 1px solid #00c0d1af;
  padding: 5px 8px;
  border-radius: 7px;
  /* color: #20946e; */
  /* color: #bb175b; */
  color: #00626b;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
}

.tender-slider .tender-single a {
  font-size: 15px;
  height: 46px;
  display: -webkit-box; 
  line-clamp: 2;
  /* max-height: 65px; */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

#tender-slider,
#news-slider {
  height: 170px !important;
}

.btn-arrow-sm {
  display: flex;
  background-color: white;
  color: #4642cd;
  border-radius: 50%;
  border: none;
  font-size: 20px;
  height: 25px;
  width: 25px;
  line-height: 1;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}

.btn-arrow-sm:hover {
  background-color: #ffda54;
  color: black;
  transition: all 0.4s;
}

/* spotlight */
.spotlight-container {
  padding: 5px 7px;
  border-radius: 35px;
  border: 1px solid var(--color-aqua);
  background-color: #d7fcff;
}

.spotlight-container .spotlight-header {
  padding: 8px 15px;
  border-radius: 40px;
  background-color: #4642cd;
}

.spotlight-container .spotlight-control {
  padding:2px 0px 2px 8px;
  border-radius: 40px;
}

.spotlight-container .spotlight-control .btn-arrow-sm {
  background-color: #4642cd;
  color: white;
  font-size: 20px;
  height: 30px;
  width: 30px;
  transition: all 0.4s;
}

.spotlight-container .spotlight-control .btn-arrow-sm:hover {
  background-color: #2a269e;
  transition: all 0.4s;
}

.spotlight-container .spotlight-header .spotlight-title {
  font-size: 18px;
}

.spotlight-container .spotlight-body {
  width: calc(100% - 180px);
  padding: 6px 10px;
  border-radius: 5px;
}

.spotlight-container .spotlight-body .single-spotlight a {
  display: -webkit-box;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 24px;
}

/* dopwnload-app-section */
.download-app-content .download-app-btn img {
  height: 50px;
}

.download-app {
  position: relative;
  background-image: url('../images/bg/shape-7.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  padding: 40px;
  overflow: hidden;
  z-index: 1;
}

.download-app .download-app-content .sec-title .heading {
  font-size: 30px;
  text-transform: uppercase;
  font-family: 'Inter';
  font-weight: 500;
  line-height: 40px;
}

.download-app .download-app-content p {
  color: rgb(58, 58, 58);
}

.download-app-screen {
  position: absolute;
  right: 0px;
  bottom: -35%;
  width: 55%;
}

.download-app-md {
  background-color: white;
  border: 2px solid #605dcc;
  border-radius: 15px;
  padding: 12px;
  height: 363px;
}

.download-app-md .download-app-md-buttons a {
  display: inline-block;position: relative;z-index: 2;
}

.download-app-md .download-app-md-buttons a img {
  height: 40px;
}

.download-app-md .app-screen {
  width: 90%;
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
}

/* link style -1 */
.link-style-1 {
  background-color: #ffffff;
  display: inline-block;
  width: 100%;
  padding: 15px 13px;
  border-radius: 15px;
  margin-bottom: 20px;
  border: 1px solid var(--color-aqua);
  box-shadow: 0px 0px 15px 1px rgba(3, 196, 210, 0.014);
  transition: all 0.6s;
}

.link-style-1:hover {
  background-color: white;
  border: 1px solid rgb(29 26 209 / 52%);
  box-shadow: 0px 0px 15px 1px rgba(29, 26, 209, 0.356);
  transition: all 0.4s;
}

.link-style-1 .link-icon {
  margin-bottom: 15px;
  display: block;
}

.link-style-1 .link-icon img {
  width: 50px;
  height: 50px;
  position: relative;
  transform: scale(1.0);
  transition: all 0.5s;
  z-index: 1;
}

/* .link-style-1:hover .link-icon img {
    transform: scale(1.1);
    transition: all 0.5s; 
  } */

/* .link-style-1 .link-icon::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #fdd1a4; 
  } */

.link-style-1 .link-dt {
  display: block;
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
  margin-bottom: 0;
}

/* popular-places */
.pp-slider .overlay-control{    top: calc(50% - 40px);border: 4px solid #f6f6f6;left: -30px;height: 50px;width: 50px;}
.pp-slider .overlay-control.overlay-control-next{left: auto;right: -30px;}
.pp-slider .overlay-control:hover {
  background-color: var(--aqua-dark);transform: scale(1.05);}
.int-place-single {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #00000026;
}

.int-place-single .place-image img {
  transform: scale(1.0);
  transition: all 1.6s;
}

.int-place-single:hover .place-image img {
  transform: scale(1.2);
  transition: all 2s;
}

.int-place-single .place-content {
  width: 100%;
  background-color: #0000006e;
  position: absolute;
  bottom: 15px;
  left: 0px;
  padding: 10px 15px;
  backdrop-filter: blur(5px);
  transition: all 0.4s;
}

.int-place-single:hover .place-content {
  background-color: #000000a4;
  backdrop-filter: blur(15px);
  transition: all 0.4s;
}

.place-content .place-name {
  color: white;
  font-size: 20px; 
    display: -webkit-box;
    line-clamp: 1; 
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
html:lang(hi) .place-content .place-name {
 line-height: 1.4;
}

.place-content .metro-station-name {
  color: white;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
}

.place-content .metro-distance {
  color: rgb(214, 213, 213);
  font-size: 16px;
  font-weight: 400;
  position: relative;
  margin-bottom: 0;
  padding-left: 30px;
  display: none;
}

.place-content .metro-station-name img,
.place-content .metro-distance img {
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  left: 0;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 25px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 25px;
  margin: 5px 3px;
  background: #aaaaaa;
  transition: all 0.3s;
  height: 6px;
}

.owl-theme .owl-dots .owl-dot.active span {
  transition: all 0.3s;
  background: var(--aqua-dark);
  width: 35px;
}

.metro-station-name {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

.metro-station-name img,
.metro-distance img {
  float: left;
  margin-right: 8px;
  height: 15px;
}

.metro-distance {
  font-size: 16px;
  font-weight: 400;
}

/* route-map */
.route-map-card {
  padding: 2px;
}

.network-map {
  width: calc(100% - 120px);
  background-color: white;
  border-radius: 12px;
}

.network-map img, .network-map video  {
  border-radius: 12px;
  max-height: 402px;
}

.network-map-summary .nps-single {
  padding: 5px 15px;
}

.network-map-summary .nps-single p {
  font-size: 20px;
}

.network-map-summary .nps-single p strong {
  font-size: 24px;
}

.network-map-zoom {
  display: flex;
  position: absolute;
  z-index: 1;
  bottom: 15px;
  right: 15px;
  background-color: #605ecd;
  height: 35px;
  width: 35px;
  line-height: 1;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 5px;
  transition: all 0.3s;
}

.network-map-zoom:hover {
  background-color: black;
  transition: all 0.3s;
}
/* .route-map-inner-content{
  border-radius: 15px;
  padding: 8px;
  border: 2px solid #605dcc;
  text-align: justify;
} */
.route-map-inner-content {
  border-radius: 15px;
  padding: 10px; 
  text-align: justify;
  background: linear-gradient(225deg, #e5fdff, #f1f1ff);
}
/* project-card */
.project-card {
  position: relative;
  border: 2px solid var(--color-aqua);
}

.project-card-overlay {
  padding: 10px 20px 20px 20px;
}

.project-thumb {
  padding: 15px;
}

.project-card .project-card-body .project-thumb img {
  border-radius: 12px;
}

.project-card-overlay .project-card-title {
  font-size: 18px;
  color: #242323;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}

/* know More Button */
.know-more-btn {
  color: #282799;
  font-weight: 600;
}

.know-more-btn i {
  margin-left: 1px;
  transition: all 0.3s;
}

.know-more-btn:hover i {
  margin-left: 5px;
  transition: all 0.3s;
}

/* slick-dots */
/* .slick-dots {
  display: flex;
  list-style: none;
  gap: 5px;
  justify-content: center;
  margin: 20px auto;
}

.slick-dots li button {
  color: transparent;
  font-size: 0;
  border: none;
  height: 5px;
  width: 15px;
  border-radius: 5px;
  background-color: #22222245;
  transition: all 0.4s;
}

.slick-dots li.slick-active button {
  background-color: #cf3232;
  width: 25px;
  transition: all 0.4s;
} */

/* train animation */
.train-animation {
  position: relative;
  margin: 0px;
  padding: 0px;
  background-image: url(../images/train/Track-01.svg);
  background-repeat: repeat-x;
  background-position: bottom left;
  height: 90px;
  background-size: cover;
}

.train-animation::after {
  content: '';
  height: 90px;
  position: absolute;
  width: 100%;
  background-repeat: repeat-x;
  background-position: bottom left;
  background-image: url(../images/train/Pilar-01.svg);
  left: 0;
  top: 0;
  background-size: cover;
  z-index: 10;
}

.train-running {
  padding-top: 21px;
  width: max-content;
  position: absolute;
  left: -670px;
  /* left: calc(-110vw + 620px); */
  animation: trainAnimation 25s linear infinite;
}

body.dark .train-running {
  animation-name: trainAnimationDark;
}

.train-running img {
  height: 52px;
}


@keyframes trainAnimation {
  0% {
    left: calc(-10vw - 620px);
  }

  5% {
    left: calc(-5vw - 620px);
  }

  50% {
    left: calc(100vw + 620px);
  }

  52% {
    left: calc(100vw + 620px);
  }

  95% {
    left: calc(-5vw - 620px);
  }

  100% {
    left: calc(-10vw - 620px);
  }
}

@keyframes trainAnimationDark {
  0% {
    left: calc(-10vw - 620px);
    transform: scaleX(-1);
  }

  5% {
    left: calc(-5vw - 620px);
    transform: scaleX(-1);
  }

  50% {
    left: calc(100vw + 620px);
    transform: scaleX(-1);
  }

  52% {
    left: calc(100vw + 620px);
    transform: scaleX(1);
  }

  95% {
    left: calc(-5vw - 620px);
    transform: scaleX(1);
  }

  100% {
    left: calc(-10vw - 620px);
    transform: scaleX(-1);
  }
}


/* footer */
.about-footer-container {
  background: #282799;
}

.about-footer-container .footer-logo a img {
  width: 65px;
}

.about-footer-container .footer-logo a .ft-logo-text {
  color: white;
  font-size: 22px;
  line-height: 28px;
}

.about-footer-container .footer-about p {
  color: rgb(255, 255, 255);
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  text-align: justify;
}

.footer-middle {
  padding-top: 25px;
  padding-bottom: 10px;
}

.footer-link-widget .footer-title {
  font-family: 'Inter';
  /* text-transform: uppercase; */
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 15px;
}

.footer-link li {
  position: relative;
  margin-bottom: 5px;
  width: calc(50% - 10px);
}

.footer-link li a {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  transition: all 0.4s;
}

.footer-link li a::before {
  position: absolute;
  content: '';
  left: 0;
  top: 10px;
  height: 5px;
  width: 5px;
  background-color: var(--aqua-dark);
  border-radius: 50%;
  opacity: 1;
  transition: all 0.4s;
}

.footer-link li a:hover::before {
  left: 10px;
  opacity: 0;
  transition: all 0.2s;
}

.footer-link li a:hover {
  padding-left: 20px;
  transition: all 0.4s;
  color: #000000;
}

.footer-link li a i {
  position: absolute;
  left: 10px;
  opacity: 0;
  transition: all 0.6s;
  color: #000e09;
}

.footer-link li a:hover i {
  position: absolute;
  left: 0;
  opacity: 1;
  transition: all 0.6s;
  color: var(--aqua-dark);
}



.contact-widget p {
  padding-left: 30px;
  position: relative;
}

.contact-widget p i {
  position: absolute;
  left: 0;
  color: var(--aqua-dark);
  top: 2px;
}

.station-contact-container {
  border: 1px solid var(--aqua-dark);
  background-color: white;
  border-radius: 10px;
}

.station-head {
  padding: 8px 10px;
  background-color: var(--aqua-dark);
}

.station-head .sh-icon img {
  height: 30px;
}

.station-head p {
  font-size: 18px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}

.station-contact {
  padding: 10px 10px 15px 10px;
}

.station-contact p {
  font-size: 16px;
  font-weight: 500;
}

.station-contact img {
  width: 25px;
}
.gm-style .review-box,.gm-style .review-box, .gm-style .place-card-large .review-box,
.map-nmrc iframe .review-box{display: none !important;}

/* footer-helpline */
.helpline-widget .helpline-icon {
  border-radius: 50%;
  padding: 12px;
  width: 80px;
  position: relative;
  z-index: 1;
  border: 6px solid white;
  background-color: #008491;
}

.helpline-widget .helpline-icon img {
  width: 100%
}

.helpline-widget .hl-no {
  width: calc(100% - 40px);
  margin-left: -20px;
  border-radius: 0 10px 10px 0;
  padding: 8px 10px 8px 25px;
  background-color: #282799;
}

.helpline-widget .hl-no p:first-child {
  color: white;
  font-size: 14px;
  line-height: 1;
}

.helpline-widget .hl-no p:last-child {
  color: white;
  font-size: 23px;
  line-height: 1;
  font-weight: 600;
}

/* footer-socila media */
.footer-social-media-buttons a {
  color: white;
  display: flex;
  height: 40px;
  width: 40px;
  background-color: #19188f;
  /* background: linear-gradient(45deg, rgb(27, 131, 73), rgb(2 133 137)); */
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
  transition: all 0.4s;
}

.footer-social-media-buttons a:hover {
  background-color: #000000;
  transition: all 0.4s;
}

.footer .copyright p {
  font-size: 15px;
  font-weight: 400;
}

.footer .copyright p a {
  font-weight: 500;
}

/* search-form-section */
.search-form-section,
.section-network-map {
  background-image: url('../images/bg/bg-light-orange.jpg');
  background-size: cover;
  background-position: center;
}

.section-places {
  background-image: url('../images/bg/grey-bg.jpg');
  background-size: cover;
  background-position: center;
}

/* Important Link */

.govt-link-single {
  position: relative;
}

.govt-link-single img {
  border: 1px solid var(--color-aqua);
  border-radius: 10px;
}

.govt-link-single:before,
.govt-link-single:after {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  display: inline-block;
  background-color: var(--color-aqua);
  border-radius: 8px 0 0 0;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 100% 0);
  opacity: .7;
}

.govt-link-single:before {
  top: 0;
  left: 0;
}

.govt-link-single:after {
  bottom: 0;
  right: 0;
  transform: rotate(176deg);
}


/* inner-page */
.inner-page-header {
  padding: 40px 0;
  background-color: #fff8ca;
}

.inner-page-header .inner-page-abs {
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
  width: 460px;
}

.inner-page-card {
  border-radius: 20px;
  padding: 25px 20px;
  border: 1px solid rgba(0, 0, 0, 0.048);
  margin-bottom: 25px;
}

.card-title {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #282799;
  border-left: 3px solid var(--aqua-dark);
  padding-left: 10px;
  line-height: 24px;
}

.between-stations {
  width: 100%;
  overflow-x: auto;
}

.between-stations .bs-container .single-station::before {
  content: '';
  width: 50%;
  height: 2px;
  background-color: #605ecd;
  position: absolute;
  left: 0;
  top: 13px;
}

.between-stations .bs-container .single-station::after {
  content: '';
  width: 50%;
  height: 2px;
  background-color: #605ecd;
  position: absolute;
  right: 0;
  top: 13px;
}

.between-stations .bs-container:first-child .single-station::before,
.between-stations .bs-container:last-child .single-station::after {
  content: none;
  display: none;
}

.between-stations .single-station {
  width: 150px;
  margin-bottom: 20px;
}

.between-stations .single-station img {
  width: 35px;
  display: block;
  margin: 0 auto 15px auto;
  position: relative;
  z-index: 1;
}

.between-stations .single-station p {
  text-align: center;
  font-size: 14px;
  color: #585a58;
  transition: all 0.3s;
}

.between-stations .single-station:hover p {
  color: #000000;
  transition: all 0.3s;
}

.between-stations::-webkit-scrollbar {
  position: absolute;
  z-index: 100;
  height: 5px;
  border-radius: 5px;
}

.between-stations::-webkit-scrollbar-track {
  background: #d3d3d3;
  border-radius: 5px;
}

/* Handle */
.between-stations::-webkit-scrollbar-thumb {
  background: #6e6e6e;
  border-radius: 5px;
}

.between-stations::-webkit-scrollbar-thumb:hover {
  background: #605ecd;
}

.line-with-icon img {
  width: 15px;
  height: 15px;
}

.ticket-fare-card {
  background-color: #605ecd;
  padding: 10px;
  border-radius: 15px;
}

.ticket-fare-card .ticket-price {
  border-bottom: 1px dashed white;
  margin-bottom: 10px;
}

.ticket-fare-card .ticket-price p {
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}

.ticket-fare-card .ticket-type {
  min-height: 35px;
}

.ticket-fare-card .ticket-type p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.ticket-fare-card .ticket-type p small {
  font-size: 10px;
  line-height: 1;
  color: white;
}

.inner-journery-planner .search-form {
  padding: 25px 20px;
}

.inner-journery-planner .search-form .search-form-title {
  font-size: 20px;
  font-weight: 500;
  color: #282799;
  border-left: 3px solid var(--aqua-dark);
  padding-left: 10px;
  line-height: 24px;
}

/* mission-vision-container */
.shaped-box-1 {
  overflow: hidden;
  padding-left: 50px;
  padding-top: 0px;
  margin-bottom: 40px;
  border-left: 5px solid #4e4d8d;
}

.shaped-box-1.mission-container {
  margin-top: 170px;
  border-left: 5px solid var(--aqua-dark);
}

.shaped-box-1 .shaped-box-content {
  background-color: #f2f2f2;
  clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
  padding: 50px 20px 50px 80px;
  margin-left: 20px;
  text-align: right;
}

.shaped-box-1 .shaped-box-content p {
  font-size: 20px;
}

.shaped-box-1::before {
  content: '';
  position: absolute;
  width: 220px;
  top: 0;
  height: 100%;
  background: #605ecd;
  left: 0;
  clip-path: polygon(60% 0, 100% 0%, 40% 100%, 0% 100%);
  z-index: 1;
}

.shaped-box-1.mission-container::before {
  background: var(--color-aqua);
}

.shaped-box-1::after {
  content: '';
  position: absolute;
  width: 40px;
  bottom: -1px;
  height: 135px;
  background: #4e4d8d;
  left: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 49%);
}

.shaped-box-1.mission-container::after {
  background: var(--aqua-dark);
}

.shaped-box-1 .shape-box-title {
  text-transform: uppercase;
  font-weight: 500;
  color: #282799;
  margin-bottom: 20px;
  font-size: 34px;
}

.sp-header {
  padding-right: 20px;
}

.sp-header .sph-icon {
  width: 100px;
  display: block;
  margin-left: auto;
  margin-bottom: 10px;
}

/* board-of-directors */
.single-team-1 {
  padding: 20px 10px;
  border-radius: 10px;
  align-items: center;
  position: relative;
  background-color: #f7f7f7;
  margin-bottom: 25px;
}

/* .single-team-1::before{    position: absolute;
height: 80px;
width: 120px;
border-radius: 50%;
content: '';
right: -50px;
top: -60px;
background : #605ecd;} */
.single-team-1::before {
  position: absolute;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  content: '';
  right: -40px;
  top: -40px;
  background: #605ecd;
}

/* .single-team-1::after{    position: absolute;
height: 80px;
width: 120px;
border-radius: 50%;
content: '';
left: -50px;
bottom: -60px;
background : #605ecd;} */
.single-team-1 .dir-img {
  width: 100px;
  height: 100px;
  border: 2px solid #605ecd;
  padding: 0px;
  overflow: hidden;
  border-radius: 50%;
}

.single-team-1 .dir-img img {
  border-radius: 50%;
}

.single-team-1 .dir-data {
  padding-left: 10px;
  width: calc(100% - 100px);
}

.single-team-1 .dir-data .dir-name {
  font-size: 20px;
  color: rgb(69 67 193);
  font-weight: 500;
  margin-bottom: 5px;
}

.single-team-1 .dir-data .dir-post {
  font-size: 16px;
  /* color: #cf3232; */
  color: #00707a;
  margin-bottom: 10px;
}

.single-team-1 .dir-data p {
  font-size: 14px;
  color: #6a6969;
}
.single-team-1.management-team .dir-data{width: 100%;}
.single-team-1.management-team .dir-data .dir-name{font-size: 18px;}
.single-team-1.management-team .dir-data .dir-post{line-height: 1.5;font-weight: 500;}
.single-team-1.management-team .dir-img{border-radius: 20px;width: 150px;height: 160px;}
.single-team-1.management-team .dir-img img{border-radius: 10px;}
/* table-style-1 */
.table-style-1 thead tr th {
  padding: 5px;
  background-color: #3e3dbb !important;
  color: white;
  font-weight: 400;
  vertical-align: middle;
  text-align: center;
}

.table-style-1 tbody tr td {
  padding: 8px 5px;
  color: rgb(54, 54, 54);
  font-size: 14px;
}

/* useful-links */
.list-two-column li {
  width: calc(50% - 10px);
  margin-bottom: 15px;
  position: relative;
  padding-left: 35px;
  background: #f2f2f2;
  padding: 10px 10px 10px 45px;
  border-radius: 7px;
}

.list-two-column li::before {
  content: "\f470";
  display: flex;
  position: absolute;
  left: 10px;
  font-family: bootstrap-icons !important;
  background-color: #605ecd;
  height: 25px;
  width: 25px;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 50%;
  transition: all 0.4s;
}

.list-two-column li:hover::before {
  background-color: #282799;
  transition: all 0.4s;
}

.link-list a {
  display: inline-block;
  position: relative;
  font-size: 18px;
  transition: all 0.4s;
}

.link-list a:hover {
  color: #211f91;
  transition: all 0.4s;
}

.link-list a::before {
  content: '';
  position: absolute;
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: #211f91;
  width: 0%;
  transition: all 0.4s;
}

.link-list a:hover::before {
  width: 100%;
  transition: all 0.4s;
}

.list-with-file-size .file-size {
  display: inline-block;
  width: 100px;
  position: absolute;
  right: 0;
  font-size: 14px;
  color: grey;
}

.list-with-file-size li a {
  max-width: calc(100% - 100px);
  padding-right: 5px;
}

/* tender-table */
.table .downloads a {
  color: #0d6efd;
  font-weight: 400;
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
  margin-bottom: 2px;
  margin-right: 5px;
}

.table .downloads a:hover {
  border-bottom: 1px solid #0d6efd;
  transition: all 0.3s;
}

.table .downloads a i {
  margin-right: 1px;
}

.table .downloads a img.new-gif {
  height: 16px;
}

.table .downloads a .bi-file-earmark-pdf-fill {
  color: #cc0101;
}

.table .downloads a .bi-file-earmark-spreadsheet-fill {
  color: #2e7d32;
}

.table .downloads a .file-size {
  color: #5a5a5a;
  font-weight: 400;
  font-size: 12px;
}

/* basic-select-2 */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border-radius: 4px;
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  height: auto;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.select2-container .select2-selection--single .select2-selection__rendered {
  color: var(--bs-body-color);
  padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px;
}

/* data-table-settings */
.dt-container .row .col-md-auto,
.dt-container .row.dt-layout-table .col-12 {
  padding-left: 0;
  padding-right: 0;
}

/* link-card */
.link-card {
  padding: 10px 10px 6px 30px;
  border-radius: 10px;
  background-color: #f2f2f2;
  border: 1px solid #0000000d;
}

.link-card .link-container a {
  font-weight: 500;
}

.link-card .link-container a:hover {
  color: #282799 !important;
}

.link-card .link-container a i {
  color: #282799;
  margin-left: 3px;
}

.link-card::before {
  height: 10px;
  width: 10px;
  content: '';
  position: absolute;
  background-color: #605dcc;
  border-radius: 50%;
  left: 10px;
  top: 16px;
}

.link-card .file-info {
  border-top: 1px dashed rgb(96 94 205 / 36%);
  padding-top: 5px;
  margin-top: 5px;
}

.link-card .file-info p {
  font-size: 14px;
  color: #646464;
}

.link-card .file-info p strong {
  font-weight: 500;
  color: #403ebf;
}

/* link-card-news */
.link-card.news-card {
  padding: 10px 10px 6px 45px;
  border: 1px solid var(--color-aqua);
  background-color: white;
}

.link-card.news-card .file-info {
  margin-top: 10px;
  padding-top: 10px;
}

.link-card.news-card .link-container a {
  font-weight: 500;
  color: #cc2b33;
}

.link-card.news-card .link-container a:hover {
  font-weight: 500;
  color: #cc2b33;
}

.link-card.news-card::before {
  content: none;
  display: none;
}

.news-card .abs-icon {
  position: absolute;
  background-color: #282799;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  width: 25px;
  color: white;
  left: 10px;
  border-radius: 50%;
  left: 10px;
  font-size: 14px;
}

/* Photo Album Page*/
.album-item {
  margin-bottom: 10px;
}

.album-item a {
  text-decoration: none;
  /* border: 1px solid #605dcc; */
  background-color: #f2f2f2;
  display: block;
  padding: 15px;
  border-radius: 15px;
}

.album-item a figure {
  margin-bottom: 15px !important;
  border-radius: 13px;
  border: 1px solid #0000001f;
}

.album-item a figcaption {
  padding-bottom: 5px;
}

.album-item a figure img {

  height: 230px;
  object-fit: cover;
  object-position: top;
  transform: scale(1.0);
  transition: all 1.0s;
  z-index: 1;
}

.album-item a:hover figure img {
  transform: scale(1.1);
  transition: all 1.0s;
}


.album-item a figcaption span {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  height: 45px;
  display: -webkit-box;
  align-items: center;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: calc(100% - 55px);
  transition: all 0.4s;
}

.album-item a:hover figcaption span {
  color: #282799;
  transition: all 0.4s;
}

.album-item a figcaption i {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #29279949;
  color: #282799;
  background-color: transparent;
  transition: all 0.4s;
}

.album-item a:hover figcaption i {
  color: #ffffff;
  background-color: #282799;
  transition: all 0.4s;
}

/* photo-gallery-view-page */
.gallery-item-single a .galler-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 61%);
  backdrop-filter: blur(3px);
  opacity: 0;
  transition: all 0.3s;
}

.gallery-item-single.commuters-feedback a .galler-overlay {
  background-color: rgba(0, 0, 0, 0.082);
  backdrop-filter: blur(0px);
  opacity: 1;
  transition: all 0.3s;
}

.gallery-item-single.commuters-feedback a:hover .galler-overlay {
  background-color: rgb(0 0 0 / 61%);
  backdrop-filter: blur(3px);
  transition: all 0.3s;
}

.gallery-item-single a img {
  height: 200px;
  object-fit: cover;
  object-position: top;
}

.gallery-item-single a:hover .galler-overlay,
.gallery-item-single.video-gallery-item-single:hover .galler-overlay {
  opacity: 1;
  transition: all 0.3s;
}

.gallery-item-single a .galler-overlay i {
  font-size: 50px;
  color: white;
  transform: scale(0);
  transition: all 0.3s;
}

.gallery-item-single.commuters-feedback a .galler-overlay i {
  transform: scale(0.7);
}

.gallery-item-single a:hover .galler-overlay i,
.gallery-item-single.video-gallery-item-single:hover .galler-overlay i {
  transform: scale(1);
  transition: all 0.7s;
}

.video-gallery-item-single .video-caption {
  padding-top: 10px;

}

/* pagination */
.pagination-container .pagination .page-item a {
  color: #605ecd;
  box-shadow: none !important;
  outline: none !important;
}

.pagination-container .pagination .page-item.disabled a {
  color: #696969;
}

.pagination-container .pagination .page-item.active a {
  background-color: #605ecd;
  border: 1px solid #605ecd;
  color: white;
}

/* do and donts */
.list-with-icon li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
}

.list-with-icon li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  font-family: bootstrap-icons !important;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  display: flex;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  line-height: 1;
  justify-content: center;
  align-items: center;
}

.list-with-icon.do-list li::before {
  content: "\f272";
  color: #008b4a;
  background-color: #d3ffe2;
}

.list-with-icon.dont-list li::before {
  content: "\f659";
  color: #f10d0d;
  font-size: 16px;
  background-color: #ffd3d3;
}

/* scroll-to-top */
.scroll-to-top {
  opacity: 0;
  position: fixed;
  right: 20px;
  bottom: 0px;
  z-index: -1;
  transition: all 0.8s;
}

.scroll-to-top a {
  transition: all 0.4s;
  background: #000000;
  height: 40px;
  width: 40px;
  color: white;
  border: 2px solid white;
}

.scroll-to-top.top-visible {
  opacity: 1;
  bottom: 20px;
  z-index: 1000;
  transition: all 0.8s;
}

/* more-inner-pages */
.penalties-list li {
  position: relative;
}

.penalties-list li:before {
  content: "\e4f8";
  color: #f1780d;
  background-color: #ffe1d3;
  font-size: 15px;
  font-family: 'Font Awesome 6 Free' !important;
  font-weight: 900;
}

table a .bi-file-earmark-pdf-fill {
  color: #cc2b33;
}

.cc-2 {
  column-count: 2;
}

.link-style-2 li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 13px;
}

.link-style-2 li:last-child {
  margin-bottom: 0px;
}

.link-style-2 li::before {
  position: absolute;
  content: '';
  left: 0;
  top: 7px;
  height: 8px;
  width: 8px;
  background-color: var(--color-1-dark);
  border-radius: 50%;
  opacity: 1;
  transition: all 0.4s;
}

/* accordion */
.accordion-header button {
  font-weight: bold;
  color: var(--aqua-dark);
}

.accordion .accordion-item {
  border: 0.3px solid #00000014;
}

.section-guideline .accordion-button:not(.collapsed) {
  background-color: var(--aqua-dark);
  color: #fff !important;
}

.section-guideline .accordion-button:not(.collapsed)::after {
  background-color: #fff;
}

.section-guideline .accordion-button:focus {
  box-shadow: none;
}

.section-guideline .accordion-button::after {
  background-color: var(--color-aqua);
  height: 19px;
  width: 45px;
  border-radius: 100px;
  background-position: 14px 0px !important;
}

.button-style-1 {
  padding: 8px 15px;
  border-radius: 40px;
  color: #fff;
  background-color: var(--color-1);
}

/* sitemap */
.sitemap li a {
  background-color: var(--aqua-dark);
  padding: 3px 20px;
  color: #fff;
  border-radius: 3px;
  margin-bottom: 10px;
  display: inline-block;
}

.sitemap li {
  margin-top: 10px;
  margin-bottom: 10px;
}

ul.second,
ul.third {
  margin-left: 50px;
}

.first,
.first li,
.second,
.second li,
.third,
.third li {
  position: relative;
  list-style-type: none;
}

.first:before,
.second:before,
.third:before {
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  width: 2px;
  background-color: var(--color-1);
}

.first>li:before,
.second>li:before,
.third>li:before {
  content: '';
  position: absolute;
  left: -32px;
  top: 10px;
  height: 2px;
  width: 31px;
  background-color: var(--color-1);
}

/* more-inner-pages -end */

/* home-director-message */
.section-md-message {
  background-image: url('../images/bg/bg-vector-white.jpg');
  background-position: center;
  background-size: cover;
}

.md-message {
  border-bottom: 2px solid #282799;
  border-right: 5px solid #282799;
  padding: 0px 15px 15px 0;
  border-radius: 0 0 50px 0;
}

.section-md-message .md-photo img {
  border-radius: 15px;
}

.section-md-message .md-name h3 {
  font-size: 24px;
  font-family: 'Inter';
  font-weight: 600;
  color: var(--color-1-dark);
  margin-bottom: 2px;
}

/* home-director-message-end */
.bussiness-property .property-status{position: absolute;display: block;top: 10px;right: 10px;background-color: rgb(17, 17, 17); padding: 2px 4px;line-height: 1.5;font-size: 14px;border-radius: 4px;}
.bussiness-property .property-status.leased{background-color: #ec1717; box-shadow: 0px 0px 7px 2px #ffe1d4;}
.bussiness-property .property-status.available{background-color: #08824a;box-shadow: 0px 0px 7px 2px #cfffe9;}
/* Responsive Styling*/
@media (min-width:320px) and (max-width:480px) {
  .main-slider .overlay-control {
    display: none;
  }

  .header .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid #625ecd31;
  } 

  .top-bar-right {
    flex-wrap: wrap;
    justify-content: center !important;
  }

  .top-bar-item {
    margin-top: 5px;
    margin-bottom: 5px !important;
    padding-right: 0px !important;
    margin-right: 10px !important;
    position: relative;
    border-right: none !important;
  }

  .header-helpline {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .header .navbar .navbar-brand img {
    height: 45px;
  }

  .header .navbar .navbar-brand .nav-text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
  }

  .header .top-bar::before {
    display: none;
    content: none;
  }

  .dropdown.search-drop-down .dropdown-menu {
    left: 0 !important;
  }

  .dropdown.search-drop-down .dropdown-menu {
    width: 200px;
  }

  /* header ./end */
  .sec-title .heading {
    font-size: 36px;
  }

  .journey-planner {
    flex-wrap: wrap;
  }

  .search-form-section .search-form {
    padding: 15px 15px 20px 15px;
    margin-top: 30px;
  }

  .recharge-card {
    margin-top: 0;
  }

  .recharge-card a .rc-title {
    font-size: 18px;
  }

  .search-form .journey-planner .single-field {
    width: 100%;
  }

  .search-form-title {
    font-size: 24px;
    margin-bottom: 15px;
  }

  /* spotlight */
  .spotlight-container {
    flex-wrap: wrap;
    padding: 15px;
    border-radius: 15px;
  }

  .spotlight-container .spotlight-header {
    background-color: transparent;
    padding: 0;
  }

  .spotlight-container .spotlight-header .spotlight-title {
    font-size: 24px;
    margin-bottom: 15px;
    color: #282799 !important;
  }

  body.dark .spotlight-container .spotlight-header .spotlight-title {
    color: aqua !important;
  }

  .spotlight-container .spotlight-body {
    width: 100%;
    padding: 0;
    margin: 10px 0;
  }

  .spotlight-container .spotlight-body .single-spotlight a {
    display: -webkit-box;
    text-overflow: ellipsis;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 24px;
    height: 125px;
  }

  .spotlight-container .spotlight-control {
    padding: 0;
  }

  /* link-btn */
  .link-style-1 {
    padding: 15px 10px;
  }

  .link-style-1 .link-dt {
    font-weight: 500;
    font-size: 15px;
  }

  /* route-map */
  .network-map {
    width: 100%;
  }

  .network-map-summary {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: space-between;
  }

  .network-map-summary .nps-single {
    border-bottom: 0 !important;
  }
 
  /* download-app */
  .download-app {
    padding: 15px;
    border-radius: 15px;
  }

  .download-app .download-app-content .sec-title .heading {
    font-size: 24px;
    line-height: 30px;
  }

  .download-app-content .download-app-btn img {
    height: 40px;
  }

  .download-app-md .app-screen {
    top: 120px;
  }

  /* places of interest */
  .int-place-single {
    border-radius: 15px;
  }

  .int-place-single .place-content {
    bottom: 0;
    padding: 10px;
  }

  .place-content .place-name {
    font-size: 16px;
  }

  .place-content .metro-station-name {
    font-size: 14px;
    padding-left: 20px;
  }

  .place-content .metro-station-name img,
  .place-content .metro-distance img {
    height: 15px;
    width: 15px;
  }

  /* footer */
  .footer-link-widget {
    margin-bottom: 20px;
  }

  .footer-link li {
    width: calc(50% - 5px);
  }

  .footer-link li a {
    font-size: 14px;
  }

  .footer-link li a::before {
    top: 8px;
  }

  .footer .copyright p {
    text-align: center !important;
  }

  .download-app-screen {
    position: relative;
    width: 60%;
    bottom: auto;
    right: 0;
    left: 0;
    display: block;
    margin: auto;
  }

  .shaped-box-1 {
    padding-left: 0;
    margin-bottom: 25px;
  }

  .shaped-box-1.mission-container {
    margin-top: 0;
  }

  .shaped-box-1::before {
    content: none;
  }

  .shaped-box-1 .shaped-box-content {
    clip-path: none;
    padding: 30px 20px 30px 30px;
    margin-left: 0;
  }

  .shaped-box-1::after {
    width: 30px;
    bottom: -2px;
    height: 80px;
  }

  .list-two-column li {
    width: 100%;
  }

  .cc-2 {
    column-count: 1;
  }

  .pp-slider .overlay-control{ display: inline-block;  
    position: relative;  left: auto; margin-top: 20px;border: none;height: 40px;width: 40px; line-height: 40px;}
.pp-slider .overlay-control.overlay-control-next{left: auto;right: auto;} 

}

@media (min-width:481px) and (max-width:575.98px) {
  .header .top-bar::before {
    content: none !important;
    display: none;
  }

  .main-slider .overlay-control {
    display: none;
  }

  .dropdown.search-drop-down .dropdown-menu {
    left: 0 !important;
  }

  .sec-title .heading {
    font-size: 36px;
    font-weight: 600;
  }

  .header .navbar .navbar-brand img {
    height: 45px;
  }

  .header .navbar .navbar-brand .nav-text {
    font-family: 'Inter';
    font-size: 18px;
    line-height: 22px;
  }

  .header .top-bar-right {
    justify-content: center !important;
    flex-wrap: wrap;
  }

  .header .top-bar-item,
  .header-helpline {
    margin-bottom: 5px;
    margin-top: 5px;
  }

  .search-form-section .search-form {
    margin-top: 30px;
    padding: 15px;
    border-radius: 15px;
  }

  .recharge-card {
    margin-top: 0;
  }

  .recharge-card a .rc-title {
    font-size: 22px;
    margin-bottom: 40px;
  }

  .recharge-card a img {
    width: 65%;
    position: absolute;
    right: -60px;
    bottom: -60px;
  }

  .search-form-section .search-form-title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .search-form-section .search-form .journey-planner {
    gap: 0px !important;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .search-form .journey-planner .single-field {
    margin-right: 5px;
    width: calc(50% - 10px);
    margin-bottom: 15px;
  }

  .spotlight-container {
    padding: 15px;
    border-radius: 15px;
    flex-wrap: wrap;
  }

  .spotlight-container .spotlight-body {
    width: 100%;
    padding: 0;
    margin: 10px 0;
  }

  .spotlight-container .spotlight-body .single-spotlight a {
    display: -webkit-box;
    text-overflow: ellipsis;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 24px;
    height: 100px;
  }

  .spotlight-container .spotlight-control {
    padding: 0;
  }

  /* route-map */
  .network-map {
    width: 100%;
  }

  .network-map-summary {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: space-between;
  }

  .network-map-summary .nps-single {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  .download-app {
    padding: 20px;
  }

  .download-app .download-app-content .sec-title .heading {
    font-size: 26px;
    line-height: 33px;
  }

  .int-place-single .place-content {
    padding: 10px 15px;
  }

  .place-content .place-name {
    font-size: 18px;
  }

  .project-card-overlay {
    padding: 0px 20px 15px 20px;
  }

  .project-card-overlay .project-card-title {
    font-size: 22px;
    line-height: 28px;
  }

  .project-card-overlay .know-more-btn {
    font-size: 20px;
  }

  .place-content .metro-station-name {
    font-size: 14px;
    padding-left: 20px;
  }

  .place-content .metro-station-name img,
  .place-content .metro-distance img {
    height: 15px;
    width: 14px;
  }

  /* footer */
  .footer .footer-link-widget {
    margin-bottom: 20px;
  }

  .helpline-widget {
    justify-content: center;
  }

  .helpline-widget .hl-no {
    width: calc(100% - 40px);
    max-width: max-content;
  }

  .footer .copyright p {
    text-align: center !important;
  }

  .download-app-screen {
    position: relative;
    width: 60%;
    bottom: auto;
    right: 0;
    left: 0;
    display: block;
    margin: auto;
  }

  .shaped-box-1 {
    padding-left: 0;
    margin-bottom: 25px;
  }

  .shaped-box-1.mission-container {
    margin-top: 0;
  }

  .cc-2 {
    column-count: 1;
  }

  .list-two-column li {
    width: 100%;
  }
 
  .pp-slider .overlay-control{ display: inline-block;  
    position: relative;  left: auto; margin-top: 20px;border: none;height: 40px;width: 40px; line-height: 40px;}
.pp-slider .overlay-control.overlay-control-next{left: auto;right: auto;}

}

@media (min-width:576px) and (max-width:767px) {
  .header .top-bar::before {
    content: none !important;
    display: none;
  }

  .header .top-bar .top-bar-right {
    flex-wrap: wrap;
    justify-content: center !important;
    gap: 5px;
  }

  /* footer */
  .footer-link-widget {
    margin-bottom: 20px;
  }

  .helpline-widget .helpline-icon {
    padding: 10px;
    width: 75px;
  }

  .helpline-widget .hl-no p:last-child {
    font-size: 20px;
  }

  .footer-link li {
    width: calc(50% - 5px);
  }

  .footer .copyright p {
    text-align: center !important;
  }

  .download-app .download-app-content .sec-title .heading {
    font-size: 25px;
    line-height: 33px;
  }

  .download-app-screen {
    position: relative;
    width: 60%;
    bottom: auto;
    right: 0;
    left: 0;
    display: block;
    margin: auto;
  }

  .download-app-md {
    height: 430px;
  }

  .shaped-box-1 {
    padding-left: 0;
    margin-bottom: 25px;
  }

  .shaped-box-1.mission-container {
    margin-top: 0;
  }

  .cc-2 {
    column-count: 1;
  }

  .list-two-column li {
    width: 100%;
  }

  .recharge-card {
    margin-top: 0;
  }

  .recharge-card a .rc-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  

}

@media (min-width:768px) and (max-width:991px) {
  .header .top-bar::before {
    content: none;
    display: none;
  }

  .search-form-section .search-form {
    margin-top: 30px;
  }

  .search-form-title {
    font-size: 24px;
  }

  .search-form .journey-planner {
    flex-wrap: wrap;
  }

  .search-form .journey-planner .single-field {
    width: 100%;
  }

  .recharge-card {
    margin-top: 30px;
  }

  .recharge-card a .rc-title {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 30px;
  }

  .recharge-card a .btn-arrow-sm {
    font-size: 35px;
    height: 45px;
    width: 45px;
    margin-bottom: 130px;
  }

  .recharge-card a img {
    width: 100%;
    right: -25px;
  }

  .recharge-card a .text-container {
    width: 100%;
  }

  .spotlight-container {
    border-radius: 15px;
    flex-wrap: wrap;
    padding: 15px;
  }

  .spotlight-container .spotlight-body {
    padding: 0;
    margin: 13px 0;
    width: 100%;
  }

  .spotlight-container .spotlight-body .single-spotlight a {
    display: -webkit-box;
    text-overflow: ellipsis;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 24px;
    height: 125px;
  }

  .network-map {
    width: 100%;
  }

  .network-map-summary {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }

  .network-map-summary .nps-single {
    padding: 5px 10px;
  }

  .network-map-summary .nps-single.border-bottom {
    border-bottom: 0 !important;
    border-right: 1px solid #dee2e6;
  }

  .download-app {
    padding: 20px;
  }

  .download-app .download-app-content .sec-title .heading {
    font-size: 20px;
    line-height: 26px;
  }

  .download-app-md {
    height: 336px;
  }

  .download-app-md .app-screen {
    top: 100px;
  }

  .footer .footer-link-widget {
    margin-bottom: 20px;
  }

  .download-app-screen {
    right: -5%;
    bottom: -20%;
    width: 60%;
    transform: rotate(17deg);
  }

  .shaped-box-1 {
    padding-left: 0;
    margin-bottom: 25px;
  }

  .shaped-box-1.mission-container {
    margin-top: 0;
  }

  .shaped-box-1::before {
    width: 180px;
  }

}

@media (min-width:992px) and (max-width:1199px) {
  .header .top-bar::before {
   display: none;
  }

  .link-style-1 {
    padding: 15px 10px;
  }

  .link-style-1 .link-dt {
    font-size: 15px;
    line-height: 20px;
  }

  .footer .footer-link-widget {
    margin-bottom: 20px;
  }

  .download-app-screen {
    bottom: -15%;
    width: 60%;
  }

  .download-app-md {
    height: 260px;
  }

  .download-app-md .app-screen {
    width: 65%;
    top: 60px;
    margin: 0 0 0 auto;
  }

  /* .shaped-box-1{padding-left: 0;margin-bottom: 25px;}
  .shaped-box-1.mission-container{margin-top: 0;} */
  .shaped-box-1::before {
    width: 130px;
  }

  .shaped-box-1 .shaped-box-content {
    padding: 50px 10px 50px 50px;
    margin-left: 10px;
  }

  .shaped-box-1 {
    padding-left: 20px;
  }

  /* .shaped-box-1 .shaped-box-content p {
        font-size: 16px;
    } */
  .recharge-card a .text-container {
    width: 60%;
  }
}

@media (min-width:1200px) and (max-width:1300px) {
  .header .navbar .navbar-brand .nav-text {
    font-family: 'Inter';
    font-size: 20px;
    line-height: 25px;
  }

  .header .navbar-nav .nav-item .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width:1199.99px) {
  .header .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid #625ecd31;
  }

  .header .dropdown-menu {
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .header .navbar .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    right: 10px;
    position: absolute;
    top: 18px;
  }

  .header .navbar-collapse {
    padding: 15px;
    margin: 10px 0;
    border: 1px solid #06bfae7d;
    border-radius: 15px;
  }

  .header .navbar-nav .nav-item .nav-link::before {
    display: none;
    content: none;
  }

  .dropstart .dropdown-toggle::before {
    content: none;
    display: none;
  }

  .header .dropdown-menu .dropdown-menu {
    background: #fffff6;
    width: calc(100% - 10px);
    margin: 5px auto;
  }

  .dropdown-item {
    white-space: normal;
  }
}

@media screen and (min-width:1200px) {
  .header .navbar .dropdown-toggle::after {
    content: none;
    display: none;
  }
}

@media screen and (min-width:1400px) {

  .train-animation,
  .train-animation::after {
    background-size: contain;
  }

  .download-app-md {
    height: 430px;
  }
}

/* dark-version */
body.dark .navbar-toggler {
  padding: 5px 8px;
  font-size: 18px;
  background-color: white;
}

.body.dark .search-form, body.dark  .recharge-card a .btn-arrow-sm {
  border: 1px solid rgba(255, 255, 255, 0.281) !important;
}

body.dark .header .navbar .navbar-brand .nav-text,
body.dark .header .navbar-nav .nav-item .nav-link.active,
body.dark .header .navbar-nav .nav-item .nav-link:hover,
body.dark .know-more-btn,
body.dark .album-item a:hover figcaption span,
body.dark .album-item a figcaption i,
body.dark .archieve-btn,
body.dark .between-stations .single-station:hover p {
  color: wheat;
}

body.dark .header .navbar-nav .nav-item .nav-link,
body.dark .project-card-overlay .project-card-title,
body.dark .text-black,
body.dark .between-stations .single-station p {
  color: white !important;
}

body.dark .theme-color,
body.dark .sec-title .heading,
body.dark .footer-link li a:hover,
body.dark .shaped-box-1 .shape-box-title,
body.dark .card-title {
  color: aqua !important;
}

body.dark .spotlight-container,
body.dark .bg-light-aqua,
body.dark .album-item a,
body.dark .list-two-column li {
  background-color: #335f62 !important;
  background: #335f62 !important;
}

body.dark .search-form-section,
body.dark .download-app,
body.dark .section-places,
body.dark .bg-light {
  background: #202020 !important;
}

body.dark .link-style-1 .link-icon img {
  filter: brightness(4);
}

body.dark .bg-white,
body.dark .link-style-1 {
  background-color: black !important;
}

body.dark .theme-card-body .date {
  background-color: white;
}

body.dark .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(255, 255, 255, 0.075) !important;
}

body.dark .text-dark,
body.dark .download-app .download-app-content p,
body.dark .recharge-card a .btn-arrow-sm {
  color: rgb(236, 236, 236) !important;
}

body.dark .theme-color-2 {
  color: #fff902 !important;
}

body.dark .train-animation .train-running .train-day {
  display: none !important;
}

body.dark .train-animation .train-running .train-night {
  display: block !important;
}

body.dark .inner-page-header {
  background-color: #038a93 !important;
}

body.dark .sp-header .sph-icon {
  height: 100px;
  background: white;
  border-radius: 50%;
  padding: 7px;
}

body.dark .shaped-box-1 .shaped-box-content p,
body.dark .link-card .link-container,
body.dark .select2-results__option,
body.dark .btn-style-1,
.link-card .link-container a {
  color: var(--bs-body-color) !important;
}

body.dark .btn-style-1 {
  background-color: #2ff2d7;
}

body.dark .btn-style-1:hover {
  background-color: #5dff05;
}