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

/* Root css */
:root {
    --grayColor: #f7f7f7;
    --orangColor: #ff8200;
	  --baseColor:#06060b;
    --primaryColor:#00642d;
    --darkColor: #06060b;
    --whiteColor:#ffff;
    --redColor:#ed342f;
    --yellowColor:#f0cb1a;
    
}
::-webkit-scrollbar-thumb {
  background-color: var(--yellowColor);
}
body{
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
h1,h2,h3,h4,h5,h6, button, a{
  font-family: "Jost", sans-serif !important;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
/* Header css */
header {
  background:var(--whiteColor);
  border-bottom: none !important;
  position: relative;

  
}
/* header::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 72%;
  height: 100%;
  background-color: var(--baseColor);
  clip-path: polygon(7% 0%, 100% 0%, 100% 100%, 0% 100%);
} */
.navbar{
  z-index: 22 !important;
}
/* .header_wrapper {
  position: sticky;
  top: 0;
  z-index: 33;
  overflow-x: hidden !important;
  box-shadow: 4px -4px 2px 4px var(--primaryColor) !important;
} */
.demoNavBar .drop-down li a:hover {
  border-left: 3px solid var(--primaryColor);
}
.lang_title span {
  font-size: 15px;
  font-weight: 600;
  color: var(--darkColor) !important;
}

/* .lang__anc span{
  color:var(--darkColor);
} */

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

.site_logo {
  max-width: 200px;
  max-height: 70px;
  object-fit: contain;
}
.topbar {
    background:var(--yellowColor);
}
.topbar a {
  color: var(--darkColor);
  font-size: 14px;
}
.topbar a:hover {
  color: var(--whiteColor) !important;
}
/* .banner-title {
  font-weight: 700;
  margin: 0;
  font-size: 50px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-shadow: none;
  line-height: 55px;
} */
.banner-title {
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 15px;
  font-size: 30px;
  color: #ffffff;
  position: absolute;
  top: -45px;
  left: 0px;
  text-shadow: 0px 3px 10px #000;
  /* line-height: 40px; */
}
.banner-title span{
  color: var(--whiteColor);
}
.banner-desc {
  color: var(--whiteColor);
  z-index: 1;
  position: relative;
  margin-top: 30px;
  width: 75%;
  font-size: 16px;
}
.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;
}
.search__panel {
  /* margin: 0px; */
  margin-top: -150px;
  /* padding: 60px 0px; */
}
.booking-box .booking-box__body {
  background-color: var(--whiteColor) !important;
  border-radius: 10px !important;
  padding:10px 15px;
}
.booking-box .form-control {
  border: 1px solid #c6cdd56e !important;
}
.booking-box .b-form-group label {
    font-weight: 500 !important;
    color: var(--darkColor) !important;
}
.spiner, .spinerSB {
  color: var(--primaryColor);
}
.spinerSB {
  top: 32px !important;

}
.demoNavBar li a {
  font-weight: 600;
}
.nav-links.active {
  font-weight: 700;
}
.ui-datepicker th {
  color: var(--whiteColor);
}
.ui-datepicker th {
  background: var(--yellowColor);
  border-top: 1px solid var(--yellowColor) !important;
  border-bottom: 1px solid var(--yellowColor) !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(--yellowColor) !important;
  background: var(--yellowColor) !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(--yellowColor) !important;
  border: 1px solid var(--yellowColor) !important;
}
.search_btn {
  color: var(--darkColor);
  border: 1px solid transparent;
  width: 100%;
  min-height: 44px;
  background: var(--baseColor);
  color: #ffff;
}
.search_btn:hover {
  color: var(--whiteColor) !important;
  background: var(--primaryColor) !important;
  border: 1px solid var(--primaryColor);

}
.repeat-arrow-img-btn {
  top: 37px;
  border: 2px solid var(--yellowColor) !important;
  z-index: 1;
  right: -21px;
  /* transform: rotate(90deg); */
}
button.repeat-arrow-img-btn.repeat-arrow-img-btn2 {
  top: 39px;
  transform: rotate(0deg);
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--yellowColor );
}
.date-icons{
  position: relative;
}
.search_abs_icon {
  position: absolute;
  top: 14px;
  right: 14px;
  color: var(--darkColor);
  pointer-events: none;
}
/* popular bus */
.works-text {
  position: relative;
  font-size: 28px;
}
.section-text h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 9px;
  left: calc(50% - 60px);
}
.arrow_icon i{
  color: var(--yellowColor);
  margin-right: 10px;
}
/* How it works */
.how_it_works {
  position: relative;
  z-index: 2;
  margin-bottom: 0px;
}
.Features_subHeadingTxt{
  color: var(--whiteColor);
}
/* .store_img_link img {
  margin-top: 20px !important;
} */

