/**
* Template Name: Logis
* Updated: May 30 2023 with Bootstrap v5.3.0
* Template URL: https://bootstrapmade.com/logis-bootstrap-logistics-website-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Set main reusable colors and fonts using CSS variables
# Learn more about CSS variables at https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
--------------------------------------------------------------*/
/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}
.btn-secondary,.btn-secondary:hover {
    color: #fff;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}
.tender_filter_main .accordion-button::after {
    width: 2rem;
    height: 2rem;
    padding-top: 0.0625rem;
    background-position: center;
    border-radius: 50%;
    background-color: var(--color-secondary, 0.1);
    font-family: "cartzilla-icons";
    font-size: .5rem;
    font-weight: bold;
    content: "";
    text-align: center;
    line-height: 1.375rem;
}
.sticky-top{
    z-index: 11 !important;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs .page-header {
  padding: 140px 0 80px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumbs .page-header:before {
  content: "";
  background-color: rgba(14, 29, 52, 0.8);
  position: absolute;
  inset: 0;
}

.breadcrumbs .page-header h2 {
  font-size: 56px;
  font-weight: 500;
  color: #fff;
  font-family: var(--font-secondary);
}

.breadcrumbs .page-header p {
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumbs nav {
  background-color: #f3f6fc;
  padding: 20px 0;
}

.breadcrumbs nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-primary);
}

.breadcrumbs nav ol a {
  color: var(--color-primary);
  transition: 0.3s;
}

.breadcrumbs nav ol a:hover {
  text-decoration: underline;
}

.breadcrumbs nav ol li+li {
  padding-left: 10px;
}

.breadcrumbs nav ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4278cc;
  content: "/";
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--color-primary);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: var(--color-primary);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  border: 4px solid var(--color-primary);
  border-radius: 50%;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
  animation-delay: -0.5s;
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/
.stats-counter .stats-item {
  padding: 30px;
  width: 100%;
}

.stats-counter .stats-item span {
  font-size: 48px;
  display: block;
  color: var(--color-primary);
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.stats-counter .stats-item span:after {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.stats-counter .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--font-primary);
  font-size: 15px;
  font-weight: 500;
  color: var(--color-primary);
}

/* custom */
.select-box {
    cursor: pointer;
    background-color: var(--color-primary);
    color: #fff;
    border: 0;
    padding: 2px 10px;
    font-size: 16px;
}
.searchbox{
  background-color: #fff;
  color: #000;
  border-radius: 0px;
  border: 1px solid #000;
}
.btn-active, .searchbox:hover{
   background-color: var(--color-primary);
   color: #fff;
}
.img-fluid{
  height:370px;
}

/*.bg-primary{
  background-color: var(--color-secondary) !important;
  color:#fff !important;
  border:1px solid var(--color-secondary) !important; 
}*/

.featured-services .service-item .icon i:hover,.featured-services .service-item:hover .icon {
    background-color: #132848 !important;
}
.card-img, .card-img-bottom, .card-img-top {
    min-height: 350px;
}

.border-primary{border:1px solid var(--color-secondary) !important;}
.accordion-button:not(.collapsed) {
  background-color:unset;
  box-shadow:unset;
}
.accordion-button:focus{
  box-shadow:unset;
}
.submit-btn{
    background: var(--color-primary);
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff !important;
    border
}

.ui-widget-header {
    border: 1px solid #e78f08;
    background: var(--color-primary) url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
    color: #ffffff;
    font-weight: bold;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #df5f39;
    font-weight: bold;
    color: #c73305;
}
.tender_count{
  background-color: var(--color-primary) ;
  color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  margin-bottom: 15px;
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
  box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
}

.tender_list .card-body p.org_main, .tender_list .card-body p.location_sector {
    color: black !important;
    font-size: 14px !important;
    font-weight: 800 !important;
}
.date_status {
    color: var(--color-secondary);
}

#within-search .form-control:focus,#state .form-control:focus,#department .form-control:focus,#tendervalue .form-control:focus{
  box-shadow:unset !important;
}

/* width */
::-webkit-scrollbar {
  height: 7px;
  width: 3px;
  border: 1px solid #d5d5d5 !important;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 0px;
  margin-bottom: 5px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--color-primary); 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  /*background: #b30000; */
}
.search_filter_text_scroll{
  overflow-y: scroll;
  overflow-x:hidden;
  transition: var(--color-primary);
  height: 150px;
}
a:hover,.accordion-button:not(.collapsed),p.price, p.close_date, p.tenderid{
   /* color: #fff;
    text-decoration: none;*/
}
.desc{
  font-weight: 500;
  color: #343a40;
}
.padding-top {
    padding-top: 130px;
}
p.view_link {
    position: relative;
    z-index: 9;
}
p.view_link a, p.view_link span {
    background-color: transparent;
    font-size: 16px;
    font-weight:500;
    border-radius: 0px;
    padding: 0px 10px;
    border-color: var(--color-primary);
}
p.view_link a:hover,p.view_link span:hover{
  background: var(--color-primary);
  color: #fff;
}
border-left{border-left:1px solid #006d86;}

#mobile_close_filter,
#btn_apply_filter {
    background-color: var(--color-primary);
    border-color: var(--color-primary);

    color: #fff;
    display: none;
    border-radius: 0px;
    border: 1px solid #006d86;
    z-index: 11000;
}

