@import url("https://fonts.googleapis.com/css2?family=Baloo+Da+2&family=Tajawal&display=swap");
* {
  font-family: "Baloo Da 2", "Tajawal";
  outline: none !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

a {
  text-decoration: none;
}

html,
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.nav-toggle {
  height: 40px;
  background: none;
  border: #fff 1px solid;
  margin: 0 10px;
  border-radius: 6px;
  cursor: pointer;
  display: none;
}

.nav-toggle img {
  height: 30px;
  vertical-align: middle;
}

.sidebar li a {
  font-size: 18px;
}

.sidebar a.sidebar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidebar a.sidebar-brand p {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 20px;
  text-align: left;
  padding: 0 10px;
}

nav.top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 8%;
  width: 100%;
  position: relative;
  z-index: 50;
}

nav.top-nav .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav.top-nav .logo a img {
  height: 35px;
}

nav.top-nav .logo a p {
  margin: 0 15px;
  font-size: 23px;
  color: #222;
  white-space: nowrap;
}

nav.top-nav .links-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

nav.top-nav .links-box li {
  margin: 0 10px;
}

nav.top-nav .links-box li a {
  display: block;
  color: #6A6A6A;
  font-size: 18px;
  padding: 10px 20px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  border-radius: 6px;
  white-space: nowrap;
}

nav.top-nav .links-box li a img {
  height: 25px;
  margin: 0 5px;
  vertical-align: middle;
}

nav.top-nav .links-box li a:hover {
  background: rgba(0, 0, 0, 0.1);
}

nav.top-nav .links-box li.n-active a {
  background: #fff;
  color: #E62117;
}

.home-box {
  padding: 25px 6%;
}

.home-box .home-start-col {
  padding: 15px 10%;
}

.home-box .home-start-col .logo {
  height: 138px;
  display: block;
  margin: 25px auto;
}

.home-box .home-start-col .bio {
  font-size: 17px;
  color: #555;
  text-align: center;
  margin: 25px 0;
}

.home-box .home-slider img {
  width: 100%;
  height: 300px;
  display: block;
  margin: auto;
}

.home-box .home-slider h1 {
  color: #E62117;
  font-size: 30px;
  line-height: 1.2;
}

.home-box .slick-prev:before,
.home-box .slick-next:before {
  color: #E62117 !important;
}

.home-box .slick-dots li button:before {
  font-size: 18px;
  color: #E62117;
}

.home-box .slick-dots li.slick-active button:before {
  color: #E62117;
}

.planes-box .we-pm-icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotateZ(-20deg);
          transform: rotateZ(-20deg);
}

.planes-box .earth-overlay-box {
  position: absolute;
  z-index: 40;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  top: 0;
}

.planes-box #earth_div {
  top: 50px;
  bottom: 0;
  left: 0;
  width: 50%;
  position: absolute !important;
}

.planes-box .content-box {
  width: 50%;
  float: right;
  text-align: center;
  margin-top: 82px;
}

.planes-box .content-box .full-of,
.planes-box .content-box .your-v-box {
  font-size: 30px;
  color: #fff;
  margin: 0;
}

.planes-box .content-box .count {
  color: #fff;
  font-size: 50px;
  margin: 0;
}

.planes-box .content-box .count img {
  width: 80px;
  -webkit-transform: rotateZ(-25deg);
          transform: rotateZ(-25deg);
  vertical-align: middle;
}

.planes-box .content-box .seats-box {
  font-size: 30px;
  color: #fff;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px;
}

.planes-box .content-box .seats-box img {
  width: 30px;
  vertical-align: middle;
}

.train-box .content-box {
  width: 100%;
  float: right;
  text-align: center;
  margin-top: 22px;
}

.train-box .content-box .full-of,
.train-box .content-box .your-v-box {
  font-size: 30px;
  color: #0c4d89;
  margin: 0;
  display: inline-block;
}

.train-box .content-box .count {
  color: #0c4d89;
  font-size: 50px;
  margin: 0;
}

.train-box .content-box .count img {
  width: 80px;
  vertical-align: middle;
}

.train-box .content-box .seats-box {
  font-size: 30px;
  color: #0c4d89;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px;
}

.train-box .content-box .seats-box img {
  width: 30px;
  vertical-align: middle;
}

.train-box .train-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

.train-box .train-1 .grass {
  width: 100%;
  border-top: #555 8px solid;
  display: block;
}

.train-box .train-1 .train-road {
  width: 100%;
  overflow: hidden;
}

.train-box .train-1 .train {
  height: 80px;
  display: block;
  position: relative;
  display: none;
}

.train-box .train-1 .tree {
  position: absolute;
  bottom: 25px;
  left: 25px;
  height: 222px;
}

