@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  position: relative;
  padding-top: 125px;
}

ul,
a {
  text-decoration: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

.container {
  max-width: 1280px;
}

.ptb80 {
  padding: 80px 0px;
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.ptb50 {
  padding: 50px 0px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

/* .top-header{
    background-color: #1346a8;
    padding: 2px 0px;
}
.address li{
    display: inline-block;
    margin-right: 5px;
    align-items: center;
}
.address li a{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.address li a i{
    font-size: 14px;
} */

.header-sec {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 10px 0px 10px 0px;
 
  background-color: transparent;
  background-image: linear-gradient(150deg, #ae02ff 0%, #181e76 100%);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}

.logo-box {
  width: 220px;
  text-align: center;
}

.navigation {
  background-color: transparent;
}

.nav-menu>li {
  float: none;
  text-align: center;
}

.nav-menu {
  text-align: center;
}

.nav-menu>li>a {
  padding: 24px 16px;
  font-size: 15.5px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff;
}

.nav-dropdown>li>a {
  font-size: 14px;
}

.call-us-btn {
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
}

.call-us-btn i {
  font-size: 27px;
  color: #ffae02;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ffae02;
}

.call-us-btn h4 {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  font-weight: 500;
}

.call-us-btn p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
}

.call-us-btn p a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
}

/* banner-sec-start */

.carousel-inner {
  position: relative;
  overflow: hidden !important;
  height: 95vh;
}

.carousel-inner img {
  background-size: cover;
}

.carousel-item::before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #181e76;
  opacity: 0.72;
  width: 100%;
  height: 100%;
}

.carousel-inner .slider-data {
  z-index: 5;
  position: absolute;
  top: 12%;
  left: 0%;
  width: 100%;
  height: 100%;
  text-align: center;
}

.carousel-inner .slider-data h1 {
  color: #fff;
  font-size: 62px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.1em;
  margin-bottom: 20px;
}

.carousel-inner .slider-data p {
  color: #fff;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 20px;
}

.main-btn {
  color: #191919;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding: 12px 30px;
  line-height: 1.5em;
  background-color: #ffae02;
  text-align: center;
  border-radius: 3px;
  transition: all .3s;
  display: inline-block;
}

.main-btn i {
  margin-right: 10px;
}

.main-btn:hover {
  background-color: #ae02ff;
  color: #fff;
}

.banner-bus {
  margin-left: -130px;
}

.slider-sec .carousel-control-next-icon:before {
  content: "\f054";
  font-family: "FontAwesome";
  color: #000;
}

.slider-sec .carousel-control-prev-icon:before {
  content: "\f053";
  font-family: "FontAwesome";
  color: #000;
}

.slider-sec .carousel-control-next-icon,
.carousel-control-prev-icon {
  background: #fff !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}

.carousel-control-next,
.carousel-control-prev {
  z-index: 10;
}

.slider-sec .carousel-control-next {
  width: 5%;
}

.slider-sec .carousel-control-prev {
  width: 5%;
}

/* .slider-sec .carousel-item .banner-img {
    transition: all 0.5s ease-in;
    width: 100%;
    webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-animation: zoomin 0s ease-in infinite;
    animation: zoomin 40s ease-in infinite;
  }
  @-webkit-keyframes zoomin {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes zoomin {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  } */

/* about sec start */

.small-heading {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #ffae02;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.heading {
  font-size: 32px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #191919;
  line-height: 1.2em;
  margin-bottom: 12px;
}

.about-text .heading {
  font-size: 27px;
  line-height: 1.3em;
}

.para {
  font-size: 16px;
  color: #535353;
  margin-bottom: 18px;
  line-height: 1.58;
}

.about-text .check-list {
  margin-bottom: 15px;
}

.about-text .check-list li {
  text-align: left;
  display: inline-block;
  width: 48%;
  font-size: 16px;
  color: #535353;
  margin-bottom: 10px;
}

.about-text .check-list li i {
  margin-right: 8px;
  color: #ffae02;
  font-size: 17px;
}

.about-img {
  position: relative;
  /* margin-left: 25px; */
}

.about-sec .about-img-1 img {
  width: 65%;
  border-radius: 10px 10px 10px 10px;
  vertical-align: middle;
  display: inline-block;
  text-align: left;
}

.about-sec .about-img-2 {
  text-align: right;
  position: absolute;
  top: 80px;
}

.about-sec .about-img-2 img {
  width: 42%;
  border: 10px solid #fff;
  border-radius: 20px
}

.about-badge {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.about-badge .icon i {
  font-size: 40px;
  color: #ffae02;
}

.about-badge .text {
  margin-left: 10px;
  text-align: left;
}

.about-badge .text h4 {
  font-size: 35px;
  color: #ae02ff;
}

.about-badge .text h4 span {
  font-size: 20px;
  color: #ffae02;
}

.about-badge .text p {
  font-size: 16px;
  color: #535353;
}

/* why sec start */

.why-image {
  background-image: url(../images/why-image.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  height: 100%;
}

.why-text {
  background-color: #f4f4f5;
  padding: 70px 35px;
}

.why-icon {
  display: inline-flex;
  align-items: center;
  width: 48%;
  margin-bottom: 25px;
}

.why-icon i {
  font-size: 38px;
  color: #ffae02;
}

.why-icon .text {
  margin-left: 10px;
  text-align: left;
}

.why-icon .text h4 {
  font-size: 30px;
  color: #ae02ff;
}

.why-icon .text h4 span {
  font-size: 20px;
  color: #ffae02;
}

.why-icon .text p {
  font-size: 16px;
  color: #535353;
}

.why-text .main-btn {
  margin-top: 15px;
}

/* service sec start */

.service-sec {
  background-color: #f4f4f5;
}

.service-box {
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.10980392156862745);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}

.service-box img {
  min-height: 300px;
  height: 300px;
}

.service-box::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0px;
  background-image: linear-gradient(150deg, #00000083 0%, #0000007e 100%);
  bottom: 0px;
  left: 0px;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

/* .service-box::before{
    content: '';
   position: absolute;
   width: 100%;
   height: 100%;
   background-image: linear-gradient(#ffffff4f 0%, #00000087 100%);
   bottom: 0px;
   left: 0px;
   z-index: 1;
   transition: all 0.4s ease-in-out;
} */
.service-box .service-text {
  position: absolute;
  top: 65%;
  padding: 20px;
  z-index: 5;
  transition: all 0.4s ease-in-out;
}

.service-box .icon i {
  font-size: 40px;
  color: #181e76;
}

.service-box .service-head {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.2em;
  text-shadow: 0px 2px 5px #000;
}

.service-box .para {
  visibility: hidden;
  font-size: 15px;
  margin-bottom: 10px;
}

.service-box .read-btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2em;
}

.service-box:hover::after {
  height: 100%;
  transition: all 0.4s ease-in-out;
}

.service-box:hover .service-text {
  top: 0px;
  transition: all 0.4s ease-in-out;
}

.service-box:hover .service-head {
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.service-box:hover .para {
  color: #fff;
  visibility: visible;
  transition: all 0.5s ease-in-out;
}

.service-box:hover .read-btn {
  color: #ffae02;
  transition: all 0.5s ease-in-out;
}

/* call sec start  */

.call-sec {
  background-image: linear-gradient(#181e76d2, #181e76d2), url(../images/all-busses.jpg);
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.call-sec .heading {
  color: #fff;
}

.call-sec .para {
  color: #fff;
}

/* fleet-box sec start  */
.fleet-box img {
  border-radius: 10px;
  min-height: 538px;
}

.fleet-box .fleet-text {
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  margin: 0px 20px;
  padding: 30px;
  margin-top: -25px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}

.fleet-box .fleet-text .name {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 15px;
}

.fleet-box .fleet-text .fleet-list li {
  padding-bottom: 8px;
  border-bottom: 1px dashed #535353;
  text-align: center;
  margin-bottom: 8px;
  font-size: 15px;
}

.fleet-box .fleet-text .fleet-list li i {
  color: #ffae02;
}

.fleet-box .fleet-text .main-btn {
  display: block;
  padding: 12px;
  margin-top: 10px;
}

/* footer sec start */

footer {
  background-image: linear-gradient(180deg, #181e76e1 30%, #191919e1 100%), url(../images/footer-img.jpg);
  background-size: cover;

}

footer p {
  color: #fff;
  text-align: justify;
}

.footer-contact li {
  display: flex;
  align-items: start;
  margin-bottom: 15px;
  color: #fff;
  font-size: 15px;
}

.footer-contact li a {
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.footer-contact li i {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  margin-right: 15px;
  border-radius: 5px;
  background: #ae02ff;
  text-align: center;
  transition: 0.3s;
  color: #fff;
  font-size: 16px;
}

.top-social-icons {
  margin-top: 15px;
}

.top-social-icons li {
  display: inline-block;
}


.top-social-icons li a {
  color: #fff;
  font-size: 17px;
}

.top-social-icons li {
  color: #fff;
  margin-right: 9px;
  font-size: 16px;
}

.footer-contact {
  margin-top: 18px;
}

.quick-links {
  margin-bottom: 20px;
}

.quick-links .foot-head {
  color: #fff !important;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  z-index: 1;
}

.quick-links .foot-head::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 90px;
  height: 3px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  left: 0;
}

.quick-links .foot-head::after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 30px;
  height: 3px;
  border-radius: 50px;
  background: #af02ffd3;
  bottom: 0;
  left: 18px;
}

.footer-links li::before {
  content: "\f0da";
  font-family: "FontAwesome";
  color: #af02ffd3;
  position: absolute;
  left: 0;
}

.footer-links li {
  list-style: none;
  position: relative;
  padding-left: 15px;
  line-height: 30px;
}

.footer-links li a {
  font-size: 14px;
  color: #fff;
}

.footer-title {
  font-size: 30px;
  color: #fff;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px dashed #e7e7e7;
  margin-bottom: 15px;
}

/* copy right sec */

.copy-right {
  display: flex;
  justify-content: center;
  background-color: #181e76;
  padding: 10px 0 60px 0;
}

.copy-right p a {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
}

.copy-right p {
  margin: 0;
  padding: 7px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
}

/* clients sec start */

.client-sec {
  background-color: #f3f4f6;
}

.client-sec .heading {
  margin-bottom: 30px;
}

.mySwiper-clients .swiper-slide img {
  width: 100%;
}

.go-whatsapp {
  position: fixed;
  cursor: pointer;
  bottom: 25px;
  right: 20px;
  color: #ffffff !important;
  background: #13a405;
  z-index: 10;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  font-size: 22px;
  transition: 0.9s;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}


/* inner page start */

.about-banner {
  position: relative;
  overflow: hidden;
  height: 350px;
}

.about-banner .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  background: linear-gradient(112deg, #282f92 0%, #2b2b2b 100%);
  opacity: 0.75;
  width: 100%;
  height: 100%;
}

.about-banner .bread-crumb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
  width: 100%;
}

.about-banner .bread-crumb .about-heading {
  color: #fff;
  font-size: 42px;
  margin-bottom: 15px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.about-banner .bread-crumb p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
}

.about-banner .bread-crumb ul {
  margin-top: 50px;
  padding: 10px 20px;
  border-radius: 30px;
  border: 1px solid #fff;
  display: inline-block;
}

.about-banner .bread-crumb ul li {
  display: inline-block;
  margin-right: 5px;
  color: #fff;
  font-size: 16px;
}

.about-banner .bread-crumb ul li a {
  color: #ffae02;
}

.about-inner.about-sec .about-img-1 img {
  width: 53%;
}

.about-sec .about-img-2 {
  top: 40px;
}

.about-sec .about-img-2 img {
  width: 49%;
  margin-right: 15px;
}

/* contact page start */

.contact-sec .icon-box {
  display: flex;
  align-items: start;
  padding: 0px 20px;
  border-right: 1px solid #191919;
}

.contact-sec .icon-box .icon {
  background-color: #ffae02;
  display: block;

  border-radius: 2px;
  margin-right: 15px;
}

.contact-sec .icon-box .icon i {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  font-size: 26px;
}

.contact-sec .icon-box .icon-text h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  color: #181e76;
  margin-bottom: 8px;
}

.contact-sec .icon-box .icon-text p,
a {
  color: #535353;
  font-size: 15px;
  line-height: 1.5em;
}

.contact-sec .icon-box .icon-text a:hover {
  color: #ffae02;
  transition: all 0.3s ease-in-out;
}

.form-sec .form-box {
  background: linear-gradient(225deg, #ffae02 7%, #fff 7%);
  padding: 20px;
}

.form-sec .form-box .form-heading {
  color: #181e76;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 30px;
}

.shadow {
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.15) !important;
}

.form-sec .form-box .form-group {
  margin-top: 15px;
}

.form-sec .form-box .form-group label {
  color: #191919;
  font-family: "Poppins", Sans-serif;
  font-weight: 500;
  line-height: 1.5em;
  font-size: 15px;
  margin-bottom: 5px;
}

.form-sec .form-box .form-group input,
select {
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  color: #535353;
  background-color: #f4f4f4;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #f4f4f4;
  border-radius: 2px 2px 2px 2px;
  min-height: 47px;
  padding: 6px 16px;
  transition: all 0.2s ease-in-out;
}

.form-sec .form-box .form-group input:focus,
select:focus {
  box-shadow: none;
  outline: none;
  background-color: #fff;
  border-color: #bfbfbf;
  transition: all 0.2s ease-in-out;
}

.form-sec .form-box .form-group textarea {
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  color: #535353;
  background-color: #f4f4f4;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #f4f4f4;
  border-radius: 2px 2px 2px 2px;
  min-height: 47px;
  padding: 6px 16px;
  transition: all 0.2s ease-in-out;
  width: 100%;
}

.form-sec .form-box .form-group textarea:focus {
  box-shadow: none;
  outline: none;
  background-color: #fff;
  border-color: #bfbfbf;
  transition: all 0.2s ease-in-out;
}

.form-sec .form-box .main-btn {
  display: block;
  text-align: center;
  margin-top: 15px;
}

/* service page start */


.inner-page .side-menu {
  background-color: #f5faff;
  padding: 20px 20px;
  position: sticky;
  top: 10px;
}

.side-menu .nav-item {
  margin-bottom: 10px;
  box-shadow: 0px 0px 10px 0px rgba(43, 52, 59, 0.1);
}

.side-menu .nav-link {
  padding: 12px;
  color: #222;
  background-color: #fff;
  position: relative;
  z-index: 2;
  font-size: 15px;
}

.side-menu .nav-link::after {
  position: absolute;
  content: " ";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1a1e69;
  z-index: -1;
  transition: width 0.42s linear;
}

.side-menu .nav-link:hover {
  color: #fff;
  transition: width 0.42s linear;
}

.side-menu .nav-link:hover::after {
  width: 100%;
  transition: width 0.42s linear;
}

.side-menu .active .nav-link {
  color: #fff;
  background-color: #1a1e69;
}

.inner-page-text img {
  width: 100%;
  /* height: 420px; */
  overflow: hidden !important;
  object-fit: cover;
}

.inner-page-text p {
  margin-top: 10px;
  line-height: 28px;
  color: #535353;
}

.inner-page-text .main-btn {
  margin-top: 15px;
}

/* fleet Page start */

.fleet-gallery-sec .event-pic {
  overflow: hidden;
  transition: all 0.3s ease-out;
  padding: 4px;
  border: 2px solid #ffae02 !important;
  margin-top: 20px;
}

.fleet-gallery-sec .event-pic img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.get-quote {
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 10px;
  position: fixed;
  width: 200px;
  display: block;
  background-image: linear-gradient(150deg, #ae02ff 0%, #181e76 100%);
  color: #fff !important;
  padding: 8px 8px 8px 30px;
  font-size: 16px;
  text-align: center;
  z-index: 20;
  border-radius: 30px;
  border: 3px solid #fff;
}

.get-quote i {
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #ffae02;
  background: #ae02ff;
  border-radius: 50px;
  line-height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
}

@keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg)
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg)
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg)
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg)
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg)
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg)
  }
}