.mobile_apply_filter {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    display: none;
}

.mobile_filter_main {
    position: fixed;
    bottom: 0;
    z-index: 20;
    width: 100%;
    display: none;
}

.mobile_other_btn,
.mobile_filter_btn_main {
    width: 50%;
    float: left;
    border: 1px solid #006d86;
}

.btn-block {
    display: block;
    width: 100%;
}

.mobile_filter_main .btn {
    border-radius: 0px;
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.sticked .fa-list {
    color: black;
}

.tender_filter_main {
    max-height: calc(100vh - 95px);
    overflow-x: hidden;
    overflow-y: scroll;
    transition: overflow 2s;
}

.sidemenu .form-control {
  border-radius: 0px;
  border: 1px solid var(--color-primary);
}
.category_main {
    background-color: #e5e5e5;
     position: relative;
}
.scrollbar_main {
    background-color: #efefef;
    position: sticky;
    top:100px;

}
.SearchBox {
  width: 100%;
  margin: auto;
}
.SearchBox ul {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #fff;
  padding: 7px 7px;
  border-radius: 30px;
}
.SearchBox ul li.SlctBox {
  width: 20%;
  list-style: none;
}
.SearchBox ul li.InputBox {
  width: 75%;
  list-style: none;
}
.SearchBox ul li.BtnBox {
  width: 20%;
  list-style: none;
}
.SearchBox ul li.SlctBox select {
    width: 100%;
    height: 43px;
    cursor: pointer;
    background: url(/../../assets/img/selectbg.png);
    background-color: var(--color-primary);;
    color: #fff;
    border: 0;
    padding: 10px 45px 10px 30px;
    font-size: 16px;
    border-radius: 30px;
    background-repeat: no-repeat;
    background-position: 92% 55%;
    appearance: none;
}
.SearchBox ul li.InputBox input {
    width: 100%;
    background: #EEEEEE;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    border: 0;
    padding: 9px 20px;
    border-radius: 30px;
    /* position: relative; */
}
.SearchBox ul li.BtnBox button {
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 18px;
    background: var(--color-primary);
    color: #fff;
    font-weight: 500;
    position: absolute;
    right: 20px;
    width: 100px;
    border:none;
}
.dashboard h4{
  font-size: 35px !important;
}
.khighlight{
  color: red;
}
.ui-autocomplete {
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.bar-loader {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: relative;
    margin: 0px auto;
}

.bar-loader span {
    display: inline-block;
    width: 5px;
    height: 30px;
    background-color: var(--color-primary);
}

.bar-loader span:nth-child(1) {
    animation: 1s ease-in-out 0s infinite normal none running grow;
}

.bar-loader span:nth-child(2) {
    animation: 1s ease-in-out 0.15s infinite normal none running grow;
}

.bar-loader span:nth-child(3) {
    animation: 1s ease-in-out 0.3s infinite normal none running grow;
}

.bar-loader span:nth-child(4) {
    animation: 1s ease-in-out 0.45s infinite normal none running grow;
}

@keyframes grow {
    0%, 100% {
        transform: scaleY(1);
    }

    50% {
        transform: scaleY(1.8);
    }
}

.square-path-loader {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    margin: 0px auto;
}
.square-path-loader::before, .square-path-loader::after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0px;
    left: calc(50% - 10px);
    background-color: rgba(13, 219, 185, 0.7);
    animation: 1s ease-in-out 0s infinite normal none running squaremove;
}
.square-path-loader::after {
    bottom: 0px;
    animation-delay: 0.5s;
}
@keyframes squaremove {
    0%, 100% {
        transform: translate(0px, 0px) rotate(0deg);
    }

    25% {
        transform: translate(40px, 40px) rotate(45deg);
    }

    50% {
        transform: translate(0px, 80px) rotate(0deg);
    }

    75% {
        transform: translate(-40px, 40px) rotate(45deg);
    }
}

@media only screen and (max-width: 767px) {
    .header .logo img {
      width: 39px !important;
    }


    #mobile_close_filter,
    #btn_apply_filter {
        display: block;
        z-index: 51;
        cursor: pointer;
    }

    .mobile_filter_main,
    .mobile_apply_filter {
        display: block;
    }

    .sidemenu {
        display: none;
        padding: 0 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
    }

    .breadcrumbs .page-header h2 {
        font-size: 31px;
    }

    .breadcrumbs .page-header p {
        font-size: 10px;
    }

    #mobile_close_filter,
    #btn_apply_filter {
        display: block;
    }

    .tender_filter_main {
        max-height: calc(100vh - 95px);
    }

    .scrollbar_main {
        height: 100vh;
        width: 100%;
        background: #fff;
    }

    .main_div {
        top: 96px !important;
        z-index: 15 !important;
        padding-top:12px !important;
        padding-bottom: 0px !important;
    }
    .navbar-light {
        width: 100%;
    }
    .sticky-top.navbar-light {
       position: fixed;
    }
    .dropdown-menu{
        height: 100vh !important;
    }
    #scroll-div{
        padding-bottom: 5px;
    }
}