.train-box .train-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  bottom: 70px;
  z-index: -1;
}

.train-box .train-2 .train {
  height: 31px;
  display: block;
  position: relative;
  bottom: -12px;
  z-index: -1;
  display: none;
}

.train-box .train-2 .bridge {
  width: 100%;
  display: block;
}

.car-box .content-box {
  width: 100%;
  text-align: center;
  margin-top: 22px;
  z-index: 5;
  position: absolute;
}

.car-box .content-box .full-of,
.car-box .content-box .your-v-box {
  font-size: 30px;
  color: #0c4d89;
  margin: 0;
  display: inline-block;
}

.car-box .content-box .count {
  color: #0c4d89;
  font-size: 50px;
  margin: 0;
}

.car-box .content-box .count img {
  width: 80px;
  vertical-align: middle;
}

.car-box .content-box .seats-box {
  font-size: 30px;
  color: #0c4d89;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px;
}

.car-box .content-box .seats-box img {
  width: 30px;
  vertical-align: middle;
}

.car-box .city-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
}

.car-box .road {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 100%;
}

.car-box .road-1 .road {
  bottom: -20px;
}

.car-box .road-2 .road {
  bottom: 30px;
}

.car-box .car {
  height: 100px;
  position: relative;
}

.bus-box .content-box {
  width: 65%;
  text-align: center;
  margin-top: 22px;
  right: 2%;
  z-index: 5;
  position: absolute;
}

.bus-box .content-box .full-of,
.bus-box .content-box .your-v-box {
  font-size: 30px;
  color: #0c4d89;
  margin: 0;
  display: inline-block;
}

.bus-box .content-box .count {
  color: #0c4d89;
  font-size: 50px;
  margin: 0;
}

.bus-box .content-box .count img {
  width: 80px;
  vertical-align: middle;
}

.bus-box .content-box .seats-box {
  font-size: 30px;
  color: #0c4d89;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px;
}

.bus-box .content-box .seats-box img {
  width: 30px;
  vertical-align: middle;
}

.bus-box .bus-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

.bus-box .bus-1 .grass {
  width: 100%;
  border-top: #555 8px solid;
  display: block;
}

.bus-box .bus-1 .tree {
  position: absolute;
  bottom: 25px;
  left: 25px;
  height: 222px;
}

.bus-box .city-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.bus-box .road {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 100%;
}

.bus-box .road-1 .road {
  bottom: -20px;
}

.bus-box .road-2 .road {
  bottom: 30px;
}

.bus-box .car {
  height: 100px;
  position: relative;
}

.van-box .content-box {
  width: 50%;
  text-align: center;
  margin-top: 22px;
  z-index: 5;
  left: 0;
  position: absolute;
}

.van-box .content-box .full-of,
.van-box .content-box .your-v-box {
  font-size: 30px;
  color: #fff;
  margin: 0;
  display: inline-block;
}

.van-box .content-box .count {
  color: #fff;
  font-size: 50px;
  margin: 0;
}

.van-box .content-box .count img {
  width: 80px;
  vertical-align: middle;
}

.van-box .content-box .seats-box {
  font-size: 30px;
  color: #fff;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px;
}

.van-box .content-box .seats-box img {
  width: 30px;
  vertical-align: middle;
}

.van-box .bus-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

.van-box .bus-1 .grass {
  width: 100%;
  border-top: #555 8px solid;
  display: block;
}

.van-box .bus-1 .tree {
  position: absolute;
  bottom: 25px;
  left: 25px;
  height: 222px;
}

.van-box .city-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
}

.van-box .road {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 100%;
}

.van-box .road-1 .road {
  bottom: -20px;
}

.van-box .road-2 .road {
  bottom: 30px;
}

.van-box .car {
  height: 100px;
  position: relative;
}

.minibus-box .content-box {
  width: 100%;
  text-align: center;
  margin-top: 22px;
  z-index: 5;
  position: absolute;
}

.minibus-box .content-box .full-of,
.minibus-box .content-box .your-v-box {
  font-size: 30px;
  color: #0c4d89;
  margin: 0;
  display: inline-block;
}

.minibus-box .content-box .count {
  color: #0c4d89;
  font-size: 50px;
  margin: 0;
}

.minibus-box .content-box .count img {
  width: 80px;
  vertical-align: middle;
}

.minibus-box .content-box .seats-box {
  font-size: 30px;
  color: #0c4d89;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px;
}

.minibus-box .content-box .seats-box img {
  width: 30px;
  vertical-align: middle;
}

.minibus-box .bus-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

.minibus-box .bus-1 .grass {
  width: 100%;
  border-top: #555 8px solid;
  display: block;
}

