body {
  box-sizing: border-box;
}
.bg-blue {
  background-color: #001779;
}
.navbar {
  padding: 0.1rem 1rem !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  z-index: 100;
}
.navbar-brand {
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}
#home-section {
  height: 100vh;
  background-color: #001779;
  color: #fff;
  position: relative;
}
.home-inner {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.formtext {
  color: #001779;
  text-align: center;
}
.btn-orange {
  color: #001779;
  background-color: #f9be2c;
  border-color: #f9be2c;
}
.btn-orange:hover {
  color: #fff;
  background-color: #f9be2c;
  border-color: #f9be2c;
}
.home-inner h1,
.home-inner .fas,
.home-inner h4 {
  animation-name: headingLeftMove;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  z-index: 2;
}
.home-inner .fas {
  color: #001779;
  background: white;
  padding: 5px;
  border-radius: 5px;
}
.bottomimg {
  position: absolute;
  left: 0;
  bottom: 35px;
  text-align: center;
  width: 100%;

  background-image: url(../images/bottumimg1502.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
.bottomimg h1 {
  font-size: 4rem;
  font-weight: 900;
}
.bottomimg h2 {
  font-size: 3rem;
}
.headerimg {
  height: 180px;

  background-image: url(../images/bottumimg1502.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
/*About Section*/
#about {
  padding: 30px 0;
  background-color: #fdfdfd;
}
#about h1 {
  color: #001779;
  text-align: center;
  padding: 20px 0px;
}

#about p {
  line-height: 2rem;
  font-size: 1.1rem;
  letter-spacing: 0rem;
}

.busimg {
  padding: 80px 0px;
}
.imgsection img {
  width: 100%;
  border-radius: 20px 20px 0px 0px;
  border: 3px solid #001779;
}
.imgpanel {
  background-color: #001779;
  color: white;
  text-align: center;
  padding: 30px;
  border-radius: 0px 0px 20px 20px;
  border: 3px solid #001779;
}
.imgpanel p {
  margin: 0 !important;
  font-size: 1.5rem;
  text-transform: capitalize;
}
.imgpanel:hover {
  background-color: #005;
}
.card {
  animation: formRighttoLeft 1s ease-out;
}

/*Bus Slider*/
.busSlider {
  background-color: #fdfdfd;
  padding: 40px 0px 140px 0px;
}
.carousel-item img {
  border-radius: 10px;
}
.carousel-caption {
  background-color: #001779;
  color: white;
  font-size: 1rem;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 0px 0px 10px 10px;
}
/*Bus Slider End*/

@keyframes headingLeftMove {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes formRighttoLeft {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  80% {
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

/*Footer Start*/
.footer {
  height: auto;
}
.footerrow {
  position: relative;
}
.footerfirstdiv {
  background-color: #005;
  height: 550px;
  border-radius: 10px 10px 0 0;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.footerfirstdiv img {
  margin: 30px 0px;
}
.footer-social-link {
  color: white;
}
.footer-social-link ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-social-link li {
  display: inline-block;
}
.footer-social-link li a i {
  font-size: 50px;
  padding: 0 5px;
  color: white;
  margin-top: 20px;
}
.menulink {
  color: white;
  padding: 40px;
}
.menulink ul {
  list-style: none;
}
.menulink ul li {
  padding: 10px;
}
.menulink ul li a {
  color: white;
}
.rightsideform {
  margin-left: auto;
}
/*Footer End*/

.contactF {
  background: -webkit-linear-gradient(left, #0072ff, #00c6ff);
}
.contact-form {
  background: #fff;
  margin-top: 10%;
  margin-bottom: 5%;
  width: 70%;
}
.contact-form .form-control {
  border-radius: 1rem;
}
.contact-image {
  text-align: center;
}
.contact-image img {
  border-radius: 6rem;
  width: 11%;
  margin-top: -3%;
  transform: rotate(29deg);
}
.contact-form form {
  padding: 14%;
}
.contact-form form .row {
  margin-bottom: -7%;
}
.contact-form h3 {
  margin-bottom: 8%;
  margin-top: -10%;
  text-align: center;
  color: #0062cc;
}
.contact-form .btnContact {
  width: 50%;
  border: none;
  border-radius: 1rem;
  padding: 1.5%;
  background: #dc3545;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
.btnContactSubmit {
  width: 50%;
  border-radius: 1rem;
  padding: 1.5%;
  color: #fff;
  background-color: #0062cc;
  border: none;
  cursor: pointer;
}

a {
  color: #000;
}

a:link {
  text-decoration: none;
}

.box1 {
  background: rgb(76, 175, 80, 0.6);
}
.box2 {
  background: rgb(192, 192, 200, 0.6);
}
.box3 {
  background: rgb(255, 0, 0, 0.6);
}

#author a {
  color: #fff;
  text-decoration: none;
}
.lhrterminal {
  background-image: url("/images/minar-e-pakistan.jpg");
  background-position: center center;
}
.terminalbox {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.schtable tr {
  line-height: 0.5;
}
table tr {
  line-height: 0.9;
}
.loginbody {
  background-color: #001779;
}
.loginform {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
th,
td {
  text-align: center;
  vertical-align: middle;
}
.topNum {
  display: none;
}
.topNum2 {
  display: none;
}
.formbottomName {
  display: none;
}
@media only screen and (max-width: 990px) {
  .topNum {
    display: block;
  }
  .formbottomName {
    display: block;
    position: absolute;
    width: 100%;
    left: auto;
    bottom: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 580px) {
  .topNum {
    display: block;
    font-size: 1.5rem;
  }
  .formbottomName {
    display: block;
    position: absolute;
    width: 100%;
    left: auto;
    bottom: 0;
    text-align: center;
  }
  .formbottomName h1 {
    font-size: 2.2rem;
  }
  .terminalbox .col-lg-12 h1 {
    font-size: 1.4rem !important;
  }
  .terminalbox .col-lg-12 h1 a {
    font-size: 1.2rem !important;
  }
}
@media only screen and (max-width: 450px) {
  .topNum {
    display: none;
    font-size: 1.5rem;
  }
  .topNum2 {
    display: block;
    font-size: 1.5rem;
  }
  .terminalbox .col-lg-12 h1 {
    color: red;
    font-size: 0.5rem;
  }
  .terminalbox .col-lg-12 h1,
  .terminalbox .col-lg-12 h1 a {
    font-size: 1rem !important;
  }
}
