@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@font-face {
    font-family: myFlamaRegular;
    src: url(../myfont/flamaRegular.woff);
}

@font-face {
    font-family: myFlamaBold;
    src: url(../myfont/Flama-Bold.woff);
}

@font-face {
    font-family: myFlamaLight;
    src: url(../myfont/Flama-Light.woff);
}

:root{
  --bs-text-color-1: #414042;
  --bs-text-color-2:#5A5F64;
  --bs-light-color: #fff;
  --bs-primary-color: #064694;
  --bs-secondary-color: #276FF1;
  --bs-background-color:#F2F4F4;
  --bs-footer-bg-color:#003461;
  --bs-hr-color:#819595;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    
}
/*body{
  background-color: var(--bs-footer-bg-color);
}*/
.bg-light{
background-color: var(--bs-light-color);
}
.bg-blue{
  background-color: var(--bs-primary-color);
}
.bg-second-blue{
 background-color: var(--bs-secondary-color);
}
.bg-dark-blue{
  background-color: #002145;
}
.bg-home-gradient{
  background: rgb(255,255,255);
background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(242,244,244,1) 42%, rgba(255,255,255,1) 47%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(242,244,244,1) 42%, rgba(255,255,255,1) 47%, rgba(255,255,255,1) 100%);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(242,244,244,1) 42%, rgba(255,255,255,1) 47%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.bg-grey-gradient{
  background: rgb(255,255,255);
background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(242,244,244,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(242,244,244,1) 100%);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(242,244,244,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f2f4f4",GradientType=1);
}
.bg-blue-gradient{
  background: rgb(79,166,246);
background: -moz-radial-gradient(circle, rgba(79,166,246,1) 0%, rgba(39,111,241,1) 100%);
background: -webkit-radial-gradient(circle, rgba(79,166,246,1) 0%, rgba(39,111,241,1) 100%);
background: radial-gradient(circle, rgba(79,166,246,1) 0%, rgba(39,111,241,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4fa6f6",endColorstr="#276ff1",GradientType=1);
}
.bg-blue-gradient2{
  background: rgb(39,111,241);
background: -moz-linear-gradient(270deg, rgba(39,111,241,1) 0%, rgba(6,70,148,1) 100%);
background: -webkit-linear-gradient(270deg, rgba(39,111,241,1) 0%, rgba(6,70,148,1) 100%);
background: linear-gradient(270deg, rgba(39,111,241,1) 0%, rgba(6,70,148,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#276ff1",endColorstr="#064694",GradientType=1);
}
.bg-blue-raidal-gradient{
  background: rgb(39,111,241);
background: -moz-radial-gradient(circle, rgba(39,111,241,1) 0%, rgba(6,70,148,1) 100%);
background: -webkit-radial-gradient(circle, rgba(39,111,241,1) 0%, rgba(6,70,148,1) 100%);
background: radial-gradient(circle, rgba(39,111,241,1) 0%, rgba(6,70,148,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#276ff1",endColorstr="#064694",GradientType=1);
}
.bg-pattern1{
 background-image: url(../images/Indian-Railways-logo-for-pattern.svg);
}
.breadcrumb{
  font-size: .875rem;
}
.breadcrumb-item a{
  color:var(--bs-primary-color);
  font-family: "Roboto", sans-serif;
  text-decoration: none;
}
.breadcrumb a:hover{
  text-decoration: underline;
}
.breadcrumb .active{
  color: var(--bs-text-color-1);
}


/* navbar styling start */
.navbar-brand img{
    height: 65px;
}
.navbar-nav .nav-item .nav-link{
    padding: 0 12px;
    margin-left: 3px;
    margin-right: 3px;
    color: var(--bs-text-color-1);
    font-family: myFlamaRegular;
    font-size: .875rem;
    line-height: 24px;
    text-transform: uppercase;
    border: 1px solid var(--bs-light-color);
    border-radius: .875rem;
    
    
    
}
.nav-link{
    transition: all .5s;
}
.navbar-nav .nav-item .nav-link:hover{
    border-color: #B2B2B2;
}
.navbar-nav .nav-item .active{
    color: var(--bs-secondary-color);
    border-color: var(--bs-secondary-color);
}
.navbar-nav .nav-item .active:hover{
    color: var(--bs-secondary-color);
    border-color: var(--bs-secondary-color);
}

/* navbar toggle icon customized */
.navbar-toggler{
  border-radius: 0;
}
.navbar-toggler-icon {
    background-image: none!important;
    background-color: var(--bs-secondary-color);
    height: 3px;
    width: 20px;
    margin: 10px 0;
    position: relative;
    transition: all 0.35s ease-out;
    transform-origin: center;
  }
  
  .navbar-toggler-icon::before {
    display: block;
    background-color: var(--bs-secondary-color);
    height: 3px;
    content: "";
    position: relative;
    top: -6px;
    transition: all 0.15s ease-out;/*taken down to hide quicker*/
    transform-origin: center;
  }
  
  .navbar-toggler-icon::after {
    display: block;
    background-color: var(--bs-secondary-color);
    height: 3px;
    content: "";
    position: relative;
    top: 3px;
    transition: all 0.35s ease-out;
    transform-origin: center;
  }
  


/* navbar media queries */
  @media(max-width:576px){
    .navbar-brand img{
        height: 55px;
    }
  }
  @media(max-width:1200px){
    .offcanvas-header .btn-close{
      border: 1px solid #dfdfdf;
      border-radius: 0;
      margin-top: 5px;
      margin-right: 5px;
      background:transparent url('../images/btn-close.svg') center / 1em auto no-repeat;
      opacity: 1;
    }
    .navbar-nav .nav-item .nav-link{
      padding: 12px 15px;
      margin-top: 3px;
      margin-bottom:3px;
      color: var(--bs-text-color-1);
      font-size: 1rem;
      
      text-transform: uppercase;
      border: none;
      border-radius: .875rem;
      
      
    
      
  }
  .navbar-nav .nav-item .nav-link:active,
  .navbar-nav .nav-item .nav-link:hover,
  .navbar-nav .nav-item .nav-link:focus
  {
    background-color: var(--bs-secondary-color);
    color: var(--bs-light-color);
  }

    .offcanvas {
        background-image: url('../Content/images/Indian-Railways-logo-for-pattern.svg');
        background-size: 100%;
        background-repeat: no-repeat;
        background-position-y: 70px;
    }
  }

/* navbar styling ends */

/* banner starts */
.hero-section{
  position: relative;
}
.hero-section::before{
  content: " ";
  height: 100%;
  width: 50%;
  position: absolute;
  right: 50%;
  top: 0;
  /* background: rgb(255,255,255);
background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(242,244,244,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(242,244,244,1) 100%);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(242,244,244,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f2f4f4",GradientType=1); */
background: rgb(255,255,255);
background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(242,244,244,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(242,244,244,1) 100%);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(242,244,244,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f2f4f4",GradientType=1);
}
.hero-banner {
    background-image: url('../Content/images/banner-bg.jpg');
    background-size: cover;
    height: 320px;
    position: relative;
}
.banner-overlap-white {
    height: 320px;
    width: 600px;
    /* background-color: #B2B2B2; */
    background-image: url('../Content/images/Group 74.svg');
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    text-align: right;
    overflow: hidden;
}
.banner-overlap-white img{
  height: 120px;
}
.banner-text{  
  margin-left: 100px;
  /* background-color: #dfdfdf; */
  color: var(--bs-text-color-2);
  width: 500px;
  direction:rtl;
  font-size: .875rem;
  font-family: "Roboto", system-ui;  
}

/* media queries */
@media(max-width:1200px){
  .banner-overlap-white{
    width: 450px;
  }
  .banner-text{
    width: 350px;
    font-size: 0.813rem;
  }
}
@media(max-width:992px){
  .banner-overlap-white img{
    height: 100px;
  }
  .banner-overlap-white{
    width: 380px;
  }
  .banner-text{
    width: 280px;
    font-size: 0.75rem;
  }
}

@media(max-width:768px){
  .banner-overlap-white img{
    height: 30px;
    /* display: none; */
  }
  .banner-overlap-white{
    background-image: none;
    /* background-color: var(--bs-light-color); */
    text-align: center;
    width: 100%;
    height: fit-content;
    /* margin-top: 120px; */
    backdrop-filter: blur(7px);
    background-color: rgba(255, 255, 255, .85);
    /* left: 10%; */
    bottom: 0;
    border-radius: 0px;
    
  }
  .banner-text{
    width: 100%;
    margin-left: 0px;
    direction: ltr;
    margin-bottom: 0;
    
  }
}
/* banner ends */

/* main content starts */
.bg-main{
  background-color: var(--bs-background-color);
}
/* main content ends */

.notification-anchor{
  text-decoration: none;
  display: block;
  margin-top: 20px;
}
.notification-anchor:first-child{
  margin-top: 0px;
}
.home-notifications-div{
  background-color: rgba(140,160,160, 0.2);
  padding: 13px 54px 13px 25px;
  border-radius: 0px 15px 15px 0px;
  transition: all 0.3s;

}
.home-notifications-div:hover{
  background-color: rgba(140,160,160, 0.35);
}
.home-notifications-div p{
  margin-bottom: 0;
  font-family: myFlamaRegular;
  font-weight: 100;
  color: var(--bs-text-color-1);
  font-size: 0.938rem;
}
.normal-notification{
  position: relative;
}
.normal-notification::before{
  content: " ";
  height: 100%;
  width: 8px;
  background-color: #819595;
  position: absolute;
  top:0;
  left: 0;
}
.normal-notification::after{
  content: " ";
  background-image: url('../Content/images/notify-arrow.svg');
  background-repeat: no-repeat;
  height: 24px;
  width: 18px;
  position: absolute;
  top:0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 12px;
  transition: all 0.3s;
}
.normal-notification:hover::after{
  transform: translateX(-10px);
}
.new-notification{
  position: relative;
}
.new-notification::before{
  content: " ";
  height: 100%;
  width: 15px;
  background:rgb(43,122,248) url('../Content/images/NEW-text.svg') no-repeat center center;
  background:  -moz-linear-gradient(180deg, rgba(43,122,248,1) 0%, rgba(22,61,124,1) 100%) url('../Content/images/NEW-text.svg') no-repeat top center;
  background: -webkit-linear-gradient(180deg, rgba(43,122,248,1) 0%, rgba(22,61,124,1) 100%) url('../Content/images/NEW-text.svg') no-repeat top center;
  background: linear-gradient(180deg, rgba(43,122,248,1) 0%, rgba(22,61,124,1) 100%) url('../Content/images/NEW-text.svg') no-repeat top center ;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b7af8",endColorstr="#163d7c",GradientType=1);
  position: absolute;
  top:0;
  left: 0;  
}
.new-notification::after{
  content: " ";
  background-image: url('../Content/images/notify-arrow-blue.svg');
  background-repeat: no-repeat;
  height: 24px;
  width: 18px;
  position: absolute;
  top:0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 12px;
  transition: all 0.3s;
}
.new-notification:hover::after{
  transform: translateX(-10px);
}

/* latest updates */
.table-styled-ul{
  background-color: var(--bs-primary-color);
  border-radius: 10px;
  list-style: none;
  padding: 13px 0px 0px 0px;
  color: var(--bs-light-color);
}
.table-heading-text{
  padding: 0px 15px;
  margin-bottom: 13px;
  font-family: myFlamaRegular;
  line-height: 1.25rem;
}
.font-size-16{
  font-size: 1rem;
}
.table-styled-ul li{
  display: block;
  padding: 15px 15px;
  background-color: var(--bs-light-color);
  color: var(--bs-text-color-1);
  position: relative;
  
}
.table-styled-ul li::before{
  content: " ";
  height: 1px;
  width: calc(100% - 30px);
  background-color: rgba(112, 112, 112, .3);
  position: absolute;
  left: 15px;
  top: 0;
}
.empty-filler{
  height: 100px;
  display: block;
  
}
.table-styled-ul li a{
  color: var(--bs-primary-color);
  text-decoration: none;
}
.table-styled-ul li a:hover{
  text-decoration: underline;
}

.para-text1{
  font-family: "Roboto", sans-serif;
  font-size: 0.938rem;
  color: var(--bs-primary-color);
  margin-bottom: 0;
}
.date-text{
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  color: var(--bs-text-color-2);
  margin-bottom: 0;
}

/* media queries */
@media(max-width:768px){
  .empty-filler{
    display: none;
  }
}

/* footer starts */
footer{
  background-color: var(--bs-footer-bg-color);
  min-height: 50px;
}
.footer-nav, .footer-nav a {
  color: rgba(255, 255, 255, .5);
  text-decoration: none;
  font-family: myFlamaLight;
  font-size: 1rem;
}
.footer-nav a{
  padding: 2px 5px;
}
.footer-nav a:hover{
  color: rgba(255, 255, 255, .85);
  
}
.footer-nav li{
  margin-left: 15px;
  margin-right: 15px;
  font-family: myFlamaLight;
}
.footer-text{
  font-family: myFlamaLight;
  font-size: .875rem;
  color: rgba(255, 255, 255, .5);
}
@media(max-width:992px){
  .footer-nav li{
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media(max-width:768px){
  .footer-nav{
    display:block;
    text-align: center;
    
  }
}
/* footer ends */


/* about us page */
.inner-banner{
  height: 100px;
  width: 100%;
  
}
.inner-banner h1{
  text-transform: uppercase;
  font-family: myFlamaBold;
  font-size: 2.5rem;
  text-align: center;
  color: var(--bs-light-color);
  line-height: 105px;
  padding: 0;
  margin: 0;
  text-shadow: 0px 3px rgba(0,0,0,.3);
  /* text-shadow: 0px 0px 20px rgba(0,0,0,.5); */
}
.about-us-banner{
  background-image: url('../Content/images/banner-about-us-01-01.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.about-us-image{
  /* background-color: var(--bs-secondary-color); */
  background: rgb(79,166,246);
background: -moz-radial-gradient(circle, rgba(79,166,246,1) 0%, rgba(39,111,241,1) 100%);
background: -webkit-radial-gradient(circle, rgba(79,166,246,1) 0%, rgba(39,111,241,1) 100%);
background: radial-gradient(circle, rgba(79,166,246,1) 0%, rgba(39,111,241,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4fa6f6",endColorstr="#276ff1",GradientType=1);
  overflow: hidden;
  position: relative;
}

.about-us-image::after{
  content: " ";
  height: 118px;
  width: 100%;
  position: absolute;
  left: 50%;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 17px;
  background-color: rgba(0,0,0,.15);
  z-index: 990;
  transform: rotate(0deg);
  transform-origin: 0% 50%;
  /* display: none; */
  
}
.about-us-image img{
  position: relative;
  z-index: 999;
  filter:drop-shadow(rgba(0,0,0,.3) 0.5rem 0rem 1rem);
  /* filter:drop-shadow(rgba(0,0,0,.3) 0.5rem 0.5rem 1rem); */
}
.para-text2{
  font-family: "Roboto", sans-serif;
  font-size: 0.938rem;
  color: var(--bs-text-color-2);
  margin-bottom: 0;
  line-height: 1.5rem;
}
.featured-box-1{
  background-color: var(--bs-light-color);
  padding: 30px;
  border-radius: 10px;
  height: 100%;
  box-shadow: 0px 8px 30px rgba(0,0,0,.05);
}
.featured-box-1 img{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.featured-box-1 h2{
  font-family: myFlamaRegular;
  font-size: 1.5rem;
  color: var(--bs-primary-color);
  text-transform: uppercase;
  margin-top: 15px;
  text-align: center;
}
.featured-box-1 p{
  margin-top: 40px;
  text-align: center;
}
@media(max-width:1200px){
  .inner-banner{
    height: 100px;
  
  }
  .inner-banner h1{
    line-height: 105px;
    font-size: 2.5rem;
  }
}
@media(max-width:768px){
  .inner-banner{
    height: 90px;
   
  }
  .inner-banner h1{
    line-height: 95px;
    font-size: 2rem;
  }
}

/* contact us starts */
.contact-us-banner{
  background-image: url('../Content/images/banner-contact-us.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.heading2{
  color: var(--bs-primary-color);
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
}
.phone-email-div a{
  display: block;
  margin-top: 15px;
  color: var(--bs-primary-color);
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  position: relative;
  padding-left: 35px;
}
.phone-email-div a:hover{ text-decoration: underline;}
.phone-email-div a i{
  font-size: 1.5rem;
  width: auto;
  color: var(--bs-primary-color);
  position: absolute;
  left: 0;
  top: 0;
}
.hr1{
  color: var(--bs-hr-color);
  width: 50%;
}
/* contact us ends */


/* result starts */
.result-banner{
  background-image: url('../Content/images/banner-result.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.table-styled-ul-2{
  height: 100%;
  background-color: var(--bs-light-color);
  border-radius: 10px;
  list-style: none;
  padding: 0px 0px 0px 0px;
  color: var(--bs-light-color);
  padding-bottom: 15px;
  overflow: hidden;
}
.table-heading-text2{
  padding: 15px 30px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-family: myFlamaRegular;
  line-height: 1.25rem;
  background-color: var(--bs-primary-color);
  
}
.table-styled-ul-2 li{
  display: block;
  padding: 20px 30px 0px 60px;
  background-color: var(--bs-light-color);
  color: var(--bs-text-color-2);
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  
}
.table-styled-ul-2 li a{
  text-decoration: none;
  color: var(--bs-text-color-2);
}
.table-styled-ul-2 li a:hover{
  text-decoration: underline;

}
.table-styled-ul-2 li:last-child{
  padding-bottom: 0;
}
.table-styled-ul-2 li::before{
  content: " ";
  height: 14px;
  width: 14px;
  background-color: var(--bs-hr-color);
  border-radius: 7px;
  position: absolute;
  left: 30px;
  top: 23px;
}
.bshadow-1{
  box-shadow: 0px 8px 30px rgba(0,0,0,.05);
}
/* result ends */


/* notification starts */
.notification-banner{
  background-image: url(../Content/images/banner-notify.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}
.notification-table{
  margin-top: 30px;
  border-radius: 15px;
  background-color: #064694;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  border: none;
  
  
}
.notification-table th{
  background-color: var(--bs-primary-color);
  color: var(--bs-light-color);
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 400;
  border: none;
}
.notification-table tr{ border: none;}
.notification-table>tbody>tr:nth-of-type(even)>* {
  border: none;
  background-color: #F0F2F2;
}
.notification-table>tbody>tr:nth-of-type(odd)>* {
  border: none;
  background-color:var(--bs-light-color);
}
.notification-table td{
  border: none;
 color: var(--bs-text-color-2)
}

@media(max-width:992px){
  .notification-banner{    
    background-position: center center;
    background-size: cover;
  }
}
/* notification ends */