.service-icon-wrapper {
  display: block;
  margin: 10px 0px;
}
/* ==== Call-to-action-2-section part====== */
.call-to-action-2-section {
  background-color: var(--yellowColor);
  background-size: cover;
  min-height: 400px;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  background-position: center;
}
.call-to-action-2-section-inner {
  position: relative;
  z-index: 1;
}
.trip_book_now_btn {
  margin-top: 10px;
  font-size: 20px;
  background: var(--redColor);
  padding: 10px 40px;
  display: inline-block;
  border-radius: 30px;
  color: var(--whiteColor) !important;
  text-decoration: none;
  font-weight: 500;
  outline: 0;
  box-shadow: none;
  transition: all ease-in-out 0.2s;
}
.trip_book_now_btn:hover{
  background: var(--darkColor) !important;
  color: var(--whiteColor) !important;
}
.book_imges{
  object-fit: cover;
}
/* ====tricket part====== */
.dpe_ariv_wrap {
  position: relative;
  flex-wrap: wrap !important;
}
.app_store_btn {
  display: inline-block;
  text-align: left;
}
/* App */
.download_app_sec {
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
}
.app_sec .section-title h2 {
  text-align: left;
  color: var(--whiteColor);
  font-size: 35px;

}
.app_sub_title {
  color: var(--whiteColor);
}

.app_sec .section-title h2 {
  color: var(--whiteColor);
}
/* .app_sec {
  background: #f0cb1a24 url(../img/tanzania_spot.jpg) no-repeat;
  background: var(--primaryColor);
  padding: 60px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
} */
.app_sec {
  background:
    rgba(0, 0, 0, 0.5) url(../img/tanzania_spot.jpg) no-repeat center center/cover;
  background-blend-mode: darken;
}
.icon_box-download .inner-download {
  display: flex;
  align-items: center;
}
.icon_box-download {
  text-decoration: none;
}
.download-widget-container {
  padding: 8px 15px 8px 15px;
  background-color: #000000;
  border-radius: 12px 12px 12px 12px;
  max-width: 240px;
}
.icon_box-download .inner-download .icon_box {
  padding-right: 20px;
  position: relative;
  margin-right: 20px;
}
.icon_box-download .inner-download .icon_box::before {
  content: "";
  height: 40px;
  width: 1px;
  background-color: #ddd;
  opacity: 1;
  position: absolute;
  top: -5px;
  right: 0px;
  z-index: 1;
  opacity: 0.2;
}
.icon_box-download.version_white .inner-download .icon_box svg {
  width: 26px;
  height: auto;
}
.inner-download .icon_box svg path {
  fill: #fff;
}
.info-download span {
  font-size: 14px;
}
/* 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 */
.b-search-map__wrap {
  padding: 10px 15px;

}
.select2-container--default .select2-selection--single {
  border: 1px solid #c6cdd56e !important;

}
.search_btns {
  color: var(--darkColor);
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 33px;
  letter-spacing: 0.3px;
  border-radius: 5px !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(--redColor);
  color: var(--whiteColor);
}
.b-search-map__wrap {
  background:var(--yellowColor);
}
.b-search-map-wrapper .b-form-group label {
  color: var(--whiteColor);
  font-weight: 500 !important;
}
.b-search-map-wrapper .search_btn {
  background: var(--redColor);
}
.b-search-map-wrapper .search_btn:hover {
  background: var(--darkColor) !important;
  color: var(--whiteColor) !important;
}
.b-search-map-wrapper .search_btn {
  margin-top: 34px !important;
}
.b-search-map-wrapper .search_btn {
  border: none !important;
}
.b-search-map-wrapper .search_btn {
  border-radius: 5px !important;

}
.img-btn.left-img-btn, .img-btn.right-img-btn {
  background: var(--primaryColor);
  border: 1px solid var(--primaryColor);
}
.btn_view_eats {
  background: var(--baseColor);
}
.btn_view_eats {
  border-color: var(--baseColor);
}
.route_text_flex{
  border: 1px dashed #eee;
}
.btn_view_eats {
    background: var(--yellowColor);
    color: var(--darkColor);
    position: relative;
    z-index: 1;
    border-color: var(--yellowColor);
    padding: 6px 12px !important;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;
    transition: all ease-in-out 0.2s;
    white-space: nowrap;
    text-transform: uppercase;
}
.btn_view_eats:hover {
  color: var(--whiteColor);
  text-decoration: none;
  background: transparent;
  background: var(--redColor);
  border: 1px solid var(--redColor);
}
.abs_inner_line::after {
  background: var(--yellowColor) !important;

}

