@font-face {
    font-family: 'Train One';
    src: url('../fonts/TrainOne-Regular.ttf');
}
.bg-nav{
    background-color: #7952b3;
        /*background-color:  #d6cae8;*/
}
.color-w  {
    color: #e6e6e6;

}
#navBar {

}
.navbar-custom {

}
.hoverLink {
  color: #e6e6e6;
}
.hoverLink:hover {
  color: #ffffff;
  transition: color 0.3s ease-in;
}
.AddImg {
  
    width: 190px;
    margin-top: 30px;
    margin-left:5px;
}

.hoveraLink {
  text-decoration: none;
  color: #e6e6e6;
}
.hoveraLink:hover {
    color: #ffffff;
  transition: color 0.3s ease-in;
}
.siteTitle {
    font-family: 'Train One', cursive;
    font-size: 20px;
    text-align: center;
    /*margin-top: 1%;*/
    border-bottom: none;
    /*position: center;*/
}
.SearchTitle {
    margin-bottom: 2%;
     font-size: 15px;
}
.siteTitle .BusLogoDefault {

  max-height: 80px;

}
.BusLogoScroll {
  max-height: 50px;
}
.HideLogo {
display: none;
}

.move-right {
    float: right;
}
/*bus info msg div*/
#pmsg {
  text-align:  center;
}

.ErrorText
{
    text-align:  center;
}
#CurrentStop {
  

  border-radius: 10px;
    height: 50px;

}

#TargetStop {

  border-radius: 10px;
    height: 50px;
}
#SearchBtn {
  box-shadow: none;
}
.inner-form {
    background: rgba(0, 0, 0, 0.5);
    background-color:  #7952b3;
    /*background-color:  #d6cae8;*/
    padding: 20px;
/*    display: -ms-flexbox;
    display: flex;*/
    width: 100%;
/*    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;*/
    align-items: center;
    max-height: 50%;


 /*   border-radius: 0 0 5px 5px;*/
    box-shadow: 5px 2px 10px #888888;
/*    box-shadow: inset 0 0 0 rgb(53 86 129 / 80%);
    font-family: 'Muli', sans-serif;
    font-weight: normal;*/

}

#BusResult {
    word-wrap: break-word;
    text-align: : center;
}

/*ContactUs Css*/

.card {
    margin: 0 auto;
    /* Added */
    float: none;
    /* Added */
    margin-bottom: 10px;
    /* Added */
    margin-top: 50px;

}

#BusInfoSubmit {

 /*   margin-top: 35px;
    margin-left: 100px;
    border-radius: 10px 10px;*/
 width: 100px;
 height: 30px;


}
#ConSubmitBtn {
 width: 100px;
 height: 30px;
}
.NotFoundBtn {
 width: 100px;



}

#modalbtn1 {
  box-shadow: none;
}
#modalbtn2 {
  box-shadow: none;
}

/*AboutUs*/
#AboutusHeading {

/*    padding: 30px;
    border-radius: 10px 0 10px 0;
    box-shadow: inset 0 0 5px rgb(53 86 129 / 80%);*/

}

.About {

    margin: 0 auto;
    /* Added */
    float: none;
    /* Added */
    margin-bottom: 10px;
    /* Added */
    margin-top: 50px;
    background-color: transparent;

    padding: 30px;
    border-radius: 0 10px 0 10px;
    box-shadow: inset 0 0 5px rgb(53 86 129 / 80%);

}








/*ModalBanner*/



/*Media Querries */

@media screen and (max-width: 767px) {
    body {
      overflow-x: hidden;
    }
    .inner-form {
        display: inherit;
    }

    #lblEnd {
        display: none;
    }
    .site-footer {
     height: 100px;
    }

    .AddImg {
      display: none;
    }
    #srcbtnDiv {
      text-align: center;
    }
    #BtnBusDiv{
      text-align: center;
      margin-bottom: 10px;
    }
    #CaptchaBusDiv{
      margin-left: 180px;
    }
    #BtnContactDiv{
       text-align: center;
      margin-bottom: 10px;
    }
    #CaptchaContactDiv{
       margin-left: 180px;
    }
}

/*@media screen and (max-width: 411px) {

    .inner-form {
        display: inherit;
    }
    #SearchBtn {
        margin-left: 35%;
    }
    #lblEnd {
        display: none;
    }
}*/
.fa {
    font-size: 30px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px;
    border-radius: 50%;
    color: #e6e6e6;
}

.fa:hover {
   color: #ffffff;
   transition: color 0.3s ease-in;

}


.site-footer
{
    padding: 5px;
    width: 100%;
  background-color:#7952b3;
  /*background-color: #d6cae8;*/
  /*padding:25px 0 10px;
  /*padding-top:5px;*/
  font-size:15px;
  /*line-height:24px;*/
  color:#e6e6e6;
  position: fixed;
     left: 0;
    bottom: 0;
    height: 30px;
    /*margin-top: 50%;*/
}
.site-footer .social-icons
{
  text-align:right

}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#003366;
  color: #f2f2f2;
}

@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}



@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0;
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center;
        height: 10px;
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:3px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
 display:contents;
  line-height:44px;

  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear;
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#000000;
  background-color:#29aafe;
}

.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
/*@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
} 

.AdvertisementLeft {
  background-color: red;
  float: left;
  width: 20%;
}
