body{
      font-family: "Roboto", sans-serif;
      box-sizing: border-box;
      margin: 0; padding: 0;
}

.nav-head{
    background-color: #F8E131;
    height: 40px;
    display: block;
}

.nav-p{
font-weight: 400;
font-size: 16px;
letter-spacing: 0.25px;
color: #13337C;
}

.log-p{
font-weight: 900;
font-size: 40px;
line-height: 70px;
letter-spacing: 0.25px;
color: #202020;
}
.secvice-imgs{
    height: 50px;
    width: 50px;
}

.nav-link{
font-weight: 500;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
color: #202020;
}

.nav-link a .show {
    color:#13337C!important;
}

.navs-whole{
    height: 50px;
}

.navs a:hover{
    color: #13337C!important;
    }
.nav-item .active{
    color:#13337C!important;
    border-bottom: 1px solid #13337C;
    }
 
.navs-whole{
   background-color: white;
   height: 93px;
}


.dropdown-menu{ 
    border-color: transparent;
    background-color: white;
    --bs-dropdown-link-active-bg:white;
}

.dropdown-item.active{
    background-color: transparent;
    border-bottom: transparent !important;
}


.dropdown-item {
     /* font-family: var(--edublink-font-secondary);
    font-weight: 600;
    font-size: 16px; */
    line-height: 100%;
    letter-spacing: 0.5px;
    color: #202020 !important;
    background-color: white;
}
.book-p{
    height: 48px;
font-weight: 500;
font-size: 16px;
color: white;
background-color: #13337C;
display: flex;
justify-content: center;
align-items: center;
width: 130px;
transition: all 0.3s ease; 
cursor: pointer;
}

.nav-link.show {
    color:#13337C!important;
}
.book-p:hover{
   transform: scale(1.05);
    border-radius: 14px;
}
.bg-btn ,
.bg-btn-grey:hover{
   transform: scale(1.05);
    border-radius: 14px;
    cursor: pointer;
}
.bg-btn{
    height: 48px;
font-weight: 500;
font-size: 16px;
color: white;
background-color: #13337C;
display: flex;
border-radius: 0px;
justify-content: center;
align-items: center;
    transition: transform 0.3s ease, border-radius 0.3s ease;

}
.bg-btn:hover{
    transform: scale(1.05);
    border-radius: 14px;
}

.bg-btn-grey{

    height: 48px;
    width: 140px;
font-weight: 500;
font-size: 16px;
color: #13337C;
background-color: #E6E6E6;
display: flex;
justify-content: center;
align-items: center;
}
.mob-btn{
    margin-bottom: 50px;
}

.hero-sec{
 /* background-image: url("images/hero-banner.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
    height:650px;
    width:100%;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-text{
    position: absolute;
    top: 200px;
    left: 100px;
}
.hero-sec-about{
 background-image: url("images/testimonial-banner.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height:250px;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-forms-fields{
    position: absolute;
    top:200px;
    right: 90px;
    z-index: 99;

}
.hero-sec-con{
 background-image: url("images/testimonial-banner.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height:350px;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-p{
    font-weight: 900;
    font-size: 75px;
    line-height: 70px;
    letter-spacing: 0.25px;
    color: white;
    width: 700px;
}

.hero-p-ab{
    font-weight: 900;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 0.25px;
    color: white;
}
.hero-form{
     background: #10232B80;
  /* backdrop-filter: blur(1px);          
  filter: blur(2px);
  -webkit-backdrop-filter: blur(1px);   */
  padding: 20px;
  height: 100%;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);  */
    
}
.hero-form-con{
        padding: 20px;
          background: #13337C;
          width: 50%;
  /* -webkit-backdrop-filter: blur(1px);   */
}
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  height: 100%;
  width: 100%;
}

input[type="date"] {
  position: relative;
  z-index: 1;
}

/* Custom icon */
.calendar-icon {
   position: absolute;
    right: 22px;
    top: 69%;
    transform: translateY(-50%);
    width: 26px;
    height: 30px;
    z-index: 2;
}

.custom-input {
  background-color: white;
  border: none;
  border-radius: 0px;
  padding: 10px 12px;
  font-size: 16px;
}