.single_search_result_item .result_content li .bus_name h6 {
  color: var(--baseColor);
}
.period_times {
  font-size: 12px;
  color: var(--baseColor);
}
.abs_inner_line::before {
  background: var(--redColor);
  border: 2px solid var(--redColor);
}

.bi_arrow span {
  border: 2px solid var(--baseColor);
}
.single_search_result_item {
  border: 1px dashed var(--yellowColor);
}

.departure {
  border: 1px dashed var(--yellowColor);
}
.select-ticket-row-wrapper {
  border-left: 3px solid var(--yellowColor);
}
#myModal .modal-header {
  background-color: var(--yellowColor);
}
.pay-details-box .title_Ablack {
  background: var(--primaryColor);
}
.pess-dtls-box {
  border-bottom: 3px solid var(--yellowColor);
}
.proceed_to_book_btn {
  background: var(--yellowColor) !important;
  border: 1px solid var(--yellowColor)!important;
}
.download_ticket_app {
  object-fit: contain;
}
.dnld-tkt-details .page_title h4 {
  text-align: left;
}
.bus-place::before {
  filter: brightness(0);
}

.mid_cont_btn {
  background: var(--yellowColor) !important;
  color: var(--darkColor)  !important;
}
.mid_cont_btn:hover {
  background: var(--redColor) !important;
  color: var(--whiteColor) !important;
}
/* How it works */
.how_works {
  border-radius: 10px;
  padding: 10px;
  transition: 0.3s all ease-in-out;
  border-bottom: none !important;
}

.how_works:hover {
  transform: translateY(-5px);
}
.how_works {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: var(--whiteColor);
  /* border-radius: 50% 50% 7px 7px; */
  padding: 10px;
  transition: 0.3s all ease-in-out;
  box-shadow: 10px 10px 40px 0px rgba(118, 133, 161, 0.1);
  height: 100%;
  border-bottom: 1px solid var(--yellowColor) !important;
}
.works-text{
  color: var(--darkColor) !important;
}
.icon-box-title {
  color: var(--baseColor);
  font-size: 22px;
}
.icon-box-text {
  font-size: 16px;
  line-height: 28px;
  width: 90%;
}

.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-link.active {
  color:var(--redColor) !important;
  font-weight: 400 !important;
}
.demoNavBar li a {
  color: var(--darkColor) !important;
  font-weight: 400;
  transition: all ease-in-out 0.2s;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  font-size: 20px;
  text-decoration: none;
  position: relative;
  letter-spacing: .4px;
}
.demoNavBar li a:hover {
  color: var(--yellowColor) !important;
}
.demoNavBar li:last-child a {
  padding-right: 8px !important;
}
.demoNavBar li {
   position: relative;
   padding: 10px;
   line-height: 35px;
   /* display: inline; */
}
.dropdown-menu {
  position: absolute;
  z-index: 9999;
}
.box-shadows{
  box-shadow: none !important;
}
.nav-link.active::after {
  background-color:var(--redColor) !important;
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  border-radius: 50%;
  bottom: 0;
  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;
  grid-gap: 20px;
  text-align: center;
}
/* .top-routes {
  border: 1px dashed var(--primaryColor);
  padding: 20px 10px;
} */
/* .home_banner_section {
  background: var(--baseColor) url('../img/banners.jpg') no-repeat;
  max-height: max-content;
  background-size: cover;
  background-position: 40% 30%;
  position: relative;
}
.home_banner_section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: #0755a061;
} */
.banner_carousel .owl-nav button span {
  background:var(--primaryColor);
}
.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;
}
.top-routes img {
  height: 45px;
  width: 60px;
  object-fit: cover;
  border-radius: 10px;
  padding: 5px;
  line-height: 50px;
  margin: 0px;
  /* object-fit: cover; */
}