.minibus-box .bus-1 .tree {
  position: absolute;
  bottom: 25px;
  left: 25px;
  height: 222px;
}

.minibus-box .city-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
}

.minibus-box .road {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 100%;
}

.minibus-box .road-1 .road {
  bottom: -20px;
}

.minibus-box .road-2 .road {
  bottom: 30px;
}

.minibus-box .car {
  height: 100px;
  position: relative;
}

.york-box .content-box {
  width: 100%;
  text-align: center;
  margin-top: 22px;
  right: 2%;
  z-index: 5;
  position: absolute;
}

.york-box .content-box .full-of,
.york-box .content-box .your-v-box {
  font-size: 30px;
  color: #0c4d89;
  margin: 0;
  display: inline-block;
}

.york-box .content-box .count {
  color: #0c4d89;
  font-size: 50px;
  margin: 0;
}

.york-box .content-box .count img {
  width: 80px;
  vertical-align: middle;
}

.york-box .content-box .seats-box {
  font-size: 30px;
  color: #0c4d89;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px;
}

.york-box .content-box .seats-box img {
  width: 30px;
  vertical-align: middle;
}

.york-box .circle-city-box {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 76%;
  width: 100%;
  overflow: hidden;
}

.york-box .circle-city-box .circle-city {
  position: absolute;
  z-index: 50;
  width: 2200px;
  top: 0;
  right: 0;
  left: -480px;
  margin: auto;
}

.china-box .content-box {
  width: 100%;
  text-align: center;
  margin-top: 22px;
  right: 2%;
  z-index: 5;
  position: absolute;
}

.china-box .content-box .full-of,
.china-box .content-box .your-v-box {
  font-size: 30px;
  color: #fff;
  margin: 0;
  display: inline-block;
}

.china-box .content-box .count {
  color: #fff;
  font-size: 50px;
  margin: 0;
}

.china-box .content-box .count img {
  width: 80px;
  vertical-align: middle;
}

.china-box .content-box .seats-box {
  font-size: 30px;
  color: #fff;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px;
}

.china-box .content-box .seats-box img {
  width: 30px;
  vertical-align: middle;
}

.china-box .circle-city-box {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 76%;
  width: 100%;
  overflow: hidden;
}

.china-box .circle-city-box .circle-city {
  position: absolute;
  z-index: 50;
  width: 2200px;
  top: 0;
  right: 0;
  left: -480px;
  margin: auto;
}

.soccer-box .content-box {
  width: 100%;
  text-align: center;
  margin-top: 22px;
  right: 2%;
  z-index: 21;
  position: absolute;
}

.soccer-box .content-box .full-of,
.soccer-box .content-box .your-v-box {
  font-size: 30px;
  color: #fff;
  margin: 0;
  display: inline-block;
}

.soccer-box .content-box .count {
  color: #fff;
  font-size: 50px;
  margin: 0;
}

.soccer-box .content-box .count img {
  width: 80px;
  vertical-align: middle;
}

.soccer-box .content-box .seats-box {
  font-size: 30px;
  color: #fff;
  margin: 0;
  padding-top: 15px;
}

.soccer-box .content-box .seats-box img {
  width: 30px;
  vertical-align: middle;
}

.soccer-box .soccer-img {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
}

.rainfall-box {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 20;
  padding-top: 25px;
}

.start-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.start-box .input-box {
  padding: 3px 15px;
  border-radius: 50px;
  border: #707070 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 15px;
}

.start-box .input-box input {
  border: none;
  padding: 5px;
  width: 100%;
  font-size: 18px;
}

.start-box .input-box img {
  height: 25px;
}

.contact-box {
  width: 60%;
  margin: 50px auto;
  display: block;
  background: #fff;
  padding: 15px;
  border-radius: 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
          box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
  text-align: center;
}

.contact-box .page-title {
  color: #E62117;
  text-align: center;
}

.contact-box .email {
  color: #E62117;
  width: 90%;
  margin: auto;
  padding: 8px;
  border: #E62117 1px solid;
  border-radius: 150px;
}

.contact-box .bio {
  font-size: 20px;
}

.btn1 {
  background: rgba(230, 33, 23, 0.04);
  border: #E62117 1px solid;
  color: #E62117;
  border-radius: 50px;
  padding: 5px 15px;
  font-size: 18px;
  white-space: nowrap;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rotate {
  -webkit-animation: rotation 200s;
          animation: rotation 200s;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

.linear {
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.rotate-image {
  -webkit-animation: rotation 2s linear infinite;
          animation: rotation 2s linear infinite;
}
/*# sourceMappingURL=styles.css.map */