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

/* Root css */
:root {
    --theme-body-font: 'Montserrat', sans-serif;
    --greenColor: #1fb53a;
    --grayColor: #f7f7f7;
    --darkColor: #0B1B35;
    --whiteColor: #fff;
    --yellowColor: #fdc238;
    
}
::-webkit-scrollbar-thumb {
  background-color: var(--darkColor);
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
/* Header css */
header {
  background:var(--greenColor);
  border-bottom: none !important;
}
.demoNavBar .drop-down li a:hover {
  border-left: 3px solid var(--greenColor);
}
.lang_title span {
  font-size: 15px;
  font-weight: 600;
  color: var(--whiteColor) !important;
}
.lang__anc span{
  color:var(--darkColor);
}

/* .lang__anc:hover {
  background: var(--greenColor);
  color: #ffff !important;
} */
.nav-links.active::after {
  height: 4px;
  width: 37px;
  border-radius: 18;
}

.site_logo {
    max-width: 200px;
    max-height: 60px;
}
.topbar {
    background:var(--darkColor);
}
.topbar a {
  color: var(--whiteColor);
  font-size: 14px;
}
.topbar a:hover {
  color: var(--whiteColor) !important;
}
/* .lang_title span {
    color: var(--greenColor);
} */
.demoNavBar .drop-down ul::after {
  content: '';
  height: 16px;
  width: 16px;
  background: var(--whiteColor);
  top: -8px;
  position: absolute;
  right: 20px;
  transform: rotate(45deg);
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  z-index: -1;
}
.booking-box .booking-box__body {
  background-color: var(--greenColor) !important;

}
.booking-box .b-form-group label {
    font-weight: 500 !important;
    color: var(--whiteColor);
}
.spiner, .spinerSB {
  color: var(--greenColor);
}
.demoNavBar li a {
  font-weight: 600;
}
.nav-links.active {
  font-weight: 700;
}
.ui-datepicker th {
  color: var(--darkColor);
}
.ui-datepicker th {
  background: #1fb53a;
  border-top: 1px solid #eee !important;
  border-bottom: 1px solid #1fb53a !important;
}
.ui-widget-header {
  border: 1px solid #eee !important;
  background: #efeff5 !important;
  color: var(--darkColor);
  font-weight: 600;
  font-size: 15px;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid var(--greenColor) !important;
  background: var(--greenColor) !important;
  color: var(--whiteColor) !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(--greenColor) !important;
  border: 1px solid var(--greenColor) !important;
}
.search_btn {
  color: var(--darkColor);
  border: 1px solid transparent;
  width: 100%;
  min-height: 44px;
  background: var(--greenColor);
  color: #ffff;
}
.search_btn:hover {
  color: var(--whiteColor) !important;
  background: var(--darkColor) !important;

}
.repeat-arrow-img-btn {
  top: 33px;
  border: 2px solid var(--yellowColor) !important;
  z-index: 1;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--greenColor);
}
/* App */
.download_app_image {
  height: 300px;
  object-fit: contain;
}
.app_sec {
  background:var(--yellowColor);
}
.app_sec .section-title h2 {
  color: var(--darkColor);
}
.app_sub_title {
  color: var(--darkColor);
}
.Features_subHeadingTxt{
  color: var(--darkColor);
}
/* ====tricket part====== */
.dpe_ariv_wrap {
  position: relative;
  flex-wrap: wrap !important;
}
.app_store_btn {
  display: inline-block;
 
}
/* Download Page */
/* .mid_cont_btn {
  background-color: var(--greenColor);
  background-image: linear-gradient(45deg, rgba(112, 112, 112, 0.288) 50%, #0B1B35 50%);
  border-radius: 5px !important;
 
}
.mid_cont_btn:hover {
  background-position: left bottom;
} */

/* Contact us */
.cont_right_box .single_box {
  background:var(--whiteColor);
}
.cont_right_box .single_box:hover {
  box-shadow: 0 6px 8px rgba(174, 190, 205, .4);
}
.cont_right_box_icon {
  color: var(--darkColor);
  border: 1px dashed var(--darkColor);
}
.b-google-map__info-window-address-title {
  color: var(--darkColor);
}
.cont_right_box .desc {
  color: var(--darkColor);
}
.down-tick:focus {
  color: var(--darkColor);
  background-color: var(--whiteColor) !important;
  border-color: #c8c8c8;
  outline: 0;
  box-shadow: none;
}
/* Search page */
.search_btns {
  color: var(--darkColor);
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 27px;
  letter-spacing: 0.3px;
  border-radius: 30px !important;
  background-color: var(--yellowColor);
  background-size: 250% 100%;
  background-position: right bottom;
  transition: all 0.3s ease-in-out !important;
  touch-action: manipulation;
  border: 1px solid transparent;
  width: 100%;
  min-height: 44px;
}
.search_btns:hover{
  background: var(--darkColor);
  color: var(--whiteColor);
}
.b-search-map__wrap {
  background:var(--greenColor);
}
.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(--greenColor) !important;
}
.img-btn.left-img-btn, .img-btn.right-img-btn {
  background: var(--greenColor);
  border: 1px solid var(--greenColor);
}
.btn_view_eats {
  background: var(--greenColor);
  border-color: var(--greenColor);
}
.btn_view_eats {
  border-color: var(--greenColor);
}
.btn_view_eats:hover {
  color: #0b1b35;
  text-decoration: none;
  background: transparent;
  border: 1px solid var(--greenColor);
}