.custom-input::placeholder {
  color: #B3BAC5 !important;
font-weight: 500;
font-size: 16px;
line-height: 100%;
letter-spacing: 0.25px;
}

.form-p{
font-weight: 700;
font-size: 20px;
line-height: 100%;
letter-spacing: 0.25px;
color: white;
}

.date-placeholder {
    position: absolute;
    left: 15px;
    top: 38px;
    color: #ccc;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.custom-input:focus + .date-placeholder,
.custom-input:not(:placeholder-shown) + .date-placeholder {
    opacity: 0;
}
.stats-head{
    position: sticky !important;
    top: 0px;
    right: 0px;
    z-index: 9999;
}

/* service */
.serve-p{
font-weight: 700;
font-size: 20px;
line-height: 40px;
letter-spacing: .5px;
vertical-align: middle;
border-bottom: 2px solid #13337C;
color: #13337C;
  display: inline-block; 
}

.part-space{
    padding: 70px 0px;
}

.serve-p1{
font-weight: 700;
font-size: 40px;
line-height: 50px;
letter-spacing: 0.5px;
vertical-align: bottom;
color: #202020;

}

.border-box-yellow{
    border: 10px solid #F8E131;
    background-color: #F4F4F4;
    height: 316px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.border-box-whole{
    border: 10px solid #F8E131;
    background-color: #F4F4F4;
    /* height: 316px; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 105px;
    /* flex-direction: column; */
        transition: transform 0.3s ease; 

}

.border-box-whole:hover {
    transform: scale(1.05); 
    cursor: pointer; 
}

.serve-card-p{
font-weight: 700;
font-size: 24px;
line-height: 30px;
letter-spacing: 0.25px;
vertical-align: middle;
color: #202020;
}

.serve-card-para{
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.25px;
vertical-align: middle;
color: #202020;
width: 300px;
}
.serve-card-whole{
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.25px;
vertical-align: middle;
color: #202020;
/* width: 300px; */
}
.serve-card-para-ab{
font-weight: 400;
font-size: 17px;
line-height: 30px;
text-align: justify;
letter-spacing: 0.25px;
vertical-align: middle;
color: #202020d0;
}

.learn{
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: .25px;
text-align: center;
vertical-align: middle;
color: #13337C;
  display: inline-block; 
    border-bottom: 2px solid #13337C;

}

/* about */

 .about-text{
    background-color: #13337C;
    justify-content: center;
    display: flex;
    flex-direction: column;
 }

 .ab-small-para{
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.25px;
vertical-align: bottom;
color: #FFFFFF;
width: 480px;
 }

 .white-border{
    border-right: 1px solid white;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
 }

 .ab-p{
font-weight: 700;
font-size: 24px;
/* line-height: 50px; */
letter-spacing: .25px;
vertical-align: middle;
color: #FFFFFF;
 }

 .ab-p1{
font-weight: 400;
font-size: 16px;
/* line-height: 24px; */
vertical-align: bottom;
color: #FFFFFF;
 }
 .serve-p-small{
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: .5px;
border-bottom: 2px solid #13337C;
color: #13337C;
text-align: end;
  display: inline-block; 
}
 .serve-pg-small{
font-weight: 400;
font-size: 12px;
line-height: 24px;
letter-spacing: .5px;
border-bottom: 1px solid #13337C;
color: #13337C;
text-align: end;
  display: inline-block; 
}
.bg-blues{
    background-color: #13337C;
    margin-bottom: 100px;
}

.p-type{
font-weight: 700;
font-size: 20px;
line-height: 30px;
letter-spacing: .25px;
vertical-align: middle;

}
.p1-type{
font-weight: 400;
font-size: 16px;
line-height: 22px;
letter-spacing: .25px;
text-align: center;}


.sing-type{
font-weight: 400;
font-size: 16px;
/* line-height: 22px; */
letter-spacing: .25px;
text-align: center;}

 .bg-white-sing{
    background-color: white;
    border-radius: 25px;

 }
.border-grey{
    border-right: 1px solid #E6E6E6;
}

.test-back{
     background-image: url("images/testimonial-banner.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height:650px;
    width:100%;
}
.test-card{
    background-color: #F4F4F4;
    width: 90%;
    display: flex;
   height: 300px;
    gap: 17px;
    /* margin-right:; */
    padding-left: 50px !important;
}

.blue-line{
    background-color: #13337C;
    height: 170px;
    margin-top: 20px;
    width: 2px !important;
}
.test-slides  .swiper-button-prev, .test-slides .swiper-button-next {
    color: black;  
    width: 40px;
    height: 40px;
    background-color:white; 
    border-radius: 50%;  
    display: flex;
    justify-content: center;
    align-items: center;
}
.test-slides .swiper-button-prev:after, .test-slides .swiper-button-next:after {
    font-size: 20px !important;
    color:#13337C; 
}
.test-slides .swiper-button-prev svg,
.test-slides .swiper-button-next svg {
    font-size: 20px !important;
    color: #13337C;
    display: none !important;
}

.test-slides  .swiper-button-prev{
    left: 0px;
    position: absolute;
}
.test-slides   .swiper-button-next{
    right: 0px;
}

.bg-foot{
    background-color: #F4F4F4;
}

.foot-h{
font-weight: 600;
font-size: 24px;
/* line-height: 30px; */
letter-spacing: .25px;
color: #202020;
}


.f-p{
    list-style: none;
font-weight: 500;
font-size: 16px;
line-height: 30px;
letter-spacing: 0.25px;
}

.bg-foot-yellow{
    background-color: #F8E131;
}
.f-point a{
    color: #202020 !important;
/* font-weight: 500; */
font-size: 15px;
line-height: 25px;
letter-spacing: .25px;
text-decoration: none;
text-align: justify;
}
.f-point p{
    color: #13337C !important;
font-weight: 500;
font-size: 15px;
line-height: 25px;
letter-spacing: .25px;
text-decoration: none;
text-align: justify;
}

.blue-bottom{
    height: 2px;
    width: 70px;
    background-color: #202020;
}
.abouts-imgs{
    height: 380px !important;
     background-image: url("images/new-benz(1).webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom-left-radius: 54px;
    border-top-right-radius: 54px;
    box-shadow: 0 9px 20px rgba(0, 0, 0, 0.3);
}

.abouts-imgs1{
    height: 300px !important;
    background-image: url("images/volvo(1).webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom-left-radius: 54px;
    border-top-right-radius: 54px;
    box-shadow: 0 9px 20px rgba(0, 0, 0, 0.3);
}

.counters{
    height: 280px !important;
    background-image: url("images/hero-banner.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 100px 0px;
    padding: 20px 30px;
    /* filter: grayscale(1); */
    border-radius: 13px;
}
.ab-count-p{
    font-weight: 600;
font-size: 42px;
line-height: 70px;
letter-spacing: 0.25px;
color: white;
}

.contact-bg{
    background-color: #13337C;
    padding: 50px;
}

.bg-yellow{
    background-color: #E6E6E6;
    width: 100%;
    height:100% ;
}

.back-con{
    /* background-color: #F8E131;  */
    margin-top:-60px ;
    margin-bottom: 150px;

}

.single-us{
    background-color: #E6E6E6;
    border: 5px solid #13337C;
    border-radius: 30px;
}

.bor-blu{
    border-right: .5px solid #13337C;
}

.bor-blu:hover{
    border-right: .5px solid  transparent;
    background-color: #E6E6E6;
}
   .sing-divider{
    width: 100%;
    text-align: center;
    position: relative;
    margin: 20px 0;
}

a{
    text-decoration: none;
    color: #202020;
}
.sing-divider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: gray;
    z-index: 1;
}
.ps-type {
    display: inline-block;
    background-color: white; /* match your page background */
    padding: 0 15px;
    position: relative;
    z-index: 2;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .25px;
    vertical-align: middle;
}

.bus-seats-btn{
    height: 50px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #13337C;
    border-radius: 12px;
    background-color: white;
    transition: all 0.3s ease; 
        font-weight: 700;
font-size: 16px;
line-height: 30px;
letter-spacing: .25px;
vertical-align: middle;

}

.bus-seats-btn:hover{
       background-color: #13337C;
    color: white;
    border: 2px solid white;
}
.bus-seats-btn:hover a{
    color: #fff;
}
.book-p a{
    color: #fff;
}
.book-p:hover a{
    color: #fff !important;
}
.line-height-24{
    line-height: 24px;
}