.header-wrap {
    position: relative;
    margin-bottom: -85px;
}

.site_lang_switcher_mobile
{
  position: relative;
}


.site_lang_switcher_mobile .dropdown-menu
{
  position: fixed;
    padding: 0px !important;
    left: 10px;
    text-align: center;
}


.site_lang_switcher_mobile .dropdown-menu a
{
  padding: 10px
}

.btn
{
  padding: 14px 30px 14px;
}

.site_lang_switcher_mobile .menu-expand
{
  display: none;
} 

.site_lang_switcher a::after
{
display: none;
}

.site_lang
{
    background-color: #002172;
    color: #fff;
    padding: 3px 15px;
    display: flex;
    gap: 7px;
    align-items: center;
    border-radius: 25px;
}

.btn.site_btn_signup:after, .btn.site_btn_signup:before {
    background: #a90d00;
}

.btn.site_btn_profile:after, .btn.site_btn_profile:before {
    background: #002172;
}

.btn.site_btn_logout:hover:after, .btn.site_btn_logout:hover:before {
    background: #a90d00;
}


.btn.site_btn_login:hover:after, .btn.site_btn_login:hover:before {
    background: #002172;
}

.btn.site_btn_signup.style1:hover:after, .btn.site_btn_signup.style1:hover:before {
    background: #041541;
}




.hero-wrap.style3 .hero-slider-two .hero-slide-item
{
  height:500px
}
.site_auction_countdown_wrap
{
  border: solid 1px #1ecee8;
  border-radius: 10px;
  padding: 10px;
}

.hero-wrap.style2 .hero-slide-item {
    padding: 222px 0px;
    overflow: hidden;
}

.hero-slider-one .owl-dots {
    text-align: center;
    margin-top: -50px;
}

.site_auction_countdown
{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 25px;
  
}

.site_auction_count
{
font-weight: bold;
color: #000;
}

.site_auction_countdown_title
{
  color: #ff7e00;
}

.site_slider_wrap
{
  position: relative;
}

.site_slider_wrap img
{ 
  width: 100%;
}

.site_slider_video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: -1;
      transform: translate(-50%, -50%);
      object-fit: cover;
    }


.site_auction_badge
{
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.site_auction_share
{
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  color: #fff;
  font-size: 24px;
}

.site_auction_user_thumb
{
  position: absolute;
  bottom: -20px;
  left: 20px;
  z-index: 1;
  border-radius: 100%;
  width: 40px !important;
  height: 40px;
  object-fit: cover;
}


.form-control
{
  width: 100%;
  background: #f9f9f9;
  border: none;
  padding: 15px 15px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.09);
}

textarea.form-control
{
  height: 200px;
}

.form-control:focus {
  border: 1px solid rgba(0, 0, 0, 0.09);
}


.property-img-slider-2.owl-carousel .owl-nav button.owl-prev, .property-img-slider-2.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border: none;
  background-color: rgba(0, 33, 114, 0.45);
}

.property-img-slider-2.owl-carousel .owl-nav button.owl-prev {
  right: 10px;
}

.property-img-slider-2.owl-carousel .owl-nav button.owl-next {
  left: 10px;
}

.property-img-slider-2.owl-carousel .owl-nav button.owl-prev i, .property-img-slider-2.owl-carousel .owl-nav button.owl-next i {
  color: #fff;
}

.property-img-slider-2.owl-carousel .owl-nav button.owl-prev:hover, .property-img-slider-2.owl-carousel .owl-nav button.owl-next:hover {
  background: #EC3323;
}

.property-img-slider-2 .owl-dots
{
  text-align: center;
  padding-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
}

.property-img-slider-2.owl-carousel .owl-item img {
  height: 100%;
  object-fit: cover;
}

.property-img-slider-2.owl-carousel .owl-item
{
  height: 600px;
}

.site_auction_detail_box
{
  padding-left: 100px;
}

.site_auction_detail_box .breadcrumb-title .breadcrumb-menu li:after, 
.site_auction_detail_box .breadcrumb-title .breadcrumb-menu li:first-child a
{
  color: #000;
}


.site_adu_thumb {
  border-radius: 100%;
  width: 55px;
  height: 55px;
  object-fit: cover;
}

.text-primary
{
  color: #EC3323 !important;
}

.site_chat_box .rounded-circle
{
}

.site_chat_img
{
  position: relative;
}

.site_chat_img::after
{
  content: "";
  background-color: #ccc;
  width: 20px;
  height: 19px;
  border-radius: 100%;
  display: block;
  position: absolute;
  left: 3px;
  bottom: 0px;
  border: solid 3px #fff;
}

.site_chat_img img
{
  width: 60px;
  height: 60px;
  object-fit: cover;
  border:  4px solid #22cbeb ;
}

.site_user_online::after
{
  background-color: #03ff1a
}

.site_chat_list li:hover
{
  background-color: #f1f1f1;
  cursor: pointer;
}

.site_chat_list_2 .site_user_online::after
{ 
  display: none;
}

.site_chat_list_2 .site_chat_img img {
  width: 45px;
  height: 45px;
}

.site_chat_list_2 li
{
  border: none;
}

.site_chat_message
{
  padding: 20px;
  display: inline-flex;
  border: solid 1px rgb(0 0 0 / 18%);
  border-radius: 20px;
  min-width: 300px;
  margin-left: auto;
  flex-flow: column;
  margin-bottom: 20px;
}

