﻿.topnav {
  overflow: hidden;
  padding-left: 27%;
  /* height: 92px; */
  color: #fff;
  /* border-bottom: 3px solid #ffde0c; */
  background: #fff;
}

.align-items-center {
  align-items: center !important;
}

.col-lg-6 {
  flex: 0 0 auto;
  width: 50%;
}

.about-left {
  position: relative;
}

.team-area {
  position: relative;
  overflow: hidden;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.site-heading {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.site-title-tagline {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 18px;
  font-weight: 700;
  color: #ffb300;
}

.site-heading p {
  margin-top: 15px;
}

.download-btn {
  display: flex;
  gap: 15px;
}

  .download-btn a i {
    font-size: 40px;
  }

.download-btn-content {
  display: flex;
  flex-direction: column;
}

  .download-btn-content span {
    font-weight: 500;
    font-size: 14px;
  }

.download-img {
  position: absolute;
  right: 0px;
  bottom: -30px;
  width: 55%;
}

.site-title-tagline::before {
  content: "";
  position: absolute;
  height: 10px;
  width: 100%;
  background: #ffb300;
  opacity: .2;
  left: -2px;
  bottom: 0;
}

.team-img img {
  border-radius: 30px;
  padding: 6px;
  border: 3px solid #ffb300;
  box-shadow: var(--box-shadow);
}

.team-content {
  padding: 10px 0 5px 0;
}

.team-bio h5 {
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.team-bio span {
  font-size: 16px;
  font-weight: 500;
  color: #ffb300;
  text-transform: capitalize;
}

.team-item::before {
  content: "";
  position: absolute;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 0 15px rgb(0 0 0 / 17%);
  width: 100%;
  height: 70%;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.download-btn a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 20px;
  background: var(--theme-color);
  color: #fff;
  border-radius: 50px;
  box-shadow: 0 0 15px rgb(0 0 0 / 17%);
}

.team-item {
  padding: 0 20px 20px 20px;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
  transition: var(--transition);
  z-index: 1;
}

.download-btn a:first-child {
  background: #ffb300;
}

.download-btn a:last-child {
  background: #000;
}

.download-wrapper {
  position: relative;
  background-image: url(/content/img/shape-7.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  padding: 40px;
  overflow: hidden;
  z-index: 1;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.site-heading {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.py-1201 {
  padding: 40px 0;
}

.about-img img {
  border-radius: 15px;
}

.about-experience {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  top: 0px;
  left: 0px;
  display: none;
  background: #111111;
  border-radius: 50px;
  padding: 10px 30px 10px 10px;
  color: #fff;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 10%);
}

.about-experience-icon {
  color: #ffffff;
  font-size: 45px;
  width: 70px;
  height: 70px;
  line-height: 63px;
  text-align: center;
  background: #ffb300;
  border-radius: 50px;
}

  .about-experience-icon img {
    width: 50px;
    padding-top: 10px;
    filter: brightness(0) invert(1);
  }

.about-right {
  position: relative;
  display: block;
  padding-left: 30px;
}

.site-heading {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.site-title-tagline {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 18px;
  font-weight: 700;
  color: #ffb300;
}

  .site-title-tagline::before {
    content: "";
    position: absolute;
    height: 10px;
    width: 100%;
    background: #ffb300;
    opacity: .2;
    left: -2px;
    bottom: 0;
  }

.site-title {
  margin-top: 21px;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 45px;
  color: #111111;
  margin-bottom: 0;
}

  .site-title span {
    color: #ffb300;
  }

.about-list-wrapper {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}

.about-list {
  position: relative;
  display: block;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.about-list li {
  position: relative;
  margin-top: 14px !important;
  font-weight: 500;
}

.topnav a {
  float: left;
  font-weight: 600;
  display: block;
  color: #555;
  text-align: center;
  padding: 25px 7px 22px 12px;
  text-decoration: none;
  font-size: 18px;
  font-family: "calibri";
}


/*.topnav a:hover {
  background-color: #ffde0c;
    color: white;
}
*/

.active {
  /*background-color: #4CAF50;*/
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {
    display: none;
  }

  .topnav a.icon {
    float: right;
    display: block;
  }

  .fuh {
    background-color: #000;
    color: #fff;
    padding: 6px 1px;
    border-radius: 8px;
    margin-top: 16px;
  }
}

@media screen and (max-width: 600px) {
  .fuh1 {
    z-index: -1;
    padding: 26px 10px !important;
  }

  .topnav.responsive {
    position: relative;
    margin-bottom: 46px;
  }

    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }

    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
}

.top-phone-no {
  text-align: right;
  color: #fff;
  margin-right: 20px;
  font-weight: bold;
  margin-top: -13px;
}

.logo-main {
  float: left;
  margin-top: -67px;
  width: 18%;
  margin-left: -82px;
}

p.about-text {
  font-size: 18px !important;
  line-height: 24px !important;
  margin-top: 25px !important;
}

.service-page ul {
  margin-bottom: 50px;
}

  .service-page ul li {
    font-size: 18px;
    list-style: circle;
    line-height: 40px;
    text-align: left;
  }

.homepage-icons {
  width: 115px;
  height: 100px;
}

.cp-text h3 {
  color: #000 !important;
}

.airport-tranfer {
  width: 100%;
  float: left;
}

.airport-tranfer-box {
  width: 24%;
  float: left;
  margin-left: 1%;
  padding: 10px 8px 8px 8px;
  background-color: #fff;
  border: 1px solid #ffde0c;
  border-radius: 2px;
  background-color: #fff;
}

  .airport-tranfer-box h3 {
    text-align: center !important;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    background: #ffde0c;
    color: white;
    padding: 10px;
    box-sizing: border-box;
    margin: -5px;
  }

  .airport-tranfer-box p {
    text-align: center !important;
    color: #666666;
    font-size: 14px;
  }

  .airport-tranfer-box p {
    font-weight: 600;
  }

  .airport-tranfer-box .booknow-home {
    text-align: center !important;
    border: solid 1px #f7b926 !important;
    border-radius: 10px !important;
    padding: 10px 0px;
    width: 100% !important;
    float: left !important;
  }

  .airport-tranfer-box a {
    font-weight: bold;
    color: #000;
    text-align: center;
    border-radius: 10px;
    padding: 10px 0px;
    border: 2px solid #ffde0c;
    width: 100%;
    float: left;
    margin-top: 20px;
    background: white !important;
  }

    .airport-tranfer-box a:hover {
      text-decoration: underline;
      color: #ffde0c;
    }

.outstation {
  width: 100%;
  float: left;
}

.outstation-box {
  width: 30%;
  float: left;
  margin-left: 3%;
  /* box-shadow: 0px 0px 5px 0px #666666; */
  padding: 10px 8px 8px 8px;
  border: 1px solid #ffde0c;
  border-radius: 2px;
  background-color: white;
}

  .outstation-box h4 {
    text-align: center !important;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    text-align: center !important;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    background: #ffde0c;
    color: white;
    padding: 10px;
    box-sizing: border-box;
    margin: -5px;
  }

  .outstation-box p {
    text-align: center !important;
    color: #666666;
    font-size: 14px;
  }

  .outstation-box a {
    font-weight: bold;
    color: #000;
    text-align: center;
    border-radius: 10px;
    padding: 10px 0px;
    border: 2px solid #ffde0c;
    width: 100%;
    float: left;
    margin-top: 20px;
    background: white !important;
  }

.outstation-box {
  text-decoration: underline;
  color: #fff;
}

.top-space-30 {
  margin-top: 30px;
}

.packages {
  width: 100%;
  float: left;
}

.packages-box {
  width: 30%;
  float: left;
  margin-left: 3%;
  padding: 10px 8px 8px 8px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #ffde0c;
}

  .packages-box h4 {
    text-align: center !important;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    background: #ffde0c;
    color: white;
    padding: 10px;
    box-sizing: border-box;
    margin: -5px;
  }

  .packages-box p {
    text-align: center !important;
    color: #666666;
    font-size: 14px;
  }

  .packages-box a {
    font-weight: bold;
    color: #000;
    text-align: center;
    border-radius: 10px;
    padding: 10px 0px;
    border: 2px solid #ffde0c;
    width: 100%;
    float: left;
    margin-top: 20px;
    background: white !important;
  }

.packages-box {
  text-decoration: underline;
  color: #fff;
}

.package-box-left {
  width: 49%;
  float: left;
  border-right: solid 1px #666;
}

.package-box-right {
  width: 49%;
  float: right;
}

@media screen and (max-width: 600px) {
  .topnav {
    padding-left: 0%;
    height: auto;
    border-bottom: none;
    box-shadow: none;
  }

    .topnav a {
      padding: 14px 8px;
      display: none;
      font-size: 20px;
      padding-top: 6%;
    }

  .top-phone-no {
    text-align: center;
    color: #fff;
  }

  .logo-main {
    float: none;
    margin-top: -18%;
    margin-left: -3%;
    margin-bottom: -4px;
  }

  .logo-main img {
    max-width: 153px !important;
    height: 57px !important;
    margin-top: 5px;
}

  .book-now1 {
    width: 100%;
    height: auto;
    margin-left: 0%;
  }

  .tab button {
    padding: 14px 11px;
    font-size: 14px;
    margin-top: 0px;
  }

  .tabcontent {
    width: 102%;
    margin-left: 0.5%;
  }

  .owl-carousel .owl-stage-outer {
    height: auto;
  }

  .cp-taxi-holder .cp-btn-style1 {
    min-width: 100%;
  }

  body p {
    margin-left: 0px;
    margin-right: 0px;
  }
}