.single_search_result_item .result_content li .bus_name h6 {
  color: var(--greenColor);
}
.abs_inner_line::before {
  background: var(--greenColor);
  border: 2px solid var(--greenColor);
}
.bi_arrow span {
  border: 2px solid var(--greenColor);
}
.single_search_result_item {
  border: 1px dashed var(--greenColor);
}

.departure {
  border: 1px dashed var(--greenColor);
}
.select-ticket-row-wrapper {
  border-left: 3px solid var(--greenColor);
}
#myModal .modal-header {
  background-color: var(--greenColor);
}
.pay-details-box .title_Ablack {
  background: var(--greenColor);
}
.pess-dtls-box {
  border-bottom: 3px solid var(--greenColor);
}
.proceed_to_book_btn {
  background: var(--greenColor) !important;
  border: 1px solid var(--greenColor)!important;
}
.download_ticket_app {
  object-fit: contain;
}
.dnld-tkt-details .page_title h4 {
  text-align: left;
}
.bus-place::before {
  filter: brightness(0);
}
/* How it works */
.how_works {
  border-radius: 10px;
  padding: 10px;
  transition: 0.3s all ease-in-out;
  /* border: 2px dotted var(--yellowColor); */
  border-bottom: none !important;
}
.how_works:hover {

  transform: translateY(-0px);
}
.how_works {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: var(--whiteColor);
  border-radius: 10px;
  padding: 10px;
  transition: 0.3s all ease-in-out;
  /* border-bottom: 3px solid #00aeef; */
  height: 100%;
}
.icon-box-text {
  color: #666 !important;
  font-size: 16px;
  line-height: 25px;
  width: 95%;
}
.icon-box-title {
  color: var(--darkColor);
}
/* .icon-box-text {
  color: var(--darkColor) !important;
} */

.nav-links:before {
  content: '';
  position: absolute;
  bottom: 4px;
  width: 100%;
  height: 3px;
  background-color: var(--whiteColor);
  transform: scale(0);
  transform-origin: 50%;
  right: 0px;
}

 .nav-links:hover:before{
  transform: scale(0.8);
 }
 .nav-links:before {
   -o-transition: 0.27s;
   -ms-transition: 0.27s;
   -moz-transition: 0.27s;
   -webkit-transition: 0.27s;
   transition: 0.5s;
 }
.nav-links.active {
  color: var(--yellowColor) !important;
  font-weight: 600;
  /* position: relative; */
}
.nav-link.active {
  color: var(--yellowColor) !important;
  position: relative;
  font-weight: bold;

}
.demoNavBar li a {
  font-family: var(--theme-body-font);
  color: var(--whiteColor) !important;
  font-weight: 500;
  transition: all ease-in-out 0.3s;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  font-size: 19px;
  text-decoration: none;
}
.demoNavBar li a:hover {
  color: var(--yellowColor) !important;
 
}
.demoNavBar li:last-child a {
  padding-right: 8px !important;
}
 .demoNavBar li {
  padding: 10px;
  line-height: 35px;
  position: relative;
}
.nav-link.active::after {
  background-color: var(--yellowColor)!important;
  position: absolute;
  content: '';
  height: 2px;
  width: 53px;
  bottom: 2px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
}

.bus-place i {
  color: var(--whiteColor);
  font-size: 16px;
  padding: 6px;
}
.departure-margin{
  margin-top: -40px !important;
}
.bus-place::before {
  display:none;
}
.trvl-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 20px;
  text-align: center;
}

.home_banner_section {
  background: var(--greenColor);
}
.banner_carousel .owl-nav button span {
  background:var(--greenColor);
}
.departure-search{
  margin-top: -40px !important;
}