.site_chat_card
{
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;


}

.site_chat_screen
{
  display: flex;
  flex-flow: column;
  min-height: 300px;
}

.site_chat_message_left
{
  margin-right: auto;
  margin-left: 0px;
  background-color: #e1faff;
}

.site_message_input .btn
{
  color: #000;
  padding: 0px;
  padding-right: 10px;
  outline: none;
}

.site_message_input .btn i
{
  font-size: 35px;
}

.site_message_input .form-control
{
background-color: #fff;
border-color: transparent;
}

.site_message_input {
  background-color: rgb(248 249 250);
  padding: 15px;
  border-radius: 10px;
}

.site_chat_group_img
{
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.site_chat_group_list {
  gap: 15px;
  flex-wrap: wrap;
  flex-direction: row;

}

.site_chat_group_list .list-group-item {
  border-top-width: 1px;
  width: 24%;
}

.site_chat_groups_content .site_chat_group_list {
  column-gap: 70px;
  row-gap: 20px;

}

.site_tab_row
{
  padding-top: 25px;
  border-top: solid 1px #A1A1A1;
}

.site_tab_sidebar
{
  height: 100%;
  border-left: solid 1px #A1A1A1;
  padding-left: 25px;
}

.site_tab_list li a {
  display: block;
  border: solid 1px #A1A1A1;
  border-radius: 25px;
  padding: 10px 25px;
  margin-bottom: 10px;
  color: #000;
}


.site_tab_list li a:hover {
  background-color: #ECECEC; 
}

.site_gallery_card img
{
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.site_card_video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}

.site_chat_group_screen .site_chat_img::after
{
  display: none;
}


.site_chat_group_screen .site_chat_img img {
  width: 35px;
  height: 35px;
  object-fit: cover;
  border: 3px solid #22cbeb;
}

.site_chat_group_screen p {
  font-size: 14px;
  line-height: normal;
}


.site_contact_list li{
    display: flex
;
    flex-direction: row-reverse;
    justify-content: start;
    align-items: center;
    gap: 15px;
}

.site_auction_detail_user_links .btn
{
padding: 5px 15px;
}


.site_auction_detail_user_links .btn-success
{
  background-color: transparent;
  border-color: #198754;
  color: #198754;
}

.site_auction_detail_user_links .btn-success:hover
{
  background-color: #198754;
  border-color: #198754;
  color: #fff;
}

.site_auction_detail_user_links .btn-primary
{
    background-color: transparent;
  border-color: #0d6efd;
  color: #0d6efd;
}

.site_auction_detail_user_links .btn-primary:hover
{
    background-color: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
}

.about-bg-2
{
  background-image: url(../img/about-1.jpeg);
}

.about-bg-3
{
  background-image: url(../img/about-2.jpeg);
}

.about-bg-4
{
  background-image: url(../img/about-3.jpeg);
}



/* Mobile Carousel start */


/* City section start */

.site_city_wrap_mobile
{
  margin-left: -12px;
  margin-right: -12px;
}

/* City section end */

@media(max-width:575px)
{
  .site_hero_section_desktop,
  .site_city_wrap_desktop
  {
    display: none;
  }
  
}


@media(min-width:575px)
{
  .site_hero_section_mobile,
  .site_city_wrap_mobile
  {
    display: none;
  }
}



.site_hero_section_mobile
{
  margin-left: -12px;
  margin-right: -12px;

}


#sync1 .item {
  background: #0c83e7;
  padding: 80px 0px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  height: 600px;
  background-size: cover;
  background-position: center;
}

#sync2
{
    margin-top: -115px;
}

#sync2 .item {
  position: relative;
  background: #C9C9C9;
  padding: 43px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
    background-size: cover;
  background-position: center;

}


#sync2 .current .item::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 58%);
  border-radius: inherit;
    border: solid 2px #0d6efd;
}

#sync1.owl-theme {
  position: relative;
}
#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
/* #sync1.owl-theme .owl-prev {
  left: 10px;
}
#sync1.owl-theme .owl-next {
  right: 10px;
} */

/* Mobile Carousel end */

@media(max-width:1600px)
{


  .header-wrap .container
  {
    max-width: 100%;
  }

  .header-wrap .header-btn button.btn {
    padding: 10px 15px;
  }

}

@media(max-width:1270px)
{

    .header-wrap .navbar .navbar-brand
    {
      padding-left: 0px;
    }

      .header-wrap .navbar .navbar-brand img {
        max-width: 130px;
    }

    .header-wrap .navbar .navbar-nav .nav-item a {
        font-size: 14px;
    }

    .header-wrap .header-btn button.btn {
        padding: 5px 5px;
        font-size: 12px;
    }
}


@media(max-width:1399px)
{
  .site_chat_group_list .list-group-item {
    width: 32%;
}



}

@media(max-width:1399px)
{
  .site_chat_group_list .list-group-item {
    width: 32%;
}
}

@media(max-width:992px)
{
  .site_chat_group_list .list-group-item {
    width: 48%;
}
}

@media(max-width:575px)
{
  .site_chat_group_list .list-group-item {
    width: 100%;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .content-wrapper {
        margin-top: 0px !important;
    }
}

@media only screen and (max-width: 767px) {
    .content-wrapper {
        margin-top: 0px;
    }

        .breadcrumb-wrap {
        padding: 120px 0 70px 0;
    }
}