/**
* Template Name: Kapricon
* Version: 1.0
* Author: Ikram Hossen
* Developed By: Codeware Ltd.
* Author URL: www.codewareltd.com
**/

/* Root css */
:root {
    --theme-body-font: 'Lato', sans-serif;
    --blueColor: #1667d4;
    --grayColor: #f7f7f7;
	  --baseColor:#fe010b;
    --darkColor: #0B1B35;
    --whiteColor: #fff;
}
::-webkit-scrollbar-thumb {
  background-color: var(--baseColor);
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#jostanoPreloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    overflow: hidden;
    background: var(--whiteColor)
}
#jostanoPreloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 56px);
  left: 50%;
  transform: translateX(-50%);
  background: url('../img/logo.webp');
  width: 154px;
  height: 65px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 999;
}
#jostanoPreloader .wrapper {
  display: flex;
  align-items: center;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 210px;
  justify-content: center;
  background-color: #e2e2e2;
  border: 0;
  height: 210px;
  border-radius: 50%;
  transform: translateY(-50%);
  padding: 60px 0px 0 15px;
}
#jostanoPreloader .wrapper h2 {
    margin: 0 10px;
    font-size: 16px;
    color: var(--baseColor);
    letter-spacing: 1.5px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    text-transform: capitalize;
}
.trvl-container {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 20px;
    text-align: center;
}
.bus-place {
  font-weight: 600;
  font-size: 16px;
  color: var(--whiteColor);
  margin: 0;
  line-height: 38px;
  position: relative;
  text-transform: uppercase;
  background: var(--blueColor);
  padding: 5px;
  border-radius: 5px;
}
  #jostanoPreloader .content {
    position: relative;
    height: 30px;
    width: 30px;
  }
  #jostanoPreloader .content .circle {
    position: absolute;
    border-radius: 50%;
    background: var(--whiteColor);
    height: 20%;
    width: 20%;
  }
 #jostanoPreloader .content .one {
    right: 40%;
  }
 #jostanoPreloader .content .two {
    top: 10%;
    right: 10%;
    animation-delay: 0.1s;
  }
 #jostanoPreloader .content .three {
    top: 40%;
    right: 0;
    animation-delay: 0.2s;
  }
 #jostanoPreloader .content .four {
    right: 10%;
    bottom: 10%;
    animation-delay: 0.3s;
  }
 #jostanoPreloader .content .five {
    right: 40%;
    bottom: 0;
    animation-delay: 0.4s;
  }
 #jostanoPreloader .content .six {
    bottom: 10%;
    left: 10%;
    animation-delay: 0.5s;
  }
 #jostanoPreloader .content .seven {
    top: 40%;
    animation-delay: 0.6s;
  }
 #jostanoPreloader .content .eight {
    left: 10%;
    top: 10%;
    animation-delay: 0.7s;
  }
  
  .animation {
    animation: minute 0.8s infinite;
  }
  
  @keyframes minute {
    from {
      background: var(--baseColor);
    }
    to {
      background: transparent;
    }
  }
/* Header css */
.demoNavBar .drop-down li a:hover {
  border-left: 3px solid var(--baseColor);
}
.demoNavBar li a:hover {
  color: var(--baseColor) !important;
}
.nav-link.active {
  color: var(--blueColor) !important;
}
.nav-link.active::after {
  background-color: var(--blueColor) !important;
}
.site_logo {
    max-width: 200px;
    max-height: 70px;
}
.topbar {
    background: var(--baseColor);
}
.topbar a {
    color: var(--whiteColor);
}
.lang_title span {
    color: var(--whiteColor);
}
.booking-box .booking-box__body {
    background-color: var(--blueColor) !important;
}
.booking-box .b-form-group label {
    font-weight: 500 !important;
    color: var(--whiteColor);
}
.spiner, .spinerSB {
  color: var(--baseColor);
}

