  :root {
    --blue: #071b55;
    --white: white;
    --yellow: orange;

  }
body{
  font-family: "Roboto", sans-serif;
}
*{
  font-family: "Roboto", sans-serif;
}

.bg-blue{
  background-color: var(--blue);
}
.font-blue{
  color: var(--blue);
}

.font-white{
  color: var(--white);
}
.bg-yellow{
  background-color: var(--yellow);
}

.font-yellow{
  color: var(--yellow);
}

.btn {
  font-weight: 500;
  transition: .5s;
}

.btn.btn-primary {
  color: #FFFFFF;
}

.btn-sm-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-weight: normal;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: white;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--yellow);
}

.padholiday{
  padding: 88px 60px 88px 150px;
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link  {
      margin-right: 0;
      padding: 10px 0;
  }

  .navbar-light .navbar-nav {
      border-top: 1px solid #EEEEEE;
  }

  .flightss{
    padding: 8px 0;
  }

  .padholiday{
    padding: 16px;
  }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
  height: 75px;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--blue);
  font-weight: 500;
}

.navbar-light.sticky-top {
  top: -100px;
  transition: .5s;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
      display: block;
      border: none;
      margin-top: 0;
      top: 150%;
      opacity: 0;
      visibility: hidden;
      transition: .5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
      top: 100%;
      visibility: visible;
      transition: .5s;
      opacity: 1;
  }
}

.umrah-section{
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/umrah-section.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
  text-align: center;
}

.umrah-sectionf{
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/umrah-sectionf.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
  text-align: center;
}

.holiday-section{
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/holiday-section.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
  text-align: center;
}

.contact-us{
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/contact-us.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
  text-align: center;
}

.about-us{
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/about-us.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
  text-align: center;
}
.flightss{
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/flights.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* height: 400px; */
  text-align: center;
}
.ticketsf{
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/tickets.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
  text-align: center;
}

.bookingsf{
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/bookingsf.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
  text-align: center;
}

.thanksy{
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/thanksy.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  height: 400px;
  text-align: center;
}

.requestcallmeback{
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/requestcallmeback.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
  text-align: center;
}

.ctn{
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/ctn.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  height: 400px;
  text-align: center;
}

.ctntour{
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/ctntour.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  height: 400px;
  text-align: center;
}

.hotelumrah{
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/hotelumrah.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  height: 400px;
  text-align: center;
}

.custom-umrah-submit{
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/custom-umrah-submit.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  height: 400px;
  text-align: center;
}

.umrahpkgp{
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/umrahpkgp.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  height: 400px;
  text-align: center;
}

.privacypolicy{
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/privacypolicy.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  height: 400px;
  text-align: center;
}

.termcondition{
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/termcondition.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  height: 400px;
  text-align: center;
}

.hero-section{
  background-image: url("../images/bg1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  text-align: center;
}
.bg-footer{
background-color:  #071a5549;
  background-image: url("../images/footertop.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #071a5595;
  text-align: center;
}

.opacty{
  opacity: 0.7;
}

.font-s{
  font-size: 12PX;
}

.border-yellow{
  border: 1px solid var(--yellow);
}