.dnld-tkt-details .page_title h4 {
  font-size: 17px;
}
.cont_right_box a.desc:hover {
  color: var(--yellwColor);
}
.routes p{
  text-align: center;
}
.route_section {
  background-image: url('../img/bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.top-routes p{
    font-weight: 600;
      font-size: 16px;
      color: var(--darkColor);
      margin: 0;
      line-height: 38px;
      position: relative;
      padding-left: 27px;
      text-transform: uppercase;
}
/* .b-contact-form-box{
  position: relative;
  background-color: var(--whiteColor);
} */

.text-machin{
  color: var(--darkColor) !important;
}
.scroll-to-tops {
  position: absolute;
  top: auto !important;
  left: auto !important;
  z-index: 1;
  transform: none !important;
  right: 5px;
  bottom: 50px;
}
.btn-scrolls {
  height: 45px;
  padding: 6px;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  transition: all ease-in-out 0.3s;
  color: #090908;
  line-height: 0;
  box-shadow:1px 1px 1px 1px var(--greenColor) !important;
  animation: pulse 2s infinite;
  transition: 1s ease;
  background: #d0212100;
}
.btn-scrolls:hover {
  background: var(--greenColor);
  color: var(--whiteColor);
  border-color: var(--greenColor);
}
.payment-apps{
  justify-content: center !important;
  border: 2px dotted var(--yellowColor);
  background: var(--whiteColor);
  border-radius: 5px;
  padding: 20px; 
}
.offcanvas-header{
  background-color: var(--whiteColor)!important;
}

/* ======navbar end===== */
.down-tick {
  border-radius: 5px !important;
  min-height: 44px;
  /* border: none; */
  /* border-bottom: 1px solid var(--yellowColor); */
  /* background: #c5b0b024 !important; */
}
.down-tick:focus{
  background: #c5b0b024 !important;
}
.download-ticket {
  background: var(--whiteColor) !important;
}

/* hr:not([size]) {
  height: 1px;
  color:var(--greenColor);
} */
/* =====download end===== */
.b-contact-form-box {
  position: relative;
  background-color: var(--greenColor);
}

.b-contact-form-box:before {
  position: absolute;
  top: 30px;
  right: -65px;
  z-index: -1;
  content: url(../img/back.png);
}

.b-contact-form-box:after {
  position: absolute;
  bottom: -41px;
  left: -13%;
  z-index: -1;
  content: url(../img/back.png);
}
.single_boxs {
  text-align: center;
  height: 100%;
  padding: 10px;
  border-radius: 10px;
  background: #0b1b350d;
}
.cont_right_box_icons {
  text-align: center;
  font-size: 30px;
  color: var(--whiteColor);
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin: 0 auto 20px;
  background: var(--darkColor);
  /* border-radius: 50%;
  border: 3px dotted var(--whiteColor); */
}
.single_boxs a{
  color: var(--darkColor) !important;
  font-size: 16px;
  text-decoration: none;
}
.all__info{
  font-size: 20px;
  color: var(--darkColor);
}
.contact-forms {
  border-radius: 5px !important;
  min-height: 44px;
  font-weight: 600;
  /* border: none;
  border-bottom: 1px solid var(--yellowColor);
  background: #c5b0b024; */
}
.contact-forms:focus{
  background: var(--whiteColor) !important;
}
/* ======contact end ===== */

.footer_imp_link a:hover{
  color: var(--yellowColor);
}
footer{
  background-color:var(--whiteColor);
  position: relative;
  margin-top: auto;
  border-top: 1px solid var(--yellowColor);
}
.footer_contact_address:hover{
 color: var(--yellowColor);
}
.footer_contact_address{
  color: var(--yellowColor);
}
.footer_title {
  color: var(--yellowColor);
}
.footer_logo {
  max-width: 198px;
  margin-top: 0px;
}
.b-footer-primary {
  background: var(--yellowColor);
  border-top: 1px solid #ffffff4f;
}
.small_site_logo {
  background: var(--whiteColor);
}
.footer_title {
  font-size: 22px;
}
.footer_contact_address a {
  font-weight: 500;
}
.footer_contact_address a:hover {
  color: var(--yellowColor) !important;
}
.footer_imp_link a {
  font-weight: 500;
}
.social-links a {
  font-size: 18px;
  display: inline-block;
  transition: 0.3s;
  color: var(--whiteColor);
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid var(--darkColor);
  background: var(--darkColor);
  margin-right: 7px;
  border-radius: 2px;

}
.social-links a:hover {
  color: var(--whiteColor);
  border: 1px solid var(--yellowColor);
  background: var(--yellowColor);

}
/* .copy_right_text {
  font-size: 14px;
  color: var(--darkColor);
} */
.footer_bottom_link a {
  color: var(--darkColor);
  font-size: 15px;
  text-transform: capitalize;
}
.footer_bottom_link a:hover {
  text-decoration: none;
}
.fq-link a:hover {
  color: var(--greenColor);
}
.b-footer-primary {
  background: none !important;
}
.b-footer-primary {
  background: var(--yellowColor) !important;
  border-top: 1px solid hsla(0, 13%, 5%, 0.1) !important;
}
.copy_right_text {
  font-size: 14px;
  color: var(--darkColor);
  text-align: center;
  /* margin: 0 auto; */
}
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
  text-align: center;
  /* margin: 0 auto; */
}
.b-blog-short-post {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.social-icon h3{
  padding: 2px;
  text-align: center !important;
}
.social-links {
  display: flex;
  align-items: center;
  padding-top: 0px !important;
  justify-content: center;
}
/* Footer css end */
.phone-us{
    background: red;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    color: #fff;    
}
.phone-us:hover{
    background:var(--greenColor);      
}
.app_sec .section-title h2 {
  font-size: 25px;
  text-align: left;
  line-height: 26px;
  color: var(--b);
}
/* .footer_contact_address a:hover  {
  color: var(--greenColor) !important;
} */