.top-routes a {
  font-weight: 500;
  margin: 15px 0px 0px;
  position: relative;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  color: var(--darkColor);
  border: 1px solid #c2c2c759;
  border-radius: 5px;
  transition: all 0.5s;
  background: var(--whiteColor);
  height: 44px;
  line-height: 41px;
  justify-content: space-between;
  display: flex;
}
.top-routes a:hover {
  background: #ed342f0d;
  color: var(--redColor);

}
.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: 40px;
  padding: 6px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  transition: all ease-in-out 0.2s;
  color: #090908;
  line-height: 0;
  animation: pulse 2s infinite;
  background: #fff;
  border-radius: 50%;
}
.btn-scrolls:hover {
  background: var(--yellowColor);
  color: var(--whiteColor);
  border-color: var(--yellowColor);
}
.btns-animate {
  animation: animet 800ms ease-out infinite;
}
@keyframes animet{
0%,
  100%,
  20%,
  50%,
  80% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
/* .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===== */
/* ======download===== */
.download-animate{
  animation: dowld_animation 2s linear 1s infinite alternate running;
      
}
@keyframes dowld_animation{
  0% {
      transform: translateY(-20px);
    }
  100% {
    transform: translateY(20px);
  }
}
.down-tick {
  border-radius: 5px !important;
  background: var(--whiteColor);
}
.down-tick:focus{
   background: #0caceb0f 
   !important;
}
.fill{
  color: var(--baseColor) !important;
}
.start-label{
  color: var(--baseColor);
  text-transform: uppercase;
}
.start-labels{
  color: var(--baseColor);
}
.download-ticket {
  border-radius: 15px !important;
  /* border: 1px solid var(--baseColor); */
}
.page_title {
  color: var(--baseColor);
}
.page_title {
  text-align: center;
  font-size: 35px !important;
  margin: 0;
}
/* =====download end===== */
.work_part_head{
  margin: 14px;
}
.service-icon-wrapper img {
  object-fit: contain;
}
/* ====contact us==== */
.b-contact-form-boxs {
  position: relative;
  padding: 20px 40px;
  border-right: 1px solid #eee;
}
.contact-icons{
  padding: 20px 40px;
}
.single_boxs {
  text-align: center;
  display: flex;
  gap: 20px !important;
  padding: 10px;
}
.cont_right_box_icons {
  font-size: 18px;
  color: var(--whiteColor);
  height: 40px;
  line-height: 40px;
  width: 40px;
  background: var(--yellowColor);
  border-radius: 50%;
}

.all__info{
  font-size: 17px;
  color: var(--darkColor);
  text-align: justify !important;
}
.all__info a{
 text-decoration: none !important;
}
.contact-forms {
  border-radius: 5px !important;
  min-height: 44px;
  font-weight: 600;
}

.contact-forms:focus{
  background: var(--whiteColor) !important;
}
/* ======contact end ===== */
.social_icon {
  color: var(--whiteColor);
  border: none;
  background-color: var(--yellowColor);

}
.social_icon:hover {
  color: var(--redColor) !important;

}
.footer_contact_address a:hover {
  color: var(--redColor) !important;
}
.footer_imp_link a {
  text-transform: capitalize;
  color:var(--darkColor);
}
.footer_imp_link a:hover{
  color: var(--redColor);
}
footer {
  background-color: var(--whiteColor);
  position: relative;
  border: 0;
  margin-top: auto;
}
.footer_contact_address:hover{
 color: var(--yellowColor);
}
.footer_contact_address{
  color: var(--yellowColor);
}

.footer_contact_address a span:hover {
  color: var(--yellowColor) !important;
}

.contact-part a span .cont-name {
  color: #000000 !important;
}
.cont-name{
  color: #000000 !important;
}

.footer_title {
  color: var(--primaryColor);
}
.footer_logo {
  margin-top: 0px;
  object-fit: contain;
  max-width: 70px !important;
  /* background: white; */
  /* padding: 15px; */
  /* border-radius: 10px; */
  /* height: 90px; */
  margin: 0px 5px;
}
.b-footer-primary {
  background: var(--yellowColor);
  border-top: 1px solid #ffffff3d;
}
.small_site_logo {
  background: var(--whiteColor);
}
.section-title h2 {
  font-size: 35px;
  color: var(--darkColor);
  padding-bottom: 0px !important;
}
.footer_title {
  font-size: 25px;
  color: var(--darkColor);
  text-transform: capitalize;
  font-weight: 600;
}
.footer_contact_address a:hover .social_icon {
  color: var(--redColor) !important;
}
.social-links {
  display: flex;
  align-items: start;
  padding-top: 15px !important;
  justify-content: starty !important;
}
.payment_method_logo {
  border-radius: 5px;
  max-width: 150px !important;
  object-fit: contain;
  background: var(--whiteColor);
  margin: 3px 0px;
  padding: 8px;
}


.footer_contact_address a {
  font-weight: 400;
  color: var(--darkColor);
  font-size: 16px;  
}
.footer_contact_address a span:hover {
  color: var(--redColor) !important;
}
.footer_contact_address a span {
  min-width: 160px;
  display: inline-block;
  text-align: left;
}
.social-links a {
  font-size: 14px;
  display: inline-block;
  transition: 0.2s;
  color: var(--darkColor);
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: var(--yellowColor);
  margin-right: 7px;
  border-radius: 50%;
  border: 1px solid var(--yellowColor);
}
.social-links a:hover {
  color: var(--whiteColor);
  border: 1px solid var(--redColor);
  background: var(--redColor);
}
.location_hints {
  color: var(--yellowColor);
  font-weight: 500;
  font-size: 14px;
  display: block;
}
.contact-part .location_hints {
  color: var(--darkColor);
}
.contact-part span.cont-name{
  color: var(--darkColor);
}

.qr_image {
  border-radius: 10px;
  width: 200px;
}
.download_app_image {
  height: 300px;
  object-fit: contain;
}
.payment_method_logo{
      background: white;
      padding: 5px;
      border-radius: 5px;
    
}
/* ######################################### */
/* .custom_bg_shape[data-negative=false].custom_bg_shape_bottom, .custom_bg_shape[data-negative=true].custom_bg_shape_top {
  transform: rotate(180deg);
}
.custom_bg_shape[data-negative=true].custom_bg_shape_bottom {
  transform: rotate(0deg);
  position: relative;
  z-index: 1;
}
.custom_bg_shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
}
.custom_bg_shape svg {
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
 .custom_bg_shape_top svg {
  height: 50px;
}
.custom_bg_shape_bottom svg {
  height: 60px;
  fill: #fff;
}
.custom_bg_shape_fill {
  fill: #fff;
  transform-origin: center;
  transform: rotateY(0deg);
}
.custom_bg_shape_bottom{
  bottom: -1px;
} */

/* .animate_route_section {
  padding: 40px 0;
  position: relative;
  overflow: hidden;
  background-image: url("../img/back_img.png");
  background-repeat: repeat-x;
  background-size: contain;
}
.animate_route_section .shape{
  position: absolute;
  bottom: 22px;
  right: -300px;
  width: 200px;
  animation: moveRight 10s linear infinite;
  top: 30px;

 }

 @keyframes moveRight {
   0% {
     left: -300px;
   }

   100% {
     left: 100%;
   }
 } */
/* ######################################### */


.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(--baseColor);
}
.copy_right_text {
  font-size: 14px;
  color: var(--darkColor);
  text-align: center;
}
.text_colors{
  color: var(--darkColor);
}
.text-dark {
  --bs-text-opacity: 1;
  color: var(--darkColor)!important;
  text-align: center;
}
.text-colors{
 text-transform: capitalize;
 color: var(--darkColor);
}
/* contact part */
.mid_cont_btns {
  color: #fff !important;
  box-shadow: none !important;
  font-size: 18px;
  font-weight: 600;
  margin: 0 auto;
  padding: 6px 50px;
  border-radius: 30px;
  min-height: 44px;
  text-transform: uppercase;
  outline: none !important;
  background-image: linear-gradient(90deg, #194786 0%, #3fa0d9 50%) !important;
  background-position: right bottom;
  transition: all 0.3s ease-in-out !important;
  touch-action: manipulation;
  border: 1px solid transparent;
}

.mid_cont_btns:hover {
  background-image: linear-gradient(90deg, #194786 0%, #3fa0d9 100%) !important;
  color: var(--whiteColor) !important;

}
.contact-forms {
  border-radius: 10px !important;
  /* background: #11278312; */
}
.bord-line{
  position: relative;
}
.bord-line::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 195px;
  height: 3px;
  background: var(--baseColor);
}
.cont_us {
    border: 1px solid #eee;
    border-radius: 15px;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 20%);
  
}
.page_titles {
  text-align: center;
  font-size: 35px;
  margin: 0;
  color: var(--baseColor);
}
.section-title h1,
.section-title h2 {
  font-size: 35px;
  font-weight: 700;
  color: var(--darkColor);
}
/* download part */
.b-blog-short-post {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
}
.social-icon h3{
  padding: 2px;
  text-align: center !important;
}

