html, body{
  overflow-x: hidden;
}

body {
  font-family: 'Raleway', sans-serif;
  background-color: #fefeff;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
    padding-top: 80px;
  overflow-x: hidden;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.call_to-btn {
  display: inline-block;
  padding: 15px 45px;
  border-radius: 10px;
  font-size: 15px;
  background-color: #000;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s ease 0s;
}

.hero_section {
  padding-top: 40px;
}
.btn-download{
  background-color: #000;
  color: #fff !important;
  border-radius: 25px;
}
.about-sec .hero-container {
  padding-top: 90px; /* same as index hero */
}

.call_to-btn img {
  width: 18px;
  margin-left: 10px;
}

.btn_on-hover {
  transition: all 0.3s ease 0s;
}

.call_to-btn:hover,
.btn_on-hover:hover {
  -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.7);
  transform: translateY(-7px);
  color: #fff;
}

.main-heading {
  color: #082465;
  font-weight: bold;
  text-align: center;
}

/*header section*/

.header_section {
  font-family: 'Poppins', sans-serif;
   position: fixed;
   width: 100%;
    height: 80px; 
     top: 0;
   z-index: 1000;
   background-color: #f2a203;
}

nav.navbar.navbar-expand-lg {

    height: 80px; 
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 20px;
  color: #000000;
  text-align: center;
  font-weight: 500;
}


a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.top_container {
  position: relative;
}



.top_container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/herobg.png);
  background-size: 100% 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: -1;
}

.sub_page .top_container::before {
  background-color: #f2a203;
  background-image: none;
}


.sub_page .top_container::after {
  display: none;
}


.navbar-brand img {
height: 60px;
width: auto;
} 


.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.navbar-brand span {
  font-size: 22px;
  font-weight: 700;
  color: #000;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 40px;
}

/*end header section*/

/* hero section */
.hero-container {
  display: flex;
  padding-top: 90px;
  padding-bottom: 150px;
}

/* .hero_detail-box {
  width: 40%;
} */

.hero_img-container {
  /* width: 68%;
  margin-right: -8%; */
  margin-top: -5%;
}

.hero_img-container img {
  width: 100%;
}

.hero_detail-box {
  color: #fefeff;
}

.hero_detail-box h1 {
  font-size: 5rem;
  color: #fefeff;
  font-weight: bold;
  width: 70%;
  color: #cf2027;
}
.hero_detail-box h4{
  font-size: 2rem;
  color: #fefeff;
  font-weight: 600;
  margin-top: 20px;
}

.hero_detail-box p {
    font-size: 2rem;
    font-weight: bold;
  margin-top: 20px;
  color: #000;
  margin-bottom: 35px;
  text-transform: capitalize;
}


/* end hero section */

/* common style for some sections */
.common_style>section {
  padding: 50px 0;
}

.common_style .row {
  align-items: center;
}

.common_style h3 {
  font-weight: 600;
  color: #151516;
}

.common_style p {
  font-weight: 600;
  color: #4e4f50;
  /* margin: 30px 0 50px 0; */
}

.common_style img {
  width: 100%;
}


/* end common style */

/* about section */
.about_section {
  text-align: right;
}

.about_section a {
  background-color: #6ebca8;
  color: #fefeff;
}

/* end about section */

/* admission section */


.admission_section a {
  background-color: #f2a203;
  color: #fefeff;
}
.admission_section .card{
  height: 290px;
  width: 100%;
  border-radius: 12px;
  padding: 10px 15px;
}
.admission_section .card h4{
  font-weight: bold;
}
.card1{
  background-color: #719a3f;
  color: #fff;
}
.card2{
  background-color: #f3a31d;
  color: #fff;
}
.card3{
  background-color: #d12027;
  color: #fff;
}
/* end admission section */

/* why section */

.why_section {
  text-align: right;
}

.why_section a {
  background-color: #6ebca8;
  color: #fefeff;
}

/* end why section */

/* determine section */


.determine_section a {
  background-color: #f2a203;
  color: #fefeff;
}

.determine_section ul li{
  font-size: 16px;
  color: #000;
  font-weight:600 ;
}
/* end determine section */

/* client section */
.client_section h2,
.client_section h5,
.client_section p {
  font-weight: 600;
}