.ui-datepicker th {
  color: var(--baseColor);
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid var(--baseColor) !important;
  background: var(--baseColor) !important;
  color: #fff !important;
  border-radius: 50%;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  background: var(--blueColor) !important;
  border: 1px solid var(--blueColor) !important;
}
.search_btn {
  color: #fff;
  background-color: var(--baseColor);
  background-image: linear-gradient(45deg,rgba(112, 112, 112, 0.288) 50%,#eb1c24 50%);
  background-size: 250% 100%;
  background-position: right bottom;
  transition: all 0.4s ease-in-out!important;
  touch-action: manipulation;
  border: 1px solid transparent;
  width: 100%;
  min-height: 44px;
}
.repeat-arrow-img-btn {
    top: 33px;
    border: 2px solid var(--baseColor) !important;
    z-index: 1;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--baseColor);
}
/* How it works */
.how_works {
    border-bottom: 3px solid var(--baseColor);
}
/* App */
.app_sec {
    background: var(--blueColor);
}
.app_sec .section-title h2 {
  color: var(--whiteColor);
}
.app_sub_title {
  color: var(--whiteColor);
}
.Features_subHeadingTxt{
  color: var(--whiteColor);
}
.download_app_image {
  height:300px;
  object-fit: contain;
}
/* Footer css */
.footer_title {
  color: var(--blueColor);
}
.footer_logo {
  max-width: 150px;
  margin-top: 15px;
}
.b-footer-primary {
  background: var(--baseColor);
}
.small_site_logo {
  background: var(--whiteColor);
}
footer {
  margin-top: auto;
  border-top: 4px solid var(--baseColor);
}
.btn-scroll {
  background: var(--baseColor);
}
.footer_contact_address a:hover {
  color: var(--baseColor) !important;
}
.footer_contact_address a:hover .social_icon {
  color: var(--baseColor) !important;
}
.footer_imp_link a:hover {
  color: var(--baseColor)
}
.social-links a {
  font-size: 16px;
  color: var(--whiteColor);
  text-align: center;
  border: 1px solid var(--baseColor);
  background: var(--baseColor);
}
.social-links a:hover {
  color: var(--whiteColor);;
  border: 1px solid var(--blueColor);
  background: var(--blueColor);
}
/* Download Page */
.mid_cont_btn {
  background-color: var(--baseColor);
  background-image: linear-gradient(45deg,rgba(112, 112, 112, 0.288) 50%,var(--baseColor) 50%);
}

/* Contact us */
.cont_right_box .single_box {
  background: var(--blueColor);
}

/* Search page */
.b-search-map__wrap {
  background:var(--blueColor);
}
.b-search-map-wrapper .b-form-group label {
  color: var(--whiteColor);
  font-weight: 500 !important;
}
.b-search-map-wrapper .search_btn {
  border: 1px solid var(--blueColor) !important;
}
.img-btn.left-img-btn, .img-btn.right-img-btn {
  background: var(--baseColor);
  border: 1px solid var(--baseColor);
}
.btn_view_eats {
  background: var(--blueColor);
  border-color: var(--blueColor);
}
.btn_view_eats {
  border-color: var(--blueColor);
}
.single_search_result_item .result_content li .bus_name h6 {
  color: var(--baseColor);
}
.abs_inner_line::before {
  background: var(--blueColor);
  border: 2px solid var(--blueColor);
}
.bi_arrow span {
  border: 2px solid var(--baseColor);
}
.single_search_result_item {
  border: 1px dashed var(--baseColor);
}
.departure {
  border: 1px dashed var(--baseColor);
}
.select-ticket-row-wrapper {
  border-left: 3px solid var(--baseColor);
}
#myModal .modal-header {
  background-color: var(--baseColor);
}
.pay-details-box .title_Ablack {
  background: var(--baseColor);
}
.pess-dtls-box {
  border-bottom: 3px solid var(--blueColor);
}
.proceed_to_book_btn {
  background: var(--blueColor) !important;
  border: 1px solid var(--blueColor)!important;
}
.btn-scroll:hover {
  color: var(--blueColor);
}
.download_ticket_app {
  object-fit: contain;
}
.dnld-tkt-details .page_title h4 {
  text-align: left;
}
.bus-place::before {
  display: none;
}