/* .social-banner {
  background: var(--primaryColor);
  padding: 25px 15px;
  color: var(--whiteColor);
  text-align: center;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  margin-top: 30px;
} */
/* .social-content {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
} */
/* .social-content h2 {
  font-size: 32px;
  font-weight: 300;
  margin: 0;
  color: var(--whiteColor);
}
.social-icons {
  display: flex;
  align-items: center;
  gap: 15px;
} */
/* 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(--primaryColor);      
}

.footer-bg {
  background: #f0cb1a24;
  padding: 40px 0px 40px !important;
}
/* Accordion */
.accordion-button {
  padding: 10px 0px;
  font-size: 22px;
  color: var(--darkColor);
}
.accordion-body p {
  margin: 0;
  font-size: 16px;
}
.accordion-body {
  padding: 15px 0px;
}
.accordion-button:not(.collapsed) {
  color: var(--redColor) !important;
  background-color: transparent;
  box-shadow: none !important;
  outline: none !important;
  border-bottom: 1px solid #dfdfdf;
}
.accordion-button p {
  margin: 0px;
  font-size: 18px;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--redColor);
  outline: 0 !important;
  box-shadow: none !important;
}
/* ========about us= */
.services_coustomer {
  background: var(--redColor);
  border-radius: 10px;
  justify-content: space-around;
  padding: 15px;
  color: var(--whiteColor);
}
.customer_choose{
  line-height: 36px;
}
.number-wrapper{
  font-size: 35px;
  font-weight: 600;
  text-align: center;
}
.title_caption{
  font-size: 18px;
  text-transform: capitalize;
  margin: 0px;
}
.title_about_us {
  font-size: 35px;
  line-height: 34px;
  font-weight: 700;

}