.client_section h2 {
  text-align: center;
}


.client_section h5 {
  font-size: 24px;
  color: #f2a203;
}

.client_section .row {
  align-items: center;
  padding: 75px 0;
  margin: 0 15px;
}

.client_section img {
  width: 100%;
}

.client_img-box::before,
.client_img-box::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 30px;
  border-radius: 20px;
  background-color: #f2a203;
}

.client_img-box::before {
  top: -15px;
  transform: rotate(139deg);
  left: -15px;
  animation: beforeanimate 1s;
  animation-delay: .1s;
}

.client_img-box::after {
  bottom: -15px;
  transform: rotate(142deg);
  right: -15px;
  animation: afteranimate 1s;
  animation-delay: .1s;
}

.info_section .store-app {
  display: flex;
}
@keyframes beforeanimate {
  0% {
    top: 43%;
    transform: rotate(142deg);
    left: 31%;

  }

  100% {
    top: -15px;
    transform: rotate(139deg);
    left: -15px;
  }
}

@keyframes afteranimate {
  0% {
    bottom: 46%;
    transform: rotate(142deg);
    right: 35%;
  }

  100% {
    bottom: -15px;
    transform: rotate(142deg);
    right: -15px;
  }
}

.client_section .carousel-indicators {
  margin: 0;
  justify-content: flex-end;
  padding-right: 15px;
  bottom: 20px;
}

.client_section .carousel-indicators li {
  width: 25px;
  height: 25px;
  background-color: #6bd1bd;
  border-radius: 100%;
  opacity: 1;
}

.client_section .carousel-indicators li.active {
  background-color: #f2a203;
}

/* end client section */

/* contact section */

.contact_section {
  padding: 75px 45px;
  font-family: 'Poppins', sans-serif;
}

.contact_section .row {
  align-items: center;
}

.contact_section input {
  border: none;
  outline: none;
  border-bottom: 1px solid #000;
  width: 90%;
  margin: 15px 0;
}



.contact_form-container button {
  border: none;
  background-color: #6bd1bd;
  color: #fff;
  font-size: 15px;
  padding: 15px 45px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: bold;
}

.contact_img-box {

  display: flex;
  align-items: center;

}

.contact_img-box img {
  width: 100%;
}

.contact_section h2 {
  font-size: 26px;
  color: #010103;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 35px;
}


/* end contact section */


/* info section */
.info_section {
  background-color: #e6e7e7;
  color: #333;
  font-family: 'Poppins', sans-serif;
}
.info_section .info_logo-box{
  width: auto;
  height: 120px;
}
.info_logo-box {
  display: flex;
  justify-content: center;
}

.info_logo-box h2 {
  font-weight: bold;
  padding: 5px 7px;
  border-bottom: 1.5px solid #f2a203;
}

.info_section ul {
  padding: 0;
}

.info_section ul li {
  list-style-type: none;
  margin: 3px 0;
}

.info_section ul li a {
  color: #333;
  cursor: pointer;
}

.info_section ul li a:hover {
  color: #f2a203;


}

.info_section h5 {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 500;
  color: #000;
}



.info_section .form_container input {
  width: 225px;
  height: 40px;
  padding: 10px;
}

.info_section .form_container input::placeholder {
  color: #ccc8c8;
}

.info_section .form_container button {
  background-color: #f2a203;
  border: none;
  outline: none;
  color: #fff;
  padding: 8px 30px;
  margin-top: 15px;
  font-size: 15px;
  text-transform: uppercase;
}

.info_section img{
  height: 150px;
  width: auto;
}
.social_container {
  width: 90%;
  margin: 0 auto;
  border-top: 1px solid #898989;
  padding: 25px 0;
}

.info_section .social-box {
  margin: 0 auto;
  width: 400px;
  display: flex;
  justify-content: center;
}

.info_section .social-box img {
  width: 35px;
  margin-right: 5px;
}

/* end info section */

/* footer section*/

.footer_section {
  background-color: #f2a203;
  padding: 20px 15px;
  font-family: 'Poppins', sans-serif;

}

.footer_section p {
  color: #000;
  margin: 0;
  text-align: center;
    white-space: nowrap;
}

.footer_section a {
  color: #000;
}



/* end footer section*/


/* my Css */