.ftco-section {
  position: relative;
  width: 100%;
  display: block;
  padding: 2em 0;
  background: #eee;
}

.cirle_sine {
  color: var(--redColor);
}
.happy_clients{
      margin: 6px 0px;
}
.about-wrap .list-services .texts {
  width: auto;
  padding-left: 10px;
}

.about_img {
  width: 500px;
  height: 520px;
  object-fit: cover;
  border-radius: 15px;
  border: 10px solid var(--whiteColor);
}

element.style {
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
}
.counter_plus{
  font-size: 25px;
  font-weight: 600;
  color: var(--whiteColor);
}
/* =======why choose us ===== */
/* .section {
  text-align: center;
  padding: 3rem 1rem;
} */

.section h2 {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.section h3 {
  font-size: 35px;
  margin-bottom: 40px;
  font-weight: 700;
}
.color_subtitle_sm{
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 700;

}

.features-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
  flex-wrap: wrap;
}

.features-column {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 300px;
  margin-top: 6%;
}
.feature-icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 50%;
  background: var(--yellowColor);
  color: var(--darkColor);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
}
.feature {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-align: left;
}

.feature-text h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
}

.feature-text p {
  margin: 0px 0 0 0;
  font-size: 14px;
  line-height: 22px;
}

.center-image {
  max-width: 400px;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
}

.center-image img {
  width: 340px;
  display: block;
  border-radius: 50%;
  height: 340px;
}

/* Responsive */
@media (max-width: 1024px) {
  .features-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .features-column {
    max-width: 100%;
  }

  .center-image {
    max-width: 90%;
    margin: 2rem 0;
  }

  .feature {
    justify-content: flex-start;
  }
}
/* ====faq==== */
.accordion-button:not(.collapsed) {
  color: var(--yellowColor);
  background-color: transparent;
  box-shadow: none !important;
  outline: none !important;
  border-bottom: 1px solid var(--redColor);
}
.accordion-button::after {
  width: 30px;
  height: 30px;
  background-image: url('../img/plus.svg');
  background-size: 30px;
}
.accordion-button:not(.collapsed)::after {
  background-image: url('../img/sum.svg');
}

/* ====animate css=== */
    /* Hidden অবস্থায় */
    .animate-scroll {
      opacity: 0;
      transform: translateY(40px);
      transition: all 1s ease;
    }
  
    /* Scroll এলে show হবে */
    .animate-scroll.show {
      opacity: 1;
      transform: translateY(0);
    }
  
    /* Hidden অবস্থায় ছোট থাকবে */
    .zoomIn {
      opacity: 0;
      transform: scale(0.8);
      transition: all 2s ease;
    }
  
    /* Scroll এলে বড় হবে */
    .zoomIn.show {
      opacity: 1;
      transform: scale(1);
    }
    /* ====close button=== */
    .btn-close {
      opacity: 1;
      filter: invert(0);
    }