.about_section .circle{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 15px;
}
.about_section .circle1{
  background-color: #d12027;
}
.about_section .circle2{
  background-color: #31c2de;
}
.about_section .circle3{
  background-color: #719a3f;
}
.about_section .circle4{
  background-color: #f3a31d;
}
.about_section .sh{
  background-color: #e6e7e7;
  padding: 10px 15px;
  border-radius: 12px;
  text-align: left;
  
  width: 100%;
}

.why_img-container img{
 width: 100%;
  height: 400px;
  object-fit: contain;
}

/*   */
.step-box {
      background: #f1f1f1;
      border-radius: 10px;
      padding: 20px;
      text-align: center;
      margin-bottom: 20px;
      height: 150px;
      margin-left: 10px;
      margin-right: 10px;
    }
    .highlight {
      font-weight: bold;
      padding: 5px 15px;
      border-radius: 20px;
      display: inline-block;
      margin-bottom: 10px;
    }
    .buses { background: orange; color: white; }
    .routes { background: #7ac943; color: white; }
    .drivers { background: #5cb85c; color: white; }
    .kids { background: #00c0f1; color: white; }
    .seqride { background: #d9534f; color: white; }
    .timeline {
      border-left: 4px solid black;
      margin: 20px 0;
      padding-left: 20px;
    }
    .step-box img {
      width: 40px;
      margin-bottom: 10px;
    }
    .phone-preview {
      max-width: 200px;
      border: 1px solid #ccc;
      border-radius: 20px;
      overflow: hidden;
    }

    .stake-list .circle{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;

}
.stake-list .circle1{
  background-color: #d12027;
}
.stake-list .circle2{
  background-color: #31c2de;
}
.stake-list .circle3{
  background-color: #719a3f;
}
.stake-list .circle4{
  background-color: #f3a31d;
}
.stake-list .sh{
  background-color: #e6e7e7;
  padding: 10px 15px;
  border-radius: 12px;
  text-align: left;
  
  width: 100%;
}
.stake-list .sh p{
  margin-bottom: 0;
}


.parent_section a {
  background-color: #f2a203;
  color: #fefeff;
}
.parent_section .card{
  height: 280px;
  width: 100%;
  border-radius: 12px;
  padding: 10px 15px;
}
.parent_section .card h4{
  font-weight: bold;
}

.parent_section .card1 p{
  color: #fff;
}
.parent_section .card2 p{
  color: #fff;
}
.parent_section .card3 p{
  color: #fff;
}

.step-section .box1{
  background-color: #719a3f;
}
.step-section .box2{
  background-color: #00c0f1;
}
.step-section .box3{
  background-color: #f2a203;
}
.step-section .box4{
  background-color: #cf2027;
}
.step-section .box5{
  background-color: #333;
}
.step-section .step-box{
  color: #fff;
  position: relative;
}
.step-section .step-box p{
  color: #fff;
}
.step-section .step{
 height: 50px;
 width: 50px;
 color: #000;
 display: flex;
 align-items: center;
 justify-content: center;
 background-color: #ffffff;
  margin-top: -40px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.step-section .step .step1{

 
}
.about-sec{
  background-color: #f2a203;
}
.admission_section .step{
 height: 50px;
 width: 50px;
 color: #000;
 display: flex;
 align-items: center;
 justify-content: center;
 background-color: #ffffff;
  margin-top: -40px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.determine_img-container img{
height: 500px;
width: 100%;
object-fit: contain;
}
.bus-breakdown img{
height: 500px;
width: 100%;
object-fit: contain;
}
.transport_section img{
height: 500px;
width: 100%;
object-fit: contain;
}
@media screen and (max-width: 960px) {
    .card{
      height: auto;
      margin: 30px 0;
    }
    .navbar-collapse{
  background-color: #ffffff;
}


.step-box{
  margin-bottom: 40px;
}
.determine_img-container img{
height: 100%;
width: 100%;
object-fit: contain;
}
.bus-breakdown  img{
height: 100%;
width: 100%;
object-fit: contain;
}
.transport_section img{
height: 100%;
width: 100%;
object-fit: contain;
}
.step-section .step-box{
  margin: 30px 10px;
}
.info_section .store-app {
  align-items: center;
  justify-content: center;
}
.footer_section a {
    display: block;

}
}